Gráfico de commits

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 421bdc0 * Updated TODO list. by Sam Hocevar 2006-11-05 22:45:10 +0000
  • 98ee92b * Updated the caca export format so that it supports multiple frames. * Updated the caca importer to reflect that; only one frame is read at the moment. * Added an "utf8cr" export format for UTF-8 + CRLF exports. * Updated cacaserver to reflect file format changes. by Sam Hocevar 2006-11-05 22:20:51 +0000
  • 3018841 * Use the import function to load the pig image in cxxtest. by Sam Hocevar 2006-11-05 21:59:26 +0000
  • e6e9456 * Add information to the font format. by Sam Hocevar 2006-11-05 21:47:51 +0000
  • dc57e11 * Fixed typo, added compilation example by Jean-Yves Lamoureux 2006-11-05 18:31:45 +0000
  • c80cdd2 * Started a real and complete tutorial by Jean-Yves Lamoureux 2006-11-05 18:14:26 +0000
  • 9d158c9 * Oops, fixed getChar's prototype. by Sam Hocevar 2006-11-05 18:08:36 +0000
  • cdd9d82 * Implemented putChar() and updated getChar()'s prototype. by Sam Hocevar 2006-11-05 18:06:09 +0000
  • 8f5b6c1 * Don't crash if Blit()'s second canvas argument is NULL (which is valid). by Sam Hocevar 2006-11-05 18:00:53 +0000
  • 0c87e59 * Fixed c++ example by Jean-Yves Lamoureux 2006-11-05 17:27:37 +0000
  • 8949246 * Fix the default canvas colour value. by Sam Hocevar 2006-11-05 16:58:58 +0000
  • c6de6df * Remove legacy cucul_ansi_to_str() from cucul.h. by Sam Hocevar 2006-11-05 16:56:49 +0000
  • 4fa891b * Slightly changed the font header information. No one distributes libcaca fonts yet anyway :-) by Sam Hocevar 2006-10-31 17:03:21 +0000
  • 74babec * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. by Sam Hocevar 2006-10-31 14:34:06 +0000
  • 67ff5d5 * Got rid of cucul_ansi_to_str(), it's really useless. * Partial update of the C++ bindings. * Updated documentation. by Sam Hocevar 2006-10-31 14:04:22 +0000
  • 82a2e5c * Properly rename cxxtest.cpp to cpptest.cpp to preserve history. by Sam Hocevar 2006-10-31 13:44:41 +0000
  • 42c9518 * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored cucul_set_color() and cucul_set_truecolor() under the new names cucul_set_color_ansi() and cucul_set_color_argb(). * Renamed cucul_get_color_name() into cucul_ansi_to_str(). by Sam Hocevar 2006-10-31 13:29:48 +0000
  • 019938c * Changed cucul_set_attr() so that only setting the style does not change the colour. by Sam Hocevar 2006-10-31 08:17:58 +0000
  • 111447f * Blink/Underline/Bold/Italics support in the HTML exporters. * Underline support in the X11 driver. by Sam Hocevar 2006-10-30 16:37:36 +0000
  • e9f3bc9 * Add Bold/Blink/Italics/Underline to the export and color tests. by Sam Hocevar 2006-10-30 14:41:16 +0000
  • 142a830 * Fix IRC and term transparency (again). by Sam Hocevar 2006-10-30 14:33:46 +0000
  • cdb7b74 * Updated TODO list. by Sam Hocevar 2006-10-30 13:51:25 +0000
  • c3bcb00 * Add back cucul_set_color() and cucul_set_truecolor() but mark them as deprecated using GCC attributes. by Sam Hocevar 2006-10-29 22:07:07 +0000
  • 0b37a30 * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the functionality into cucul_set_attr(). * Add cucul_ansi_to_attr() and cucul_argb_to_attr(). * Rename CUCUL_COLOR_* to CUCUL_*. by Sam Hocevar 2006-10-29 20:54:51 +0000
  • aa93ad2 * Remove cucul_set_color() from the exported API and replaced all calls with cucul_set_attr_ansi(). Old application will still compile (but issue a warning) and run, though. by Sam Hocevar 2006-10-29 08:35:46 +0000
  • d1f55fb * Fix broken Imlib2 support in cacaview. by Sam Hocevar 2006-10-29 08:06:27 +0000
  • 86301dd * Use the LSB of alpha and blue components to encode additional flags such as bold or underline. No higher level support for these yet, but at least everything is consistent. * Created cucul_set_attr_ansi() and cucul_set_attr_argb() which are bound to replace cucul_set_color() and cucul_set_truecolor(). by Sam Hocevar 2006-10-28 23:53:46 +0000
  • 7e9ecfc * Reworded documentation about buffer/string distinction. by Sam Hocevar 2006-10-27 20:40:24 +0000
  • bcbc2ee * Fix a buffer overflow in the utf-8 cucul_import(). by Sam Hocevar 2006-10-27 20:22:48 +0000
  • cde0f99 * Documentation a bit clearer while importing a string into a buffer by Jean-Yves Lamoureux 2006-10-27 20:18:23 +0000
  • f7cd9f1 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. by Jean-Yves Lamoureux 2006-10-27 19:26:35 +0000
  • b8641f0 * Put at least one space in empty IRC lines otherwise most clients won't output them. by Sam Hocevar 2006-10-26 09:24:29 +0000
  • 7255c6b * Allow to import empty files or files with only empty lines. by Sam Hocevar 2006-10-26 09:17:21 +0000
  • 89bbe6b * Support export of zero-sized canvases. by Sam Hocevar 2006-10-26 09:04:55 +0000
  • 2c906c9 * Fix a buffer overflow in the import format autodetection code. by Sam Hocevar 2006-10-26 08:47:39 +0000
  • 1771a41 * Allow to import zero-sized canvases. by Sam Hocevar 2006-10-26 08:45:18 +0000
  • 50573ee * CACA_GEOMETRY works with the raw driver. by Sam Hocevar 2006-10-26 08:17:41 +0000
  • e03e1d6 * Allow to create the initial canvas with a zero size. Either the application resizes it later, or the driver changes it to fit the display. by Sam Hocevar 2006-10-26 08:16:43 +0000
  • 4777472 * Minor changes to the frames test. by Sam Hocevar 2006-10-26 08:11:39 +0000
  • 26c3ea1 * Removed "This function..." constructs from documentation. Fixed a few documentation errors or imprecisions. by Sam Hocevar 2006-10-25 22:06:21 +0000
  • f4cfb69 * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. by Sam Hocevar 2006-10-25 22:04:31 +0000
  • 5f9d557 * Do not output \r in the UTF-8 exporter. by Sam Hocevar 2006-10-25 22:01:38 +0000
  • f205983 * Use enter as the transition key. by Sam Hocevar 2006-10-24 07:07:47 +0000
  • 4c30943 * Set version to 0.99.beta8. * Updated NEWS and ChangeLog. by Sam Hocevar 2006-10-22 21:24:15 +0000
  • 806f748 * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support fullwidth characters. * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars. by Sam Hocevar 2006-10-22 21:13:32 +0000
  • 76c24c5 * Added block drawing glyphs to the flip/flop/rotate functions. * Made these functions fullwidth-aware. by Sam Hocevar 2006-10-22 20:31:10 +0000
  • b34eb39 * Add fullwidth characters to the transform test. by Sam Hocevar 2006-10-22 19:53:48 +0000
  • df13e2a * Updated documentation of fullwidth-aware functions. * Fullwidth support in all exporters. by Sam Hocevar 2006-10-22 17:40:55 +0000
  • 2051dde * Add a test for fullwidth characters to the exporter test. by Sam Hocevar 2006-10-22 17:19:58 +0000
  • 1903570 * Support for fullwidth glyphs in the UTF-8 importer. by Sam Hocevar 2006-10-22 16:49:54 +0000
  • 4711611 * Support for fullwidth glyphs in the libcaca output drivers. by Sam Hocevar 2006-10-22 16:35:25 +0000
  • eb42021 * Use 0xCACA as the test character. Ahaha. Caca. Got it? by Sam Hocevar 2006-10-22 16:16:15 +0000
  • 8a316f4 * Fix the Unicode test. * Add a test for fullwidth characters. by Sam Hocevar 2006-10-22 15:03:22 +0000
  • b45eea0 * Support for fullwidth (= double width) Unicode characters. by Sam Hocevar 2006-10-22 15:01:04 +0000
  • a361bd0 * Minor changes to the documentation front page. by Sam Hocevar 2006-10-22 14:40:50 +0000
  • 91645bf * Do not link binaries with @CACA_LIBS@, it's useless. by Sam Hocevar 2006-10-20 16:19:41 +0000
  • 86dedb8 * Implemented cucul_utf32_is_fullwidth(). by Sam Hocevar 2006-10-20 16:17:12 +0000
  • 32b8ed7 * Slightly updated TODO list. by Sam Hocevar 2006-10-19 23:17:33 +0000
  • d1bccd4 * Added a --enable-plugins configure flag that builds the GL and X11 drivers as plugins. This way, libcaca does not directly depend on those libraries. by Sam Hocevar 2006-10-19 22:43:17 +0000
  • 60e361f * Add checks for getopt / getopt_long. by Sam Hocevar 2006-10-19 21:21:00 +0000
  • 4409d19 * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck. by Sam Hocevar 2006-10-14 22:11:33 +0000
  • 67fa6ea * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux. by Sam Hocevar 2006-10-12 09:33:49 +0000
  • d0370af * Fixed a bug in the IRC exporter that could break the output when there were commas in the canvas. by Sam Hocevar 2006-10-06 10:12:52 +0000
  • 7998155 * Set version to 0.99.beta7. * Updated NEWS and ChangeLog. by Sam Hocevar 2006-10-04 12:11:16 +0000
  • 78c6fc2 * Support transparency in the colour UTF-8 exporter. by Sam Hocevar 2006-10-01 12:50:43 +0000
  • 320cfda * Better precision in cucul_fill_triangle(). by Sam Hocevar 2006-10-01 12:23:30 +0000
  • a01a4cc * More optimisations in cucul_fill_triangle(). by Sam Hocevar 2006-10-01 11:53:35 +0000
  • 40ff443 * Optimised triangle rasteriser. Thanks to Jylam for the hints. by Sam Hocevar 2006-10-01 10:47:41 +0000
  • 14ee26b * Set default background to transparent in the ANSI and UTF-8 importers. by Sam Hocevar 2006-10-01 08:53:41 +0000
  • 6d2462b * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. by Jean-Yves Lamoureux 2006-09-30 18:56:23 +0000
  • 3e16ada * Updated NEWS and ChangeLog. by Sam Hocevar 2006-09-30 18:35:50 +0000
  • 88c5109 * Set version to 0.99.beta6. by Sam Hocevar 2006-09-30 18:25:41 +0000
  • 644a4ba * Added an optional argument to the import test to select import format. by Sam Hocevar 2006-09-30 18:24:10 +0000
  • 7db8b35 * As per user request, only display the "Powered by libcaca" banner for a few seconds at the beginning. by Sam Hocevar 2006-09-30 18:20:39 +0000
  • 5810f43 * Fix minor memory leak in cucul_set_canvas_boundaries(). by Sam Hocevar 2006-09-30 17:49:09 +0000
  • e366c39 * Fix minor memory leak in cucul_free_canvas(). by Sam Hocevar 2006-09-30 17:31:16 +0000
  • 5ee52bf * Fixed a bug in cucul_putchar() that broke half of the Unicode set. by Sam Hocevar 2006-09-29 23:36:02 +0000
  • 682d2d2 * Add "utf8" import format. * Documented "text" import format. by Sam Hocevar 2006-09-29 23:34:03 +0000
  • 6bae0e6 * Initialise colours to default/transparent instead of lightgray/black. by Sam Hocevar 2006-09-26 20:32:48 +0000
  • ff7601f * Remove non-ASCII character from NEWS file because Doxygen is unable to encode it in the manpages. by Sam Hocevar 2006-09-25 16:12:17 +0000
  • 23afd54 * Fix enumeration layout in the manpage documentation. by Sam Hocevar 2006-09-25 16:00:10 +0000
  • f4b7832 * Fucking Doxygen replaces "s with 's in manpages. And it does not even escape them. Fix that upon installation. by Sam Hocevar 2006-09-25 15:58:33 +0000
  • 9b39376 * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours before calling cucul_set_canvas_size(), otherwise it'll fill the new area with the current values. by Sam Hocevar 2006-09-23 19:07:13 +0000
  • 67de043 * Updated TODO. by Sam Hocevar 2006-09-23 07:36:54 +0000
  • f45daee * Updated NEWS and ChangeLog. by Sam Hocevar 2006-09-23 01:55:29 +0000
  • 36aa270 * Update the cacademo manpage to reflect the merge. by Sam Hocevar 2006-09-23 01:48:10 +0000
  • 8176031 * Implemented cucul_get_color(). by Sam Hocevar 2006-09-23 01:28:49 +0000
  • 14e83ac * Fixed chcul_getchar's error behaviour. by Sam Hocevar 2006-09-23 01:18:49 +0000
  • 46e5b2f * Update versioning. by Sam Hocevar 2006-09-23 01:10:15 +0000
  • a984440 * Handle transparency in the IRC export. by Sam Hocevar 2006-09-23 00:59:47 +0000
  • be77a0e * When resizing a canvas, use the current fg/bg colours to fill holes. by Sam Hocevar 2006-09-23 00:55:42 +0000
  • a34df4f * Remove toilet from the libcaca source, it'll be moved to its own repo. by Sam Hocevar 2006-09-22 23:26:56 +0000
  • 663afc6 * Autocrop toilet output. by Sam Hocevar 2006-09-22 00:27:13 +0000
  • 1ba0587 * Implement cucul_set_canvas_boundaries() for cropping and expanding. by Sam Hocevar 2006-09-22 00:20:06 +0000
  • 1372caa * Really export IRC as UTF-8, as advertised in the documentation. by Sam Hocevar 2006-09-21 22:36:00 +0000
  • 2dd6623 * Handle UTF-8 in TOIlet. * Add a --irc flag to TOIlet. by Sam Hocevar 2006-09-21 21:30:50 +0000
  • 074694f * Support for platforms without <getopt.h> in TOIlet. by Sam Hocevar 2006-09-21 19:54:54 +0000
  • f1cb79f * Added getopt support to toilet. by Sam Hocevar 2006-09-21 17:32:27 +0000
  • 17f3a0d * Check for <getopt.h> and getopt_long. by Sam Hocevar 2006-09-21 16:59:23 +0000
  • 57bc9ff * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later. by Sam Hocevar 2006-09-20 16:31:12 +0000