60 Commits (d5c7775113e61dc23254fa8a986469f83f12b8c5)

Autor SHA1 Mensaje Fecha
  Sam Hocevar a18e28d43e Update copyright information and changelog hace 3 años
  Sam Hocevar 96ff990d5e Better sanity checks when creating 2D buffers (Closes #43) hace 3 años
  Sam Hocevar 5957d69900 Upgrade autoconf scripts hace 3 años
  Bastian Maerkisch 68b9dcac92 slang driver: enable utf8 auto-detection hace 7 años
  Sam Hocevar 558812d3fe Update copyright information. hace 8 años
  Sam Hocevar cdfba0133b Revert setlocale() effect as soon as possible. Closes #12. hace 8 años
  Sam Hocevar 8757e80e43 Try to make Travis-CI tests pass on OS X. hace 8 años
  Sam Hocevar d3c5bce620 misc: fix unit test failures. hace 9 años
  Sam Hocevar 55f85166e5 x11: replace deprecated XKeycodeToKeysym() with XLookupKeysym(). hace 9 años
  artygus 239b223fff x11 driver: handle errors caused by missing locales hace 9 años
  Sam Hocevar 44317430a1 misc: some source code cleanup. hace 10 años
  Alex Foulon 237f946a2e Fixed character attribute in ncurses driver. hace 11 años
  Alex Foulon 34d172f0f2 Fixed typo in driver/x11.c. hace 11 años
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. hace 12 años
  Sam Hocevar 75fd8cd06f win32: improvements to the Win32 driver by Bastian Märkisch <bmaerkisch@web.de>: hace 12 años
  Sam Hocevar d736507785 build: fix copyright information. hace 12 años
  Sam Hocevar 8f1c38b695 ncurses: if terminal doesn't support curs_set(2), try curs_set(1). hace 13 años
  Sam Hocevar 9b513e786c Fix a bug in our Xutf8LookupString() usage. hace 13 años
  Sam Hocevar 0c16cc92f0 Comply with cygwin's curses.h implementation. hace 14 años
  Pascal Terjan d7477e8a04 * Do not force output to be in UTF-8, some people have not switched yet... hace 14 años
  Pascal Terjan 7b4b48187e * Fix using dead keys on my us_intl keyboard hace 14 años
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. hace 15 años
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. hace 15 años
  Sam Hocevar 231c33acce Fix an alignment issue in caca_get_canvas_chars() and caca_get_canvas_attrs(). hace 15 años
  Sam Hocevar 827c233769 Deduce X11 font size from a relevant sample to avoid oversized font hace 15 años
  Sam Hocevar 6d943c6f02 Call setlocale() in the X11 driver to activate the current locale. If it hace 15 años
  Sam Hocevar 84fb312769 Use XwcDrawString in the X11 driver if font sets are available. hace 15 años
  Sam Hocevar 095f62878b Allow the X11 driver to display Unicode characters if they are in the hace 15 años
  Sam Hocevar d5ecfdeb2f Fix the old "value computed is unused" warning triggered by ncurses. hace 15 años
  Sam Hocevar 4bbf44af21 Don't enter glutCheckLoop() from gl_get_event() if there is already an hace 15 años
  Sam Hocevar 9b6424b385 Pass Ctrl-C as a keypress to the calling application in the SLang driver. hace 15 años
  Pascal Terjan ad76a4e717 * Fix Delete key with X11 driver hace 15 años
  Jean-Yves Lamoureux 0a8b2d04d5 * Remove trailing spaces (bouh!) hace 15 años
  Jean-Yves Lamoureux 895d027a76 * Don't unblock signals in init of SLang hace 15 años
  Jean-Yves Lamoureux 4ea7d027a7 * Disable SLang's own SIGINT handler hace 15 años
  Pascal Terjan 32a2af5501 * Fix non ASCII input in x11 driver hace 15 años
  Sam Hocevar 7ebd74e3ee Fix an unlikely crash that may happen when the X server cannot open hace 15 años
  Sam Hocevar 1277691809 Fix a typo in the VGA driver. hace 15 años
  Sam Hocevar c4bf6b79a8 Include <stdio.h> in the null driver to get NULL. hace 15 años
  Sam Hocevar 1f5518f842 Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and hace 15 años
  Sam Hocevar 644ee4a78a Coding style: remove tabs and trailing spaces. hace 15 años
  Sam Hocevar 4f7081153e Do not add a dirty rectangle at the cursor's position. It's up to the hace 15 años
  Sam Hocevar ed360faabe Add a comment to the ncurses driver to remember fix the GCC warning. hace 15 años
  Sam Hocevar 6b22ab776c Add a null driver that does absolutely nothing. hace 15 años
  Sam Hocevar 1d60711ac4 Mark the whole canvas as dirty when a dirty rectangle aware driver is hace 15 años
  Pascal Terjan de5be87d0e Don't redraw background for more than the dirty rectangle in x11 driver, we will not redraw foreground there hace 15 años
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the hace 15 años
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get hace 15 años
  Sam Hocevar 0c7fd89e3a Add dirty rectangle support to the ncurses and VGA drivers. hace 15 años
  Sam Hocevar 222e165d21 Fix dirty rectangle handling in the X11 and SLang drivers. hace 15 años