44 Revize (f7c072131a9bf300813a087b82d39a3bda0118ce)

Autor SHA1 Zpráva Datum
  alxf 20f3a39e01 Fix header copyright. před 8 roky
  alxf c1ee309d79 Fix a bug into the autorepeat trigger. před 8 roky
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. před 12 roky
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. před 15 roky
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. před 15 roky
  Sam Hocevar 7d2a657926 Gather profiling information in caca_refresh_display() and caca_get_event(). před 15 roky
  Sam Hocevar 516aa6b6ee Better caca_get_event_mouse_button() documentation. před 15 roky
  Sam Hocevar 42a5c2bf69 Increased the autorepeat delay in the ncurses and SLang drivers. Now that před 15 roky
  Sam Hocevar 1fe8a8702a A lot of documentation updates here and there, including bugfixes dating před 15 roky
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the před 16 roky
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is před 16 roky
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this před 16 roky
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that před 16 roky
  Sam Hocevar 367e1ef512 * Fix a tiny use of uninitialised memory in caca_get_event() that may have před 17 roky
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver před 17 roky
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid před 17 roky
  Sam Hocevar 9da4d7b000 * Made the caca_event_t structure opaque and created a whole bunch of před 17 roky
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. před 17 roky
  Jean-Yves Lamoureux 2276a03dae * Changed threshold in key events, a bit more natural před 18 roky
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. před 18 roky
  Sam Hocevar 33058757da * Add a no warranty clause to the code. před 18 roky
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few před 18 roky
  Sam Hocevar bc5415d6a4 * Fixed libcaca prototypes so that all functions use the errno mechanism před 18 roky
  Sam Hocevar 0c1746c626 * Renamed the event data member "ucs4" to "utf32" for consistency před 18 roky
  Jean-Yves Lamoureux 6682ce2bd9 * Fixed error in tutorial, updated caca_get_event() doc před 18 roky
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h před 18 roky
  Sam Hocevar 6c0e8da858 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. před 18 roky
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. před 18 roky
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. před 18 roky
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs před 18 roky
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. před 18 roky
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to před 18 roky
  Sam Hocevar 87604b8e1d * Merged caca_wait_event() into caca_get_event() and added a timeout před 18 roky
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. před 18 roky
  Sam Hocevar 77f995023d * Slightly changed header comments. před 18 roky
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. před 18 roky
  Sam Hocevar da30961a0e * Fixed async issues between the driver and libcaca when resizing windows, před 19 roky
  Sam Hocevar e44a01f08d * Cosmetic changes here and there. před 19 roky
  Sam Hocevar 8f286f6432 * Finished moving everything driver-specific to the apropriate driver_*.c před 19 roky
  Sam Hocevar 2936525ab7 * Split event.c into the appropriate driver_*.c files. před 19 roky
  Sam Hocevar 41e32c8809 * Got rid of static variables in the event code. před 19 roky
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), před 19 roky
  Sam Hocevar 34764ae68a * Split caca/graphics.c into driver-specific files. Resize is currently před 19 roky
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. před 19 roky
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. před 19 roky
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing před 19 roky
  Sam Hocevar 707f10de81 * Changed the licensing to WTFPL, as per all copyright holders' permission. před 19 roky
  Jean-Yves Lamoureux 895adf52f3 * Fixed bug in events with GL driver před 19 roky
  Jean-Yves Lamoureux 49a53f68bc * Fixed a bunch of warnings před 19 roky
  Jean-Yves Lamoureux 94bce66cf0 * src/event.c Fixed compilation problem when compiled without slang nor ncurses před 19 roky