..
codec
Coding style: remove tabs and trailing spaces.
vor 15 Jahren
driver
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and
vor 15 Jahren
.gitignore
.gitignore: ignore caca_types.h.
vor 16 Jahren
Makefile.am
Start implementing a full <conio.h> replacement with a libcaca backend.
vor 15 Jahren
attr.c
Allow to temporarily disable dirty rectangle handling. This allows for huge
vor 15 Jahren
box.c
Show how we could optimise dirty rectangle handling in a box fill. Disabled
vor 15 Jahren
caca.c
Add a null driver that does absolutely nothing.
vor 15 Jahren
caca.h
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and
vor 15 Jahren
caca.pc.in
libcaca: fix an infinite loop in the .pc file.
vor 16 Jahren
caca0.c
Add caca_export_area_to_memory() to export only a selected part of the
vor 15 Jahren
caca0.h
Properly export legacy 0.9 symbols.
vor 16 Jahren
caca_conio.c
Implement conio.h's getche() and move cursor to top right corner after
vor 15 Jahren
caca_conio.h
Add sound(), nosound() and delay() to the conio.h emulation. Even though
vor 15 Jahren
caca_internals.h
Allow to temporarily disable dirty rectangle handling. This allows for huge
vor 15 Jahren
caca_stubs.h
Move stubs.h to caca/caca_stubs.h since it's only used by the library.
vor 16 Jahren
caca_types.h.in
Fixed libcaca and the Visual Studio solution so that it works
vor 15 Jahren
canvas.c
I forgot to initialise dirty_disabled in the canvas constructor.
vor 15 Jahren
charset.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
conic.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
dirty.c
Allow to temporarily disable dirty rectangle handling. This allows for huge
vor 15 Jahren
dither.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
event.c
Increased the autorepeat delay in the ncurses and SLang drivers. Now that
vor 15 Jahren
figfont.c
Coding style: remove tabs and trailing spaces.
vor 15 Jahren
file.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
font.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
frame.c
Allow to temporarily disable dirty rectangle handling. This allows for huge
vor 15 Jahren
graphics.c
Do not smooth the render time; the calling application can do it.
vor 15 Jahren
legacy.c
Add caca_export_area_to_memory() to export only a selected part of the
vor 15 Jahren
libcaca.def
Reorganise MSVC files so that each project is with its source code.
vor 16 Jahren
libcaca.vcproj
Update the Win32 and Win64 ports.
vor 15 Jahren
line.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren
mono9.data
Added new Unicode blocks to the built-in font.
vor 15 Jahren
monobold12.data
Added new Unicode blocks to the built-in font.
vor 15 Jahren
string.c
Make caca_printf(), caca_vprintf() and caca_put_str() return the number of
vor 15 Jahren
time.c
* Remove all unsigned ints from exported functions. Signed arithmetic is
vor 16 Jahren
transform.c
* Fix a segfault in rotate_180 on 0 sized canvas
vor 15 Jahren
triangle.c
Continue the libcaca/libcucul merge. Source and binary compatibility
vor 16 Jahren