|
|
@1267
|
16 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and …
|
|
|
@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 …
|
|
|
@1048
|
16 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@859
|
16 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@839
|
16 years |
Sam Hocevar |
* Disabled sprite stuff from the tests.
|
|
|
@832
|
16 years |
Sam Hocevar |
* Changed cucul_clear_canvas() again. It now uses the current …
|
|
|
@819
|
16 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
|
|
@814
|
16 years |
Sam Hocevar |
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument …
|
|
|
@813
|
16 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@811
|
16 years |
Sam Hocevar |
* Renamed caca_t into caca_display_t.
* Renamed canvas handle …
|
|
|
@810
|
16 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@777
|
16 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@774
|
16 years |
Jean-Yves Lamoureux |
* Fixed sprite functions (it compiles now) (Y'a des connards qui font …
|
|
|
@752
|
16 years |
Jean-Yves Lamoureux |
* Added silly play with interframe delay. Need to rework sprite format.
|
|
|
@710
|
16 years |
Sam Hocevar |
* Merged caca_wait_event() into caca_get_event() and added a timeout
…
|
|
|
@681
|
16 years |
Sam Hocevar |
* Massive rework of the event handling code, as per the TODO list.
|
|
|
@678
|
16 years |
Sam Hocevar |
* Made cucul_putchar32() an internal-only function.
* Changed the …
|
|
|
@677
|
16 years |
Sam Hocevar |
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
|
|
|
@665
|
16 years |
Sam Hocevar |
* Changed the cucul_init parameter so that it now directly accepts a
…
|
|
|
@527
|
16 years |
Sam Hocevar |
* All output plugins should now work again.
* Renamed caca_refresh() …
|
|
|
@524
|
16 years |
Sam Hocevar |
A new low-level text management library (canvas for ultrafast …
|
|
|
@522
|
16 years |
Sam Hocevar |
* Changed the licensing to WTFPL, as per all copyright holders' permission.
|
|
|
@323
|
18 years |
Sam Hocevar |
* test/spritedit.c:
+ Moved spritedit to the test/ directory, …
|
|
copied from libcaca/trunk/examples/spritedit.c:
|
|
|
@316
|
18 years |
Sam Hocevar |
* src/io.c:
+ caca_get_event() and caca_wait_event() now accept a …
|