41 Commits (67ff5d5b1d89a25c32b33009973896e8847e4450)

Autor SHA1 Nachricht Datum
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such vor 18 Jahren
  Sam Hocevar 4711611e3f * Support for fullwidth glyphs in the libcaca output drivers. vor 18 Jahren
  Sam Hocevar b45eea0b39 * Support for fullwidth (= double width) Unicode characters. vor 18 Jahren
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. vor 18 Jahren
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned vor 18 Jahren
  Sam Hocevar 4d029660e1 * Implemented the private _cucul_utf32_to_utf8() helper. vor 18 Jahren
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively vor 18 Jahren
  Sam Hocevar 235504d81a * More error checking in libcucul. vor 18 Jahren
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h vor 18 Jahren
  Sam Hocevar 9a65579cf6 * Support for multiple frames in canvases. vor 18 Jahren
  Sam Hocevar 046c004862 * Got rid of cv->scratch_line. It's unused, too. vor 18 Jahren
  Sam Hocevar beda391b6b * Got rid of cv->empty_line, it's now unused. vor 18 Jahren
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in vor 18 Jahren
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. vor 18 Jahren
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the vor 18 Jahren
  Sam Hocevar b5f00c459c * Implemented TGA image export. vor 18 Jahren
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. vor 18 Jahren
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. vor 18 Jahren
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs vor 18 Jahren
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to vor 18 Jahren
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. vor 18 Jahren
  Sam Hocevar 9369b9a48f * Created internal function _cucul_argb32_to_argb4() that splits an argb 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 a8990ca5a6 * Replaced occurrences of "rgba" with "argb". vor 18 Jahren
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. vor 18 Jahren
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING vor 18 Jahren
  Sam Hocevar 6db26f7487 * Made cucul_putchar32() an internal-only function. vor 18 Jahren
  Sam Hocevar 77f995023d * Slightly changed header comments. vor 18 Jahren
  Sam Hocevar 02ccf6ec3b * Cosmetic fixes. vor 18 Jahren
  Sam Hocevar 417b598d8d * Factorised some charset handling code into a new cucul/charset.c file. vor 18 Jahren
  Sam Hocevar 9e698966f2 * Replaced all cucul_get_* exporters with a generic cucul_export() function. vor 18 Jahren
  Jean-Yves Lamoureux 9071a26bb9 * Added preliminary Postscript (tm) (r) (c) exporter. vor 18 Jahren
  Jean-Yves Lamoureux 1c6bfd09a1 * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver vor 18 Jahren
  Sam Hocevar c063b0a54d * Added assembly code for inb() and outb(). vor 18 Jahren
  Jean-Yves Lamoureux 5a09b684fe * Updated README for network driver, fixed remaining exporters vor 18 Jahren
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications vor 18 Jahren
  Jean-Yves Lamoureux a676487863 * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well. vor 18 Jahren
  Sam Hocevar 73e689b2a3 * Fixed DOS driver. vor 19 Jahren
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), vor 19 Jahren
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. vor 19 Jahren
  Sam Hocevar 6c6beb3541 * Use 32 bit integers for the character array. No visible difference for vor 19 Jahren
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. vor 19 Jahren
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing vor 19 Jahren