# # ChangeLog for libcaca # # Generated by Trac 1.2.2 # Jan 22, 2021, 8:30:25 AM Sun, 11 Jan 2015 12:37:16 GMT Sam Hocevar [4891] * libcaca/trunk/AUTHORS (deleted) * libcaca/trunk/COPYING (deleted) * libcaca/trunk/COPYING.GPL (deleted) * libcaca/trunk/COPYING.ISC (deleted) * libcaca/trunk/COPYING.LGPL (deleted) * libcaca/trunk/ChangeLog (deleted) * libcaca/trunk/Makefile.am (deleted) * libcaca/trunk/NEWS (deleted) * libcaca/trunk/NOTES (deleted) * libcaca/trunk/README (modified) * libcaca/trunk/THANKS (deleted) * libcaca/trunk/XCode (deleted) * libcaca/trunk/bootstrap (deleted) * libcaca/trunk/build-dos (deleted) * libcaca/trunk/build-kernel (deleted) * libcaca/trunk/build-win32 (deleted) * libcaca/trunk/build-win64 (deleted) * libcaca/trunk/caca (deleted) * libcaca/trunk/caca-config.in (deleted) * libcaca/trunk/caca-php (deleted) * libcaca/trunk/caca-sharp (deleted) * libcaca/trunk/configure.ac (deleted) * libcaca/trunk/cxx (deleted) * libcaca/trunk/doc (deleted) * libcaca/trunk/examples (deleted) * libcaca/trunk/java (deleted) * libcaca/trunk/kernel (deleted) * libcaca/trunk/libcaca.sln (deleted) * libcaca/trunk/libcaca.spec (deleted) * libcaca/trunk/perl (deleted) * libcaca/trunk/python (deleted) * libcaca/trunk/ruby (deleted) * libcaca/trunk/src (deleted) * libcaca/trunk/test (deleted) * libcaca/trunk/tools (deleted) * libcaca/trunk/win32 (deleted) Move libcaca to GitHub: https://github.com/cacalabs/libcaca Mon, 02 Jun 2014 20:35:34 GMT Sam Hocevar [4878] * libcaca/trunk/doc/doxygen.cfg.in (modified) doc: update for doxygen 1.8.7. Mon, 02 Jun 2014 20:35:26 GMT Sam Hocevar [4877] * libcaca/trunk/doc/doxygen.cfg.in (modified) doc: update the Doxygen configuration file. Fri, 16 May 2014 16:48:56 GMT Sam Hocevar [4876] * libcaca/trunk/bootstrap (modified) * libcaca/trunk/caca/attr.c (modified) * libcaca/trunk/caca/codec/codec.h (modified) * libcaca/trunk/caca/codec/import.c (modified) * libcaca/trunk/caca/codec/text.c (modified) * libcaca/trunk/caca/driver/ncurses.c (modified) * libcaca/trunk/caca/driver/x11.c (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/examples/conio.c (modified) * libcaca/trunk/ruby/caca-canvas.c (modified) * libcaca/trunk/src/cacaserver.c (modified) * libcaca/trunk/tools/sortchars.c (modified) misc: some source code cleanup. Mon, 16 Sep 2013 07:24:45 GMT Pascal Terjan [4872] * libcaca/trunk/ruby/caca-canvas.c (modified) Fill in the correct array (coverity) Sun, 15 Sep 2013 21:35:35 GMT Pascal Terjan [4871] * libcaca/trunk/examples/conio.c (modified) Test limits before accessing the array (coverity) Sun, 15 Sep 2013 21:35:28 GMT Pascal Terjan [4870] * libcaca/trunk/tools/sortchars.c (modified) Fix 2 buffers leaking even if we exist just afterwards (coverity) Sun, 15 Sep 2013 21:35:10 GMT Pascal Terjan [4869] * libcaca/trunk/src/cacaserver.c (modified) Don't leak fd when malloc fails (coverity) Sun, 11 Aug 2013 20:32:59 GMT Sam Hocevar [4867] * libcaca/trunk/caca/attr.c (modified) attr: fix a very old bug in caca_attr_to_ansi_fg. Sat, 30 Mar 2013 18:39:42 GMT Sam Hocevar [4865] * libcaca/trunk/caca/codec/codec.h (modified) * libcaca/trunk/caca/codec/import.c (modified) codec: add import code for .BIN binary ANSI files. Sat, 30 Mar 2013 09:47:09 GMT Sam Hocevar [4864] * libcaca/trunk/caca/codec/text.c (modified) codec: fix \t handling in the text importer. Fri, 08 Feb 2013 19:32:52 GMT Alex Foulon [4863] * libcaca/trunk/caca/driver/ncurses.c (modified) Fixed character attribute in ncurses driver. Mon, 04 Feb 2013 22:26:00 GMT Alex Foulon [4862] * libcaca/trunk/caca/driver/x11.c (modified) Fixed typo in driver/x11.c. Fri, 28 Dec 2012 17:50:32 GMT Sam Hocevar [4859] * libcaca/trunk/COPYING (modified) * libcaca/trunk/bootstrap (modified) * libcaca/trunk/caca-php/caca.php (modified) * libcaca/trunk/caca-php/examples/cacainfo.php (modified) * libcaca/trunk/caca-php/examples/cacapig.php (modified) * libcaca/trunk/caca-php/examples/colors.php (modified) * libcaca/trunk/caca-php/examples/demo.php (modified) * libcaca/trunk/caca-php/examples/dithering.php (modified) * libcaca/trunk/caca-php/examples/export.php (modified) * libcaca/trunk/caca-php/examples/figfont.php (modified) * libcaca/trunk/caca-php/examples/fullwidth.php (modified) * libcaca/trunk/caca-php/examples/img2txt.php (modified) * libcaca/trunk/caca-php/examples/import.php (modified) * libcaca/trunk/caca-php/examples/polyline.php (modified) * libcaca/trunk/caca-php/examples/test.php (modified) * libcaca/trunk/caca-php/examples/text.php (modified) * libcaca/trunk/caca-php/examples/transform.php (modified) * libcaca/trunk/caca-php/examples/truecolor.php (modified) * libcaca/trunk/caca-php/examples/unicode.php (modified) * libcaca/trunk/caca-php/examples/www/cacainfo.php (modified) * libcaca/trunk/caca-php/examples/www/colors.php (modified) * libcaca/trunk/caca-php/examples/www/dithering.php (modified) * libcaca/trunk/caca-php/examples/www/export.php (modified) * libcaca/trunk/caca-php/examples/www/figlet.php (modified) * libcaca/trunk/caca-php/examples/www/fullwidth.php (modified) * libcaca/trunk/caca-php/examples/www/img2txt.php (modified) * libcaca/trunk/caca-php/examples/www/import.php (modified) * libcaca/trunk/caca-php/examples/www/text.php (modified) * libcaca/trunk/caca-php/examples/www/transform.php (modified) * libcaca/trunk/caca-php/examples/www/truecolor.php (modified) * libcaca/trunk/caca-php/examples/www/unicode.php (modified) * libcaca/trunk/caca-php/php_caca.c (modified) * libcaca/trunk/caca-php/php_caca.h (modified) * libcaca/trunk/caca-sharp/AssemblyInfo.cs (modified) * libcaca/trunk/caca-sharp/Attr.cs (modified) * libcaca/trunk/caca-sharp/Caca.cs (modified) * libcaca/trunk/caca-sharp/Canvas.cs (modified) * libcaca/trunk/caca-sharp/Display.cs (modified) * libcaca/trunk/caca-sharp/Dither.cs (modified) * libcaca/trunk/caca-sharp/Event.cs (modified) * libcaca/trunk/caca-sharp/Font.cs (modified) * libcaca/trunk/caca-sharp/test.cs (modified) * libcaca/trunk/caca/attr.c (modified) * libcaca/trunk/caca/box.c (modified) * libcaca/trunk/caca/caca.c (modified) * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/caca0.c (modified) * libcaca/trunk/caca/caca0.h (modified) * libcaca/trunk/caca/caca_conio.c (modified) * libcaca/trunk/caca/caca_conio.h (modified) * libcaca/trunk/caca/caca_debug.h (modified) * libcaca/trunk/caca/caca_internals.h (modified) * libcaca/trunk/caca/caca_prof.h (modified) * libcaca/trunk/caca/caca_stubs.h (modified) * libcaca/trunk/caca/caca_types.h (modified) * libcaca/trunk/caca/canvas.c (modified) * libcaca/trunk/caca/charset.c (modified) * libcaca/trunk/caca/codec/codec.h (modified) * libcaca/trunk/caca/codec/export.c (modified) * libcaca/trunk/caca/codec/import.c (modified) * libcaca/trunk/caca/codec/text.c (modified) * libcaca/trunk/caca/conic.c (modified) * libcaca/trunk/caca/dirty.c (modified) * libcaca/trunk/caca/dither.c (modified) * libcaca/trunk/caca/driver/cocoa.m (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/null.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/caca/figfont.c (modified) * libcaca/trunk/caca/file.c (modified) * libcaca/trunk/caca/font.c (modified) * libcaca/trunk/caca/frame.c (modified) * libcaca/trunk/caca/getopt.c (modified) * libcaca/trunk/caca/graphics.c (modified) * libcaca/trunk/caca/legacy.c (modified) * libcaca/trunk/caca/line.c (modified) * libcaca/trunk/caca/prof.c (modified) * libcaca/trunk/caca/string.c (modified) * libcaca/trunk/caca/time.c (modified) * libcaca/trunk/caca/transform.c (modified) * libcaca/trunk/caca/triangle.c (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/cxx/caca++.cpp (modified) * libcaca/trunk/cxx/caca++.h (modified) * libcaca/trunk/cxx/cxxtest.cpp (modified) * libcaca/trunk/doc/cacafire.1 (modified) * libcaca/trunk/doc/libcaca.dox (modified) * libcaca/trunk/examples/blit.c (modified) * libcaca/trunk/examples/canvas.c (modified) * libcaca/trunk/examples/colors.c (modified) * libcaca/trunk/examples/demo.c (modified) * libcaca/trunk/examples/dithering.c (modified) * libcaca/trunk/examples/driver.c (modified) * libcaca/trunk/examples/event.c (modified) * libcaca/trunk/examples/export.c (modified) * libcaca/trunk/examples/figfont.c (modified) * libcaca/trunk/examples/font.c (modified) * libcaca/trunk/examples/font2tga.c (modified) * libcaca/trunk/examples/frames.c (modified) * libcaca/trunk/examples/fullwidth.c (modified) * libcaca/trunk/examples/gamma.c (modified) * libcaca/trunk/examples/hsv.c (modified) * libcaca/trunk/examples/import.c (modified) * libcaca/trunk/examples/input.c (modified) * libcaca/trunk/examples/mouse.c (modified) * libcaca/trunk/examples/spritedit.c (modified) * libcaca/trunk/examples/swallow.c (modified) * libcaca/trunk/examples/text.c (modified) * libcaca/trunk/examples/transform.c (modified) * libcaca/trunk/examples/trifiller.c (modified) * libcaca/trunk/examples/truecolor.c (modified) * libcaca/trunk/examples/unicode.c (modified) * libcaca/trunk/java/caca_java_common.c (modified) * libcaca/trunk/java/caca_java_common.h (modified) * libcaca/trunk/java/examples/Driver.java (modified) * libcaca/trunk/java/examples/TrueColor.java (modified) * libcaca/trunk/java/org/zoy/caca/Attribute.java (modified) * libcaca/trunk/java/org/zoy/caca/Caca.java (modified) * libcaca/trunk/java/org/zoy/caca/CacaException.java (modified) * libcaca/trunk/java/org/zoy/caca/CacaObject.java (modified) * libcaca/trunk/java/org/zoy/caca/Canvas.java (modified) * libcaca/trunk/java/org/zoy/caca/Color.java (modified) * libcaca/trunk/java/org/zoy/caca/Display.java (modified) * libcaca/trunk/java/org/zoy/caca/Dither.java (modified) * libcaca/trunk/java/org/zoy/caca/Event.java (modified) * libcaca/trunk/java/org/zoy/caca/Font.java (modified) * libcaca/trunk/java/org/zoy/caca/NativeObject.java (modified) * libcaca/trunk/java/org/zoy/caca/TimeoutException.java (modified) * libcaca/trunk/java/org_zoy_caca_Attribute.c (modified) * libcaca/trunk/java/org_zoy_caca_Caca.c (modified) * libcaca/trunk/java/org_zoy_caca_Canvas.c (modified) * libcaca/trunk/java/org_zoy_caca_Display.c (modified) * libcaca/trunk/java/org_zoy_caca_Dither.c (modified) * libcaca/trunk/java/org_zoy_caca_Event.c (modified) * libcaca/trunk/java/org_zoy_caca_Font.c (modified) * libcaca/trunk/kernel/boot/gdt.c (modified) * libcaca/trunk/kernel/boot/idt.c (modified) * libcaca/trunk/kernel/boot/interruptions.c (modified) * libcaca/trunk/kernel/boot/pic.c (modified) * libcaca/trunk/kernel/boot/stage2.c (modified) * libcaca/trunk/kernel/boot/stage2.h (modified) * libcaca/trunk/kernel/drivers/floppy.c (modified) * libcaca/trunk/kernel/drivers/floppy.h (modified) * libcaca/trunk/kernel/drivers/keyboard.c (modified) * libcaca/trunk/kernel/drivers/memory.c (modified) * libcaca/trunk/kernel/drivers/memory.h (modified) * libcaca/trunk/kernel/drivers/processor.c (modified) * libcaca/trunk/kernel/drivers/processor.h (modified) * libcaca/trunk/kernel/drivers/timer.c (modified) * libcaca/trunk/kernel/drivers/timer.h (modified) * libcaca/trunk/kernel/kernel.c (modified) * libcaca/trunk/kernel/kernel.h (modified) * libcaca/trunk/kernel/klibc.c (modified) * libcaca/trunk/kernel/klibc.h (modified) * libcaca/trunk/python/caca/__init__.py (modified) * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/caca/common.py (modified) * libcaca/trunk/python/caca/display.py (modified) * libcaca/trunk/python/caca/dither.py (modified) * libcaca/trunk/python/caca/font.py (modified) * libcaca/trunk/python/examples/blit.py (modified) * libcaca/trunk/python/examples/cacainfo.py (modified) * libcaca/trunk/python/examples/colors.py (modified) * libcaca/trunk/python/examples/drawing.py (modified) * libcaca/trunk/python/examples/driver.py (modified) * libcaca/trunk/python/examples/event.py (modified) * libcaca/trunk/python/examples/figfont.py (modified) * libcaca/trunk/python/examples/font.py (modified) * libcaca/trunk/python/examples/frames.py (modified) * libcaca/trunk/python/examples/gol.py (modified) * libcaca/trunk/python/examples/img2txt.py (modified) * libcaca/trunk/python/examples/text.py (modified) * libcaca/trunk/python/test/__init__.py (modified) * libcaca/trunk/python/test/canvas.py (modified) * libcaca/trunk/ruby/caca-canvas.c (modified) * libcaca/trunk/ruby/caca-canvas.h (modified) * libcaca/trunk/ruby/caca-display.c (modified) * libcaca/trunk/ruby/caca-display.h (modified) * libcaca/trunk/ruby/caca-dither.c (modified) * libcaca/trunk/ruby/caca-dither.h (modified) * libcaca/trunk/ruby/caca-event.c (modified) * libcaca/trunk/ruby/caca-event.h (modified) * libcaca/trunk/ruby/caca-font.c (modified) * libcaca/trunk/ruby/caca-font.h (modified) * libcaca/trunk/ruby/caca.c (modified) * libcaca/trunk/ruby/common.h (modified) * libcaca/trunk/src/cacaclock.c (modified) * libcaca/trunk/src/cacademo.c (modified) * libcaca/trunk/src/cacadraw.c (modified) * libcaca/trunk/src/cacaplay.c (modified) * libcaca/trunk/src/cacaserver.c (modified) * libcaca/trunk/src/cacaview.c (modified) * libcaca/trunk/src/common-image.c (modified) * libcaca/trunk/src/common-image.h (modified) * libcaca/trunk/src/img2txt.c (modified) * libcaca/trunk/src/texture.h (modified) * libcaca/trunk/test/bench.c (modified) * libcaca/trunk/test/caca-test.cpp (modified) * libcaca/trunk/test/canvas.cpp (modified) * libcaca/trunk/test/dirty.cpp (modified) * libcaca/trunk/test/driver.cpp (modified) * libcaca/trunk/test/export.cpp (modified) * libcaca/trunk/test/simple.c (modified) * libcaca/trunk/tools/makefont.c (modified) * libcaca/trunk/tools/optipal.c (modified) * libcaca/trunk/tools/sortchars.c (modified) build: fix the WTFPL homepage and copyright information. Sun, 18 Nov 2012 18:34:14 GMT Sam Hocevar [4852] * libcaca/trunk/THANKS (modified) * libcaca/trunk/caca/driver/win32.c (modified) win32: improvements to the Win32 driver by Bastian Märkisch ... Sun, 18 Nov 2012 17:54:57 GMT Sam Hocevar [4851] * libcaca/trunk/caca/string.c (modified) * libcaca/trunk/test/canvas.cpp (modified) string: avoid an infinite loop with some invalid UTF-8 sequences, and ... Sun, 18 Nov 2012 17:54:50 GMT Sam Hocevar [4850] * libcaca/trunk/caca/attr.c (modified) * libcaca/trunk/ruby/caca-canvas.c (modified) * libcaca/trunk/ruby/caca-dither.c (modified) * libcaca/trunk/ruby/caca-font.c (modified) build: fix copyright date in old files. Sun, 18 Nov 2012 17:54:41 GMT Sam Hocevar [4849] * libcaca/trunk/configure.ac (modified) build: make the build process less verbose. Sun, 18 Nov 2012 17:54:35 GMT Sam Hocevar [4848] * libcaca/trunk/examples/canvas.c (modified) examples: fix a potential buffer overflow in the canvas example, ... Sun, 18 Nov 2012 17:54:27 GMT Sam Hocevar [4847] * libcaca/trunk/caca/file.c (modified) * libcaca/trunk/src/cacaplay.c (modified) * libcaca/trunk/tools/makefont.c (modified) misc: fix a few memory leaks and invalid memory accesses. Tue, 06 Nov 2012 21:02:55 GMT Pascal Terjan [4846] * libcaca/trunk/ruby/caca-canvas.c (modified) * libcaca/trunk/ruby/caca-display.c (modified) * libcaca/trunk/ruby/caca-dither.c (modified) * libcaca/trunk/ruby/caca-font.c (modified) Allow building with -Werror=format-security Thu, 01 Nov 2012 20:18:08 GMT Pascal Terjan [4845] * libcaca/trunk/ruby/caca-canvas.c (modified) * libcaca/trunk/ruby/caca-dither.c (modified) Use macros to access len, needed for ruby 1.9 Thu, 01 Nov 2012 20:17:46 GMT Pascal Terjan [4844] * libcaca/trunk/configure.ac (modified) Use mkmf to get flags, needed for ruby 1.9 Mon, 22 Oct 2012 09:51:55 GMT Sam Hocevar [4843] * libcaca/trunk/caca/attr.c (modified) core: fix a mistake in the caca_set_color_ansi() documentation. Sun, 21 Oct 2012 22:29:42 GMT Sam Hocevar [4842] * libcaca/trunk/bootstrap (modified) * libcaca/trunk/caca/caca.h (modified) build: fix the OS X and Clang builds. Sun, 09 Sep 2012 15:00:05 GMT Sam Hocevar [4840] * libcaca/trunk/caca/string.c (modified) string: fix a potential memory corruption with caca_printf() calls ... Mon, 09 Jul 2012 00:04:39 GMT Sam Hocevar [4825] * libcaca/trunk/doc/doxygen.cfg.in (modified) doc: hide "__extern" from the final documentation. Tue, 26 Jun 2012 22:41:16 GMT Sam Hocevar [4824] * libcaca/trunk/caca/figfont.c (modified) figfont: fix uninitialised data access. Sun, 17 Jun 2012 14:05:44 GMT Sam Hocevar [4823] * libcaca/trunk/caca/canvas.c (modified) * libcaca/trunk/caca/figfont.c (modified) * libcaca/trunk/caca/string.c (modified) * libcaca/trunk/caca/time.c (modified) build: ship a weak symbol for vsnprintf, too, because our weak symbol ... Sun, 17 Jun 2012 12:36:30 GMT Sam Hocevar [4822] * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/canvas.c (modified) * libcaca/trunk/caca/figfont.c (modified) * libcaca/trunk/caca/string.c (modified) win32: define a custom sprintf_s() weak symbol. The VS2010 runtime ... Sun, 17 Jun 2012 12:36:22 GMT Sam Hocevar [4821] * libcaca/trunk/build-win32 (modified) * libcaca/trunk/build-win64 (modified) build: install the static libraries as caca.lib, not libcaca.lib. Sun, 17 Jun 2012 12:36:15 GMT Sam Hocevar [4820] * libcaca/trunk/configure.ac (modified) * libcaca/trunk/src/Makefile.am (modified) build: disable subdir-objects option because it makes the distclean ... Sun, 17 Jun 2012 11:05:16 GMT Sam Hocevar [4819] * libcaca/trunk/caca/string.c (modified) * libcaca/trunk/configure.ac (modified) build: switch to subdir objects and fix copyright information in ... Wed, 13 Jun 2012 11:34:11 GMT Sam Hocevar [4818] * libcaca/trunk/caca/caca.h (modified) caca: allow to define the CACA_STATIC macro to deactivate dllimport ... Wed, 13 Jun 2012 11:32:42 GMT Sam Hocevar [4817] * libcaca/trunk/caca/figfont.c (modified) * libcaca/trunk/caca/string.c (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/win32/config.h (modified) win32: use sprintf_s and vsnprintf_s on Windows, so that our static ... Wed, 13 Jun 2012 11:32:35 GMT Sam Hocevar [4816] * libcaca/trunk/configure.ac (modified) build: use RbConfig instead of Config in the Ruby checks. Wed, 13 Jun 2012 00:01:12 GMT Sam Hocevar [4815] * libcaca/trunk/Makefile.am (modified) * libcaca/trunk/build-win32 (modified) * libcaca/trunk/build-win64 (copied) * libcaca/trunk/caca/caca.h (modified) build: fix Win32 build and allow to build Win64 binaries from Linux, ... Wed, 13 Jun 2012 00:01:06 GMT Sam Hocevar [4814] * libcaca/trunk/caca/Makefile.am (modified) * libcaca/trunk/cxx/Makefile.am (modified) * libcaca/trunk/doc/Makefile.am (modified) build: no longer create symlinks for old libcucul stuff; it's really ... Mon, 11 Jun 2012 13:39:22 GMT Sam Hocevar [4812] * libcaca/trunk/.gitignore (modified) * libcaca/trunk/bootstrap (modified) * libcaca/trunk/caca/figfont.c (modified) * libcaca/trunk/caca/libcaca.vcxproj.filters (added) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/libcaca.sln (modified) build: fix the Visual Studio compilation, remove old solution ... Mon, 11 Jun 2012 11:50:16 GMT Sam Hocevar [4811] * libcaca/trunk/.gitignore (modified) build: add ignore entries for Visual Studio crap. Fri, 06 Apr 2012 20:42:57 GMT Sam Hocevar [4807] * libcaca/trunk/ChangeLog (modified) * libcaca/trunk/NEWS (modified) * libcaca/trunk/configure.ac (modified) release: libcaca 0.99.beta18 Fri, 06 Apr 2012 20:30:22 GMT Sam Hocevar [4806] * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/caca_internals.h (modified) * libcaca/trunk/caca/driver/ncurses.c (modified) * libcaca/trunk/caca/driver/x11.c (modified) * libcaca/trunk/caca/figfont.c (modified) * libcaca/trunk/ruby/caca-display.c (modified) * libcaca/trunk/src/cacaclock.c (modified) build: fix copyright information. Fri, 06 Apr 2012 20:30:16 GMT Sam Hocevar [4805] * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/figfont.c (modified) figfont: support setting the canvas width and smushing mode from the ... Fri, 06 Apr 2012 20:30:09 GMT Sam Hocevar [4804] * libcaca/trunk/caca/Makefile.am (modified) * libcaca/trunk/cxx/Makefile.am (modified) * libcaca/trunk/src/Makefile.am (modified) build: fix "make dist", which was broken because of the vcproj -> ... Fri, 06 Apr 2012 18:42:05 GMT Sam Hocevar [4803] * libcaca/trunk/caca/figfont.c (modified) figfont: stick the source canvas's width, if specified. Fri, 13 Jan 2012 20:17:01 GMT Alex Foulon [4802] * libcaca/trunk/python/caca/__init__.py (modified) * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/caca/common.py (modified) * libcaca/trunk/python/caca/display.py (modified) * libcaca/trunk/python/caca/dither.py (modified) * libcaca/trunk/python/caca/font.py (modified) * libcaca/trunk/python/examples/blit.py (modified) * libcaca/trunk/python/examples/colors.py (modified) * libcaca/trunk/python/examples/drawing.py (modified) * libcaca/trunk/python/examples/driver.py (modified) * libcaca/trunk/python/examples/event.py (modified) * libcaca/trunk/python/examples/figfont.py (modified) * libcaca/trunk/python/examples/font.py (modified) * libcaca/trunk/python/examples/frames.py (modified) * libcaca/trunk/python/examples/gol.py (modified) * libcaca/trunk/python/examples/text.py (modified) * libcaca/trunk/python/setup.py (modified) * libcaca/trunk/python/test/__init__.py (modified) * libcaca/trunk/python/test/canvas.py (modified) Add support for python3 to python bindings. Wed, 11 Jan 2012 18:00:16 GMT Alex Foulon [4801] * libcaca/trunk/python/setup.py (modified) * libcaca/trunk/python/test (added) * libcaca/trunk/python/test/__init__.py (added) * libcaca/trunk/python/test/canvas.py (added) Add unittest for canvas module. Wed, 11 Jan 2012 15:44:37 GMT Alex Foulon [4800] * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/src/cacaclock.c (modified) Drop tabs and trailing spaces. Wed, 11 Jan 2012 15:21:35 GMT Alex Foulon [4799] * libcaca/trunk/Makefile.am (modified) * libcaca/trunk/python/Makefile.am (modified) Add check-source rule for python files. Wed, 11 Jan 2012 15:21:29 GMT Alex Foulon [4798] * libcaca/trunk/test/check-source (modified) Fixed wildcard for python and perl extension. Wed, 11 Jan 2012 15:21:23 GMT Alex Foulon [4797] * libcaca/trunk/.gitignore (modified) Add cacaclock demo and python binaries to git ignore list. Sun, 21 Aug 2011 15:09:52 GMT Pascal Terjan [4787] * libcaca/trunk/src/cacaclock.c (modified) Drop trailing spaces Sun, 21 Aug 2011 15:06:30 GMT Pascal Terjan [4786] * libcaca/trunk/ruby/caca-display.c (modified) * libcaca/trunk/ruby/t/tc_display.rb (modified) Add set_cursor to the ruby binding (patch from Tony Miller ... Tue, 29 Mar 2011 20:18:16 GMT Sam Hocevar [4780] * libcaca/trunk/caca/driver/ncurses.c (modified) ncurses: if terminal doesn't support curs_set(2), try curs_set(1). Sun, 06 Mar 2011 10:03:03 GMT Jean-Yves Lamoureux [4779] * libcaca/trunk/src/cacaclock.c (modified) * Updated help Sun, 06 Mar 2011 08:18:46 GMT Jean-Yves Lamoureux [4778] * libcaca/trunk/src/cacaclock.c (modified) * Removed unused variable Sun, 06 Mar 2011 08:17:14 GMT Jean-Yves Lamoureux [4777] * libcaca/trunk/XCode/libcacaXCode.xcodeproj/project.pbxproj (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/src/cacaclock.c (modified) * Added command line parsing (--dateformat, --font, --help, ... Sat, 05 Mar 2011 17:26:35 GMT Alex Foulon [4776] * libcaca/trunk/python/caca/canvas.py (modified) * Handles error messages from libcaca and ctypes with CanvasError ... Fri, 04 Mar 2011 17:26:35 GMT Jean-Yves Lamoureux [4775] * libcaca/trunk/src/cacaclock.c (modified) * Added width/height fetch Fri, 04 Mar 2011 16:45:10 GMT Alex Foulon [4774] * libcaca/trunk/python/caca/common.py (modified) * Fixed utf32_to_utf8 function. Fri, 04 Mar 2011 11:03:21 GMT Jean-Yves Lamoureux [4773] * libcaca/trunk/src/Makefile.am (modified) * libcaca/trunk/src/cacaclock.c (added) * Added preliminary cacaclock, a continuous clock Sat, 19 Feb 2011 13:11:34 GMT Alex Foulon [4772] * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/examples/figfont.py (modified) * Make mask an optional argument for Canvas.blit method. * Drawing ... Fri, 18 Feb 2011 19:03:44 GMT Alex Foulon [4771] * libcaca/trunk/python/caca/canvas.py (modified) * method Canvas.put_char now handle utf8 char. Sun, 13 Feb 2011 19:07:20 GMT Alex Foulon [4770] * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/caca/font.py (modified) * libcaca/trunk/python/examples/font.py (added) * Bind font functions. * Bind caca_render_canvas function. * Add ... Sun, 13 Feb 2011 16:39:13 GMT Alex Foulon [4769] * libcaca/trunk/python/caca/display.py (modified) * Fix get_key_utf8 method, return python string with utf8 char now. Sun, 13 Feb 2011 13:12:28 GMT Sam Hocevar [4767] * libcaca/trunk/caca/driver/x11.c (modified) Fix a bug in our Xutf8LookupString() usage. Sun, 13 Feb 2011 12:48:50 GMT Sam Hocevar [4766] * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/caca_internals.h (modified) * libcaca/trunk/caca/figfont.c (modified) Rename figfont into charfont. We will support far more than figfonts ... Sat, 13 Nov 2010 12:23:52 GMT Alex Foulon [4712] * libcaca/trunk/python/Makefile.am (modified) * libcaca/trunk/python/examples/colors.py (added) * libcaca/trunk/python/examples/driver.py (added) * libcaca/trunk/python/examples/event.py (added) * Add examples: colors, driver and event. Thu, 11 Nov 2010 11:36:52 GMT Alex Foulon [4711] * libcaca/trunk/python/examples/blit.py (added) * libcaca/trunk/python/examples/frames.py (added) * libcaca/trunk/python/examples/text.py (added) * Add examples: blit, frames and text. Thu, 11 Nov 2010 08:46:17 GMT Alex Foulon [4710] * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/examples/figfont.py (added) * Bind figfont functions * Add example figfont Mon, 08 Nov 2010 19:26:33 GMT Alex Foulon [4708] * libcaca/trunk/python/examples/img2txt.py (modified) * Convert RGB image to RGBA. Mon, 08 Nov 2010 19:20:12 GMT Alex Foulon [4707] * libcaca/trunk/python/caca/dither.py (modified) * Fix color mask order in Dither class. Mon, 08 Nov 2010 13:21:30 GMT Alex Foulon [4706] * libcaca/trunk/python/Makefile.am (modified) * libcaca/trunk/python/examples/img2txt.py (added) * Add example: port of img2txt with python bindings. Sun, 07 Nov 2010 17:08:24 GMT Alex Foulon [4705] * libcaca/trunk/python/caca/dither.py (modified) * Bind dither functions Fri, 29 Oct 2010 15:52:51 GMT Jean-Yves Lamoureux [4702] * libcaca/trunk/doc/img2txt.1 (modified) * Fixed typo in img2txt doc (patch courtesy of Julien Danjou) * ... Tue, 12 Oct 2010 23:04:53 GMT Sam Hocevar [4689] * libcaca/trunk/caca/caca_types.h (modified) Fix the Win32 build: ssize_t was no longer defined. Tue, 12 Oct 2010 15:26:02 GMT Sam Hocevar [4688] * libcaca/trunk/caca-sharp/caca-sharp.csproj (modified) * libcaca/trunk/caca-sharp/test-csharp.csproj (modified) * libcaca/trunk/caca/libcaca.vcxproj (moved) * libcaca/trunk/cxx/libcaca++.vcxproj (moved) * libcaca/trunk/cxx/test-cxx.vcxproj (moved) * libcaca/trunk/examples/blit.vcxproj (moved) * libcaca/trunk/examples/colors.vcxproj (moved) * libcaca/trunk/examples/conio-snake.vcxproj (moved) * libcaca/trunk/examples/conio.vcxproj (moved) * libcaca/trunk/examples/demo.vcxproj (moved) * libcaca/trunk/examples/dithering.vcxproj (moved) * libcaca/trunk/examples/driver.vcxproj (moved) * libcaca/trunk/examples/event.vcxproj (moved) * libcaca/trunk/examples/font.vcxproj (moved) * libcaca/trunk/examples/frames.vcxproj (moved) * libcaca/trunk/examples/fullwidth.vcxproj (moved) * libcaca/trunk/examples/gamma.vcxproj (moved) * libcaca/trunk/examples/hsv.vcxproj (moved) * libcaca/trunk/examples/import.vcxproj (moved) * libcaca/trunk/examples/input.vcxproj (moved) * libcaca/trunk/examples/transform.vcxproj (moved) * libcaca/trunk/examples/truecolor.vcxproj (moved) * libcaca/trunk/examples/unicode.vcxproj (moved) * libcaca/trunk/libcaca.sln (modified) * libcaca/trunk/src/cacademo.vcxproj (moved) * libcaca/trunk/src/cacafire.vcxproj (moved) * libcaca/trunk/src/cacaview.vcxproj (moved) * libcaca/trunk/test/bench.vcxproj (moved) Convert stuff to Visual Studio 2010. It has ! Sat, 09 Oct 2010 09:58:00 GMT Sam Hocevar [4687] * libcaca/trunk/caca/caca_types.h (modified) Minor tuning to caca_types.h. Sat, 09 Oct 2010 09:43:25 GMT Sam Hocevar [4686] * libcaca/trunk/.gitignore (modified) * libcaca/trunk/caca/Makefile.am (modified) * libcaca/trunk/caca/caca_types.h (moved) * libcaca/trunk/caca/libcaca.vcproj (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/win32/Makefile.am (modified) * libcaca/trunk/win32/caca_types.h (deleted) Get rid of the build time generated caca_types.h. It sucked. Thu, 07 Oct 2010 21:33:47 GMT Sam Hocevar [4680] * libcaca/trunk/caca/Makefile.am (modified) * libcaca/trunk/src/Makefile.am (modified) Link libcaca with -lgnugetopt if necessary. Thu, 07 Oct 2010 21:33:42 GMT Sam Hocevar [4679] * libcaca/trunk/NEWS (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/win32/config.h (modified) Set version to 0.99beta18. Thu, 07 Oct 2010 21:33:36 GMT Sam Hocevar [4678] * libcaca/trunk/caca/transform.c (modified) Remove spurious tabs from source. Thu, 07 Oct 2010 21:03:34 GMT Sam Hocevar [4677] * libcaca/trunk/caca/Makefile.am (modified) * libcaca/trunk/caca/caca.h (modified) * libcaca/trunk/caca/getopt.c (moved) * libcaca/trunk/caca/libcaca.vcproj (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/src/Makefile.am (modified) * libcaca/trunk/src/img2txt.c (modified) * libcaca/trunk/src/mygetopt.h (deleted) Move mygetopt() directly into libcaca, for use by other programs. Thu, 02 Sep 2010 21:02:16 GMT Sam Hocevar [4644] * libcaca/trunk/caca/mono9.data (modified) * libcaca/trunk/caca/monobold12.data (modified) * libcaca/trunk/tools/makefont.c (modified) Mark the font data as const. We no longer modify it in place. Thu, 02 Sep 2010 21:02:06 GMT Sam Hocevar [4643] * libcaca/trunk/caca/driver/ncurses.c (modified) Comply with cygwin's curses.h implementation. Thu, 26 Aug 2010 21:57:11 GMT Pascal Terjan [4642] * libcaca/trunk/caca/driver/slang.c (modified) * Do not force output to be in UTF-8, some people have not switched ... Thu, 26 Aug 2010 21:14:12 GMT Pascal Terjan [4641] * libcaca/trunk/caca/driver/x11.c (modified) * Fix using dead keys on my us_intl keyboard - Ignore key events ... Fri, 02 Jul 2010 20:04:26 GMT Alex Foulon [4411] * libcaca/trunk/python/caca/display.py (modified) * Bind event functions. Tue, 22 Jun 2010 23:15:33 GMT Alex Foulon [4410] * libcaca/trunk/python/caca/canvas.py (modified) * Fix bad condition. Mon, 21 Jun 2010 18:09:23 GMT Alex Foulon [4409] * libcaca/trunk/python/caca/canvas.py (modified) * Rename cv variable to pointer. Mon, 21 Jun 2010 18:06:26 GMT Alex Foulon [4408] * libcaca/trunk/python/caca/canvas.py (modified) * libcaca/trunk/python/caca/display.py (modified) * Add optional pointer argument to Canvas class. * get_canvas method ... Sun, 20 Jun 2010 21:32:31 GMT Alex Foulon [4405] * libcaca/trunk/python/caca/canvas.py (modified) * Fix export functions. Tue, 01 Jun 2010 18:21:41 GMT Alex Foulon [4404] * libcaca/trunk/python/caca/canvas.py (modified) * Fix get_dirty_rect function. * Add exceptions for missing methods. Sun, 30 May 2010 18:59:39 GMT Alex Foulon [4403] * libcaca/trunk/python/caca/canvas.py (modified) * Bind import functions. Sun, 30 May 2010 12:47:28 GMT Alex Foulon [4402] * libcaca/trunk/python/caca/canvas.py (modified) * Bind export functions. Fri, 28 May 2010 17:28:43 GMT Alex Foulon [4401] * libcaca/trunk/python/Makefile.am (modified) * Fix python Makefile. Thu, 27 May 2010 14:43:11 GMT Pascal Terjan [4400] * libcaca/trunk/caca/transform.c (modified) * Improve rotated T, add P Q R ; 3 4 Thu, 27 May 2010 11:30:08 GMT Pascal Terjan [4399] * libcaca/trunk/caca/transform.c (modified) * Add a rotated T Thu, 20 May 2010 23:32:35 GMT Sam Hocevar [4398] * libcaca/trunk/AUTHORS (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/python/Makefile.am (modified) * libcaca/trunk/python/README (deleted) * libcaca/trunk/python/caca (added) * libcaca/trunk/python/caca.txt (deleted) * libcaca/trunk/python/caca/__init__.py (added) * libcaca/trunk/python/caca/canvas.py (added) * libcaca/trunk/python/caca/common.py (added) * libcaca/trunk/python/caca/display.py (added) * libcaca/trunk/python/caca/dither.py (added) * libcaca/trunk/python/caca/font.py (added) * libcaca/trunk/python/examples (added) * libcaca/trunk/python/examples/cacainfo.py (added) * libcaca/trunk/python/examples/drawing.py (added) * libcaca/trunk/python/examples/gol.py (added) * libcaca/trunk/python/pypycaca.c (deleted) * libcaca/trunk/python/pypycaca.h (deleted) * libcaca/trunk/python/setup.py (added) * libcaca/trunk/python/snake.py (deleted) * libcaca/trunk/python/test1.py (deleted) * libcaca/trunk/python/test2.py (deleted) New improved ctypes-based Python bindings, by Alex Foulon ... Thu, 22 Apr 2010 13:54:44 GMT Sam Hocevar [4396] * libcaca/trunk/caca/caca_types.h.in (modified) On Win32 and Win64, define 32-bit C99 types as ints instead of longs, ...