645 Commits (d04b853800a8caf221ad79025d188d5ad9bf1ba7)
 

Author SHA1 Message Date
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 years ago
  Sam Hocevar 4eae25310b * Fixed C++ bindings makefile so that it does not try to use the system's 18 years ago
  Sam Hocevar 8e12dbeba6 * Truecolor support for the HTML and HTMLv3 exporters. 18 years ago
  Sam Hocevar 351fad7e15 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). 18 years ago
  Sam Hocevar 2948e55b1c * Updated README (caca-config -> pkg-config) and TODO. 18 years ago
  Sam Hocevar ac3283f07f * Cosmetic code changes and minor optimisations. 18 years ago
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the 18 years ago
  Sam Hocevar c5b827a44e * Changed the buffer type in cucul_render_canvas() to void* to avoid 18 years ago
  Sam Hocevar 2df91e7617 * Handle CACA_EVENT_QUIT in the event test program. 18 years ago
  Sam Hocevar 72ec70454e * Workaround for broken AC_PATH_X autoconf macros. 18 years ago
  Sam Hocevar 4749a448c3 * Compilation fix. 18 years ago
  Sam Hocevar 792c7481f5 * Implemented CACA_EVENT_QUIT. Unused yet. 18 years ago
  Sam Hocevar 4c9b4a5238 * Fixed autotools stuff in the cpp bindings. 18 years ago
  Sam Hocevar 1fa4337054 * Compilation fix in cpptest.cpp. 18 years ago
  Jean-Yves Lamoureux 12b35d02e8 * Fixed compile problem, put Event outside Caca class 18 years ago
  Sam Hocevar c778d5301c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in 18 years ago
  Sam Hocevar 482ee45ca6 * Removed a few useless files (vieux porc). 18 years ago
  Sam Hocevar 7691e7615b * Updated TODO list. 18 years ago
  Sam Hocevar b01cccf54b * Minor cosmetic changes in the test programs. 18 years ago
  Sam Hocevar 47229fa0b3 * Truecolor support in the SVG and PostScript exporters. 18 years ago
  Sam Hocevar b5f00c459c * Implemented TGA image export. 18 years ago
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. 18 years ago
  Sam Hocevar b30948f044 * Use cucul_get_export_list() in the export test instead of hardcoding the 18 years ago
  Sam Hocevar 3af72ff5f8 * Fixed abusive strictness in the font loader. 18 years ago
  Jean-Yves Lamoureux 4f28d0ac6d * Updated TODO list. 18 years ago
  Jean-Yves Lamoureux 12282fc68c * Better C++ test 18 years ago
  Jean-Yves Lamoureux fcd735ffc3 * Added license in C++ files. 18 years ago
  Jean-Yves Lamoureux 3a3fd8ab1b * Fixed C++ printf(), added it in example 18 years ago
  Jean-Yves Lamoureux 208cf461bc * Forgot a test on Caca() instantiation 18 years ago
  Jean-Yves Lamoureux 3b166c5603 * Added preliminary C++ bindings 18 years ago
  Sam Hocevar 3fa0bbbd7c * Added truecolor support to the X11 and GL drivers. 18 years ago
  Sam Hocevar 960aceabac * Added test/truecolor.c to test non-ANSI colour pairs. 18 years ago
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. 18 years ago
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 years ago
  Sam Hocevar ab3a5d8f90 * Fixed bad library name in pc file. 18 years ago
  Jean-Yves Lamoureux 408b8757eb * Updated MSVC++ project (static library and src/*) 18 years ago
  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 years ago
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. 18 years ago
  Sam Hocevar 16974a904a * Generate a PDF documentation instead of the PostScript one. It has nice 18 years ago
  Sam Hocevar 7b216060b4 * Ahaha I didn't even check that it compiled properly. 18 years ago
  Sam Hocevar 99aa400f26 * Only support version 1 fonts. 18 years ago
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18 years ago
  Sam Hocevar 93d3548d58 * Added a lot of sanity checks to the font parsing. It should now be 18 years ago
  Sam Hocevar 4095b65df3 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 18 years ago
  Sam Hocevar 9feb826120 * Fixed caca_get_event() call in test/hsv.c. 18 years ago
  Sam Hocevar 1911e368f4 * Fixed compilation warning. 18 years ago
  Sam Hocevar b355e0581d * Fixed colour conversion routines so that they work with ARGB too. 18 years ago
  Sam Hocevar ea780d5321 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. 18 years ago
  Sam Hocevar 5d2afb9232 * Made makefont more configurable. Also, store the commandline in a comment 18 years ago
  Sam Hocevar 4f50adcc5b * Updated TODO list. 18 years ago