|
|
@1753
|
14 years |
Jean-Yves Lamoureux |
* Added error checks on canvas / display creations
|
|
|
@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.
|
|
|
@1347
|
14 years |
Sam Hocevar |
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
|
|
|
@1267
|
14 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and …
|
|
|
@1257
|
14 years |
Sam Hocevar |
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge …
|
|
|
@1256
|
14 years |
Sam Hocevar |
* Remove cucul_set_color() from the exported API and replaced all …
|
|
|
@1048
|
14 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@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.
|
|
|
@819
|
15 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
|
|
@815
|
15 years |
Sam Hocevar |
* Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns …
|
|
|
@813
|
15 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@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.
|
|
|
@792
|
15 years |
Sam Hocevar |
* Minor cosmetic changes in the test programs.
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@733
|
15 years |
Sam Hocevar |
* Replaced enum cucul_color with unsigned int. The size of an enum is …
|
|
|
@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.
|
|
|
@677
|
15 years |
Sam Hocevar |
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
|
|
|
@665
|
15 years |
Sam Hocevar |
* Changed the cucul_init parameter so that it now directly accepts a
…
|
|
|
@527
|
15 years |
Sam Hocevar |
* All output plugins should now work again.
* Renamed caca_refresh() …
|
|
|
@524
|
15 years |
Sam Hocevar |
A new low-level text management library (canvas for ultrafast …
|
|
|
@522
|
15 years |
Sam Hocevar |
* Changed the licensing to WTFPL, as per all copyright holders' permission.
|
|
|
@316
|
17 years |
Sam Hocevar |
* src/io.c:
+ caca_get_event() and caca_wait_event() now accept a …
|
|
|
@297
|
17 years |
Sam Hocevar |
* test/dithering.c:
+ Fixed a minor compilation warning.
* …
|
|
|
@292
|
17 years |
Sam Hocevar |
* Makefile.am:
+ Added a test directory for test programs.
* …
|