|
|
@2900
|
14 years |
Sam Hocevar |
Renamed msvc into win32.
|
|
|
@2898
|
14 years |
Sam Hocevar |
Reorganise MSVC files so that each project is with its source code.
|
|
|
@2896
|
14 years |
Sam Hocevar |
Move stubs.h to caca/caca_stubs.h since it's only used by the library.
|
|
|
@2878
|
14 years |
Sam Hocevar |
libcaca: fix an infinite loop in the .pc file.
|
|
|
@2864
|
14 years |
Sam Hocevar |
configure.ac: use more modern autoconf syntax.
|
|
|
@2858
|
14 years |
Sam Hocevar |
Properly export legacy 0.9 symbols.
|
|
|
@2854
|
14 years |
Sam Hocevar |
Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler.
|
|
|
@2853
|
14 years |
bsittler |
switch to weak aliases so it at least compiles on Mac OS X; note that …
|
|
|
@2852
|
14 years |
bsittler |
remove reference to obsolete common.h
|
|
|
@2851
|
14 years |
bsittler |
add missing CUCUL_* compatiblity constants
|
|
|
@2850
|
14 years |
Sam Hocevar |
Support for platforms where shared libraries are not called *.so.
|
|
|
@2831
|
14 years |
Sam Hocevar |
End of the libcucul merge: add symbolic links where appropriate.
|
|
|
@2830
|
14 years |
Sam Hocevar |
caca, cxx: install symlinks for backwards compatibility with libcucul.
|
|
|
@2828
|
14 years |
Sam Hocevar |
.gitignore: ignore caca_types.h.
|
|
|
@2827
|
14 years |
Sam Hocevar |
Add missing svn:ignore SVN properties.
|
|
|
@2826
|
14 years |
Sam Hocevar |
Continue the libcaca/libcucul merge. Source and binary compatibility …
|
|
|
@2821
|
14 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2519
|
15 years |
Sam Hocevar |
* Fix plugin build.
|
|
|
@2517
|
15 years |
Sam Hocevar |
* Check for FTGL in the configure step, because we will use it later.
…
|
|
|
@2306
|
15 years |
Sam Hocevar |
* Documentation fixes (due to renamings, some parameters were no …
|
|
|
@2305
|
15 years |
Sam Hocevar |
* Remove all unsigned ints from exported functions. Signed arithmetic …
|
|
|
@2304
|
15 years |
Sam Hocevar |
* Get rid of the last long types in the API.
* Use size_t and …
|
|
|
@2303
|
15 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2300
|
15 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@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
|
|
|