143 Commits (73b9c0af14e12aa08a0fcc7823b2245341b95064)

Autor SHA1 Nachricht Datum
  Jean-Yves Lamoureux 2e167ab614 * Added preliminary ANSI importer, added import formats autodection vor 19 Jahren
  Sam Hocevar 981c405554 * Check for <errno.h>. vor 19 Jahren
  Sam Hocevar eb2aa1aa48 * Reverted that errno stuff. We'll just use the real errno. vor 19 Jahren
  Sam Hocevar fc6d86d835 * Added basis for an errno-like mechanism. vor 19 Jahren
  Sam Hocevar 4a1507c398 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. vor 19 Jahren
  Sam Hocevar 19f1503d76 * On win32, only disable the built-in fonts, not all the font functions. vor 19 Jahren
  Sam Hocevar d04b853800 * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h vor 19 Jahren
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h vor 19 Jahren
  Sam Hocevar 43e1514520 * Print '?' for Unicode characters in the ANSI export. We'll decide later vor 19 Jahren
  Sam Hocevar d0b0d90e2a * Got rid of CUCUL_LIBS. It's unused. vor 19 Jahren
  Sam Hocevar 9a65579cf6 * Support for multiple frames in canvases. vor 19 Jahren
  Sam Hocevar 7841bb6b50 * Added a simple "text" importer, until the cool ANSI importer arrives. vor 19 Jahren
  Sam Hocevar e68c0f92b8 * Disabled the foreground/background optimisation in the IRC export because vor 19 Jahren
  Sam Hocevar 046c004862 * Got rid of cv->scratch_line. It's unused, too. vor 19 Jahren
  Sam Hocevar beda391b6b * Got rid of cv->empty_line, it's now unused. vor 19 Jahren
  Sam Hocevar bde0e5ca7e * Changed cucul_clear_canvas() again. It now uses the current foreground vor 19 Jahren
  Sam Hocevar 7bd6e8a406 * Set library names to lib*.so.0.10.0. vor 19 Jahren
  Sam Hocevar 4914b86cbf * Fixed a compilation warning. vor 19 Jahren
  Sam Hocevar accf27b445 * Minor documentation fix. vor 19 Jahren
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into vor 19 Jahren
  Sam Hocevar 2353ad9215 * Minor documentation improvements. vor 19 Jahren
  Sam Hocevar d0dd70b64c * Documentation improvements. Wrote a small migration guide and added the vor 19 Jahren
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. vor 19 Jahren
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. vor 19 Jahren
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are vor 19 Jahren
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random vor 19 Jahren
  Sam Hocevar a4ac581b6f * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to vor 19 Jahren
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in vor 19 Jahren
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. vor 19 Jahren
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. vor 19 Jahren
  Sam Hocevar 8e12dbeba6 * Truecolor support for the HTML and HTMLv3 exporters. vor 19 Jahren
  Sam Hocevar 351fad7e15 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). vor 19 Jahren
  Sam Hocevar ac3283f07f * Cosmetic code changes and minor optimisations. vor 19 Jahren
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the vor 19 Jahren
  Sam Hocevar c5b827a44e * Changed the buffer type in cucul_render_canvas() to void* to avoid vor 19 Jahren
  Sam Hocevar c778d5301c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in vor 19 Jahren
  Sam Hocevar 47229fa0b3 * Truecolor support in the SVG and PostScript exporters. vor 19 Jahren
  Sam Hocevar b5f00c459c * Implemented TGA image export. vor 19 Jahren
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. vor 19 Jahren
  Sam Hocevar 3af72ff5f8 * Fixed abusive strictness in the font loader. vor 19 Jahren
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. vor 19 Jahren
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs vor 19 Jahren
  Sam Hocevar ab3a5d8f90 * Fixed bad library name in pc file. vor 19 Jahren
  Jean-Yves Lamoureux 408b8757eb * Updated MSVC++ project (static library and src/*) vor 19 Jahren
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. vor 19 Jahren
  Sam Hocevar 7b216060b4 * Ahaha I didn't even check that it compiled properly. vor 19 Jahren
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. vor 19 Jahren
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to vor 19 Jahren
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be vor 19 Jahren
  Sam Hocevar 1911e368f4 * Fixed compilation warning. vor 19 Jahren