|
|
@2111
|
13 years |
Sam Hocevar |
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20 …
|
|
|
@2110
|
13 years |
Sam Hocevar |
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
|
|
|
@2109
|
13 years |
Sam Hocevar |
* Import io.c from TOIlet directly into libcucul. Can you see where …
|
|
|
@2102
|
13 years |
Sam Hocevar |
* Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ …
|
|
|
@2087
|
13 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2079
|
13 years |
Sam Hocevar |
* Changed the box drawing functions so that their arguments are …
|
|
|
@2075
|
13 years |
Sam Hocevar |
* Fix memory leaks that slipped in here and there. We still have …
|
|
|
@2074
|
13 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2071
|
13 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
13 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2063
|
13 years |
Sam Hocevar |
* Damn, under Visual Studio it's _WIN32, not WIN32.
|
|
|
@2057
|
13 years |
Sam Hocevar |
* Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and
…
|
|
|
@2056
|
13 years |
Sam Hocevar |
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to …
|
|
|
@2055
|
13 years |
Sam Hocevar |
* Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display
…
|
|
|
@2043
|
13 years |
Sam Hocevar |
* Added as many "const" qualifiers as possible to the public API.
|
|
|
@2040
|
13 years |
Sam Hocevar |
* Rename _cucul_set_canvas_size into cucul_set_canvas_size to …
|
|
|
@2039
|
13 years |
Sam Hocevar |
* Add proper declspec(dllexport) tags for Win32 compilation.
* …
|
|
|
@1947
|
13 years |
Pascal Terjan |
Fix a typo in the doc
|
|
|
@1881
|
13 years |
Sam Hocevar |
* Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). …
|
|
|
@1880
|
13 years |
Sam Hocevar |
* Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
|
|
|
@1879
|
13 years |
Sam Hocevar |
* Renamed doxygen sections here and there to avoid embarassing …
|
|
|
@1878
|
13 years |
Sam Hocevar |
* Renamed fonts to *.data to make sure they are not mistaken for …
|
|
|
@1877
|
13 years |
Sam Hocevar |
* Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
|
|
|
@1876
|
13 years |
Sam Hocevar |
* cucul_get_dither_brightness() is no longer a stub.
* Implemented …
|
|
|
@1870
|
13 years |
Sam Hocevar |
* Add cucul_get_dither_brightness(), _gamma() and _contrast(). There …
|
|
|
@1853
|
13 years |
Sam Hocevar |
* Only use attribute((deprecated)) with gcc >= 3.x.
|
|
|
@1833
|
13 years |
Sam Hocevar |
* Save user attributes when calling cucul_dither_bitmap().
|
|
|
@1820
|
13 years |
Sam Hocevar |
* Added a few rotation pairs. Nothing awesome.
|
|
|
@1819
|
13 years |
Sam Hocevar |
* Improve rotation output by avoiding white-on-black attributes to …
|
|
|
@1816
|
13 years |
Sam Hocevar |
* Allow to rotate canvases with an odd width.
* Added a few …
|
|
|
@1814
|
13 years |
Sam Hocevar |
* More widechar rotations. \/ > /\ < is cool.
|
|
|
@1813
|
13 years |
Sam Hocevar |
* Reset cursor position after a resize. Not sure it’s what I want.
|
|
|
@1812
|
13 years |
Sam Hocevar |
* More widechar rotation pairs.
|
|
|
@1809
|
14 years |
Sam Hocevar |
* Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
…
|
|
|
@1808
|
14 years |
Sam Hocevar |
* More characters for the wide rotations.
* Updated test/text to …
|
|
|
@1807
|
14 years |
Sam Hocevar |
* Use j/ḷ and l/ȷ pairs in glyph rotation.
|
|
|
@1805
|
14 years |
Sam Hocevar |
* Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). …
|
|
|
@1788
|
14 years |
Sam Hocevar |
* Renamed cucul_left/cucul_right into …
|
|
|
@1786
|
14 years |
Sam Hocevar |
* Implemented cucul_left() and cucul_right() for 90-degree rotations.
|
|
|
@1784
|
14 years |
Sam Hocevar |
* Handle multiframe canvases in the caca importer, courtesy of Ben …
|
|
|
@1782
|
14 years |
Sam Hocevar |
* Added more box glyphs to the canvas transformations, courtesy of Ben …
|
|
|
@1773
|
14 years |
Sam Hocevar |
* Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler.
|
|
|
@1769
|
14 years |
Sam Hocevar |
* Updated internal fonts to match tools/makefont.c.
|
|
|
@1750
|
14 years |
Sam Hocevar |
* The transformation rules didn’t have ⅃ ⅄ ⅂.
|
|
|
@1462
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1440
|
14 years |
Sam Hocevar |
* Got rid of that ugly cv->import member.
|
|
|
@1438
|
14 years |
Sam Hocevar |
* Fix shadowing declarations.
|
|
|
@1431
|
14 years |
Sam Hocevar |
* Improved vt220 import by adding a persistent context to canvases.
|
|
|
@1426
|
14 years |
Sam Hocevar |
* Improved ANSI importer so that it supports a lot more of what is …
|
|
|
@1417
|
14 years |
Sam Hocevar |
* Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML …
|
|
|
@1414
|
14 years |
Sam Hocevar |
* Added some box drawing glyphs that are used by TOIlet's future.tlf …
|
|
|
@1397
|
14 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@1394
|
14 years |
Sam Hocevar |
* Documented flip/flop/rotate as being involutive.
* Updated text test.
|
|
|
@1390
|
14 years |
Sam Hocevar |
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* …
|
|
|
@1384
|
14 years |
Sam Hocevar |
* Improved ANSI import, especially wrt. drawing context persistence.
|
|
|
@1383
|
14 years |
Sam Hocevar |
* Fix a bug in cucul_put_attr. This function was simply not working.
|
|
|
@1381
|
14 years |
Sam Hocevar |
* Fix a bug in cucul_set_canvas_size() that caused the default …
|
|
|
@1378
|
14 years |
Sam Hocevar |
* When importing an utf-8 file, set background and foreground colours …
|
|
|
@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 …
|
|
|