72 Комити (959778330885f73745658c3fc09062fad8defc04)

Аутор SHA1 Порука Датум
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. пре 18 година
  Sam Hocevar 33058757da * Add a no warranty clause to the code. пре 18 година
  Sam Hocevar 77bed4f704 * Got rid of that ugly cv->import member. пре 18 година
  Sam Hocevar 4f4f887080 * Improved vt220 import by adding a persistent context to canvases. пре 18 година
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). пре 18 година
  Sam Hocevar 46b84c8c02 * Fix a bug in cucul_set_canvas_size() that caused the default attribute пре 18 година
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. пре 18 година
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. пре 18 година
  Sam Hocevar 9fb85b253c * Prepare the way for per-frame width/height information. пре 18 година
  Sam Hocevar 39553873fd * Fix minor uninitialised data bug in cucul_canvas_create(). пре 18 година
  Sam Hocevar fae8b54e54 * Allow to resize canvases back to (0,0). пре 18 година
  Sam Hocevar d549d07c0a * Got rid of very old _cucul_init_dither() function call. пре 18 година
  Sam Hocevar 894924603d * Fix the default canvas colour value. пре 18 година
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. пре 18 година
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored пре 18 година
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the пре 18 година
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such пре 18 година
  Sam Hocevar e03e1d62da * Allow to create the initial canvas with a zero size. Either the application пре 18 година
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few пре 18 година
  Sam Hocevar e366c39223 * Fix minor memory leak in cucul_free_canvas(). пре 18 година
  Sam Hocevar 6bae0e64cc * Initialise colours to default/transparent instead of lightgray/black. пре 18 година
  Sam Hocevar be77a0e2ea * When resizing a canvas, use the current fg/bg colours to fill holes. пре 18 година
  Sam Hocevar 9fca19ecc3 * Added errno support to the kernel. пре 18 година
  Jean-Yves Lamoureux 1b821e2588 * Updated kernel 'driver', still not working, but most of the work is done пре 18 година
  Sam Hocevar 57acf9a2e6 * Initialize random seed to getpid()+time(NULL) so that the user does not пре 18 година
  Sam Hocevar 6d904c57f8 * Fixed cucul_create_canvas()'s documentation. пре 18 година
  Sam Hocevar 235504d81a * More error checking in libcucul. пре 18 година
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h пре 18 година
  Sam Hocevar 9a65579cf6 * Support for multiple frames in canvases. пре 18 година
  Sam Hocevar 046c004862 * Got rid of cv->scratch_line. It's unused, too. пре 18 година
  Sam Hocevar beda391b6b * Got rid of cv->empty_line, it's now unused. пре 18 година
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into пре 18 година
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. пре 18 година
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. пре 18 година
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random пре 18 година
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in пре 18 година
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. пре 18 година
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. пре 18 година
  Sam Hocevar 66e06a687c * Merged again all export functions into cucul/export.c. They're all the пре 18 година
  Sam Hocevar c778d5301c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in пре 18 година
  Sam Hocevar b5f00c459c * Implemented TGA image export. пре 18 година
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs пре 18 година
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. пре 18 година
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to пре 18 година
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. пре 18 година
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. пре 18 година
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not пре 18 година
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. пре 18 година
  Sam Hocevar fcfbcd4000 * Check the magic bytes at the end of the buffer when cucul_load()ing it. пре 18 година
  Sam Hocevar 3b410fdc89 * Fixed old typo that caused qq->height to be uninitialised. пре 18 година