|
|
@974
|
15 years |
Sam Hocevar |
* Got backspace to work with the slang and ncurses drivers in an X
…
|
|
|
@971
|
15 years |
Sam Hocevar |
* Make the ncurses driver UTF-8 and UTF-32 aware.
* Add the …
|
|
|
@969
|
15 years |
Sam Hocevar |
* Renamed the event data member "ucs4" to "utf32" for consistency
…
|
|
|
@962
|
15 years |
Sam Hocevar |
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
|
|
|
@929
|
15 years |
Sam Hocevar |
* Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@822
|
15 years |
Sam Hocevar |
* Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
|
|
|
@819
|
15 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
|
|
@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 …
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@728
|
15 years |
Sam Hocevar |
* Replaced occurrences of "rgba" with "argb".
|
|
|
@724
|
15 years |
Sam Hocevar |
* Store colour information on 32 bits, for future 12-bit colour support.
|
|
|
@689
|
15 years |
Sam Hocevar |
* Merged caca_show_cursor() and caca_hide_cursor() into …
|
|
|
@686
|
15 years |
Jean-Yves Lamoureux |
* Added caca_show/hide_cursor, and corresponding GL binding
|
|
|
@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.
|
|
|
@629
|
15 years |
Sam Hocevar |
* Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
|
|
|
@613
|
15 years |
Sam Hocevar |
* Minor coding style fixes.
|
|
|
@582
|
15 years |
Sam Hocevar |
* Use the internal version of cucul_set_size in output drivers so that …
|
|
|
@557
|
15 years |
Sam Hocevar |
* Make output drivers more error resilient when handling UTF-32 …
|
|
|
@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 …
|
|
|
@549
|
15 years |
Sam Hocevar |
* Cleaned up useless header includes.
|
|
|
@548
|
15 years |
Sam Hocevar |
* Split event.c into the appropriate driver_*.c files.
|
|
|
@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 …
|
|
copied from libcaca/trunk/caca/graphics.c:
|
|
|
@536
|
15 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|