..
codec
Fix Win32 cross-build by removing one level of aliasing.
vor 15 Jahren
driver
* Disable SLang's own SIGINT handler
vor 15 Jahren
.gitignore
.gitignore: ignore caca_types.h.
vor 16 Jahren
Makefile.am
Start working on profiling.
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
* Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly
vor 15 Jahren
caca.pc.in
Add -lz to Libs.private for static linking.
vor 15 Jahren
caca0.c
Add caca_export_area_to_memory() to export only a selected part of the
vor 15 Jahren
caca0.h
Make the libcaca color values an enum again.
vor 15 Jahren
caca_conio.c
Implement conio.h functions cgets(), cputs(), getpass(), movetext(),
vor 15 Jahren
caca_conio.h
Include <stdio.h> in caca_conio.h to avoid errors when this header is
vor 15 Jahren
caca_debug.h
Move debugging methods to caca_debug.h.
vor 15 Jahren
caca_internals.h
Start working on profiling.
vor 15 Jahren
caca_prof.h
Start working on profiling.
vor 15 Jahren
caca_stubs.h
Move debugging methods to caca_debug.h.
vor 15 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
Mark dithered bitmap array as const.
vor 15 Jahren
event.c
Better caca_get_event_mouse_button() documentation.
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
Start working on profiling.
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
* Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly
vor 15 Jahren