Sam Hocevar
7691e7615b
* Updated TODO list.
18 år sedan
Sam Hocevar
b01cccf54b
* Minor cosmetic changes in the test programs.
18 år sedan
Sam Hocevar
47229fa0b3
* Truecolor support in the SVG and PostScript exporters.
18 år sedan
Sam Hocevar
b5f00c459c
* Implemented TGA image export.
18 år sedan
Sam Hocevar
5a476a29ae
* Implemented argb32 to rgb24fg/bg colour conversions.
18 år sedan
Sam Hocevar
b30948f044
* Use cucul_get_export_list() in the export test instead of hardcoding the
list of available formats. Also added a few truecolor blocks to the test.
18 år sedan
Sam Hocevar
3af72ff5f8
* Fixed abusive strictness in the font loader.
18 år sedan
Jean-Yves Lamoureux
4f28d0ac6d
* Updated TODO list.
18 år sedan
Jean-Yves Lamoureux
12282fc68c
* Better C++ test
18 år sedan
Jean-Yves Lamoureux
fcd735ffc3
* Added license in C++ files.
18 år sedan
Jean-Yves Lamoureux
3a3fd8ab1b
* Fixed C++ printf(), added it in example
18 år sedan
Jean-Yves Lamoureux
208cf461bc
* Forgot a test on Caca() instantiation
18 år sedan
Jean-Yves Lamoureux
3b166c5603
* Added preliminary C++ bindings
18 år sedan
Sam Hocevar
3fa0bbbd7c
* Added truecolor support to the X11 and GL drivers.
18 år sedan
Sam Hocevar
960aceabac
* Added test/truecolor.c to test non-ANSI colour pairs.
18 år sedan
Sam Hocevar
9f0a475645
* Moved cucul_set_color() from canvas.c to colour.c.
* Added cucul_set_truecolor() for non-ANSI colours.
* Added new argb32 -> rgb12 conversion functions.
18 år sedan
Sam Hocevar
17c065a49e
* Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
such as cucul_dither_t instead of struct cucul_dither.
* Made cucul_buffer_t an opaque structure and implemented the two getters
cucul_get_buffer_data() and cucul_get_buffer_size().
* Documented all missing functions and function parameters.
18 år sedan
Sam Hocevar
ab3a5d8f90
* Fixed bad library name in pc file.
18 år sedan
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
18 år sedan
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 år sedan
Sam Hocevar
2c5ccb65e6
* Improved documentation in many places.
18 år sedan
Sam Hocevar
16974a904a
* Generate a PDF documentation instead of the PostScript one. It has nice
hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
18 år sedan
Sam Hocevar
7b216060b4
* Ahaha I didn't even check that it compiled properly.
18 år sedan
Sam Hocevar
99aa400f26
* Only support version 1 fonts.
18 år sedan
Sam Hocevar
018fda76e8
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
18 år sedan
Sam Hocevar
93d3548d58
* Added a lot of sanity checks to the font parsing. It should now be
secure against broken files, but it probably needs peer review.
18 år sedan
Sam Hocevar
4095b65df3
* Redisplay the output bitmap using libcaca. Eh ouais mon gars.
18 år sedan
Sam Hocevar
9feb826120
* Fixed caca_get_event() call in test/hsv.c.
18 år sedan
Sam Hocevar
1911e368f4
* Fixed compilation warning.
18 år sedan
Sam Hocevar
b355e0581d
* Fixed colour conversion routines so that they work with ARGB too.
18 år sedan
Sam Hocevar
ea780d5321
* Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
* Fixed font selection through cucul_font_load().
* Added a bigger 10x19 bold font.
18 år sedan
Sam Hocevar
5d2afb9232
* Made makefont more configurable. Also, store the commandline in a comment
so that the font can be easily rebuilt.
18 år sedan
Sam Hocevar
4f50adcc5b
* Updated TODO list.
18 år sedan
Sam Hocevar
ebfb2b388b
* Internal font support through cucul_load_font(). Documented that.
* Removed ugly hooks from test/font.c.
18 år sedan
Sam Hocevar
b40cfe1302
* Ugly overflow bug in the rendering code.
18 år sedan
Sam Hocevar
a273b3d7ec
* Implemented cucul_get_font_width() and cucul_get_font_height().
* Documented most font functions.
* Cleaned up cucul_render_canvas() and made it actually usable by external
programs. Removed ugly printf() debug calls.
18 år sedan
Sam Hocevar
41d475589c
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
18 år sedan
Sam Hocevar
15bff441bc
* Putain de bordel de manche a couilles. I forgot to fix the font.
18 år sedan
Sam Hocevar
c1669600af
* Some cleaning up in makefont.c.
18 år sedan
Sam Hocevar
c1e5f30692
* Fixed 4, 2 and 1-bit font rendering.
* Replaced the 8-bit internal font with a 4-bit one.
18 år sedan
Sam Hocevar
9369b9a48f
* Created internal function _cucul_argb32_to_argb4() that splits an argb
fg/bg value into its separate argb 4-bit fields.
18 år sedan
Jean-Yves Lamoureux
61586b966e
* Added silly play with interframe delay. Need to rework sprite format.
18 år sedan
Sam Hocevar
8fffb73b1e
* 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
for the moment.
18 år sedan
Sam Hocevar
e18b717e38
* Added a test program for the font renderer.
18 år sedan
Sam Hocevar
7588db8cc9
* Code simplification.
18 år sedan
Sam Hocevar
d8821beb81
* Created a built-in font from Bitstream Vera (Monospace 9).
18 år sedan
Sam Hocevar
fed62ed798
* Added a font creator that uses pango to render glyphs.
18 år sedan
Sam Hocevar
1da6ea358b
* Slightly updated the font format and wrote a font loader. Also added a
skeleton for the renderer that will not last very long.
18 år sedan
Sam Hocevar
33060e0b5a
* New version of the font format.
18 år sedan
Sam Hocevar
a05603a774
* Added a file for future font handling routines. Currently only the font
format proposal is in this file. Feel free to comment.
18 år sedan