977 Commits (9d6bd7b322f2efcc598f4ab28970b331da1768f0)
 

Autor SHA1 Mensaje Fecha
  Sam Hocevar 9d6bd7b322 * Do not force the text colour when importing a text file. hace 18 años
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. hace 18 años
  Sam Hocevar 21bfa6210d * Cosmetic code and documentation changes here and there. hace 18 años
  Sam Hocevar 40670f6322 * Restore attribute settings before resizing the canvas in the frame test. hace 18 años
  Sam Hocevar 042635640c * Rename sprite.c into frame.c. hace 18 años
  Sam Hocevar 9fb85b253c * Prepare the way for per-frame width/height information. hace 18 años
  Sam Hocevar 39553873fd * Fix minor uninitialised data bug in cucul_canvas_create(). hace 18 años
  Sam Hocevar fae8b54e54 * Allow to resize canvases back to (0,0). hace 18 años
  Sam Hocevar 25344d89b0 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() hace 18 años
  Sam Hocevar d549d07c0a * Got rid of very old _cucul_init_dither() function call. hace 18 años
  Sam Hocevar 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() hace 18 años
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with hace 18 años
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). hace 18 años
  Sam Hocevar 88facd894c * Switch back to UTF-32 arguments for drawing primitives, now that we hace 18 años
  Sam Hocevar 1b491f11a9 * Implemented cucul_draw_cp437_box(). hace 18 años
  Sam Hocevar 21856cf414 * Wrote manual pages for img2irc, cacaplay and cacaserver. hace 18 años
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. hace 18 años
  Sam Hocevar 6dc69f3ace * Don't try to guess the file format in cacaserver, instead feed the data hace 18 años
  Sam Hocevar 0a94f93f95 * If not enough data is available for import, return 0 instead of an error. hace 18 años
  Sam Hocevar 44c286272c * Minor documentation fixes. hace 18 años
  Jean-Yves Lamoureux da48bab388 * Fixed behaviour of the pig while resizing window hace 18 años
  Sam Hocevar d465937d4a * Slight documentation update. hace 18 años
  Sam Hocevar 9621f21c5a * Convert all programs and tests to the new import/export API. hace 18 años
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of hace 18 años
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a hace 18 años
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented hace 18 años
  Sam Hocevar f1e8a80b64 * Don't try to include arpa/inet.h in kernel mode. hace 18 años
  Sam Hocevar 3d376d8cad * Don't use htonl() directly, use common.h's hton32() wrapper. hace 18 años
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. hace 18 años
  Sam Hocevar d8fcbe5b8b * Minor syntax fix in the doxygen documentation. hace 18 años
  Sam Hocevar a5164e8543 * Do not link cacaserver with libcaca, it only uses libcucul. hace 18 años
  Sam Hocevar 757f234c4c * Replace CUCUL_COLOR_* with CUCUL_*. hace 18 años
  Sam Hocevar b538f2c0a0 * Use cucul_get_font_blocks() instead of hardcoding the glyph list. hace 18 años
  Sam Hocevar eb1f2d77c6 * Fix a harmless warning in caca0.c. hace 18 años
  Sam Hocevar d37e3a3158 * Set version to 0.99.beta9. hace 18 años
  Sam Hocevar 421bdc0c0e * Updated TODO list. hace 18 años
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. hace 18 años
  Sam Hocevar 3018841fe8 * Use the import function to load the pig image in cxxtest. hace 18 años
  Sam Hocevar e6e9456484 * Add information to the font format. hace 18 años
  Jean-Yves Lamoureux dc57e11c0e * Fixed typo, added compilation example hace 18 años
  Jean-Yves Lamoureux c80cdd2acd * Started a real and complete tutorial hace 18 años
  Sam Hocevar 9d158c912d * Oops, fixed getChar's prototype. hace 18 años
  Sam Hocevar cdd9d822df * Implemented putChar() and updated getChar()'s prototype. hace 18 años
  Sam Hocevar 8f5b6c1fbd * Don't crash if Blit()'s second canvas argument is NULL (which is valid). hace 18 años
  Jean-Yves Lamoureux 0c87e5978a * Fixed c++ example hace 18 años
  Sam Hocevar 894924603d * Fix the default canvas colour value. hace 18 años
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. hace 18 años
  Sam Hocevar 4fa891b61b * Slightly changed the font header information. No one distributes libcaca hace 18 años
  Sam Hocevar 74babecc70 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. hace 18 años
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. hace 18 años