選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Sam Hocevar 7ebd74e3ee Fix an unlikely crash that may happen when the X server cannot open 16年前
..
codec Fix Win32 cross-build by removing one level of aliasing. 16年前
driver Fix an unlikely crash that may happen when the X server cannot open 16年前
.gitignore .gitignore: ignore caca_types.h. 17年前
Makefile.am Start working on profiling. 16年前
attr.c Allow to temporarily disable dirty rectangle handling. This allows for huge 16年前
box.c Show how we could optimise dirty rectangle handling in a box fill. Disabled 16年前
caca.c Add a null driver that does absolutely nothing. 16年前
caca.h * Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized 16年前
caca.pc.in Add -lz to Libs.private for static linking. 16年前
caca0.c Add caca_export_area_to_memory() to export only a selected part of the 16年前
caca0.h Make the libcaca color values an enum again. 16年前
caca_conio.c Implement conio.h functions cgets(), cputs(), getpass(), movetext(), 16年前
caca_conio.h Include <stdio.h> in caca_conio.h to avoid errors when this header is 16年前
caca_debug.h Move debugging methods to caca_debug.h. 16年前
caca_internals.h Start working on profiling. 16年前
caca_prof.h Start working on profiling. 16年前
caca_stubs.h Move debugging methods to caca_debug.h. 16年前
caca_types.h.in Fixed libcaca and the Visual Studio solution so that it works 16年前
canvas.c I forgot to initialise dirty_disabled in the canvas constructor. 16年前
charset.c Continue the libcaca/libcucul merge. Source and binary compatibility 17年前
conic.c Continue the libcaca/libcucul merge. Source and binary compatibility 17年前
dirty.c Allow to temporarily disable dirty rectangle handling. This allows for huge 16年前
dither.c Mark dithered bitmap array as const. 16年前
event.c Better caca_get_event_mouse_button() documentation. 16年前
figfont.c Coding style: remove tabs and trailing spaces. 16年前
file.c Continue the libcaca/libcucul merge. Source and binary compatibility 17年前
font.c Continue the libcaca/libcucul merge. Source and binary compatibility 17年前
frame.c Allow to temporarily disable dirty rectangle handling. This allows for huge 16年前
graphics.c Do not smooth the render time; the calling application can do it. 16年前
legacy.c Add caca_export_area_to_memory() to export only a selected part of the 16年前
libcaca.def Reorganise MSVC files so that each project is with its source code. 17年前
libcaca.vcproj Start working on profiling. 16年前
line.c Continue the libcaca/libcucul merge. Source and binary compatibility 17年前
mono9.data Added new Unicode blocks to the built-in font. 17年前
monobold12.data Added new Unicode blocks to the built-in font. 17年前
string.c Make caca_printf(), caca_vprintf() and caca_put_str() return the number of 16年前
time.c * Remove all unsigned ints from exported functions. Signed arithmetic is 17年前
transform.c * Fix a segfault in rotate_180 on 0 sized canvas 16年前
triangle.c * Don't use float as loop counters 16年前