121 커밋 (9d482f7762783505d5f8ce34744277fbb4e4c002)

작성자 SHA1 메시지 날짜
  Sam Hocevar 72ba9c3585 * Allow an optional input filename in the export test for cheap conversions. 18 년 전
  Sam Hocevar b97751b9bc * Added cacadraw. It only shows files and lets you scroll for now, but 18 년 전
  Sam Hocevar cb823dd55b * Minor typo. 18 년 전
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 18 년 전
  Jean-Yves Lamoureux b15241efbd * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all. 18 년 전
  Sam Hocevar 1f094662d8 * Jylam is too modest. 18 년 전
  Jean-Yves Lamoureux 73b9c0af14 * Added importers test 18 년 전
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection 18 년 전
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 년 전
  Sam Hocevar 370fb06990 * Added "common.h", a placeholder for simple features and functions missing 18 년 전
  Sam Hocevar d0b0d90e2a * Got rid of CUCUL_LIBS. It's unused. 18 년 전
  Sam Hocevar 6c0e8da858 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. 18 년 전
  Sam Hocevar 634c8266cc * Added a test for multiple frames support. 18 년 전
  Sam Hocevar 8534299c9e * Disabled sprite stuff from the tests. 18 년 전
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground 18 년 전
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into 18 년 전
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. 18 년 전
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are 18 년 전
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random 18 년 전
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to 18 년 전
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in 18 년 전
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 년 전
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 년 전
  Sam Hocevar 2df91e7617 * Handle CACA_EVENT_QUIT in the event test program. 18 년 전
  Sam Hocevar b01cccf54b * Minor cosmetic changes in the test programs. 18 년 전
  Sam Hocevar b30948f044 * Use cucul_get_export_list() in the export test instead of hardcoding the 18 년 전
  Sam Hocevar 960aceabac * Added test/truecolor.c to test non-ANSI colour pairs. 18 년 전
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 년 전
  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 년 전
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 18 년 전
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. 18 년 전
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. 18 년 전
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. 18 년 전
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). 18 년 전
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. 18 년 전
  Jean-Yves Lamoureux 61586b966e * Added silly play with interframe delay. Need to rework sprite format. 18 년 전
  Sam Hocevar e18b717e38 * Added a test program for the font renderer. 18 년 전
  Sam Hocevar 7588db8cc9 * Code simplification. 18 년 전
  Sam Hocevar 6fb44a69f9 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will 18 년 전
  Sam Hocevar bc29d9f28b * Fixed test/export that was not printing the last character of the file. 18 년 전
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. 18 년 전
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not 18 년 전
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING 18 년 전
  Sam Hocevar 87604b8e1d * Merged caca_wait_event() into caca_get_event() and added a timeout 18 년 전
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we 18 년 전
  Sam Hocevar d660aa1390 * Workaround for automake < 1.6. 18 년 전
  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 년 전
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so 18 년 전
  Jean-Yves Lamoureux 10bfc08d26 * Added forgotten X11 set/hide cursor (non-working code) 18 년 전
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 18 년 전