746 次代码提交 (afbdae6bf95ee6530b7772a05881520090c77d0b)
 

作者 SHA1 备注 提交日期
  Sam Hocevar afbdae6bf9 * Text input test program. Might be merged into libcaca if it works well. 18 年前
  Sam Hocevar 01e12b87a6 * Updated the TODO list. 18 年前
  Sam Hocevar b61240a0e6 * Install caca-config.1.gz in the libcucul-dev package, not caca-utils. 18 年前
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into 18 年前
  Sam Hocevar 87017d7914 * Documented the newly exported charset functions. 18 年前
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. 18 年前
  Sam Hocevar c5d74fb9f7 * Regenerated fonts and reactivated them under Win32. 18 年前
  Sam Hocevar 74e2bdf587 * Elite trick in the font generator to cope with C89's string length 18 年前
  Sam Hocevar f6abdd915a * font2tga no longer needs cucul_internal.h. 18 年前
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned 18 年前
  Sam Hocevar fdc8b45b72 * Added font2tga, a test program that exports our font in a known format. 18 年前
  Sam Hocevar 552974ffd9 * If the export test target is ANSI or UTF-8, dither image with special 18 年前
  Sam Hocevar 64b6bfb328 * Removed useless -lXt from X11 libraries check. 18 年前
  Sam Hocevar 8ac089aa7a * Workaround for illegal ^[[0,0H ANSI escape code. 18 年前
  Sam Hocevar aa6cb520ab * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly 18 年前
  Sam Hocevar ca5c87ae1b * Add linebreaks to the ANSI exporter for better readability, and use 18 年前
  Jean-Yves Lamoureux 5612b86ce6 * Fixed postscript exporter, image in not at the bottom of the page anymore 18 年前
  Sam Hocevar edce06f608 * Use UTF-8 instead of ANSI in cacaserver 18 年前
  Sam Hocevar 2c49303c3e * Optimise built-in fonts. We gain about 100kB in the final binary. 18 年前
  Sam Hocevar c47c1d3118 * Optimise similar glyphs when generating a font. Given how many glyphs 18 年前
  Sam Hocevar 9f90f3f36d * Added the long dash and middle dot CP437 characters to the X11 driver. 18 年前
  Sam Hocevar ee55871e3f * If the ANSI file we import does not use the 80 columns, we don't expand 18 年前
  Sam Hocevar 5c64f0a02d * Allow cacadraw to open several files; use 'n' and 'p' to cycle. 18 年前
  Sam Hocevar 4e55d282d2 * Removed a useless cast in the kernel code. 18 年前
  Sam Hocevar 77b175db11 * Set svn properties on the .NET files. 18 年前
  Sam Hocevar 0cbd5fd983 * Cosmetic fix in test/font.c. 18 年前
  Sam Hocevar be99912681 * Minor cosmetic fix in a comment. 18 年前
  Sam Hocevar 17e1e490d6 * Added a few more Unicode blocks to the default fonts. 18 年前
  Sam Hocevar e8d6429506 * Added a few more Unicode characters to the glyph transformations. 18 年前
  Sam Hocevar d6e4744861 * Changed the cucul_create_dither() prototype to make sure the mask 18 年前
  Sam Hocevar 29da35e1f4 * Make the export test 80 columns wide, so that the ANSI we generate can 18 年前
  Sam Hocevar dcbcc123c4 * Updated fonts with the new hardcoded CP437 glyphs. 18 年前
  Sam Hocevar b29977cebe * Hardcode a few CP437 glyphs in makefont.c because they don't look that 18 年前
  Sam Hocevar b2d84d524d * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8(). 18 年前
  Sam Hocevar 7d75811a8b * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and 18 年前
  Sam Hocevar 4d029660e1 * Implemented the private _cucul_utf32_to_utf8() helper. 18 年前
  Sam Hocevar 9091804367 * Exporter now generates valid ANSI, with CP437 characters. 18 年前
  Sam Hocevar 9d482f7762 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured 18 年前
  Sam Hocevar 956ee0b309 * Use a slightly different RGB palette for ANSI colours, so that brown 18 年前
  Jean-Yves Lamoureux 6682ce2bd9 * Fixed error in tutorial, updated caca_get_event() doc 18 年前
  Jean-Yves Lamoureux 85af5113d1 * Fixed $Id 18 年前
  Jean-Yves Lamoureux 2dd1d02580 * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished 18 年前
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. 18 年前
  Sam Hocevar 72ba9c3585 * Allow an optional input filename in the export test for cheap conversions. 18 年前
  Jean-Yves Lamoureux 758db0ca7b * coding style fixes again 18 年前
  Jean-Yves Lamoureux 5eecd73820 * Fixed indentation. I did it myself, I'm a big boy. 18 年前
  Sam Hocevar c117cb2411 * Fixed line wrapping on some weird ANSI files. 18 年前
  Sam Hocevar d82754532b * Fixed an ANSI rendering bug related to the bold attribute. 18 年前
  Sam Hocevar 89bfc20006 * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the 18 年前
  Sam Hocevar b3ffcad709 * Minor code reorganisation and documenting. 18 年前