Timeline
11/08/06:
- 18:27 Changeset [1309] by
- * Slight documentation update.
- 18:26 Changeset [1308] by
- * Convert all programs and tests to the new import/export API.
- 18:18 Changeset [1307] by
- * Set the cucul_import_memory() buffer type to void const * instead of …
- 17:43 Changeset [1306] by
- * Renamed cucul_export() to cucul_export_memory(), paves the way for a …
- 17:34 Changeset [1305] by
- * Renamed cucul_import() to cucul_import_memory() and implemented …
- 14:12 Changeset [1304] by
- * Don't try to include arpa/inet.h in kernel mode.
- 14:05 Changeset [1303] by
- * Don't use htonl() directly, use common.h's hton32() wrapper.
- 13:11 Changeset [1302] by
- * Deprecate buffer management. We're back to standard void* memory areas.
- 08:59 Changeset [1301] by
- * Minor syntax fix in the doxygen documentation.
- 08:58 Changeset [1300] by
- * Do not link cacaserver with libcaca, it only uses libcucul.
11/06/06:
- 18:39 Changeset [1299] by
- * Ignore negative indices in font data.
- 18:33 Changeset [1298] by
- * Make figlet font importer more tolerant with empty lines.
- 18:24 Changeset [1297] by
- * Updated mono9 and mono12 fonts and added small and big variants.
- 18:24 Changeset [1296] by
- * Add --half and --quarter options to caca2tlf.
- 12:06 Changeset [1295] by
- * Replace CUCUL_COLOR_* with CUCUL_*.
- 12:04 Changeset [1294] by
- * Use cucul_get_font_blocks() instead of hardcoding the glyph list.
- 02:13 Changeset [1293] by
- * Got rid of the mono9.c renderer. We now have a .tlf font instead.
- 02:11 Changeset [1292] by
- * Added two new fonts created with caca2tlf: caca2tlf "Monospace 9" …
- 02:09 Changeset [1291] by
- * Added the caca2tlf tool, which converts a libcaca font into a TOIlet …
- 01:55 Changeset [1290] by
- * Distribute fonts with the tarball.
- 01:45 Changeset [1289] by
- * Add a sanity check to the FIGlet font loader.
- 01:45 Changeset [1288] by
- * Add missing toilet.h to the toilet sources.
- 00:59 Changeset [1287] by
- * Fix a harmless warning in caca0.c.
- 00:07 Changeset [1286] by
- * Updated webpage for 0.99.beta9 release.
11/05/06:
- 23:51 Changeset [1285] by
- * Set version to 0.99.beta9. * Updated NEWS and ChangeLog?.
- 23:45 Changeset [1284] by
- * Updated TODO list.
- 23:20 Changeset [1283] by
- * Updated the caca export format so that it supports multiple frames. * …
- 22:59 Changeset [1282] by
- * Use the import function to load the pig image in cxxtest.
- 22:47 Changeset [1281] by
- * Add information to the font format.
- 19:31 Changeset [1280] by
- * Fixed typo, added compilation example
- 19:14 Changeset [1279] by
- * Started a real and complete tutorial
- 19:08 Changeset [1278] by
- * Oops, fixed getChar's prototype.
- 19:06 Changeset [1277] by
- * Implemented putChar() and updated getChar()'s prototype.
- 19:00 Changeset [1276] by
- * Don't crash if Blit()'s second canvas argument is NULL (which is valid).
- 18:27 Changeset [1275] by
- * Fixed c++ example
- 17:58 Changeset [1274] by
- * Fix the default canvas colour value.
- 17:56 Changeset [1273] by
- * Remove legacy cucul_ansi_to_str() from cucul.h.
11/04/06:
- 18:43 Changeset [1272] by
- * Fix uninitialised variable in the filter handler.
10/31/06:
- 18:03 Changeset [1271] by
- * Slightly changed the font header information. No one distributes libcaca …
- 15:34 Changeset [1270] by
- * Clarify cucul_get_attr() behaviour in the cucul_set_attr() …
- 15:04 Changeset [1269] by
- * Got rid of cucul_ansi_to_str(), it's really useless. * Partial update …
- 14:44 Changeset [1268] by
- * Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
- 14:29 Changeset [1267] by
- * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored …
- 09:17 Changeset [1266] by
- * Changed cucul_set_attr() so that only setting the style does not change …
10/30/06:
- 19:32 Changeset [1265] by
- * Fix a bug in replace().
- 17:37 Changeset [1264] by
- * Blink/Underline/Bold/Italics? support in the HTML exporters. * …
- 15:41 Changeset [1263] by
- * Add Bold/Blink/Italics/Underline? to the export and color tests.
- 15:33 Changeset [1262] by
- * Fix IRC and term transparency (again).
- 14:51 Changeset [1261] by
- * Updated TODO list.
10/29/06:
- 23:49 Changeset [1260] by
- * CSS improvements
- 23:41 Changeset [1259] by
- * Fix download link.
- 23:07 Changeset [1258] by
- * Add back cucul_set_color() and cucul_set_truecolor() but mark them as …
- 21:54 Changeset [1257] by
- * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the …
- 09:35 Changeset [1256] by
- * Remove cucul_set_color() from the exported API and replaced all calls …
- 09:06 Changeset [1255] by
- * Fix broken Imlib2 support in cacaview.
- 01:53 Changeset [1254] by
- * Use the LSB of alpha and blue components to encode additional flags such …
10/28/06:
- 11:08 Changeset [1253] by
- * Added missing \0 at end of strings (hahaha vieux porc).
- 11:00 Changeset [1252] by
- * Fixed buffer overflow in replace().
- 10:22 Changeset [1251] by
- * Fixed buffer overflow in replace function (still need to be fixed in a …
10/27/06:
- 22:42 Changeset [1250] by
- * Fixed double free in wonderfull perl interpreter
- 22:40 Changeset [1249] by
- * Reworded documentation about buffer/string distinction.
- 22:22 Changeset [1248] by
- * Fix a buffer overflow in the utf-8 cucul_import().
- 22:18 Changeset [1247] by
- * Documentation a bit clearer while importing a string into a buffer
- 21:30 Changeset [1246] by
- * Added --list-files option, unicode option (not working yet)
- 21:26 Changeset [1245] by
- * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but …
10/26/06:
- 22:59 Changeset [1244] by
- * Initial revision
- 15:30 Changeset [1243] by
- * Make filters line-feed aware.
- 15:14 Changeset [1242] by
- * Factor code from renderers to main render.c functions.
- 15:07 Changeset [1241] by
- * Make stdin input line-aware so that we don't have to wait until EOF to …
- 14:12 Changeset [1240] by
- * Get rid of -g -i -m short options, only keep --gay --irc --metal. * …
- 11:24 Changeset [1239] by
- * Put at least one space in empty IRC lines otherwise most clients won't …
- 11:17 Changeset [1238] by
- * Allow to import empty files or files with only empty lines.
- 11:04 Changeset [1237] by
- * Support export of zero-sized canvases.
- 10:47 Changeset [1236] by
- * Fix a buffer overflow in the import format autodetection code.
- 10:45 Changeset [1235] by
- * Allow to import zero-sized canvases.
- 10:17 Changeset [1234] by
- * CACA_GEOMETRY works with the raw driver.
- 10:16 Changeset [1233] by
- * Allow to create the initial canvas with a zero size. Either the …
- 10:11 Changeset [1232] by
- * Minor changes to the frames test.
- 00:06 Changeset [1231] by
- * Removed "This function..." constructs from documentation. Fixed a few …
- 00:04 Changeset [1230] by
- * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
- 00:01 Changeset [1229] by
- * Do not output \r in the UTF-8 exporter.
10/25/06:
- 18:06 Changeset [1228] by
- * Added filter_flip, filter_flop and filter_rotate. * Add a -F flag to …
10/24/06:
- 14:39 Changeset [1227] by
- * Renamed filters.* to filter.*.
- 09:07 Changeset [1226] by
- * Use enter as the transition key.
10/22/06:
- 23:24 Changeset [1225] by
- * Set version to 0.99.beta8. * Updated NEWS and ChangeLog?.
- 23:13 Changeset [1224] by
- * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support …
- 22:31 Changeset [1223] by
- * Added block drawing glyphs to the flip/flop/rotate functions. * Made …
- 21:53 Changeset [1222] by
- * Add fullwidth characters to the transform test.
- 19:40 Changeset [1221] by
- * Updated documentation of fullwidth-aware functions. * Fullwidth …
- 19:19 Changeset [1220] by
- * Add a test for fullwidth characters to the exporter test.
- 18:49 Changeset [1219] by
- * Support for fullwidth glyphs in the UTF-8 importer.
- 18:35 Changeset [1218] by
- * Support for fullwidth glyphs in the libcaca output drivers.
- 18:16 Changeset [1217] by
- * Use 0xCACA as the test character. Ahaha. Caca. Got it?
- 17:03 Changeset [1216] by
- * Fix the Unicode test. * Add a test for fullwidth characters.
- 17:01 Changeset [1215] by
- * Support for fullwidth (= double width) Unicode characters.
- 16:40 Changeset [1214] by
- * Minor changes to the documentation front page.
- 15:28 Changeset [1213] by
- * Restore terminal properties upon program exit.
10/20/06:
- 18:19 Changeset [1212] by
- * Do not link binaries with @CACA_LIBS@, it's useless.
- 18:17 Changeset [1211] by
- * Implemented cucul_utf32_is_fullwidth().
- 01:17 Changeset [1210] by
- * Slightly updated TODO list.
- 01:04 Changeset [1209] by
- * Initial project skeleton.
- 00:43 Changeset [1208] by
- * Added a --enable-plugins configure flag that builds the GL and X11 …
10/19/06:
- 23:21 Changeset [1207] by
- * Add checks for getopt / getopt_long.
- 22:55 Changeset [1206] by
- * Support for PKZIP-compressed fonts using zlib.
- 22:53 Changeset [1205] by
- * Check for zlib if available.
- 22:53 Changeset [1204] by
- * Minor debugging information in the FIGlet font parser.
10/15/06:
- 00:11 Changeset [1203] by
- * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
10/13/06:
- 15:38 Changeset [1202] by
- * Add feof() to the list of I/O functions.
- 15:36 Changeset [1201] by
- * Moved I/O functions into a separate module.
- 15:19 Changeset [1200] by
- * Use fgets() instead of fscanf(). Uses an additional memory buffer, but …
- 15:11 Changeset [1199] by
- * Fix a crash when font opening fails.
10/12/06:
- 11:33 Changeset [1198] by
- * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
10/10/06:
- 09:24 Changeset [1197] by
- * Fixed an ifdef error that caused -t to be ignored.
- 09:20 Changeset [1196] by
- * Fixed the FIGlet renderer. It now has char wrapping and stdin input.
- 09:15 Changeset [1195] by
- * Properly handle \r \n \t in the big and tiny renderers.
- 01:54 Changeset [1194] by
- * The mono9 driver works again. With wrapping and stdin reading.
Note: See TracTimeline
for information about the timeline view.
