138 Incheckningar (921016181fffaeea2b1b9e86ca164cba1552e0f4)

Upphovsman SHA1 Meddelande Datum
  Sam Hocevar 2bbd7bbb36 * Fix dithering handling in demo0.c. 18 år sedan
  Sam Hocevar 1d1d643c67 * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a 18 år sedan
  Sam Hocevar 514bbb3859 * Fix a crash in export.c with unknown file formats. 18 år sedan
  Sam Hocevar 21069a8463 * A few changes to the matrix program. I do not plan to maintain it. 18 år sedan
  Sam Hocevar 004a78bc77 * Fixed matrix.c for non-Thinkpad computers. 18 år sedan
  Sam Hocevar 496445ffbf * Small matrix effect. Totally useless. Unless you have a Thinkpad, in 18 år sedan
  Sam Hocevar 1f3e745f52 * Minor cosmetic changes in the test programs. 18 år sedan
  Sam Hocevar aca46d3f39 * Added -I${top_srcdir} to the compilation flags to fix builds configured 18 år sedan
  Sam Hocevar 0c1746c626 * Renamed the event data member "ucs4" to "utf32" for consistency 18 år sedan
  Sam Hocevar afbdae6bf9 * Text input test program. Might be merged into libcaca if it works well. 18 år sedan
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into 18 år sedan
  Sam Hocevar f6abdd915a * font2tga no longer needs cucul_internal.h. 18 år sedan
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned 18 år sedan
  Sam Hocevar fdc8b45b72 * Added font2tga, a test program that exports our font in a known format. 18 år sedan
  Sam Hocevar 552974ffd9 * If the export test target is ANSI or UTF-8, dither image with special 18 år sedan
  Sam Hocevar 0cbd5fd983 * Cosmetic fix in test/font.c. 18 år sedan
  Sam Hocevar 29da35e1f4 * Make the export test 80 columns wide, so that the ANSI we generate can 18 år sedan
  Sam Hocevar 72ba9c3585 * Allow an optional input filename in the export test for cheap conversions. 18 år sedan
  Sam Hocevar b97751b9bc * Added cacadraw. It only shows files and lets you scroll for now, but 18 år sedan
  Sam Hocevar cb823dd55b * Minor typo. 18 år sedan
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 18 år sedan
  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 år sedan
  Sam Hocevar 1f094662d8 * Jylam is too modest. 18 år sedan
  Jean-Yves Lamoureux 73b9c0af14 * Added importers test 18 år sedan
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection 18 år sedan
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 år sedan
  Sam Hocevar 370fb06990 * Added "common.h", a placeholder for simple features and functions missing 18 år sedan
  Sam Hocevar d0b0d90e2a * Got rid of CUCUL_LIBS. It's unused. 18 år sedan
  Sam Hocevar 6c0e8da858 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. 18 år sedan
  Sam Hocevar 634c8266cc * Added a test for multiple frames support. 18 år sedan
  Sam Hocevar 8534299c9e * Disabled sprite stuff from the tests. 18 år sedan
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground 18 år sedan
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into 18 år sedan
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. 18 år sedan
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are 18 år sedan
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random 18 år sedan
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to 18 år sedan
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in 18 år sedan
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 år sedan
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 år sedan
  Sam Hocevar 2df91e7617 * Handle CACA_EVENT_QUIT in the event test program. 18 år sedan
  Sam Hocevar b01cccf54b * Minor cosmetic changes in the test programs. 18 år sedan
  Sam Hocevar b30948f044 * Use cucul_get_export_list() in the export test instead of hardcoding the 18 år sedan
  Sam Hocevar 960aceabac * Added test/truecolor.c to test non-ANSI colour pairs. 18 år sedan
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 år sedan
  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 år sedan
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 18 år sedan
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. 18 år sedan
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. 18 år sedan
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. 18 år sedan