51 Commity (9e8c0b6a469fd1694b1853b2da4494392913af31)

Autor SHA1 Wiadomość Data
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. 15 lat temu
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 15 lat temu
  Sam Hocevar 7d2a657926 Gather profiling information in caca_refresh_display() and caca_get_event(). 15 lat temu
  Sam Hocevar 6b22ab776c Add a null driver that does absolutely nothing. 15 lat temu
  Sam Hocevar 16c3765dd7 configure.ac: use more modern autoconf syntax. 16 lat temu
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility 16 lat temu
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the 16 lat temu
  Sam Hocevar 850fc14032 * Fix plugin build. 16 lat temu
  Sam Hocevar 621f107c72 * Documentation fixes (due to renamings, some parameters were no longer 16 lat temu
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16 lat temu
  Sam Hocevar b7a785ff38 * Implemented caca_set_display_driver() to change driver at runtime. 17 lat temu
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver 17 lat temu
  Sam Hocevar 283e1ef70b * Remove cruft from caca_get_display_driver_list(). 17 lat temu
  Sam Hocevar 5b2b3e27db * Implemented caca_get_display_driver_list(), unused yet. 17 lat temu
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings 17 lat temu
  Sam Hocevar 03ad8a42fd * Allow caca_create_display()'s argument to be NULL. It will automatically 17 lat temu
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid 17 lat temu
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display 17 lat temu
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 lat temu
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 lat temu
  Sam Hocevar afed497172 * Added all the glue needed for a Cocoa output driver. 18 lat temu
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. 18 lat temu
  Sam Hocevar d1bccd4fba * Added a --enable-plugins configure flag that builds the GL and X11 drivers 18 lat temu
  Sam Hocevar 383fb90110 * Do not build the raw output in kernel mode. 18 lat temu
  Sam Hocevar bc5415d6a4 * Fixed libcaca prototypes so that all functions use the errno mechanism 18 lat temu
  Sam Hocevar ec3b082509 * Fixed UTF-8 support in ncurses. 18 lat temu
  Sam Hocevar 1f3e745f52 * Minor cosmetic changes in the test programs. 18 lat temu
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 lat temu
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. 18 lat temu
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 lat temu
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 lat temu
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. 18 lat temu
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18 lat temu
  Sam Hocevar 08a16c80fe * Removed the network driver and replaced it with a cacaserver executable 18 lat temu
  Sam Hocevar a6848be41e * Created a minimal raw driver that outputs stuff to stdout. 18 lat temu
  Sam Hocevar 70cb2ab916 * Allow the driver initialisation to fail, for instance when $DISPLAY = "". 18 lat temu
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 18 lat temu
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 lat temu
  Sam Hocevar 0c9103f95a * Cosmetic. 18 lat temu
  Sam Hocevar 5c9868e79a * Ooops, fixed an old typo. 18 lat temu
  Sam Hocevar 0889bf4799 * Fixed an uninitialised variable in the event queue handling. 18 lat temu
  Jean-Yves Lamoureux d47bd8b490 * Added CACA_NETWORK_PORT env and related documentation 19 lat temu
  Sam Hocevar 37d1bec329 * Pure VGA output driver. 19 lat temu
  Jean-Yves Lamoureux fd331c1504 * Added very preliminary network driver 19 lat temu
  Sam Hocevar da30961a0e * Fixed async issues between the driver and libcaca when resizing windows, 19 lat temu
  Sam Hocevar e44a01f08d * Cosmetic changes here and there. 19 lat temu
  Sam Hocevar 8f286f6432 * Finished moving everything driver-specific to the apropriate driver_*.c 19 lat temu
  Sam Hocevar 41e32c8809 * Got rid of static variables in the event code. 19 lat temu
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), 19 lat temu
  Sam Hocevar 34764ae68a * Split caca/graphics.c into driver-specific files. Resize is currently 19 lat temu