163 Commits (1cb8d025605c27da3dd0971c38e583af3cfbcdf4)

Autor SHA1 Nachricht Datum
  Sam Hocevar b538f2c0a0 * Use cucul_get_font_blocks() instead of hardcoding the glyph list. vor 18 Jahren
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. vor 18 Jahren
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored vor 18 Jahren
  Sam Hocevar 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change vor 18 Jahren
  Sam Hocevar e9f3bc9321 * Add Bold/Blink/Italics/Underline to the export and color tests. vor 18 Jahren
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the vor 18 Jahren
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls vor 18 Jahren
  Sam Hocevar 4777472cd4 * Minor changes to the frames test. vor 18 Jahren
  Sam Hocevar 806f748059 * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support vor 18 Jahren
  Sam Hocevar b34eb39d0a * Add fullwidth characters to the transform test. vor 18 Jahren
  Sam Hocevar 2051ddea46 * Add a test for fullwidth characters to the exporter test. vor 18 Jahren
  Sam Hocevar eb420218f0 * Use 0xCACA as the test character. Ahaha. Caca. Got it? vor 18 Jahren
  Sam Hocevar 8a316f40d6 * Fix the Unicode test. vor 18 Jahren
  Sam Hocevar 91645bfa68 * Do not link binaries with @CACA_LIBS@, it's useless. vor 18 Jahren
  Sam Hocevar 644a4ba8ec * Added an optional argument to the import test to select import format. vor 18 Jahren
  Sam Hocevar a34df4fa85 * Remove toilet from the libcaca source, it'll be moved to its own repo. vor 18 Jahren
  Sam Hocevar 663afc6460 * Autocrop toilet output. vor 18 Jahren
  Sam Hocevar 2dd6623474 * Handle UTF-8 in TOIlet. vor 18 Jahren
  Sam Hocevar 074694fe75 * Support for platforms without <getopt.h> in TOIlet. vor 18 Jahren
  Sam Hocevar f1cb79fac3 * Added getopt support to toilet. vor 18 Jahren
  Sam Hocevar 57bc9ff453 * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later. vor 18 Jahren
  Jean-Yves Lamoureux 1b821e2588 * Updated kernel 'driver', still not working, but most of the work is done vor 18 Jahren
  Sam Hocevar 4ed8de10ac * Fix badly initialised data in the gamma test. vor 18 Jahren
  Sam Hocevar 060cb6f676 * Moved the matrix effect test into cacademo. Removed the motion sensor vor 18 Jahren
  Jean-Yves Lamoureux 7e7d2e01b1 * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all vor 18 Jahren
  Sam Hocevar 2bbd7bbb36 * Fix dithering handling in demo0.c. vor 18 Jahren
  Sam Hocevar 1d1d643c67 * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a vor 18 Jahren
  Sam Hocevar 514bbb3859 * Fix a crash in export.c with unknown file formats. vor 18 Jahren
  Sam Hocevar 21069a8463 * A few changes to the matrix program. I do not plan to maintain it. vor 18 Jahren
  Sam Hocevar 004a78bc77 * Fixed matrix.c for non-Thinkpad computers. vor 18 Jahren
  Sam Hocevar 496445ffbf * Small matrix effect. Totally useless. Unless you have a Thinkpad, in vor 18 Jahren
  Sam Hocevar 1f3e745f52 * Minor cosmetic changes in the test programs. vor 18 Jahren
  Sam Hocevar aca46d3f39 * Added -I${top_srcdir} to the compilation flags to fix builds configured vor 18 Jahren
  Sam Hocevar 0c1746c626 * Renamed the event data member "ucs4" to "utf32" for consistency vor 18 Jahren
  Sam Hocevar afbdae6bf9 * Text input test program. Might be merged into libcaca if it works well. vor 18 Jahren
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into vor 18 Jahren
  Sam Hocevar f6abdd915a * font2tga no longer needs cucul_internal.h. vor 18 Jahren
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned vor 18 Jahren
  Sam Hocevar fdc8b45b72 * Added font2tga, a test program that exports our font in a known format. vor 18 Jahren
  Sam Hocevar 552974ffd9 * If the export test target is ANSI or UTF-8, dither image with special vor 18 Jahren
  Sam Hocevar 0cbd5fd983 * Cosmetic fix in test/font.c. vor 18 Jahren
  Sam Hocevar 29da35e1f4 * Make the export test 80 columns wide, so that the ANSI we generate can vor 18 Jahren
  Sam Hocevar 72ba9c3585 * Allow an optional input filename in the export test for cheap conversions. vor 18 Jahren
  Sam Hocevar b97751b9bc * Added cacadraw. It only shows files and lets you scroll for now, but vor 18 Jahren
  Sam Hocevar cb823dd55b * Minor typo. vor 18 Jahren
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively vor 18 Jahren
  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. vor 18 Jahren
  Sam Hocevar 1f094662d8 * Jylam is too modest. vor 18 Jahren
  Jean-Yves Lamoureux 73b9c0af14 * Added importers test vor 18 Jahren
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection vor 18 Jahren