Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Sam Hocevar 9ee841240f Implement conio.h's getche() and move cursor to top right corner after pirms 15 gadiem
..
codec Coding style: remove tabs and trailing spaces. pirms 15 gadiem
driver Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and pirms 15 gadiem
.gitignore .gitignore: ignore caca_types.h. pirms 16 gadiem
Makefile.am Start implementing a full <conio.h> replacement with a libcaca backend. pirms 15 gadiem
attr.c Allow to temporarily disable dirty rectangle handling. This allows for huge pirms 15 gadiem
box.c Show how we could optimise dirty rectangle handling in a box fill. Disabled pirms 15 gadiem
caca.c Add a null driver that does absolutely nothing. pirms 15 gadiem
caca.h Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and pirms 15 gadiem
caca.pc.in libcaca: fix an infinite loop in the .pc file. pirms 16 gadiem
caca0.c Add caca_export_area_to_memory() to export only a selected part of the pirms 15 gadiem
caca0.h Properly export legacy 0.9 symbols. pirms 16 gadiem
caca_conio.c Implement conio.h's getche() and move cursor to top right corner after pirms 15 gadiem
caca_conio.h Add sound(), nosound() and delay() to the conio.h emulation. Even though pirms 15 gadiem
caca_internals.h Allow to temporarily disable dirty rectangle handling. This allows for huge pirms 15 gadiem
caca_stubs.h Move stubs.h to caca/caca_stubs.h since it's only used by the library. pirms 16 gadiem
caca_types.h.in Fixed libcaca and the Visual Studio solution so that it works pirms 15 gadiem
canvas.c I forgot to initialise dirty_disabled in the canvas constructor. pirms 15 gadiem
charset.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
conic.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
dirty.c Allow to temporarily disable dirty rectangle handling. This allows for huge pirms 15 gadiem
dither.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
event.c Increased the autorepeat delay in the ncurses and SLang drivers. Now that pirms 15 gadiem
figfont.c Coding style: remove tabs and trailing spaces. pirms 15 gadiem
file.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
font.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
frame.c Allow to temporarily disable dirty rectangle handling. This allows for huge pirms 15 gadiem
graphics.c Do not smooth the render time; the calling application can do it. pirms 15 gadiem
legacy.c Add caca_export_area_to_memory() to export only a selected part of the pirms 15 gadiem
libcaca.def Reorganise MSVC files so that each project is with its source code. pirms 16 gadiem
libcaca.vcproj Update the Win32 and Win64 ports. pirms 15 gadiem
line.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem
mono9.data Added new Unicode blocks to the built-in font. pirms 15 gadiem
monobold12.data Added new Unicode blocks to the built-in font. pirms 15 gadiem
string.c Make caca_printf(), caca_vprintf() and caca_put_str() return the number of pirms 15 gadiem
time.c * Remove all unsigned ints from exported functions. Signed arithmetic is pirms 16 gadiem
transform.c * Fix a segfault in rotate_180 on 0 sized canvas pirms 15 gadiem
triangle.c Continue the libcaca/libcucul merge. Source and binary compatibility pirms 16 gadiem