|
|
@2062
|
13 years |
Sam Hocevar |
* Switch to caca_create_display(NULL) in a few places to document the
…
|
|
|
@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.
|
|
|
@1048
|
15 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@858
|
15 years |
Sam Hocevar |
* Added "common.h", a placeholder for simple features and functions …
|
|
|
@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.
|
|
|
@816
|
15 years |
Sam Hocevar |
* Changed the cucul_dither_bitmap behaviour so that the 4 coordinates …
|
|
|
@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.
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@766
|
15 years |
Sam Hocevar |
* Fixed caca_get_event() call in test/hsv.c.
|
|
|
@734
|
15 years |
Sam Hocevar |
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
|
|
@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().
|
|
|
@666
|
15 years |
Sam Hocevar |
* Removed the cucul_t * argument from cucul_create_bitmap(). It's not …
|
|
|
@665
|
15 years |
Sam Hocevar |
* Changed the cucul_init parameter so that it now directly accepts a
…
|
|
|
@653
|
15 years |
Sam Hocevar |
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
|
|
|
@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 …
|
|
|
@307
|
17 years |
Sam Hocevar |
* test/hsv.c:
+ Trivial saturation/value rendering test.
|