130 Commits (ba28ea75f51aabb682a02bb8935807dadaa837d2)

Author SHA1 Message Date
  Sam Hocevar 8e7e025239 * Fixed minor compilation warning. 18 years ago
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 years ago
  Sam Hocevar 6c0e8da858 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. 18 years ago
  Sam Hocevar 7bd6e8a406 * Set library names to lib*.so.0.10.0. 18 years ago
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into 18 years ago
  Sam Hocevar d0dd70b64c * Documentation improvements. Wrote a small migration guide and added the 18 years ago
  Sam Hocevar 421d168382 * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main 18 years ago
  Sam Hocevar dae3418616 * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here. 18 years ago
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. 18 years ago
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. 18 years ago
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in 18 years ago
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 years ago
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 years ago
  Sam Hocevar 4749a448c3 * Compilation fix. 18 years ago
  Sam Hocevar 792c7481f5 * Implemented CACA_EVENT_QUIT. Unused yet. 18 years ago
  Sam Hocevar 3fa0bbbd7c * Added truecolor support to the X11 and GL drivers. 18 years ago
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 years ago
  Jean-Yves Lamoureux 408b8757eb * Updated MSVC++ project (static library and src/*) 18 years ago
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. 18 years ago
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18 years ago
  Sam Hocevar 6fb44a69f9 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will 18 years ago
  Sam Hocevar 34cf71d1ea * Added pkgconfig files. Eh ouais mon gars. 18 years ago
  Sam Hocevar a8990ca5a6 * Replaced occurrences of "rgba" with "argb". 18 years ago
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. 18 years ago
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING 18 years ago
  Sam Hocevar 87604b8e1d * Merged caca_wait_event() into caca_get_event() and added a timeout 18 years ago
  Sam Hocevar 08a16c80fe * Removed the network driver and replaced it with a cacaserver executable 18 years ago
  Sam Hocevar 2542a4cff4 * Implemented a proof-of-concept cacaplay program that can redisplay a 18 years ago
  Jean-Yves Lamoureux d5fcabb703 * Fixed OpenGL mouse handling 18 years ago
  Sam Hocevar a6848be41e * Created a minimal raw driver that outputs stuff to stdout. 18 years ago
  Sam Hocevar 90ed6be7cb ██████ ██████ 18 years ago
  Sam Hocevar f4aed04efd * Reworked the OpenGL headers and Glut features detection (what did you 18 years ago
  Jean-Yves Lamoureux 8a340a8676 * Fixed glutCheckLoop headers, testing only under MacOSX 18 years ago
  Jean-Yves Lamoureux a473607ef3 * Added (untested) glut3 glutCheckLoop(), ans a regular display function 18 years ago
  Sam Hocevar d660aa1390 * Workaround for automake < 1.6. 18 years ago
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so 18 years ago
  Jean-Yves Lamoureux 5661cbd393 * Fixed bug in show/hide cursor, implemented X11 cursor 18 years ago
  Jean-Yves Lamoureux 10bfc08d26 * Added forgotten X11 set/hide cursor (non-working code) 18 years ago
  Jean-Yves Lamoureux 6239887913 * Added caca_show/hide_cursor, and corresponding GL binding 18 years ago
  Sam Hocevar 038f888fb8 * Documented the caca_event structure and improved a few things here and 18 years ago
  Sam Hocevar 70cb2ab916 * Allow the driver initialisation to fail, for instance when $DISPLAY = "". 18 years ago
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 18 years ago
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 years ago
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). 18 years ago
  Jean-Yves Lamoureux 73edc0b51c * Added a bird. 18 years ago
  Sam Hocevar 9dd86c2766 * Added basic support for a few Unicode characters to the X11 driver. 18 years ago
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. 18 years ago
  Sam Hocevar bb1cedf858 * Renamed cucul_buffer to cucul_export. Vanilla rum rules. 18 years ago
  Sam Hocevar 417b598d8d * Factorised some charset handling code into a new cucul/charset.c file. 18 years ago
  Sam Hocevar 6b79dc0ea0 * Print '?' instead of spaces for unknown glyphs in the X11 driver. 18 years ago