Sam Hocevar
|
1f5518f842
|
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and
caca_wherey(), in order to match the old <conio.h> naming scheme.
|
преди 15 години |
Sam Hocevar
|
644ee4a78a
|
Coding style: remove tabs and trailing spaces.
|
преди 15 години |
Sam Hocevar
|
4f7081153e
|
Do not add a dirty rectangle at the cursor's position. It's up to the
display driver to clean up its shit. Fixed X11 driver accordingly.
|
преди 15 години |
Sam Hocevar
|
ed360faabe
|
Add a comment to the ncurses driver to remember fix the GCC warning.
|
преди 15 години |
Sam Hocevar
|
6b22ab776c
|
Add a null driver that does absolutely nothing.
|
преди 15 години |
Sam Hocevar
|
1d60711ac4
|
Mark the whole canvas as dirty when a dirty rectangle aware driver is
attached to it.
|
преди 15 години |
Pascal Terjan
|
de5be87d0e
|
Don't redraw background for more than the dirty rectangle in x11 driver, we will not redraw foreground there
|
преди 15 години |
Sam Hocevar
|
d3ef2bbecd
|
Add caca_export_area_to_memory() to export only a selected part of the
current canvas. This is useful to export dirty rectangles. Accordingly,
add caca_import_area_from_memory() and caca_import_area_from_file().
|
преди 15 години |
Sam Hocevar
|
ea99175a2f
|
Change the dirty rectangle API once again so that calling applications get
a more natural (x,y,w,h) 4-tuple to handle.
|
преди 15 години |
Sam Hocevar
|
0c7fd89e3a
|
Add dirty rectangle support to the ncurses and VGA drivers.
|
преди 15 години |
Sam Hocevar
|
222e165d21
|
Fix dirty rectangle handling in the X11 and SLang drivers.
|
преди 15 години |
Sam Hocevar
|
a6b98c2518
|
Change the dirty rectangle API so that it can handle several rectangles. The
inner implementation still only handles one dirty rectangle, but this way
we can prepare supporting applictions for the future.
|
преди 15 години |
Pascal Terjan
|
ee3018643d
|
Only redraw empty rectangles in slang driver
|
преди 15 години |
Pascal Terjan
|
27fffbb33c
|
Fix empty dirty rectangles detection
|
преди 15 години |
Pascal Terjan
|
44f5d172f0
|
* Only redraw dirty rectangle in x11 driver
|
преди 15 години |
Sam Hocevar
|
7b25d39e63
|
Apparently \033 is more common than \x1b for ESC. Use the former in our
code for clarity.
|
преди 15 години |
Ben Wiley Sittler
|
20d502297d
|
now truecolor works
|
преди 16 години |
Ben Wiley Sittler
|
e0042e87b9
|
now arrow keys, function keys, etc. work
|
преди 16 години |
Jean-Yves Lamoureux
|
da3549dec7
|
* Made Cocoa driver BEAUTIFUL ('fixed' default font size to constant values to make the look a bit more natural)
|
преди 16 години |
Sam Hocevar
|
e1562a8d46
|
libcaca: move codecs and import/export functions into subdirectories.
|
преди 16 години |