|
|
@1366
|
14 years |
Sam Hocevar |
* Re-added cucul_getchar() to the legacy functions. Debian's current …
|
|
|
@1365
|
14 years |
Sam Hocevar |
* Add maxwidth and maxheight members to the font format.
|
|
|
@1362
|
14 years |
Sam Hocevar |
* Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() …
|
|
|
@1361
|
14 years |
Sam Hocevar |
* Add CJK punctuation to the default fonts.
* Minor changes to the …
|
|
|
@1360
|
14 years |
Sam Hocevar |
* Add a debug() function and a --enable-debug configure flag.
|
|
|
@1359
|
14 years |
Sam Hocevar |
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the …
|
|
|
@1357
|
14 years |
Sam Hocevar |
* Documentation updates. Moved the canvas and font format definitions …
|
|
|
@1354
|
14 years |
Sam Hocevar |
* Documentation fixes and TODO updates.
|
|
|
@1349
|
14 years |
Sam Hocevar |
* Fixed a bug in the caca importer.
|
|
|
@1347
|
14 years |
Sam Hocevar |
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
|
|
|
@1346
|
14 years |
Sam Hocevar |
* Made cucul_blit() handle-aware. Added a blit test for that.
|
|
|
@1343
|
14 years |
Sam Hocevar |
* Do not force the text colour when importing a text file.
|
|
|
@1342
|
14 years |
Sam Hocevar |
* Add cursor and handle support to canvases. Unused yet.
|
|
|
@1341
|
14 years |
Sam Hocevar |
* Cosmetic code and documentation changes here and there.
* Updated TODO.
|
|
|
@1339
|
14 years |
Sam Hocevar |
* Rename sprite.c into frame.c.
|
|
|
@1338
|
14 years |
Sam Hocevar |
* Prepare the way for per-frame width/height information.
|
|
|
@1337
|
14 years |
Sam Hocevar |
* Fix minor uninitialised data bug in cucul_canvas_create().
|
|
|
@1336
|
14 years |
Sam Hocevar |
* Allow to resize canvases back to (0,0).
|
|
|
@1335
|
14 years |
Sam Hocevar |
* Got rid of the now unused _cucul_strlen_utf8() and …
|
|
|
@1334
|
14 years |
Sam Hocevar |
* Got rid of very old _cucul_init_dither() function call.
|
|
|
@1333
|
14 years |
Sam Hocevar |
* Replace _cucul_attr_to_ansi8() with a now documented …
|
|
|
@1332
|
14 years |
Sam Hocevar |
* Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with
…
|
|
|
@1331
|
14 years |
Sam Hocevar |
* Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg().
|
|
|
@1330
|
14 years |
Sam Hocevar |
* Switch back to UTF-32 arguments for drawing primitives, now that we
…
|
|
|
@1329
|
14 years |
Sam Hocevar |
* Implemented cucul_draw_cp437_box().
|
|
|
@1324
|
14 years |
Sam Hocevar |
* Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent.
|
|
|
@1314
|
14 years |
Sam Hocevar |
* If not enough data is available for import, return 0 instead of an error.
|
|
|
@1313
|
14 years |
Sam Hocevar |
* Minor documentation fixes.
|
|
|
@1307
|
14 years |
Sam Hocevar |
* Set the cucul_import_memory() buffer type to void const * instead of …
|
|
|
@1306
|
14 years |
Sam Hocevar |
* Renamed cucul_export() to cucul_export_memory(), paves the way for a …
|
|
|
@1305
|
14 years |
Sam Hocevar |
* Renamed cucul_import() to cucul_import_memory() and implemented
…
|
|
|
@1303
|
14 years |
Sam Hocevar |
* Don't use htonl() directly, use common.h's hton32() wrapper.
|
|
|
@1302
|
14 years |
Sam Hocevar |
* Deprecate buffer management. We're back to standard void* memory areas.
|
|
|
@1301
|
14 years |
Sam Hocevar |
* Minor syntax fix in the doxygen documentation.
|
|
|
@1283
|
14 years |
Sam Hocevar |
* Updated the caca export format so that it supports multiple frames.
…
|
|
|
@1281
|
14 years |
Sam Hocevar |
* Add information to the font format.
|
|
|
@1274
|
14 years |
Sam Hocevar |
* Fix the default canvas colour value.
|
|
|
@1273
|
14 years |
Sam Hocevar |
* Remove legacy cucul_ansi_to_str() from cucul.h.
|
|
|
@1271
|
14 years |
Sam Hocevar |
* Slightly changed the font header information. No one distributes …
|
|
|
@1270
|
14 years |
Sam Hocevar |
* Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation.
|
|
|
@1269
|
14 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial …
|
|
|
@1267
|
14 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and …
|
|
|
@1266
|
14 years |
Sam Hocevar |
* Changed cucul_set_attr() so that only setting the style does not …
|
|
|
@1264
|
14 years |
Sam Hocevar |
* Blink/Underline/Bold/Italics? support in the HTML exporters.
* …
|
|
|
@1262
|
14 years |
Sam Hocevar |
* Fix IRC and term transparency (again).
|
|
|
@1258
|
14 years |
Sam Hocevar |
* Add back cucul_set_color() and cucul_set_truecolor() but mark them …
|
|
|
@1257
|
14 years |
Sam Hocevar |
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge …
|
|
|
@1256
|
14 years |
Sam Hocevar |
* Remove cucul_set_color() from the exported API and replaced all …
|
|
|
@1254
|
14 years |
Sam Hocevar |
* Use the LSB of alpha and blue components to encode additional flags …
|
|
|
@1249
|
14 years |
Sam Hocevar |
* Reworded documentation about buffer/string distinction.
|
|
|
@1248
|
14 years |
Sam Hocevar |
* Fix a buffer overflow in the utf-8 cucul_import().
|
|
|
@1247
|
14 years |
Jean-Yves Lamoureux |
* Documentation a bit clearer while importing a string into a buffer
|
|
|
@1245
|
14 years |
Jean-Yves Lamoureux |
* "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, …
|
|
|
@1239
|
14 years |
Sam Hocevar |
* Put at least one space in empty IRC lines otherwise most clients …
|
|
|
@1238
|
14 years |
Sam Hocevar |
* Allow to import empty files or files with only empty lines.
|
|
|
@1237
|
14 years |
Sam Hocevar |
* Support export of zero-sized canvases.
|
|
|
@1236
|
14 years |
Sam Hocevar |
* Fix a buffer overflow in the import format autodetection code.
|
|
|
@1235
|
14 years |
Sam Hocevar |
* Allow to import zero-sized canvases.
|
|
|
@1233
|
14 years |
Sam Hocevar |
* Allow to create the initial canvas with a zero size. Either the …
|
|
|
@1231
|
14 years |
Sam Hocevar |
* Removed "This function..." constructs from documentation. Fixed a …
|
|
|
@1230
|
14 years |
Sam Hocevar |
* Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
|
|
|
@1229
|
14 years |
Sam Hocevar |
* Do not output \r in the UTF-8 exporter.
|
|
|
@1224
|
14 years |
Sam Hocevar |
* Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), …
|
|
|
@1223
|
14 years |
Sam Hocevar |
* Added block drawing glyphs to the flip/flop/rotate functions.
* …
|
|
|
@1221
|
14 years |
Sam Hocevar |
* Updated documentation of fullwidth-aware functions.
* Fullwidth …
|
|
|
@1219
|
14 years |
Sam Hocevar |
* Support for fullwidth glyphs in the UTF-8 importer.
|
|
|
@1218
|
14 years |
Sam Hocevar |
* Support for fullwidth glyphs in the libcaca output drivers.
|
|
|
@1215
|
14 years |
Sam Hocevar |
* Support for fullwidth (= double width) Unicode characters.
|
|
|
@1211
|
14 years |
Sam Hocevar |
* Implemented cucul_utf32_is_fullwidth().
|
|
|
@1191
|
14 years |
Sam Hocevar |
* Fixed a bug in the IRC exporter that could break the output when …
|
|
|
@1175
|
14 years |
Sam Hocevar |
* Support transparency in the colour UTF-8 exporter.
|
|
|
@1174
|
14 years |
Sam Hocevar |
* Better precision in cucul_fill_triangle().
|
|
|
@1173
|
14 years |
Sam Hocevar |
* More optimisations in cucul_fill_triangle().
|
|
|
@1172
|
14 years |
Sam Hocevar |
* Optimised triangle rasteriser. Thanks to Jylam for the hints.
|
|
|
@1171
|
14 years |
Sam Hocevar |
* Set default background to transparent in the ANSI and UTF-8 importers.
|
|
|
@1149
|
14 years |
Sam Hocevar |
* Fix minor memory leak in cucul_set_canvas_boundaries().
|
|
|
@1148
|
14 years |
Sam Hocevar |
* Fix minor memory leak in cucul_free_canvas().
|
|
|
@1137
|
14 years |
Sam Hocevar |
* Fixed a bug in cucul_putchar() that broke half of the Unicode set.
|
|
|
@1136
|
14 years |
Sam Hocevar |
* Add "utf8" import format.
* Documented "text" import format.
|
|
|
@1107
|
14 years |
Sam Hocevar |
* Initialise colours to default/transparent instead of lightgray/black.
|
|
|
@1104
|
14 years |
Sam Hocevar |
* Fix enumeration layout in the manpage documentation.
|
|
|
@1098
|
14 years |
Sam Hocevar |
* Fix a bug in the ANSI importer. We need to set the proper fg/bg …
|
|
|
@1092
|
14 years |
Sam Hocevar |
* Implemented cucul_get_color().
|
|
|
@1091
|
14 years |
Sam Hocevar |
* Fixed chcul_getchar's error behaviour.
|
|
|
@1089
|
14 years |
Sam Hocevar |
* Handle transparency in the IRC export.
|
|
|
@1088
|
14 years |
Sam Hocevar |
* When resizing a canvas, use the current fg/bg colours to fill holes.
|
|
|
@1079
|
14 years |
Sam Hocevar |
* Implement cucul_set_canvas_boundaries() for cropping and expanding.
|
|
|
@1078
|
14 years |
Sam Hocevar |
* Really export IRC as UTF-8, as advertised in the documentation.
|
|
|
@1072
|
14 years |
Sam Hocevar |
* Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
|
|
|
@1068
|
14 years |
Sam Hocevar |
* Hopefully fix 64-bit bug.
|
|
|
@1067
|
14 years |
Jean-Yves Lamoureux |
* Ugly workaround in OpenGL driver for IA64 platform, unicode still …
|
|
|
@1066
|
14 years |
Sam Hocevar |
* Implemented cucul_getchar(). Useful because you don’t necessarily …
|
|
|
@1062
|
14 years |
Sam Hocevar |
* Got rid of cucul_render_glyph(). Ahahahaha.
|
|
|
@1059
|
14 years |
Sam Hocevar |
* Oops, fixed typo in cucul_get_font_blocks().
|
|
|
@1058
|
14 years |
Sam Hocevar |
* Implemented cucul_get_font_blocks() to export the list of available …
|
|
|
@1052
|
14 years |
Sam Hocevar |
* Added errno support to the kernel.
|
|
|
@1048
|
14 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@1046
|
14 years |
Sam Hocevar |
* Minor documentation fix (testing the buildbot, actually).
|
|
|
@1045
|
14 years |
Jean-Yves Lamoureux |
* Updated documentation, removed warning in cucul_render_glyph(), …
|
|
|
@1039
|
14 years |
Sam Hocevar |
* Fixed cucul_render_glyph(). There is no way this could have ever …
|
|
|