97 Commits (792c7481f5e5826ab6ce28b249f7d9d1b3b4f98f)

Author SHA1 Message Date
  Sam Hocevar b01cccf54b * Minor cosmetic changes in the test programs. 18 years ago
  Sam Hocevar b30948f044 * Use cucul_get_export_list() in the export test instead of hardcoding the 18 years ago
  Sam Hocevar 960aceabac * Added test/truecolor.c to test non-ANSI colour pairs. 18 years ago
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 years ago
  Jean-Yves Lamoureux a4de38b97e * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas) 18 years ago
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 18 years ago
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. 18 years ago
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. 18 years ago
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. 18 years ago
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). 18 years ago
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. 18 years ago
  Jean-Yves Lamoureux 61586b966e * Added silly play with interframe delay. Need to rework sprite format. 18 years ago
  Sam Hocevar e18b717e38 * Added a test program for the font renderer. 18 years ago
  Sam Hocevar 7588db8cc9 * Code simplification. 18 years ago
  Sam Hocevar 6fb44a69f9 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will 18 years ago
  Sam Hocevar bc29d9f28b * Fixed test/export that was not printing the last character of the file. 18 years ago
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. 18 years ago
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not 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 bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we 18 years ago
  Sam Hocevar d660aa1390 * Workaround for automake < 1.6. 18 years ago
  Jean-Yves Lamoureux f53bc3937a * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour. 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 10bfc08d26 * Added forgotten X11 set/hide cursor (non-working code) 18 years ago
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 18 years ago
  Sam Hocevar 9e0548113d * Hahaha mais le vieux porc c'est moi. 18 years ago
  Sam Hocevar 6db26f7487 * Made cucul_putchar32() an internal-only function. 18 years ago
  Sam Hocevar 571de1af04 * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free(). 18 years ago
  Sam Hocevar 7af7565b74 * Added a test for the transformation routines. 18 years ago
  Sam Hocevar 73aad0447c * Added the cucul_blit() function. It lets us blit various canvas one 18 years ago
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). 18 years ago
  Sam Hocevar 36886a339e * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. 18 years ago
  Sam Hocevar c979bc6eae * Changed the cucul_init parameter so that it now directly accepts a 18 years ago
  Sam Hocevar fabd8c7467 * Added colour to the gamma test. 18 years ago
  Sam Hocevar 892f55aed9 * Animated gamma test. 18 years ago
  Sam Hocevar 42cbd10958 ___ 18 years ago
  Sam Hocevar dcaccc744c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. 18 years ago
  Sam Hocevar f32560e3c7 * More special characters in the Unicode test. 18 years ago
  Sam Hocevar bb1cedf858 * Renamed cucul_buffer to cucul_export. Vanilla rum rules. 18 years ago
  Sam Hocevar aaa61f9a81 * Added a few commonly escaped characters to the export test: ( ) " < > & 18 years ago
  Sam Hocevar c1ed04f470 * Do not write the trailing \0 when exporting data. 18 years ago
  Sam Hocevar 4fd15b0aab * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to 18 years ago
  Sam Hocevar a870a7ef97 * Added a few more Unicode characters to the export and unicode tests. 18 years ago
  Sam Hocevar 2f7c869bcc * Small test program for exporters. Usage: "export html", "export irc" etc. 18 years ago
  Jean-Yves Lamoureux bc62119fe8 * Fixed refresh when updating parameter in display_menu() 18 years ago
  Sam Hocevar b2243b1572 * Allow the color test to be built as a kernel. 18 years ago
  Sam Hocevar c21b5d5381 * More Unicode tests: gradient glyphs, double width characters. 18 years ago
  Sam Hocevar ce16433e89 * Added a tiny Unicode test program. Of course it does not work yet, but 18 years ago
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. 19 years ago