295 コミット (3243101ff0d8ec3027bd2c2afa41802b32258dc6)

作成者 SHA1 メッセージ 日付
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 18年前
  Sam Hocevar 8c5342b263 * Made cucul_blit() handle-aware. Added a blit test for that. 18年前
  Sam Hocevar 9d6bd7b322 * Do not force the text colour when importing a text file. 18年前
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. 18年前
  Sam Hocevar 21bfa6210d * Cosmetic code and documentation changes here and there. 18年前
  Sam Hocevar 042635640c * Rename sprite.c into frame.c. 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 25344d89b0 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() 18年前
  Sam Hocevar d549d07c0a * Got rid of very old _cucul_init_dither() function call. 18年前
  Sam Hocevar 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() 18年前
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with 18年前
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 18年前
  Sam Hocevar 88facd894c * Switch back to UTF-32 arguments for drawing primitives, now that we 18年前
  Sam Hocevar 1b491f11a9 * Implemented cucul_draw_cp437_box(). 18年前
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 18年前
  Sam Hocevar 0a94f93f95 * If not enough data is available for import, return 0 instead of an error. 18年前
  Sam Hocevar 44c286272c * Minor documentation fixes. 18年前
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of 18年前
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a 18年前
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented 18年前
  Sam Hocevar 3d376d8cad * Don't use htonl() directly, use common.h's hton32() wrapper. 18年前
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. 18年前
  Sam Hocevar d8fcbe5b8b * Minor syntax fix in the doxygen documentation. 18年前
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. 18年前
  Sam Hocevar e6e9456484 * Add information to the font format. 18年前
  Sam Hocevar 894924603d * Fix the default canvas colour value. 18年前
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. 18年前
  Sam Hocevar 4fa891b61b * Slightly changed the font header information. No one distributes libcaca 18年前
  Sam Hocevar 74babecc70 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. 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 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change 18年前
  Sam Hocevar 111447fe27 * Blink/Underline/Bold/Italics support in the HTML exporters. 18年前
  Sam Hocevar 142a830571 * Fix IRC and term transparency (again). 18年前
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as 18年前
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the 18年前
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls 18年前
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such 18年前
  Sam Hocevar 7e9ecfc6de * Reworded documentation about buffer/string distinction. 18年前
  Sam Hocevar bcbc2ee215 * Fix a buffer overflow in the utf-8 cucul_import(). 18年前
  Jean-Yves Lamoureux cde0f991ae * Documentation a bit clearer while importing a string into a buffer 18年前
  Jean-Yves Lamoureux f7cd9f1b27 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. 18年前
  Sam Hocevar b8641f0435 * Put at least one space in empty IRC lines otherwise most clients won't 18年前
  Sam Hocevar 7255c6b034 * Allow to import empty files or files with only empty lines. 18年前
  Sam Hocevar 89bbe6b93e * Support export of zero-sized canvases. 18年前
  Sam Hocevar 2c906c99e3 * Fix a buffer overflow in the import format autodetection code. 18年前
  Sam Hocevar 1771a41bc5 * Allow to import zero-sized canvases. 18年前
  Sam Hocevar e03e1d62da * Allow to create the initial canvas with a zero size. Either the application 18年前