|
|
@2864
|
12 years |
Sam Hocevar |
configure.ac: use more modern autoconf syntax.
|
|
|
@2826
|
12 years |
Sam Hocevar |
Continue the libcaca/libcucul merge. Source and binary compatibility …
|
|
|
@2821
|
12 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2519
|
13 years |
Sam Hocevar |
* Fix plugin build.
|
|
|
@2306
|
13 years |
Sam Hocevar |
* Documentation fixes (due to renamings, some parameters were no …
|
|
|
@2299
|
13 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2139
|
13 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
13 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2137
|
13 years |
Sam Hocevar |
* Remove cruft from caca_get_display_driver_list().
|
|
|
@2135
|
13 years |
Sam Hocevar |
* Implemented caca_get_display_driver_list(), unused yet.
|
|
|
@2074
|
13 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2061
|
13 years |
Sam Hocevar |
* Allow caca_create_display()'s argument to be NULL. It will …
|
|
|
@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
…
|
|
|
@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.
|
|
|
@1396
|
14 years |
Sam Hocevar |
* Added all the glue needed for a Cocoa output driver.
|
|
|
@1362
|
14 years |
Sam Hocevar |
* Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() …
|
|
|
@1208
|
14 years |
Sam Hocevar |
* Added a --enable-plugins configure flag that builds the GL and X11 …
|
|
|
@1054
|
14 years |
Sam Hocevar |
* Do not build the raw output in kernel mode.
* Fix …
|
|
|
@1006
|
15 years |
Sam Hocevar |
* Fixed libcaca prototypes so that all functions use the errno …
|
|
|
@984
|
15 years |
Sam Hocevar |
* Fixed UTF-8 support in ncurses.
* Set ncurses's priority higher …
|
|
|
@980
|
15 years |
Sam Hocevar |
* Minor cosmetic changes in the test programs.
* Code enhancements …
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@819
|
15 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
|
|
@811
|
15 years |
Sam Hocevar |
* Renamed caca_t into caca_display_t.
* Renamed canvas handle …
|
|
|
@810
|
15 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@773
|
15 years |
Sam Hocevar |
* Improved documentation in many places.
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@703
|
15 years |
Sam Hocevar |
* Removed the network driver and replaced it with a cacaserver …
|
|
|
@699
|
15 years |
Sam Hocevar |
* Created a minimal raw driver that outputs stuff to stdout.
|
|
|
@684
|
15 years |
Sam Hocevar |
* Allow the driver initialisation to fail, for instance when $DISPLAY = "".
|
|
|
@681
|
15 years |
Sam Hocevar |
* Massive rework of the event handling code, as per the TODO list.
|
|
|
@672
|
15 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@623
|
15 years |
Sam Hocevar |
* Cosmetic.
|
|
|
@598
|
15 years |
Sam Hocevar |
* Ooops, fixed an old typo.
|
|
|
@593
|
15 years |
Sam Hocevar |
* Fixed an uninitialised variable in the event queue handling.
|
|
|
@586
|
15 years |
Jean-Yves Lamoureux |
* Added CACA_NETWORK_PORT env and related documentation
|
|
|
@565
|
15 years |
Sam Hocevar |
* Pure VGA output driver.
|
|
|
@554
|
15 years |
Jean-Yves Lamoureux |
* Added very preliminary network driver
|
|
|
@553
|
15 years |
Sam Hocevar |
* Fixed async issues between the driver and libcaca when resizing …
|
|
|
@551
|
15 years |
Sam Hocevar |
* Cosmetic changes here and there.
|
|
|
@550
|
15 years |
Sam Hocevar |
* Finished moving everything driver-specific to the apropriate …
|
|
|
@541
|
15 years |
Sam Hocevar |
* Got rid of static variables in the event code.
|
|
|
@540
|
15 years |
Sam Hocevar |
* Polished the driver split a bit (still no events, except resize …
|
|
|
@539
|
15 years |
Sam Hocevar |
* Split caca/graphics.c into driver-specific files. Resize is …
|
|
|
@536
|
15 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|
|
copied from libcaca/trunk/src/caca.c:
|
|
|
@535
|
15 years |
Sam Hocevar |
* Use 32 bit integers for the character array. No visible difference …
|