source: libcaca/trunk/caca @ 3604

Name Size Rev Age Author Last Change
../
codec 3582   4 years sam Coding style: remove tabs and trailing spaces.
driver 3587   4 years sam Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and …
.gitignore 13 bytes 2828   5 years sam .gitignore: ignore caca_types.h.
attr.c 15.5 KB 3583   4 years sam Allow to temporarily disable dirty rectangle handling. This allows for …
box.c 5.9 KB 3585   4 years sam Show how we could optimise dirty rectangle handling in a box fill. …
caca0.c 7.6 KB 3495   4 years sam Add caca_export_area_to_memory() to export only a selected part of the …
caca0.h 7.5 KB 3604   4 years sam Since caca.h now exports variables, we need declspec(dllimport), …
caca.c 12.0 KB 3570   4 years sam Add a null driver that does absolutely nothing.
caca.h 36.5 KB 3604   4 years sam Since caca.h now exports variables, we need declspec(dllimport), …
caca.pc.in 223 bytes 2878   5 years sam libcaca: fix an infinite loop in the .pc file.
caca_conio.c 9.8 KB 3602   4 years sam Make conio_refresh() play nicer with the resources when the machine is …
caca_conio.h 4.5 KB 3603   4 years sam Move conio functions to the main caca.h header, with their caca_conio_ …
caca_internals.h 5.8 KB 3583   4 years sam Allow to temporarily disable dirty rectangle handling. This allows for …
caca_stubs.h 2.4 KB 2896   5 years sam Move stubs.h to caca/caca_stubs.h since it's only used by the library.
caca_types.h.in 3.0 KB 3452   4 years sam Fixed libcaca and the Visual Studio solution so that it works on Win64, …
canvas.c 15.8 KB 3584   4 years sam I forgot to initialise dirty_disabled in the canvas constructor.
charset.c 12.8 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
conic.c 8.3 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
dirty.c 11.5 KB 3583   4 years sam Allow to temporarily disable dirty rectangle handling. This allows for …
dither.c 43.0 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
event.c 13.7 KB 3486   4 years sam Increased the autorepeat delay in the ncurses and SLang drivers. Now that …
figfont.c 14.8 KB 3582   4 years sam Coding style: remove tabs and trailing spaces.
file.c 6.4 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
font.c 16.6 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
frame.c 7.8 KB 3583   4 years sam Allow to temporarily disable dirty rectangle handling. This allows for …
graphics.c 7.4 KB 3571   4 years sam Do not smooth the render time; the calling application can do it.
legacy.c 4.7 KB 3495   4 years sam Add caca_export_area_to_memory() to export only a selected part of the …
libcaca.def 0 bytes 2898   5 years sam Reorganise MSVC files so that each project is with its source code.
libcaca.vcproj 9.3 KB 3577   4 years sam Update the Win32 and Win64 ports.
line.c 9.7 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
Makefile.am 2.7 KB 3588   4 years sam Start implementing a full <conio.h> replacement with a libcaca backend.
mono9.data 678.2 KB 3407   4 years sam Added new Unicode blocks to the built-in font.
monobold12.data 1.1 MB 3407   4 years sam Added new Unicode blocks to the built-in font.
string.c 18.2 KB 3595   4 years sam Make caca_printf(), caca_vprintf() and caca_put_str() return the number of …
time.c 2.2 KB 2305   5 years sam * Remove all unsigned ints from exported functions. Signed arithmetic is …
transform.c 35.3 KB 3590   4 years pterjan * Fix a segfault in rotate_180 on 0 sized canvas
triangle.c 4.9 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
  • Property svn:ignore set to
    Makefile.in
    Makefile
    .libs
    .deps
    *.a
    caca.pc
    caca_types.h
    *.user
Note: See TracBrowser for help on using the repository browser.