|
|
@962
|
15 years |
Sam Hocevar |
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
|
|
|
@958
|
15 years |
Sam Hocevar |
* Changed cucul_putchar's prototype so that it accepts a 32-bit …
|
|
|
@927
|
15 years |
Sam Hocevar |
* Implemented the private _cucul_utf32_to_utf8() helper.
|
|
|
@896
|
15 years |
Sam Hocevar |
* Implemented cucul_load_file() and cucul_load_memory() to load …
|
|
|
@874
|
15 years |
Sam Hocevar |
* More error checking in libcucul.
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@842
|
15 years |
Sam Hocevar |
* Support for multiple frames in canvases.
|
|
|
@834
|
15 years |
Sam Hocevar |
* Got rid of cv->scratch_line. It's unused, too.
|
|
|
@833
|
15 years |
Sam Hocevar |
* Got rid of cv->empty_line, it's now unused.
|
|
|
@813
|
15 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@810
|
15 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@804
|
15 years |
Sam Hocevar |
* Merged again all export functions into cucul/export.c. They're all …
|
|
|
@790
|
15 years |
Sam Hocevar |
* Implemented TGA image export.
|
|
|
@789
|
15 years |
Sam Hocevar |
* Implemented argb32 to rgb24fg/bg colour conversions.
|
|
|
@778
|
15 years |
Sam Hocevar |
* Moved cucul_set_color() from canvas.c to colour.c.
* Added …
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@757
|
15 years |
Sam Hocevar |
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
|
|
|
@753
|
15 years |
Sam Hocevar |
* Created internal function _cucul_argb32_to_argb4() that splits an …
|
|
|
@734
|
15 years |
Sam Hocevar |
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
|
|
@733
|
15 years |
Sam Hocevar |
* Replaced enum cucul_color with unsigned int. The size of an enum is …
|
|
|
@728
|
15 years |
Sam Hocevar |
* Replaced occurrences of "rgba" with "argb".
|
|
|
@724
|
15 years |
Sam Hocevar |
* Store colour information on 32 bits, for future 12-bit colour support.
|
|
|
@711
|
15 years |
Sam Hocevar |
* Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
…
|
|
|
@678
|
15 years |
Sam Hocevar |
* Made cucul_putchar32() an internal-only function.
* Changed the …
|
|
|
@672
|
15 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@645
|
15 years |
Sam Hocevar |
* Cosmetic fixes.
|
|
|
@643
|
15 years |
Sam Hocevar |
* Factorised some charset handling code into a new cucul/charset.c file.
|
|
|
@609
|
15 years |
Sam Hocevar |
* Replaced all cucul_get_* exporters with a generic cucul_export() …
|
|
|
@602
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary Postscript (tm) (r) (c) exporter.
|
|
|
@585
|
15 years |
Jean-Yves Lamoureux |
* Fixed configure script to check for UTF8 enabled slang, removed …
|
|
|
@573
|
15 years |
Sam Hocevar |
* Added assembly code for inb() and outb().
* Print a small message …
|
|
|
@571
|
15 years |
Jean-Yves Lamoureux |
* Updated README for network driver, fixed remaining exporters
|
|
|
@568
|
15 years |
Sam Hocevar |
* Added glue code to compile libcaca without a libc and build …
|
|
|
@560
|
15 years |
Jean-Yves Lamoureux |
* Changed way temporary buffer of ansi export was handled. Need to do …
|
|
|
@543
|
15 years |
Sam Hocevar |
* Fixed DOS driver.
* Added a build-dos script to cross-compile the …
|
|
|
@540
|
15 years |
Sam Hocevar |
* Polished the driver split a bit (still no events, except resize …
|
|
|
@536
|
15 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|
|
copied from libcaca/trunk/src/cucul_internals.h:
|
|
|
@535
|
15 years |
Sam Hocevar |
* Use 32 bit integers for the character array. No visible difference …
|