source: libcaca/trunk/caca @ 3949

Name Size Rev Age Author Last Change
../
codec 3618   4 years sam Fix Win32 cross-build by removing one level of aliasing.
driver 3949   4 years pterjan * Fix non ASCII input in x11 driver
.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.7 KB 3606   4 years sam Make the libcaca color values an enum again.
caca.c 12.0 KB 3570   4 years sam Add a null driver that does absolutely nothing.
caca.h 36.9 KB 3926   4 years jylam * Make caca_fill_triangle_textured use less arguments, examples/trifiller …
caca.pc.in 249 bytes 3647   4 years sam Add -lz to Libs.private for static linking.
caca_conio.c 11.5 KB 3607   4 years sam Implement conio.h functions cgets(), cputs(), getpass(), movetext(), …
caca_conio.h 4.7 KB 3608   4 years sam Include <stdio.h> in caca_conio.h to avoid errors when this header is …
caca_debug.h 1000 bytes 3904   4 years sam Move debugging methods to caca_debug.h.
caca_internals.h 5.8 KB 3905   4 years sam Start working on profiling.
caca_prof.h 800 bytes 3905   4 years sam Start working on profiling.
caca_stubs.h 2.0 KB 3904   4 years sam Move debugging methods to caca_debug.h.
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.7 KB 3646   4 years sam Mark dithered bitmap array as const.
event.c 13.8 KB 3619   4 years sam Better caca_get_event_mouse_button() documentation.
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.4 KB 3905   4 years sam Start working on profiling.
line.c 9.7 KB 2826   5 years sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
Makefile.am 2.7 KB 3905   4 years sam Start working on profiling.
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 11.1 KB 3926   4 years jylam * Make caca_fill_triangle_textured use less arguments, examples/trifiller …
  • 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.