Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Sam Hocevar bef81f8ea7 Mark dithered bitmap array as const. před 15 roky
..
codec Fix Win32 cross-build by removing one level of aliasing. před 15 roky
driver Fix a typo in the VGA driver. před 15 roky
.gitignore .gitignore: ignore caca_types.h. před 16 roky
Makefile.am Start implementing a full <conio.h> replacement with a libcaca backend. před 15 roky
attr.c Allow to temporarily disable dirty rectangle handling. This allows for huge před 15 roky
box.c Show how we could optimise dirty rectangle handling in a box fill. Disabled před 15 roky
caca.c Add a null driver that does absolutely nothing. před 15 roky
caca.h Mark dithered bitmap array as const. před 15 roky
caca.pc.in libcaca: fix an infinite loop in the .pc file. před 16 roky
caca0.c Add caca_export_area_to_memory() to export only a selected part of the před 15 roky
caca0.h Make the libcaca color values an enum again. před 15 roky
caca_conio.c Implement conio.h functions cgets(), cputs(), getpass(), movetext(), před 15 roky
caca_conio.h Include <stdio.h> in caca_conio.h to avoid errors when this header is před 15 roky
caca_internals.h Allow to temporarily disable dirty rectangle handling. This allows for huge před 15 roky
caca_stubs.h Move stubs.h to caca/caca_stubs.h since it's only used by the library. před 16 roky
caca_types.h.in Fixed libcaca and the Visual Studio solution so that it works před 15 roky
canvas.c I forgot to initialise dirty_disabled in the canvas constructor. před 15 roky
charset.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky
conic.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky
dirty.c Allow to temporarily disable dirty rectangle handling. This allows for huge před 15 roky
dither.c Mark dithered bitmap array as const. před 15 roky
event.c Better caca_get_event_mouse_button() documentation. před 15 roky
figfont.c Coding style: remove tabs and trailing spaces. před 15 roky
file.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky
font.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky
frame.c Allow to temporarily disable dirty rectangle handling. This allows for huge před 15 roky
graphics.c Do not smooth the render time; the calling application can do it. před 15 roky
legacy.c Add caca_export_area_to_memory() to export only a selected part of the před 15 roky
libcaca.def Reorganise MSVC files so that each project is with its source code. před 16 roky
libcaca.vcproj Add the conio examples to the Visual Studio solution. před 15 roky
line.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky
mono9.data Added new Unicode blocks to the built-in font. před 15 roky
monobold12.data Added new Unicode blocks to the built-in font. před 15 roky
string.c Make caca_printf(), caca_vprintf() and caca_put_str() return the number of před 15 roky
time.c * Remove all unsigned ints from exported functions. Signed arithmetic is před 16 roky
transform.c * Fix a segfault in rotate_180 on 0 sized canvas před 15 roky
triangle.c Continue the libcaca/libcucul merge. Source and binary compatibility před 16 roky