46 Révisions (d5c7775113e61dc23254fa8a986469f83f12b8c5)

Auteur SHA1 Message Date
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. il y a 12 ans
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. il y a 15 ans
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. il y a 15 ans
  Sam Hocevar 7d2a657926 Gather profiling information in caca_refresh_display() and caca_get_event(). il y a 15 ans
  Sam Hocevar b0a88ddd01 Do not smooth the render time; the calling application can do it. il y a 15 ans
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get il y a 15 ans
  Sam Hocevar a6b98c2518 Change the dirty rectangle API so that it can handle several rectangles. The il y a 15 ans
  Sam Hocevar 3a6f4323ec Finish the dirty rectangle architecture. They are now reliable in the sense il y a 15 ans
  Sam Hocevar 7b25d39e63 Apparently \033 is more common than \x1b for ESC. Use the former in our il y a 15 ans
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the il y a 16 ans
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is il y a 16 ans
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that il y a 16 ans
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid il y a 17 ans
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display il y a 17 ans
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. il y a 17 ans
  Sam Hocevar 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent il y a 17 ans
  Sam Hocevar 309e287a84 * Documented which drivers support caca_set_cursor(). il y a 17 ans
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. il y a 18 ans
  Sam Hocevar 33058757da * Add a no warranty clause to the code. il y a 18 ans
  Sam Hocevar e1a42d9b42 * Added caca_set_cursor(). Not yet functional. il y a 18 ans
  Sam Hocevar fcee80f87d * Factored terminal title setting code. il y a 18 ans
  Sam Hocevar dac2f4d57f * Implemented caca_set_display_title() for ncurses and S-Lang. il y a 18 ans
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. il y a 18 ans
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few il y a 18 ans
  Sam Hocevar bc5415d6a4 * Fixed libcaca prototypes so that all functions use the errno mechanism il y a 18 ans
  Sam Hocevar f713c97f7c * Reduced IDLE_USEC by half. Today's machines are fast :-) il y a 18 ans
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into il y a 18 ans
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h il y a 18 ans
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. il y a 18 ans
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in il y a 18 ans
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. il y a 18 ans
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. il y a 18 ans
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. il y a 18 ans
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to il y a 18 ans
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so il y a 18 ans
  Jean-Yves Lamoureux 5661cbd393 * Fixed bug in show/hide cursor, implemented X11 cursor il y a 18 ans
  Jean-Yves Lamoureux 6239887913 * Added caca_show/hide_cursor, and corresponding GL binding il y a 18 ans
  Sam Hocevar 77f995023d * Slightly changed header comments. il y a 18 ans
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. il y a 18 ans
  Sam Hocevar d1e1dbd630 * Use the internal version of cucul_set_size in output drivers so that il y a 19 ans
  Sam Hocevar 8995ef3837 * Removed unused includes. il y a 19 ans
  Sam Hocevar da30961a0e * Fixed async issues between the driver and libcaca when resizing windows, il y a 19 ans
  Sam Hocevar 8f286f6432 * Finished moving everything driver-specific to the apropriate driver_*.c il y a 19 ans
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), il y a 19 ans
  Sam Hocevar 34764ae68a * Split caca/graphics.c into driver-specific files. Resize is currently il y a 19 ans
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. il y a 19 ans
  Sam Hocevar 6c6beb3541 * Use 32 bit integers for the character array. No visible difference for il y a 19 ans
  Sam Hocevar 92ef8499f1 * Removed caca_set_{size,width,height} because cucul_set_size ought to be il y a 19 ans
  Jean-Yves Lamoureux 044c9d39a0 * I just suck. I'll goatse myself right after beeing back at home. il y a 19 ans
  Sam Hocevar 87f22f292e * src/graphics.c: minor optimisations. il y a 19 ans