# # ChangeLog for libcaca/trunk/examples/swallow.c # # Generated by Trac 1.2.2 # Jan 26, 2021, 11:56:00 PM Fri, 30 Nov 2007 23:48:39 GMT Sam Hocevar [2101] * libcaca/trunk/Makefile.am (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/examples (added) * libcaca/trunk/examples/.gitignore (moved) * libcaca/trunk/examples/Makefile.am (moved) * libcaca/trunk/examples/blit.c (moved) * libcaca/trunk/examples/colors.c (moved) * libcaca/trunk/examples/cucul.c (moved) * libcaca/trunk/examples/demo.c (moved) * libcaca/trunk/examples/demo0.c (moved) * libcaca/trunk/examples/dithering.c (moved) * libcaca/trunk/examples/event.c (moved) * libcaca/trunk/examples/export.c (moved) * libcaca/trunk/examples/font.c (moved) * libcaca/trunk/examples/font2tga.c (moved) * libcaca/trunk/examples/frames.c (moved) * libcaca/trunk/examples/fullwidth.c (moved) * libcaca/trunk/examples/gamma.c (moved) * libcaca/trunk/examples/hsv.c (moved) * libcaca/trunk/examples/import.c (moved) * libcaca/trunk/examples/input.c (moved) * libcaca/trunk/examples/spritedit.c (moved) * libcaca/trunk/examples/swallow.c (moved) * libcaca/trunk/examples/text.c (moved) * libcaca/trunk/examples/transform.c (moved) * libcaca/trunk/examples/truecolor.c (moved) * libcaca/trunk/examples/unicode.c (moved) * Rename "test" to "examples". The former will become a real ... Sun, 25 Nov 2007 11:11:54 GMT Sam Hocevar [2049] * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/caca0.c (modified) * libcaca/trunk/caca/caca_internals.h (modified) * libcaca/trunk/caca/driver_conio.c (modified) * libcaca/trunk/caca/driver_gl.c (modified) * libcaca/trunk/caca/driver_ncurses.c (modified) * libcaca/trunk/caca/driver_raw.c (modified) * libcaca/trunk/caca/driver_slang.c (modified) * libcaca/trunk/caca/driver_vga.c (modified) * libcaca/trunk/caca/driver_win32.c (modified) * libcaca/trunk/caca/driver_x11.c (modified) * libcaca/trunk/caca/event.c (modified) * libcaca/trunk/src/aafire.c (modified) * libcaca/trunk/src/cacademo.c (modified) * libcaca/trunk/src/cacadraw.c (modified) * libcaca/trunk/src/cacaplay.c (modified) * libcaca/trunk/src/cacaview.c (modified) * libcaca/trunk/test/demo.c (modified) * libcaca/trunk/test/event.c (modified) * libcaca/trunk/test/gamma.c (modified) * libcaca/trunk/test/input.c (modified) * libcaca/trunk/test/spritedit.c (modified) * libcaca/trunk/test/swallow.c (modified) * Made the caca_event_t structure opaque and created a whole bunch of ...