|
|
@2303
|
13 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2299
|
13 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2140
|
13 years |
Sam Hocevar |
* Fix a tiny use of uninitialised memory in caca_get_event() that may …
|
|
|
@2138
|
13 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2056
|
13 years |
Sam Hocevar |
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to …
|
|
|
@2049
|
13 years |
Sam Hocevar |
* Made the caca_event_t structure opaque and created a whole bunch of
…
|
|
|
@2043
|
13 years |
Sam Hocevar |
* Added as many "const" qualifiers as possible to the public API.
|
|
|
@1556
|
14 years |
Jean-Yves Lamoureux |
* Changed threshold in key events, a bit more natural
|
|
|
@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.
|
|
|
@1231
|
14 years |
Sam Hocevar |
* Removed "This function..." constructs from documentation. Fixed a …
|
|
|
@1006
|
15 years |
Sam Hocevar |
* Fixed libcaca prototypes so that all functions use the errno …
|
|
|
@969
|
15 years |
Sam Hocevar |
* Renamed the event data member "ucs4" to "utf32" for consistency
…
|
|
|
@923
|
15 years |
Jean-Yves Lamoureux |
* Fixed error in tutorial, updated caca_get_event() doc
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@849
|
15 years |
Sam Hocevar |
* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
|
|
|
@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.
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@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, …
|
|
|
@710
|
15 years |
Sam Hocevar |
* Merged caca_wait_event() into caca_get_event() and added a timeout
…
|
|
|
@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.
|
|
|
@645
|
15 years |
Sam Hocevar |
* Cosmetic fixes.
|
|
|
@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 …
|
|
|
@548
|
15 years |
Sam Hocevar |
* Split event.c into the appropriate driver_*.c files.
|
|
|
@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/event.c:
|
|
|
@527
|
15 years |
Sam Hocevar |
* All output plugins should now work again.
* Renamed caca_refresh() …
|