37 Commits (dd1478f3729f62df4dc2fca8536a14e4b46d5519)

Autor SHA1 Mensaje Fecha
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the hace 16 años
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is hace 16 años
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that hace 16 años
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid hace 17 años
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display hace 17 años
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. hace 17 años
  Sam Hocevar 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent hace 17 años
  Sam Hocevar 309e287a84 * Documented which drivers support caca_set_cursor(). hace 17 años
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. hace 18 años
  Sam Hocevar 33058757da * Add a no warranty clause to the code. hace 18 años
  Sam Hocevar e1a42d9b42 * Added caca_set_cursor(). Not yet functional. hace 18 años
  Sam Hocevar fcee80f87d * Factored terminal title setting code. hace 18 años
  Sam Hocevar dac2f4d57f * Implemented caca_set_display_title() for ncurses and S-Lang. hace 18 años
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. hace 18 años
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few hace 18 años
  Sam Hocevar bc5415d6a4 * Fixed libcaca prototypes so that all functions use the errno mechanism hace 18 años
  Sam Hocevar f713c97f7c * Reduced IDLE_USEC by half. Today's machines are fast :-) hace 18 años
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into hace 18 años
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h hace 18 años
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. hace 18 años
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in hace 18 años
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. hace 18 años
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. hace 18 años
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. hace 18 años
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to hace 18 años
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so hace 18 años
  Jean-Yves Lamoureux 5661cbd393 * Fixed bug in show/hide cursor, implemented X11 cursor hace 18 años
  Jean-Yves Lamoureux 6239887913 * Added caca_show/hide_cursor, and corresponding GL binding hace 18 años
  Sam Hocevar 77f995023d * Slightly changed header comments. hace 18 años
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. hace 18 años
  Sam Hocevar d1e1dbd630 * Use the internal version of cucul_set_size in output drivers so that hace 18 años
  Sam Hocevar 8995ef3837 * Removed unused includes. hace 18 años
  Sam Hocevar da30961a0e * Fixed async issues between the driver and libcaca when resizing windows, hace 18 años
  Sam Hocevar 8f286f6432 * Finished moving everything driver-specific to the apropriate driver_*.c hace 19 años
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), hace 19 años
  Sam Hocevar 34764ae68a * Split caca/graphics.c into driver-specific files. Resize is currently hace 19 años
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. hace 19 años
  Sam Hocevar 6c6beb3541 * Use 32 bit integers for the character array. No visible difference for hace 19 años
  Sam Hocevar 92ef8499f1 * Removed caca_set_{size,width,height} because cucul_set_size ought to be hace 19 años
  Jean-Yves Lamoureux 044c9d39a0 * I just suck. I'll goatse myself right after beeing back at home. hace 19 años
  Sam Hocevar 87f22f292e * src/graphics.c: minor optimisations. hace 19 años
  Sam Hocevar 730834f30b * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo hace 19 años
  Jean-Yves Lamoureux 4c53d0ea48 * Mais je fais comme je veux bordel de cul ! hace 19 años
  Sam Hocevar 0ecdc0280b * Haha mais vieux porc a pattes ! hace 19 años
  Jean-Yves Lamoureux 2826bc67f5 * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang. hace 19 años
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. hace 19 años
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing hace 19 años
  Sam Hocevar 707f10de81 * Changed the licensing to WTFPL, as per all copyright holders' permission. hace 19 años
  Jean-Yves Lamoureux 43c29676eb * Improved GL rendering (characters are not blurry anymore) hace 19 años
  Jean-Yves Lamoureux 29775feb27 * Added caca_set_width, set_height_, set_size hace 19 años