Timeline


and

11/04/06:

18:43 Changeset [1272] by sam
* Fix uninitialised variable in the filter handler.

10/31/06:

18:03 Changeset [1271] by sam
* Slightly changed the font header information. No one distributes libcaca …
15:34 Changeset [1270] by sam
* Clarify cucul_get_attr() behaviour in the cucul_set_attr() …
15:04 Changeset [1269] by sam
* Got rid of cucul_ansi_to_str(), it's really useless. * Partial update …
14:44 Changeset [1268] by sam
* Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
14:29 Changeset [1267] by sam
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored …
09:17 Changeset [1266] by sam
* Changed cucul_set_attr() so that only setting the style does not change …

10/30/06:

19:32 Changeset [1265] by sam
* Fix a bug in replace().
17:37 Changeset [1264] by sam
* Blink/Underline/Bold/Italics? support in the HTML exporters. * …
15:41 Changeset [1263] by sam
* Add Bold/Blink/Italics/Underline? to the export and color tests.
15:33 Changeset [1262] by sam
* Fix IRC and term transparency (again).
14:51 Changeset [1261] by sam
* Updated TODO list.

10/29/06:

23:49 Changeset [1260] by sam
* CSS improvements
23:41 Changeset [1259] by sam
* Fix download link.
23:07 Changeset [1258] by sam
* Add back cucul_set_color() and cucul_set_truecolor() but mark them as …
21:54 Changeset [1257] by sam
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the …
09:35 Changeset [1256] by sam
* Remove cucul_set_color() from the exported API and replaced all calls …
09:06 Changeset [1255] by sam
* Fix broken Imlib2 support in cacaview.
01:53 Changeset [1254] by sam
* Use the LSB of alpha and blue components to encode additional flags such …

10/28/06:

11:08 Changeset [1253] by sam
* Added missing \0 at end of strings (hahaha vieux porc).
11:00 Changeset [1252] by sam
* Fixed buffer overflow in replace().
10:22 Changeset [1251] by jylam
* Fixed buffer overflow in replace function (still need to be fixed in a …

10/27/06:

22:42 Changeset [1250] by jylam
* Fixed double free in wonderfull perl interpreter
22:40 Changeset [1249] by sam
* Reworded documentation about buffer/string distinction.
22:22 Changeset [1248] by sam
* Fix a buffer overflow in the utf-8 cucul_import().
22:18 Changeset [1247] by jylam
* Documentation a bit clearer while importing a string into a buffer
21:30 Changeset [1246] by jylam
* Added --list-files option, unicode option (not working yet)
21:26 Changeset [1245] by jylam
* "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but …

10/26/06:

22:59 Changeset [1244] by jylam
* Initial revision
15:30 Changeset [1243] by sam
* Make filters line-feed aware.
15:14 Changeset [1242] by sam
* Factor code from renderers to main render.c functions.
15:07 Changeset [1241] by sam
* Make stdin input line-aware so that we don't have to wait until EOF to …
14:12 Changeset [1240] by sam
* Get rid of -g -i -m short options, only keep --gay --irc --metal. * …
11:24 Changeset [1239] by sam
* Put at least one space in empty IRC lines otherwise most clients won't …
11:17 Changeset [1238] by sam
* Allow to import empty files or files with only empty lines.
11:04 Changeset [1237] by sam
* Support export of zero-sized canvases.
10:47 Changeset [1236] by sam
* Fix a buffer overflow in the import format autodetection code.
10:45 Changeset [1235] by sam
* Allow to import zero-sized canvases.
10:17 Changeset [1234] by sam
* CACA_GEOMETRY works with the raw driver.
10:16 Changeset [1233] by sam
* Allow to create the initial canvas with a zero size. Either the …
10:11 Changeset [1232] by sam
* Minor changes to the frames test.
00:06 Changeset [1231] by sam
* Removed "This function..." constructs from documentation. Fixed a few …
00:04 Changeset [1230] by sam
* Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
00:01 Changeset [1229] by sam
* Do not output \r in the UTF-8 exporter.

10/25/06:

18:06 Changeset [1228] by sam
* Added filter_flip, filter_flop and filter_rotate. * Add a -F flag to …

10/24/06:

14:39 Changeset [1227] by sam
* Renamed filters.* to filter.*.
09:07 Changeset [1226] by sam
* Use enter as the transition key.

10/22/06:

23:24 Changeset [1225] by sam
* Set version to 0.99.beta8. * Updated NEWS and ChangeLog?.
23:13 Changeset [1224] by sam
* Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support …
22:31 Changeset [1223] by sam
* Added block drawing glyphs to the flip/flop/rotate functions. * Made …
21:53 Changeset [1222] by sam
* Add fullwidth characters to the transform test.
19:40 Changeset [1221] by sam
* Updated documentation of fullwidth-aware functions. * Fullwidth …
19:19 Changeset [1220] by sam
* Add a test for fullwidth characters to the exporter test.
18:49 Changeset [1219] by sam
* Support for fullwidth glyphs in the UTF-8 importer.
18:35 Changeset [1218] by sam
* Support for fullwidth glyphs in the libcaca output drivers.
18:16 Changeset [1217] by sam
* Use 0xCACA as the test character. Ahaha. Caca. Got it?
17:03 Changeset [1216] by sam
* Fix the Unicode test. * Add a test for fullwidth characters.
17:01 Changeset [1215] by sam
* Support for fullwidth (= double width) Unicode characters.
16:40 Changeset [1214] by sam
* Minor changes to the documentation front page.
15:28 Changeset [1213] by sam
* Restore terminal properties upon program exit.

10/20/06:

18:19 Changeset [1212] by sam
* Do not link binaries with @CACA_LIBS@, it's useless.
18:17 Changeset [1211] by sam
* Implemented cucul_utf32_is_fullwidth().
01:17 Changeset [1210] by sam
* Slightly updated TODO list.
01:04 Changeset [1209] by sam
* Initial project skeleton.
00:43 Changeset [1208] by sam
* Added a --enable-plugins configure flag that builds the GL and X11 …

10/19/06:

23:21 Changeset [1207] by sam
* Add checks for getopt / getopt_long.
22:55 Changeset [1206] by sam
* Support for PKZIP-compressed fonts using zlib.
22:53 Changeset [1205] by sam
* Check for zlib if available.
22:53 Changeset [1204] by sam
* Minor debugging information in the FIGlet font parser.

10/15/06:

00:11 Changeset [1203] by sam
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.

10/13/06:

15:38 Changeset [1202] by sam
* Add feof() to the list of I/O functions.
15:36 Changeset [1201] by sam
* Moved I/O functions into a separate module.
15:19 Changeset [1200] by sam
* Use fgets() instead of fscanf(). Uses an additional memory buffer, but …
15:11 Changeset [1199] by sam
* Fix a crash when font opening fails.

10/12/06:

11:33 Changeset [1198] by sam
* Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.

10/10/06:

09:24 Changeset [1197] by sam
* Fixed an ifdef error that caused -t to be ignored.
09:20 Changeset [1196] by sam
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
09:15 Changeset [1195] by sam
* Properly handle \r \n \t in the big and tiny renderers.
01:54 Changeset [1194] by sam
* The mono9 driver works again. With wrapping and stdin reading.

10/08/06:

14:14 Changeset [1193] by sam
* Break everything. Temporarily. Only the term output works. * Allow to …
14:04 Changeset [1192] by sam
* Retrieve the configure.ac timestamp at configure time and store it in …

10/06/06:

12:12 Changeset [1191] by sam
* Fixed a bug in the IRC exporter that could break the output when there …

10/05/06:

23:43 Changeset [1190] by sam
* Fully reworked the katakana part of Small Block.
Note: See TracTimeline for information about the timeline view.