555 Commits (99aa400f26261d4a6e750f23b378f4090f0fc720)
 

Autor SHA1 Nachricht Datum
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. vor 18 Jahren
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to vor 18 Jahren
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be vor 18 Jahren
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. vor 18 Jahren
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. vor 18 Jahren
  Sam Hocevar 1911e368f4 * Fixed compilation warning. vor 18 Jahren
  Sam Hocevar b355e0581d * Fixed colour conversion routines so that they work with ARGB too. vor 18 Jahren
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. vor 18 Jahren
  Sam Hocevar 5d2afb9232 * Made makefont more configurable. Also, store the commandline in a comment vor 18 Jahren
  Sam Hocevar 4f50adcc5b * Updated TODO list. vor 18 Jahren
  Sam Hocevar ebfb2b388b * Internal font support through cucul_load_font(). Documented that. vor 18 Jahren
  Sam Hocevar b40cfe1302 * Ugly overflow bug in the rendering code. vor 18 Jahren
  Sam Hocevar a273b3d7ec * Implemented cucul_get_font_width() and cucul_get_font_height(). vor 18 Jahren
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. vor 18 Jahren
  Sam Hocevar 15bff441bc * Putain de bordel de manche a couilles. I forgot to fix the font. vor 18 Jahren
  Sam Hocevar c1669600af * Some cleaning up in makefont.c. vor 18 Jahren
  Sam Hocevar c1e5f30692 * Fixed 4, 2 and 1-bit font rendering. vor 18 Jahren
  Sam Hocevar 9369b9a48f * Created internal function _cucul_argb32_to_argb4() that splits an argb vor 18 Jahren
  Jean-Yves Lamoureux 61586b966e * Added silly play with interframe delay. Need to rework sprite format. vor 18 Jahren
  Sam Hocevar 8fffb73b1e * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font vor 18 Jahren
  Sam Hocevar e18b717e38 * Added a test program for the font renderer. vor 18 Jahren
  Sam Hocevar 7588db8cc9 * Code simplification. vor 18 Jahren
  Sam Hocevar d8821beb81 * Created a built-in font from Bitstream Vera (Monospace 9). vor 18 Jahren
  Sam Hocevar fed62ed798 * Added a font creator that uses pango to render glyphs. vor 18 Jahren
  Sam Hocevar 1da6ea358b * Slightly updated the font format and wrote a font loader. Also added a vor 18 Jahren
  Sam Hocevar 33060e0b5a * New version of the font format. vor 18 Jahren
  Sam Hocevar a05603a774 * Added a file for future font handling routines. Currently only the font vor 18 Jahren
  Sam Hocevar a10e810306 * Proper svn:ignore properties on tools/. vor 18 Jahren
  Sam Hocevar 6fb44a69f9 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will vor 18 Jahren
  Sam Hocevar 52d877a405 * cacaview works again. Somewhat. Image loading is now handled by the vor 18 Jahren
  Sam Hocevar 78b764dbc5 * Renamed "freadint" to "u32fread", and so on. vor 18 Jahren
  Sam Hocevar 1084035890 * Added img2irc program. I know it does not have "cucul" or "caca" in the vor 18 Jahren
  Sam Hocevar 83b4374fb4 * Avoid useless call to strlen() in the exporters. vor 18 Jahren
  Sam Hocevar bc29d9f28b * Fixed test/export that was not printing the last character of the file. vor 18 Jahren
  Sam Hocevar 0c9eb30ab5 * Updated TODO list. I forgot the aspect ratio function! vor 18 Jahren
  Sam Hocevar 5193172468 * Renamed bitmap.c into dither.c. vor 18 Jahren
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. vor 18 Jahren
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not vor 18 Jahren
  Sam Hocevar 125c6bbff9 * Updated the Doxygen configuration file. vor 18 Jahren
  Sam Hocevar cd0e8f7861 * Fixed old bugs I introduced in the exporters. vor 18 Jahren
  Sam Hocevar f4933461d4 * Forgot an svn:ignore property. vor 18 Jahren
  Sam Hocevar 34cf71d1ea * Added pkgconfig files. Eh ouais mon gars. vor 18 Jahren
  Sam Hocevar a8990ca5a6 * Replaced occurrences of "rgba" with "argb". vor 18 Jahren
  Sam Hocevar 273371c6b1 * Fixed a syntax error. Gruik. vor 18 Jahren
  Sam Hocevar e8ae71156d * Changed the cucul_set_bitmap_antialias() argument to a string. vor 18 Jahren
  Sam Hocevar eafbe7dd4b * Of course I had to fuck up something. Here, PS export works again. vor 18 Jahren
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. vor 18 Jahren
  Sam Hocevar c1664e356c * Got rid of cucul_get_screen(). Use cucul_export() instead. vor 18 Jahren
  Sam Hocevar fcfbcd4000 * Check the magic bytes at the end of the buffer when cucul_load()ing it. vor 18 Jahren
  Sam Hocevar 6f6b3b3ac2 * Sanity check in cacaserver.c. vor 18 Jahren