108 Commitit (e68c0f92b8990fd1a627685702fc8ed1a05df446)

Tekijä SHA1 Viesti Päivämäärä
  Sam Hocevar 8534299c9e * Disabled sprite stuff from the tests. 18 vuotta sitten
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground 18 vuotta sitten
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into 18 vuotta sitten
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. 18 vuotta sitten
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are 18 vuotta sitten
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random 18 vuotta sitten
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to 18 vuotta sitten
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in 18 vuotta sitten
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 vuotta sitten
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 vuotta sitten
  Sam Hocevar 2df91e7617 * Handle CACA_EVENT_QUIT in the event test program. 18 vuotta sitten
  Sam Hocevar b01cccf54b * Minor cosmetic changes in the test programs. 18 vuotta sitten
  Sam Hocevar b30948f044 * Use cucul_get_export_list() in the export test instead of hardcoding the 18 vuotta sitten
  Sam Hocevar 960aceabac * Added test/truecolor.c to test non-ANSI colour pairs. 18 vuotta sitten
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 vuotta sitten
  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 vuotta sitten
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 18 vuotta sitten
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. 18 vuotta sitten
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. 18 vuotta sitten
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. 18 vuotta sitten
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). 18 vuotta sitten
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. 18 vuotta sitten
  Jean-Yves Lamoureux 61586b966e * Added silly play with interframe delay. Need to rework sprite format. 18 vuotta sitten
  Sam Hocevar e18b717e38 * Added a test program for the font renderer. 18 vuotta sitten
  Sam Hocevar 7588db8cc9 * Code simplification. 18 vuotta sitten
  Sam Hocevar 6fb44a69f9 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will 18 vuotta sitten
  Sam Hocevar bc29d9f28b * Fixed test/export that was not printing the last character of the file. 18 vuotta sitten
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. 18 vuotta sitten
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not 18 vuotta sitten
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING 18 vuotta sitten
  Sam Hocevar 87604b8e1d * Merged caca_wait_event() into caca_get_event() and added a timeout 18 vuotta sitten
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we 18 vuotta sitten
  Sam Hocevar d660aa1390 * Workaround for automake < 1.6. 18 vuotta sitten
  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 vuotta sitten
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so 18 vuotta sitten
  Jean-Yves Lamoureux 10bfc08d26 * Added forgotten X11 set/hide cursor (non-working code) 18 vuotta sitten
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 18 vuotta sitten
  Sam Hocevar 9e0548113d * Hahaha mais le vieux porc c'est moi. 18 vuotta sitten
  Sam Hocevar 6db26f7487 * Made cucul_putchar32() an internal-only function. 18 vuotta sitten
  Sam Hocevar 571de1af04 * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free(). 18 vuotta sitten
  Sam Hocevar 7af7565b74 * Added a test for the transformation routines. 18 vuotta sitten
  Sam Hocevar 73aad0447c * Added the cucul_blit() function. It lets us blit various canvas one 18 vuotta sitten
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). 18 vuotta sitten
  Sam Hocevar 36886a339e * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. 18 vuotta sitten
  Sam Hocevar c979bc6eae * Changed the cucul_init parameter so that it now directly accepts a 18 vuotta sitten
  Sam Hocevar fabd8c7467 * Added colour to the gamma test. 18 vuotta sitten
  Sam Hocevar 892f55aed9 * Animated gamma test. 18 vuotta sitten
  Sam Hocevar 42cbd10958 ___ 18 vuotta sitten
  Sam Hocevar dcaccc744c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. 18 vuotta sitten
  Sam Hocevar f32560e3c7 * More special characters in the Unicode test. 18 vuotta sitten