|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2188
|
15 years |
Sam Hocevar |
* Put back all the shit in struct caca_event to avoid breaking …
|
|
|
@2142
|
15 years |
Sam Hocevar |
* The SLang and ncurses drivers now put back the TERM environment …
|
|
|
@2141
|
15 years |
Sam Hocevar |
* Only call glutInit() once through the program's lifetime.
* Free …
|
|
|
@2140
|
15 years |
Sam Hocevar |
* Fix a tiny use of uninitialised memory in caca_get_event() that may …
|
|
|
@2139
|
15 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
15 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2137
|
15 years |
Sam Hocevar |
* Remove cruft from caca_get_display_driver_list().
|
|
|
@2135
|
15 years |
Sam Hocevar |
* Implemented caca_get_display_driver_list(), unused yet.
|
|
|
@2129
|
15 years |
Sam Hocevar |
* Cocoa driver build fix, courtesy of Ben Wiley Sittler.
|
|
|
@2087
|
15 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2074
|
15 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2073
|
15 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@2071
|
15 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
15 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2063
|
15 years |
Sam Hocevar |
* Damn, under Visual Studio it's _WIN32, not WIN32.
|
|
|
@2061
|
15 years |
Sam Hocevar |
* Allow caca_create_display()'s argument to be NULL. It will …
|
|
|
@2057
|
15 years |
Sam Hocevar |
* Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and
…
|
|
|
@2056
|
15 years |
Sam Hocevar |
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to …
|
|
|
@2055
|
15 years |
Sam Hocevar |
* Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display
…
|
|
|
@2049
|
15 years |
Sam Hocevar |
* Made the caca_event_t structure opaque and created a whole bunch of
…
|
|
|
@2043
|
15 years |
Sam Hocevar |
* Added as many "const" qualifiers as possible to the public API.
|
|
|
@2040
|
15 years |
Sam Hocevar |
* Rename _cucul_set_canvas_size into cucul_set_canvas_size to …
|
|
|
@2039
|
15 years |
Sam Hocevar |
* Add proper declspec(dllexport) tags for Win32 compilation.
* …
|
|
|
@2016
|
15 years |
Pascal Terjan |
* Slightly improved documentation
|
|
|
@1882
|
15 years |
Sam Hocevar |
* Updated libcaca and cacaview after the API changes.
|
|
|
@1879
|
15 years |
Sam Hocevar |
* Renamed doxygen sections here and there to avoid embarassing …
|
|
|
@1851
|
15 years |
Sam Hocevar |
* When present, include <termios.h> and <unistd.h> to allow the …
|
|
|
@1839
|
15 years |
Sam Hocevar |
* Documented which drivers support caca_set_cursor().
|
|
|
@1837
|
15 years |
Sam Hocevar |
* Implemented caca_set_cursor() on the X11, ncurses and S-Lang …
|
|
|
@1785
|
16 years |
Sam Hocevar |
* Patch by Ben Wiley Sittler to use ACS_* special characters in the …
|
|
|
@1780
|
16 years |
Sam Hocevar |
* Differentiate between • and ● in the X11 rendering overrides.
|
|
|
@1779
|
16 years |
Sam Hocevar |
* Patch by Ben Wiley Sittler for two misrendered glyphs.
|
|
|
@1778
|
16 years |
Sam Hocevar |
* Slightly nicer code in driver_x11.c.
|
|
|
@1776
|
16 years |
Sam Hocevar |
* Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8.
|
|
|
@1775
|
16 years |
Sam Hocevar |
* X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them …
|
|
|
@1774
|
16 years |
Sam Hocevar |
* Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset …
|
|
|
@1772
|
16 years |
Sam Hocevar |
* Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler.
|
|
|
@1771
|
16 years |
Sam Hocevar |
* Disabled USE_RGB12_FGBG for now, as it was reported not to work.
|
|
|
@1556
|
16 years |
Jean-Yves Lamoureux |
* Changed threshold in key events, a bit more natural
|
|
|
@1462
|
16 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
16 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1450
|
16 years |
Sam Hocevar |
* Fix OpenBSD build.
|
|
|
@1449
|
16 years |
Sam Hocevar |
* Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
|
|
|
@1434
|
16 years |
Sam Hocevar |
* Fixed syntax errors.
|
|
|
@1430
|
16 years |
Sam Hocevar |
* Added caca_set_cursor(). Not yet functional.
|
|
|
@1429
|
16 years |
Sam Hocevar |
* Add support for doublewidth characters even if ncurses or SLang …
|
|
|
@1421
|
16 years |
Sam Hocevar |
* Merged old code by Ol that can be used as a start for the Cocoa driver.
|
|
|
@1399
|
16 years |
Sam Hocevar |
* Don't rely on pkg-config macros for variable substitution. Just in case.
|
|
|
@1396
|
16 years |
Sam Hocevar |
* Added all the glue needed for a Cocoa output driver.
|
|
|
@1392
|
16 years |
Sam Hocevar |
* Factored terminal title setting code.
* Do not try to set the …
|
|
|
@1391
|
16 years |
Sam Hocevar |
* Implemented caca_set_display_title() for ncurses and S-Lang.
|
|
|
@1386
|
16 years |
Sam Hocevar |
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
|
|
|
@1362
|
16 years |
Sam Hocevar |
* Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() …
|
|
|
@1358
|
16 years |
Sam Hocevar |
* Documented caca_event_t members.
|
|
|
@1353
|
16 years |
Sam Hocevar |
* Flush stdout after writing the data in the raw driver.
|
|
|
@1347
|
16 years |
Sam Hocevar |
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
|
|
|
@1333
|
16 years |
Sam Hocevar |
* Replace _cucul_attr_to_ansi8() with a now documented …
|
|
|
@1332
|
16 years |
Sam Hocevar |
* Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with
…
|
|
|
@1330
|
16 years |
Sam Hocevar |
* Switch back to UTF-32 arguments for drawing primitives, now that we
…
|
|
|
@1306
|
16 years |
Sam Hocevar |
* Renamed cucul_export() to cucul_export_memory(), paves the way for a …
|
|
|
@1287
|
16 years |
Sam Hocevar |
* Fix a harmless warning in caca0.c.
|
|
|
@1269
|
16 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial …
|
|
|
@1267
|
16 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and …
|
|
|
@1264
|
16 years |
Sam Hocevar |
* Blink/Underline/Bold/Italics? support in the HTML exporters.
* …
|
|
|
@1257
|
16 years |
Sam Hocevar |
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge …
|
|
|
@1256
|
16 years |
Sam Hocevar |
* Remove cucul_set_color() from the exported API and replaced all …
|
|
|
@1254
|
16 years |
Sam Hocevar |
* Use the LSB of alpha and blue components to encode additional flags …
|
|
|
@1233
|
16 years |
Sam Hocevar |
* Allow to create the initial canvas with a zero size. Either the …
|
|
|
@1231
|
16 years |
Sam Hocevar |
* Removed "This function..." constructs from documentation. Fixed a …
|
|
|
@1218
|
16 years |
Sam Hocevar |
* Support for fullwidth glyphs in the libcaca output drivers.
|
|
|
@1208
|
16 years |
Sam Hocevar |
* Added a --enable-plugins configure flag that builds the GL and X11 …
|
|
|
@1104
|
16 years |
Sam Hocevar |
* Fix enumeration layout in the manpage documentation.
|
|
|
@1072
|
16 years |
Sam Hocevar |
* Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
|
|
|
@1071
|
16 years |
Jean-Yves Lamoureux |
* Oops \o/
|
|
|
@1070
|
16 years |
Jean-Yves Lamoureux |
* REAL fix
|
|
|
@1069
|
16 years |
Sam Hocevar |
* More long int -> int32 casts to fix the GL driver on 64-bit arches.
|
|
|
@1068
|
16 years |
Sam Hocevar |
* Hopefully fix 64-bit bug.
|
|
|
@1067
|
16 years |
Jean-Yves Lamoureux |
* Ugly workaround in OpenGL driver for IA64 platform, unicode still …
|
|
|
@1064
|
16 years |
Sam Hocevar |
* Optimised memory usage in the GL driver and added a few comments.
|
|
|
@1063
|
16 years |
Jean-Yves Lamoureux |
* Fixed compilation warning, and ....
AHAHAHAHAHAHAHA GL DRIVER IS …
|
|
|
@1061
|
16 years |
Sam Hocevar |
* Use cucul_render_canvas() instead of cucul_render_glyph() in the GL …
|
|
|
@1060
|
16 years |
Sam Hocevar |
* Full Unicode support in the GL driver.
|
|
|
@1054
|
16 years |
Sam Hocevar |
* Do not build the raw output in kernel mode.
* Fix …
|
|
|
@1050
|
16 years |
Jean-Yves Lamoureux |
* Updated README, just to say my coding style is just perfect, sam is …
|
|
|
@1048
|
16 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@1045
|
16 years |
Jean-Yves Lamoureux |
* Updated documentation, removed warning in cucul_render_glyph(), …
|
|
|
@1044
|
16 years |
Sam Hocevar |
* Coding style (ahaha vieux porc).
|
|
|
@1039
|
16 years |
Sam Hocevar |
* Fixed cucul_render_glyph(). There is no way this could have ever …
|
|
|
@1033
|
16 years |
Sam Hocevar |
* Fix compilation warning in the slang driver.
|
|
|
@1028
|
16 years |
Jean-Yves Lamoureux |
* Fixed truecolor bug in OpenGL driver.
|
|
|
@1024
|
16 years |
Jean-Yves Lamoureux |
* OpenGL builtin font support
|
|
|
@1015
|
16 years |
Sam Hocevar |
* Made features (such as dithering mode) and caca_sqrt work in the …
|
|
|
@1013
|
16 years |
Sam Hocevar |
* Added an emulation layer for pre-1.0 libcaca API. Legacy …
|
|
|
@1008
|
16 years |
Sam Hocevar |
* Factored some of the GL code.
|
|
|
@1006
|
17 years |
Sam Hocevar |
* Fixed libcaca prototypes so that all functions use the errno …
|
|
|
@986
|
17 years |
Sam Hocevar |
* UTF-8 input support for ncurses.
* Hack for 16-color support in …
|
|
|
@985
|
17 years |
Sam Hocevar |
* Reduced IDLE_USEC by half. Today's machines are fast :-)
|
|
|
@984
|
17 years |
Sam Hocevar |
* Fixed UTF-8 support in ncurses.
* Set ncurses's priority higher …
|
|
|
@982
|
17 years |
Sam Hocevar |
* Have cucul_utf8_to_utf32 write how many bytes it read.
* Use that …
|
|
|