225 Commits (f805afaa81d86400aaf61477eb786f32500cf5cb)

Author SHA1 Message Date
  Sam Hocevar 725f29ee8e * Put back all the shit in struct caca_event to avoid breaking existing 17 years ago
  Sam Hocevar 3602fc98be * The SLang and ncurses drivers now put back the TERM environment variable 17 years ago
  Sam Hocevar db1a77f0d0 * Only call glutInit() once through the program's lifetime. 17 years ago
  Sam Hocevar 367e1ef512 * Fix a tiny use of uninitialised memory in caca_get_event() that may have 17 years ago
  Sam Hocevar b7a785ff38 * Implemented caca_set_display_driver() to change driver at runtime. 17 years ago
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver 17 years ago
  Sam Hocevar 283e1ef70b * Remove cruft from caca_get_display_driver_list(). 17 years ago
  Sam Hocevar 5b2b3e27db * Implemented caca_get_display_driver_list(), unused yet. 17 years ago
  Sam Hocevar 6132c561c0 * Cocoa driver build fix, courtesy of Ben Wiley Sittler. 17 years ago
  Sam Hocevar cc34dea271 * Use libtool’s -version-number instead of -version-info and its insane 17 years ago
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings 17 years ago
  Sam Hocevar 024a3713ca * Minor documentation fix. 17 years ago
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so 17 years ago
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. 17 years ago
  Sam Hocevar 5321386e24 * Damn, under Visual Studio it's _WIN32, not __WIN32__. 17 years ago
  Sam Hocevar 03ad8a42fd * Allow caca_create_display()'s argument to be NULL. It will automatically 17 years ago
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and 17 years ago
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid 17 years ago
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display 17 years ago
  Sam Hocevar 9da4d7b000 * Made the caca_event_t structure opaque and created a whole bunch of 17 years ago
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. 17 years ago
  Sam Hocevar 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent 17 years ago
  Sam Hocevar 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. 17 years ago
  Pascal Terjan a6ac1d6255 * Slightly improved documentation 17 years ago
  Sam Hocevar 3624787754 * Updated libcaca and cacaview after the API changes. 17 years ago
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects 17 years ago
  Sam Hocevar dff5905a85 * When present, include <termios.h> and <unistd.h> to allow the ncurses 17 years ago
  Sam Hocevar 309e287a84 * Documented which drivers support caca_set_cursor(). 17 years ago
  Sam Hocevar 95e6709b10 * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers. 17 years ago
  Sam Hocevar 1c5b493d21 * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses 17 years ago
  Sam Hocevar a6cb886e4a * Differentiate between • and ● in the X11 rendering overrides. 17 years ago
  Sam Hocevar 1e67bd5400 * Patch by Ben Wiley Sittler for two misrendered glyphs. 17 years ago
  Sam Hocevar 9369bb3cb8 * Slightly nicer code in driver_x11.c. 17 years ago
  Sam Hocevar 8c7a66761a * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. 17 years ago
  Sam Hocevar 8ed49158e8 * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a 17 years ago
  Sam Hocevar c9570afbbe * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does 17 years ago
  Sam Hocevar c9f6de3cb2 * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. 17 years ago
  Sam Hocevar 1deb19790d * Disabled USE_RGB12_FGBG for now, as it was reported not to work. 17 years ago
  Jean-Yves Lamoureux 2276a03dae * Changed threshold in key events, a bit more natural 18 years ago
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 years ago
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 years ago
  Sam Hocevar 9afb3060cc * Fix OpenBSD build. 18 years ago
  Sam Hocevar c158dfea32 * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>. 18 years ago
  Sam Hocevar 0dcf397cf4 * Fixed syntax errors. 18 years ago
  Sam Hocevar e1a42d9b42 * Added caca_set_cursor(). Not yet functional. 18 years ago
  Sam Hocevar 519216afa2 * Add support for doublewidth characters even if ncurses or SLang don't know 18 years ago
  Sam Hocevar c213ac0ecd * Merged old code by Ol that can be used as a start for the Cocoa driver. 18 years ago
  Sam Hocevar 12696aaff5 * Don't rely on pkg-config macros for variable substitution. Just in case. 18 years ago
  Sam Hocevar afed497172 * Added all the glue needed for a Cocoa output driver. 18 years ago
  Sam Hocevar fcee80f87d * Factored terminal title setting code. 18 years ago