From 887871432195b4516093e32db112c6c5e6e92f3e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 27 Sep 2008 18:11:01 +0000 Subject: [PATCH] Set version to 0.99.beta14. Updated NEWS and ChangeLog. --- ChangeLog | 13356 +++++++++++++++++++++++++++---------------------- NEWS | 4 + configure.ac | 4 +- 3 files changed, 7322 insertions(+), 6042 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ca9be7..2746670 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,367 +1,1624 @@ ------------------------------------------------------------------------ -r1402 | sam | 2007-11-29 00:20:05 +0100 (Thu, 29 Nov 2007) | 3 lines +r2831 | sam | 2008-09-27 17:56:49 +0000 (Sat, 27 Sep 2008) | 1 line Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/doc/Makefile.am + +End of the libcucul merge: add symbolic links where appropriate. +------------------------------------------------------------------------ +r2830 | sam | 2008-09-27 17:56:43 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/cxx/Makefile.am + +caca, cxx: install symlinks for backwards compatibility with libcucul. +------------------------------------------------------------------------ +r2829 | pterjan | 2008-09-27 16:23:26 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/caca-canvas.c + + * Fix a warning +------------------------------------------------------------------------ +r2828 | sam | 2008-09-27 16:07:33 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + A /libcaca/trunk/caca/.gitignore + +.gitignore: ignore caca_types.h. +------------------------------------------------------------------------ +r2827 | sam | 2008-09-27 15:57:33 +0000 (Sat, 27 Sep 2008) | 2 lines +Changed paths: + M /libcaca/trunk + M /libcaca/trunk/caca + M /libcaca/trunk/csharp + M /libcaca/trunk/examples + M /libcaca/trunk/python + M /libcaca/trunk/src + M /libcaca/trunk/tests + +Add missing svn:ignore SVN properties. + +------------------------------------------------------------------------ +r2826 | sam | 2008-09-27 15:43:01 +0000 (Sat, 27 Sep 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/attr.c + M /libcaca/trunk/caca/box.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/canvas.c + M /libcaca/trunk/caca/charset.c + M /libcaca/trunk/caca/conic.c + M /libcaca/trunk/caca/dither.c + M /libcaca/trunk/caca/export.c + M /libcaca/trunk/caca/figfont.c + M /libcaca/trunk/caca/file.c + M /libcaca/trunk/caca/font.c + M /libcaca/trunk/caca/frame.c + M /libcaca/trunk/caca/import.c + M /libcaca/trunk/caca/line.c + M /libcaca/trunk/caca/string.c + M /libcaca/trunk/caca/transform.c + M /libcaca/trunk/caca/triangle.c + +Continue the libcaca/libcucul merge. Source and binary compatibility +are almost there. + +------------------------------------------------------------------------ +r2825 | pterjan | 2008-09-27 14:29:32 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/t/tc_canvas.rb + M /libcaca/trunk/ruby/t/tc_display.rb + M /libcaca/trunk/ruby/t/tc_dither.rb + M /libcaca/trunk/ruby/t/tc_font.rb + M /libcaca/trunk/ruby/t/tc_frame.rb + + * No need to require test/unit in each testfile +------------------------------------------------------------------------ +r2824 | sam | 2008-09-27 14:29:11 +0000 (Sat, 27 Sep 2008) | 2 lines +Changed paths: + M /libcaca/trunk/csharp/AssemblyInfo.cs + M /libcaca/trunk/cxx/caca++.pc.in + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/doc/migrating.dox + M /libcaca/trunk/doc/tutorial.dox + M /libcaca/trunk/examples/.gitignore + M /libcaca/trunk/msvc/cacademo.vcproj + M /libcaca/trunk/msvc/cacafire.vcproj + M /libcaca/trunk/msvc/cacaview.vcproj + M /libcaca/trunk/msvc/libcaca.sln + M /libcaca/trunk/msvc/test-csharp.csproj + M /libcaca/trunk/msvc/test-cxx.vcproj + M /libcaca/trunk/python/snake.py + M /libcaca/trunk/ruby/ruby.dox + M /libcaca/trunk/tests/.gitignore + M /libcaca/trunk/tests/caca-test.cpp + +Continuing the libcucul-libcaca merge. + +------------------------------------------------------------------------ +r2823 | pterjan | 2008-09-27 14:29:00 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/test + + * Have local paths first in LOAD_PATH +------------------------------------------------------------------------ +r2822 | sam | 2008-09-27 14:11:36 +0000 (Sat, 27 Sep 2008) | 2 lines +Changed paths: + M /libcaca/trunk/csharp/Caca.cs + D /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/Makefile.am + D /libcaca/trunk/csharp/cucul-sharp.dll.config.in + M /libcaca/trunk/csharp/test.cs + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + D /libcaca/trunk/cxx/cucul++.cpp + D /libcaca/trunk/cxx/cucul++.h + D /libcaca/trunk/cxx/cucul++.pc.in + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/msvc/caca-sharp.csproj + A /libcaca/trunk/msvc/caca_types.h (from /libcaca/trunk/msvc/cucul_types.h:2821) + D /libcaca/trunk/msvc/cucul-sharp.csproj + D /libcaca/trunk/msvc/cucul_types.h + M /libcaca/trunk/msvc/libcaca++.vcproj + M /libcaca/trunk/msvc/libcaca.vcproj + D /libcaca/trunk/msvc/libcucul++.def + D /libcaca/trunk/msvc/libcucul++.vcproj + D /libcaca/trunk/msvc/libcucul.def + D /libcaca/trunk/msvc/libcucul.vcproj + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/ruby/README + M /libcaca/trunk/ruby/caca-canvas.c + M /libcaca/trunk/ruby/caca-display.c + M /libcaca/trunk/ruby/caca-dither.c + M /libcaca/trunk/ruby/caca-font.c + M /libcaca/trunk/ruby/lib/caca.rb + M /libcaca/trunk/ruby/ruby-caca.dox + D /libcaca/trunk/ruby/ruby-cucul.dox + M /libcaca/trunk/ruby/t/tc_canvas.rb + M /libcaca/trunk/ruby/t/tc_display.rb + M /libcaca/trunk/ruby/t/tc_dither.rb + M /libcaca/trunk/ruby/t/tc_font.rb + M /libcaca/trunk/ruby/t/tc_frame.rb + +Continuing the libcucul-libcaca merge. + +------------------------------------------------------------------------ +r2821 | sam | 2008-09-27 13:12:46 +0000 (Sat, 27 Sep 2008) | 5 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/build-kernel + M /libcaca/trunk/caca/Makefile.am + A /libcaca/trunk/caca/attr.c (from /libcaca/trunk/cucul/attr.c:2819) + A /libcaca/trunk/caca/box.c (from /libcaca/trunk/cucul/box.c:2819) + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca.pc.in + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/caca_types.h.in (from /libcaca/trunk/cucul/cucul_types.h.in:2819) + A /libcaca/trunk/caca/canvas.c (from /libcaca/trunk/cucul/cucul.c:2819) + A /libcaca/trunk/caca/charset.c (from /libcaca/trunk/cucul/charset.c:2819) + A /libcaca/trunk/caca/conic.c (from /libcaca/trunk/cucul/conic.c:2819) + A /libcaca/trunk/caca/dither.c (from /libcaca/trunk/cucul/dither.c:2819) + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + A /libcaca/trunk/caca/export.c (from /libcaca/trunk/cucul/export.c:2819) + A /libcaca/trunk/caca/figfont.c (from /libcaca/trunk/cucul/figfont.c:2819) + A /libcaca/trunk/caca/file.c (from /libcaca/trunk/cucul/file.c:2819) + A /libcaca/trunk/caca/font.c (from /libcaca/trunk/cucul/font.c:2819) + A /libcaca/trunk/caca/frame.c (from /libcaca/trunk/cucul/frame.c:2819) + M /libcaca/trunk/caca/graphics.c + A /libcaca/trunk/caca/import.c (from /libcaca/trunk/cucul/import.c:2819) + A /libcaca/trunk/caca/legacy.c (from /libcaca/trunk/cucul/legacy.c:2819) + A /libcaca/trunk/caca/line.c (from /libcaca/trunk/cucul/line.c:2819) + A /libcaca/trunk/caca/mono9.data (from /libcaca/trunk/cucul/mono9.data:2819) + A /libcaca/trunk/caca/monobold12.data (from /libcaca/trunk/cucul/monobold12.data:2819) + A /libcaca/trunk/caca/string.c (from /libcaca/trunk/cucul/canvas.c:2819) + A /libcaca/trunk/caca/transform.c (from /libcaca/trunk/cucul/transform.c:2819) + A /libcaca/trunk/caca/triangle.c (from /libcaca/trunk/cucul/triangle.c:2819) + M /libcaca/trunk/caca-config.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/csharp/Makefile.am + D /libcaca/trunk/cucul + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/blit.c + A /libcaca/trunk/examples/canvas.c (from /libcaca/trunk/examples/cucul.c:2820) + M /libcaca/trunk/examples/colors.c + D /libcaca/trunk/examples/cucul.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/dithering.c + M /libcaca/trunk/examples/driver.c + M /libcaca/trunk/examples/event.c + M /libcaca/trunk/examples/export.c + M /libcaca/trunk/examples/figfont.c + M /libcaca/trunk/examples/font.c + M /libcaca/trunk/examples/font2tga.c + M /libcaca/trunk/examples/frames.c + M /libcaca/trunk/examples/fullwidth.c + M /libcaca/trunk/examples/gamma.c + M /libcaca/trunk/examples/hsv.c + M /libcaca/trunk/examples/import.c + M /libcaca/trunk/examples/input.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/examples/swallow.c + M /libcaca/trunk/examples/text.c + M /libcaca/trunk/examples/transform.c + M /libcaca/trunk/examples/truecolor.c + M /libcaca/trunk/examples/unicode.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/msvc/Makefile.am + M /libcaca/trunk/msvc/cucul_types.h + M /libcaca/trunk/ruby/Makefile.am + A /libcaca/trunk/ruby/caca-canvas.c (from /libcaca/trunk/ruby/cucul-canvas.c:2820) + A /libcaca/trunk/ruby/caca-canvas.h (from /libcaca/trunk/ruby/cucul-canvas.h:2820) + M /libcaca/trunk/ruby/caca-display.c + A /libcaca/trunk/ruby/caca-dither.c (from /libcaca/trunk/ruby/cucul-dither.c:2820) + A /libcaca/trunk/ruby/caca-dither.h (from /libcaca/trunk/ruby/cucul-dither.h:2820) + A /libcaca/trunk/ruby/caca-font.c (from /libcaca/trunk/ruby/cucul-font.c:2820) + A /libcaca/trunk/ruby/caca-font.h (from /libcaca/trunk/ruby/cucul-font.h:2820) + M /libcaca/trunk/ruby/caca.c + M /libcaca/trunk/ruby/common.h + D /libcaca/trunk/ruby/cucul-canvas.c + D /libcaca/trunk/ruby/cucul-canvas.h + D /libcaca/trunk/ruby/cucul-dither.c + D /libcaca/trunk/ruby/cucul-dither.h + D /libcaca/trunk/ruby/cucul-font.c + D /libcaca/trunk/ruby/cucul-font.h + D /libcaca/trunk/ruby/cucul.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/common-image.h + M /libcaca/trunk/src/img2txt.c + M /libcaca/trunk/src/mygetopt.c + M /libcaca/trunk/stubs.h + M /libcaca/trunk/tests/.gitignore + M /libcaca/trunk/tests/Makefile.am + M /libcaca/trunk/tests/caca-test.cpp + M /libcaca/trunk/tests/canvas.cpp + D /libcaca/trunk/tests/cucul-test.cpp + M /libcaca/trunk/tests/simple.c + M /libcaca/trunk/tools/Makefile.am + M /libcaca/trunk/tools/makefont.c + M /libcaca/trunk/tools/optipal.c + M /libcaca/trunk/tools/sortchars.c + +Starting refactoring to get rid of libcucul. The initial reason for the +split is rendered moot by the plugin system: when enabled, binaries do +not link directly with libX11 or libGL. I hope this is a step towards +more consisteny and clarity. + +------------------------------------------------------------------------ +r2820 | sam | 2008-09-27 12:13:24 +0000 (Sat, 27 Sep 2008) | 2 lines +Changed paths: + D /libcaca/trunk/test + +test: remove legacy empty directory. + +------------------------------------------------------------------------ +r2819 | sam | 2008-09-27 09:52:27 +0000 (Sat, 27 Sep 2008) | 1 line +Changed paths: + M /libcaca/trunk/cucul/mono9.data + M /libcaca/trunk/cucul/monobold12.data + M /libcaca/trunk/tools/makefont.c + +makefont.c: change the font data encoding, the source is now 5% smaller. +------------------------------------------------------------------------ +r2543 | sam | 2008-07-16 17:23:31 +0000 (Wed, 16 Jul 2008) | 1 line +Changed paths: + M /libcaca/trunk/src/mygetopt.c + + * mygetopt.c: fix a parsing issue with short options. +------------------------------------------------------------------------ +r2539 | sam | 2008-07-16 13:50:48 +0000 (Wed, 16 Jul 2008) | 1 line +Changed paths: + M /libcaca/trunk/configure.ac + + * Fix bad AM_CONDITIONAL location: it must be in the default code path. +------------------------------------------------------------------------ +r2536 | sam | 2008-07-16 13:06:39 +0000 (Wed, 16 Jul 2008) | 1 line +Changed paths: + M /libcaca/trunk/cucul/file.c + + * cucul/file.c: fix a typo causing build failures when zlib is not here. +------------------------------------------------------------------------ +r2535 | sam | 2008-07-16 13:06:30 +0000 (Wed, 16 Jul 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by + forcing the tested code to use register contraints. +------------------------------------------------------------------------ +r2519 | sam | 2008-07-05 16:39:56 +0000 (Sat, 05 Jul 2008) | 1 line +Changed paths: + M /libcaca/trunk/caca/caca.c + + * Fix plugin build. +------------------------------------------------------------------------ +r2518 | sam | 2008-07-05 16:34:19 +0000 (Sat, 05 Jul 2008) | 2 lines +Changed paths: + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + + * Set version to 0.99.beta14. + * Updateed NEWS and ChangeLog. +------------------------------------------------------------------------ +r2517 | sam | 2008-07-05 16:28:30 +0000 (Sat, 05 Jul 2008) | 2 lines +Changed paths: + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/configure.ac + + * Check for FTGL in the configure step, because we will use it later. + * Better CFLAGS and LDFLAGS propagation to the Makefiles. +------------------------------------------------------------------------ +r2437 | sam | 2008-06-15 19:38:06 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cxx/caca++.pc.in + M /libcaca/trunk/cxx/cucul++.pc.in + + * Fix C++ library linking. + +------------------------------------------------------------------------ +r2436 | sam | 2008-06-15 18:41:09 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/src/common-image.c + + * Fix cucul_file_read() calls in cacaview. + +------------------------------------------------------------------------ +r2427 | sam | 2008-06-15 17:06:43 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/src/common-image.c + + * Fix cacademo build on systems without imlib-dev. + +------------------------------------------------------------------------ +r2425 | sam | 2008-06-15 16:53:57 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * Generate the C++ .pc files at configure time. + +------------------------------------------------------------------------ +r2424 | sam | 2008-06-15 16:49:42 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cxx/Makefile.am + + * Only install the C++ .pc files if C++ support was activated. + +------------------------------------------------------------------------ +r2423 | sam | 2008-06-15 16:47:40 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cxx/Makefile.am + + * Install cucul++.pc and caca++.pc in the pkg-config directory. + +------------------------------------------------------------------------ +r2413 | sam | 2008-06-15 14:46:51 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * Updated version number to 0.99.beta15, so that we can build TOIlet. + +------------------------------------------------------------------------ +r2412 | sam | 2008-06-15 14:41:17 +0000 (Sun, 15 Jun 2008) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/figfont.c + + * Export cucul_flush_figlet() to the public API. It should be removed later, + but for now it's the only way to integrate properly with TOIlet. + +------------------------------------------------------------------------ +r2411 | sam | 2008-06-15 13:50:28 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/src/common-image.c + + * Make cacaview use cucul_file_t functions. + +------------------------------------------------------------------------ +r2410 | sam | 2008-06-15 13:50:22 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/legacy.c + + * Make deprecated cucul_load_file() use cucul_file_t functions. + +------------------------------------------------------------------------ +r2409 | sam | 2008-06-15 13:50:17 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/import.c + + * Make cucul_import_file() use cucul_file_t functions. + +------------------------------------------------------------------------ +r2408 | sam | 2008-06-15 13:50:11 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/file.c + + * Set errno to ENOSYS in unsupported cucul_file_t operations. + +------------------------------------------------------------------------ +r2407 | sam | 2008-06-15 13:50:06 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/file.c + + * Implement cucul_file_tell(). + +------------------------------------------------------------------------ +r2406 | sam | 2008-06-15 13:50:02 +0000 (Sun, 15 Jun 2008) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cucul/file.c + + * Export cucul_file_t operations in the public header. + * Implement cucul_file_read() and cucul_file_write(). + +------------------------------------------------------------------------ +r2405 | sam | 2008-06-15 13:49:57 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/tools/makefont.c + + * makefont is only a system tool: use htons/htonl instead of hton16/hton32. + +------------------------------------------------------------------------ +r2399 | sam | 2008-06-15 12:28:18 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/src/cacademo.c + + * Fix cucul_set_dither_palette() argument types in cacademo. + +------------------------------------------------------------------------ +r2398 | sam | 2008-06-15 12:28:14 +0000 (Sun, 15 Jun 2008) | 4 lines +Changed paths: + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/stubs.h + M /libcaca/trunk/tools/makefont.c + + * Remove htons() and htonl() from kernel mode: we use our custom hton16() + and hton32() implementations everywhere instead, except in cacaserver + which requires stuff anyway. + +------------------------------------------------------------------------ +r2397 | sam | 2008-06-15 12:28:08 +0000 (Sun, 15 Jun 2008) | 2 lines +Changed paths: + M /libcaca/trunk/tools/sortchars.c + + * Fix a buffer initialisation issue in the sortchars utility. + +------------------------------------------------------------------------ +r2321 | jylam | 2008-05-14 18:16:56 +0000 (Wed, 14 May 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + + * Changed Cucul::Rotate() to Cucul::Rotate180() and Cucul::RotateLeft() and Cucul::RotateRight() + +------------------------------------------------------------------------ +r2316 | sam | 2008-04-26 08:34:10 +0000 (Sat, 26 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/.gitignore + M /libcaca/trunk/configure.ac + + * Put autotools files in a hidden ".auto" directory instead of "autotools". + +------------------------------------------------------------------------ +r2314 | sam | 2008-04-23 21:24:40 +0000 (Wed, 23 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/msvc/libcucul.vcproj + + * Add missing headers to the Visual Studio build files. + +------------------------------------------------------------------------ +r2313 | sam | 2008-04-23 21:24:34 +0000 (Wed, 23 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/examples/export.c + M /libcaca/trunk/examples/figfont.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/img2txt.c + + * Switch a few unsigned int variables to size_t where appropriate. + * Synchronise parameter types in the C++ bindings with the C API. + +------------------------------------------------------------------------ +r2312 | sam | 2008-04-23 21:24:28 +0000 (Wed, 23 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/cucul_types.h.in + M /libcaca/trunk/msvc/cucul_types.h + + * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none + of the other required types. + +------------------------------------------------------------------------ +r2309 | sam | 2008-04-21 10:10:42 +0000 (Mon, 21 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/tests/.gitignore + M /libcaca/trunk/tests/Makefile.am + A /libcaca/trunk/tests/caca-test.cpp + M /libcaca/trunk/tests/canvas.cpp + A /libcaca/trunk/tests/driver.cpp + + * Started libcaca unit tests. + +------------------------------------------------------------------------ +r2308 | sam | 2008-04-19 22:51:20 +0000 (Sat, 19 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/csharp/Makefile.am + M /libcaca/trunk/cucul/cucul_types.h.in + + * Get the project to build in an alternate directory. + +------------------------------------------------------------------------ +r2307 | sam | 2008-04-19 22:51:17 +0000 (Sat, 19 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs + + * Refresh the .NET bindings. Still not complete, but quite useful already. + +------------------------------------------------------------------------ +r2306 | sam | 2008-04-19 19:40:25 +0000 (Sat, 19 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/charset.c + + * Documentation fixes (due to renamings, some parameters were no longer + documented). + +------------------------------------------------------------------------ +r2305 | sam | 2008-04-19 19:25:52 +0000 (Sat, 19 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/examples/text.c + + * Remove all unsigned ints from exported functions. Signed arithmetic is + far better for error checking. + +------------------------------------------------------------------------ +r2304 | sam | 2008-04-19 19:25:47 +0000 (Sat, 19 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_types.h.in + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/examples/font2tga.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + + * Get rid of the last long types in the API. + * Use size_t and ssize_t where appropriate. + +------------------------------------------------------------------------ +r2303 | sam | 2008-04-19 19:25:41 +0000 (Sat, 19 Apr 2008) | 4 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/ruby/cucul-font.c + + * Changed most of the long ints in the API into C99 types. WARNING: this + completely breaks compatibility with previous versions of libcaca on + 64-bit systems. + +------------------------------------------------------------------------ +r2302 | sam | 2008-04-19 19:25:37 +0000 (Sat, 19 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * Cosmetic fix for ./configure output when a pkg-module is not found. + +------------------------------------------------------------------------ +r2301 | sam | 2008-04-19 14:07:54 +0000 (Sat, 19 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/tests/.gitignore + M /libcaca/trunk/tests/Makefile.am + A /libcaca/trunk/tests/canvas.cpp + A /libcaca/trunk/tests/cucul-test.cpp + + * Use CppUnit for C and C++ unit tests. Sorry, Jylam. + +------------------------------------------------------------------------ +r2300 | sam | 2008-04-19 14:07:50 +0000 (Sat, 19 Apr 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/file.c + M /libcaca/trunk/examples/font.c + M /libcaca/trunk/examples/swallow.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/common-image.c + + * Changed most "unsigned char" variables into "uint8_t", including in + prototypes. As they are equivalent, this does not break the ABI. + +------------------------------------------------------------------------ +r2299 | sam | 2008-04-19 12:42:50 +0000 (Sat, 19 Apr 2008) | 5 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/build-dos + M /libcaca/trunk/build-kernel + M /libcaca/trunk/build-win32 + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + D /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + A /libcaca/trunk/cucul/.gitignore + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/cucul_types.h.in + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cucul/file.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/blit.c + M /libcaca/trunk/examples/colors.c + M /libcaca/trunk/examples/cucul.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/dithering.c + M /libcaca/trunk/examples/driver.c + M /libcaca/trunk/examples/event.c + M /libcaca/trunk/examples/export.c + M /libcaca/trunk/examples/figfont.c + M /libcaca/trunk/examples/font.c + M /libcaca/trunk/examples/font2tga.c + M /libcaca/trunk/examples/frames.c + M /libcaca/trunk/examples/fullwidth.c + M /libcaca/trunk/examples/gamma.c + M /libcaca/trunk/examples/hsv.c + M /libcaca/trunk/examples/import.c + M /libcaca/trunk/examples/input.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/examples/swallow.c + M /libcaca/trunk/examples/text.c + M /libcaca/trunk/examples/transform.c + M /libcaca/trunk/examples/truecolor.c + M /libcaca/trunk/examples/unicode.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/msvc/Makefile.am + D /libcaca/trunk/msvc/common.h + A /libcaca/trunk/msvc/cucul_types.h + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/img2txt.c + M /libcaca/trunk/src/mygetopt.c + A /libcaca/trunk/stubs.h (from /libcaca/trunk/common.h:2298) + M /libcaca/trunk/tests/Makefile.am + M /libcaca/trunk/tests/simple.c + M /libcaca/trunk/tools/Makefile.am + M /libcaca/trunk/tools/makefont.c + M /libcaca/trunk/tools/optipal.c + M /libcaca/trunk/tools/sortchars.c + + * Remove #include etc. from "common.h". Instead, make sure that + will provide the C99 types, even if libcaca has been installed. + * Rename what's left of "common.h" to "stubs.h". + * Remove all references to erroneous from source files. + +------------------------------------------------------------------------ +r2298 | pterjan | 2008-04-19 11:48:32 +0000 (Sat, 19 Apr 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/caca-display.c + M /libcaca/trunk/ruby/t/tc_display.rb + +Fix args type checks in Caca::Display.new +------------------------------------------------------------------------ +r2297 | pterjan | 2008-04-19 11:32:21 +0000 (Sat, 19 Apr 2008) | 1 line +Changed paths: + A /libcaca/trunk/ruby/t/tc_display.rb + +Add few unit tests for Caca::Display +------------------------------------------------------------------------ +r2296 | pterjan | 2008-04-19 11:31:39 +0000 (Sat, 19 Apr 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/caca-display.c + +Add driver/set_driver/driver=/driver_list methods to Caca::Display, and driver arg to Caca::Display.new +------------------------------------------------------------------------ +r2295 | pterjan | 2008-04-19 11:29:31 +0000 (Sat, 19 Apr 2008) | 1 line +Changed paths: + M /libcaca/trunk/ruby/cucul-canvas.c + +We should not free the canvas if it was auto created with the display +------------------------------------------------------------------------ +r2294 | jylam | 2008-04-19 10:57:30 +0000 (Sat, 19 Apr 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/canvas.c + + * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be applied on the resized canvas + +------------------------------------------------------------------------ +r2265 | jylam | 2008-03-17 19:05:20 +0000 (Mon, 17 Mar 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * Removed by-default stack protector from recent gcc's while compiling kernel. + +------------------------------------------------------------------------ +r2256 | jylam | 2008-03-02 16:30:31 +0000 (Sun, 02 Mar 2008) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/conic.c + + * Oops, bad type (char instead of uint32) after ellipse rendering +improvement. + +------------------------------------------------------------------------ +r2255 | jylam | 2008-03-02 16:28:10 +0000 (Sun, 02 Mar 2008) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/conic.c + + * Improved ellipse rendering. Not perfect, but still much better than +old method. Closes #16 . + +------------------------------------------------------------------------ +r2254 | jylam | 2008-03-02 14:27:43 +0000 (Sun, 02 Mar 2008) | 2 lines +Changed paths: + M /libcaca/trunk/src/cacademo.c + + * Fixed line transitions (both vertical and horizontal ones) + +------------------------------------------------------------------------ +r2253 | sam | 2008-03-01 19:44:45 +0000 (Sat, 01 Mar 2008) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + + * -Wshadow was actually put back in configure.ac; removing comment about it. + +------------------------------------------------------------------------ +r2248 | sam | 2008-02-29 22:29:08 +0000 (Fri, 29 Feb 2008) | 3 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/mygetopt.c + + * Don't use mygetopt.c in img2txt if the system has getopt_long. + * Fix invalid pointer/int cast (Closes #39). + +------------------------------------------------------------------------ +r2243 | sam | 2008-02-26 21:43:10 +0000 (Tue, 26 Feb 2008) | 2 lines +Changed paths: + D /libcaca/trunk/TODO + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/doc/libcaca.dox + + * Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1). + +------------------------------------------------------------------------ +r2225 | bsittler | 2008-02-03 21:53:40 +0000 (Sun, 03 Feb 2008) | 1 line +Changed paths: + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/src/mygetopt.c + +build on Mac OS X again +------------------------------------------------------------------------ +r2192 | sam | 2008-01-12 20:15:42 +0000 (Sat, 12 Jan 2008) | 2 lines +Changed paths: + M /libcaca/trunk/msvc/cacademo.vcproj + M /libcaca/trunk/msvc/cacafire.vcproj + M /libcaca/trunk/msvc/libcaca++.vcproj + M /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/msvc/libcucul++.vcproj + M /libcaca/trunk/msvc/libcucul.vcproj + + * Fixed the Visual Studio projects so that they build in Release mode. + +------------------------------------------------------------------------ +r2191 | sam | 2008-01-12 20:15:20 +0000 (Sat, 12 Jan 2008) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/msvc/config.h + + * Windows build fixes here and there. + +------------------------------------------------------------------------ +r2189 | sam | 2008-01-10 23:42:42 +0000 (Thu, 10 Jan 2008) | 2 lines +Changed paths: + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/doc/tutorial.dox + + * Make it clear that we can use the Windows native console. + +------------------------------------------------------------------------ +r2188 | sam | 2008-01-10 23:42:29 +0000 (Thu, 10 Jan 2008) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + + * Put back all the shit in struct caca_event to avoid breaking existing + applications. I'll think of a migration path later. + +------------------------------------------------------------------------ +r2182 | jylam | 2008-01-01 00:07:04 +0000 (Tue, 01 Jan 2008) | 2 lines +Changed paths: + M /libcaca/trunk/README + + * FIRST ! + +------------------------------------------------------------------------ +r2177 | sam | 2007-12-30 18:50:41 +0000 (Sun, 30 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/msvc/libcucul.vcproj + + * Add figfont.c to the MSVC solution. + +------------------------------------------------------------------------ +r2176 | sam | 2007-12-30 13:49:57 +0000 (Sun, 30 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/bootstrap + + * Check for pkg-config before bootstrapping, because autoconf gives a + totally meaningless message when it's not present. + +------------------------------------------------------------------------ +r2147 | sam | 2007-12-20 15:26:12 +0000 (Thu, 20 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/examples/spritedit.c + + * Fix canvas export for the caca format. We now export all frames. + * Fix the sprite import/export example. + +------------------------------------------------------------------------ +r2146 | sam | 2007-12-20 15:00:39 +0000 (Thu, 20 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/examples/spritedit.c + + * Started sprite example. Doesn't work :-) + +------------------------------------------------------------------------ +r2144 | sam | 2007-12-16 14:29:19 +0000 (Sun, 16 Dec 2007) | 4 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/cucul/file.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/msvc/config.h + + * Disable file operations in kernel mode. + * Implement strchr() in kernel.c. + * Check for snprintf() at configure time. + +------------------------------------------------------------------------ +r2142 | sam | 2007-12-16 11:55:14 +0000 (Sun, 16 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + + * The SLang and ncurses drivers now put back the TERM environment variable + if they modified it. + +------------------------------------------------------------------------ +r2141 | sam | 2007-12-16 11:54:43 +0000 (Sun, 16 Dec 2007) | 5 lines +Changed paths: + M /libcaca/trunk/caca/driver_gl.c + + * Only call glutInit() once through the program's lifetime. + * Free the internal font when closing the GL driver. + * Hide the window when closing the GL driver, because freeglut's + glutDestroyWindow() does not really closes the window. + +------------------------------------------------------------------------ +r2140 | sam | 2007-12-16 11:54:25 +0000 (Sun, 16 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/caca/event.c + + * Fix a tiny use of uninitialised memory in caca_get_event() that may have + lead to deadlocks. + +------------------------------------------------------------------------ +r2139 | sam | 2007-12-16 11:54:02 +0000 (Sun, 16 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/examples/driver.c + + * Implemented caca_set_display_driver() to change driver at runtime. + +------------------------------------------------------------------------ +r2138 | sam | 2007-12-16 01:50:41 +0000 (Sun, 16 Dec 2007) | 6 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/examples/.gitignore + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/driver.c + + * Implement caca_create_display_with_driver() to specify an output driver + without using environment variables.. + * Implement caca_get_display_driver() to return the current display's + output driver. + * Add a simple example program to test caca_create_display_with_driver(). + +------------------------------------------------------------------------ +r2137 | sam | 2007-12-16 01:50:36 +0000 (Sun, 16 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + + * Remove cruft from caca_get_display_driver_list(). + +------------------------------------------------------------------------ +r2136 | sam | 2007-12-14 16:23:14 +0000 (Fri, 14 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/cxx/cxxtest.cpp + + * Add #include to fix gcc-4.3 build. + +------------------------------------------------------------------------ +r2135 | sam | 2007-12-12 07:41:00 +0000 (Wed, 12 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + + * Implemented caca_get_display_driver_list(), unused yet. + +------------------------------------------------------------------------ +r2129 | sam | 2007-12-07 09:34:11 +0000 (Fri, 07 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/caca/driver_cocoa.m + + * Cocoa driver build fix, courtesy of Ben Wiley Sittler. + +------------------------------------------------------------------------ +r2128 | sam | 2007-12-07 09:33:23 +0000 (Fri, 07 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/charset.c + + * Slight improvement to the Unicode -> ASCII conversion, courtesy of + Ben Wiley Sittler. + +------------------------------------------------------------------------ +r2111 | sam | 2007-12-01 17:58:52 +0000 (Sat, 01 Dec 2007) | 10 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/examples/figfont.c + +=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in + +=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=20=20=20=E2=96=9C=E2=96=9C=20=20=20=20=C2=A0=E2=96=8C=20=E2=96=8C=20=20=20=20=20=20=E2=96=9C=20=20=20=E2=96=8C=E2=96=90 +=20=20=20=20=20=20=20=20=20=20=E2=96=99=E2=96=84=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=90=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=96=C2=A0=E2=96=8C=E2=96=96=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=99=E2=96=80=E2=96=96=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=8C=E2=96=90 +=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=E2=96=9B=E2=96=80=20=E2=96=90=E2=96=90=20=E2=96=8C=20=E2=96=8C=C2=A0=E2=96=99=E2=96=9A=E2=96=8C=E2=96=8C=20=E2=96=8C=E2=96=8C=20=C2=A0=E2=96=90=20=E2=96=8C=20=E2=96=8C=E2=96=9D +=20=20=20=20=20=20=20=20=20=20=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=20=E2=96=98=E2=96=98=E2=96=9D=E2=96=80=20=C2=A0=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=20=E2=96=98=20=20=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=E2=96=9D?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit + +------------------------------------------------------------------------ +r2110 | sam | 2007-12-01 17:58:20 +0000 (Sat, 01 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/figfont.c + M /libcaca/trunk/examples/.gitignore + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/figfont.c + + * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). + +------------------------------------------------------------------------ +r2109 | sam | 2007-12-01 17:57:50 +0000 (Sat, 01 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/file.c + + * Import io.c from TOIlet directly into libcucul. Can you see where this + is going? + +------------------------------------------------------------------------ +r2108 | sam | 2007-12-01 17:57:41 +0000 (Sat, 01 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/msvc/config.h + + * Bump version to 0.99.beta14. + +------------------------------------------------------------------------ +r2107 | sam | 2007-12-01 17:57:19 +0000 (Sat, 01 Dec 2007) | 2 lines +Changed paths: + M /libcaca/trunk/src/img2txt.c + + * Fix the "img2txt: option requires an argument -- h" bug. + +------------------------------------------------------------------------ +r2106 | sam | 2007-12-01 17:56:45 +0000 (Sat, 01 Dec 2007) | 3 lines +Changed paths: + M /libcaca/trunk/src/img2txt.c + + * Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead + of hardcoding the feature list in img2txt. + +------------------------------------------------------------------------ +r2105 | pterjan | 2007-12-01 15:51:20 +0000 (Sat, 01 Dec 2007) | 4 lines +Changed paths: + M /libcaca/trunk/src/aafire.c + + + * Allow exiting cacafire using the window manager + + +------------------------------------------------------------------------ +r2104 | jylam | 2007-11-30 23:59:57 +0000 (Fri, 30 Nov 2007) | 2 lines +Changed paths: + M /libcaca/trunk/doc/img2txt.1 + M /libcaca/trunk/src/img2txt.c + + * Added BBCode (French) format to img2txt's help and doc + +------------------------------------------------------------------------ +r2103 | sam | 2007-11-30 23:48:51 +0000 (Fri, 30 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/tests + A /libcaca/trunk/tests/.gitignore + A /libcaca/trunk/tests/Makefile.am + A /libcaca/trunk/tests/simple.c + + * Created a tests/ directory for regression tests. Run with "make check". + * Added a first, simple test program. + +------------------------------------------------------------------------ +r2102 | sam | 2007-11-30 23:48:46 +0000 (Fri, 30 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/export.c + + * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for + instance. + +------------------------------------------------------------------------ +r2101 | sam | 2007-11-30 23:48:39 +0000 (Fri, 30 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/examples + A /libcaca/trunk/examples/.gitignore (from /libcaca/trunk/test/.gitignore:2100) + A /libcaca/trunk/examples/Makefile.am (from /libcaca/trunk/test/Makefile.am:2100) + A /libcaca/trunk/examples/blit.c (from /libcaca/trunk/test/blit.c:2100) + A /libcaca/trunk/examples/colors.c (from /libcaca/trunk/test/colors.c:2100) + A /libcaca/trunk/examples/cucul.c (from /libcaca/trunk/test/cucul.c:2100) + A /libcaca/trunk/examples/demo.c (from /libcaca/trunk/test/demo.c:2100) + A /libcaca/trunk/examples/demo0.c (from /libcaca/trunk/test/demo0.c:2100) + A /libcaca/trunk/examples/dithering.c (from /libcaca/trunk/test/dithering.c:2100) + A /libcaca/trunk/examples/event.c (from /libcaca/trunk/test/event.c:2100) + A /libcaca/trunk/examples/export.c (from /libcaca/trunk/test/export.c:2100) + A /libcaca/trunk/examples/font.c (from /libcaca/trunk/test/font.c:2100) + A /libcaca/trunk/examples/font2tga.c (from /libcaca/trunk/test/font2tga.c:2100) + A /libcaca/trunk/examples/frames.c (from /libcaca/trunk/test/frames.c:2100) + A /libcaca/trunk/examples/fullwidth.c (from /libcaca/trunk/test/fullwidth.c:2100) + A /libcaca/trunk/examples/gamma.c (from /libcaca/trunk/test/gamma.c:2100) + A /libcaca/trunk/examples/hsv.c (from /libcaca/trunk/test/hsv.c:2100) + A /libcaca/trunk/examples/import.c (from /libcaca/trunk/test/import.c:2100) + A /libcaca/trunk/examples/input.c (from /libcaca/trunk/test/input.c:2100) + A /libcaca/trunk/examples/spritedit.c (from /libcaca/trunk/test/spritedit.c:2100) + A /libcaca/trunk/examples/swallow.c (from /libcaca/trunk/test/swallow.c:2100) + A /libcaca/trunk/examples/text.c (from /libcaca/trunk/test/text.c:2100) + A /libcaca/trunk/examples/transform.c (from /libcaca/trunk/test/transform.c:2100) + A /libcaca/trunk/examples/truecolor.c (from /libcaca/trunk/test/truecolor.c:2100) + A /libcaca/trunk/examples/unicode.c (from /libcaca/trunk/test/unicode.c:2100) + D /libcaca/trunk/test/.gitignore + D /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/blit.c + D /libcaca/trunk/test/colors.c + D /libcaca/trunk/test/cucul.c + D /libcaca/trunk/test/demo.c + D /libcaca/trunk/test/demo0.c + D /libcaca/trunk/test/dithering.c + D /libcaca/trunk/test/event.c + D /libcaca/trunk/test/export.c + D /libcaca/trunk/test/font.c + D /libcaca/trunk/test/font2tga.c + D /libcaca/trunk/test/frames.c + D /libcaca/trunk/test/fullwidth.c + D /libcaca/trunk/test/gamma.c + D /libcaca/trunk/test/hsv.c + D /libcaca/trunk/test/import.c + D /libcaca/trunk/test/input.c + D /libcaca/trunk/test/spritedit.c + D /libcaca/trunk/test/swallow.c + D /libcaca/trunk/test/text.c + D /libcaca/trunk/test/transform.c + D /libcaca/trunk/test/truecolor.c + D /libcaca/trunk/test/unicode.c + + * Rename "test" to "examples". The former will become a real testsuite. + * Autodetect zzuf in the configure step. It might become handy. + +------------------------------------------------------------------------ +r2097 | pterjan | 2007-11-29 00:52:13 +0000 (Thu, 29 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/ruby/Makefile.am + + + * cucul.h is needed to build caca part + +------------------------------------------------------------------------ +r2096 | sam | 2007-11-28 23:57:53 +0000 (Wed, 28 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/msvc/config.h + + * Set version to 0.99.beta13. + * Updated NEWS and ChangeLog. + +------------------------------------------------------------------------ +r2095 | sam | 2007-11-28 23:20:05 +0000 (Wed, 28 Nov 2007) | 3 lines +Changed paths: + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs * Implemented the empty CuculCanvas constructor. * Implemented CacaDisplay.Canvas which acts the same as caca_get_canvas(). ------------------------------------------------------------------------ -r1401 | pterjan | 2007-11-28 17:43:32 +0100 (Wed, 28 Nov 2007) | 2 lines +r2094 | pterjan | 2007-11-28 16:43:32 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-canvas.c + * Improve Cucul::Canvas creation ------------------------------------------------------------------------ -r1400 | pterjan | 2007-11-28 17:39:10 +0100 (Wed, 28 Nov 2007) | 2 lines +r2093 | pterjan | 2007-11-28 16:39:10 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M ruby/caca-display.c - M ruby/cucul-canvas.c - M ruby/cucul-canvas.h - M ruby/lib/caca.rb - M ruby/ruby-caca.dox + M /libcaca/trunk/ruby/caca-display.c + M /libcaca/trunk/ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-canvas.h + M /libcaca/trunk/ruby/lib/caca.rb + M /libcaca/trunk/ruby/ruby-caca.dox + * Add Caca::Display#canvas ------------------------------------------------------------------------ -r1399 | pterjan | 2007-11-28 08:29:12 +0100 (Wed, 28 Nov 2007) | 2 lines +r2092 | pterjan | 2007-11-28 07:29:12 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M ruby/caca-display.c + M /libcaca/trunk/ruby/caca-display.c * Allow calling Caca::Display.new without parameter + ------------------------------------------------------------------------ -r1398 | sam | 2007-11-28 08:15:09 +0100 (Wed, 28 Nov 2007) | 3 lines +r2091 | sam | 2007-11-28 07:15:09 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M csharp/Cucul.cs + M /libcaca/trunk/csharp/Cucul.cs * Re-add methods that take int as arguments in addition to the Point, Size and Rectangle versions. ------------------------------------------------------------------------ -r1397 | sam | 2007-11-28 08:15:07 +0100 (Wed, 28 Nov 2007) | 2 lines +r2090 | sam | 2007-11-28 07:15:07 +0000 (Wed, 28 Nov 2007) | 2 lines Changed paths: - M csharp/test.cs + M /libcaca/trunk/csharp/test.cs * Put the demo text on top of the copper bar, not the contrary. ------------------------------------------------------------------------ -r1396 | sam | 2007-11-28 08:15:05 +0100 (Wed, 28 Nov 2007) | 2 lines +r2089 | sam | 2007-11-28 07:15:05 +0000 (Wed, 28 Nov 2007) | 2 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Minor naming convention changes in the C# bindings. ------------------------------------------------------------------------ -r1395 | sam | 2007-11-28 08:15:01 +0100 (Wed, 28 Nov 2007) | 3 lines +r2088 | sam | 2007-11-28 07:15:01 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M configure.ac - M csharp/.gitignore - M csharp/Makefile.am - D csharp/caca-sharp.dll.config - A csharp/caca-sharp.dll.config.in - D csharp/cucul-sharp.dll.config - A csharp/cucul-sharp.dll.config.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/csharp/.gitignore + M /libcaca/trunk/csharp/Makefile.am + D /libcaca/trunk/csharp/caca-sharp.dll.config + A /libcaca/trunk/csharp/caca-sharp.dll.config.in + D /libcaca/trunk/csharp/cucul-sharp.dll.config + A /libcaca/trunk/csharp/cucul-sharp.dll.config.in * Generate CLI .config files at configure time so that we can embed the library version and not rely on .so being present. ------------------------------------------------------------------------ -r1394 | sam | 2007-11-28 08:14:55 +0100 (Wed, 28 Nov 2007) | 3 lines +r2087 | sam | 2007-11-28 07:14:55 +0000 (Wed, 28 Nov 2007) | 3 lines Changed paths: - M caca/Makefile.am - M configure.ac - M cucul/Makefile.am - M cxx/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cxx/Makefile.am * Use libtool’s -version-number instead of -version-info and its insane major/minor computation scheme. ------------------------------------------------------------------------ -r1393 | pterjan | 2007-11-27 18:13:29 +0100 (Tue, 27 Nov 2007) | 2 lines +r2086 | pterjan | 2007-11-27 17:13:29 +0000 (Tue, 27 Nov 2007) | 4 lines Changed paths: - M ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-canvas.c + * Rename parameters of draw_box* in Ruby binding + ------------------------------------------------------------------------ -r1391 | sam | 2007-11-27 12:08:04 +0100 (Tue, 27 Nov 2007) | 2 lines +r2084 | sam | 2007-11-27 11:08:04 +0000 (Tue, 27 Nov 2007) | 1 line Changed paths: - M msvc/caca-sharp.csproj - M msvc/cucul-sharp.csproj - M msvc/test-csharp.csproj + M /libcaca/trunk/msvc/caca-sharp.csproj + M /libcaca/trunk/msvc/cucul-sharp.csproj + M /libcaca/trunk/msvc/test-csharp.csproj * Add System.Drawing to the C# project references. - ------------------------------------------------------------------------ -r1390 | sam | 2007-11-27 10:04:54 +0100 (Tue, 27 Nov 2007) | 2 lines +r2083 | sam | 2007-11-27 09:04:54 +0000 (Tue, 27 Nov 2007) | 2 lines Changed paths: - M csharp/test.cs + M /libcaca/trunk/csharp/test.cs * Use the bigger font for the C# test scroller. ------------------------------------------------------------------------ -r1389 | sam | 2007-11-27 02:55:41 +0100 (Tue, 27 Nov 2007) | 3 lines +r2082 | sam | 2007-11-27 01:55:41 +0000 (Tue, 27 Nov 2007) | 3 lines Changed paths: - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Add a C# wrapper for cucul_render_canvas(). * Use CuculFont.Render() in the C# test for a nice oldschool effect. ------------------------------------------------------------------------ -r1388 | sam | 2007-11-27 01:58:27 +0100 (Tue, 27 Nov 2007) | 2 lines +r2081 | sam | 2007-11-27 00:58:27 +0000 (Tue, 27 Nov 2007) | 2 lines Changed paths: - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Started to implement the CuculFont class. ------------------------------------------------------------------------ -r1387 | sam | 2007-11-27 01:58:24 +0100 (Tue, 27 Nov 2007) | 2 lines +r2080 | sam | 2007-11-27 00:58:24 +0000 (Tue, 27 Nov 2007) | 2 lines Changed paths: - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Implement all line drawing functions (even variadic ones). ------------------------------------------------------------------------ -r1386 | sam | 2007-11-27 01:58:19 +0100 (Tue, 27 Nov 2007) | 4 lines +r2079 | sam | 2007-11-27 00:58:19 +0000 (Tue, 27 Nov 2007) | 4 lines Changed paths: - M cucul/box.c + M /libcaca/trunk/cucul/box.c * Changed the box drawing functions so that their arguments are (point, size) instead of (point, point). Yeah, I break the ABI again. But who uses these functions anyway? ------------------------------------------------------------------------ -r1385 | sam | 2007-11-27 01:58:16 +0100 (Tue, 27 Nov 2007) | 3 lines +r2078 | sam | 2007-11-27 00:58:16 +0000 (Tue, 27 Nov 2007) | 3 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/Makefile.am - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/Makefile.am + M /libcaca/trunk/csharp/test.cs * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments, allowing for much cleaner code (at the expense of an extra dependency). ------------------------------------------------------------------------ -r1384 | pterjan | 2007-11-26 08:07:52 +0100 (Mon, 26 Nov 2007) | 2 lines +r2077 | pterjan | 2007-11-26 07:07:52 +0000 (Mon, 26 Nov 2007) | 3 lines Changed paths: - M ruby/caca.c - M ruby/cucul.c - M ruby/ruby-caca.dox - M ruby/ruby-cucul.dox + M /libcaca/trunk/ruby/caca.c + M /libcaca/trunk/ruby/cucul.c + M /libcaca/trunk/ruby/ruby-caca.dox + M /libcaca/trunk/ruby/ruby-cucul.dox * Add Caca.version and Cucul.version + ------------------------------------------------------------------------ -r1383 | sam | 2007-11-26 02:04:36 +0100 (Mon, 26 Nov 2007) | 3 lines +r2076 | sam | 2007-11-26 01:04:36 +0000 (Mon, 26 Nov 2007) | 3 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Implemented getVersion() in the C# bindings. * Slightly improved the C# test program. ------------------------------------------------------------------------ -r1382 | sam | 2007-11-26 02:04:34 +0100 (Mon, 26 Nov 2007) | 3 lines +r2075 | sam | 2007-11-26 01:04:34 +0000 (Mon, 26 Nov 2007) | 3 lines Changed paths: - M cucul/cucul.c - M cxx/cxxtest.cpp - M test/event.c - M test/gamma.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c * Fix memory leaks that slipped in here and there. We still have 100,000 fewer than Firefox, lol. ------------------------------------------------------------------------ -r1381 | sam | 2007-11-26 02:04:32 +0100 (Mon, 26 Nov 2007) | 4 lines +r2074 | sam | 2007-11-26 01:04:32 +0000 (Mon, 26 Nov 2007) | 4 lines Changed paths: - M caca/caca.c - M caca/caca.h - M cucul/cucul.c - M cucul/cucul.h - M cucul/export.c - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cucul++.cpp - M cxx/cucul++.h - M cxx/cxxtest.cpp - M src/img2txt.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/src/img2txt.c * Add cucul_get_version() and caca_get_version() and updated C++ bindings accordingly. * The C++ test example no longer needs "config.h". ------------------------------------------------------------------------ -r1380 | sam | 2007-11-26 02:04:28 +0100 (Mon, 26 Nov 2007) | 2 lines +r2073 | sam | 2007-11-26 01:04:28 +0000 (Mon, 26 Nov 2007) | 2 lines Changed paths: - M caca/caca.h + M /libcaca/trunk/caca/caca.h * Minor documentation fix. ------------------------------------------------------------------------ -r1379 | sam | 2007-11-26 02:04:25 +0100 (Mon, 26 Nov 2007) | 2 lines +r2072 | sam | 2007-11-26 01:04:25 +0000 (Mon, 26 Nov 2007) | 2 lines Changed paths: - M configure.ac - M csharp/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/csharp/Makefile.am * Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp. ------------------------------------------------------------------------ -r1378 | sam | 2007-11-26 02:04:21 +0100 (Mon, 26 Nov 2007) | 3 lines +r2071 | sam | 2007-11-26 01:04:21 +0000 (Mon, 26 Nov 2007) | 3 lines Changed paths: - M caca/caca.h - M cucul/cucul.h - M cxx/caca++.h - M cxx/cucul++.h - M doc/doxygen.cfg.in + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/doc/doxygen.cfg.in * Tell doxygen to expand __class and __extern before parsing anything, so we don’t end with those ugly identifiers in the documentation. ------------------------------------------------------------------------ -r1377 | sam | 2007-11-25 21:23:03 +0100 (Sun, 25 Nov 2007) | 2 lines +r2070 | sam | 2007-11-25 20:23:03 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M caca/caca.h - M cucul/cucul.h - M cxx/caca++.h - M cxx/cucul++.h - M cxx/cxxtest.cpp - M msvc/config.h - A msvc/libcaca++.def - A msvc/libcaca++.vcproj - M msvc/libcaca.sln - A msvc/libcucul++.def - A msvc/libcucul++.vcproj - A msvc/test-cxx.vcproj + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/msvc/config.h + A /libcaca/trunk/msvc/libcaca++.def + A /libcaca/trunk/msvc/libcaca++.vcproj + M /libcaca/trunk/msvc/libcaca.sln + A /libcaca/trunk/msvc/libcucul++.def + A /libcaca/trunk/msvc/libcucul++.vcproj + A /libcaca/trunk/msvc/test-cxx.vcproj * Added MSVC project files for the C++ bindings and the C++ test. ------------------------------------------------------------------------ -r1376 | sam | 2007-11-25 20:00:32 +0100 (Sun, 25 Nov 2007) | 2 lines +r2069 | sam | 2007-11-25 19:00:32 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M msvc/Makefile.am + M /libcaca/trunk/msvc/Makefile.am * Distribute all MSVC files. ------------------------------------------------------------------------ -r1375 | sam | 2007-11-25 20:00:29 +0100 (Sun, 25 Nov 2007) | 2 lines +r2068 | sam | 2007-11-25 19:00:29 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M ruby/caca-event.h + M /libcaca/trunk/ruby/caca-event.h * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. ------------------------------------------------------------------------ -r1374 | sam | 2007-11-25 20:00:26 +0100 (Sun, 25 Nov 2007) | 2 lines +r2067 | sam | 2007-11-25 19:00:26 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M configure.ac - M ruby/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/ruby/Makefile.am * Some cleanup in the Ruby bindings Makefile.am. ------------------------------------------------------------------------ -r1373 | sam | 2007-11-25 20:00:22 +0100 (Sun, 25 Nov 2007) | 2 lines +r2066 | sam | 2007-11-25 19:00:22 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Refresh TODO list. ------------------------------------------------------------------------ -r1372 | sam | 2007-11-25 18:50:53 +0100 (Sun, 25 Nov 2007) | 3 lines +r2065 | sam | 2007-11-25 17:50:53 +0000 (Sun, 25 Nov 2007) | 3 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - A msvc/caca-sharp.csproj - A msvc/cucul-sharp.csproj - M msvc/libcaca.sln - A msvc/test-csharp.csproj + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/msvc + A /libcaca/trunk/msvc/caca-sharp.csproj + A /libcaca/trunk/msvc/cucul-sharp.csproj + M /libcaca/trunk/msvc/libcaca.sln + A /libcaca/trunk/msvc/test-csharp.csproj * Added the various C# projects to the Visual Studio solution and slightly fixed the bindings so that they now work with the Microsoft CLR. ------------------------------------------------------------------------ -r1371 | sam | 2007-11-25 18:49:49 +0100 (Sun, 25 Nov 2007) | 2 lines +r2064 | sam | 2007-11-25 17:49:49 +0000 (Sun, 25 Nov 2007) | 2 lines +Changed paths: + D /libcaca/trunk/DotNet + M /libcaca/trunk/ruby * Fixed svn properties that git-svn was unable to get straight. ------------------------------------------------------------------------ -r1370 | sam | 2007-11-25 18:14:00 +0100 (Sun, 25 Nov 2007) | 2 lines +r2063 | sam | 2007-11-25 17:14:00 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M caca/caca.h - M cucul/cucul.h + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h * Damn, under Visual Studio it's _WIN32, not __WIN32__. ------------------------------------------------------------------------ -r1369 | sam | 2007-11-25 18:13:10 +0100 (Sun, 25 Nov 2007) | 3 lines +r2062 | sam | 2007-11-25 17:13:10 +0000 (Sun, 25 Nov 2007) | 3 lines Changed paths: - M doc/migrating.dox - M doc/tutorial.dox - M test/hsv.c + M /libcaca/trunk/doc/migrating.dox + M /libcaca/trunk/doc/tutorial.dox + M /libcaca/trunk/test/hsv.c * Switch to caca_create_display(NULL) in a few places to document the behaviour. ------------------------------------------------------------------------ -r1368 | sam | 2007-11-25 18:13:08 +0100 (Sun, 25 Nov 2007) | 4 lines +r2061 | sam | 2007-11-25 17:13:08 +0000 (Sun, 25 Nov 2007) | 4 lines Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h * Allow caca_create_display()'s argument to be NULL. It will automatically create a canvas when so. * Add caca_get_canvas() to retrieve the cucul canvas. ------------------------------------------------------------------------ -r1367 | sam | 2007-11-25 18:13:06 +0100 (Sun, 25 Nov 2007) | 4 lines +r2060 | sam | 2007-11-25 17:13:06 +0000 (Sun, 25 Nov 2007) | 4 lines Changed paths: - M AUTHORS - M Makefile.am - M configure.ac - D python/Makefile - A python/Makefile.am - A python/snake.py + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + D /libcaca/trunk/python/Makefile + A /libcaca/trunk/python/Makefile.am (from /libcaca/trunk/python/Makefile:2059) + A /libcaca/trunk/python/snake.py * Added Eriol’s snake.py example, even if it doesn’t use our (out of date) bindings. * Distribute the python/ subdirectory using automake. ------------------------------------------------------------------------ -r1366 | sam | 2007-11-25 18:13:03 +0100 (Sun, 25 Nov 2007) | 2 lines +r2059 | sam | 2007-11-25 17:13:03 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M csharp/Caca.cs + M /libcaca/trunk/csharp/Caca.cs * Add missing entries in the CacaEventKey enum. ------------------------------------------------------------------------ -r1365 | sam | 2007-11-25 18:12:59 +0100 (Sun, 25 Nov 2007) | 2 lines +r2058 | sam | 2007-11-25 17:12:59 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M csharp/AssemblyInfo.cs - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/AssemblyInfo.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Implemented C# bindings for ditherBitmap() and added it to the C# test. ------------------------------------------------------------------------ -r1364 | sam | 2007-11-25 15:12:20 +0100 (Sun, 25 Nov 2007) | 6 lines +r2057 | sam | 2007-11-25 14:12:20 +0000 (Sun, 25 Nov 2007) | 6 lines Changed paths: - M caca/driver_cocoa.m - M caca/driver_gl.c - M caca/driver_x11.c - M cucul/attr.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/font.c + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and cucul_attr_to_argb64() (previously _cucul_attr_to_rgb12bg, @@ -370,160 +1627,162 @@ Changed paths: * Cleanup complete: libcaca no longer depends on "cucul_internals.h". ------------------------------------------------------------------------ -r1363 | sam | 2007-11-25 15:12:01 +0100 (Sun, 25 Nov 2007) | 3 lines +r2056 | sam | 2007-11-25 14:12:01 +0000 (Sun, 25 Nov 2007) | 3 lines Changed paths: - M caca/caca.c - M caca/driver_cocoa.m - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cucul/cucul.c - M cucul/cucul.h + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid direct cv->chars and cv->attrs access by display drivers. ------------------------------------------------------------------------ -r1362 | sam | 2007-11-25 15:11:58 +0100 (Sun, 25 Nov 2007) | 4 lines -Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_cocoa.m - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M msvc/libcucul.def +r2055 | sam | 2007-11-25 14:11:58 +0000 (Sun, 25 Nov 2007) | 4 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/msvc/libcucul.def * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display drivers no longer need to access the cv->refcount private member and __cucul_set_canvas_size() is no longer needed. ------------------------------------------------------------------------ -r1361 | sam | 2007-11-25 15:11:54 +0100 (Sun, 25 Nov 2007) | 2 lines +r2054 | sam | 2007-11-25 14:11:54 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M build-kernel - M kernel/Makefile.am - A kernel/bootsect.S + M /libcaca/trunk/build-kernel + M /libcaca/trunk/kernel/Makefile.am + A /libcaca/trunk/kernel/bootsect.S * Add Linux 2.6's bootsect.S to fix the sample kernel build. ------------------------------------------------------------------------ -r1360 | sam | 2007-11-25 12:39:33 +0100 (Sun, 25 Nov 2007) | 2 lines +r2053 | sam | 2007-11-25 11:39:33 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Check whether CXX can include before compiling the C++ bindings. ------------------------------------------------------------------------ -r1359 | sam | 2007-11-25 12:12:25 +0100 (Sun, 25 Nov 2007) | 2 lines +r2052 | sam | 2007-11-25 11:12:25 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M csharp/Caca.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/test.cs * Adapt the C# bindings to the event API change. ------------------------------------------------------------------------ -r1358 | sam | 2007-11-25 12:12:20 +0100 (Sun, 25 Nov 2007) | 2 lines +r2051 | sam | 2007-11-25 11:12:20 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M ruby/caca-display.c + M /libcaca/trunk/ruby/caca-display.c * Adapt the Ruby bindings to the event API change. ------------------------------------------------------------------------ -r1357 | sam | 2007-11-25 12:11:59 +0100 (Sun, 25 Nov 2007) | 2 lines +r2050 | sam | 2007-11-25 11:11:59 +0000 (Sun, 25 Nov 2007) | 2 lines Changed paths: - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cxxtest.cpp + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cxxtest.cpp * Adapt the C++ bindings to the event API change. ------------------------------------------------------------------------ -r1356 | sam | 2007-11-25 12:11:54 +0100 (Sun, 25 Nov 2007) | 4 lines -Changed paths: - M caca/caca.h - M caca/caca0.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaplay.c - M src/cacaview.c - M test/demo.c - M test/event.c - M test/gamma.c - M test/input.c - M test/spritedit.c - M test/swallow.c +r2049 | sam | 2007-11-25 11:11:54 +0000 (Sun, 25 Nov 2007) | 4 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/swallow.c * Made the caca_event_t structure opaque and created a whole bunch of functions to access its real data. This is a big API change that will break your software, sorry :( ------------------------------------------------------------------------ -r1355 | pterjan | 2007-11-25 10:48:30 +0100 (Sun, 25 Nov 2007) | 4 lines +r2048 | pterjan | 2007-11-25 09:48:30 +0000 (Sun, 25 Nov 2007) | 6 lines Changed paths: - M ruby/ruby-caca.dox - M ruby/ruby-cucul.dox + M /libcaca/trunk/ruby/ruby-caca.dox + M /libcaca/trunk/ruby/ruby-cucul.dox + * Little improvements in ruby doc + Made the doc a little more easy to read + Added an example on a nice way to have q, Q and Esc to cause exit + ------------------------------------------------------------------------ -r1354 | sam | 2007-11-24 20:56:33 +0100 (Sat, 24 Nov 2007) | 2 lines +r2047 | sam | 2007-11-24 19:56:33 +0000 (Sat, 24 Nov 2007) | 2 lines Changed paths: - M csharp/Caca.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/test.cs * Rewrote the C# test in a more object-oriented way. ------------------------------------------------------------------------ -r1353 | sam | 2007-11-24 16:00:21 +0100 (Sat, 24 Nov 2007) | 3 lines +r2046 | sam | 2007-11-24 15:00:21 +0000 (Sat, 24 Nov 2007) | 3 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/test.cs * Started Cucul# cleanup: added missing functions, used get/set attributes when meaningful, removed deprecated bindings. ------------------------------------------------------------------------ -r1352 | sam | 2007-11-24 14:26:33 +0100 (Sat, 24 Nov 2007) | 8 lines +r2045 | sam | 2007-11-24 13:26:33 +0000 (Sat, 24 Nov 2007) | 8 lines Changed paths: - M csharp/Caca.cs - M csharp/Cucul.cs - M csharp/Makefile.am - A csharp/caca-sharp.dll.config - A csharp/cucul-sharp.dll.config - D csharp/libCaca.dll.config - D csharp/libCucul.dll.config - M csharp/test.cs + M /libcaca/trunk/csharp/Caca.cs + M /libcaca/trunk/csharp/Cucul.cs + M /libcaca/trunk/csharp/Makefile.am + A /libcaca/trunk/csharp/caca-sharp.dll.config + A /libcaca/trunk/csharp/cucul-sharp.dll.config + D /libcaca/trunk/csharp/libCaca.dll.config + D /libcaca/trunk/csharp/libCucul.dll.config + M /libcaca/trunk/csharp/test.cs * Some mass-renaming in the C# bindings: + Renamed the dlls so that the C# versions do not have the same name @@ -534,812 +1793,793 @@ Changed paths: + Renamed old-fashioned "kk"/"qq" names into "dp"/"cv". ------------------------------------------------------------------------ -r1351 | sam | 2007-11-24 14:26:28 +0100 (Sat, 24 Nov 2007) | 2 lines -Changed paths: - D DotNet/.gitignore - D DotNet/AssemblyInfo.cs - D DotNet/Caca.cs - D DotNet/Cucul.cs - D DotNet/Makefile.am - D DotNet/libCaca.dll.config - D DotNet/libCucul.dll.config - D DotNet/test.cs - M Makefile.am - M configure.ac - A csharp/.gitignore - A csharp/AssemblyInfo.cs - A csharp/Caca.cs - A csharp/Cucul.cs - A csharp/Makefile.am - A csharp/libCaca.dll.config - A csharp/libCucul.dll.config - A csharp/test.cs +r2044 | sam | 2007-11-24 13:26:28 +0000 (Sat, 24 Nov 2007) | 2 lines +Changed paths: + D /libcaca/trunk/DotNet/.gitignore + D /libcaca/trunk/DotNet/AssemblyInfo.cs + D /libcaca/trunk/DotNet/Caca.cs + D /libcaca/trunk/DotNet/Cucul.cs + D /libcaca/trunk/DotNet/Makefile.am + D /libcaca/trunk/DotNet/libCaca.dll.config + D /libcaca/trunk/DotNet/libCucul.dll.config + D /libcaca/trunk/DotNet/test.cs + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/csharp + A /libcaca/trunk/csharp/.gitignore (from /libcaca/trunk/DotNet/.gitignore:2043) + A /libcaca/trunk/csharp/AssemblyInfo.cs (from /libcaca/trunk/DotNet/AssemblyInfo.cs:2043) + A /libcaca/trunk/csharp/Caca.cs (from /libcaca/trunk/DotNet/Caca.cs:2043) + A /libcaca/trunk/csharp/Cucul.cs (from /libcaca/trunk/DotNet/Cucul.cs:2043) + A /libcaca/trunk/csharp/Makefile.am (from /libcaca/trunk/DotNet/Makefile.am:2043) + A /libcaca/trunk/csharp/libCaca.dll.config (from /libcaca/trunk/DotNet/libCaca.dll.config:2043) + A /libcaca/trunk/csharp/libCucul.dll.config (from /libcaca/trunk/DotNet/libCucul.dll.config:2043) + A /libcaca/trunk/csharp/test.cs (from /libcaca/trunk/DotNet/test.cs:2043) * Renamed DotNet/ to csharp/ because I hate mixed case. ------------------------------------------------------------------------ -r1350 | sam | 2007-11-24 12:08:21 +0100 (Sat, 24 Nov 2007) | 2 lines -Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cucul/attr.c - M cucul/canvas.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/frame.c +r2043 | sam | 2007-11-24 11:08:21 +0000 (Sat, 24 Nov 2007) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c * Added as many "const" qualifiers as possible to the public API. ------------------------------------------------------------------------ -r1349 | pterjan | 2007-11-24 10:56:37 +0100 (Sat, 24 Nov 2007) | 2 lines +r2042 | pterjan | 2007-11-24 09:56:37 +0000 (Sat, 24 Nov 2007) | 1 line Changed paths: - M ruby/lib/caca.rb - M ruby/ruby-caca.dox + M /libcaca/trunk/ruby/lib/caca.rb + M /libcaca/trunk/ruby/ruby-caca.dox * Add Caca::Event#quit? to make tests nicer - ------------------------------------------------------------------------ -r1348 | sam | 2007-11-23 23:52:34 +0100 (Fri, 23 Nov 2007) | 3 lines +r2041 | sam | 2007-11-23 22:52:34 +0000 (Fri, 23 Nov 2007) | 3 lines Changed paths: - M msvc/cacademo.vcproj - M msvc/cacafire.vcproj - M msvc/libcaca.vcproj - M msvc/libcucul.vcproj + M /libcaca/trunk/msvc/cacademo.vcproj + M /libcaca/trunk/msvc/cacafire.vcproj + M /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/msvc/libcucul.vcproj * Ignore annoying VC++ warnings (use of strdup instead of _strdup even in C mode, "benign redefinition" of macros...). ------------------------------------------------------------------------ -r1347 | sam | 2007-11-23 23:34:35 +0100 (Fri, 23 Nov 2007) | 3 lines +r2040 | sam | 2007-11-23 22:34:35 +0000 (Fri, 23 Nov 2007) | 3 lines Changed paths: - M caca/driver_cocoa.m - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c - M cucul/cucul.c - M cucul/cucul_internals.h - M msvc/libcucul.def + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/msvc/libcucul.def * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent collisions due to symbol mangling. ------------------------------------------------------------------------ -r1346 | sam | 2007-11-23 23:27:21 +0100 (Fri, 23 Nov 2007) | 3 lines +r2039 | sam | 2007-11-23 22:27:21 +0000 (Fri, 23 Nov 2007) | 3 lines Changed paths: - M caca/caca.h - M cucul/cucul.h - M msvc/libcaca.vcproj - M msvc/libcucul.def - M msvc/libcucul.vcproj + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/msvc/libcucul.def + M /libcaca/trunk/msvc/libcucul.vcproj * Add proper __declspec(dllexport) tags for Win32 compilation. * Manually export private libcaca symbols. ------------------------------------------------------------------------ -r1345 | sam | 2007-11-23 22:48:55 +0100 (Fri, 23 Nov 2007) | 2 lines +r2038 | sam | 2007-11-23 21:48:55 +0000 (Fri, 23 Nov 2007) | 2 lines Changed paths: - D msvc/cacaball.vcproj - A msvc/cacademo.vcproj - M msvc/cacafire.vcproj - D msvc/cacamoir.vcproj - D msvc/cacaplas.vcproj - M msvc/config.h - A msvc/libcaca.def - M msvc/libcaca.sln - M msvc/libcaca.vcproj - A msvc/libcucul.def - M msvc/libcucul.vcproj + M /libcaca/trunk/msvc + D /libcaca/trunk/msvc/cacaball.vcproj + A /libcaca/trunk/msvc/cacademo.vcproj + M /libcaca/trunk/msvc/cacafire.vcproj + D /libcaca/trunk/msvc/cacamoir.vcproj + D /libcaca/trunk/msvc/cacaplas.vcproj + M /libcaca/trunk/msvc/config.h + A /libcaca/trunk/msvc/libcaca.def + M /libcaca/trunk/msvc/libcaca.sln + M /libcaca/trunk/msvc/libcaca.vcproj + A /libcaca/trunk/msvc/libcucul.def + M /libcaca/trunk/msvc/libcucul.vcproj * Updated Visual Studio files. ------------------------------------------------------------------------ -r1344 | sam | 2007-11-23 17:39:32 +0100 (Fri, 23 Nov 2007) | 2 lines +r2037 | sam | 2007-11-23 16:39:32 +0000 (Fri, 23 Nov 2007) | 2 lines Changed paths: - A msvc/common.h - M msvc/libcaca.sln - M msvc/libcaca.vcproj - A msvc/libcucul.vcproj + A /libcaca/trunk/msvc/common.h + M /libcaca/trunk/msvc/libcaca.sln + M /libcaca/trunk/msvc/libcaca.vcproj + A /libcaca/trunk/msvc/libcucul.vcproj (from /libcaca/trunk/msvc/libcaca.vcproj:2036) * Split libcaca.vcproj into \1 and libcucul.vcproj. ------------------------------------------------------------------------ -r1343 | sam | 2007-11-23 17:39:29 +0100 (Fri, 23 Nov 2007) | 2 lines +r2036 | sam | 2007-11-23 16:39:29 +0000 (Fri, 23 Nov 2007) | 2 lines Changed paths: - M test/gamma.c + M /libcaca/trunk/test/gamma.c * Do not assume default gamma value is 1.0. ------------------------------------------------------------------------ -r1342 | sam | 2007-11-23 17:39:23 +0100 (Fri, 23 Nov 2007) | 2 lines +r2035 | sam | 2007-11-23 16:39:23 +0000 (Fri, 23 Nov 2007) | 2 lines Changed paths: - M src/cacaview.c + M /libcaca/trunk/src/cacaview.c * Escape quits cacaview, and F11 toggles fullscreen. ------------------------------------------------------------------------ -r1340 | pterjan | 2007-11-20 01:09:16 +0100 (Tue, 20 Nov 2007) | 2 lines +r2033 | pterjan | 2007-11-20 00:09:16 +0000 (Tue, 20 Nov 2007) | 1 line Changed paths: - M ruby/README - A ruby/ruby-caca.dox - A ruby/ruby-cucul.dox - A ruby/ruby.dox + M /libcaca/trunk/ruby/README + A /libcaca/trunk/ruby/ruby-caca.dox + A /libcaca/trunk/ruby/ruby-cucul.dox + A /libcaca/trunk/ruby/ruby.dox * Split Ruby documentation out of README - ------------------------------------------------------------------------ -r1333 | sam | 2007-11-19 00:00:35 +0100 (Mon, 19 Nov 2007) | 2 lines +r2026 | sam | 2007-11-18 23:00:35 +0000 (Sun, 18 Nov 2007) | 2 lines Changed paths: - M AUTHORS + M /libcaca/trunk/AUTHORS * Added Pascal to the AUTHORS file. ------------------------------------------------------------------------ -r1332 | jylam | 2007-11-18 23:59:22 +0100 (Sun, 18 Nov 2007) | 2 lines +r2025 | jylam | 2007-11-18 22:59:22 +0000 (Sun, 18 Nov 2007) | 2 lines Changed paths: - M README + M /libcaca/trunk/README * lol commit ------------------------------------------------------------------------ -r1331 | pterjan | 2007-11-18 23:35:34 +0100 (Sun, 18 Nov 2007) | 2 lines +r2024 | pterjan | 2007-11-18 22:35:34 +0000 (Sun, 18 Nov 2007) | 1 line +Changed paths: + D /libcaca/trunk/ruby/cucul * Remove cucul directory that got forgotten - ------------------------------------------------------------------------ -r1330 | pterjan | 2007-11-18 23:15:29 +0100 (Sun, 18 Nov 2007) | 2 lines +r2023 | pterjan | 2007-11-18 22:15:29 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/README + M /libcaca/trunk/ruby/README * Improve the example in README - ------------------------------------------------------------------------ -r1329 | pterjan | 2007-11-18 23:03:19 +0100 (Sun, 18 Nov 2007) | 2 lines +r2022 | pterjan | 2007-11-18 22:03:19 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M configure.ac - M ruby/Makefile.am - M ruby/test + M /libcaca/trunk/configure.ac + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/ruby/test * Install lib/caca.rb - ------------------------------------------------------------------------ -r1328 | pterjan | 2007-11-18 22:44:10 +0100 (Sun, 18 Nov 2007) | 2 lines +r2021 | pterjan | 2007-11-18 21:44:10 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/README + M /libcaca/trunk/ruby/README * Update README to talk about Caca - ------------------------------------------------------------------------ -r1327 | pterjan | 2007-11-18 22:29:02 +0100 (Sun, 18 Nov 2007) | 2 lines +r2020 | pterjan | 2007-11-18 21:29:02 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/caca-display.c + M /libcaca/trunk/ruby/caca-display.c * Use to_i on the event mask, it is not always an Integer - ------------------------------------------------------------------------ -r1326 | pterjan | 2007-11-18 22:13:33 +0100 (Sun, 18 Nov 2007) | 2 lines +r2019 | pterjan | 2007-11-18 21:13:33 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/caca-display.c - M ruby/caca-event.c - M ruby/caca-event.h - M ruby/caca.c - A ruby/lib/caca.rb + M /libcaca/trunk/ruby/caca-display.c + M /libcaca/trunk/ruby/caca-event.c + M /libcaca/trunk/ruby/caca-event.h + M /libcaca/trunk/ruby/caca.c + A /libcaca/trunk/ruby/lib + A /libcaca/trunk/ruby/lib/caca.rb - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) - ------------------------------------------------------------------------ -r1325 | pterjan | 2007-11-18 22:11:13 +0100 (Sun, 18 Nov 2007) | 2 lines +r2018 | pterjan | 2007-11-18 21:11:13 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M src/cacaview.c + M /libcaca/trunk/src/cacaview.c * Handle closing cacaview by window manager - ------------------------------------------------------------------------ -r1324 | pterjan | 2007-11-18 14:37:24 +0100 (Sun, 18 Nov 2007) | 2 lines +r2017 | pterjan | 2007-11-18 13:37:24 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - M ruby/caca-display.c - A ruby/caca-event.c - A ruby/caca-event.h + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/ruby/caca-display.c + A /libcaca/trunk/ruby/caca-event.c + A /libcaca/trunk/ruby/caca-event.h * Add missing methods in Caca::Display and add empty Caca::Event - ------------------------------------------------------------------------ -r1323 | pterjan | 2007-11-18 14:29:16 +0100 (Sun, 18 Nov 2007) | 2 lines +r2016 | pterjan | 2007-11-18 13:29:16 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M caca/caca.h + M /libcaca/trunk/caca/caca.h * Slightly improved documentation - ------------------------------------------------------------------------ -r1322 | pterjan | 2007-11-18 13:43:48 +0100 (Sun, 18 Nov 2007) | 2 lines +r2015 | pterjan | 2007-11-18 12:43:48 +0000 (Sun, 18 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - A ruby/caca-display.c - A ruby/caca-display.h - A ruby/caca.c + M /libcaca/trunk/ruby/Makefile.am + A /libcaca/trunk/ruby/caca-display.c + A /libcaca/trunk/ruby/caca-display.h + A /libcaca/trunk/ruby/caca.c * Add Caca and Caca::Display - ------------------------------------------------------------------------ -r1316 | pterjan | 2007-11-17 14:36:15 +0100 (Sat, 17 Nov 2007) | 2 lines +r2009 | pterjan | 2007-11-17 13:36:15 +0000 (Sat, 17 Nov 2007) | 1 line Changed paths: - M ruby/README - M ruby/common.h - M ruby/cucul-canvas.c - M ruby/cucul-dither.c + M /libcaca/trunk/ruby/README + M /libcaca/trunk/ruby/common.h + M /libcaca/trunk/ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-dither.c * Finish Cucul::Dither - ------------------------------------------------------------------------ -r1315 | pterjan | 2007-11-17 13:21:21 +0100 (Sat, 17 Nov 2007) | 2 lines +r2008 | pterjan | 2007-11-17 12:21:21 +0000 (Sat, 17 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - M ruby/README - A ruby/cucul-dither.c - A ruby/cucul-dither.h - M ruby/cucul.c - A ruby/t/tc_dither.rb + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/ruby/README + A /libcaca/trunk/ruby/cucul-dither.c + A /libcaca/trunk/ruby/cucul-dither.h + M /libcaca/trunk/ruby/cucul.c + A /libcaca/trunk/ruby/t/tc_dither.rb * Add Cucul::Dither (incomplete) - ------------------------------------------------------------------------ -r1311 | pterjan | 2007-11-17 10:25:31 +0100 (Sat, 17 Nov 2007) | 2 lines +r2004 | pterjan | 2007-11-17 09:25:31 +0000 (Sat, 17 Nov 2007) | 1 line Changed paths: - M ruby/cucul-canvas.c - M ruby/t/tc_canvas.rb + M /libcaca/trunk/ruby/cucul-canvas.c + M /libcaca/trunk/ruby/t/tc_canvas.rb * Improve type checking of arguments - ------------------------------------------------------------------------ -r1310 | sam | 2007-11-17 03:15:01 +0100 (Sat, 17 Nov 2007) | 3 lines +r2003 | sam | 2007-11-17 02:15:01 +0000 (Sat, 17 Nov 2007) | 3 lines Changed paths: - M doc/doxygen.cfg.in - M doc/libcaca.dox - M ruby/README + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/ruby/README * Slightly doxygenated ruby/README so that it appears in the manual (see http://libcaca.zoy.org/manual/libcaca-ruby.html). ------------------------------------------------------------------------ -r1304 | pterjan | 2007-11-16 23:37:20 +0100 (Fri, 16 Nov 2007) | 2 lines +r1997 | pterjan | 2007-11-16 22:37:20 +0000 (Fri, 16 Nov 2007) | 1 line Changed paths: - M ruby/README + M /libcaca/trunk/ruby/README * Update README - ------------------------------------------------------------------------ -r1303 | pterjan | 2007-11-16 23:27:13 +0100 (Fri, 16 Nov 2007) | 2 lines +r1996 | pterjan | 2007-11-16 22:27:13 +0000 (Fri, 16 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am + M /libcaca/trunk/ruby/Makefile.am * Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am - ------------------------------------------------------------------------ -r1302 | pterjan | 2007-11-16 23:24:35 +0100 (Fri, 16 Nov 2007) | 2 lines +r1995 | pterjan | 2007-11-16 22:24:35 +0000 (Fri, 16 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - A ruby/common.h - M ruby/cucul-canvas.c - M ruby/cucul-canvas.h - A ruby/cucul-font.c - A ruby/cucul-font.h - M ruby/cucul.c - M ruby/t/tc_canvas.rb - A ruby/t/tc_font.rb + M /libcaca/trunk/ruby/Makefile.am + A /libcaca/trunk/ruby/common.h + M /libcaca/trunk/ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-canvas.h + A /libcaca/trunk/ruby/cucul-font.c + A /libcaca/trunk/ruby/cucul-font.h + M /libcaca/trunk/ruby/cucul.c + M /libcaca/trunk/ruby/t/tc_canvas.rb + A /libcaca/trunk/ruby/t/tc_font.rb * Add Cucul::Font - ------------------------------------------------------------------------ -r1295 | sam | 2007-11-16 21:14:05 +0100 (Fri, 16 Nov 2007) | 2 lines +r1988 | sam | 2007-11-16 20:14:05 +0000 (Fri, 16 Nov 2007) | 2 lines Changed paths: - M doc/doxygen.cfg.in - M doc/doxygen.css + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/doc/doxygen.css * Added minimal styles to doxygen.css to make the manual look decent. ------------------------------------------------------------------------ -r1294 | sam | 2007-11-16 20:49:25 +0100 (Fri, 16 Nov 2007) | 2 lines +r1987 | sam | 2007-11-16 19:49:25 +0000 (Fri, 16 Nov 2007) | 2 lines Changed paths: - M Makefile.am + M /libcaca/trunk/Makefile.am * Split "upload" target into "upload-source" and "upload-doc". ------------------------------------------------------------------------ -r1293 | sam | 2007-11-16 20:49:23 +0100 (Fri, 16 Nov 2007) | 3 lines +r1986 | sam | 2007-11-16 19:49:23 +0000 (Fri, 16 Nov 2007) | 3 lines Changed paths: - M doc/Makefile.am - M doc/doxygen.cfg.in - A doc/doxygen.css + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/doxygen.cfg.in + A /libcaca/trunk/doc/doxygen.css * Updated doxygen file format. * Add an empty doxygen.css file. ------------------------------------------------------------------------ -r1290 | pterjan | 2007-11-16 18:47:59 +0100 (Fri, 16 Nov 2007) | 2 lines +r1983 | pterjan | 2007-11-16 17:47:59 +0000 (Fri, 16 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - A ruby/README + M /libcaca/trunk/ruby/Makefile.am + A /libcaca/trunk/ruby/README * Add some pseudo doc for Ruby binding - ------------------------------------------------------------------------ -r1273 | pterjan | 2007-11-15 23:22:55 +0100 (Thu, 15 Nov 2007) | 2 lines +r1966 | pterjan | 2007-11-15 22:22:55 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - M ruby/t/tc_canvas.rb + M /libcaca/trunk/ruby/t/tc_canvas.rb * Add more tests for the ruby binding - ------------------------------------------------------------------------ -r1272 | pterjan | 2007-11-15 23:06:01 +0100 (Thu, 15 Nov 2007) | 2 lines +r1965 | pterjan | 2007-11-15 22:06:01 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - A ruby/t/tc_canvas.rb - M ruby/test + A /libcaca/trunk/ruby/t/tc_canvas.rb + M /libcaca/trunk/ruby/test * Add more tests for the ruby binding - ------------------------------------------------------------------------ -r1271 | pterjan | 2007-11-15 23:03:12 +0100 (Thu, 15 Nov 2007) | 2 lines +r1964 | pterjan | 2007-11-15 22:03:12 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - M ruby/cucul-canvas.c + M /libcaca/trunk/ruby/cucul-canvas.c * Fix number of arguments for set_height - ------------------------------------------------------------------------ -r1270 | pterjan | 2007-11-15 22:06:30 +0100 (Thu, 15 Nov 2007) | 2 lines +r1963 | pterjan | 2007-11-15 21:06:30 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am + M /libcaca/trunk/ruby/Makefile.am * Add the ruby tests to make check - ------------------------------------------------------------------------ -r1269 | pterjan | 2007-11-15 13:33:29 +0100 (Thu, 15 Nov 2007) | 2 lines +r1962 | pterjan | 2007-11-15 12:33:29 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Use autotools for Ruby bindings (2nd part) - ------------------------------------------------------------------------ -r1268 | pterjan | 2007-11-15 13:27:40 +0100 (Thu, 15 Nov 2007) | 2 lines -Changed paths: - M ruby/Makefile.am - D ruby/caca/extconf.rb - A ruby/cucul-canvas.c - A ruby/cucul-canvas.h - A ruby/cucul.c - D ruby/cucul/cucul-canvas.c - D ruby/cucul/cucul-canvas.h - D ruby/cucul/cucul.c - D ruby/cucul/extconf.rb - D ruby/cucul/t/tc_frame.rb - D ruby/cucul/test.rb - A ruby/t/tc_frame.rb - A ruby/test +r1961 | pterjan | 2007-11-15 12:27:40 +0000 (Thu, 15 Nov 2007) | 1 line +Changed paths: + M /libcaca/trunk/ruby/Makefile.am + D /libcaca/trunk/ruby/caca + D /libcaca/trunk/ruby/cucul/cucul-canvas.c + D /libcaca/trunk/ruby/cucul/cucul-canvas.h + D /libcaca/trunk/ruby/cucul/cucul.c + D /libcaca/trunk/ruby/cucul/extconf.rb + D /libcaca/trunk/ruby/cucul/t + D /libcaca/trunk/ruby/cucul/test.rb + A /libcaca/trunk/ruby/cucul-canvas.c (from /libcaca/trunk/ruby/cucul/cucul-canvas.c:1960) + A /libcaca/trunk/ruby/cucul-canvas.h (from /libcaca/trunk/ruby/cucul/cucul-canvas.h:1960) + A /libcaca/trunk/ruby/cucul.c (from /libcaca/trunk/ruby/cucul/cucul.c:1960) + A /libcaca/trunk/ruby/t (from /libcaca/trunk/ruby/cucul/t:1959) + A /libcaca/trunk/ruby/test * Use autotools for Ruby bindings - ------------------------------------------------------------------------ -r1267 | pterjan | 2007-11-15 12:34:43 +0100 (Thu, 15 Nov 2007) | 2 lines +r1960 | pterjan | 2007-11-15 11:34:43 +0000 (Thu, 15 Nov 2007) | 1 line Changed paths: - M ruby/Makefile.am - M ruby/cucul/cucul-canvas.c - A ruby/cucul/cucul-canvas.h - M ruby/cucul/cucul.c + M /libcaca/trunk/ruby/Makefile.am + M /libcaca/trunk/ruby/cucul/cucul-canvas.c + A /libcaca/trunk/ruby/cucul/cucul-canvas.h + M /libcaca/trunk/ruby/cucul/cucul.c * Fix some prototypes and use a header file for Init_cucul_canvas - ------------------------------------------------------------------------ -r1266 | sam | 2007-11-15 09:20:37 +0100 (Thu, 15 Nov 2007) | 2 lines +r1959 | sam | 2007-11-15 08:20:37 +0000 (Thu, 15 Nov 2007) | 2 lines Changed paths: - M cxx/cucul++.h + M /libcaca/trunk/cxx/cucul++.h * Make Charset class methods explicitly public. ------------------------------------------------------------------------ -r1265 | sam | 2007-11-15 09:20:17 +0100 (Thu, 15 Nov 2007) | 2 lines +r1958 | sam | 2007-11-15 08:20:17 +0000 (Thu, 15 Nov 2007) | 2 lines Changed paths: - M cxx/Makefile.am + M /libcaca/trunk/cxx/Makefile.am * Link libcaca++ with libcucul++, not only the C versions. ------------------------------------------------------------------------ -r1264 | sam | 2007-11-15 01:22:37 +0100 (Thu, 15 Nov 2007) | 3 lines +r1957 | sam | 2007-11-15 00:22:37 +0000 (Thu, 15 Nov 2007) | 3 lines Changed paths: - M ruby/Makefile.am + M /libcaca/trunk/ruby/Makefile.am * Do not run "make clean" in ruby/* subdirectories when the Makefiles do not even exist. ------------------------------------------------------------------------ -r1261 | sam | 2007-11-14 00:55:07 +0100 (Wed, 14 Nov 2007) | 2 lines +r1954 | sam | 2007-11-13 23:55:07 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - A DotNet/.gitignore - D DotNet/Makefile - A DotNet/Makefile.am - M Makefile.am - M configure.ac + A /libcaca/trunk/DotNet/.gitignore + D /libcaca/trunk/DotNet/Makefile + A /libcaca/trunk/DotNet/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac * Autotoolified the .NET bindings. Use --enable-dotnet. ------------------------------------------------------------------------ -r1260 | sam | 2007-11-14 00:55:05 +0100 (Wed, 14 Nov 2007) | 2 lines +r1953 | sam | 2007-11-13 23:55:05 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Build Ruby and C++ bindings by default. ------------------------------------------------------------------------ -r1259 | sam | 2007-11-14 00:55:03 +0100 (Wed, 14 Nov 2007) | 2 lines +r1952 | sam | 2007-11-13 23:55:03 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.cpp * Update C++ bindings after cucul_set_dither_mode() deprecation. ------------------------------------------------------------------------ -r1258 | sam | 2007-11-14 00:55:01 +0100 (Wed, 14 Nov 2007) | 2 lines +r1951 | sam | 2007-11-13 23:55:01 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M Makefile.am - M configure.ac - A ruby/.gitignore - D ruby/Makefile - A ruby/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/ruby/.gitignore + D /libcaca/trunk/ruby/Makefile + A /libcaca/trunk/ruby/Makefile.am * Autotoolified the Ruby bindings. Use --enable-ruby. ------------------------------------------------------------------------ -r1257 | sam | 2007-11-14 00:54:59 +0100 (Wed, 14 Nov 2007) | 2 lines +r1950 | sam | 2007-11-13 23:54:59 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M src/.gitignore + M /libcaca/trunk/src/.gitignore * Update .gitignore after img2irc -> img2txt change. ------------------------------------------------------------------------ -r1256 | pterjan | 2007-11-14 00:28:59 +0100 (Wed, 14 Nov 2007) | 2 lines +r1949 | pterjan | 2007-11-13 23:28:59 +0000 (Tue, 13 Nov 2007) | 1 line Changed paths: - A ruby/cucul/t/tc_frame.rb - A ruby/cucul/test.rb + A /libcaca/trunk/ruby/cucul/t + A /libcaca/trunk/ruby/cucul/t/tc_frame.rb + A /libcaca/trunk/ruby/cucul/test.rb * Add a first test for Ruby binding - ------------------------------------------------------------------------ -r1255 | pterjan | 2007-11-13 14:20:14 +0100 (Tue, 13 Nov 2007) | 2 lines +r1948 | pterjan | 2007-11-13 13:20:14 +0000 (Tue, 13 Nov 2007) | 1 line Changed paths: - M ruby/cucul/cucul-canvas.c + M /libcaca/trunk/ruby/cucul/cucul-canvas.c Improve Ruby API for draw_{,thin_}polyline and fix a leak on error - ------------------------------------------------------------------------ -r1254 | pterjan | 2007-11-13 13:41:33 +0100 (Tue, 13 Nov 2007) | 2 lines +r1947 | pterjan | 2007-11-13 12:41:33 +0000 (Tue, 13 Nov 2007) | 1 line Changed paths: - M cucul/line.c + M /libcaca/trunk/cucul/line.c Fix a typo in the doc - ------------------------------------------------------------------------ -r1253 | sam | 2007-11-13 12:19:00 +0100 (Tue, 13 Nov 2007) | 2 lines +r1946 | sam | 2007-11-13 11:19:00 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M doc/tutorial.dox + M /libcaca/trunk/doc/tutorial.dox * Add error checking to the tutorial. ------------------------------------------------------------------------ -r1252 | sam | 2007-11-13 12:18:59 +0100 (Tue, 13 Nov 2007) | 2 lines +r1945 | sam | 2007-11-13 11:18:59 +0000 (Tue, 13 Nov 2007) | 2 lines Changed paths: - M doc/tutorial.dox + M /libcaca/trunk/doc/tutorial.dox * Tutorial was generating a warning since the deprecation of cucul_putstr(). ------------------------------------------------------------------------ -r1251 | pterjan | 2007-11-13 12:03:25 +0100 (Tue, 13 Nov 2007) | 2 lines +r1944 | pterjan | 2007-11-13 11:03:25 +0000 (Tue, 13 Nov 2007) | 1 line Changed paths: - A ruby/Makefile - A ruby/caca/extconf.rb - A ruby/cucul/cucul-canvas.c - A ruby/cucul/cucul.c - A ruby/cucul/extconf.rb + A /libcaca/trunk/ruby + A /libcaca/trunk/ruby/Makefile + A /libcaca/trunk/ruby/caca + A /libcaca/trunk/ruby/caca/extconf.rb + A /libcaca/trunk/ruby/cucul + A /libcaca/trunk/ruby/cucul/cucul-canvas.c + A /libcaca/trunk/ruby/cucul/cucul.c + A /libcaca/trunk/ruby/cucul/extconf.rb Import Ruby binding - ------------------------------------------------------------------------ -r1226 | jylam | 2007-11-07 11:29:02 +0100 (Wed, 07 Nov 2007) | 3 lines +r1919 | jylam | 2007-11-07 10:29:02 +0000 (Wed, 07 Nov 2007) | 3 lines Changed paths: - M doc/img2txt.1 - M src/img2txt.c + M /libcaca/trunk/doc/img2txt.1 + M /libcaca/trunk/src/img2txt.c - * Added switch to control output font size, and updated documentation + * Added switch to control output font size, and updated documentation accordingly ------------------------------------------------------------------------ -r1225 | jylam | 2007-11-07 11:07:04 +0100 (Wed, 07 Nov 2007) | 2 lines +r1918 | jylam | 2007-11-07 10:07:04 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - M doc/img2txt.1 + M /libcaca/trunk/doc/img2txt.1 - * Updated man page for --version + * Updated man page for --version ------------------------------------------------------------------------ -r1224 | jylam | 2007-11-07 11:03:50 +0100 (Wed, 07 Nov 2007) | 2 lines +r1917 | jylam | 2007-11-07 10:03:50 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Added version switch ------------------------------------------------------------------------ -r1223 | jylam | 2007-11-07 10:44:26 +0100 (Wed, 07 Nov 2007) | 2 lines +r1916 | jylam | 2007-11-07 09:44:26 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - M doc/Makefile.am - M doc/cacaview.1 - M src/img2txt.c + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/cacaview.1 + M /libcaca/trunk/src/img2txt.c * Updated documentation to reflect img2irc name change, fixed typo in img2txt help ------------------------------------------------------------------------ -r1222 | jylam | 2007-11-07 10:27:43 +0100 (Wed, 07 Nov 2007) | 2 lines +r1915 | jylam | 2007-11-07 09:27:43 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - D doc/img2irc.1 - A doc/img2txt.1 + D /libcaca/trunk/doc/img2irc.1 + A /libcaca/trunk/doc/img2txt.1 (from /libcaca/trunk/doc/img2irc.1:1899) * Updated img2txt man page ------------------------------------------------------------------------ -r1221 | sam | 2007-11-07 02:09:20 +0100 (Wed, 07 Nov 2007) | 2 lines +r1914 | sam | 2007-11-07 01:09:20 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Always include when present, to make header simpler. ------------------------------------------------------------------------ -r1220 | sam | 2007-11-07 02:09:16 +0100 (Wed, 07 Nov 2007) | 2 lines +r1913 | sam | 2007-11-07 01:09:16 +0000 (Wed, 07 Nov 2007) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier. ------------------------------------------------------------------------ -r1219 | sam | 2007-11-07 02:09:13 +0100 (Wed, 07 Nov 2007) | 3 lines +r1912 | sam | 2007-11-07 01:09:13 +0000 (Wed, 07 Nov 2007) | 3 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Use kpsewhich to find a4.sty and a4wide.sty, as suggested by Alexis Ballier. ------------------------------------------------------------------------ -r1218 | jylam | 2007-11-06 17:12:33 +0100 (Tue, 06 Nov 2007) | 2 lines +r1911 | jylam | 2007-11-06 16:12:33 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Fixed typo in help ------------------------------------------------------------------------ -r1217 | jylam | 2007-11-06 17:07:03 +0100 (Tue, 06 Nov 2007) | 2 lines +r1910 | jylam | 2007-11-06 16:07:03 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Added imlib2 note on builds without it ------------------------------------------------------------------------ -r1216 | jylam | 2007-11-06 15:09:07 +0100 (Tue, 06 Nov 2007) | 2 lines +r1909 | jylam | 2007-11-06 14:09:07 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Added brightness / contrast / gamma support ------------------------------------------------------------------------ -r1215 | jylam | 2007-11-06 14:51:36 +0100 (Tue, 06 Nov 2007) | 2 lines +r1908 | jylam | 2007-11-06 13:51:36 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Fixed bad file error handling, made dither and export errors more informative on program name ------------------------------------------------------------------------ -r1214 | jylam | 2007-11-06 14:49:19 +0100 (Tue, 06 Nov 2007) | 2 lines +r1907 | jylam | 2007-11-06 13:49:19 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Added dither error handling ------------------------------------------------------------------------ -r1213 | jylam | 2007-11-06 14:45:18 +0100 (Tue, 06 Nov 2007) | 2 lines +r1906 | jylam | 2007-11-06 13:45:18 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Added --dither option and updated usage() ------------------------------------------------------------------------ -r1212 | jylam | 2007-11-06 14:19:23 +0100 (Tue, 06 Nov 2007) | 2 lines +r1905 | jylam | 2007-11-06 13:19:23 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/mygetopt.c + M /libcaca/trunk/src/mygetopt.c * WTF is a typedef missing ? ------------------------------------------------------------------------ -r1211 | jylam | 2007-11-06 14:13:14 +0100 (Tue, 06 Nov 2007) | 2 lines +r1904 | jylam | 2007-11-06 13:13:14 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/mygetopt.c + M /libcaca/trunk/src/mygetopt.c * Quick and Dirty hack for DOS ans kernel drivers ------------------------------------------------------------------------ -r1210 | jylam | 2007-11-06 13:59:54 +0100 (Tue, 06 Nov 2007) | 2 lines +r1903 | jylam | 2007-11-06 12:59:54 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - A src/mygetopt.c - A src/mygetopt.h + A /libcaca/trunk/src/mygetopt.c + A /libcaca/trunk/src/mygetopt.h * Oops, forgot to add getopt replacement files, omg. ------------------------------------------------------------------------ -r1209 | jylam | 2007-11-06 13:57:46 +0100 (Tue, 06 Nov 2007) | 2 lines +r1902 | jylam | 2007-11-06 12:57:46 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/img2txt.c + M /libcaca/trunk/src/img2txt.c * Replaced img2irc / pic2irc occurences, fixed bad c/c in options list ------------------------------------------------------------------------ -r1208 | jylam | 2007-11-06 13:55:26 +0100 (Tue, 06 Nov 2007) | 2 lines +r1901 | jylam | 2007-11-06 12:55:26 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/Makefile.am - D src/img2irc.c - A src/img2txt.c + M /libcaca/trunk/src/Makefile.am + D /libcaca/trunk/src/img2irc.c + A /libcaca/trunk/src/img2txt.c (from /libcaca/trunk/src/img2irc.c:1900) * Renamed img2irc to a more generic img2txt ------------------------------------------------------------------------ -r1207 | jylam | 2007-11-06 13:53:52 +0100 (Tue, 06 Nov 2007) | 2 lines +r1900 | jylam | 2007-11-06 12:53:52 +0000 (Tue, 06 Nov 2007) | 2 lines Changed paths: - M src/Makefile.am - M src/img2irc.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/img2irc.c * Added getopt / mygetopt support to img2irc, and added options to control width, height, and format ------------------------------------------------------------------------ -r1191 | sam | 2007-11-04 19:37:38 +0100 (Sun, 04 Nov 2007) | 2 lines +r1884 | sam | 2007-11-04 18:37:38 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * New transition effects: horizontal and vertical lines. ------------------------------------------------------------------------ -r1189 | sam | 2007-11-04 13:00:03 +0100 (Sun, 04 Nov 2007) | 2 lines +r1882 | sam | 2007-11-04 12:00:03 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M caca/caca0.c - M src/cacaview.c + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/src/cacaview.c * Updated libcaca and cacaview after the API changes. ------------------------------------------------------------------------ -r1188 | sam | 2007-11-04 13:00:00 +0100 (Sun, 04 Nov 2007) | 3 lines +r1881 | sam | 2007-11-04 12:00:00 +0000 (Sun, 04 Nov 2007) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c - M cucul/legacy.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/legacy.c * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s a longer name but "mode" really wasn’t appropriate here. ------------------------------------------------------------------------ -r1187 | sam | 2007-11-04 12:59:57 +0100 (Sun, 04 Nov 2007) | 2 lines +r1880 | sam | 2007-11-04 11:59:57 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). ------------------------------------------------------------------------ -r1186 | sam | 2007-11-04 12:59:54 +0100 (Sun, 04 Nov 2007) | 3 lines +r1879 | sam | 2007-11-04 11:59:54 +0000 (Sun, 04 Nov 2007) | 3 lines Changed paths: - M AUTHORS - M NEWS - M THANKS - M TODO - M caca/caca.h - M cucul/cucul.h - M doc/canvas.dox - M doc/font.dox - M doc/libcaca.dox - M doc/migrating.dox - M doc/style.dox - M doc/tutorial.dox - M doc/user.dox + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/NEWS + M /libcaca/trunk/THANKS + M /libcaca/trunk/TODO + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/doc/canvas.dox + M /libcaca/trunk/doc/font.dox + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/doc/migrating.dox + M /libcaca/trunk/doc/style.dox + M /libcaca/trunk/doc/tutorial.dox + M /libcaca/trunk/doc/user.dox * Renamed doxygen sections here and there to avoid embarassing side-effects such as "man tutorial" showing the libcaca tutorial on Debian systems. ------------------------------------------------------------------------ -r1185 | sam | 2007-11-04 12:59:47 +0100 (Sun, 04 Nov 2007) | 3 lines +r1878 | sam | 2007-11-04 11:59:47 +0000 (Sun, 04 Nov 2007) | 3 lines Changed paths: - M Makefile.am - M cucul/Makefile.am - M cucul/font.c - D cucul/font_mono9.h - D cucul/font_monobold12.h - A cucul/mono9.data - A cucul/monobold12.data + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/font.c + D /libcaca/trunk/cucul/font_mono9.h + D /libcaca/trunk/cucul/font_monobold12.h + A /libcaca/trunk/cucul/mono9.data (from /libcaca/trunk/cucul/font_mono9.h:1877) + A /libcaca/trunk/cucul/monobold12.data (from /libcaca/trunk/cucul/font_monobold12.h:1877) * Renamed fonts to *.data to make sure they are not mistaken for editable files (like there is any chance). ------------------------------------------------------------------------ -r1184 | sam | 2007-11-04 11:41:07 +0100 (Sun, 04 Nov 2007) | 2 lines +r1877 | sam | 2007-11-04 10:41:07 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). ------------------------------------------------------------------------ -r1183 | sam | 2007-11-04 10:56:40 +0100 (Sun, 04 Nov 2007) | 3 lines +r1876 | sam | 2007-11-04 09:56:40 +0000 (Sun, 04 Nov 2007) | 3 lines Changed paths: - M cucul/dither.c + M /libcaca/trunk/cucul/dither.c * cucul_get_dither_brightness() is no longer a stub. * Implemented missing cucul_get_dither_contrast(). ------------------------------------------------------------------------ -r1182 | sam | 2007-11-04 10:56:37 +0100 (Sun, 04 Nov 2007) | 2 lines +r1875 | sam | 2007-11-04 09:56:37 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M cxx/cucul++.cpp - M cxx/cucul++.h - M test/demo.c + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/test/demo.c * Removed calls to now deprecated cucul_set_dither_invert(). ------------------------------------------------------------------------ -r1181 | sam | 2007-11-04 10:30:15 +0100 (Sun, 04 Nov 2007) | 2 lines +r1874 | sam | 2007-11-04 09:30:15 +0000 (Sun, 04 Nov 2007) | 2 lines +Changed paths: + M /libcaca/trunk * Ignore the autotools/ directory. ------------------------------------------------------------------------ -r1180 | sam | 2007-11-04 10:29:07 +0100 (Sun, 04 Nov 2007) | 2 lines +r1873 | sam | 2007-11-04 09:29:07 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - A .gitignore - A cxx/.gitignore - A doc/.gitignore - A src/.gitignore - A test/.gitignore - A tools/.gitignore + A /libcaca/trunk/.gitignore + A /libcaca/trunk/cxx/.gitignore + A /libcaca/trunk/doc/.gitignore + A /libcaca/trunk/src/.gitignore + A /libcaca/trunk/test/.gitignore + A /libcaca/trunk/tools/.gitignore * Added .gitignore files in addition to svn:ignore properties. ------------------------------------------------------------------------ -r1179 | sam | 2007-11-04 09:45:47 +0100 (Sun, 04 Nov 2007) | 2 lines +r1872 | sam | 2007-11-04 08:45:47 +0000 (Sun, 04 Nov 2007) | 2 lines Changed paths: - M Makefile.am - D autotools/Makefile.am - M configure.ac + M /libcaca/trunk/Makefile.am + D /libcaca/trunk/autotools + M /libcaca/trunk/configure.ac * Don’t manage autotools/ with SVN. ------------------------------------------------------------------------ -r1178 | sam | 2007-11-04 00:27:54 +0100 (Sun, 04 Nov 2007) | 3 lines +r1871 | sam | 2007-11-03 23:27:54 +0000 (Sat, 03 Nov 2007) | 3 lines Changed paths: - M tools/sortchars.c + M /libcaca/trunk/tools/sortchars.c * Add a lookback table in the output. Will be handy later. * Now sortchars’s output can be directly saved to a C header file. ------------------------------------------------------------------------ -r1177 | sam | 2007-11-03 23:59:53 +0100 (Sat, 03 Nov 2007) | 5 lines +r1870 | sam | 2007-11-03 22:59:53 +0000 (Sat, 03 Nov 2007) | 5 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c - M cucul/legacy.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/legacy.c * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no reason to keep a copy of them in the calling program. @@ -1347,275 +2587,277 @@ Changed paths: done by setting a negative gamma value. ------------------------------------------------------------------------ -r1176 | sam | 2007-11-03 13:59:42 +0100 (Sat, 03 Nov 2007) | 2 lines +r1869 | sam | 2007-11-03 12:59:42 +0000 (Sat, 03 Nov 2007) | 2 lines Changed paths: - M bootstrap + M /libcaca/trunk/bootstrap * Crap, typo in bootstrap script. ------------------------------------------------------------------------ -r1175 | sam | 2007-11-03 13:58:05 +0100 (Sat, 03 Nov 2007) | 2 lines +r1868 | sam | 2007-11-03 12:58:05 +0000 (Sat, 03 Nov 2007) | 2 lines Changed paths: - M bootstrap + M /libcaca/trunk/bootstrap * Updated bootstrap script. ------------------------------------------------------------------------ -r1174 | sam | 2007-10-28 11:27:01 +0100 (Sun, 28 Oct 2007) | 2 lines +r1853 | sam | 2007-10-28 10:27:01 +0000 (Sun, 28 Oct 2007) | 2 lines Changed paths: - M cucul/cucul.h + M /libcaca/trunk/cucul/cucul.h * Only use __attribute__((__deprecated__)) with gcc >= 3.x. ------------------------------------------------------------------------ -r1173 | sam | 2007-10-28 11:23:59 +0100 (Sun, 28 Oct 2007) | 3 lines +r1852 | sam | 2007-10-28 10:23:59 +0000 (Sun, 28 Oct 2007) | 3 lines Changed paths: - M test/font.c + M /libcaca/trunk/test/font.c * C89 compilation fix for machines that do not have , thanks to Rado S. ------------------------------------------------------------------------ -r1172 | sam | 2007-10-28 11:20:11 +0100 (Sun, 28 Oct 2007) | 3 lines +r1851 | sam | 2007-10-28 10:20:11 +0000 (Sun, 28 Oct 2007) | 3 lines Changed paths: - M caca/driver_ncurses.c - M configure.ac + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/configure.ac * When present, include and to allow the ncurses driver to build on Solaris. Fix courtesy of Rado S. ------------------------------------------------------------------------ -r1163 | sam | 2007-10-24 01:02:40 +0200 (Wed, 24 Oct 2007) | 23 lines +r1842 | sam | 2007-10-23 23:02:40 +0000 (Tue, 23 Oct 2007) | 24 lines Changed paths: - M tools/sortchars.c + M /libcaca/trunk/tools/sortchars.c * Improved distance computation in sortchars.c. * Use font 0 instead of font 1. * Print a bitmapped example at the end. - _pBBBBPP"' '7PBBBBBL - _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_ + _pBBBBPP"' '7PBBBBBL + _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_ _BBBB" _@BBBBBPPPPPPPP%BBBBBpL %BBBb BBB" _@BBBP"' ____ 'PBBBBp %BB BB @BBBP __iIIIIIIIIIiL '%BBBL 7B P BBBP _IIII**''''"*lIIIi_ 7BBBb 7 - BBBP III/' ,,:::, "IIIi BBBb - JBBB III" ,!!!!!!!!:, lIIi 7BBB - BBBL JIII ,!!"' '!!! III BBBL - BBBL lIII "!!, !!! IIIL BBBP - BBBL III !!!::::!!!" JIII BBBL - JBBB lIIIL '"!!!!""' iIII @BBB - L 3BBBL "lIIIi_ __iIII/ @BBB + BBBP III/' ,,:::, "IIIi BBBb + JBBB III" ,!!!!!!!!:, lIIi 7BBB + BBBL JIII ,!!"' '!!! III BBBL + BBBL lIII "!!, !!! IIIL BBBP + BBBL III !!!::::!!!" JIII BBBL + JBBB lIIIL '"!!!!""' iIII @BBB + L 3BBBL "lIIIi_ __iIII/ @BBB BL 7BBBb '*IIIIIIIIIIII/" _@BBP @ BBb %BBBb_ '"*****"' __BBBB" _BB %BBBp 7BBBBbpL__ __ppBBBBP" _@BBB - 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP - 'PBBBBpL_ ''''PP"'''' _p@BBBBP + 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP + 'PBBBBpL_ ''''PP"'''' _p@BBBBP + ------------------------------------------------------------------------ -r1162 | sam | 2007-10-22 12:15:54 +0200 (Mon, 22 Oct 2007) | 2 lines +r1841 | sam | 2007-10-22 10:15:54 +0000 (Mon, 22 Oct 2007) | 2 lines Changed paths: - M tools/sortchars.c + M /libcaca/trunk/tools/sortchars.c * Updates to sortchars.c so that it can output a proper LUT. ------------------------------------------------------------------------ -r1161 | sam | 2007-10-22 10:47:05 +0200 (Mon, 22 Oct 2007) | 3 lines +r1840 | sam | 2007-10-22 08:47:05 +0000 (Mon, 22 Oct 2007) | 3 lines Changed paths: - M tools/Makefile.am - A tools/sortchars.c + M /libcaca/trunk/tools + M /libcaca/trunk/tools/Makefile.am + A /libcaca/trunk/tools/sortchars.c * Small tool to analyse character glyphs depending on their shape. Will be used for improved dithering. ------------------------------------------------------------------------ -r1160 | sam | 2007-10-20 09:37:28 +0200 (Sat, 20 Oct 2007) | 2 lines +r1839 | sam | 2007-10-20 07:37:28 +0000 (Sat, 20 Oct 2007) | 2 lines Changed paths: - M caca/graphics.c + M /libcaca/trunk/caca/graphics.c * Documented which drivers support caca_set_cursor(). ------------------------------------------------------------------------ -r1159 | sam | 2007-10-20 00:22:13 +0200 (Sat, 20 Oct 2007) | 3 lines +r1837 | sam | 2007-10-19 22:22:13 +0000 (Fri, 19 Oct 2007) | 3 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_x11.c - M test/input.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/test/input.c * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers. * Use caca_set_cursor() in test/input.c. ------------------------------------------------------------------------ -r1158 | sam | 2007-10-19 00:07:39 +0200 (Fri, 19 Oct 2007) | 2 lines +r1836 | sam | 2007-10-18 22:07:39 +0000 (Thu, 18 Oct 2007) | 2 lines Changed paths: - M src/cacaview.c + M /libcaca/trunk/src/cacaview.c * Fixed cacaview’s dithering selection. ------------------------------------------------------------------------ -r1157 | sam | 2007-10-07 22:40:39 +0200 (Sun, 07 Oct 2007) | 2 lines +r1835 | sam | 2007-10-07 20:40:39 +0000 (Sun, 07 Oct 2007) | 2 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * Output refman.log in case of build error. ------------------------------------------------------------------------ -r1156 | sam | 2007-09-30 18:49:47 +0200 (Sun, 30 Sep 2007) | 2 lines +r1833 | sam | 2007-09-30 16:49:47 +0000 (Sun, 30 Sep 2007) | 2 lines Changed paths: - M cucul/dither.c + M /libcaca/trunk/cucul/dither.c * Save user attributes when calling cucul_dither_bitmap(). ------------------------------------------------------------------------ -r1155 | sam | 2007-09-30 17:03:38 +0200 (Sun, 30 Sep 2007) | 3 lines +r1829 | sam | 2007-09-30 15:03:38 +0000 (Sun, 30 Sep 2007) | 3 lines Changed paths: - M bootstrap - M configure.ac + M /libcaca/trunk/bootstrap + M /libcaca/trunk/configure.ac * Further refined the tetex/texlive detection method. * Support for autotools-1.10. ------------------------------------------------------------------------ -r1154 | sam | 2007-09-30 16:44:46 +0200 (Sun, 30 Sep 2007) | 2 lines +r1828 | sam | 2007-09-30 14:44:46 +0000 (Sun, 30 Sep 2007) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Support Debian's texlive installation. Will sneak this fix in beta12. ------------------------------------------------------------------------ -r1150 | sam | 2007-09-30 15:34:11 +0200 (Sun, 30 Sep 2007) | 3 lines +r1824 | sam | 2007-09-30 13:34:11 +0000 (Sun, 30 Sep 2007) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta11. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r1149 | sam | 2007-09-30 15:32:16 +0200 (Sun, 30 Sep 2007) | 2 lines +r1823 | sam | 2007-09-30 13:32:16 +0000 (Sun, 30 Sep 2007) | 2 lines Changed paths: - M test/blit.c - M test/colors.c - M test/demo.c - M test/demo0.c - M test/dithering.c - M test/event.c + M /libcaca/trunk/test/blit.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/demo0.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c * Minor tuning to the various tests, just so that they’re releasable. ------------------------------------------------------------------------ -r1148 | sam | 2007-09-30 13:28:13 +0200 (Sun, 30 Sep 2007) | 2 lines +r1822 | sam | 2007-09-30 11:28:13 +0000 (Sun, 30 Sep 2007) | 2 lines Changed paths: - M cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.cpp * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). ------------------------------------------------------------------------ -r1147 | sam | 2007-09-30 12:22:24 +0200 (Sun, 30 Sep 2007) | 2 lines +r1820 | sam | 2007-09-30 10:22:24 +0000 (Sun, 30 Sep 2007) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added a few rotation pairs. Nothing awesome. ------------------------------------------------------------------------ -r1146 | sam | 2007-09-30 12:12:19 +0200 (Sun, 30 Sep 2007) | 3 lines +r1819 | sam | 2007-09-30 10:12:19 +0000 (Sun, 30 Sep 2007) | 3 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Improve rotation output by avoiding white-on-black attributes to appear due to spaces. ------------------------------------------------------------------------ -r1145 | sam | 2007-09-29 17:15:17 +0200 (Sat, 29 Sep 2007) | 4 lines +r1816 | sam | 2007-09-29 15:15:17 +0000 (Sat, 29 Sep 2007) | 4 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Allow to rotate canvases with an odd width. * Added a few additional character pairs of the left/right rotations. * Added missing errno sets. ------------------------------------------------------------------------ -r1144 | sam | 2007-08-02 20:12:19 +0200 (Thu, 02 Aug 2007) | 2 lines +r1814 | sam | 2007-08-02 18:12:19 +0000 (Thu, 02 Aug 2007) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * More widechar rotations. \/ > /\ < is cool. ------------------------------------------------------------------------ -r1143 | sam | 2007-08-02 19:33:10 +0200 (Thu, 02 Aug 2007) | 2 lines +r1813 | sam | 2007-08-02 17:33:10 +0000 (Thu, 02 Aug 2007) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Reset cursor position after a resize. Not sure it’s what I want. ------------------------------------------------------------------------ -r1142 | sam | 2007-08-02 18:38:31 +0200 (Thu, 02 Aug 2007) | 2 lines +r1812 | sam | 2007-08-02 16:38:31 +0000 (Thu, 02 Aug 2007) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * More widechar rotation pairs. ------------------------------------------------------------------------ -r1141 | sam | 2007-07-17 22:46:18 +0200 (Tue, 17 Jul 2007) | 4 lines +r1809 | sam | 2007-07-17 20:46:18 +0000 (Tue, 17 Jul 2007) | 4 lines Changed paths: - M cucul/cucul.h - M cucul/transform.c - M test/text.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/text.c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to cucul_stretch_* to avoid long function names. And the pairwise rotations look so nice now that they should be the real rotation chars. ------------------------------------------------------------------------ -r1140 | sam | 2007-07-17 19:20:11 +0200 (Tue, 17 Jul 2007) | 3 lines +r1808 | sam | 2007-07-17 17:20:11 +0000 (Tue, 17 Jul 2007) | 3 lines Changed paths: - M cucul/transform.c - M test/text.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/text.c * More characters for the wide rotations. * Updated test/text to show what the wide rotations now do. ------------------------------------------------------------------------ -r1139 | sam | 2007-07-17 17:22:34 +0200 (Tue, 17 Jul 2007) | 2 lines +r1807 | sam | 2007-07-17 15:22:34 +0000 (Tue, 17 Jul 2007) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Use j/ḷ and l/ȷ pairs in glyph rotation. ------------------------------------------------------------------------ -r1138 | sam | 2007-07-17 01:51:49 +0200 (Tue, 17 Jul 2007) | 2 lines +r1806 | sam | 2007-07-16 23:51:49 +0000 (Mon, 16 Jul 2007) | 2 lines Changed paths: - M test/input.c + M /libcaca/trunk/test/input.c * minor warning fix ------------------------------------------------------------------------ -r1137 | sam | 2007-07-10 19:02:46 +0200 (Tue, 10 Jul 2007) | 3 lines +r1805 | sam | 2007-07-10 17:02:46 +0000 (Tue, 10 Jul 2007) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/transform.c - M test/text.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/text.c * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They suck massively for now. ------------------------------------------------------------------------ -r1136 | sam | 2007-07-09 19:24:28 +0200 (Mon, 09 Jul 2007) | 2 lines +r1795 | sam | 2007-07-09 17:24:28 +0000 (Mon, 09 Jul 2007) | 2 lines Changed paths: - M COPYING + M /libcaca/trunk/COPYING * Fixed address in license. ------------------------------------------------------------------------ -r1135 | sam | 2007-06-28 18:29:00 +0200 (Thu, 28 Jun 2007) | 5 lines +r1788 | sam | 2007-06-28 16:29:00 +0000 (Thu, 28 Jun 2007) | 5 lines Changed paths: - M cucul/cucul.h - M cucul/legacy.c - M cucul/transform.c - M test/text.c - M test/transform.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. * Renamed cucul_rotate into cucul_rotate_180. @@ -1623,153 +2865,153 @@ Changed paths: Hope it all makes sense. ------------------------------------------------------------------------ -r1134 | sam | 2007-06-28 17:57:25 +0200 (Thu, 28 Jun 2007) | 2 lines +r1787 | sam | 2007-06-28 15:57:25 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M test/text.c + M /libcaca/trunk/test/text.c * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. ------------------------------------------------------------------------ -r1133 | sam | 2007-06-28 17:56:59 +0200 (Thu, 28 Jun 2007) | 2 lines +r1786 | sam | 2007-06-28 15:56:59 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/transform.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/transform.c * Implemented cucul_left() and cucul_right() for 90-degree rotations. ------------------------------------------------------------------------ -r1132 | sam | 2007-06-28 14:58:17 +0200 (Thu, 28 Jun 2007) | 3 lines +r1785 | sam | 2007-06-28 12:58:17 +0000 (Thu, 28 Jun 2007) | 3 lines Changed paths: - M caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_ncurses.c * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses driver. ------------------------------------------------------------------------ -r1131 | sam | 2007-06-28 14:56:40 +0200 (Thu, 28 Jun 2007) | 3 lines +r1784 | sam | 2007-06-28 12:56:40 +0000 (Thu, 28 Jun 2007) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley Sittler. Untested. ------------------------------------------------------------------------ -r1130 | sam | 2007-06-28 14:49:28 +0200 (Thu, 28 Jun 2007) | 3 lines +r1783 | sam | 2007-06-28 12:49:28 +0000 (Thu, 28 Jun 2007) | 3 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Removed malloc() calls from the rotozoom code, put initialisation in the PREPARE rule and did minor cleanup (SCNR). ------------------------------------------------------------------------ -r1129 | sam | 2007-06-28 14:47:57 +0200 (Thu, 28 Jun 2007) | 3 lines +r1782 | sam | 2007-06-28 12:47:57 +0000 (Thu, 28 Jun 2007) | 3 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley Sittler. ------------------------------------------------------------------------ -r1128 | sam | 2007-06-28 14:46:54 +0200 (Thu, 28 Jun 2007) | 2 lines +r1781 | sam | 2007-06-28 12:46:54 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M test/unicode.c + M /libcaca/trunk/test/unicode.c * Added a few chars to the unicode test. ------------------------------------------------------------------------ -r1127 | sam | 2007-06-28 14:46:04 +0200 (Thu, 28 Jun 2007) | 2 lines +r1780 | sam | 2007-06-28 12:46:04 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Differentiate between • and ● in the X11 rendering overrides. ------------------------------------------------------------------------ -r1126 | sam | 2007-06-28 14:15:06 +0200 (Thu, 28 Jun 2007) | 2 lines +r1779 | sam | 2007-06-28 12:15:06 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Patch by Ben Wiley Sittler for two misrendered glyphs. ------------------------------------------------------------------------ -r1125 | sam | 2007-06-28 09:43:41 +0200 (Thu, 28 Jun 2007) | 2 lines +r1778 | sam | 2007-06-28 07:43:41 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Slightly nicer code in driver_x11.c. ------------------------------------------------------------------------ -r1124 | jylam | 2007-06-28 09:42:36 +0200 (Thu, 28 Jun 2007) | 2 lines +r1777 | jylam | 2007-06-28 07:42:36 +0000 (Thu, 28 Jun 2007) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Minor cosmetic changes ------------------------------------------------------------------------ -r1123 | sam | 2007-06-27 20:00:18 +0200 (Wed, 27 Jun 2007) | 2 lines +r1776 | sam | 2007-06-27 18:00:18 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. ------------------------------------------------------------------------ -r1122 | sam | 2007-06-27 19:40:14 +0200 (Wed, 27 Jun 2007) | 3 lines +r1775 | sam | 2007-06-27 17:40:14 +0000 (Wed, 27 Jun 2007) | 3 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a bit myself, too. ------------------------------------------------------------------------ -r1121 | sam | 2007-06-27 16:43:59 +0200 (Wed, 27 Jun 2007) | 3 lines +r1774 | sam | 2007-06-27 14:43:59 +0000 (Wed, 27 Jun 2007) | 3 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does not exist, courtesy of Ben Wiley Sittler. ------------------------------------------------------------------------ -r1120 | sam | 2007-06-27 16:39:47 +0200 (Wed, 27 Jun 2007) | 2 lines +r1773 | sam | 2007-06-27 14:39:47 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M cucul/charset.c - M cucul/cucul.h + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. ------------------------------------------------------------------------ -r1119 | sam | 2007-06-27 15:35:59 +0200 (Wed, 27 Jun 2007) | 2 lines +r1772 | sam | 2007-06-27 13:35:59 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M AUTHORS - M caca/driver_gl.c + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/caca/driver_gl.c * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. ------------------------------------------------------------------------ -r1118 | sam | 2007-06-27 15:06:18 +0200 (Wed, 27 Jun 2007) | 2 lines +r1771 | sam | 2007-06-27 13:06:18 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_cocoa.m * Disabled USE_RGB12_FGBG for now, as it was reported not to work. ------------------------------------------------------------------------ -r1117 | sam | 2007-06-27 15:03:31 +0200 (Wed, 27 Jun 2007) | 3 lines +r1770 | sam | 2007-06-27 13:03:31 +0000 (Wed, 27 Jun 2007) | 3 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler ------------------------------------------------------------------------ -r1116 | sam | 2007-06-27 14:52:15 +0200 (Wed, 27 Jun 2007) | 2 lines +r1769 | sam | 2007-06-27 12:52:15 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h * Updated internal fonts to match tools/makefont.c. ------------------------------------------------------------------------ -r1115 | sam | 2007-06-27 14:48:34 +0200 (Wed, 27 Jun 2007) | 5 lines +r1768 | sam | 2007-06-27 12:48:34 +0000 (Wed, 27 Jun 2007) | 5 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Added glyphs to our default fonts: + Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben @@ -1777,1134 +3019,1137 @@ Changed paths: + Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette) ------------------------------------------------------------------------ -r1114 | sam | 2007-06-27 14:46:25 +0200 (Wed, 27 Jun 2007) | 2 lines +r1767 | sam | 2007-06-27 12:46:25 +0000 (Wed, 27 Jun 2007) | 2 lines Changed paths: - M Makefile.am + M /libcaca/trunk/Makefile.am * Add a "make fonts" rule to the makefile for easy updates. ------------------------------------------------------------------------ -r1113 | jylam | 2007-06-24 09:46:18 +0200 (Sun, 24 Jun 2007) | 2 lines +r1766 | jylam | 2007-06-24 07:46:18 +0000 (Sun, 24 Jun 2007) | 2 lines Changed paths: - M src/Makefile.am - M src/cacademo.c - A src/texture.h + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacademo.c + A /libcaca/trunk/src/texture.h * Added rotozoom (and its 1MB header file) ------------------------------------------------------------------------ -r1112 | jylam | 2007-02-23 15:34:48 +0100 (Fri, 23 Feb 2007) | 2 lines +r1757 | jylam | 2007-02-23 14:34:48 +0000 (Fri, 23 Feb 2007) | 2 lines Changed paths: - M build-kernel - M src/cacademo.c + M /libcaca/trunk/build-kernel + M /libcaca/trunk/src/cacademo.c * Added squared transition to cacademo ------------------------------------------------------------------------ -r1111 | jylam | 2007-02-22 16:34:48 +0100 (Thu, 22 Feb 2007) | 2 lines +r1754 | jylam | 2007-02-22 15:34:48 +0000 (Thu, 22 Feb 2007) | 2 lines Changed paths: - M src/cacaplay.c + M /libcaca/trunk/src/cacaplay.c * Added error checks to cacaplay ------------------------------------------------------------------------ -r1110 | jylam | 2007-02-22 16:31:39 +0100 (Thu, 22 Feb 2007) | 2 lines -Changed paths: - M test/blit.c - M test/colors.c - M test/cucul.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/font.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/hsv.c - M test/import.c - M test/input.c - M test/swallow.c - M test/text.c - M test/transform.c - M test/unicode.c +r1753 | jylam | 2007-02-22 15:31:39 +0000 (Thu, 22 Feb 2007) | 2 lines +Changed paths: + M /libcaca/trunk/test/blit.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/cucul.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/swallow.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/unicode.c * Added error checks on canvas / display creations ------------------------------------------------------------------------ -r1109 | jylam | 2007-02-22 15:47:32 +0100 (Thu, 22 Feb 2007) | 2 lines +r1752 | jylam | 2007-02-22 14:47:32 +0000 (Thu, 22 Feb 2007) | 2 lines Changed paths: - M test/truecolor.c + M /libcaca/trunk/test/truecolor.c * Added error detection to truecolor test ------------------------------------------------------------------------ -r1108 | sam | 2007-02-20 19:15:52 +0100 (Tue, 20 Feb 2007) | 2 lines +r1750 | sam | 2007-02-20 18:15:52 +0000 (Tue, 20 Feb 2007) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * The transformation rules didn’t have ⅃ ⅄ ⅂. ------------------------------------------------------------------------ -r1104 | jylam | 2007-01-04 12:07:43 +0100 (Thu, 04 Jan 2007) | 2 lines +r1556 | jylam | 2007-01-04 11:07:43 +0000 (Thu, 04 Jan 2007) | 2 lines Changed paths: - M caca/event.c + M /libcaca/trunk/caca/event.c * Changed threshold in key events, a bit more natural ------------------------------------------------------------------------ -r1103 | sam | 2006-12-12 02:53:54 +0100 (Tue, 12 Dec 2006) | 2 lines -Changed paths: - M DotNet/AssemblyInfo.cs - M DotNet/Caca.cs - M DotNet/Cucul.cs - M DotNet/test.cs - M caca/caca.c - M caca/caca.h - M caca/caca0.c - M caca/caca0.h - M caca/caca_internals.h - M caca/driver_cocoa.m - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M caca/time.c - M cucul/attr.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/frame.c - M cucul/import.c - M cucul/legacy.c - M cucul/line.c - M cucul/transform.c - M cucul/triangle.c - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cucul++.cpp - M cxx/cucul++.h - M cxx/cxxtest.cpp - M kernel/kernel.c - M kernel/kernel.h - M python/pypycaca.c - M python/pypycaca.h - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/common-image.c - M src/common-image.h - M src/img2irc.c - M test/blit.c - M test/colors.c - M test/cucul.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/hsv.c - M test/import.c - M test/input.c - M test/spritedit.c - M test/swallow.c - M test/text.c - M test/transform.c - M test/truecolor.c - M test/unicode.c - M tools/makefont.c - M tools/optipal.c +r1462 | sam | 2006-12-12 01:53:54 +0000 (Tue, 12 Dec 2006) | 1 line +Changed paths: + M /libcaca/trunk/DotNet/AssemblyInfo.cs + M /libcaca/trunk/DotNet/Caca.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/common-image.h + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/blit.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/cucul.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/swallow.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c + M /libcaca/trunk/tools/makefont.c + M /libcaca/trunk/tools/optipal.c * Bwarf, typo in the no warranty clause. - ------------------------------------------------------------------------ -r1102 | sam | 2006-12-11 16:48:46 +0100 (Mon, 11 Dec 2006) | 2 lines -Changed paths: - M DotNet/AssemblyInfo.cs - M DotNet/Caca.cs - M DotNet/Cucul.cs - M DotNet/test.cs - M caca/caca.c - M caca/caca.h - M caca/caca0.c - M caca/caca0.h - M caca/caca_internals.h - M caca/driver_cocoa.m - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M caca/time.c - M cucul/attr.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/frame.c - M cucul/import.c - M cucul/legacy.c - M cucul/line.c - M cucul/transform.c - M cucul/triangle.c - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cucul++.cpp - M cxx/cucul++.h - M cxx/cxxtest.cpp - M kernel/kernel.c - M kernel/kernel.h - M python/pypycaca.c - M python/pypycaca.h - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/common-image.c - M src/common-image.h - M src/img2irc.c - M test/blit.c - M test/colors.c - M test/cucul.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/hsv.c - M test/import.c - M test/input.c - M test/spritedit.c - M test/swallow.c - M test/text.c - M test/transform.c - M test/truecolor.c - M test/unicode.c - M tools/makefont.c - M tools/optipal.c +r1452 | sam | 2006-12-11 15:48:46 +0000 (Mon, 11 Dec 2006) | 2 lines +Changed paths: + M /libcaca/trunk/DotNet/AssemblyInfo.cs + M /libcaca/trunk/DotNet/Caca.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/common-image.h + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/blit.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/cucul.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/swallow.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c + M /libcaca/trunk/tools/makefont.c + M /libcaca/trunk/tools/optipal.c * Add a no warranty clause to the code. ------------------------------------------------------------------------ -r1101 | sam | 2006-12-05 18:50:40 +0100 (Tue, 05 Dec 2006) | 2 lines +r1450 | sam | 2006-12-05 17:50:40 +0000 (Tue, 05 Dec 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_ncurses.c * Fix OpenBSD build. ------------------------------------------------------------------------ -r1100 | sam | 2006-11-30 23:41:52 +0100 (Thu, 30 Nov 2006) | 2 lines +r1449 | sam | 2006-11-30 22:41:52 +0000 (Thu, 30 Nov 2006) | 2 lines Changed paths: - M caca/driver_cocoa.m - M configure.ac + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/configure.ac * Working Cocoa driver, courtesy of Colin Delacroix . ------------------------------------------------------------------------ -r1099 | sam | 2006-11-27 15:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines +r1440 | sam | 2006-11-27 14:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/frame.c - M cucul/import.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c * Got rid of that ugly cv->import member. ------------------------------------------------------------------------ -r1098 | sam | 2006-11-27 15:55:00 +0100 (Mon, 27 Nov 2006) | 3 lines +r1439 | sam | 2006-11-27 14:55:00 +0000 (Mon, 27 Nov 2006) | 3 lines Changed paths: - M configure.ac - M test/Makefile.am - D test/term.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/term.c * Get rid of test/term.c, it's now in its own repository. * Added back -Wshadow, it's more useful than annoying. ------------------------------------------------------------------------ -r1097 | sam | 2006-11-27 15:53:17 +0100 (Mon, 27 Nov 2006) | 2 lines +r1438 | sam | 2006-11-27 14:53:17 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/export.c - M tools/makefont.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/tools/makefont.c * Fix shadowing declarations. ------------------------------------------------------------------------ -r1096 | sam | 2006-11-27 06:59:29 +0100 (Mon, 27 Nov 2006) | 2 lines +r1435 | sam | 2006-11-27 05:59:29 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M test/Makefile.am + M /libcaca/trunk/test/Makefile.am * Do not build test/term if fcntl() is not available. Yes, could be improved. ------------------------------------------------------------------------ -r1095 | sam | 2006-11-27 06:40:51 +0100 (Mon, 27 Nov 2006) | 2 lines +r1434 | sam | 2006-11-27 05:40:51 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c * Fixed syntax errors. ------------------------------------------------------------------------ -r1094 | sam | 2006-11-27 02:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines +r1433 | sam | 2006-11-27 01:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Added stuff to the TODO list. ------------------------------------------------------------------------ -r1093 | sam | 2006-11-27 02:58:00 +0100 (Mon, 27 Nov 2006) | 2 lines +r1432 | sam | 2006-11-27 01:58:00 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M test/term.c + M /libcaca/trunk/test/term.c * A few improvements to the screen/splitvt clone project. ------------------------------------------------------------------------ -r1092 | sam | 2006-11-27 02:56:37 +0100 (Mon, 27 Nov 2006) | 2 lines +r1431 | sam | 2006-11-27 01:56:37 +0000 (Mon, 27 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/frame.c - M cucul/import.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c * Improved vt220 import by adding a persistent context to canvases. ------------------------------------------------------------------------ -r1091 | sam | 2006-11-24 06:51:10 +0100 (Fri, 24 Nov 2006) | 2 lines +r1430 | sam | 2006-11-24 05:51:10 +0000 (Fri, 24 Nov 2006) | 2 lines Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c * Added caca_set_cursor(). Not yet functional. ------------------------------------------------------------------------ -r1090 | sam | 2006-11-24 06:49:49 +0100 (Fri, 24 Nov 2006) | 3 lines +r1429 | sam | 2006-11-24 05:49:49 +0000 (Fri, 24 Nov 2006) | 3 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c * Add support for doublewidth characters even if ncurses or SLang don't know about them. ------------------------------------------------------------------------ -r1089 | jylam | 2006-11-23 21:22:03 +0100 (Thu, 23 Nov 2006) | 2 lines +r1428 | jylam | 2006-11-23 20:22:03 +0000 (Thu, 23 Nov 2006) | 2 lines Changed paths: - M DotNet/Cucul.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs * .Net : Fixed drawLine() and updated example (rasters rule) ------------------------------------------------------------------------ -r1088 | sam | 2006-11-21 08:09:35 +0100 (Tue, 21 Nov 2006) | 2 lines +r1427 | sam | 2006-11-21 07:09:35 +0000 (Tue, 21 Nov 2006) | 2 lines Changed paths: - M configure.ac - M test/Makefile.am - A test/term.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/term.c * Added a test app that swallows two console applications. Switch with C-a. ------------------------------------------------------------------------ -r1087 | sam | 2006-11-21 07:35:04 +0100 (Tue, 21 Nov 2006) | 3 lines +r1426 | sam | 2006-11-21 06:35:04 +0000 (Tue, 21 Nov 2006) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Improved ANSI importer so that it supports a lot more of what is needed for basic vt220 emulation. ------------------------------------------------------------------------ -r1086 | sam | 2006-11-20 06:49:45 +0100 (Mon, 20 Nov 2006) | 2 lines +r1425 | sam | 2006-11-20 05:49:45 +0000 (Mon, 20 Nov 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Added a few ideas to the TODO list. ------------------------------------------------------------------------ -r1085 | jylam | 2006-11-18 13:27:16 +0100 (Sat, 18 Nov 2006) | 2 lines +r1424 | jylam | 2006-11-18 12:27:16 +0000 (Sat, 18 Nov 2006) | 2 lines Changed paths: - M DotNet/Cucul.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs * Added preliminary dither support to .NET bindings ------------------------------------------------------------------------ -r1084 | jylam | 2006-11-18 12:34:40 +0100 (Sat, 18 Nov 2006) | 2 lines +r1423 | jylam | 2006-11-18 11:34:40 +0000 (Sat, 18 Nov 2006) | 2 lines Changed paths: - M DotNet/Cucul.cs + M /libcaca/trunk/DotNet/Cucul.cs * Added frames to .NET bindings ------------------------------------------------------------------------ -r1083 | jylam | 2006-11-18 12:25:50 +0100 (Sat, 18 Nov 2006) | 2 lines +r1422 | jylam | 2006-11-18 11:25:50 +0000 (Sat, 18 Nov 2006) | 2 lines Changed paths: - M DotNet/Cucul.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. ------------------------------------------------------------------------ -r1082 | sam | 2006-11-17 12:28:32 +0100 (Fri, 17 Nov 2006) | 2 lines +r1421 | sam | 2006-11-17 11:28:32 +0000 (Fri, 17 Nov 2006) | 2 lines Changed paths: - M caca/driver_cocoa.m - M configure.ac + M /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/configure.ac * Merged old code by Ol that can be used as a start for the Cocoa driver. ------------------------------------------------------------------------ -r1080 | sam | 2006-11-16 17:29:57 +0100 (Thu, 16 Nov 2006) | 3 lines +r1419 | sam | 2006-11-16 16:29:57 +0000 (Thu, 16 Nov 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta11. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines +r1417 | sam | 2006-11-16 15:01:31 +0000 (Thu, 16 Nov 2006) | 3 lines Changed paths: - M cucul/export.c - M test/export.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/test/export.c * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. * Updated export test accordingly. ------------------------------------------------------------------------ -r1078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines +r1416 | sam | 2006-11-16 11:26:22 +0000 (Thu, 16 Nov 2006) | 3 lines Changed paths: - M common.h + M /libcaca/trunk/common.h * Fix a compilation warning by pretending to use seterrno()'s argument even when it isn't. ------------------------------------------------------------------------ -r1077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines +r1415 | sam | 2006-11-16 11:23:56 +0000 (Thu, 16 Nov 2006) | 3 lines Changed paths: - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Implemented strcmp() and strdup() and added an fflush() stub to the kernel code. ------------------------------------------------------------------------ -r1076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines +r1414 | sam | 2006-11-16 02:08:05 +0000 (Thu, 16 Nov 2006) | 3 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added some box drawing glyphs that are used by TOIlet's future.tlf font to the flip/flop/rotation filters. ------------------------------------------------------------------------ -r1072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines +r1399 | sam | 2006-11-14 20:14:38 +0000 (Tue, 14 Nov 2006) | 2 lines Changed paths: - M caca/Makefile.am - M src/Makefile.am - M tools/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/tools/Makefile.am * Don't rely on pkg-config macros for variable substitution. Just in case. ------------------------------------------------------------------------ -r1071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines +r1398 | sam | 2006-11-14 18:22:31 +0000 (Tue, 14 Nov 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * No longer bail out with an error if Imlib2 or Doxygen were not found. ------------------------------------------------------------------------ -r1070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines +r1397 | sam | 2006-11-14 18:05:02 +0000 (Tue, 14 Nov 2006) | 2 lines Changed paths: - M cucul/frame.c + M /libcaca/trunk/cucul/frame.c * Minor documentation fix. ------------------------------------------------------------------------ -r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines +r1396 | sam | 2006-11-14 18:02:29 +0000 (Tue, 14 Nov 2006) | 2 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca_internals.h - A caca/driver_cocoa.m - M configure.ac + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/driver_cocoa.m + M /libcaca/trunk/configure.ac * Added all the glue needed for a Cocoa output driver. ------------------------------------------------------------------------ -r1068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines +r1395 | sam | 2006-11-14 16:27:15 +0000 (Tue, 14 Nov 2006) | 2 lines Changed paths: - M test/spritedit.c + M /libcaca/trunk/test/spritedit.c * Minor compilation warning fix. OS X x86 defines "DELAY". ------------------------------------------------------------------------ -r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines +r1394 | sam | 2006-11-14 07:59:52 +0000 (Tue, 14 Nov 2006) | 3 lines Changed paths: - M cucul/transform.c - M test/text.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/text.c * Documented flip/flop/rotate as being involutive. * Updated text test. ------------------------------------------------------------------------ -r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines +r1393 | sam | 2006-11-14 07:46:51 +0000 (Tue, 14 Nov 2006) | 3 lines Changed paths: - M test/Makefile.am - D test/all.c - A test/cucul.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/all.c + A /libcaca/trunk/test/cucul.c (from /libcaca/trunk/test/all.c:1390) * Renamed the "all" test to "cucul" because it otherwise conflicted with the automake "all" rule. ------------------------------------------------------------------------ -r1065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14 Nov 2006) | 3 lines +r1392 | sam | 2006-11-13 23:42:43 +0000 (Mon, 13 Nov 2006) | 3 lines Changed paths: - M caca/caca_internals.h - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/graphics.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/graphics.c * Factored terminal title setting code. * Do not try to set the terminal title if TERM=linux. ------------------------------------------------------------------------ -r1064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14 Nov 2006) | 2 lines +r1391 | sam | 2006-11-13 23:33:49 +0000 (Mon, 13 Nov 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/graphics.c - M doc/migrating.dox + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/doc/migrating.dox * Implemented caca_set_display_title() for ncurses and S-Lang. ------------------------------------------------------------------------ -r1063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14 Nov 2006) | 4 lines +r1390 | sam | 2006-11-13 23:16:35 +0000 (Mon, 13 Nov 2006) | 4 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/frame.c - M cucul/legacy.c - M cxx/cucul++.cpp - M test/all.c - M test/frames.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/test/all.c + M /libcaca/trunk/test/frames.c * Implemented cucul_get_frame_name() and cucul_set_frame_name(). * Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well know that a frame belongs to a canvas. ------------------------------------------------------------------------ -r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines +r1389 | sam | 2006-11-13 23:00:02 +0000 (Mon, 13 Nov 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/all.c - M test/blit.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/all.c + M /libcaca/trunk/test/blit.c * Started writing a full API test. Not sure where it'll lead. ------------------------------------------------------------------------ -r1061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines +r1388 | sam | 2006-11-13 21:42:15 +0000 (Mon, 13 Nov 2006) | 2 lines Changed paths: - M cxx/cucul++.cpp - M cxx/cucul++.h - M cxx/cxxtest.cpp + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp * Updated C++ bindings so that they build, at least. ------------------------------------------------------------------------ -r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines +r1387 | sam | 2006-11-13 13:34:06 +0000 (Mon, 13 Nov 2006) | 3 lines Changed paths: - M src/cacademo.c - M test/swallow.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/test/swallow.c * Add more randomness to the cacademo effects. * Adapt the swallow test to the display's size. ------------------------------------------------------------------------ -r1059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines +r1386 | sam | 2006-11-13 08:55:36 +0000 (Mon, 13 Nov 2006) | 2 lines Changed paths: - M caca/caca.h - M src/aafire.c - M src/cacademo.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. ------------------------------------------------------------------------ -r1058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines +r1384 | sam | 2006-11-13 00:19:18 +0000 (Mon, 13 Nov 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Improved ANSI import, especially wrt. drawing context persistence. ------------------------------------------------------------------------ -r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines +r1383 | sam | 2006-11-12 23:09:17 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M cucul/attr.c + M /libcaca/trunk/cucul/attr.c * Fix a bug in cucul_put_attr. This function was simply not working. ------------------------------------------------------------------------ -r1056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines +r1381 | sam | 2006-11-12 22:26:36 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/frame.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/frame.c * Fix a bug in cucul_set_canvas_size() that caused the default attribute to be ignored. ------------------------------------------------------------------------ -r1054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines +r1378 | sam | 2006-11-12 21:29:31 +0000 (Sun, 12 Nov 2006) | 4 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * When importing an utf-8 file, set background and foreground colours to the nearest ANSI values for the current attribute. When importing an ANSI file, force them to lightgray on black. ------------------------------------------------------------------------ -r1053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines +r1377 | sam | 2006-11-12 20:39:27 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M NEWS + M /libcaca/trunk/NEWS * Oops, fixed NEW entry. ------------------------------------------------------------------------ -r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines +r1371 | sam | 2006-11-12 19:29:43 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M Makefile.am + M /libcaca/trunk/Makefile.am * Added a "make upload" rule for releases. ------------------------------------------------------------------------ -r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines +r1370 | sam | 2006-11-12 18:26:40 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta10. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r1046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines +r1369 | sam | 2006-11-12 18:23:29 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M doc/migrating.dox + M /libcaca/trunk/doc/migrating.dox * Documentation updates. ------------------------------------------------------------------------ -r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines +r1366 | sam | 2006-11-12 17:45:14 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/legacy.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/legacy.c * Re-added cucul_getchar() to the legacy functions. Debian's current version of toilet needs it. ------------------------------------------------------------------------ -r1044 | sam | 2006-11-12 18:30:08 +0100 (Sun, 12 Nov 2006) | 2 lines +r1365 | sam | 2006-11-12 17:30:08 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M cucul/font.c - M cucul/font_mono9.h - M cucul/font_monobold12.h - M doc/font.dox - M tools/makefont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/doc/font.dox + M /libcaca/trunk/tools/makefont.c * Add maxwidth and maxheight members to the font format. ------------------------------------------------------------------------ -r1043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines +r1364 | sam | 2006-11-12 15:54:50 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M src/cacademo.c - M test/swallow.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/test/swallow.c * Random transition times in cacademo. * Swallow 4 applications instead of 2 in the swallow test. ------------------------------------------------------------------------ -r1042 | sam | 2006-11-12 16:35:04 +0100 (Sun, 12 Nov 2006) | 2 lines +r1363 | sam | 2006-11-12 15:35:04 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M src/aafire.c - M src/cacademo.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c * Ctrl-C and Ctrl-Z quit cacafire and cacademo. ------------------------------------------------------------------------ -r1041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines +r1362 | sam | 2006-11-12 15:26:13 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/graphics.c - M common.h - M cucul/attr.c - M cucul/canvas.c - M cucul/cucul.c - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/frame.c - M cucul/import.c - M cucul/legacy.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/common.h + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. * More debugging information in the import/export and font functions. ------------------------------------------------------------------------ -r1040 | sam | 2006-11-12 15:42:58 +0100 (Sun, 12 Nov 2006) | 3 lines +r1361 | sam | 2006-11-12 14:42:58 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h - M test/font2tga.c - M tools/makefont.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/tools/makefont.c * Add CJK punctuation to the default fonts. * Minor changes to the font2tga test program. ------------------------------------------------------------------------ -r1039 | sam | 2006-11-12 14:11:01 +0100 (Sun, 12 Nov 2006) | 2 lines +r1360 | sam | 2006-11-12 13:11:01 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M common.h - M configure.ac - M cucul/export.c + M /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/export.c * Add a debug() function and a --enable-debug configure flag. ------------------------------------------------------------------------ -r1038 | sam | 2006-11-12 13:26:48 +0100 (Sun, 12 Nov 2006) | 3 lines +r1359 | sam | 2006-11-12 12:26:48 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M cucul/font.c - M cucul/font_mono9.h - M cucul/font_monobold12.h - M test/font2tga.c - M tools/makefont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/tools/makefont.c * Support fullwidth fonts. * Add Katakanas and Hiraganas to the default fonts. ------------------------------------------------------------------------ -r1037 | sam | 2006-11-12 12:06:34 +0100 (Sun, 12 Nov 2006) | 2 lines +r1358 | sam | 2006-11-12 11:06:34 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M caca/caca.h + M /libcaca/trunk/caca/caca.h * Documented caca_event_t members. ------------------------------------------------------------------------ -r1036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines +r1357 | sam | 2006-11-12 10:42:14 +0000 (Sun, 12 Nov 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/export.c - M cucul/font.c - M cucul/frame.c - M doc/Makefile.am - A doc/canvas.dox - A doc/font.dox - M doc/libcaca.dox + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/doc/Makefile.am + A /libcaca/trunk/doc/canvas.dox (from /libcaca/trunk/cucul/export.c:1354) + A /libcaca/trunk/doc/font.dox (from /libcaca/trunk/cucul/font.c:1349) + M /libcaca/trunk/doc/libcaca.dox * Documentation updates. Moved the canvas and font format definitions to the Doxygen documentation. ------------------------------------------------------------------------ -r1035 | sam | 2006-11-12 11:32:38 +0100 (Sun, 12 Nov 2006) | 4 lines +r1356 | sam | 2006-11-12 10:32:38 +0000 (Sun, 12 Nov 2006) | 4 lines Changed paths: - M doc/caca-config.1 + M /libcaca/trunk/doc/caca-config.1 * Mention caca-config being deprecated in its manpage, and removed mention of --plugin-libs from it. The option is still here but does the same as --libs. ------------------------------------------------------------------------ -r1034 | sam | 2006-11-12 11:06:35 +0100 (Sun, 12 Nov 2006) | 2 lines +r1355 | sam | 2006-11-12 10:06:35 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M src/cacaplay.c + M /libcaca/trunk/src/cacaplay.c * Properly handle EOF in cacaplay. ------------------------------------------------------------------------ -r1033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines +r1354 | sam | 2006-11-12 10:04:23 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M TODO - M cucul/export.c + M /libcaca/trunk/TODO + M /libcaca/trunk/cucul/export.c * Documentation fixes and TODO updates. ------------------------------------------------------------------------ -r1032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines +r1353 | sam | 2006-11-12 10:02:51 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M caca/driver_raw.c + M /libcaca/trunk/caca/driver_raw.c * Flush stdout after writing the data in the raw driver. ------------------------------------------------------------------------ -r1031 | sam | 2006-11-12 10:48:37 +0100 (Sun, 12 Nov 2006) | 2 lines +r1352 | sam | 2006-11-12 09:48:37 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M doc/cacaplay.1 - M src/cacaplay.c + M /libcaca/trunk/doc/cacaplay.1 + M /libcaca/trunk/src/cacaplay.c * Allow cacaplay to play streams and updated its manpage. ------------------------------------------------------------------------ -r1030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines +r1351 | sam | 2006-11-12 09:46:10 +0000 (Sun, 12 Nov 2006) | 2 lines Changed paths: - M test/swallow.c + M /libcaca/trunk/test/swallow.c * Fix infinite loop due to signed/unsigned mistake. ------------------------------------------------------------------------ -r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines +r1350 | sam | 2006-11-11 18:07:58 +0000 (Sat, 11 Nov 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/swallow.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/swallow.c * libcaca multiplexer: swallows two libcaca applications, for instance cacademo and cacafire, and displays them in a canvas. ------------------------------------------------------------------------ -r1028 | sam | 2006-11-11 18:55:11 +0100 (Sat, 11 Nov 2006) | 2 lines +r1349 | sam | 2006-11-11 17:55:11 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed a bug in the caca importer. ------------------------------------------------------------------------ -r1027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines +r1348 | sam | 2006-11-11 17:13:16 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M test/blit.c + M /libcaca/trunk/test/blit.c * Fix program header. ------------------------------------------------------------------------ -r1026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M caca/caca0.h - M caca/driver_gl.c - M cucul/attr.c - M cucul/box.c - M cucul/canvas.c - M cucul/conic.c - M cucul/cucul.h - M cucul/dither.c - M cucul/import.c - M cucul/legacy.c - M cucul/line.c - M cucul/triangle.c - M src/aafire.c - M src/cacademo.c - M src/cacaview.c - M test/blit.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/input.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r1347 | sam | 2006-11-11 16:29:39 +0000 (Sat, 11 Nov 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/blit.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. ------------------------------------------------------------------------ -r1025 | sam | 2006-11-11 16:38:40 +0100 (Sat, 11 Nov 2006) | 2 lines +r1346 | sam | 2006-11-11 15:38:40 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/canvas.c - M test/Makefile.am - A test/blit.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/blit.c * Made cucul_blit() handle-aware. Added a blit test for that. ------------------------------------------------------------------------ -r1024 | sam | 2006-11-11 16:17:16 +0100 (Sat, 11 Nov 2006) | 2 lines +r1345 | sam | 2006-11-11 15:17:16 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M test/transform.c + M /libcaca/trunk/test/transform.c * Free all memory upon exit in the transform test. ------------------------------------------------------------------------ -r1023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines +r1344 | sam | 2006-11-11 15:10:38 +0000 (Sat, 11 Nov 2006) | 3 lines Changed paths: - M test/transform.c + M /libcaca/trunk/test/transform.c * Update transform.c so that it uses import functions instead of blitting lines. ------------------------------------------------------------------------ -r1022 | sam | 2006-11-11 15:51:04 +0100 (Sat, 11 Nov 2006) | 2 lines +r1343 | sam | 2006-11-11 14:51:04 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Do not force the text colour when importing a text file. ------------------------------------------------------------------------ -r1021 | sam | 2006-11-11 15:24:35 +0100 (Sat, 11 Nov 2006) | 2 lines +r1342 | sam | 2006-11-11 14:24:35 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M TODO - M cucul/canvas.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/frame.c - M cucul/import.c + M /libcaca/trunk/TODO + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/frame.c + M /libcaca/trunk/cucul/import.c * Add cursor and handle support to canvases. Unused yet. ------------------------------------------------------------------------ -r1020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines +r1341 | sam | 2006-11-11 13:29:03 +0000 (Sat, 11 Nov 2006) | 3 lines Changed paths: - M TODO - M cucul/canvas.c - M cucul/frame.c + M /libcaca/trunk/TODO + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/frame.c * Cosmetic code and documentation changes here and there. * Updated TODO. ------------------------------------------------------------------------ -r1019 | sam | 2006-11-11 14:03:19 +0100 (Sat, 11 Nov 2006) | 2 lines +r1340 | sam | 2006-11-11 13:03:19 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M test/frames.c + M /libcaca/trunk/test/frames.c * Restore attribute settings before resizing the canvas in the frame test. ------------------------------------------------------------------------ -r1018 | sam | 2006-11-11 14:00:36 +0100 (Sat, 11 Nov 2006) | 2 lines +r1339 | sam | 2006-11-11 13:00:36 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/Makefile.am - A cucul/frame.c - D cucul/sprite.c + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/frame.c (from /libcaca/trunk/cucul/sprite.c:1338) + D /libcaca/trunk/cucul/sprite.c * Rename sprite.c into frame.c. ------------------------------------------------------------------------ -r1017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines +r1338 | sam | 2006-11-11 12:57:03 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/sprite.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/sprite.c * Prepare the way for per-frame width/height information. ------------------------------------------------------------------------ -r1016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines +r1337 | sam | 2006-11-11 12:27:37 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fix minor uninitialised data bug in cucul_canvas_create(). ------------------------------------------------------------------------ -r1015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines +r1336 | sam | 2006-11-11 12:11:20 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Allow to resize canvases back to (0,0). ------------------------------------------------------------------------ -r1014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines +r1335 | sam | 2006-11-11 09:22:10 +0000 (Sat, 11 Nov 2006) | 4 lines Changed paths: - M cucul/charset.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul_internals.h * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless by fullwidth character support. ------------------------------------------------------------------------ -r1013 | sam | 2006-11-11 10:18:42 +0100 (Sat, 11 Nov 2006) | 2 lines +r1334 | sam | 2006-11-11 09:18:42 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/dither.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c * Got rid of very old _cucul_init_dither() function call. ------------------------------------------------------------------------ -r1012 | sam | 2006-11-11 10:10:17 +0100 (Sat, 11 Nov 2006) | 3 lines +r1333 | sam | 2006-11-11 09:10:17 +0000 (Sat, 11 Nov 2006) | 3 lines Changed paths: - M caca/driver_conio.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_vga.c - M cucul/attr.c - M cucul/cucul.h - M cucul/cucul_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() function. ------------------------------------------------------------------------ -r1011 | sam | 2006-11-11 09:44:14 +0100 (Sat, 11 Nov 2006) | 3 lines +r1332 | sam | 2006-11-11 08:44:14 +0000 (Sat, 11 Nov 2006) | 3 lines Changed paths: - M caca/driver_slang.c - M caca/driver_win32.c - M cucul/attr.c - M cucul/export.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/export.c * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with the now official cucul_attr_to_ansi_[fb]g(). ------------------------------------------------------------------------ -r1010 | sam | 2006-11-11 09:34:41 +0100 (Sat, 11 Nov 2006) | 2 lines +r1331 | sam | 2006-11-11 08:34:41 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/attr.c - M cucul/cucul.h + M /libcaca/trunk/cucul/attr.c + M /libcaca/trunk/cucul/cucul.h * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). ------------------------------------------------------------------------ -r1009 | sam | 2006-11-11 09:11:26 +0100 (Sat, 11 Nov 2006) | 4 lines +r1330 | sam | 2006-11-11 08:11:26 +0000 (Sat, 11 Nov 2006) | 4 lines Changed paths: - M caca/caca0.h - M cucul/box.c - M cucul/conic.c - M cucul/cucul.h - M cucul/line.c - M cucul/triangle.c - M src/cacademo.c - M src/cacaview.c - M test/demo.c - M test/event.c - M test/export.c - M test/frames.c - M test/gamma.c - M test/input.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/input.c * Switch back to UTF-32 arguments for drawing primitives, now that we properly export cucul_utf8_to_utf32(). Evil API breakage, but no one uses these functions anyway. ------------------------------------------------------------------------ -r1008 | sam | 2006-11-11 08:56:30 +0100 (Sat, 11 Nov 2006) | 2 lines +r1329 | sam | 2006-11-11 07:56:30 +0000 (Sat, 11 Nov 2006) | 2 lines Changed paths: - M cucul/box.c - M cucul/cucul.h + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_draw_cp437_box(). ------------------------------------------------------------------------ -r1007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines +r1328 | sam | 2006-11-10 15:38:09 +0000 (Fri, 10 Nov 2006) | 2 lines Changed paths: - M doc/Makefile.am - A doc/cacaplay.1 - A doc/cacaserver.1 - M doc/cacaview.1 - A doc/img2irc.1 - M src/img2irc.c + M /libcaca/trunk/doc/Makefile.am + A /libcaca/trunk/doc/cacaplay.1 + A /libcaca/trunk/doc/cacaserver.1 + M /libcaca/trunk/doc/cacaview.1 + A /libcaca/trunk/doc/img2irc.1 + M /libcaca/trunk/src/img2irc.c * Wrote manual pages for img2irc, cacaplay and cacaserver. ------------------------------------------------------------------------ -r1006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines +r1324 | sam | 2006-11-10 10:29:54 +0000 (Fri, 10 Nov 2006) | 2 lines Changed paths: - M cucul/Makefile.am - A cucul/attr.c - D cucul/colour.c - M cucul/cucul.h + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/attr.c (from /libcaca/trunk/cucul/colour.c:1312) + D /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. ------------------------------------------------------------------------ -r1005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines +r1315 | sam | 2006-11-09 17:24:29 +0000 (Thu, 09 Nov 2006) | 3 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Don't try to guess the file format in cacaserver, instead feed the data to cucul_import_memory() and try again later if it says "not enough data". ------------------------------------------------------------------------ -r1004 | sam | 2006-11-09 18:20:47 +0100 (Thu, 09 Nov 2006) | 2 lines +r1314 | sam | 2006-11-09 17:20:47 +0000 (Thu, 09 Nov 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * If not enough data is available for import, return 0 instead of an error. ------------------------------------------------------------------------ -r1003 | sam | 2006-11-09 12:14:57 +0100 (Thu, 09 Nov 2006) | 2 lines +r1313 | sam | 2006-11-09 11:14:57 +0000 (Thu, 09 Nov 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/import.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/import.c * Minor documentation fixes. ------------------------------------------------------------------------ -r1002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines +r1310 | jylam | 2006-11-09 09:27:35 +0000 (Thu, 09 Nov 2006) | 2 lines Changed paths: - M cxx/cxxtest.cpp + M /libcaca/trunk/cxx/cxxtest.cpp * Fixed behaviour of the pig while resizing window ------------------------------------------------------------------------ -r1001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines +r1309 | sam | 2006-11-08 17:27:48 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M doc/migrating.dox + M /libcaca/trunk/doc/migrating.dox * Slight documentation update. ------------------------------------------------------------------------ -r1000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines +r1308 | sam | 2006-11-08 17:26:57 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M src/cacadraw.c - M src/cacaplay.c - M src/cacaserver.c - M src/img2irc.c - M test/export.c - M test/font2tga.c - M test/import.c - M test/text.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/text.c * Convert all programs and tests to the new import/export API. ------------------------------------------------------------------------ -r999 | sam | 2006-11-08 18:18:23 +0100 (Wed, 08 Nov 2006) | 8 lines +r1307 | sam | 2006-11-08 17:18:23 +0000 (Wed, 08 Nov 2006) | 8 lines Changed paths: - M cucul/cucul.h - M cucul/import.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/import.c * Set the cucul_import_memory() buffer type to void const * instead of unsigned char const * so that C++ programs won't complain. @@ -2915,116 +4160,116 @@ Changed paths: \___/|_| |_|\____| /_/ /_/ /_/ ------------------------------------------------------------------------ -r998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines +r1306 | sam | 2006-11-08 16:43:59 +0000 (Wed, 08 Nov 2006) | 4 lines Changed paths: - M caca/caca0.c - M caca/driver_raw.c - M cucul/cucul.h - M cucul/export.c - M cucul/legacy.c + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/legacy.c * Renamed cucul_export() to cucul_export_memory(), paves the way for a cucul_export_file() but I'm not sure yet this is a good idea. * Use the new import/export API in libcaca. ------------------------------------------------------------------------ -r997 | sam | 2006-11-08 17:34:43 +0100 (Wed, 08 Nov 2006) | 3 lines +r1305 | sam | 2006-11-08 16:34:43 +0000 (Wed, 08 Nov 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/import.c - M cucul/legacy.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/legacy.c * Renamed cucul_import() to cucul_import_memory() and implemented cucul_import_file(). ------------------------------------------------------------------------ -r996 | sam | 2006-11-08 14:12:06 +0100 (Wed, 08 Nov 2006) | 2 lines +r1304 | sam | 2006-11-08 13:12:06 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M common.h + M /libcaca/trunk/common.h * Don't try to include arpa/inet.h in kernel mode. ------------------------------------------------------------------------ -r995 | sam | 2006-11-08 14:05:42 +0100 (Wed, 08 Nov 2006) | 2 lines +r1303 | sam | 2006-11-08 13:05:42 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M common.h - M cucul/font.c - M cucul/import.c + M /libcaca/trunk/common.h + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/import.c * Don't use htonl() directly, use common.h's hton32() wrapper. ------------------------------------------------------------------------ -r994 | sam | 2006-11-08 13:11:07 +0100 (Wed, 08 Nov 2006) | 2 lines +r1302 | sam | 2006-11-08 12:11:07 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M cucul/Makefile.am - D cucul/buffer.c - M cucul/colour.c - M cucul/cucul.h - M cucul/export.c - M cucul/import.c - A cucul/legacy.c + M /libcaca/trunk/cucul/Makefile.am + D /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + A /libcaca/trunk/cucul/legacy.c (from /libcaca/trunk/cucul/buffer.c:1301) * Deprecate buffer management. We're back to standard void* memory areas. ------------------------------------------------------------------------ -r993 | sam | 2006-11-08 08:59:23 +0100 (Wed, 08 Nov 2006) | 2 lines +r1301 | sam | 2006-11-08 07:59:23 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M cucul/buffer.c + M /libcaca/trunk/cucul/buffer.c * Minor syntax fix in the doxygen documentation. ------------------------------------------------------------------------ -r992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines +r1300 | sam | 2006-11-08 07:58:03 +0000 (Wed, 08 Nov 2006) | 2 lines Changed paths: - M src/Makefile.am - M src/cacaserver.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacaserver.c * Do not link cacaserver with libcaca, it only uses libcucul. ------------------------------------------------------------------------ -r991 | sam | 2006-11-06 12:06:44 +0100 (Mon, 06 Nov 2006) | 2 lines +r1295 | sam | 2006-11-06 11:06:44 +0000 (Mon, 06 Nov 2006) | 2 lines Changed paths: - M doc/tutorial.dox + M /libcaca/trunk/doc/tutorial.dox * Replace CUCUL_COLOR_* with CUCUL_*. ------------------------------------------------------------------------ -r990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines +r1294 | sam | 2006-11-06 11:04:37 +0000 (Mon, 06 Nov 2006) | 2 lines Changed paths: - M test/font2tga.c + M /libcaca/trunk/test/font2tga.c * Use cucul_get_font_blocks() instead of hardcoding the glyph list. ------------------------------------------------------------------------ -r989 | sam | 2006-11-06 00:59:06 +0100 (Mon, 06 Nov 2006) | 2 lines +r1287 | sam | 2006-11-05 23:59:06 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M caca/caca0.c + M /libcaca/trunk/caca/caca0.c * Fix a harmless warning in caca0.c. ------------------------------------------------------------------------ -r987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines +r1285 | sam | 2006-11-05 22:51:04 +0000 (Sun, 05 Nov 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta9. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines +r1284 | sam | 2006-11-05 22:45:10 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines +r1283 | sam | 2006-11-05 22:20:51 +0000 (Sun, 05 Nov 2006) | 6 lines Changed paths: - M cucul/export.c - M cucul/import.c - M src/cacaserver.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/src/cacaserver.c * Updated the caca export format so that it supports multiple frames. * Updated the caca importer to reflect that; only one frame is read at the @@ -3033,151 +4278,152 @@ Changed paths: * Updated cacaserver to reflect file format changes. ------------------------------------------------------------------------ -r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines +r1282 | sam | 2006-11-05 21:59:26 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cxx/cxxtest.cpp + M /libcaca/trunk/cxx + M /libcaca/trunk/cxx/cxxtest.cpp * Use the import function to load the pig image in cxxtest. ------------------------------------------------------------------------ -r983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines +r1281 | sam | 2006-11-05 21:47:51 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Add information to the font format. ------------------------------------------------------------------------ -r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines +r1280 | jylam | 2006-11-05 18:31:45 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M doc/tutorial.dox + M /libcaca/trunk/doc/tutorial.dox * Fixed typo, added compilation example ------------------------------------------------------------------------ -r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines +r1279 | jylam | 2006-11-05 18:14:26 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M doc/tutorial.dox + M /libcaca/trunk/doc/tutorial.dox * Started a real and complete tutorial ------------------------------------------------------------------------ -r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines +r1278 | sam | 2006-11-05 18:08:36 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cxx/cucul++.h + M /libcaca/trunk/cxx/cucul++.h * Oops, fixed getChar's prototype. ------------------------------------------------------------------------ -r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines +r1277 | sam | 2006-11-05 18:06:09 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cxx/cucul++.cpp - M cxx/cucul++.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h * Implemented putChar() and updated getChar()'s prototype. ------------------------------------------------------------------------ -r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines +r1276 | sam | 2006-11-05 18:00:53 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.cpp * Don't crash if Blit()'s second canvas argument is NULL (which is valid). ------------------------------------------------------------------------ -r977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines +r1275 | jylam | 2006-11-05 17:27:37 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cxx/cxxtest.cpp + M /libcaca/trunk/cxx/cxxtest.cpp * Fixed c++ example ------------------------------------------------------------------------ -r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines +r1274 | sam | 2006-11-05 16:58:58 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fix the default canvas colour value. ------------------------------------------------------------------------ -r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines +r1273 | sam | 2006-11-05 16:56:49 +0000 (Sun, 05 Nov 2006) | 2 lines Changed paths: - M cucul/cucul.h + M /libcaca/trunk/cucul/cucul.h * Remove legacy cucul_ansi_to_str() from cucul.h. ------------------------------------------------------------------------ -r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines +r1271 | sam | 2006-10-31 17:03:21 +0000 (Tue, 31 Oct 2006) | 3 lines Changed paths: - M cucul/font.c - M cucul/font_mono9.h - M cucul/font_monobold12.h - M tools/makefont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/tools/makefont.c * Slightly changed the font header information. No one distributes libcaca fonts yet anyway :-) ------------------------------------------------------------------------ -r973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines +r1270 | sam | 2006-10-31 14:34:06 +0000 (Tue, 31 Oct 2006) | 2 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. ------------------------------------------------------------------------ -r972 | sam | 2006-10-31 15:04:22 +0100 (Tue, 31 Oct 2006) | 4 lines +r1269 | sam | 2006-10-31 14:04:22 +0000 (Tue, 31 Oct 2006) | 4 lines Changed paths: - M caca/caca0.c - M caca/caca0.h - M cucul/cucul.c - M cucul/cucul.h - M cxx/cucul++.cpp - M cxx/cucul++.h - M cxx/cxxtest.cpp - M doc/migrating.dox - M doc/tutorial.dox - M test/colors.c - M test/demo.c + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/cxx/cxxtest.cpp + M /libcaca/trunk/doc/migrating.dox + M /libcaca/trunk/doc/tutorial.dox + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c * Got rid of cucul_ansi_to_str(), it's really useless. * Partial update of the C++ bindings. * Updated documentation. ------------------------------------------------------------------------ -r971 | sam | 2006-10-31 14:44:41 +0100 (Tue, 31 Oct 2006) | 2 lines +r1268 | sam | 2006-10-31 13:44:41 +0000 (Tue, 31 Oct 2006) | 2 lines Changed paths: - D cxx/cpptest.cpp - M cxx/cxxtest.cpp + D /libcaca/trunk/cxx/cpptest.cpp + R /libcaca/trunk/cxx/cxxtest.cpp (from /libcaca/trunk/cxx/cpptest.cpp:1259) * Properly rename cxxtest.cpp to cpptest.cpp to preserve history. ------------------------------------------------------------------------ -r970 | sam | 2006-10-31 14:29:48 +0100 (Tue, 31 Oct 2006) | 5 lines -Changed paths: - M caca/caca0.h - M caca/driver_gl.c - M cucul/colour.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/dither.c - M cucul/import.c - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/input.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r1267 | sam | 2006-10-31 13:29:48 +0000 (Tue, 31 Oct 2006) | 5 lines +Changed paths: + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored cucul_set_color() and cucul_set_truecolor() under the new names @@ -3185,91 +4431,91 @@ Changed paths: * Renamed cucul_get_color_name() into cucul_ansi_to_str(). ------------------------------------------------------------------------ -r969 | sam | 2006-10-31 09:17:58 +0100 (Tue, 31 Oct 2006) | 3 lines +r1266 | sam | 2006-10-31 08:17:58 +0000 (Tue, 31 Oct 2006) | 3 lines Changed paths: - M cucul/colour.c - M cucul/export.c - M test/colors.c - M test/export.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/export.c * Changed cucul_set_attr() so that only setting the style does not change the colour. ------------------------------------------------------------------------ -r968 | sam | 2006-10-30 17:37:36 +0100 (Mon, 30 Oct 2006) | 3 lines +r1264 | sam | 2006-10-30 16:37:36 +0000 (Mon, 30 Oct 2006) | 3 lines Changed paths: - M caca/driver_x11.c - M cucul/export.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/export.c * Blink/Underline/Bold/Italics support in the HTML exporters. * Underline support in the X11 driver. ------------------------------------------------------------------------ -r967 | sam | 2006-10-30 15:41:16 +0100 (Mon, 30 Oct 2006) | 2 lines +r1263 | sam | 2006-10-30 14:41:16 +0000 (Mon, 30 Oct 2006) | 2 lines Changed paths: - M test/colors.c - M test/export.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/export.c * Add Bold/Blink/Italics/Underline to the export and color tests. ------------------------------------------------------------------------ -r966 | sam | 2006-10-30 15:33:46 +0100 (Mon, 30 Oct 2006) | 2 lines +r1262 | sam | 2006-10-30 14:33:46 +0000 (Mon, 30 Oct 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Fix IRC and term transparency (again). ------------------------------------------------------------------------ -r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines +r1261 | sam | 2006-10-30 13:51:25 +0000 (Mon, 30 Oct 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines +r1258 | sam | 2006-10-29 22:07:07 +0000 (Sun, 29 Oct 2006) | 3 lines Changed paths: - M cucul/colour.c - M cucul/cucul.h + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h * Add back cucul_set_color() and cucul_set_truecolor() but mark them as deprecated using GCC attributes. ------------------------------------------------------------------------ -r961 | sam | 2006-10-29 21:54:51 +0100 (Sun, 29 Oct 2006) | 5 lines -Changed paths: - M caca/caca0.c - M caca/caca0.h - M caca/driver_gl.c - M caca/driver_slang.c - M cucul/colour.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/dither.c - M cucul/export.c - M cucul/import.c - M cucul/sprite.c - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/input.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c - M tools/optipal.c +r1257 | sam | 2006-10-29 20:54:51 +0000 (Sun, 29 Oct 2006) | 5 lines +Changed paths: + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c + M /libcaca/trunk/tools/optipal.c * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the functionality into cucul_set_attr(). @@ -3277,69 +4523,69 @@ Changed paths: * Rename CUCUL_COLOR_* to CUCUL_*. ------------------------------------------------------------------------ -r960 | sam | 2006-10-29 09:35:46 +0100 (Sun, 29 Oct 2006) | 4 lines -Changed paths: - M caca/driver_gl.c - M cucul/colour.c - M cucul/cucul.h - M cucul/dither.c - M cucul/import.c - M cucul/sprite.c - M src/aafire.c - M src/cacademo.c - M src/cacadraw.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/fullwidth.c - M test/gamma.c - M test/input.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r1256 | sam | 2006-10-29 08:35:46 +0000 (Sun, 29 Oct 2006) | 4 lines +Changed paths: + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Remove cucul_set_color() from the exported API and replaced all calls with cucul_set_attr_ansi(). Old application will still compile (but issue a warning) and run, though. ------------------------------------------------------------------------ -r959 | sam | 2006-10-29 09:06:27 +0100 (Sun, 29 Oct 2006) | 2 lines +r1255 | sam | 2006-10-29 08:06:27 +0000 (Sun, 29 Oct 2006) | 2 lines Changed paths: - M configure.ac - M src/cacaview.c - M src/common-image.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c * Fix broken Imlib2 support in cacaview. ------------------------------------------------------------------------ -r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines -Changed paths: - M caca/caca0.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M cucul/canvas.c - M cucul/colour.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/font.c - M cucul/import.c - M cucul/sprite.c - M cucul/transform.c +r1254 | sam | 2006-10-28 23:53:46 +0000 (Sat, 28 Oct 2006) | 6 lines +Changed paths: + M /libcaca/trunk/caca/caca0.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c * Use the LSB of alpha and blue components to encode additional flags such as bold or underline. No higher level support for these yet, but at @@ -3348,363 +4594,364 @@ Changed paths: to replace cucul_set_color() and cucul_set_truecolor(). ------------------------------------------------------------------------ -r957 | sam | 2006-10-27 22:40:24 +0200 (Fri, 27 Oct 2006) | 2 lines +r1249 | sam | 2006-10-27 20:40:24 +0000 (Fri, 27 Oct 2006) | 2 lines Changed paths: - M cucul/buffer.c + M /libcaca/trunk/cucul/buffer.c * Reworded documentation about buffer/string distinction. ------------------------------------------------------------------------ -r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines +r1248 | sam | 2006-10-27 20:22:48 +0000 (Fri, 27 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fix a buffer overflow in the utf-8 cucul_import(). ------------------------------------------------------------------------ -r955 | jylam | 2006-10-27 22:18:23 +0200 (Fri, 27 Oct 2006) | 2 lines +r1247 | jylam | 2006-10-27 20:18:23 +0000 (Fri, 27 Oct 2006) | 2 lines Changed paths: - M cucul/buffer.c + M /libcaca/trunk/cucul/buffer.c * Documentation a bit clearer while importing a string into a buffer ------------------------------------------------------------------------ -r954 | jylam | 2006-10-27 21:26:35 +0200 (Fri, 27 Oct 2006) | 2 lines +r1245 | jylam | 2006-10-27 19:26:35 +0000 (Fri, 27 Oct 2006) | 2 lines Changed paths: - M DotNet/test.cs - M cucul/import.c + M /libcaca/trunk/DotNet/test.cs + M /libcaca/trunk/cucul/import.c * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. ------------------------------------------------------------------------ -r953 | sam | 2006-10-26 11:24:29 +0200 (Thu, 26 Oct 2006) | 3 lines +r1239 | sam | 2006-10-26 09:24:29 +0000 (Thu, 26 Oct 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Put at least one space in empty IRC lines otherwise most clients won't output them. ------------------------------------------------------------------------ -r952 | sam | 2006-10-26 11:17:21 +0200 (Thu, 26 Oct 2006) | 2 lines +r1238 | sam | 2006-10-26 09:17:21 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Allow to import empty files or files with only empty lines. ------------------------------------------------------------------------ -r951 | sam | 2006-10-26 11:04:55 +0200 (Thu, 26 Oct 2006) | 2 lines +r1237 | sam | 2006-10-26 09:04:55 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Support export of zero-sized canvases. ------------------------------------------------------------------------ -r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines +r1236 | sam | 2006-10-26 08:47:39 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fix a buffer overflow in the import format autodetection code. ------------------------------------------------------------------------ -r949 | sam | 2006-10-26 10:45:18 +0200 (Thu, 26 Oct 2006) | 2 lines +r1235 | sam | 2006-10-26 08:45:18 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Allow to import zero-sized canvases. ------------------------------------------------------------------------ -r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines +r1234 | sam | 2006-10-26 08:17:41 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M doc/user.dox + M /libcaca/trunk/doc/user.dox * CACA_GEOMETRY works with the raw driver. ------------------------------------------------------------------------ -r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines +r1233 | sam | 2006-10-26 08:16:43 +0000 (Thu, 26 Oct 2006) | 3 lines Changed paths: - M caca/driver_gl.c - M caca/driver_raw.c - M caca/driver_win32.c - M caca/driver_x11.c - M cucul/cucul.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/cucul.c * Allow to create the initial canvas with a zero size. Either the application resizes it later, or the driver changes it to fit the display. ------------------------------------------------------------------------ -r946 | sam | 2006-10-26 10:11:39 +0200 (Thu, 26 Oct 2006) | 2 lines +r1232 | sam | 2006-10-26 08:11:39 +0000 (Thu, 26 Oct 2006) | 2 lines Changed paths: - M test/frames.c + M /libcaca/trunk/test/frames.c * Minor changes to the frames test. ------------------------------------------------------------------------ -r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines +r1231 | sam | 2006-10-25 22:06:21 +0000 (Wed, 25 Oct 2006) | 3 lines Changed paths: - M caca/event.c - M caca/graphics.c - M cucul/buffer.c - M cucul/canvas.c - M cucul/charset.c - M cucul/colour.c - M cucul/cucul.c - M cucul/import.c - M cucul/sprite.c - M cucul/transform.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c * Removed "This function..." constructs from documentation. Fixed a few documentation errors or imprecisions. ------------------------------------------------------------------------ -r944 | sam | 2006-10-26 00:04:31 +0200 (Thu, 26 Oct 2006) | 2 lines +r1230 | sam | 2006-10-25 22:04:31 +0000 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. ------------------------------------------------------------------------ -r943 | sam | 2006-10-26 00:01:38 +0200 (Thu, 26 Oct 2006) | 2 lines +r1229 | sam | 2006-10-25 22:01:38 +0000 (Wed, 25 Oct 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Do not output \r in the UTF-8 exporter. ------------------------------------------------------------------------ -r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines +r1226 | sam | 2006-10-24 07:07:47 +0000 (Tue, 24 Oct 2006) | 2 lines Changed paths: - M doc/cacafire.1 - M src/cacademo.c + M /libcaca/trunk/doc/cacafire.1 + M /libcaca/trunk/src/cacademo.c * Use enter as the transition key. ------------------------------------------------------------------------ -r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines +r1225 | sam | 2006-10-22 21:24:15 +0000 (Sun, 22 Oct 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta8. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines +r1224 | sam | 2006-10-22 21:13:32 +0000 (Sun, 22 Oct 2006) | 4 lines Changed paths: - M cucul/canvas.c - M cucul/transform.c - M test/fullwidth.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/test/fullwidth.c * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support fullwidth characters. * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars. ------------------------------------------------------------------------ -r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines +r1223 | sam | 2006-10-22 20:31:10 +0000 (Sun, 22 Oct 2006) | 3 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added block drawing glyphs to the flip/flop/rotate functions. * Made these functions fullwidth-aware. ------------------------------------------------------------------------ -r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines +r1222 | sam | 2006-10-22 19:53:48 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M test/transform.c + M /libcaca/trunk/test/transform.c * Add fullwidth characters to the transform test. ------------------------------------------------------------------------ -r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines +r1221 | sam | 2006-10-22 17:40:55 +0000 (Sun, 22 Oct 2006) | 3 lines Changed paths: - M cucul/canvas.c - M cucul/export.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/export.c * Updated documentation of fullwidth-aware functions. * Fullwidth support in all exporters. ------------------------------------------------------------------------ -r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines +r1220 | sam | 2006-10-22 17:19:58 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Add a test for fullwidth characters to the exporter test. ------------------------------------------------------------------------ -r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines +r1219 | sam | 2006-10-22 16:49:54 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Support for fullwidth glyphs in the UTF-8 importer. ------------------------------------------------------------------------ -r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines +r1218 | sam | 2006-10-22 16:35:25 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M cucul/canvas.c - M cucul/cucul.h - M cucul/cucul_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h * Support for fullwidth glyphs in the libcaca output drivers. ------------------------------------------------------------------------ -r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines +r1217 | sam | 2006-10-22 16:16:15 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M test/fullwidth.c + M /libcaca/trunk/test/fullwidth.c * Use 0xCACA as the test character. Ahaha. Caca. Got it? ------------------------------------------------------------------------ -r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines +r1216 | sam | 2006-10-22 15:03:22 +0000 (Sun, 22 Oct 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/fullwidth.c - M test/unicode.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/fullwidth.c + M /libcaca/trunk/test/unicode.c * Fix the Unicode test. * Add a test for fullwidth characters. ------------------------------------------------------------------------ -r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines +r1215 | sam | 2006-10-22 15:01:04 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul_internals.h * Support for fullwidth (= double width) Unicode characters. ------------------------------------------------------------------------ -r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines +r1214 | sam | 2006-10-22 14:40:50 +0000 (Sun, 22 Oct 2006) | 2 lines Changed paths: - M doc/libcaca.dox + M /libcaca/trunk/doc/libcaca.dox * Minor changes to the documentation front page. ------------------------------------------------------------------------ -r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines +r1212 | sam | 2006-10-20 16:19:41 +0000 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M cxx/Makefile.am - M src/Makefile.am - M test/Makefile.am - M tools/Makefile.am + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/tools/Makefile.am * Do not link binaries with @CACA_LIBS@, it's useless. ------------------------------------------------------------------------ -r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines +r1211 | sam | 2006-10-20 16:17:12 +0000 (Fri, 20 Oct 2006) | 2 lines Changed paths: - M cucul/charset.c - M cucul/cucul.h + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_utf32_is_fullwidth(). ------------------------------------------------------------------------ -r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines +r1210 | sam | 2006-10-19 23:17:33 +0000 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Slightly updated TODO list. ------------------------------------------------------------------------ -r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines +r1208 | sam | 2006-10-19 22:43:17 +0000 (Thu, 19 Oct 2006) | 3 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca_internals.h - M configure.ac + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/configure.ac * Added a --enable-plugins configure flag that builds the GL and X11 drivers as plugins. This way, libcaca does not directly depend on those libraries. ------------------------------------------------------------------------ -r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines +r1207 | sam | 2006-10-19 21:21:00 +0000 (Thu, 19 Oct 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Add checks for getopt / getopt_long. ------------------------------------------------------------------------ -r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines +r1203 | sam | 2006-10-14 22:11:33 +0000 (Sat, 14 Oct 2006) | 2 lines Changed paths: - M cxx/cucul++.h + M /libcaca/trunk/cxx/cucul++.h * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck. ------------------------------------------------------------------------ -r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines +r1198 | sam | 2006-10-12 09:33:49 +0000 (Thu, 12 Oct 2006) | 2 lines Changed paths: - M configure.ac - M src/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux. ------------------------------------------------------------------------ -r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines +r1191 | sam | 2006-10-06 10:12:52 +0000 (Fri, 06 Oct 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Fixed a bug in the IRC exporter that could break the output when there were commas in the canvas. ------------------------------------------------------------------------ -r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines +r1186 | sam | 2006-10-04 12:11:16 +0000 (Wed, 04 Oct 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Set version to 0.99.beta7. * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines +r1175 | sam | 2006-10-01 12:50:43 +0000 (Sun, 01 Oct 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Support transparency in the colour UTF-8 exporter. ------------------------------------------------------------------------ -r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines +r1174 | sam | 2006-10-01 12:23:30 +0000 (Sun, 01 Oct 2006) | 2 lines Changed paths: - M cucul/triangle.c + M /libcaca/trunk/cucul/triangle.c * Better precision in cucul_fill_triangle(). ------------------------------------------------------------------------ -r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines +r1173 | sam | 2006-10-01 11:53:35 +0000 (Sun, 01 Oct 2006) | 2 lines Changed paths: - M cucul/triangle.c + M /libcaca/trunk/cucul/triangle.c * More optimisations in cucul_fill_triangle(). ------------------------------------------------------------------------ -r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines +r1172 | sam | 2006-10-01 10:47:41 +0000 (Sun, 01 Oct 2006) | 2 lines Changed paths: - M cucul/triangle.c + M /libcaca/trunk/cucul/triangle.c * Optimised triangle rasteriser. Thanks to Jylam for the hints. ------------------------------------------------------------------------ -r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines +r1171 | sam | 2006-10-01 08:53:41 +0000 (Sun, 01 Oct 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Set default background to transparent in the ANSI and UTF-8 importers. ------------------------------------------------------------------------ -r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines +r1156 | jylam | 2006-09-30 18:56:23 +0000 (Sat, 30 Sep 2006) | 9 lines Changed paths: - M cxx/Makefile.am - M cxx/cucul++.cpp - M cxx/cucul++.h - A cxx/cxxtest.cpp + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/cxx/cucul++.cpp + M /libcaca/trunk/cxx/cucul++.h + A /libcaca/trunk/cxx/cxxtest.cpp * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. - + --This line, and those below, will be ignored-- M cxx/cucul++.cpp @@ -3713,721 +4960,728 @@ M cxx/cucul++.h M cxx/Makefile.am ------------------------------------------------------------------------ -r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines +r1155 | sam | 2006-09-30 18:35:50 +0000 (Sat, 30 Sep 2006) | 2 lines Changed paths: - M ChangeLog - M NEWS + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines +r1154 | sam | 2006-09-30 18:25:41 +0000 (Sat, 30 Sep 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Set version to 0.99.beta6. ------------------------------------------------------------------------ -r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines +r1153 | sam | 2006-09-30 18:24:10 +0000 (Sat, 30 Sep 2006) | 2 lines Changed paths: - M test/import.c + M /libcaca/trunk/test/import.c * Added an optional argument to the import test to select import format. ------------------------------------------------------------------------ -r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines +r1152 | sam | 2006-09-30 18:20:39 +0000 (Sat, 30 Sep 2006) | 3 lines Changed paths: - M src/aafire.c - M src/cacademo.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacademo.c * As per user request, only display the "Powered by libcaca" banner for a few seconds at the beginning. ------------------------------------------------------------------------ -r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines +r1149 | sam | 2006-09-30 17:49:09 +0000 (Sat, 30 Sep 2006) | 2 lines Changed paths: - M cucul/canvas.c + M /libcaca/trunk/cucul/canvas.c * Fix minor memory leak in cucul_set_canvas_boundaries(). ------------------------------------------------------------------------ -r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines +r1148 | sam | 2006-09-30 17:31:16 +0000 (Sat, 30 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fix minor memory leak in cucul_free_canvas(). ------------------------------------------------------------------------ -r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines +r1137 | sam | 2006-09-29 23:36:02 +0000 (Fri, 29 Sep 2006) | 2 lines Changed paths: - M cucul/canvas.c + M /libcaca/trunk/cucul/canvas.c * Fixed a bug in cucul_putchar() that broke half of the Unicode set. ------------------------------------------------------------------------ -r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines +r1136 | sam | 2006-09-29 23:34:03 +0000 (Fri, 29 Sep 2006) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Add "utf8" import format. * Documented "text" import format. ------------------------------------------------------------------------ -r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines +r1107 | sam | 2006-09-26 20:32:48 +0000 (Tue, 26 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Initialise colours to default/transparent instead of lightgray/black. ------------------------------------------------------------------------ -r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines +r1105 | sam | 2006-09-25 16:12:17 +0000 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M NEWS + M /libcaca/trunk/NEWS * Remove non-ASCII character from NEWS file because Doxygen is unable to encode it in the manpages. ------------------------------------------------------------------------ -r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines +r1104 | sam | 2006-09-25 16:00:10 +0000 (Mon, 25 Sep 2006) | 2 lines Changed paths: - M TODO - M caca/caca.h - M cucul/dither.c - M cucul/export.c - M cucul/import.c + M /libcaca/trunk/TODO + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c * Fix enumeration layout in the manpage documentation. ------------------------------------------------------------------------ -r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines +r1103 | sam | 2006-09-25 15:58:33 +0000 (Mon, 25 Sep 2006) | 3 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * Fucking Doxygen replaces "s with 's in manpages. And it does not even escape them. Fix that upon installation. ------------------------------------------------------------------------ -r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines +r1098 | sam | 2006-09-23 19:07:13 +0000 (Sat, 23 Sep 2006) | 4 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours before calling cucul_set_canvas_size(), otherwise it'll fill the new area with the current values. ------------------------------------------------------------------------ -r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines +r1095 | sam | 2006-09-23 07:36:54 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO. ------------------------------------------------------------------------ -r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines +r1094 | sam | 2006-09-23 01:55:29 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M ChangeLog - M NEWS + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines +r1093 | sam | 2006-09-23 01:48:10 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M doc/Makefile.am - M doc/cacafire.1 + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/cacafire.1 * Update the cacademo manpage to reflect the merge. ------------------------------------------------------------------------ -r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines +r1092 | sam | 2006-09-23 01:28:49 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M cucul/colour.c - M cucul/cucul.h + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_get_color(). ------------------------------------------------------------------------ -r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines +r1091 | sam | 2006-09-23 01:18:49 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M cucul/canvas.c + M /libcaca/trunk/cucul/canvas.c * Fixed chcul_getchar's error behaviour. ------------------------------------------------------------------------ -r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines +r1090 | sam | 2006-09-23 01:10:15 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Update versioning. ------------------------------------------------------------------------ -r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines +r1089 | sam | 2006-09-23 00:59:47 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Handle transparency in the IRC export. ------------------------------------------------------------------------ -r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines +r1088 | sam | 2006-09-23 00:55:42 +0000 (Sat, 23 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * When resizing a canvas, use the current fg/bg colours to fill holes. ------------------------------------------------------------------------ -r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines +r1086 | sam | 2006-09-22 23:26:56 +0000 (Fri, 22 Sep 2006) | 2 lines Changed paths: - M configure.ac - M test/Makefile.am - D test/toilet.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/toilet.c * Remove toilet from the libcaca source, it'll be moved to its own repo. ------------------------------------------------------------------------ -r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines +r1080 | sam | 2006-09-22 00:27:13 +0000 (Fri, 22 Sep 2006) | 2 lines Changed paths: - M test/toilet.c + M /libcaca/trunk/test/toilet.c * Autocrop toilet output. ------------------------------------------------------------------------ -r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines +r1079 | sam | 2006-09-22 00:20:06 +0000 (Fri, 22 Sep 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h * Implement cucul_set_canvas_boundaries() for cropping and expanding. ------------------------------------------------------------------------ -r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines +r1078 | sam | 2006-09-21 22:36:00 +0000 (Thu, 21 Sep 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Really export IRC as UTF-8, as advertised in the documentation. ------------------------------------------------------------------------ -r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines +r1077 | sam | 2006-09-21 21:30:50 +0000 (Thu, 21 Sep 2006) | 3 lines Changed paths: - M test/toilet.c + M /libcaca/trunk/test/toilet.c * Handle UTF-8 in TOIlet. * Add a --irc flag to TOIlet. ------------------------------------------------------------------------ -r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines +r1076 | sam | 2006-09-21 19:54:54 +0000 (Thu, 21 Sep 2006) | 2 lines Changed paths: - M test/toilet.c + M /libcaca/trunk/test/toilet.c * Support for platforms without in TOIlet. ------------------------------------------------------------------------ -r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines +r1075 | sam | 2006-09-21 17:32:27 +0000 (Thu, 21 Sep 2006) | 2 lines Changed paths: - M test/Makefile.am - M test/toilet.c + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/toilet.c * Added getopt support to toilet. ------------------------------------------------------------------------ -r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines +r1074 | sam | 2006-09-21 16:59:23 +0000 (Thu, 21 Sep 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Check for and getopt_long. ------------------------------------------------------------------------ -r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines +r1073 | sam | 2006-09-20 16:31:12 +0000 (Wed, 20 Sep 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/toilet.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/toilet.c * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later. ------------------------------------------------------------------------ -r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines +r1072 | sam | 2006-09-19 19:11:33 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/font.c * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix. ------------------------------------------------------------------------ -r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines +r1071 | jylam | 2006-09-19 19:06:04 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Oops \o/ ------------------------------------------------------------------------ -r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines +r1070 | jylam | 2006-09-19 19:04:29 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * REAL fix ------------------------------------------------------------------------ -r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines +r1069 | sam | 2006-09-19 19:00:40 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * More long int -> int32 casts to fix the GL driver on 64-bit arches. ------------------------------------------------------------------------ -r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines +r1068 | sam | 2006-09-19 18:47:39 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/font.c * Hopefully fix 64-bit bug. ------------------------------------------------------------------------ -r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines +r1067 | jylam | 2006-09-19 18:40:09 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/font.c * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought. ------------------------------------------------------------------------ -r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines +r1066 | sam | 2006-09-19 16:07:13 +0000 (Tue, 19 Sep 2006) | 3 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_getchar(). Useful because you don’t necessarily know what you are importing. ------------------------------------------------------------------------ -r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines +r1065 | sam | 2006-09-19 08:26:43 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Added an fprintf stub to the kernel. ------------------------------------------------------------------------ -r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines +r1064 | sam | 2006-09-19 08:18:32 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Optimised memory usage in the GL driver and added a few comments. ------------------------------------------------------------------------ -r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 3 lines +r1063 | jylam | 2006-09-19 08:04:38 +0000 (Tue, 19 Sep 2006) | 5 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Fixed compilation warning, and .... AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought) + + ------------------------------------------------------------------------ -r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines +r1062 | sam | 2006-09-19 00:02:59 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * Got rid of cucul_render_glyph(). Ahahahaha. ------------------------------------------------------------------------ -r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines +r1061 | sam | 2006-09-19 00:01:26 +0000 (Tue, 19 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver. ------------------------------------------------------------------------ -r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines +r1060 | sam | 2006-09-18 22:32:25 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Full Unicode support in the GL driver. ------------------------------------------------------------------------ -r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines +r1059 | sam | 2006-09-18 22:29:20 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Oops, fixed typo in cucul_get_font_blocks(). ------------------------------------------------------------------------ -r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines +r1058 | sam | 2006-09-18 17:40:35 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * Implemented cucul_get_font_blocks() to export the list of available glyphs. ------------------------------------------------------------------------ -r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines +r1056 | sam | 2006-09-18 07:31:31 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Remove useless -I../kernel/ from CFLAGS. ------------------------------------------------------------------------ -r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines +r1055 | sam | 2006-09-18 07:30:14 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M build-kernel + M /libcaca/trunk/build-kernel * Fix the kernel build rules. ------------------------------------------------------------------------ -r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines +r1054 | sam | 2006-09-18 07:20:06 +0000 (Mon, 18 Sep 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/driver_raw.c - M caca/driver_vga.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_vga.c * Do not build the raw output in kernel mode. * Fix cucul_utf32_to_cp437() call in the VGA output. ------------------------------------------------------------------------ -r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines +r1053 | sam | 2006-09-18 07:11:43 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Fixed memcmp() prototype and implementation. ------------------------------------------------------------------------ -r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines +r1052 | sam | 2006-09-18 06:59:48 +0000 (Mon, 18 Sep 2006) | 2 lines Changed paths: - M cucul/cucul.c - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Added errno support to the kernel. ------------------------------------------------------------------------ -r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines +r1051 | jylam | 2006-09-17 13:36:13 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M DotNet/Caca.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet/Caca.cs + M /libcaca/trunk/DotNet/test.cs * Updated .Net bindings ------------------------------------------------------------------------ -r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines +r1050 | jylam | 2006-09-17 13:15:12 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M README - M caca/driver_gl.c + M /libcaca/trunk/README + M /libcaca/trunk/caca/driver_gl.c * Updated README, just to say my coding style is just perfect, sam is too pedantic. ------------------------------------------------------------------------ -r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines +r1049 | sam | 2006-09-17 12:58:12 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M kernel/kernel.c - M src/cacaview.c - M src/img2irc.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c * A few coding style fixes. ------------------------------------------------------------------------ -r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M caca/driver_vga.c - M common.h - M configure.ac - M cucul/buffer.c - M cucul/cucul.c - M kernel/kernel.c - M kernel/kernel.h - M src/Makefile.am - M src/cacadraw.c - M src/cacaplay.c - M src/cacaview.c - M src/common-image.c - M src/img2irc.c - M test/demo.c - M test/demo0.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/font2tga.c - M test/frames.c - M test/gamma.c - M test/hsv.c - M test/import.c - M test/input.c - M test/spritedit.c - M test/text.c - M test/transform.c - M test/truecolor.c - M test/unicode.c - M tools/optipal.c +r1048 | jylam | 2006-09-17 12:44:18 +0000 (Sun, 17 Sep 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/demo0.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/font2tga.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/input.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c + M /libcaca/trunk/tools/optipal.c * Updated kernel 'driver', still not working, but most of the work is done ------------------------------------------------------------------------ -r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines +r1047 | sam | 2006-09-17 11:39:22 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Minor TODO update. ------------------------------------------------------------------------ -r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines +r1046 | sam | 2006-09-17 11:10:49 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Minor documentation fix (testing the buildbot, actually). ------------------------------------------------------------------------ -r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines +r1045 | jylam | 2006-09-17 10:54:23 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/font.c * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl ------------------------------------------------------------------------ -r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines +r1044 | sam | 2006-09-17 01:12:28 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Coding style (ahaha vieux porc). ------------------------------------------------------------------------ -r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines +r1043 | sam | 2006-09-17 00:53:48 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Got rid of OFFSET_X and OFFSET_Y. ------------------------------------------------------------------------ -r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines +r1042 | sam | 2006-09-17 00:48:30 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * More cleanup in cacademo.c. ------------------------------------------------------------------------ -r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines +r1041 | sam | 2006-09-17 00:32:23 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Cosmetic changes to cacademo. ------------------------------------------------------------------------ -r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines +r1040 | sam | 2006-09-17 00:11:29 +0000 (Sun, 17 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Factored the star code (vieux porc). ------------------------------------------------------------------------ -r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines +r1039 | sam | 2006-09-17 00:02:31 +0000 (Sun, 17 Sep 2006) | 3 lines Changed paths: - M caca/driver_gl.c - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * Fixed cucul_render_glyph(). There is no way this could have ever possibly worked properly. ------------------------------------------------------------------------ -r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines +r1038 | sam | 2006-09-16 23:34:18 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Moved transition data to the function. ------------------------------------------------------------------------ -r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines +r1037 | jylam | 2006-09-16 21:27:59 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Added nifty rotation to our 80's star. ------------------------------------------------------------------------ -r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines +r1036 | sam | 2006-09-16 21:08:11 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M cucul/triangle.c + M /libcaca/trunk/cucul/triangle.c * Fixing precision. ------------------------------------------------------------------------ -r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines +r1035 | jylam | 2006-09-16 21:00:46 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M cucul/triangle.c + M /libcaca/trunk/cucul/triangle.c * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear) ------------------------------------------------------------------------ -r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines +r1034 | jylam | 2006-09-16 20:48:31 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Added much disco transition (ellipses suck). YMCA \o/ ------------------------------------------------------------------------ -r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines +r1033 | sam | 2006-09-16 17:15:11 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Fix compilation warning in the slang driver. ------------------------------------------------------------------------ -r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines +r1032 | sam | 2006-09-16 16:01:48 +0000 (Sat, 16 Sep 2006) | 3 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Smooth transitions between effects in cacademo. Press 'n' to switch immediately to the next transition. ------------------------------------------------------------------------ -r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines +r1031 | sam | 2006-09-16 15:46:30 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M test/gamma.c + M /libcaca/trunk/test/gamma.c * Fix badly initialised data in the gamma test. ------------------------------------------------------------------------ -r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines +r1030 | sam | 2006-09-16 15:06:09 +0000 (Sat, 16 Sep 2006) | 3 lines Changed paths: - M src/cacademo.c - M test/Makefile.am - D test/matrix.c + M /libcaca/trunk/src/cacademo.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/matrix.c * Moved the matrix effect test into cacademo. Removed the motion sensor stuff, it's cool but it's crap. ------------------------------------------------------------------------ -r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines +r1029 | jylam | 2006-09-16 13:26:51 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M test/matrix.c + M /libcaca/trunk/test/matrix.c * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all ------------------------------------------------------------------------ -r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines +r1028 | jylam | 2006-09-16 13:19:23 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c - * Fixed truecolor bug in OpenGL driver. + * Fixed truecolor bug in OpenGL driver. ------------------------------------------------------------------------ -r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines +r1027 | sam | 2006-09-16 13:12:11 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Factor most of the cacademo code. ------------------------------------------------------------------------ -r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines +r1026 | sam | 2006-09-16 12:57:41 +0000 (Sat, 16 Sep 2006) | 3 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot to cast the int to double in the sin() call. (:@ gruik! ------------------------------------------------------------------------ -r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines +r1025 | jylam | 2006-09-16 12:47:55 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/cacademo.c + M /libcaca/trunk/src/cacademo.c * hey, ***I*** found a factorisation bug in cacaballs ! ------------------------------------------------------------------------ -r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines +r1024 | jylam | 2006-09-16 12:40:37 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * OpenGL builtin font support ------------------------------------------------------------------------ -r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines +r1023 | sam | 2006-09-16 09:45:03 +0000 (Sat, 16 Sep 2006) | 2 lines Changed paths: - M src/Makefile.am - D src/cacaball.c - A src/cacademo.c - D src/cacamoir.c - D src/cacaplas.c + M /libcaca/trunk/src + M /libcaca/trunk/src/Makefile.am + D /libcaca/trunk/src/cacaball.c + A /libcaca/trunk/src/cacademo.c (from /libcaca/trunk/src/cacaplas.c:1021) + D /libcaca/trunk/src/cacamoir.c + D /libcaca/trunk/src/cacaplas.c * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet. ------------------------------------------------------------------------ -r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines +r1022 | sam | 2006-09-16 09:43:36 +0000 (Sat, 16 Sep 2006) | 3 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Initialize random seed to getpid()+time(NULL) so that the user does not have to do it. ------------------------------------------------------------------------ -r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines +r1021 | sam | 2006-09-09 17:58:57 +0000 (Sat, 09 Sep 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Updated ChangeLog and NEWS. * 0.99.beta4 release. ------------------------------------------------------------------------ -r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines +r1020 | sam | 2006-09-09 17:54:06 +0000 (Sat, 09 Sep 2006) | 2 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * Replace 'man3caca' with 'man3' in generated manpages. ------------------------------------------------------------------------ -r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines +r1019 | sam | 2006-09-09 17:52:54 +0000 (Sat, 09 Sep 2006) | 2 lines Changed paths: - M test/demo0.c + M /libcaca/trunk/test/demo0.c * Fix dithering handling in demo0.c. ------------------------------------------------------------------------ -r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines +r1018 | sam | 2006-09-09 17:31:43 +0000 (Sat, 09 Sep 2006) | 2 lines Changed paths: - M caca-config.in + M /libcaca/trunk/caca-config.in * Do not output unnecessary libraries in caca-output config. ------------------------------------------------------------------------ -r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines +r1017 | sam | 2006-09-09 17:20:32 +0000 (Sat, 09 Sep 2006) | 2 lines Changed paths: - M doc/migrating.dox + M /libcaca/trunk/doc/migrating.dox * Oops, thinko in the migration doc. ------------------------------------------------------------------------ -r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines +r1016 | sam | 2006-09-09 17:02:30 +0000 (Sat, 09 Sep 2006) | 3 lines Changed paths: - M doc/migrating.dox + M /libcaca/trunk/doc/migrating.dox * Updated the migration documentation so that it mentions the compatibility layer. ------------------------------------------------------------------------ -r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines +r1015 | sam | 2006-09-09 16:53:13 +0000 (Sat, 09 Sep 2006) | 3 lines Changed paths: - M caca/caca0.c - M caca/caca0.h + M /libcaca/trunk/caca/caca0.c + M /libcaca/trunk/caca/caca0.h * Made features (such as dithering mode) and caca_sqrt work in the legacy 0.x glue code. ------------------------------------------------------------------------ -r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines +r1014 | sam | 2006-09-09 15:40:16 +0000 (Sat, 09 Sep 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/demo0.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/demo0.c * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a test for the emulation layer. ------------------------------------------------------------------------ -r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines +r1013 | sam | 2006-09-09 15:38:06 +0000 (Sat, 09 Sep 2006) | 8 lines Changed paths: - M caca/Makefile.am - A caca/caca0.c - A caca/caca0.h + M /libcaca/trunk/caca/Makefile.am + A /libcaca/trunk/caca/caca0.c + A /libcaca/trunk/caca/caca0.h * Added an emulation layer for pre-1.0 libcaca API. Legacy applications just need to include instead of and should be source- @@ -4438,425 +5692,416 @@ Changed paths: the same way. ------------------------------------------------------------------------ -r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines +r1012 | sam | 2006-09-09 14:52:05 +0000 (Sat, 09 Sep 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Fix a crash in export.c with unknown file formats. ------------------------------------------------------------------------ -r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines +r1011 | sam | 2006-08-30 21:30:29 +0000 (Wed, 30 Aug 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * U+214B TURNED AMPERSAND ------------------------------------------------------------------------ -r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines +r1010 | sam | 2006-08-25 10:22:57 +0000 (Fri, 25 Aug 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac * Updated ChangeLog and NEWS. * 0.99.beta3 release. ------------------------------------------------------------------------ -r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines -Changed paths: - M ChangeLog - M Makefile.am - M configure.ac - D debian/Makefile.am - D debian/caca-utils.install - D debian/caca-utils.mime - D debian/changelog - D debian/compat - D debian/control - D debian/copyright - D debian/libcaca-dev.install - D debian/libcaca0.install - D debian/libcucul-dev.install - D debian/libcucul0.install - D debian/rules +r1009 | sam | 2006-08-25 10:16:53 +0000 (Fri, 25 Aug 2006) | 3 lines +Changed paths: + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + D /libcaca/trunk/debian * Removed debian packaging stuff from the trunk. It'll now be at svn://svn.debian.org/svn/sam-hocevar/pkg-misc ------------------------------------------------------------------------ -r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines +r1008 | sam | 2006-08-13 17:30:34 +0000 (Sun, 13 Aug 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Factored some of the GL code. ------------------------------------------------------------------------ -r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines +r1007 | sam | 2006-08-02 13:15:52 +0000 (Wed, 02 Aug 2006) | 2 lines Changed paths: - M test/matrix.c + M /libcaca/trunk/test + M /libcaca/trunk/test/matrix.c * A few changes to the matrix program. I do not plan to maintain it. ------------------------------------------------------------------------ -r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines +r1006 | sam | 2006-08-02 13:12:43 +0000 (Wed, 02 Aug 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/caca.h - M caca/driver_conio.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/event.c - M caca/graphics.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c * Fixed libcaca prototypes so that all functions use the errno mechanism and return a value. ------------------------------------------------------------------------ -r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines +r1005 | sam | 2006-08-02 13:11:39 +0000 (Wed, 02 Aug 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fixed cucul_create_canvas()'s documentation. ------------------------------------------------------------------------ -r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines +r1004 | sam | 2006-07-21 08:19:29 +0000 (Fri, 21 Jul 2006) | 3 lines Changed paths: - M cucul/dither.c + M /libcaca/trunk/cucul/dither.c * Fixed typos in cucul/dither.c that prevented using ordered dither modes, thanks to Sean D'Epagnier. ------------------------------------------------------------------------ -r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines +r1002 | jylam | 2006-06-10 11:35:18 +0000 (Sat, 10 Jun 2006) | 2 lines Changed paths: - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cpptest.cpp + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cpptest.cpp * Updated C++ bindings ------------------------------------------------------------------------ -r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines +r1001 | sam | 2006-06-10 11:04:21 +0000 (Sat, 10 Jun 2006) | 3 lines Changed paths: - M debian/control + M /libcaca/trunk/debian/control * Fix debian package dependencies; -dev packages didn't pull their library dependencies. Of course. ------------------------------------------------------------------------ -r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines +r995 | sam | 2006-05-31 14:33:48 +0000 (Wed, 31 May 2006) | 2 lines Changed paths: - M test/matrix.c + M /libcaca/trunk/test/matrix.c * Fixed matrix.c for non-Thinkpad computers. ------------------------------------------------------------------------ -r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines +r994 | sam | 2006-05-31 14:08:58 +0000 (Wed, 31 May 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Fix a build failure when X11R7 is available but OpenGL isn't. ------------------------------------------------------------------------ -r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines +r993 | sam | 2006-05-31 12:18:23 +0000 (Wed, 31 May 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/matrix.c + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/matrix.c * Small matrix effect. Totally useless. Unless you have a Thinkpad, in which case it is massively useless. ------------------------------------------------------------------------ -r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines +r992 | sam | 2006-05-28 22:19:10 +0000 (Sun, 28 May 2006) | 3 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac - M debian/changelog + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog * Updated ChangeLog and NEWS. * 0.99.beta2 release. ------------------------------------------------------------------------ -r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines +r991 | sam | 2006-05-26 07:43:41 +0000 (Fri, 26 May 2006) | 2 lines Changed paths: - M debian/caca-utils.install - M debian/libcucul-dev.install + M /libcaca/trunk/debian/caca-utils.install + M /libcaca/trunk/debian/libcucul-dev.install * Updated the Debian build scripts. ------------------------------------------------------------------------ -r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines +r988 | sam | 2006-05-26 07:01:10 +0000 (Fri, 26 May 2006) | 2 lines Changed paths: - M cucul/canvas.c + M /libcaca/trunk/cucul/canvas.c * Fixed an out of bounds bug in cucul_blit(). ------------------------------------------------------------------------ -r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines +r987 | sam | 2006-05-26 07:00:34 +0000 (Fri, 26 May 2006) | 2 lines Changed paths: - M caca-config.in + M /libcaca/trunk/caca-config.in * Removed legacy CUCUL_LIBS from caca-config. ------------------------------------------------------------------------ -r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines +r986 | sam | 2006-05-26 07:00:04 +0000 (Fri, 26 May 2006) | 3 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c * UTF-8 input support for ncurses. * Hack for 16-color support in xfce4-terminal for both ncurses and slang. ------------------------------------------------------------------------ -r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines +r985 | sam | 2006-05-26 06:59:11 +0000 (Fri, 26 May 2006) | 2 lines Changed paths: - M caca/graphics.c + M /libcaca/trunk/caca/graphics.c * Reduced IDLE_USEC by half. Today's machines are fast :-) ------------------------------------------------------------------------ -r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines +r984 | sam | 2006-05-25 22:32:03 +0000 (Thu, 25 May 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/driver_ncurses.c - M configure.ac + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/configure.ac * Fixed UTF-8 support in ncurses. * Set ncurses's priority higher than slang. ------------------------------------------------------------------------ -r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines +r983 | sam | 2006-05-25 20:01:30 +0000 (Thu, 25 May 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines +r982 | sam | 2006-05-25 20:01:10 +0000 (Thu, 25 May 2006) | 3 lines Changed paths: - M caca/driver_slang.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/conic.c - M cucul/cucul.h - M cucul/line.c - M cucul/triangle.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c * Have cucul_utf8_to_utf32 write how many bytes it read. * Use that in the SLang driver so that it supports UTF-8 input. ------------------------------------------------------------------------ -r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines +r981 | sam | 2006-05-25 19:59:35 +0000 (Thu, 25 May 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without an explicit cast. ------------------------------------------------------------------------ -r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines +r980 | sam | 2006-05-25 19:58:21 +0000 (Thu, 25 May 2006) | 4 lines Changed paths: - M caca/caca.c - M caca/driver_ncurses.c - M test/colors.c - M test/input.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/input.c * Minor cosmetic changes in the test programs. * Code enhancements in the ncurses driver. * Added a comment to explain why slang has a higher priority than ncurses. ------------------------------------------------------------------------ -r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines +r979 | sam | 2006-05-25 19:56:55 +0000 (Thu, 25 May 2006) | 2 lines Changed paths: - M caca/driver_conio.c + M /libcaca/trunk/caca/driver_conio.c * Fixed the DOS build. ------------------------------------------------------------------------ -r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines +r978 | sam | 2006-05-25 19:56:03 +0000 (Thu, 25 May 2006) | 2 lines Changed paths: - M caca/caca_internals.h + M /libcaca/trunk/caca/caca_internals.h * Minor cosmetic fix. ------------------------------------------------------------------------ -r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines +r977 | sam | 2006-05-25 19:55:11 +0000 (Thu, 25 May 2006) | 3 lines Changed paths: - M caca/Makefile.am - M cucul/Makefile.am - M cxx/Makefile.am - M kernel/Makefile.am - M test/Makefile.am - M tools/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cxx/Makefile.am + M /libcaca/trunk/kernel/Makefile.am + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/tools/Makefile.am * Added -I${top_srcdir} to the compilation flags to fix builds configured from an alternate directory (they failed to find common.h). ------------------------------------------------------------------------ -r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines +r976 | sam | 2006-05-25 19:11:18 +0000 (Thu, 25 May 2006) | 3 lines Changed paths: - M configure.ac - M src/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am * Removed --enable-network flag, but reused the test as a condition for building cacaserver. ------------------------------------------------------------------------ -r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines +r975 | sam | 2006-05-25 19:10:35 +0000 (Thu, 25 May 2006) | 2 lines Changed paths: - M build-dos - M build-win32 + M /libcaca/trunk/build-dos + M /libcaca/trunk/build-win32 * Updated build scripts for DOS and Win32. ------------------------------------------------------------------------ -r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines +r974 | sam | 2006-05-20 08:45:19 +0000 (Sat, 20 May 2006) | 3 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c * Got backspace to work with the slang and ncurses drivers in an X terminal window. ------------------------------------------------------------------------ -r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines +r973 | sam | 2006-05-20 08:19:13 +0000 (Sat, 20 May 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * More coding style fixes in the GL driver. ------------------------------------------------------------------------ -r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines +r972 | sam | 2006-05-20 08:11:58 +0000 (Sat, 20 May 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Fixed awful indenting of the GL plugin. ------------------------------------------------------------------------ -r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines +r971 | sam | 2006-05-20 05:45:57 +0000 (Sat, 20 May 2006) | 3 lines Changed paths: - M caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_ncurses.c * Make the ncurses driver UTF-8 and UTF-32 aware. * Add the backspace key to the ncurses driver. ------------------------------------------------------------------------ -r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines +r970 | sam | 2006-05-20 05:41:14 +0000 (Sat, 20 May 2006) | 3 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Make the slang driver UTF-8 and UTF-32 aware. * Add the backspace key to the slang driver. ------------------------------------------------------------------------ -r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines +r969 | sam | 2006-05-20 05:29:24 +0000 (Sat, 20 May 2006) | 3 lines Changed paths: - M caca/caca.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M test/input.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/test/input.c * Renamed the event data member "ucs4" to "utf32" for consistency with "utf8". ------------------------------------------------------------------------ -r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines +r968 | sam | 2006-05-20 05:28:31 +0000 (Sat, 20 May 2006) | 3 lines Changed paths: - M debian/changelog - M debian/control + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control * Added information from a recent Debian upload of the old version of libcaca. ------------------------------------------------------------------------ -r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines +r967 | sam | 2006-05-19 18:34:23 +0000 (Fri, 19 May 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/input.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/input.c * Text input test program. Might be merged into libcaca if it works well. ------------------------------------------------------------------------ -r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines +r966 | sam | 2006-05-19 06:44:58 +0000 (Fri, 19 May 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated the TODO list. ------------------------------------------------------------------------ -r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines +r965 | sam | 2006-05-19 06:00:00 +0000 (Fri, 19 May 2006) | 2 lines Changed paths: - M debian/caca-utils.install - M debian/libcucul-dev.install + M /libcaca/trunk/debian/caca-utils.install + M /libcaca/trunk/debian/libcucul-dev.install * Install caca-config.1.gz in the libcucul-dev package, not caca-utils. ------------------------------------------------------------------------ -r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines +r964 | sam | 2006-05-19 05:44:27 +0000 (Fri, 19 May 2006) | 3 lines Changed paths: - M caca/caca.h - M caca/graphics.c - M python/pypycaca.c - M python/pypycaca.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M test/demo.c - M test/frames.c - M test/gamma.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/gamma.c * Renamed caca_set_delay() and caca_get_rendertime() into caca_set_display_time() and caca_get_display_time() for consistency. ------------------------------------------------------------------------ -r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines +r963 | sam | 2006-05-19 05:30:01 +0000 (Fri, 19 May 2006) | 2 lines Changed paths: - M cucul/charset.c + M /libcaca/trunk/cucul/charset.c * Documented the newly exported charset functions. ------------------------------------------------------------------------ -r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines +r962 | sam | 2006-05-19 04:53:48 +0000 (Fri, 19 May 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/conic.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/import.c - M cucul/line.c - M cucul/triangle.c - M tools/makefont.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/tools/makefont.c * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. ------------------------------------------------------------------------ -r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines +r961 | sam | 2006-05-18 07:57:42 +0000 (Thu, 18 May 2006) | 2 lines Changed paths: - M cucul/font.c - M cucul/font_mono9.h - M cucul/font_monobold12.h + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h * Regenerated fonts and reactivated them under Win32. ------------------------------------------------------------------------ -r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines +r960 | sam | 2006-05-18 07:56:54 +0000 (Thu, 18 May 2006) | 6 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Elite trick in the font generator to cope with C89's string length limitation of 509 characters. Instead of doing: @@ -4865,25 +6110,25 @@ Changed paths: struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" }; ------------------------------------------------------------------------ -r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines +r959 | sam | 2006-05-18 06:26:31 +0000 (Thu, 18 May 2006) | 2 lines Changed paths: - M test/font2tga.c + M /libcaca/trunk/test/font2tga.c * font2tga no longer needs cucul_internal.h. ------------------------------------------------------------------------ -r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines +r958 | sam | 2006-05-18 06:23:47 +0000 (Thu, 18 May 2006) | 5 lines Changed paths: - M cucul/box.c - M cucul/canvas.c - M cucul/conic.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/import.c - M cucul/line.c - M cucul/triangle.c - M test/font2tga.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/test/font2tga.c * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned int which shall be used as an UTF-32 character. We do not have any casting @@ -4891,484 +6136,479 @@ Changed paths: ASCII (ie. <= 0x7f) beforehands. ------------------------------------------------------------------------ -r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines +r957 | sam | 2006-05-18 06:13:36 +0000 (Thu, 18 May 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/font2tga.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/font2tga.c * Added font2tga, a test program that exports our font in a known format. ------------------------------------------------------------------------ -r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines +r956 | sam | 2006-05-18 06:09:44 +0000 (Thu, 18 May 2006) | 3 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * If the export test target is ANSI or UTF-8, dither image with special shaded glyphs. ------------------------------------------------------------------------ -r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines +r955 | sam | 2006-05-18 05:43:43 +0000 (Thu, 18 May 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Removed useless -lXt from X11 libraries check. ------------------------------------------------------------------------ -r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines +r954 | sam | 2006-05-12 19:33:44 +0000 (Fri, 12 May 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Workaround for illegal ^[[0,0H ANSI escape code. ------------------------------------------------------------------------ -r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines +r953 | sam | 2006-05-12 19:32:41 +0000 (Fri, 12 May 2006) | 3 lines Changed paths: - M cucul/dither.c + M /libcaca/trunk/cucul/dither.c * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly better performances. ------------------------------------------------------------------------ -r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines +r952 | sam | 2006-05-12 19:31:50 +0000 (Fri, 12 May 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Add linebreaks to the ANSI exporter for better readability, and use the save/load cursor position trick to ignore them. ------------------------------------------------------------------------ -r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines +r951 | jylam | 2006-05-12 19:19:36 +0000 (Fri, 12 May 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Fixed postscript exporter, image in not at the bottom of the page anymore ------------------------------------------------------------------------ -r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 2 lines +r950 | sam | 2006-05-09 20:25:29 +0000 (Tue, 09 May 2006) | 1 line Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Use UTF-8 instead of ANSI in cacaserver - ------------------------------------------------------------------------ -r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 2 lines +r949 | sam | 2006-05-09 18:59:00 +0000 (Tue, 09 May 2006) | 1 line Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h * Optimise built-in fonts. We gain about 100kB in the final binary. - ------------------------------------------------------------------------ -r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines +r948 | sam | 2006-05-09 15:52:15 +0000 (Tue, 09 May 2006) | 3 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Optimise similar glyphs when generating a font. Given how many glyphs are unavailable, this is a significant gain. ------------------------------------------------------------------------ -r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines +r947 | sam | 2006-05-09 01:58:47 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Added the long dash and middle dot CP437 characters to the X11 driver. ------------------------------------------------------------------------ -r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines +r946 | sam | 2006-05-09 01:57:47 +0000 (Tue, 09 May 2006) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * If the ANSI file we import does not use the 80 columns, we don't expand the canvas to 80 columns. ------------------------------------------------------------------------ -r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines +r945 | sam | 2006-05-09 01:12:58 +0000 (Tue, 09 May 2006) | 3 lines Changed paths: - M src/cacadraw.c + M /libcaca/trunk/src/cacadraw.c * Allow cacadraw to open several files; use 'n' and 'p' to cycle. * Decreased PgUp/PgDn scrolling rate. ------------------------------------------------------------------------ -r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines +r944 | sam | 2006-05-09 01:03:02 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * Removed a useless cast in the kernel code. ------------------------------------------------------------------------ -r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines +r943 | sam | 2006-05-09 00:59:29 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M DotNet/AssemblyInfo.cs - M DotNet/Caca.cs - M DotNet/Cucul.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet + M /libcaca/trunk/DotNet/AssemblyInfo.cs + M /libcaca/trunk/DotNet/Caca.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs * Set svn properties on the .NET files. ------------------------------------------------------------------------ -r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines +r942 | sam | 2006-05-09 00:47:28 +0000 (Tue, 09 May 2006) | 3 lines Changed paths: - M test/font.c - M test/text.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/text.c * Cosmetic fix in test/font.c. * Use UTF-8 output in test/text.c instead of ANSI. ------------------------------------------------------------------------ -r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines +r941 | sam | 2006-05-09 00:46:08 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M caca/caca.h + M /libcaca/trunk/caca/caca.h * Minor cosmetic fix in a comment. ------------------------------------------------------------------------ -r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines +r940 | sam | 2006-05-09 00:43:22 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h - M tools/makefont.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/tools/makefont.c * Added a few more Unicode blocks to the default fonts. ------------------------------------------------------------------------ -r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines +r939 | sam | 2006-05-09 00:36:33 +0000 (Tue, 09 May 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added a few more Unicode characters to the glyph transformations. ------------------------------------------------------------------------ -r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines +r938 | sam | 2006-05-09 00:34:16 +0000 (Tue, 09 May 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c * Changed the cucul_create_dither() prototype to make sure the mask arguments are at least 32 bits. ------------------------------------------------------------------------ -r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines +r932 | sam | 2006-05-05 15:19:44 +0000 (Fri, 05 May 2006) | 3 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Make the export test 80 columns wide, so that the ANSI we generate can be read by other programs. ------------------------------------------------------------------------ -r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines +r931 | sam | 2006-05-05 15:13:32 +0000 (Fri, 05 May 2006) | 2 lines Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h * Updated fonts with the new hardcoded CP437 glyphs. ------------------------------------------------------------------------ -r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines +r930 | sam | 2006-05-05 15:12:50 +0000 (Fri, 05 May 2006) | 3 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Hardcode a few CP437 glyphs in makefont.c because they don't look that good with Pango. ------------------------------------------------------------------------ -r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines +r929 | sam | 2006-05-05 14:03:40 +0000 (Fri, 05 May 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c - M caca/driver_slang.c - M tools/Makefile.am - M tools/makefont.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/tools/Makefile.am + M /libcaca/trunk/tools/makefont.c * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8(). ------------------------------------------------------------------------ -r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines +r928 | sam | 2006-05-05 13:44:54 +0000 (Fri, 05 May 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and SVG exporters. ------------------------------------------------------------------------ -r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines +r927 | sam | 2006-05-05 05:09:54 +0000 (Fri, 05 May 2006) | 2 lines Changed paths: - M cucul/charset.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/cucul_internals.h * Implemented the private _cucul_utf32_to_utf8() helper. ------------------------------------------------------------------------ -r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines +r926 | sam | 2006-05-05 05:08:51 +0000 (Fri, 05 May 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Exporter now generates valid ANSI, with CP437 characters. ------------------------------------------------------------------------ -r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines +r925 | sam | 2006-05-04 22:00:52 +0000 (Thu, 04 May 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured text. ------------------------------------------------------------------------ -r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines +r924 | sam | 2006-05-04 21:34:10 +0000 (Thu, 04 May 2006) | 3 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Use a slightly different RGB palette for ANSI colours, so that brown really looks like brown and not like desaturated yellow. ------------------------------------------------------------------------ -r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines +r923 | jylam | 2006-05-02 18:26:02 +0000 (Tue, 02 May 2006) | 2 lines Changed paths: - M DotNet/test.cs - M caca/event.c - M doc/tutorial.dox + M /libcaca/trunk/DotNet/test.cs + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/doc/tutorial.dox * Fixed error in tutorial, updated caca_get_event() doc ------------------------------------------------------------------------ -r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines +r922 | jylam | 2006-04-29 11:26:44 +0000 (Sat, 29 Apr 2006) | 2 lines Changed paths: - M DotNet/AssemblyInfo.cs - M DotNet/Caca.cs - M DotNet/Cucul.cs - M DotNet/test.cs + M /libcaca/trunk/DotNet/AssemblyInfo.cs + M /libcaca/trunk/DotNet/Caca.cs + M /libcaca/trunk/DotNet/Cucul.cs + M /libcaca/trunk/DotNet/test.cs - * Fixed $Id + * Fixed $Id ------------------------------------------------------------------------ -r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines +r921 | jylam | 2006-04-29 11:20:43 +0000 (Sat, 29 Apr 2006) | 2 lines Changed paths: - A DotNet/AssemblyInfo.cs - A DotNet/Caca.cs - A DotNet/Cucul.cs - A DotNet/Makefile - A DotNet/libCaca.dll.config - A DotNet/libCucul.dll.config - A DotNet/test.cs + A /libcaca/trunk/DotNet + A /libcaca/trunk/DotNet/AssemblyInfo.cs + A /libcaca/trunk/DotNet/Caca.cs + A /libcaca/trunk/DotNet/Cucul.cs + A /libcaca/trunk/DotNet/Makefile + A /libcaca/trunk/DotNet/libCaca.dll.config + A /libcaca/trunk/DotNet/libCucul.dll.config + A /libcaca/trunk/DotNet/test.cs * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished ------------------------------------------------------------------------ -r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines +r920 | sam | 2006-04-27 14:15:23 +0000 (Thu, 27 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/import.c - M cucul/sprite.c - M cucul/transform.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c * Completed return value and errno handling in libcucul API. ------------------------------------------------------------------------ -r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines +r919 | sam | 2006-04-27 13:02:27 +0000 (Thu, 27 Apr 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Allow an optional input filename in the export test for cheap conversions. ------------------------------------------------------------------------ -r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines +r918 | jylam | 2006-04-26 18:59:20 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M cucul/import.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/cucul/import.c * coding style fixes again ------------------------------------------------------------------------ -r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines +r917 | jylam | 2006-04-26 18:53:08 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cxx/caca++.cpp - M cxx/caca++.h - M cxx/cucul++.h - M src/cacadraw.c + M /libcaca/trunk/cxx/caca++.cpp + M /libcaca/trunk/cxx/caca++.h + M /libcaca/trunk/cxx/cucul++.h + M /libcaca/trunk/src/cacadraw.c * Fixed indentation. I did it myself, I'm a big boy. ------------------------------------------------------------------------ -r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines +r916 | sam | 2006-04-26 17:24:27 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed line wrapping on some weird ANSI files. ------------------------------------------------------------------------ -r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines +r915 | sam | 2006-04-26 17:02:37 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed an ANSI rendering bug related to the bold attribute. ------------------------------------------------------------------------ -r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines +r914 | sam | 2006-04-26 15:21:28 +0000 (Wed, 26 Apr 2006) | 3 lines Changed paths: - M cucul/font_mono9.h - M cucul/font_monobold12.h - M tools/makefont.c + M /libcaca/trunk/cucul/font_mono9.h + M /libcaca/trunk/cucul/font_monobold12.h + M /libcaca/trunk/tools/makefont.c * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the built-in font so that we now cover all of CP437. ------------------------------------------------------------------------ -r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines +r913 | sam | 2006-04-26 14:36:11 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Minor code reorganisation and documenting. ------------------------------------------------------------------------ -r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines +r912 | jylam | 2006-04-26 14:06:19 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Added preliminary (it means that's fucked up) CP437 codepage ------------------------------------------------------------------------ -r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines +r911 | sam | 2006-04-26 13:22:04 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Added U+25A0 (■) to the CP437 hack in the X11 driver. ------------------------------------------------------------------------ -r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines +r910 | jylam | 2006-04-26 12:59:14 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah ! ------------------------------------------------------------------------ -r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines +r909 | jylam | 2006-04-26 12:57:31 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * removed duplicate code ------------------------------------------------------------------------ -r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines +r908 | sam | 2006-04-26 12:51:37 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Wow, we even have Home/End support in X11. ------------------------------------------------------------------------ -r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines +r907 | sam | 2006-04-26 12:48:41 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * PageUp/PageDown support in X11. ------------------------------------------------------------------------ -r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines +r906 | jylam | 2006-04-26 12:47:21 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Fixed home/pgup/pgdown/insert events ------------------------------------------------------------------------ -r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines +r905 | jylam | 2006-04-26 12:36:31 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M src/cacadraw.c + M /libcaca/trunk/src/cacadraw.c - * page up / down + * page up / down ------------------------------------------------------------------------ -r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines +r904 | sam | 2006-04-26 12:30:54 +0000 (Wed, 26 Apr 2006) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * In ANSI, bold only sets the foreground colour to bright, not the background. ------------------------------------------------------------------------ -r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines +r903 | sam | 2006-04-26 12:25:44 +0000 (Wed, 26 Apr 2006) | 3 lines Changed paths: - M src/Makefile.am - A src/cacadraw.c - M test/import.c + M /libcaca/trunk/src + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/cacadraw.c + M /libcaca/trunk/test/import.c * Added cacadraw. It only shows files and lets you scroll for now, but it will eventually evolve into something better. ------------------------------------------------------------------------ -r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines +r902 | jylam | 2006-04-26 12:23:30 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Really updated doc ------------------------------------------------------------------------ -r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines +r901 | jylam | 2006-04-26 12:18:35 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed documentation for import ------------------------------------------------------------------------ -r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines +r900 | sam | 2006-04-26 12:17:22 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - D cpp/Makefile.am - D cpp/caca++.cpp - D cpp/caca++.h - D cpp/caca++.pc.in - D cpp/cpptest.cpp - D cpp/cucul++.cpp - D cpp/cucul++.h - D cpp/cucul++.pc.in + D /libcaca/trunk/cpp * Removed legacy cpp directory. ------------------------------------------------------------------------ -r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines +r899 | jylam | 2006-04-26 12:11:55 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M Makefile.am - M configure.ac - A cxx/Makefile.am - A cxx/caca++.cpp - A cxx/caca++.h - A cxx/caca++.pc.in - A cxx/cpptest.cpp - A cxx/cucul++.cpp - A cxx/cucul++.h - A cxx/cucul++.pc.in + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/cxx (from /libcaca/trunk/cpp:895) + M /libcaca/trunk/cxx/Makefile.am + R /libcaca/trunk/cxx/caca++.cpp (from /libcaca/trunk/cpp/caca++.cpp:897) + R /libcaca/trunk/cxx/caca++.h (from /libcaca/trunk/cpp/caca++.h:897) + R /libcaca/trunk/cxx/cpptest.cpp (from /libcaca/trunk/cpp/cpptest.cpp:897) + R /libcaca/trunk/cxx/cucul++.cpp (from /libcaca/trunk/cpp/cucul++.cpp:897) + R /libcaca/trunk/cxx/cucul++.h (from /libcaca/trunk/cpp/cucul++.h:897) * Updated C++ bindings and renamed directory to more comprehensive cxx ------------------------------------------------------------------------ -r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines +r898 | sam | 2006-04-26 12:06:13 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M test/event.c + M /libcaca/trunk/test/event.c * Minor typo. ------------------------------------------------------------------------ -r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines +r897 | jylam | 2006-04-26 11:57:30 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cpp/caca++.cpp - M cpp/caca++.h - M cpp/cpptest.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cpptest.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h * Updated libcaca c++ bindings ------------------------------------------------------------------------ -r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines +r896 | sam | 2006-04-26 11:54:26 +0000 (Wed, 26 Apr 2006) | 5 lines Changed paths: - M cucul/buffer.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/import.c - M src/cacaplay.c - M src/cacaserver.c - M test/import.c - M test/text.c + M /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/test + M /libcaca/trunk/test/import.c + M /libcaca/trunk/test/text.c * Implemented cucul_load_file() and cucul_load_memory() to load respectively a file and a memory area into a libcucul buffer. @@ -5376,774 +6616,776 @@ Changed paths: buffers instead of simple memory areas. ------------------------------------------------------------------------ -r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines +r895 | sam | 2006-04-26 11:29:50 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Argh, _really_ fixed the uninitialised variable. ------------------------------------------------------------------------ -r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines +r894 | sam | 2006-04-26 11:28:55 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed an uninitialised variable. ------------------------------------------------------------------------ -r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines +r893 | sam | 2006-04-26 10:22:31 +0000 (Wed, 26 Apr 2006) | 4 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed our buffer overflow in the ANSI parser by simply skipping control sequences longer than 100 characters. * Documented the escape sequence format. ------------------------------------------------------------------------ -r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines +r892 | jylam | 2006-04-26 10:04:02 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cpp/cpptest.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h - M test/demo.c + M /libcaca/trunk/cpp/cpptest.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/test/demo.c * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all. ------------------------------------------------------------------------ -r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines +r891 | sam | 2006-04-26 09:56:26 +0000 (Wed, 26 Apr 2006) | 3 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * More robust ANSI sequence argument parser. Detects private sequences and intermediate bytes. ------------------------------------------------------------------------ -r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines +r890 | jylam | 2006-04-26 09:00:40 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed warning in a clever and tested way. Bordel de merde. ------------------------------------------------------------------------ -r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines +r889 | sam | 2006-04-26 08:21:46 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Coding style. ------------------------------------------------------------------------ -r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines +r888 | sam | 2006-04-26 08:12:57 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). ------------------------------------------------------------------------ -r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines +r887 | jylam | 2006-04-26 08:09:14 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed warnings in ansi importer ------------------------------------------------------------------------ -r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines +r886 | sam | 2006-04-26 07:57:26 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * More cleaning up of the ANSI loader. Fixed reverse video. ------------------------------------------------------------------------ -r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines +r885 | sam | 2006-04-26 07:46:58 +0000 (Wed, 26 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Set the transparent colour's RGB values to the default colour's ones. ------------------------------------------------------------------------ -r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines +r884 | jylam | 2006-04-25 18:23:33 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Improved ANSI format detection ------------------------------------------------------------------------ -r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines +r883 | sam | 2006-04-25 18:16:42 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Really fixed bold in ANSI loader, and removed dead code. ------------------------------------------------------------------------ -r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines +r882 | sam | 2006-04-25 18:02:20 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Simplified _manage_modifiers() a bit. ------------------------------------------------------------------------ -r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines +r881 | sam | 2006-04-25 17:46:49 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed bold support in ANSI loader. ------------------------------------------------------------------------ -r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines +r880 | sam | 2006-04-25 17:43:16 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * A few fixes in the ANSI interpreter. ------------------------------------------------------------------------ -r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines +r879 | sam | 2006-04-25 16:28:00 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Got rid of _update_canvas_size(). ------------------------------------------------------------------------ -r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines +r878 | jylam | 2006-04-25 15:39:13 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * _updated_coding_style(aBit); ------------------------------------------------------------------------ -r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines +r877 | sam | 2006-04-25 15:22:53 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Ahahaha. Meet the "optimisation" that breaks everything. ------------------------------------------------------------------------ -r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines +r876 | sam | 2006-04-25 15:04:19 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Small optimisation in import_text(). ------------------------------------------------------------------------ -r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines +r875 | sam | 2006-04-25 14:12:31 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Really minor coding style fixes in the ANSI importer. ------------------------------------------------------------------------ -r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines +r874 | sam | 2006-04-25 11:05:25 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/colour.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h * More error checking in libcucul. ------------------------------------------------------------------------ -r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines +r873 | sam | 2006-04-25 11:05:03 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M test/import.c + M /libcaca/trunk/test/import.c * Jylam is too modest. ------------------------------------------------------------------------ -r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines +r872 | jylam | 2006-04-25 10:14:47 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - A test/import.c + A /libcaca/trunk/test/import.c * Added importers test ------------------------------------------------------------------------ -r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines +r871 | jylam | 2006-04-25 10:14:12 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/import.c - M test/Makefile.am + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/test/Makefile.am * Added preliminary ANSI importer, added import formats autodection ------------------------------------------------------------------------ -r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines +r870 | sam | 2006-04-25 09:59:58 +0000 (Tue, 25 Apr 2006) | 4 lines Changed paths: - M configure.ac - M cucul/box.c - M cucul/buffer.c - M cucul/canvas.c - M cucul/conic.c - M cucul/cucul.h - M cucul/line.c - M cucul/triangle.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c * Check for . * Started changing function prototypes so that they return an integer instead of void, just in case they might fail. ------------------------------------------------------------------------ -r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines +r869 | sam | 2006-04-25 09:34:41 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.h - D cucul/error.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.h + D /libcaca/trunk/cucul/error.c * Reverted that errno stuff. We'll just use the real errno. ------------------------------------------------------------------------ -r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines +r868 | sam | 2006-04-25 08:54:44 +0000 (Tue, 25 Apr 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.h - A cucul/error.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.h + A /libcaca/trunk/cucul/error.c * Added basis for an errno-like mechanism. ------------------------------------------------------------------------ -r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines +r867 | sam | 2006-04-24 22:10:38 +0000 (Mon, 24 Apr 2006) | 3 lines Changed paths: - M build-win32 - M configure.ac + M /libcaca/trunk/build-win32 + M /libcaca/trunk/configure.ac * Removed my previously introduced --enable-pangoft2 and replaced it with a nicer cross compilation check. ------------------------------------------------------------------------ -r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines +r866 | sam | 2006-04-24 21:45:26 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M build-win32 - M configure.ac - M src/Makefile.am - M src/cacaserver.c + M /libcaca/trunk/build-win32 + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacaserver.c * Brought the Win32 build back on its wheels. ------------------------------------------------------------------------ -r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines +r865 | sam | 2006-04-24 21:09:06 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M common.h - M configure.ac - M cucul/font.c - M src/cacaserver.c - M tools/makefont.c + M /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/tools/makefont.c * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. ------------------------------------------------------------------------ -r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines +r864 | sam | 2006-04-24 21:05:31 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M caca/driver_win32.c + M /libcaca/trunk/caca/driver_win32.c * Fixed minor compilation warning. ------------------------------------------------------------------------ -r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines +r863 | sam | 2006-04-24 20:56:07 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M common.h + M /libcaca/trunk/common.h * Win32 compilation fix. ------------------------------------------------------------------------ -r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines +r862 | sam | 2006-04-24 20:55:46 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * On win32, only disable the built-in fonts, not all the font functions. ------------------------------------------------------------------------ -r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines +r861 | sam | 2006-04-24 20:45:55 +0000 (Mon, 24 Apr 2006) | 3 lines Changed paths: - M common.h - M configure.ac - M cucul/font.c - M tools/makefont.c + M /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/tools/makefont.c * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h * Implement htons/htonl in common.h just in case. ------------------------------------------------------------------------ -r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines +r860 | sam | 2006-04-24 20:39:54 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M doc/style.dox + M /libcaca/trunk/doc/style.dox * Hahaha, fixed the coding style example. ------------------------------------------------------------------------ -r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines -Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M caca/time.c - M common.h - M configure.ac - M cucul/box.c - M cucul/buffer.c - M cucul/canvas.c - M cucul/charset.c - M cucul/colour.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/import.c - M cucul/line.c - M cucul/sprite.c - M cucul/transform.c - M cucul/triangle.c - M kernel/kernel.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/common-image.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/spritedit.c - M tools/makefont.c - M tools/optipal.c +r859 | sam | 2006-04-24 20:35:59 +0000 (Mon, 24 Apr 2006) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/common.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/buffer.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/import.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/tools/makefont.c + M /libcaca/trunk/tools/optipal.c * Removed duplicate uint*_t defines from *_internal.h and included common.h in all .c files that needed it. ------------------------------------------------------------------------ -r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines +r858 | sam | 2006-04-24 19:57:23 +0000 (Mon, 24 Apr 2006) | 3 lines Changed paths: - M Makefile.am - A common.h - M test/export.c - M test/font.c - M test/frames.c - M test/gamma.c - M test/hsv.c - M test/text.c - M test/transform.c - M test/truecolor.c - M test/unicode.c + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/common.h + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/text.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Added "common.h", a placeholder for simple features and functions missing from some systems. ------------------------------------------------------------------------ -r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines +r857 | sam | 2006-04-24 18:46:06 +0000 (Mon, 24 Apr 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Print '?' for Unicode characters in the ANSI export. We'll decide later whether we want plain ASCII, UTF-8, or CP437. ------------------------------------------------------------------------ -r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines +r856 | sam | 2006-04-24 17:51:23 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Oops, fixed an old typo that brevented building without PangoFt2. ------------------------------------------------------------------------ -r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines +r855 | sam | 2006-04-24 17:47:44 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M debian/Makefile.am - M debian/caca-utils.install - M debian/libcucul-dev.install + M /libcaca/trunk/debian/Makefile.am + M /libcaca/trunk/debian/caca-utils.install + M /libcaca/trunk/debian/libcucul-dev.install * Fixed Debian build files. ------------------------------------------------------------------------ -r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines +r854 | sam | 2006-04-24 17:39:53 +0000 (Mon, 24 Apr 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Do not bail out if PangoFt2 was not found. ------------------------------------------------------------------------ -r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines +r852 | sam | 2006-04-22 21:51:50 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M ChangeLog - M NEWS - M TODO + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/TODO * 0.99.beta1 release. ------------------------------------------------------------------------ -r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines +r851 | sam | 2006-04-22 21:36:11 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M configure.ac - M cucul/Makefile.am - M test/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/test/Makefile.am * Got rid of CUCUL_LIBS. It's unused. ------------------------------------------------------------------------ -r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines +r850 | sam | 2006-04-22 21:31:42 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M Makefile.am - M debian/Makefile.am - A debian/caca-utils.install - M debian/changelog - M debian/control - A debian/libcaca-dev.install - A debian/libcaca0.install - A debian/libcucul-dev.install - A debian/libcucul0.install - M debian/rules - M doc/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/debian + M /libcaca/trunk/debian/Makefile.am + A /libcaca/trunk/debian/caca-utils.install + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + A /libcaca/trunk/debian/libcaca-dev.install + A /libcaca/trunk/debian/libcaca0.install + A /libcaca/trunk/debian/libcucul-dev.install + A /libcaca/trunk/debian/libcucul0.install + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am * Updated Debian build rules. ------------------------------------------------------------------------ -r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines +r849 | sam | 2006-04-22 19:46:43 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M caca/event.c - M doc/migrating.dox - M test/colors.c - M test/dithering.c - M test/font.c - M test/frames.c - M test/hsv.c - M test/transform.c - M test/truecolor.c - M test/unicode.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/doc/migrating.dox + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/frames.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. ------------------------------------------------------------------------ -r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines +r848 | sam | 2006-04-22 19:35:43 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M doc/migrating.dox + M /libcaca/trunk/doc/migrating.dox * Minor updates to the migration documentation. ------------------------------------------------------------------------ -r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines +r847 | sam | 2006-04-22 19:22:14 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * Slightly improved the documentation build rules dependencies. ------------------------------------------------------------------------ -r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines +r846 | sam | 2006-04-22 19:17:38 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M ChangeLog - M NEWS - M TODO + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/TODO * Updated ChangeLog, NEWS and TODO. ------------------------------------------------------------------------ -r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines +r845 | sam | 2006-04-22 19:14:49 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M doc/libcaca.dox - M doc/migrating.dox + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/doc/migrating.dox * Updated the migration guide. ------------------------------------------------------------------------ -r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines +r844 | sam | 2006-04-22 19:14:26 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M doc/style.dox + M /libcaca/trunk/doc/style.dox * Wrote the C coding style documentation. ------------------------------------------------------------------------ -r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines +r843 | sam | 2006-04-22 19:13:27 +0000 (Sat, 22 Apr 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/frames.c - A test/text.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/frames.c + A /libcaca/trunk/test/text.c * Added a test for multiple frames support. * Added a test for textfile loading. ------------------------------------------------------------------------ -r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines +r842 | sam | 2006-04-22 19:11:25 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/sprite.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/sprite.c * Support for multiple frames in canvases. ------------------------------------------------------------------------ -r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines +r841 | sam | 2006-04-22 19:10:41 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Added a simple "text" importer, until the cool ANSI importer arrives. ------------------------------------------------------------------------ -r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines +r840 | sam | 2006-04-22 19:06:59 +0000 (Sat, 22 Apr 2006) | 3 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Disabled the foreground/background optimisation in the IRC export because it breaks on too many IRC clients. ------------------------------------------------------------------------ -r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines +r839 | sam | 2006-04-22 19:04:49 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M test/demo.c - M test/spritedit.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/spritedit.c * Disabled sprite stuff from the tests. ------------------------------------------------------------------------ -r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines +r838 | sam | 2006-04-22 19:00:14 +0000 (Sat, 22 Apr 2006) | 2 lines Changed paths: - M cpp/caca++.h - M cpp/cucul++.cpp - M cpp/cucul++.h + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings. ------------------------------------------------------------------------ -r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines +r837 | sam | 2006-04-22 18:54:38 +0000 (Sat, 22 Apr 2006) | 4 lines Changed paths: - M configure.ac - M cpp/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cpp/Makefile.am * Fixed --enable-cpp to actually do something. Also, disabled it by default for the release, because it's not up to date and needs a lot of polishing. ------------------------------------------------------------------------ -r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines +r836 | sam | 2006-04-21 21:41:30 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M doc/Makefile.am - M doc/libcaca.dox - M doc/migrating.dox - A doc/style.dox - A doc/tutorial.dox + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/libcaca.dox + M /libcaca/trunk/doc/migrating.dox + A /libcaca/trunk/doc/style.dox + A /libcaca/trunk/doc/tutorial.dox * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton. ------------------------------------------------------------------------ -r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines +r835 | sam | 2006-04-21 21:21:20 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Set version number to 0.99.beta1. ------------------------------------------------------------------------ -r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines +r834 | sam | 2006-04-21 20:51:58 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h * Got rid of cv->scratch_line. It's unused, too. ------------------------------------------------------------------------ -r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines +r833 | sam | 2006-04-21 20:51:14 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h * Got rid of cv->empty_line, it's now unused. ------------------------------------------------------------------------ -r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines +r832 | sam | 2006-04-21 20:49:17 +0000 (Fri, 21 Apr 2006) | 3 lines Changed paths: - M configure.ac - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/canvas.c - M cucul/cucul.h - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/event.c - M test/gamma.c - M test/spritedit.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/spritedit.c * Changed cucul_clear_canvas() again. It now uses the current foreground and background colours to clear the screen. ------------------------------------------------------------------------ -r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines +r831 | sam | 2006-04-21 20:24:04 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cpp/caca++.cpp - M cpp/caca++.h + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h * Fixed a segfault in the C++ bindings. Vieux porc ! ------------------------------------------------------------------------ -r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines +r830 | sam | 2006-04-21 19:26:54 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M caca/Makefile.am - M configure.ac - M cpp/Makefile.am - M cucul/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cpp/Makefile.am + M /libcaca/trunk/cucul/Makefile.am * Set library names to lib*.so.0.10.0. ------------------------------------------------------------------------ -r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines +r829 | sam | 2006-04-21 19:26:18 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Fixed a compilation warning. ------------------------------------------------------------------------ -r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines +r828 | sam | 2006-04-21 19:08:00 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cucul/import.c + M /libcaca/trunk/cucul/import.c * Minor documentation fix. ------------------------------------------------------------------------ -r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines +r827 | sam | 2006-04-21 19:06:38 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cpp/caca++.cpp - M cpp/caca++.h - M cpp/cpptest.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cpptest.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h * Fixed ugly coding style of the C++ bindings. Vieux porc immonde. ------------------------------------------------------------------------ -r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines +r826 | sam | 2006-04-21 18:44:04 +0000 (Fri, 21 Apr 2006) | 4 lines Changed paths: - M caca/driver_raw.c - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul.h - M cucul/export.c - A cucul/import.c - M src/cacaplay.c - M src/cacaserver.c - M src/img2irc.c - M test/export.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c + A /libcaca/trunk/cucul/import.c (from /libcaca/trunk/cucul/cucul.c:823) + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/export.c * Moved cucul_load_canvas() into cucul/import.c and renamed it into cucul_import_canvas(). * Renamed cucul_create_export() into cucul_export_canvas() for consistency. ------------------------------------------------------------------------ -r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines +r825 | sam | 2006-04-21 18:09:30 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c - M cucul/dither.c - M cucul/export.c - M cucul/font.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c * Minor documentation improvements. ------------------------------------------------------------------------ -r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines +r824 | sam | 2006-04-21 18:03:22 +0000 (Fri, 21 Apr 2006) | 3 lines Changed paths: - M TODO - M caca/caca.h - M cucul/cucul.h - M doc/Makefile.am - M doc/libcaca.dox - A doc/migrating.dox - A doc/user.dox + M /libcaca/trunk/TODO + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/libcaca.dox + A /libcaca/trunk/doc/migrating.dox + A /libcaca/trunk/doc/user.dox * Documentation improvements. Wrote a small migration guide and added the skeleton of a tutorial for Jylam. ------------------------------------------------------------------------ -r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines +r823 | sam | 2006-04-21 16:27:43 +0000 (Fri, 21 Apr 2006) | 3 lines Changed paths: - M AUTHORS - M NEWS - M THANKS - M TODO - M caca/caca.h - M doc/Makefile.am - M doc/doxygen.cfg.in - A doc/libcaca.dox + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/NEWS + M /libcaca/trunk/THANKS + M /libcaca/trunk/TODO + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/doxygen.cfg.in + A /libcaca/trunk/doc/libcaca.dox * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main documentation page from caca.h to a separate file. ------------------------------------------------------------------------ -r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines +r822 | sam | 2006-04-21 12:01:14 +0000 (Fri, 21 Apr 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_ncurses.c * Do not use ncurses' TIOCGWINSZ handler if is not here. ------------------------------------------------------------------------ -r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines +r821 | sam | 2006-04-19 13:02:45 +0000 (Wed, 19 Apr 2006) | 2 lines Changed paths: - M cpp/Makefile.am + M /libcaca/trunk/cpp/Makefile.am * Workaround for broken C++ linking with old libtool versions. ------------------------------------------------------------------------ -r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines +r820 | sam | 2006-04-19 11:50:24 +0000 (Wed, 19 Apr 2006) | 3 lines Changed paths: - M NOTES - M tools/optipal.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/tools/optipal.c * Moved the technical discussion on S-Lang's palette optimisation from NOTES to tools/optipal.c. ------------------------------------------------------------------------ -r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c - M cpp/caca++.cpp - M cpp/caca++.h - M cucul/cucul.c - M python/pypycaca.c - M python/pypycaca.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaview.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/font.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r819 | sam | 2006-04-19 10:10:58 +0000 (Wed, 19 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * More function mass-renaming: caca_attach -> caca_create_display, etc. ------------------------------------------------------------------------ -r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines +r818 | sam | 2006-04-19 09:07:55 +0000 (Wed, 19 Apr 2006) | 6 lines Changed paths: - M caca/driver_raw.c - M cucul/cucul.c - M cucul/export.c - M src/cacaserver.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/src/cacaserver.c * Added a new "caca" exporter. * Removed most code from the raw driver and replaced it with a call to the @@ -6152,555 +7394,559 @@ Changed paths: * Improved cacaserver error reporting. ------------------------------------------------------------------------ -r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines +r817 | sam | 2006-04-18 16:51:52 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M debian/control + M /libcaca/trunk/debian/control * Updates to the Debian build files. ------------------------------------------------------------------------ -r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines +r816 | sam | 2006-04-18 16:50:56 +0000 (Tue, 18 Apr 2006) | 4 lines Changed paths: - M cucul/dither.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M src/img2irc.c - M test/demo.c - M test/export.c - M test/font.c - M test/gamma.c - M test/hsv.c + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1 computations. ------------------------------------------------------------------------ -r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines +r815 | sam | 2006-04-18 16:17:14 +0000 (Tue, 18 Apr 2006) | 4 lines Changed paths: - M cucul/cucul.c - M cucul/dither.c - M test/demo.c - M test/dithering.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random values between 0 and 9 (used to be 0 and 10). Updated documentation accordingly. ------------------------------------------------------------------------ -r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines +r814 | sam | 2006-04-18 16:04:01 +0000 (Tue, 18 Apr 2006) | 3 lines Changed paths: - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/canvas.c - M cucul/cucul.h - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/event.c - M test/gamma.c - M test/spritedit.c + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/spritedit.c * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to choose the background colour. ------------------------------------------------------------------------ -r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines -Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c - M cpp/cucul++.cpp - M cucul/Makefile.am - A cucul/buffer.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export.c - M cucul/font.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r813 | sam | 2006-04-18 15:54:33 +0000 (Tue, 18 Apr 2006) | 4 lines +Changed paths: + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/buffer.c (from /libcaca/trunk/cucul/cucul.c:811) + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Renamed main canvas-related functions so that they have "canvas" in their name, eg. cucul_create() -> cucul_create_canvas() etc. * Moved buffer-related functions to cucul/buffer.c. ------------------------------------------------------------------------ -r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines +r812 | sam | 2006-04-18 15:12:12 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Cosmetic changes. ------------------------------------------------------------------------ -r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cpp/caca++.cpp - M cpp/caca++.h - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/colour.c - M cucul/conic.c - M cucul/cucul.c - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/line.c - M cucul/sprite.c - M cucul/transform.c - M cucul/triangle.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r811 | sam | 2006-04-18 15:11:25 +0000 (Tue, 18 Apr 2006) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Renamed caca_t into caca_display_t. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros. ------------------------------------------------------------------------ -r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cpp/caca++.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/box.c - M cucul/canvas.c - M cucul/colour.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export.c - M cucul/font.c - M cucul/line.c - M cucul/sprite.c - M cucul/transform.c - M cucul/triangle.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/truecolor.c - M test/unicode.c +r810 | sam | 2006-04-18 12:59:07 +0000 (Tue, 18 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/truecolor.c + M /libcaca/trunk/test/unicode.c * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. ------------------------------------------------------------------------ -r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines +r809 | sam | 2006-04-18 12:57:11 +0000 (Tue, 18 Apr 2006) | 3 lines Changed paths: - M cpp/Makefile.am + M /libcaca/trunk/cpp/Makefile.am * Fixed C++ bindings makefile so that it does not try to use the system's and headers. ------------------------------------------------------------------------ -r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines +r808 | sam | 2006-04-18 10:02:42 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Truecolor support for the HTML and HTMLv3 exporters. ------------------------------------------------------------------------ -r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines +r807 | sam | 2006-04-18 09:57:15 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). ------------------------------------------------------------------------ -r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines +r806 | sam | 2006-04-18 08:33:53 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M README - M TODO + M /libcaca/trunk/README + M /libcaca/trunk/TODO * Updated README (caca-config -> pkg-config) and TODO. ------------------------------------------------------------------------ -r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines +r805 | sam | 2006-04-18 08:33:06 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M cucul/export.c - M tools/makefont.c + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/tools/makefont.c * Cosmetic code changes and minor optimisations. ------------------------------------------------------------------------ -r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines +r804 | sam | 2006-04-18 08:24:41 +0000 (Tue, 18 Apr 2006) | 3 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul_internals.h - A cucul/export.c - D cucul/export_ansi.c - D cucul/export_bitmap.c - D cucul/export_html.c - D cucul/export_irc.c - D cucul/export_ps.c - D cucul/export_svg.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/export.c + D /libcaca/trunk/cucul/export_ansi.c + D /libcaca/trunk/cucul/export_bitmap.c + D /libcaca/trunk/cucul/export_html.c + D /libcaca/trunk/cucul/export_irc.c + D /libcaca/trunk/cucul/export_ps.c + D /libcaca/trunk/cucul/export_svg.c * Merged again all export functions into cucul/export.c. They're all the same and they're very short (50-100 lines). ------------------------------------------------------------------------ -r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines +r803 | sam | 2006-04-18 08:21:31 +0000 (Tue, 18 Apr 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * Changed the buffer type in cucul_render_canvas() to void* to avoid compilation warnings. ------------------------------------------------------------------------ -r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines +r802 | sam | 2006-04-18 08:19:42 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M test/event.c + M /libcaca/trunk/test/event.c * Handle CACA_EVENT_QUIT in the event test program. ------------------------------------------------------------------------ -r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines +r801 | sam | 2006-04-18 08:18:03 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Workaround for broken AC_PATH_X autoconf macros. ------------------------------------------------------------------------ -r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines +r800 | sam | 2006-04-18 08:13:20 +0000 (Tue, 18 Apr 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Compilation fix. ------------------------------------------------------------------------ -r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines +r799 | sam | 2006-04-17 20:09:42 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M TODO - M caca/caca.h - M caca/driver_gl.c - M caca/driver_x11.c - M configure.ac + M /libcaca/trunk/TODO + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/configure.ac * Implemented CACA_EVENT_QUIT. Unused yet. ------------------------------------------------------------------------ -r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines +r798 | sam | 2006-04-17 13:34:02 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/Makefile.am + M /libcaca/trunk/cpp + M /libcaca/trunk/cpp/Makefile.am * Fixed autotools stuff in the cpp bindings. ------------------------------------------------------------------------ -r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines +r797 | sam | 2006-04-17 13:31:43 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/cpptest.cpp + M /libcaca/trunk/cpp/cpptest.cpp * Compilation fix in cpptest.cpp. ------------------------------------------------------------------------ -r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 2 lines +r796 | jylam | 2006-04-17 13:23:28 +0000 (Mon, 17 Apr 2006) | 3 lines Changed paths: - M cpp/caca++.cpp - M cpp/caca++.h - M cpp/cpptest.cpp + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cpptest.cpp + * Fixed compile problem, put Event outside Caca class ------------------------------------------------------------------------ -r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines +r795 | sam | 2006-04-17 13:11:33 +0000 (Mon, 17 Apr 2006) | 3 lines Changed paths: - M cpp/cucul++.cpp - M cpp/cucul++.h - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul.h - D cucul/math.c + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + D /libcaca/trunk/cucul/math.c * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in cucul.c just in case. ------------------------------------------------------------------------ -r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines +r794 | sam | 2006-04-17 13:09:45 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - D cpp/Makefile.in - D cpp/caca++.pc - D cpp/cucul++.pc + D /libcaca/trunk/cpp/Makefile.in + D /libcaca/trunk/cpp/caca++.pc + D /libcaca/trunk/cpp/cucul++.pc * Removed a few useless files (vieux porc). ------------------------------------------------------------------------ -r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines +r793 | sam | 2006-04-17 12:48:57 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines +r792 | sam | 2006-04-17 12:48:35 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M test/dithering.c - M test/truecolor.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/truecolor.c * Minor cosmetic changes in the test programs. ------------------------------------------------------------------------ -r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines +r791 | sam | 2006-04-17 12:48:05 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cucul/export_ps.c - M cucul/export_svg.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c * Truecolor support in the SVG and PostScript exporters. ------------------------------------------------------------------------ -r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines +r790 | sam | 2006-04-17 12:47:34 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul_internals.h - A cucul/export_bitmap.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/export_bitmap.c * Implemented TGA image export. ------------------------------------------------------------------------ -r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines +r789 | sam | 2006-04-17 12:46:34 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul_internals.h * Implemented argb32 to rgb24fg/bg colour conversions. ------------------------------------------------------------------------ -r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines +r788 | sam | 2006-04-17 12:45:07 +0000 (Mon, 17 Apr 2006) | 3 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Use cucul_get_export_list() in the export test instead of hardcoding the list of available formats. Also added a few truecolor blocks to the test. ------------------------------------------------------------------------ -r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines +r787 | sam | 2006-04-17 12:41:50 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Fixed abusive strictness in the font loader. ------------------------------------------------------------------------ -r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines +r786 | jylam | 2006-04-17 11:24:38 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines +r785 | jylam | 2006-04-17 11:19:26 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/cpptest.cpp + M /libcaca/trunk/cpp/cpptest.cpp * Better C++ test ------------------------------------------------------------------------ -r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines +r784 | jylam | 2006-04-17 11:06:48 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/caca++.cpp - M cpp/caca++.h - M cpp/cpptest.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h + M /libcaca/trunk/cpp/caca++.cpp + M /libcaca/trunk/cpp/caca++.h + M /libcaca/trunk/cpp/cpptest.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h * Added license in C++ files. ------------------------------------------------------------------------ -r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines +r783 | jylam | 2006-04-17 11:00:10 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/cpptest.cpp - M cpp/cucul++.cpp - M cpp/cucul++.h + M /libcaca/trunk/cpp/cpptest.cpp + M /libcaca/trunk/cpp/cucul++.cpp + M /libcaca/trunk/cpp/cucul++.h - * Fixed C++ printf(), added it in example + * Fixed C++ printf(), added it in example ------------------------------------------------------------------------ -r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines +r782 | jylam | 2006-04-17 10:44:40 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M cpp/cpptest.cpp + M /libcaca/trunk/cpp/cpptest.cpp * Forgot a test on Caca() instantiation ------------------------------------------------------------------------ -r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines +r781 | jylam | 2006-04-17 10:41:30 +0000 (Mon, 17 Apr 2006) | 2 lines Changed paths: - M Makefile.am - M configure.ac - A cpp/Makefile.am - A cpp/Makefile.in - A cpp/caca++.cpp - A cpp/caca++.h - A cpp/caca++.pc - A cpp/caca++.pc.in - A cpp/cpptest.cpp - A cpp/cucul++.cpp - A cpp/cucul++.h - A cpp/cucul++.pc - A cpp/cucul++.pc.in + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/cpp + A /libcaca/trunk/cpp/Makefile.am + A /libcaca/trunk/cpp/Makefile.in + A /libcaca/trunk/cpp/caca++.cpp + A /libcaca/trunk/cpp/caca++.h + A /libcaca/trunk/cpp/caca++.pc + A /libcaca/trunk/cpp/caca++.pc.in + A /libcaca/trunk/cpp/cpptest.cpp + A /libcaca/trunk/cpp/cucul++.cpp + A /libcaca/trunk/cpp/cucul++.h + A /libcaca/trunk/cpp/cucul++.pc + A /libcaca/trunk/cpp/cucul++.pc.in * Added preliminary C++ bindings ------------------------------------------------------------------------ -r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines +r780 | sam | 2006-04-16 21:52:05 +0000 (Sun, 16 Apr 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_x11.c * Added truecolor support to the X11 and GL drivers. ------------------------------------------------------------------------ -r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines +r779 | sam | 2006-04-16 21:29:40 +0000 (Sun, 16 Apr 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/truecolor.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/truecolor.c * Added test/truecolor.c to test non-ANSI colour pairs. ------------------------------------------------------------------------ -r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines +r778 | sam | 2006-04-16 21:26:25 +0000 (Sun, 16 Apr 2006) | 4 lines Changed paths: - M cucul/canvas.c - M cucul/colour.c - M cucul/cucul.h - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h * Moved cucul_set_color() from canvas.c to colour.c. * Added cucul_set_truecolor() for non-ANSI colours. * Added new argb32 -> rgb12 conversion functions. ------------------------------------------------------------------------ -r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines -Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/time.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M cucul/font.c - M cucul/sprite.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaserver.c - M src/cacaview.c - M src/img2irc.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/font.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/unicode.c +r777 | sam | 2006-04-16 18:28:47 +0000 (Sun, 16 Apr 2006) | 6 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/font.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/unicode.c * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs such as cucul_dither_t instead of struct cucul_dither. @@ -6709,224 +7955,224 @@ Changed paths: * Documented all missing functions and function parameters. ------------------------------------------------------------------------ -r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines +r776 | sam | 2006-04-16 18:21:14 +0000 (Sun, 16 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.pc.in + M /libcaca/trunk/cucul/cucul.pc.in * Fixed bad library name in pc file. ------------------------------------------------------------------------ -r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines +r775 | jylam | 2006-04-15 15:24:13 +0000 (Sat, 15 Apr 2006) | 2 lines Changed paths: - M caca/caca_internals.h - M cucul/font.c - M msvc/cacaball.vcproj - M msvc/cacafire.vcproj - M msvc/cacamoir.vcproj - M msvc/cacaplas.vcproj - M msvc/cacaview.vcproj - M msvc/config.h - M msvc/libcaca.sln - M msvc/libcaca.vcproj - M perl/lib/Term/Caca.pm - M perl/lib/Term/Caca/Constants.pm - M perl/lib/Term/Kaka.pm + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/msvc/cacaball.vcproj + M /libcaca/trunk/msvc/cacafire.vcproj + M /libcaca/trunk/msvc/cacamoir.vcproj + M /libcaca/trunk/msvc/cacaplas.vcproj + M /libcaca/trunk/msvc/cacaview.vcproj + M /libcaca/trunk/msvc/config.h + M /libcaca/trunk/msvc/libcaca.sln + M /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/perl/lib/Term/Caca/Constants.pm + M /libcaca/trunk/perl/lib/Term/Caca.pm + M /libcaca/trunk/perl/lib/Term/Kaka.pm * Updated MSVC++ project (static library and src/*) ------------------------------------------------------------------------ -r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines +r774 | jylam | 2006-04-15 15:23:13 +0000 (Sat, 15 Apr 2006) | 2 lines Changed paths: - M test/demo.c - M test/spritedit.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/spritedit.c * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas) ------------------------------------------------------------------------ -r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/event.c - M caca/graphics.c - M cucul/box.c - M cucul/canvas.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/dither.c - M cucul/font.c - M cucul/line.c - M cucul/math.c - M cucul/sprite.c - M cucul/triangle.c +r773 | sam | 2006-04-14 12:10:18 +0000 (Fri, 14 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/math.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/triangle.c * Improved documentation in many places. ------------------------------------------------------------------------ -r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines +r772 | sam | 2006-04-14 08:41:59 +0000 (Fri, 14 Apr 2006) | 3 lines Changed paths: - M configure.ac - M doc/Makefile.am - M doc/doxygen.cfg.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/doxygen.cfg.in * Generate a PDF documentation instead of the PostScript one. It has nice hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options. ------------------------------------------------------------------------ -r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines +r771 | sam | 2006-04-14 08:00:06 +0000 (Fri, 14 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Ahaha I didn't even check that it compiled properly. ------------------------------------------------------------------------ -r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines +r770 | sam | 2006-04-14 07:33:48 +0000 (Fri, 14 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Only support version 1 fonts. ------------------------------------------------------------------------ -r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M caca/time.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/colour.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/dither.c - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M cucul/font.c - M cucul/line.c - M cucul/math.c - M cucul/sprite.c - M cucul/transform.c - M cucul/triangle.c - M kernel/kernel.c - M kernel/kernel.h - M python/pypycaca.c - M python/pypycaca.h - M src/cacaplas.c - M src/cacaserver.c - M src/cacaview.c - M src/common-image.c - M src/common-image.h +r769 | sam | 2006-04-14 07:30:53 +0000 (Fri, 14 Apr 2006) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/dither.c + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/math.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/src/common-image.c + M /libcaca/trunk/src/common-image.h * Removed \file directives from all files except caca.h and cucul.h, to remove redundencies in the Doxygen documentation. ------------------------------------------------------------------------ -r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines +r768 | sam | 2006-04-13 17:57:19 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Added a lot of sanity checks to the font parsing. It should now be secure against broken files, but it probably needs peer review. ------------------------------------------------------------------------ -r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines +r767 | sam | 2006-04-13 17:54:07 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M test/Makefile.am - M test/font.c + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/font.c * Redisplay the output bitmap using libcaca. Eh ouais mon gars. ------------------------------------------------------------------------ -r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines +r766 | sam | 2006-04-13 17:37:51 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M test/hsv.c + M /libcaca/trunk/test/hsv.c * Fixed caca_get_event() call in test/hsv.c. ------------------------------------------------------------------------ -r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines +r765 | sam | 2006-04-13 17:08:16 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Fixed compilation warning. ------------------------------------------------------------------------ -r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines +r764 | sam | 2006-04-13 16:54:25 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/colour.c + M /libcaca/trunk/cucul/colour.c * Fixed colour conversion routines so that they work with ARGB too. ------------------------------------------------------------------------ -r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines +r763 | sam | 2006-04-13 16:10:16 +0000 (Thu, 13 Apr 2006) | 4 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.h - M cucul/font.c - A cucul/font_mono9.h - A cucul/font_monobold12.h - D cucul/font_monospace9.h - M test/font.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c + A /libcaca/trunk/cucul/font_mono9.h (from /libcaca/trunk/cucul/font_monospace9.h:759) + A /libcaca/trunk/cucul/font_monobold12.h + D /libcaca/trunk/cucul/font_monospace9.h + M /libcaca/trunk/test/font.c * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. * Fixed font selection through cucul_font_load(). * Added a bigger 10x19 bold font. ------------------------------------------------------------------------ -r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines +r762 | sam | 2006-04-13 15:36:09 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Made makefont more configurable. Also, store the commandline in a comment so that the font can be easily rebuilt. ------------------------------------------------------------------------ -r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines +r761 | sam | 2006-04-13 15:00:56 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. ------------------------------------------------------------------------ -r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines +r760 | sam | 2006-04-13 14:24:31 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/font.c - M test/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/test/font.c * Internal font support through cucul_load_font(). Documented that. * Removed ugly hooks from test/font.c. ------------------------------------------------------------------------ -r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines +r759 | sam | 2006-04-13 14:23:04 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * Ugly overflow bug in the rendering code. ------------------------------------------------------------------------ -r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines +r758 | sam | 2006-04-13 13:33:31 +0000 (Thu, 13 Apr 2006) | 5 lines Changed paths: - M cucul/cucul.h - M cucul/font.c - M test/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/test/font.c * Implemented cucul_get_font_width() and cucul_get_font_height(). * Documented most font functions. @@ -6934,417 +8180,427 @@ Changed paths: programs. Removed ugly printf() debug calls. ------------------------------------------------------------------------ -r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines +r757 | sam | 2006-04-13 12:50:41 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M src/cacaserver.c - M src/img2irc.c - M test/export.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/src/img2irc.c + M /libcaca/trunk/test/export.c * Renamed cucul_export into cucul_buffer. We'll use it for other things. ------------------------------------------------------------------------ -r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines +r756 | sam | 2006-04-13 12:49:54 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/font_monospace9.h + M /libcaca/trunk/cucul/font_monospace9.h * Putain de bordel de manche a couilles. I forgot to fix the font. ------------------------------------------------------------------------ -r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines +r755 | sam | 2006-04-13 12:44:55 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M tools/makefont.c + M /libcaca/trunk/tools/makefont.c * Some cleaning up in makefont.c. ------------------------------------------------------------------------ -r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines +r754 | sam | 2006-04-13 12:25:36 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/font.c - M cucul/font_monospace9.h - M tools/makefont.c + M /libcaca/trunk/cucul/font.c + M /libcaca/trunk/cucul/font_monospace9.h + M /libcaca/trunk/tools/makefont.c * Fixed 4, 2 and 1-bit font rendering. * Replaced the 8-bit internal font with a 4-bit one. ------------------------------------------------------------------------ -r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines +r753 | sam | 2006-04-13 12:23:50 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/colour.c - M cucul/cucul_internals.h + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul_internals.h * Created internal function _cucul_argb32_to_argb4() that splits an argb fg/bg value into its separate argb 4-bit fields. ------------------------------------------------------------------------ -r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines +r752 | jylam | 2006-04-13 08:58:55 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M test/spritedit.c + M /libcaca/trunk/test/spritedit.c * Added silly play with interframe delay. Need to rework sprite format. ------------------------------------------------------------------------ -r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines +r751 | sam | 2006-04-13 08:44:25 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/font_monospace9.h + M /libcaca/trunk/cucul/font_monospace9.h * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font for the moment. ------------------------------------------------------------------------ -r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines +r750 | sam | 2006-04-13 08:39:30 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/font.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/font.c * Added a test program for the font renderer. ------------------------------------------------------------------------ -r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines +r749 | sam | 2006-04-13 08:38:34 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Code simplification. ------------------------------------------------------------------------ -r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines +r748 | sam | 2006-04-13 08:37:32 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/font.c - A cucul/font_monospace9.h + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/font.c + A /libcaca/trunk/cucul/font_monospace9.h * Created a built-in font from Bitstream Vera (Monospace 9). ------------------------------------------------------------------------ -r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines +r747 | sam | 2006-04-13 08:26:21 +0000 (Thu, 13 Apr 2006) | 2 lines Changed paths: - M configure.ac - M tools/Makefile.am - A tools/makefont.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/tools + M /libcaca/trunk/tools/Makefile.am + A /libcaca/trunk/tools/makefont.c * Added a font creator that uses pango to render glyphs. ------------------------------------------------------------------------ -r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines +r746 | sam | 2006-04-13 08:16:04 +0000 (Thu, 13 Apr 2006) | 3 lines Changed paths: - M cucul/cucul.h - M cucul/font.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/font.c * Slightly updated the font format and wrote a font loader. Also added a skeleton for the renderer that will not last very long. ------------------------------------------------------------------------ -r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines +r745 | sam | 2006-04-12 16:34:34 +0000 (Wed, 12 Apr 2006) | 2 lines Changed paths: - M cucul/font.c + M /libcaca/trunk/cucul/font.c * New version of the font format. ------------------------------------------------------------------------ -r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines +r744 | sam | 2006-04-12 14:18:19 +0000 (Wed, 12 Apr 2006) | 3 lines Changed paths: - M cucul/Makefile.am - A cucul/font.c + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/font.c * Added a file for future font handling routines. Currently only the font format proposal is in this file. Feel free to comment. ------------------------------------------------------------------------ -r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines +r743 | sam | 2006-04-12 08:57:59 +0000 (Wed, 12 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/test + M /libcaca/trunk/tools * Proper svn:ignore properties on tools/. ------------------------------------------------------------------------ -r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines +r742 | sam | 2006-04-12 08:31:11 +0000 (Wed, 12 Apr 2006) | 3 lines Changed paths: - M Makefile.am - M caca/driver_slang.c - M configure.ac - M test/Makefile.am - D test/optipal.c - A tools/Makefile.am - A tools/optipal.c + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/test/Makefile.am + D /libcaca/trunk/test/optipal.c + A /libcaca/trunk/tools + A /libcaca/trunk/tools/Makefile.am (from /libcaca/trunk/test/Makefile.am:738) + A /libcaca/trunk/tools/optipal.c (from /libcaca/trunk/test/optipal.c:738) * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will contain development tools that are only useful to libcaca developers. ------------------------------------------------------------------------ -r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines +r741 | sam | 2006-04-11 10:36:31 +0000 (Tue, 11 Apr 2006) | 4 lines Changed paths: - M src/Makefile.am - M src/cacaview.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacaview.c * cacaview works again. Somewhat. Image loading is now handled by the factored common-image.c file. Feature selection such as antialiasing or dithering mode are still disabled. ------------------------------------------------------------------------ -r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines +r740 | sam | 2006-04-11 10:12:03 +0000 (Tue, 11 Apr 2006) | 2 lines Changed paths: - M src/common-image.c + M /libcaca/trunk/src/common-image.c * Renamed "freadint" to "u32fread", and so on. ------------------------------------------------------------------------ -r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines +r739 | sam | 2006-04-11 10:05:48 +0000 (Tue, 11 Apr 2006) | 3 lines Changed paths: - M src/Makefile.am - A src/common-image.c - A src/common-image.h - A src/img2irc.c + M /libcaca/trunk/src + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/common-image.c (from /libcaca/trunk/src/cacaview.c:734) + A /libcaca/trunk/src/common-image.h + A /libcaca/trunk/src/img2irc.c * Added img2irc program. I know it does not have "cucul" or "caca" in the name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png ------------------------------------------------------------------------ -r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines +r738 | sam | 2006-04-10 22:06:19 +0000 (Mon, 10 Apr 2006) | 3 lines Changed paths: - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c * Avoid useless call to strlen() in the exporters. * Removed '\x0f' from the IRC exporter until I understand why it was here. ------------------------------------------------------------------------ -r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines +r737 | sam | 2006-04-10 22:03:22 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Fixed test/export that was not printing the last character of the file. ------------------------------------------------------------------------ -r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines +r736 | sam | 2006-04-10 21:07:40 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated TODO list. I forgot the aspect ratio function! ------------------------------------------------------------------------ -r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines +r735 | sam | 2006-04-10 20:24:12 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M cucul/Makefile.am - D cucul/bitmap.c - A cucul/dither.c + M /libcaca/trunk/cucul/Makefile.am + D /libcaca/trunk/cucul/bitmap.c + A /libcaca/trunk/cucul/dither.c (from /libcaca/trunk/cucul/bitmap.c:734) * Renamed bitmap.c into dither.c. ------------------------------------------------------------------------ -r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines +r734 | sam | 2006-04-10 20:02:38 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M cucul/bitmap.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/demo.c - M test/export.c - M test/gamma.c - M test/hsv.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. ------------------------------------------------------------------------ -r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines +r733 | sam | 2006-04-10 09:17:51 +0000 (Mon, 10 Apr 2006) | 4 lines Changed paths: - M cucul/bitmap.c - M cucul/canvas.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/sprite.c - M test/dithering.c - M test/optipal.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/optipal.c * Replaced enum cucul_color with unsigned int. The size of an enum is not really portable, and Visual Studio complains when they are not explicitely cast. ------------------------------------------------------------------------ -r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines +r732 | sam | 2006-04-10 09:04:29 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M doc/doxygen.cfg.in + M /libcaca/trunk/doc/doxygen.cfg.in * Updated the Doxygen configuration file. ------------------------------------------------------------------------ -r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines +r731 | sam | 2006-04-10 09:00:18 +0000 (Mon, 10 Apr 2006) | 3 lines Changed paths: - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c * Fixed old bugs I introduced in the exporters. * Fixed exporter headers to make Doxygen happy. ------------------------------------------------------------------------ -r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines +r730 | sam | 2006-04-10 08:30:02 +0000 (Mon, 10 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/cucul * Forgot an svn:ignore property. ------------------------------------------------------------------------ -r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines +r729 | sam | 2006-04-10 07:52:07 +0000 (Mon, 10 Apr 2006) | 2 lines Changed paths: - M caca/Makefile.am - A caca/caca.pc.in - M configure.ac - M cucul/Makefile.am - A cucul/cucul.pc.in + M /libcaca/trunk/caca + M /libcaca/trunk/caca/Makefile.am + A /libcaca/trunk/caca/caca.pc.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/cucul.pc.in * Added pkgconfig files. Eh ouais mon gars. ------------------------------------------------------------------------ -r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines +r728 | sam | 2006-04-07 09:46:30 +0000 (Fri, 07 Apr 2006) | 2 lines Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M cucul/colour.c - M cucul/cucul_internals.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c * Replaced occurrences of "rgba" with "argb". ------------------------------------------------------------------------ -r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines +r727 | sam | 2006-04-07 08:55:01 +0000 (Fri, 07 Apr 2006) | 2 lines Changed paths: - M cucul/bitmap.c + M /libcaca/trunk/cucul/bitmap.c * Fixed a syntax error. Gruik. ------------------------------------------------------------------------ -r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines +r726 | sam | 2006-04-07 08:19:42 +0000 (Fri, 07 Apr 2006) | 2 lines Changed paths: - M cucul/bitmap.c - M cucul/cucul.h + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.h * Changed the cucul_set_bitmap_antialias() argument to a string. ------------------------------------------------------------------------ -r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines +r725 | sam | 2006-04-06 13:49:10 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * Of course I had to fuck up something. Here, PS export works again. ------------------------------------------------------------------------ -r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines -Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_raw.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M cucul/Makefile.am - M cucul/canvas.c - A cucul/colour.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M cucul/transform.c - M src/cacaserver.c +r724 | sam | 2006-04-06 13:41:56 +0000 (Thu, 06 Apr 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/canvas.c + A /libcaca/trunk/cucul/colour.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/cucul/transform.c + M /libcaca/trunk/src/cacaserver.c * Store colour information on 32 bits, for future 12-bit colour support. ------------------------------------------------------------------------ -r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines +r723 | sam | 2006-04-06 13:21:15 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.h + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h * Got rid of cucul_get_screen(). Use cucul_export() instead. ------------------------------------------------------------------------ -r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines +r722 | sam | 2006-04-06 13:11:12 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Check the magic bytes at the end of the buffer when cucul_load()ing it. ------------------------------------------------------------------------ -r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines +r721 | sam | 2006-04-06 13:07:58 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Sanity check in cacaserver.c. ------------------------------------------------------------------------ -r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines +r720 | sam | 2006-04-06 10:23:10 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Fixed a crash when realloc() returns a new address. ------------------------------------------------------------------------ -r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines +r719 | sam | 2006-04-06 10:19:17 +0000 (Thu, 06 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fixed old typo that caused qq->height to be uninitialised. ------------------------------------------------------------------------ -r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines +r718 | jylam | 2006-04-01 21:29:10 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Oops, removed unused variable ------------------------------------------------------------------------ -r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines +r717 | jylam | 2006-04-01 21:26:30 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * Added Winsock (c)(tm)(r) compatibility ------------------------------------------------------------------------ -r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines +r716 | jylam | 2006-04-01 16:11:37 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M src/cacaplas.c + M /libcaca/trunk/src/cacaplas.c * removed b0rked test. No more pigs, I just commited 500 of them. ------------------------------------------------------------------------ -r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines +r715 | sam | 2006-04-01 15:58:10 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M cucul/bitmap.c + M /libcaca/trunk/cucul/bitmap.c * Set the default dithering mode to Floyd-Steinberg. ------------------------------------------------------------------------ -r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines +r714 | sam | 2006-04-01 15:56:31 +0000 (Sat, 01 Apr 2006) | 14 lines Changed paths: - M cucul/canvas.c - M cucul/sprite.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/sprite.c ((`)_.._ ,'-. _..._ _._ * Ooops. Compilation fix. \,' '-._.-\ ' ` .-' @@ -7361,30 +8617,30 @@ Changed paths: '-`' \_,\ ------------------------------------------------------------------------ -r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines +r713 | sam | 2006-04-01 15:25:33 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M TODO - M cucul/canvas.c - M cucul/cucul.h + M /libcaca/trunk/TODO + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions. ------------------------------------------------------------------------ -r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines +r712 | sam | 2006-04-01 15:02:41 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated the TODO list. ------------------------------------------------------------------------ -r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines +r711 | sam | 2006-04-01 15:02:05 +0000 (Sat, 01 Apr 2006) | 10 lines Changed paths: - M caca/caca.h - M cucul/bitmap.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M test/demo.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/test/demo.c * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING environment variables handling. Replaced that with three per-bitmap @@ -7397,149 +8653,156 @@ Changed paths: * Removed the now useless cucul_get_feature(), cucul_set_feature() etc. ------------------------------------------------------------------------ -r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines -Changed paths: - M caca/caca.h - M caca/event.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaplay.c - M src/cacaview.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/unicode.c +r710 | sam | 2006-04-01 14:44:09 +0000 (Sat, 01 Apr 2006) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaplay.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/unicode.c * Merged caca_wait_event() into caca_get_event() and added a timeout parameter to do what both functions did before, and even more. ------------------------------------------------------------------------ -r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines +r709 | sam | 2006-04-01 14:37:27 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M src/Makefile.am + M /libcaca/trunk/src/Makefile.am * Disabled cacaview for now. I'm going to utterly break it. ------------------------------------------------------------------------ -r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines +r708 | sam | 2006-04-01 14:36:59 +0000 (Sat, 01 Apr 2006) | 2 lines Changed paths: - M cucul/cucul.c - M cucul/cucul.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h * Added cucul_get_export_list(). Returns a list of known export formats. ------------------------------------------------------------------------ -r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines +r707 | sam | 2006-03-29 09:41:30 +0000 (Wed, 29 Mar 2006) | 4 lines Changed paths: - M src/cacaserver.c + M /libcaca/trunk/src/cacaserver.c * cacaserver works again (but needs a complete rewrite because it's really become ugly). You can now emulate the previous network driver behaviour by doing: "CACA_DRIVER=raw cacaplas | cacaserver". ------------------------------------------------------------------------ -r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines +r706 | sam | 2006-03-27 22:16:58 +0000 (Mon, 27 Mar 2006) | 3 lines Changed paths: - M cucul/cucul.c - M cucul/cucul.h - M src/cacaserver.c - M test/export.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/cacaserver.c + M /libcaca/trunk/test/export.c * Changed the 2nd argument of cucul_create_export to a string. This way we can add new exporters without changing the API. ------------------------------------------------------------------------ -r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines +r705 | sam | 2006-03-27 22:12:12 +0000 (Mon, 27 Mar 2006) | 2 lines Changed paths: - M src/Makefile.am + M /libcaca/trunk/src/Makefile.am * Oops, I barfed that makefile. ------------------------------------------------------------------------ -r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines +r704 | jylam | 2006-03-27 21:40:17 +0000 (Mon, 27 Mar 2006) | 2 lines Changed paths: - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c * Added "powered by libcaca" text to all examples for consistency ------------------------------------------------------------------------ -r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines +r703 | sam | 2006-03-27 21:37:52 +0000 (Mon, 27 Mar 2006) | 4 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - D caca/driver_network.c - M src/Makefile.am - M src/cacaplas.c - A src/cacaserver.c + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + D /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/src + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/cacaplas.c + A /libcaca/trunk/src/cacaserver.c (from /libcaca/trunk/caca/driver_network.c:698) * Removed the network driver and replaced it with a cacaserver executable that has all the functionality, except it does not work yet (the stdin reading routine is missing). ------------------------------------------------------------------------ -r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines +r702 | sam | 2006-03-27 21:33:29 +0000 (Mon, 27 Mar 2006) | 3 lines Changed paths: - M caca/driver_raw.c - M src/Makefile.am - A src/cacaplay.c + M /libcaca/trunk/caca/driver_raw.c + M /libcaca/trunk/src + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/cacaplay.c * Implemented a proof-of-concept cacaplay program that can redisplay a single frame that was saved by the raw driver. ------------------------------------------------------------------------ -r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines +r701 | sam | 2006-03-27 21:22:34 +0000 (Mon, 27 Mar 2006) | 4 lines Changed paths: - M cucul/cucul.c - M cucul/cucul.h + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h * Implemented cucul_load() to reload a file that was saved with the raw driver. I know it is inconsistent to have the loader in libcucul and the exporter in libcaca but I'll find a way to harmonise that. ------------------------------------------------------------------------ -r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 14 lines +r700 | jylam | 2006-03-27 18:17:09 +0000 (Mon, 27 Mar 2006) | 19 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Fixed OpenGL mouse handling -Sam Le Vieux Porc +Sam Le Vieux Porc (\____/) Le / @__@ \ Le - ( (oo) ) + ( (oo) ) `-.~~.-' Vieux -Vieux / \ - @/ \_ +Vieux / \ + @/ \_ (/ / \ \) Porc -Porc WW`----'WW +Porc WW`----'WW + +Sam Le Vieux Porc + + + + -Sam Le Vieux Porc ------------------------------------------------------------------------ -r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines +r699 | sam | 2006-03-27 18:07:18 +0000 (Mon, 27 Mar 2006) | 2 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca_internals.h - A caca/driver_raw.c + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/driver_raw.c * Created a minimal raw driver that outputs stuff to stdout. ------------------------------------------------------------------------ -r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines +r698 | sam | 2006-03-27 09:35:22 +0000 (Mon, 27 Mar 2006) | 16 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c ██████ ██████ * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██ @@ -7558,57 +8821,57 @@ Changed paths: ████████████ ------------------------------------------------------------------------ -r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines +r697 | sam | 2006-03-27 08:01:27 +0000 (Mon, 27 Mar 2006) | 3 lines Changed paths: - M caca/driver_gl.c - M configure.ac + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/configure.ac * Reworked the OpenGL headers and Glut features detection (what did you expect). ------------------------------------------------------------------------ -r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines +r696 | sam | 2006-03-27 07:40:30 +0000 (Mon, 27 Mar 2006) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/transform.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/transform.c * Implemented cucul_invert() to invert a canvas' colours. ------------------------------------------------------------------------ -r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines +r695 | jylam | 2006-03-26 23:08:19 +0000 (Sun, 26 Mar 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Fixed glutCheckLoop headers, testing only under MacOSX ------------------------------------------------------------------------ -r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines +r694 | jylam | 2006-03-26 22:57:12 +0000 (Sun, 26 Mar 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M configure.ac + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/configure.ac * Added (untested) glut3 glutCheckLoop(), ans a regular display function ------------------------------------------------------------------------ -r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines +r693 | sam | 2006-03-26 20:16:28 +0000 (Sun, 26 Mar 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Minor addition to the rotate code. ------------------------------------------------------------------------ -r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines +r692 | sam | 2006-03-24 23:17:25 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M caca/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * Workaround for automake < 1.6. ------------------------------------------------------------------------ -r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 20 lines +r691 | jylam | 2006-03-24 19:44:12 +0000 (Fri, 24 Mar 2006) | 24 lines Changed paths: - M cucul/bitmap.c + M /libcaca/trunk/cucul/bitmap.c * Ok, invert works. OK OK SAM THAT WAS MY FAULT @@ -7619,7 +8882,7 @@ AHAHAH _ ) MAIS \ '. / _ _ | JE \ | a a / SUIS | - \ .-. ; + \ .-. ; '-('' ).-' ,' UN ; '-; | .' \ VIEUX \ / @@ -7630,30 +8893,35 @@ AHAHAH _ POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC! + + + + ------------------------------------------------------------------------ -r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 2 lines +r690 | jylam | 2006-03-24 19:34:45 +0000 (Fri, 24 Mar 2006) | 3 lines Changed paths: - M cucul/bitmap.c - M cucul/cucul.h - M test/demo.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/test/demo.c * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour. + ------------------------------------------------------------------------ -r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines +r689 | sam | 2006-03-24 16:51:59 +0000 (Fri, 24 Mar 2006) | 24 lines Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c - M test/demo.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/test/demo.c * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so that we have one function less. @@ -7680,400 +8948,402 @@ Changed paths: '''' ------------------------------------------------------------------------ -r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines +r688 | jylam | 2006-03-24 16:25:39 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M caca/driver_x11.c - M caca/graphics.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c * Fixed bug in show/hide cursor, implemented X11 cursor ------------------------------------------------------------------------ -r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines +r687 | jylam | 2006-03-24 15:42:46 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M caca/driver_x11.c - M test/demo.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/test/demo.c * Added forgotten X11 set/hide cursor (non-working code) ------------------------------------------------------------------------ -r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines +r686 | jylam | 2006-03-24 15:00:47 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/graphics.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/graphics.c * Added caca_show/hide_cursor, and corresponding GL binding ------------------------------------------------------------------------ -r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines +r685 | sam | 2006-03-24 14:17:40 +0000 (Fri, 24 Mar 2006) | 3 lines Changed paths: - M caca/caca.h + M /libcaca/trunk/caca/caca.h * Documented the caca_event structure and improved a few things here and there in the documentation. ------------------------------------------------------------------------ -r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines +r684 | sam | 2006-03-24 09:48:20 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c * Allow the driver initialisation to fail, for instance when $DISPLAY = "". ------------------------------------------------------------------------ -r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines +r683 | sam | 2006-03-24 09:30:02 +0000 (Fri, 24 Mar 2006) | 2 lines Changed paths: - M cucul/math.c + M /libcaca/trunk/cucul/math.c * Removed spurious prototype. ------------------------------------------------------------------------ -r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines +r682 | sam | 2006-03-23 18:38:44 +0000 (Thu, 23 Mar 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated the TODO list with what's been done so far. ------------------------------------------------------------------------ -r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/unicode.c +r681 | sam | 2006-03-23 18:36:59 +0000 (Thu, 23 Mar 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/unicode.c * Massive rework of the event handling code, as per the TODO list. ------------------------------------------------------------------------ -r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines +r680 | sam | 2006-03-23 17:20:57 +0000 (Thu, 23 Mar 2006) | 2 lines Changed paths: - M test/gamma.c + M /libcaca/trunk/test/gamma.c * Hahaha mais le vieux porc c'est moi. ------------------------------------------------------------------------ -r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines +r679 | sam | 2006-03-23 15:14:17 +0000 (Thu, 23 Mar 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added missing ASCII characters to cucul_rotate(). ------------------------------------------------------------------------ -r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines +r678 | sam | 2006-03-23 14:07:32 +0000 (Thu, 23 Mar 2006) | 4 lines Changed paths: - M cucul/box.c - M cucul/canvas.c - M cucul/conic.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/line.c - M cucul/triangle.c - M src/cacaview.c - M test/demo.c - M test/event.c - M test/export.c - M test/spritedit.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/spritedit.c * Made cucul_putchar32() an internal-only function. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8 string instead of a single character as their last argument. ------------------------------------------------------------------------ -r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines -Changed paths: - M cucul/cucul.c - M cucul/cucul.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/transform.c - M test/unicode.c +r677 | sam | 2006-03-23 13:12:56 +0000 (Thu, 23 Mar 2006) | 2 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/transform.c + M /libcaca/trunk/test/unicode.c * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free(). ------------------------------------------------------------------------ -r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines +r676 | sam | 2006-03-23 11:34:27 +0000 (Thu, 23 Mar 2006) | 4 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Removed done stuff from the TODO. * Updated the TODO list with what I said in the mailing-list. The top priority is what's marked "API-dependent stuff". ------------------------------------------------------------------------ -r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines +r675 | sam | 2006-03-23 11:03:43 +0000 (Thu, 23 Mar 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/transform.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/transform.c * Added a test for the transformation routines. ------------------------------------------------------------------------ -r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines +r674 | sam | 2006-03-23 11:00:54 +0000 (Thu, 23 Mar 2006) | 2 lines Changed paths: - M cucul/transform.c + M /libcaca/trunk/cucul/transform.c * Added more characters to the flip/rotate routines. ------------------------------------------------------------------------ -r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines +r673 | sam | 2006-03-23 09:47:06 +0000 (Thu, 23 Mar 2006) | 3 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.h - A cucul/transform.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.h + A /libcaca/trunk/cucul/transform.c * Added cucul_flip(), cucul_flop() and cucul_transform() to perform operations on canvases. ------------------------------------------------------------------------ -r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M caca/caca.c - M caca/caca.h - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_slang.c - M caca/driver_vga.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M caca/time.c - M cucul/bitmap.c - M cucul/box.c - M cucul/canvas.c - M cucul/charset.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M cucul/line.c - M cucul/math.c - M cucul/sprite.c - M cucul/triangle.c - M kernel/kernel.c - M kernel/kernel.h +r672 | sam | 2006-03-22 21:15:57 +0000 (Wed, 22 Mar 2006) | 2 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/charset.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/math.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h + M /libcaca/trunk/test * Slightly changed header comments. ------------------------------------------------------------------------ -r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines +r671 | sam | 2006-03-22 20:10:14 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/canvas.c + M /libcaca/trunk/cucul/canvas.c * Optimise cucul_blit() by using memcpy() if there is no mask. ------------------------------------------------------------------------ -r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines +r670 | sam | 2006-03-22 19:54:37 +0000 (Wed, 22 Mar 2006) | 3 lines Changed paths: - M cucul/canvas.c - M cucul/cucul.h - M test/Makefile.am - M test/gamma.c + M /libcaca/trunk/cucul/canvas.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/gamma.c * Added the cucul_blit() function. It lets us blit various canvas one onto the other with an optional mask. ------------------------------------------------------------------------ -r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines +r669 | sam | 2006-03-22 19:20:52 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Fixed an uninitialised structure member. ------------------------------------------------------------------------ -r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines +r668 | sam | 2006-03-22 18:38:06 +0000 (Wed, 22 Mar 2006) | 3 lines Changed paths: - M cucul/Makefile.am - A cucul/canvas.c - D cucul/char.c + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/canvas.c (from /libcaca/trunk/cucul/char.c:656) + D /libcaca/trunk/cucul/char.c * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there that is a bit more high level than characters. ------------------------------------------------------------------------ -r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines +r667 | sam | 2006-03-22 18:29:39 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c - M cucul/cucul.c - M cucul/cucul.h - M test/export.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/test/export.c * Renamed cucul_get_export() to cucul_create_export(). ------------------------------------------------------------------------ -r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines +r666 | sam | 2006-03-22 17:49:18 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/bitmap.c - M cucul/cucul.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/demo.c - M test/export.c - M test/gamma.c - M test/hsv.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. ------------------------------------------------------------------------ -r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines -Changed paths: - M cucul/cucul.c - M cucul/cucul.h - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/export.c - M test/gamma.c - M test/hsv.c - M test/spritedit.c - M test/unicode.c +r665 | sam | 2006-03-22 17:46:11 +0000 (Wed, 22 Mar 2006) | 3 lines +Changed paths: + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/gamma.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c + M /libcaca/trunk/test/unicode.c * Changed the cucul_init parameter so that it now directly accepts a canvas size (use cucul_init(0, 0) for the old behaviour). ------------------------------------------------------------------------ -r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines +r664 | sam | 2006-03-22 17:34:03 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode. ------------------------------------------------------------------------ -r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines +r663 | sam | 2006-03-22 17:30:56 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Removed code that did not need to be duplicated. ------------------------------------------------------------------------ -r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines +r662 | sam | 2006-03-22 16:09:14 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M src/cacaview.c + M /libcaca/trunk/src/cacaview.c * Gamma support in cacaview (through the g/G key). ------------------------------------------------------------------------ -r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines +r661 | sam | 2006-03-22 15:00:43 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M test/gamma.c + M /libcaca/trunk/test/gamma.c * Added colour to the gamma test. ------------------------------------------------------------------------ -r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines +r660 | sam | 2006-03-22 14:56:50 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/bitmap.c + M /libcaca/trunk/cucul/bitmap.c * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1). ------------------------------------------------------------------------ -r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines +r659 | sam | 2006-03-22 13:58:24 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M test/gamma.c + M /libcaca/trunk/test/gamma.c * Animated gamma test. ------------------------------------------------------------------------ -r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines +r658 | sam | 2006-03-22 13:15:08 +0000 (Wed, 22 Mar 2006) | 2 lines Changed paths: - M cucul/cucul.h - M cucul/math.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/math.c * Got rid of cucul_powf(), too complex to implement and no longer used. ------------------------------------------------------------------------ -r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines +r657 | sam | 2006-03-22 13:12:54 +0000 (Wed, 22 Mar 2006) | 3 lines Changed paths: - M configure.ac - M cucul/bitmap.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/bitmap.c * Added optional support for CP437 gray blocks in the bitmap renderer. * Use a custom pow() function for gamma computation. ------------------------------------------------------------------------ -r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines +r656 | sam | 2006-03-21 11:05:56 +0000 (Tue, 21 Mar 2006) | 2 lines Changed paths: - M cucul/math.c + M /libcaca/trunk/cucul/math.c * Tried to do something with cucul_powf. It currently sucks. ------------------------------------------------------------------------ -r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines +r655 | sam | 2006-03-21 10:52:24 +0000 (Tue, 21 Mar 2006) | 2 lines Changed paths: - M src/cacaplas.c + M /libcaca/trunk/src/cacaplas.c * Changed the cacaplas colours. Yeah, I do what I want. ------------------------------------------------------------------------ -r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines +r654 | sam | 2006-03-21 10:09:15 +0000 (Tue, 21 Mar 2006) | 27 lines Changed paths: - M test/Makefile.am - A test/gamma.c + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/gamma.c ___ * Bitmap gamma test example. Of ,---. /""`_,' @@ -8085,7 +9355,7 @@ Changed paths: .-' \ ` ;=-. HAHAHAHA MAIS .' . ._, / o o\ VIEUX PORC ! .-'` . '-._;_._.J - .-'` `.-'` + .-'` `.-'` _. -` L ' .' .' U '- ._.-' /` C / @@ -8103,62 +9373,62 @@ Changed paths: `''--.___\\ \__\\ ------------------------------------------------------------------------ -r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines +r653 | sam | 2006-03-21 09:52:32 +0000 (Tue, 21 Mar 2006) | 2 lines Changed paths: - M cucul/bitmap.c - M cucul/cucul.h - M cucul/sprite.c - M src/aafire.c - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c - M src/cacaview.c - M test/demo.c - M test/export.c - M test/hsv.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/src/aafire.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c + M /libcaca/trunk/src/cacaview.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/hsv.c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. ------------------------------------------------------------------------ -r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines +r652 | sam | 2006-03-21 09:48:02 +0000 (Tue, 21 Mar 2006) | 2 lines Changed paths: - M configure.ac - M kernel/kernel.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/kernel/kernel.c * Use the asm versions of sin and cos when available. ------------------------------------------------------------------------ -r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines +r651 | jylam | 2006-03-20 15:23:11 +0000 (Mon, 20 Mar 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Added a bird. ------------------------------------------------------------------------ -r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines +r650 | sam | 2006-03-19 17:10:12 +0000 (Sun, 19 Mar 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Added basic support for a few Unicode characters to the X11 driver. ------------------------------------------------------------------------ -r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines +r649 | sam | 2006-03-19 16:59:34 +0000 (Sun, 19 Mar 2006) | 2 lines Changed paths: - M src/cacaplas.c + M /libcaca/trunk/src/cacaplas.c * Added a lame "powered by libcaca" banner to cacaplas. ------------------------------------------------------------------------ -r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines +r648 | sam | 2006-03-19 16:59:01 +0000 (Sun, 19 Mar 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Added a few notes to the TODO list. ------------------------------------------------------------------------ -r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines +r647 | sam | 2006-03-19 16:42:31 +0000 (Sun, 19 Mar 2006) | 18 lines Changed paths: - M src/cacaball.c + M /libcaca/trunk/src/cacaball.c Nan mais avec ma config _,--. ,--._ d'Emacs c'est vraiment \ > `-"""-' < / @@ -8179,225 +9449,226 @@ Changed paths: '[_\ '[_\ `--' `--' ------------------------------------------------------------------------ -r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines +r646 | sam | 2006-03-19 16:34:53 +0000 (Sun, 19 Mar 2006) | 2 lines Changed paths: - M test/unicode.c + M /libcaca/trunk/test/unicode.c * More special characters in the Unicode test. ------------------------------------------------------------------------ -r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines +r645 | sam | 2006-03-18 00:12:25 +0000 (Sat, 18 Mar 2006) | 2 lines Changed paths: - M caca/caca.h - M caca/caca_internals.h - M caca/event.c - M caca/graphics.c - M cucul/char.c - M cucul/cucul_internals.h + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/char.c + M /libcaca/trunk/cucul/cucul_internals.h * Cosmetic fixes. ------------------------------------------------------------------------ -r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines +r644 | sam | 2006-03-18 00:06:24 +0000 (Sat, 18 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c - M cucul/export_svg.c - M test/export.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c + M /libcaca/trunk/cucul/export_svg.c + M /libcaca/trunk/test/export.c * Renamed cucul_buffer to cucul_export. Vanilla rum rules. ------------------------------------------------------------------------ -r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines +r643 | sam | 2006-03-17 13:32:58 +0000 (Fri, 17 Mar 2006) | 2 lines Changed paths: - M caca/driver_conio.c - M caca/driver_vga.c - M cucul/Makefile.am - M cucul/char.c - A cucul/charset.c - M cucul/cucul_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_vga.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/char.c + A /libcaca/trunk/cucul/charset.c (from /libcaca/trunk/cucul/char.c:639) + M /libcaca/trunk/cucul/cucul_internals.h * Factorised some charset handling code into a new cucul/charset.c file. ------------------------------------------------------------------------ -r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines +r642 | sam | 2006-03-17 10:35:26 +0000 (Fri, 17 Mar 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Added a few commonly escaped characters to the export test: ( ) " < > & ------------------------------------------------------------------------ -r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines +r641 | sam | 2006-03-17 09:56:28 +0000 (Fri, 17 Mar 2006) | 2 lines Changed paths: - M cucul/export_svg.c + M /libcaca/trunk/cucul/export_svg.c * Full Unicode support in the SVG exporter. ------------------------------------------------------------------------ -r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines +r640 | sam | 2006-03-17 09:49:16 +0000 (Fri, 17 Mar 2006) | 2 lines Changed paths: - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_x11.c * Print '?' instead of spaces for unknown glyphs in the X11 driver. ------------------------------------------------------------------------ -r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines +r639 | sam | 2006-03-16 19:10:12 +0000 (Thu, 16 Mar 2006) | 14 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c - ___ - ',_`""\ .---, - \ :-""``/` | - Ahaha mais vieux porc !! `;' //`\ / - / __ | ('. - |_ ./O)\ \ `) \ + ___ + ',_`""\ .---, + \ :-""``/` | + Ahaha mais vieux porc !! `;' //`\ / + / __ | ('. + |_ ./O)\ \ `) \ _/-. ` `"` |` - .-=; ` / - /o o \ ,_, . - L._._;_.-' . - `'-.` ' - `. ' - '-._. -' + .-=; ` / + /o o \ ,_, . + L._._;_.-' . + `'-.` ' + `. ' + '-._. -' ------------------------------------------------------------------------ -r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines +r638 | sam | 2006-03-16 19:00:59 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M ChangeLog + M /libcaca/trunk/ChangeLog * Updated ChangeLog and converted it to UTF-8. ------------------------------------------------------------------------ -r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines +r637 | sam | 2006-03-16 18:58:39 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M cucul/export_svg.c + M /libcaca/trunk/cucul/export_svg.c * Fixed Unicode handling and improved coding style in the SVG exporter. ------------------------------------------------------------------------ -r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines +r636 | sam | 2006-03-16 18:52:40 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M test/export.c + M /libcaca/trunk/test/export.c * Do not write the trailing \0 when exporting data. ------------------------------------------------------------------------ -r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines +r635 | sam | 2006-03-16 18:44:07 +0000 (Thu, 16 Mar 2006) | 3 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * Fixed syntax errors in the generated PostScript document if ( ) \ or Unicode characters are encountered. ------------------------------------------------------------------------ -r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines +r634 | sam | 2006-03-16 18:09:26 +0000 (Thu, 16 Mar 2006) | 3 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * Optimised for speed and space, fixed a few bugs, and improved coding style in the PS exporter (vieux porc !). ------------------------------------------------------------------------ -r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines +r633 | sam | 2006-03-16 17:04:09 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * Comment clarification. ------------------------------------------------------------------------ -r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines +r632 | sam | 2006-03-16 16:59:57 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M caca/driver_win32.c + M /libcaca/trunk/caca/driver_win32.c * Fix resizing of the Win32 console. It now adapts to the requested size. ------------------------------------------------------------------------ -r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines +r631 | sam | 2006-03-16 12:58:55 +0000 (Thu, 16 Mar 2006) | 3 lines Changed paths: - M caca/driver_conio.c - M caca/driver_vga.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_vga.c * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver. * Cosmetic code changes. ------------------------------------------------------------------------ -r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines +r630 | sam | 2006-03-16 12:50:07 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Fixed compiler warnings when UTF-8 S-Lang is not available. ------------------------------------------------------------------------ -r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines +r629 | sam | 2006-03-16 12:49:20 +0000 (Thu, 16 Mar 2006) | 2 lines Changed paths: - M caca/driver_ncurses.c - M configure.ac + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/configure.ac * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work. ------------------------------------------------------------------------ -r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines +r628 | sam | 2006-03-16 12:46:39 +0000 (Thu, 16 Mar 2006) | 3 lines Changed paths: - M build-win32 + M /libcaca/trunk/build-win32 * Distribute the license with Win32 packages and convert text files to CRLF format. ------------------------------------------------------------------------ -r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines +r627 | sam | 2006-03-15 22:07:55 +0000 (Wed, 15 Mar 2006) | 3 lines Changed paths: - M caca/driver_conio.c - M test/unicode.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/test/unicode.c * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to the DOS/conio.h driver, and updated the unicode test accordingly. ------------------------------------------------------------------------ -r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines +r626 | sam | 2006-03-15 20:39:43 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M test/export.c - M test/unicode.c + M /libcaca/trunk/test/export.c + M /libcaca/trunk/test/unicode.c * Added a few more Unicode characters to the export and unicode tests. ------------------------------------------------------------------------ -r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines +r625 | sam | 2006-03-15 20:30:39 +0000 (Wed, 15 Mar 2006) | 3 lines Changed paths: - M caca/driver_conio.c + M /libcaca/trunk/caca/driver_conio.c * Partial Unicode support for the DOS/conio.h driver. Glyphs that have equivalents in CP437 0x7f - 0xff are translated. ------------------------------------------------------------------------ -r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines +r624 | sam | 2006-03-15 18:41:29 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M cucul/export_html.c + M /libcaca/trunk/cucul/export_html.c * Unicode support in the HTML exporter. ------------------------------------------------------------------------ -r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines +r623 | sam | 2006-03-15 17:42:03 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M caca/caca.c + M /libcaca/trunk/caca/caca.c * Cosmetic. ------------------------------------------------------------------------ -r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines +r622 | sam | 2006-03-15 17:33:03 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M test/Makefile.am - A test/export.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/export.c * Small test program for exporters. Usage: "export html", "export irc" etc. ------------------------------------------------------------------------ -r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 23 lines +r621 | jylam | 2006-03-15 17:16:09 +0000 (Wed, 15 Mar 2006) | 24 lines Changed paths: - A cucul/export_svg.c + A /libcaca/trunk/cucul/export_svg.c * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^ *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_* @@ -8422,107 +9693,108 @@ r_dick_--'_________|__\_|____________r d__________________\_\,_/____________d *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_* + ------------------------------------------------------------------------ -r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines +r620 | jylam | 2006-03-15 16:55:40 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul.h - M cucul/export_html.c - M cucul/export_ps.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_ps.c * Added preliminary (but working) SVG exporter ------------------------------------------------------------------------ -r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines +r619 | jylam | 2006-03-15 15:03:43 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Added telnet commands and options strings for debug ------------------------------------------------------------------------ -r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines +r618 | jylam | 2006-03-15 13:48:51 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test/demo.c * Fixed refresh when updating parameter in display_menu() ------------------------------------------------------------------------ -r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines +r617 | jylam | 2006-03-15 13:10:34 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * Removed false comment ------------------------------------------------------------------------ -r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines +r616 | jylam | 2006-03-15 13:06:25 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M src/cacaball.c + M /libcaca/trunk/src/cacaball.c * Optimised cacaballs a bit ------------------------------------------------------------------------ -r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines +r615 | jylam | 2006-03-15 12:51:08 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M src/cacaball.c + M /libcaca/trunk/src/cacaball.c * Better cacaballs parameters ------------------------------------------------------------------------ -r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines +r614 | sam | 2006-03-15 10:04:56 +0000 (Wed, 15 Mar 2006) | 3 lines Changed paths: - M src/cacamoir.c + M /libcaca/trunk/src/cacamoir.c * Increased cacamoir circle thikness by 50%, because it currently really sucks in small resolutions. ------------------------------------------------------------------------ -r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines +r613 | sam | 2006-03-15 10:03:04 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_x11.c - M src/cacaball.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/src/cacaball.c * Minor coding style fixes. ------------------------------------------------------------------------ -r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines +r612 | sam | 2006-03-15 10:02:08 +0000 (Wed, 15 Mar 2006) | 2 lines Changed paths: - M caca/driver_win32.c + M /libcaca/trunk/caca/driver_win32.c * UTF-8 support in the Win32 driver. ------------------------------------------------------------------------ -r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines +r611 | sam | 2006-03-15 10:01:14 +0000 (Wed, 15 Mar 2006) | 3 lines Changed paths: - M caca/caca.h - M caca/driver_network.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_network.c * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24. * Use RETSIGTYPE for signal handler return values. ------------------------------------------------------------------------ -r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines +r610 | sam | 2006-03-15 09:57:04 +0000 (Wed, 15 Mar 2006) | 4 lines Changed paths: - M caca/driver_slang.c - M configure.ac + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/configure.ac * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support in the SLang driver. * Cosmetic fixes in configure.ac. ------------------------------------------------------------------------ -r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines +r609 | sam | 2006-03-14 22:05:34 +0000 (Tue, 14 Mar 2006) | 6 lines Changed paths: - M caca/driver_network.c - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - M cucul/export_ansi.c - M cucul/export_html.c - M cucul/export_irc.c - M cucul/export_ps.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/cucul/export_ps.c * Replaced all cucul_get_* exporters with a generic cucul_export() function. * Got rid of static buffers; we now use cucul_free() to free exported @@ -8531,100 +9803,100 @@ Changed paths: most terminal emulators. ------------------------------------------------------------------------ -r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines +r608 | jylam | 2006-03-14 19:01:19 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * Fixed UPPER() for strcasecmp ------------------------------------------------------------------------ -r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines +r607 | sam | 2006-03-14 18:10:30 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * Rewrote strncasecmp. Totally untested, of course. ------------------------------------------------------------------------ -r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines +r606 | sam | 2006-03-14 17:09:17 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * STATIC char const. AHAHAHAHA. ------------------------------------------------------------------------ -r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines +r605 | sam | 2006-03-14 17:06:12 +0000 (Tue, 14 Mar 2006) | 3 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Do not switch to alternate screen when clearing, because sometimes we are unable to cleanly restore the state. ------------------------------------------------------------------------ -r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines +r604 | jylam | 2006-03-14 16:57:53 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * Cosmetic changes. AHAHAH I COMMITED IT MYSELF. ------------------------------------------------------------------------ -r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines +r603 | jylam | 2006-03-14 16:51:38 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M cucul/export_ps.c + M /libcaca/trunk/cucul/export_ps.c * Postscript exporter now kinda works. Paper size to be fixed ------------------------------------------------------------------------ -r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines +r602 | jylam | 2006-03-14 15:39:38 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M cucul/Makefile.am - M cucul/cucul.c - M cucul/cucul.h - M cucul/cucul_internals.h - A cucul/export_ps.c + M /libcaca/trunk/cucul/Makefile.am + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/cucul_internals.h + A /libcaca/trunk/cucul/export_ps.c * Added preliminary Postscript (tm) (r) (c) exporter. ------------------------------------------------------------------------ -r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines +r601 | sam | 2006-03-14 14:19:58 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Pressing Ctrl-C on the client side now drops the connection. ------------------------------------------------------------------------ -r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines +r600 | sam | 2006-03-14 12:49:32 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M TODO + M /libcaca/trunk/TODO * Updated the TODO list, mostly with Unicode-related tasks. ------------------------------------------------------------------------ -r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines +r599 | sam | 2006-03-14 12:49:01 +0000 (Tue, 14 Mar 2006) | 3 lines Changed paths: - M caca/caca.h - M caca/driver_network.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_network.c * Changed port environment variable to "CACA_PORT". No need to mention it's a network port, we could have guessed. ------------------------------------------------------------------------ -r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines +r598 | sam | 2006-03-14 12:30:17 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M caca/caca.c + M /libcaca/trunk/caca/caca.c * Ooops, fixed an old typo. ------------------------------------------------------------------------ -r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines +r597 | sam | 2006-03-14 12:16:11 +0000 (Tue, 14 Mar 2006) | 2 lines Changed paths: - M src/cacaball.c + M /libcaca/trunk/src/cacaball.c * Fixed a warning in cacaball.c. ------------------------------------------------------------------------ -r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines +r596 | sam | 2006-03-13 19:04:29 +0000 (Mon, 13 Mar 2006) | 11 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Improvements to the network output: + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside @@ -8638,7 +9910,21 @@ Changed paths: + Set window size to 80x24 instead of 80x25. ------------------------------------------------------------------------ -r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 23 lines +r595 | sam | 2006-03-13 18:07:35 +0000 (Mon, 13 Mar 2006) | 24 lines +Changed paths: + M /libcaca/trunk/cucul/export_ansi.c + M /libcaca/trunk/cucul/export_html.c + M /libcaca/trunk/cucul/export_irc.c + M /libcaca/trunk/perl/lib/Term/Caca/Bitmap.pm + M /libcaca/trunk/perl/lib/Term/Caca/Constants.pm + M /libcaca/trunk/perl/lib/Term/Caca/Sprite.pm + M /libcaca/trunk/perl/lib/Term/Caca.pm + M /libcaca/trunk/perl/lib/Term/Kaka/Bitmap.pm + M /libcaca/trunk/perl/lib/Term/Kaka/Constants.pm + M /libcaca/trunk/perl/lib/Term/Kaka/Sprite.pm + M /libcaca/trunk/perl/lib/Term/Kaka.pm + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h * Set svn:keyword Id property on a few files. @@ -8663,676 +9949,652 @@ enable-auto-props = yes *.html = svn:keywords=Id *.php = svn:keywords=Id + ------------------------------------------------------------------------ -r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines +r594 | sam | 2006-03-13 18:05:12 +0000 (Mon, 13 Mar 2006) | 2 lines Changed paths: - M cucul/export_ansi.c + M /libcaca/trunk/cucul/export_ansi.c * Fixed end of lines in the ANSI exporter (CRLF, not LFCR). ------------------------------------------------------------------------ -r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines +r593 | sam | 2006-03-13 17:49:04 +0000 (Mon, 13 Mar 2006) | 2 lines Changed paths: - M caca/caca.c + M /libcaca/trunk/caca/caca.c * Fixed an uninitialised variable in the event queue handling. ------------------------------------------------------------------------ -r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines +r592 | sam | 2006-03-13 17:38:18 +0000 (Mon, 13 Mar 2006) | 2 lines Changed paths: - M test/colors.c + M /libcaca/trunk/test/colors.c * Allow the color test to be built as a kernel. ------------------------------------------------------------------------ -r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines +r591 | sam | 2006-03-13 17:36:14 +0000 (Mon, 13 Mar 2006) | 2 lines Changed paths: - M THANKS + M /libcaca/trunk/THANKS * Sorted list of extra contributors by topic and added the FSF. ------------------------------------------------------------------------ -r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines +r590 | sam | 2006-03-10 19:21:33 +0000 (Fri, 10 Mar 2006) | 3 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Set the client sockets as non-blocking, and implemented non-blocking writes. Currently works very badly with more than one client. ------------------------------------------------------------------------ -r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines +r589 | jylam | 2006-03-10 17:56:40 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c + M /libcaca/trunk/kernel/kernel.c * wrote strcasecmp for fun ------------------------------------------------------------------------ -r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines +r588 | jylam | 2006-03-10 17:41:23 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M cucul/Makefile.am - A cucul/export_ansi.c - A cucul/export_html.c - A cucul/export_irc.c - D cucul/exporter_ansi.c - D cucul/exporter_html.c - D cucul/exporter_irc.c + M /libcaca/trunk/cucul/Makefile.am + A /libcaca/trunk/cucul/export_ansi.c + A /libcaca/trunk/cucul/export_html.c + A /libcaca/trunk/cucul/export_irc.c + D /libcaca/trunk/cucul/exporter_ansi.c + D /libcaca/trunk/cucul/exporter_html.c + D /libcaca/trunk/cucul/exporter_irc.c * Renamed exporter_* to export_*, from God recommendation. ------------------------------------------------------------------------ -r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines +r587 | jylam | 2006-03-10 17:32:08 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M cucul/Makefile.am - D cucul/export.c - A cucul/exporter_ansi.c - A cucul/exporter_html.c - A cucul/exporter_irc.c + M /libcaca/trunk/cucul/Makefile.am + D /libcaca/trunk/cucul/export.c + A /libcaca/trunk/cucul/exporter_ansi.c + A /libcaca/trunk/cucul/exporter_html.c + A /libcaca/trunk/cucul/exporter_irc.c * Exploded cucul/export.c ------------------------------------------------------------------------ -r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines +r586 | jylam | 2006-03-10 15:11:40 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M caca/caca.c - M caca/caca.h - M caca/driver_network.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/caca/driver_network.c * Added CACA_NETWORK_PORT env and related documentation ------------------------------------------------------------------------ -r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines +r585 | jylam | 2006-03-10 14:41:24 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c - M configure.ac - M cucul/cucul_internals.h + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/cucul_internals.h * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver ------------------------------------------------------------------------ -r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines +r584 | sam | 2006-03-10 13:06:40 +0000 (Fri, 10 Mar 2006) | 4 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Handle incoming connections in network_get_event() as well as network_display() so that new clients immediately get the contents of the canvas and do not need to wait for a caca_display() call. ------------------------------------------------------------------------ -r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines +r583 | sam | 2006-03-10 10:03:30 +0000 (Fri, 10 Mar 2006) | 3 lines Changed paths: - M cucul/char.c + M /libcaca/trunk/cucul/char.c * Preliminary support for UTF-8 in cucul_putstr(). Also added a cucul_putchar32() function but I'm not convinced it will be useful. ------------------------------------------------------------------------ -r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines +r582 | sam | 2006-03-10 10:01:22 +0000 (Fri, 10 Mar 2006) | 4 lines Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_network.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/graphics.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/graphics.c * Use the internal version of cucul_set_size in output drivers so that they can force a resize. We need to find a way to make those specific cucul - caca interactions unavailable to the clueless user. ------------------------------------------------------------------------ -r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines +r581 | sam | 2006-03-10 09:48:33 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M src/cacaball.c - M src/cacamoir.c - M src/cacaplas.c + M /libcaca/trunk/src/cacaball.c + M /libcaca/trunk/src/cacamoir.c + M /libcaca/trunk/src/cacaplas.c * Made cacamoir, cacaball and cacaplas buildable into a kernel. ------------------------------------------------------------------------ -r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines +r580 | sam | 2006-03-10 09:43:13 +0000 (Fri, 10 Mar 2006) | 3 lines Changed paths: - M caca/driver_vga.c + M /libcaca/trunk/caca/driver_vga.c * Assume the VGA screen is 320x200 and really resize the cucul canvas to 80x25 upon initialisation. ------------------------------------------------------------------------ -r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines +r579 | sam | 2006-03-10 09:34:16 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M caca/driver_slang.c + M /libcaca/trunk/caca/driver_slang.c * Added Unicode support to the SLang driver. ------------------------------------------------------------------------ -r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines +r578 | sam | 2006-03-10 09:31:32 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Implemented a few math functions in our kernel: cos(), sin(), sqrt(). ------------------------------------------------------------------------ -r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines +r577 | sam | 2006-03-10 09:30:30 +0000 (Fri, 10 Mar 2006) | 2 lines Changed paths: - M test/unicode.c + M /libcaca/trunk/test/unicode.c * More Unicode tests: gradient glyphs, double width characters. ------------------------------------------------------------------------ -r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines +r576 | jylam | 2006-03-09 19:27:55 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M build-kernel + M /libcaca/trunk/build-kernel * Oops, modified build-kernel while testing and commited it ;) ------------------------------------------------------------------------ -r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines +r575 | jylam | 2006-03-09 19:27:14 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M build-kernel - M caca/driver_network.c + M /libcaca/trunk/build-kernel + M /libcaca/trunk/caca/driver_network.c * Multiplexed sockets, it is now possible to have multiple clients at the same time watching for the same libcaca application. And no fork or threads involved. THAT'S high technology. ------------------------------------------------------------------------ -r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines +r574 | sam | 2006-03-09 16:57:32 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/driver_vga.c + M /libcaca/trunk/caca/driver_vga.c * Fixed VGA colours. The values only range from 0 to 63. ------------------------------------------------------------------------ -r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines +r573 | sam | 2006-03-09 15:35:00 +0000 (Thu, 09 Mar 2006) | 4 lines Changed paths: - M build-kernel - M caca/caca_internals.h - M cucul/cucul_internals.h - M kernel/kernel.c - M kernel/kernel.h + M /libcaca/trunk/build-kernel + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/kernel/kernel.c + M /libcaca/trunk/kernel/kernel.h * Added assembly code for inb() and outb(). * Print a small message at kernel boot time just to check that the kernel was properly loaded. ------------------------------------------------------------------------ -r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines +r572 | jylam | 2006-03-09 13:24:06 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M cucul/export.c + M /libcaca/trunk/cucul/export.c * Added tests for malloc()'s ------------------------------------------------------------------------ -r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines +r571 | jylam | 2006-03-09 13:08:41 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M README - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/export.c + M /libcaca/trunk/README + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c * Updated README for network driver, fixed remaining exporters ------------------------------------------------------------------------ -r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines +r570 | sam | 2006-03-09 13:04:59 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/Makefile.am - M configure.ac - M kernel/Makefile.am + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/kernel/Makefile.am * Added a conditional to only build the kernel if --enable-vga was set. ------------------------------------------------------------------------ -r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines +r569 | sam | 2006-03-09 12:56:33 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M build-kernel + M /libcaca/trunk/build-kernel * Set executable flag to the build-kernel script. ------------------------------------------------------------------------ -r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines -Changed paths: - A COPYING.GPL - M Makefile.am - A build-kernel - M caca/time.c - M configure.ac - M cucul/bitmap.c - M cucul/box.c - M cucul/char.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/export.c - M cucul/line.c - M cucul/math.c - M cucul/sprite.c - M cucul/triangle.c - A kernel/Makefile.am - A kernel/kernel.c - A kernel/kernel.h - A kernel/multiboot.S - A kernel/multiboot.h - M src/aafire.c +r568 | sam | 2006-03-09 12:47:37 +0000 (Thu, 09 Mar 2006) | 3 lines +Changed paths: + A /libcaca/trunk/COPYING.GPL + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/build-kernel + M /libcaca/trunk/caca/time.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/char.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/math.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/triangle.c + A /libcaca/trunk/kernel + A /libcaca/trunk/kernel/Makefile.am + A /libcaca/trunk/kernel/kernel.c + A /libcaca/trunk/kernel/kernel.h + A /libcaca/trunk/kernel/multiboot.S + A /libcaca/trunk/kernel/multiboot.h + M /libcaca/trunk/src + M /libcaca/trunk/src/aafire.c * Added glue code to compile libcaca without a libc and build applications as multiboot kernels. ------------------------------------------------------------------------ -r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines +r567 | sam | 2006-03-09 12:44:49 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/driver_conio.c + M /libcaca/trunk/caca/driver_conio.c * Cosmetic change. ------------------------------------------------------------------------ -r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines +r566 | sam | 2006-03-09 12:43:10 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M README + M /libcaca/trunk/README * Slightly updated README. ------------------------------------------------------------------------ -r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines +r565 | sam | 2006-03-09 12:41:02 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - A caca/driver_vga.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/driver_vga.c * Pure VGA output driver. ------------------------------------------------------------------------ -r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines +r564 | sam | 2006-03-09 12:37:39 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/graphics.c + M /libcaca/trunk/caca/graphics.c * Removed unused includes. ------------------------------------------------------------------------ -r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines +r563 | sam | 2006-03-09 12:35:47 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M AUTHORS + M /libcaca/trunk/AUTHORS * Added a few details for authors. ------------------------------------------------------------------------ -r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines +r562 | sam | 2006-03-09 12:34:40 +0000 (Thu, 09 Mar 2006) | 3 lines Changed paths: - M test/Makefile.am - A test/unicode.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/unicode.c * Added a tiny Unicode test program. Of course it does not work yet, but good to have something to start with. ------------------------------------------------------------------------ -r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines +r561 | jylam | 2006-03-09 09:52:24 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/caca.h - M cucul/cucul.h + M /libcaca/trunk/caca/caca.h + M /libcaca/trunk/cucul/cucul.h * Updated documentation a bit ------------------------------------------------------------------------ -r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines +r560 | jylam | 2006-03-09 09:44:54 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/export.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well. ------------------------------------------------------------------------ -r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines +r559 | jylam | 2006-03-09 08:45:40 +0000 (Thu, 09 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Fixed memory leak in network driver ------------------------------------------------------------------------ -r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines +r558 | sam | 2006-03-08 22:39:43 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/driver_gl.c + M /libcaca/trunk/caca/driver_gl.c * Made the OpenGL colors slightly less saturated. ------------------------------------------------------------------------ -r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines +r557 | sam | 2006-03-08 22:29:00 +0000 (Wed, 08 Mar 2006) | 3 lines Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c * Make output drivers more error resilient when handling UTF-32 characters, by simply ignoring everything non ASCII :-) ------------------------------------------------------------------------ -r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines +r556 | jylam | 2006-03-08 20:58:07 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c + M /libcaca/trunk/caca/driver_network.c * Fixed blinking screen ------------------------------------------------------------------------ -r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines +r555 | jylam | 2006-03-08 20:23:06 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/driver_network.c - M cucul/cucul.h - M cucul/export.c + M /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/cucul/cucul.h + M /libcaca/trunk/cucul/export.c * Exporters now return size of generated data ------------------------------------------------------------------------ -r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines +r554 | jylam | 2006-03-08 20:03:24 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca_internals.h - A caca/driver_network.c - M configure.ac + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/driver_network.c + M /libcaca/trunk/configure.ac * Added very preliminary network driver ------------------------------------------------------------------------ -r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines +r553 | sam | 2006-03-08 19:41:53 +0000 (Wed, 08 Mar 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cucul/cucul.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/cucul.c * Fixed async issues between the driver and libcaca when resizing windows, and simplified the handle_resize() API. Still can be polished. ------------------------------------------------------------------------ -r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines +r552 | sam | 2006-03-08 17:20:38 +0000 (Wed, 08 Mar 2006) | 3 lines Changed paths: - M cucul/cucul.c + M /libcaca/trunk/cucul/cucul.c * cucul_set_size() does nothing if a graphical backend is attached. Added documentation to explain this behaviour. ------------------------------------------------------------------------ -r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines +r551 | sam | 2006-03-08 11:27:23 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c * Cosmetic changes here and there. ------------------------------------------------------------------------ -r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines +r550 | sam | 2006-03-08 10:33:01 +0000 (Wed, 08 Mar 2006) | 3 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c * Finished moving everything driver-specific to the apropriate driver_*.c files. Phew. Now they just need a few comments. ------------------------------------------------------------------------ -r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines +r549 | sam | 2006-03-08 09:51:53 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c * Cleaned up useless header includes. ------------------------------------------------------------------------ -r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines +r548 | sam | 2006-03-08 09:28:41 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c * Split event.c into the appropriate driver_*.c files. ------------------------------------------------------------------------ -r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines +r547 | sam | 2006-03-08 09:26:46 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M caca-config.in + M /libcaca/trunk/caca-config.in * Let us do "caca-config --libs cucul" to get only the libcucul dependencies. ------------------------------------------------------------------------ -r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines +r546 | sam | 2006-03-08 09:23:38 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M doc/doxygen.cfg.in + M /libcaca/trunk/doc/doxygen.cfg.in * Ignore driver_*.c files when building documentation. ------------------------------------------------------------------------ -r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines +r545 | sam | 2006-03-08 09:21:55 +0000 (Wed, 08 Mar 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * configure.ac: look for a4wide.sty in more than one location. ------------------------------------------------------------------------ -r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines +r543 | sam | 2006-03-07 12:39:34 +0000 (Tue, 07 Mar 2006) | 3 lines Changed paths: - M Makefile.am - A build-dos - M caca/caca_internals.h - M caca/driver_conio.c - M cucul/cucul_internals.h + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/build-dos (from /libcaca/trunk/build-win32:537) + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/cucul/cucul_internals.h * Fixed DOS driver. * Added a build-dos script to cross-compile the DOS version using djgpp. ------------------------------------------------------------------------ -r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines +r542 | sam | 2006-03-07 10:46:29 +0000 (Tue, 07 Mar 2006) | 3 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * configure.ac: removed the "null" frontend. just don't attach any frontend if you do not want any. ------------------------------------------------------------------------ -r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines +r541 | sam | 2006-03-07 10:37:59 +0000 (Tue, 07 Mar 2006) | 2 lines Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/event.c + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/event.c * Got rid of static variables in the event code. ------------------------------------------------------------------------ -r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines -Changed paths: - M caca/caca.c - M caca/caca_internals.h - M caca/driver_conio.c - M caca/driver_gl.c - M caca/driver_ncurses.c - M caca/driver_slang.c - M caca/driver_win32.c - M caca/driver_x11.c - M caca/event.c - M caca/graphics.c - M cucul/bitmap.c - M cucul/box.c - M cucul/char.c - M cucul/conic.c - M cucul/cucul.c - M cucul/cucul_internals.h - M cucul/export.c - M cucul/line.c - M cucul/math.c - M cucul/sprite.c - M cucul/triangle.c - M src/cacaview.c +r540 | sam | 2006-03-07 09:17:35 +0000 (Tue, 07 Mar 2006) | 3 lines +Changed paths: + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + M /libcaca/trunk/caca/driver_conio.c + M /libcaca/trunk/caca/driver_gl.c + M /libcaca/trunk/caca/driver_ncurses.c + M /libcaca/trunk/caca/driver_slang.c + M /libcaca/trunk/caca/driver_win32.c + M /libcaca/trunk/caca/driver_x11.c + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c + M /libcaca/trunk/cucul/bitmap.c + M /libcaca/trunk/cucul/box.c + M /libcaca/trunk/cucul/char.c + M /libcaca/trunk/cucul/conic.c + M /libcaca/trunk/cucul/cucul.c + M /libcaca/trunk/cucul/cucul_internals.h + M /libcaca/trunk/cucul/export.c + M /libcaca/trunk/cucul/line.c + M /libcaca/trunk/cucul/math.c + M /libcaca/trunk/cucul/sprite.c + M /libcaca/trunk/cucul/triangle.c + M /libcaca/trunk/src/cacaview.c * Polished the driver split a bit (still no events, except resize events), properly credited authors and documented a few things. ------------------------------------------------------------------------ -r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines +r539 | sam | 2006-03-06 23:01:59 +0000 (Mon, 06 Mar 2006) | 4 lines Changed paths: - M caca/Makefile.am - M caca/caca.c - M caca/caca_internals.h - A caca/driver_conio.c - A caca/driver_gl.c - A caca/driver_ncurses.c - A caca/driver_slang.c - A caca/driver_win32.c - A caca/driver_x11.c - M caca/event.c - M caca/graphics.c + M /libcaca/trunk/caca/Makefile.am + M /libcaca/trunk/caca/caca.c + M /libcaca/trunk/caca/caca_internals.h + A /libcaca/trunk/caca/driver_conio.c (from /libcaca/trunk/caca/graphics.c:537) + A /libcaca/trunk/caca/driver_gl.c (from /libcaca/trunk/caca/graphics.c:537) + A /libcaca/trunk/caca/driver_ncurses.c (from /libcaca/trunk/caca/graphics.c:537) + A /libcaca/trunk/caca/driver_slang.c (from /libcaca/trunk/caca/graphics.c:537) + A /libcaca/trunk/caca/driver_win32.c (from /libcaca/trunk/caca/graphics.c:537) + A /libcaca/trunk/caca/driver_x11.c (from /libcaca/trunk/caca/graphics.c:537) + M /libcaca/trunk/caca/event.c + M /libcaca/trunk/caca/graphics.c * Split caca/graphics.c into driver-specific files. Resize is currently broken, and event handling is not yet in the driver-specific files, but I will of course fix that later. ------------------------------------------------------------------------ -r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines +r538 | sam | 2006-03-06 21:49:48 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * Ooops, I fucked up the build. ------------------------------------------------------------------------ -r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M Makefile.am - D examples/Makefile.am - D examples/aafire.c - D examples/caca.txt - D examples/cacaball.c - D examples/cacamoir.c - D examples/cacaplas.c - D examples/cacaview.c - A src/Makefile.am - A src/aafire.c - A src/caca.txt - A src/cacaball.c - A src/cacamoir.c - A src/cacaplas.c - A src/cacaview.c +r537 | sam | 2006-03-06 21:00:53 +0000 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /libcaca/trunk/Makefile.am + D /libcaca/trunk/examples + A /libcaca/trunk/src (from /libcaca/trunk/examples:536) * Moved stuff again. ------------------------------------------------------------------------ -r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M Makefile.am - A caca/Makefile.am - A caca/caca.c - A caca/caca.h - A caca/caca_internals.h - A caca/event.c - A caca/graphics.c - A caca/time.c - M configure.ac - A cucul/Makefile.am - A cucul/bitmap.c - A cucul/box.c - A cucul/char.c - A cucul/conic.c - A cucul/cucul.c - A cucul/cucul.h - A cucul/cucul_internals.h - A cucul/export.c - A cucul/line.c - A cucul/math.c - A cucul/sprite.c - A cucul/triangle.c - M examples/Makefile.am - D src/Makefile.am - D src/bitmap.c - D src/box.c - D src/caca.c - D src/caca.h - D src/caca_internals.h - D src/char.c - D src/conic.c - D src/cucul.c - D src/cucul.h - D src/cucul_internals.h - D src/event.c - D src/export.c - D src/graphics.c - D src/line.c - D src/math.c - D src/sprite.c - D src/time.c - D src/triangle.c - M test/Makefile.am +r536 | sam | 2006-03-06 20:57:14 +0000 (Mon, 06 Mar 2006) | 2 lines +Changed paths: + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/caca + A /libcaca/trunk/caca/Makefile.am (from /libcaca/trunk/src/Makefile.am:535) + A /libcaca/trunk/caca/caca.c (from /libcaca/trunk/src/caca.c:535) + A /libcaca/trunk/caca/caca.h (from /libcaca/trunk/src/caca.h:535) + A /libcaca/trunk/caca/caca_internals.h (from /libcaca/trunk/src/caca_internals.h:535) + A /libcaca/trunk/caca/event.c (from /libcaca/trunk/src/event.c:535) + A /libcaca/trunk/caca/graphics.c (from /libcaca/trunk/src/graphics.c:535) + A /libcaca/trunk/caca/time.c (from /libcaca/trunk/src/time.c:535) + M /libcaca/trunk/configure.ac + A /libcaca/trunk/cucul + A /libcaca/trunk/cucul/Makefile.am (from /libcaca/trunk/src/Makefile.am:535) + A /libcaca/trunk/cucul/bitmap.c (from /libcaca/trunk/src/bitmap.c:535) + A /libcaca/trunk/cucul/box.c (from /libcaca/trunk/src/box.c:535) + A /libcaca/trunk/cucul/char.c (from /libcaca/trunk/src/char.c:535) + A /libcaca/trunk/cucul/conic.c (from /libcaca/trunk/src/conic.c:535) + A /libcaca/trunk/cucul/cucul.c (from /libcaca/trunk/src/cucul.c:535) + A /libcaca/trunk/cucul/cucul.h (from /libcaca/trunk/src/cucul.h:535) + A /libcaca/trunk/cucul/cucul_internals.h (from /libcaca/trunk/src/cucul_internals.h:535) + A /libcaca/trunk/cucul/export.c (from /libcaca/trunk/src/export.c:535) + A /libcaca/trunk/cucul/line.c (from /libcaca/trunk/src/line.c:535) + A /libcaca/trunk/cucul/math.c (from /libcaca/trunk/src/math.c:535) + A /libcaca/trunk/cucul/sprite.c (from /libcaca/trunk/src/sprite.c:535) + A /libcaca/trunk/cucul/triangle.c (from /libcaca/trunk/src/triangle.c:535) + M /libcaca/trunk/examples/Makefile.am + D /libcaca/trunk/src + M /libcaca/trunk/test/Makefile.am * Moved stuff around to differenciate between libcucul and libcaca. ------------------------------------------------------------------------ -r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines +r535 | sam | 2006-03-06 19:13:01 +0000 (Mon, 06 Mar 2006) | 3 lines Changed paths: - M src/caca.c - M src/char.c - M src/cucul.c - M src/cucul_internals.h - M src/export.c - M src/graphics.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/char.c + M /libcaca/trunk/src/cucul.c + M /libcaca/trunk/src/cucul_internals.h + M /libcaca/trunk/src/export.c + M /libcaca/trunk/src/graphics.c * Use 32 bit integers for the character array. No visible difference for now because we only do ASCII, but that will let us do Unicode later. ------------------------------------------------------------------------ -r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines +r534 | sam | 2006-03-06 14:17:42 +0000 (Mon, 06 Mar 2006) | 4 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * Removed caca_set_{size,width,height} because cucul_set_size ought to be enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the future because it's libcaca who gets the resize events, after all. ------------------------------------------------------------------------ -r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines +r533 | jylam | 2006-03-06 13:50:05 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * I just suck. I'll goatse myself right after beeing back at home. ------------------------------------------------------------------------ -r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines +r532 | sam | 2006-03-06 13:43:23 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: minor optimisations. ------------------------------------------------------------------------ -r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines +r531 | sam | 2006-03-06 13:34:57 +0000 (Mon, 06 Mar 2006) | 6 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas @@ -9341,60 +10603,60 @@ Changed paths: pas de warnings et/ou que ca segfaulte pas ! ------------------------------------------------------------------------ -r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines +r530 | jylam | 2006-03-06 12:13:12 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * Mais je fais comme je veux bordel de cul ! ------------------------------------------------------------------------ -r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines +r529 | sam | 2006-03-06 11:08:25 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * Haha mais vieux porc a pattes ! ------------------------------------------------------------------------ -r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines +r528 | jylam | 2006-03-06 10:21:48 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang. ------------------------------------------------------------------------ -r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines -Changed paths: - M caca-config.in - M configure.ac - M examples/aafire.c - M examples/cacaball.c - M examples/cacamoir.c - M examples/cacaplas.c - M examples/cacaview.c - M src/Makefile.am - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/char.c - M src/conic.c - M src/cucul.c - M src/cucul_internals.h - M src/event.c - M src/export.c - M src/graphics.c - M src/line.c - M src/math.c - M src/sprite.c - M src/time.c - M src/triangle.c - M test/colors.c - M test/demo.c - M test/dithering.c - M test/event.c - M test/hsv.c - M test/spritedit.c +r527 | sam | 2006-03-06 08:32:40 +0000 (Mon, 06 Mar 2006) | 9 lines +Changed paths: + M /libcaca/trunk/caca-config.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/examples/cacamoir.c + M /libcaca/trunk/examples/cacaplas.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/char.c + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/cucul.c + M /libcaca/trunk/src/cucul_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/export.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/time.c + M /libcaca/trunk/src/triangle.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/spritedit.c * All output plugins should now work again. * Renamed caca_refresh() into caca_display() which makes more sense. @@ -9406,67 +10668,70 @@ Changed paths: * Moved time.c into libcaca. ------------------------------------------------------------------------ -r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines +r526 | sam | 2006-03-06 08:26:09 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M debian/changelog - M debian/control - M debian/copyright - M debian/rules - M doc/Makefile.am - D doc/cacademo.1 - A doc/cacafire.1 - M libcaca.spec - M msvc/Makefile.am - D msvc/cacademo.vcproj - M msvc/libcaca.sln + M /libcaca/trunk/debian + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/copyright + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + D /libcaca/trunk/doc/cacademo.1 + A /libcaca/trunk/doc/cacafire.1 (from /libcaca/trunk/doc/cacademo.1:524) + M /libcaca/trunk/libcaca.spec + M /libcaca/trunk/msvc/Makefile.am + D /libcaca/trunk/msvc/cacademo.vcproj + M /libcaca/trunk/msvc/libcaca.sln * Removed cacademo from examples, manpages and distributions. It's useless. ------------------------------------------------------------------------ -r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines +r525 | sam | 2006-03-06 08:22:09 +0000 (Mon, 06 Mar 2006) | 2 lines Changed paths: - M src/cucul.c + M /libcaca/trunk/src/cucul.c * src/cucul.c: s/width/height/. ------------------------------------------------------------------------ -r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines -Changed paths: - M configure.ac - M doc/doxygen.cfg.in - M examples/Makefile.am - M examples/aafire.c - M examples/cacaball.c - M examples/cacamoir.c - M examples/cacaplas.c - M examples/cacaview.c - D examples/demo.c - M src/Makefile.am - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - A src/char.c - M src/conic.c - A src/cucul.c - A src/cucul.h - A src/cucul_internals.h - M src/event.c - A src/export.c - M src/graphics.c - M src/line.c - M src/math.c - M src/sprite.c - M src/triangle.c - M test/Makefile.am - M test/colors.c - A test/demo.c - M test/dithering.c - M test/event.c - M test/hsv.c - M test/optipal.c - M test/spritedit.c +r524 | sam | 2006-03-05 18:43:13 +0000 (Sun, 05 Mar 2006) | 16 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/examples/cacamoir.c + M /libcaca/trunk/examples/cacaplas.c + M /libcaca/trunk/examples/cacaview.c + D /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + A /libcaca/trunk/src/char.c + M /libcaca/trunk/src/conic.c + A /libcaca/trunk/src/cucul.c + A /libcaca/trunk/src/cucul.h (from /libcaca/trunk/src/caca.h:522) + A /libcaca/trunk/src/cucul_internals.h + M /libcaca/trunk/src/event.c + A /libcaca/trunk/src/export.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/colors.c + A /libcaca/trunk/test/demo.c (from /libcaca/trunk/examples/demo.c:522) + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/optipal.c + M /libcaca/trunk/test/spritedit.c A new low-level text management library (canvas for ultrafast compositing of unicode letters) is now separated from the higher level rendering and I/O @@ -9485,398 +10750,406 @@ glyphs in it, including the ones inherited from Codepage 437 such as "gray 25%" that are used in DOS and Win32 ANSI art. ------------------------------------------------------------------------ -r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines +r523 | sam | 2006-03-04 18:08:47 +0000 (Sat, 04 Mar 2006) | 2 lines Changed paths: - M bootstrap + M /libcaca/trunk/bootstrap * New updated bootstrap script. ------------------------------------------------------------------------ -r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines -Changed paths: - M COPYING - A COPYING.LGPL - M Makefile.am - M debian/copyright - M doc/cacademo.1 - M examples/cacaball.c - M examples/cacamoir.c - M examples/cacaplas.c - M examples/cacaview.c - M examples/demo.c - M perl/Build.PL - M perl/META.yml - M python/pypycaca.c - M python/pypycaca.h - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/event.c - M src/graphics.c - M src/line.c - M src/math.c - M src/sprite.c - M src/time.c - M src/triangle.c - M test/colors.c - M test/dithering.c - M test/event.c - M test/hsv.c - M test/optipal.c - M test/spritedit.c +r522 | sam | 2006-03-04 00:35:45 +0000 (Sat, 04 Mar 2006) | 2 lines +Changed paths: + R /libcaca/trunk/COPYING + A /libcaca/trunk/COPYING.LGPL (from /libcaca/trunk/COPYING:521) + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/debian/copyright + M /libcaca/trunk/doc/cacademo.1 + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/examples/cacamoir.c + M /libcaca/trunk/examples/cacaplas.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/perl/Build.PL + M /libcaca/trunk/perl/META.yml + M /libcaca/trunk/python/pypycaca.c + M /libcaca/trunk/python/pypycaca.h + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/time.c + M /libcaca/trunk/src/triangle.c + M /libcaca/trunk/test/colors.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/event.c + M /libcaca/trunk/test/hsv.c + M /libcaca/trunk/test/optipal.c + M /libcaca/trunk/test/spritedit.c * Changed the licensing to WTFPL, as per all copyright holders' permission. ------------------------------------------------------------------------ -r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines +r521 | jylam | 2006-02-11 19:20:48 +0000 (Sat, 11 Feb 2006) | 2 lines Changed paths: - A python/caca.txt - A python/test1.py - A python/test2.py + A /libcaca/trunk/python/caca.txt + A /libcaca/trunk/python/test1.py + A /libcaca/trunk/python/test2.py * Added two examples for python bindings (a subset of cacademo, and bitmap example) ------------------------------------------------------------------------ -r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines +r520 | jylam | 2006-02-11 15:46:51 +0000 (Sat, 11 Feb 2006) | 2 lines Changed paths: - M src/event.c + M /libcaca/trunk/src/event.c * Fixed bug in events with GL driver ------------------------------------------------------------------------ -r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines +r519 | jylam | 2006-02-11 15:11:30 +0000 (Sat, 11 Feb 2006) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * Improved GL rendering (characters are not blurry anymore) ------------------------------------------------------------------------ -r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines +r518 | jylam | 2006-02-05 17:47:23 +0000 (Sun, 05 Feb 2006) | 2 lines Changed paths: - A python/Makefile - A python/README - A python/pypycaca.c - A python/pypycaca.h + A /libcaca/trunk/python + A /libcaca/trunk/python/Makefile + A /libcaca/trunk/python/README + A /libcaca/trunk/python/pypycaca.c + A /libcaca/trunk/python/pypycaca.h * Added -preliminary- Python bindings ------------------------------------------------------------------------ -r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines +r517 | jylam | 2005-12-08 19:03:06 +0000 (Thu, 08 Dec 2005) | 2 lines Changed paths: - M AUTHORS + M /libcaca/trunk/AUTHORS * Updated for my ego trip ------------------------------------------------------------------------ -r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines +r516 | jylam | 2005-11-21 21:39:34 +0000 (Mon, 21 Nov 2005) | 2 lines Changed paths: - M examples/cacaball.c + M /libcaca/trunk/examples/cacaball.c * Removed debug test, kekeke ^^ ------------------------------------------------------------------------ -r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines +r515 | jylam | 2005-11-21 17:24:33 +0000 (Mon, 21 Nov 2005) | 2 lines Changed paths: - M examples/cacaball.c - M src/caca.h - M src/graphics.c + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * Added caca_set_width, set_height_, set_size ------------------------------------------------------------------------ -r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines +r514 | jylam | 2005-11-18 10:46:53 +0000 (Fri, 18 Nov 2005) | 2 lines Changed paths: - M examples/aafire.c - M examples/cacaball.c - M examples/cacamoir.c - M examples/cacaplas.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/examples/cacamoir.c + M /libcaca/trunk/examples/cacaplas.c * Fixed remaining warnings with gcc 3.x and 4.x ------------------------------------------------------------------------ -r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines +r513 | jylam | 2005-11-17 14:33:43 +0000 (Thu, 17 Nov 2005) | 2 lines Changed paths: - M src/bitmap.c - M src/graphics.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/graphics.c * Fixed warnings under GCC 4.x ------------------------------------------------------------------------ -r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines +r512 | jylam | 2005-11-17 14:13:54 +0000 (Thu, 17 Nov 2005) | 2 lines Changed paths: - M src/bitmap.c - M src/event.c - M src/graphics.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * Fixed a bunch of warnings ------------------------------------------------------------------------ -r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines +r511 | sam | 2005-11-12 15:39:50 +0000 (Sat, 12 Nov 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * more coding style fixes. ------------------------------------------------------------------------ -r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines +r510 | sam | 2005-11-12 15:30:46 +0000 (Sat, 12 Nov 2005) | 2 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set. ------------------------------------------------------------------------ -r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines +r509 | sam | 2005-11-12 15:26:02 +0000 (Sat, 12 Nov 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: call glutInit() before calling other glut functions. ------------------------------------------------------------------------ -r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines +r508 | sam | 2005-11-12 15:14:38 +0000 (Sat, 12 Nov 2005) | 2 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * coding style fixes. ------------------------------------------------------------------------ -r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines +r507 | sam | 2005-11-12 14:47:59 +0000 (Sat, 12 Nov 2005) | 4 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Renamed gammaval into gamma. + Fixed Doxygen comments. ------------------------------------------------------------------------ -r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines +r498 | jylam | 2005-07-30 11:58:48 +0000 (Sat, 30 Jul 2005) | 2 lines Changed paths: - M src/event.c + M /libcaca/trunk/src/event.c * src/event.c Fixed compilation problem when compiled without slang nor ncurses ------------------------------------------------------------------------ -r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines +r497 | sam | 2005-07-29 13:38:35 +0000 (Fri, 29 Jul 2005) | 2 lines Changed paths: - M debian/Makefile.am + M /libcaca/trunk/debian/Makefile.am * debian/Makefile.am: fixed long standing packaging bug (missing MIME file). ------------------------------------------------------------------------ -r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines +r496 | jylam | 2005-07-13 17:58:58 +0000 (Wed, 13 Jul 2005) | 2 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * src/graphics.c src/caca.h : Added ANSI exporter ------------------------------------------------------------------------ -r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines +r495 | jylam | 2005-07-13 17:45:47 +0000 (Wed, 13 Jul 2005) | 2 lines Changed paths: - M src/bitmap.c - M src/caca.h - M src/math.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/math.c * src/math.c src/bitmap.c src/caca.h Removed powf call, added caca_powf, to remove libm depencies and problems on old compilers/linkers. ------------------------------------------------------------------------ -r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines +r494 | sam | 2005-07-08 21:16:38 +0000 (Fri, 08 Jul 2005) | 2 lines Changed paths: - M src/caca.c - M src/event.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/event.c * src/event.c src/caca.c: fixed coding style ------------------------------------------------------------------------ -r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines +r493 | jylam | 2005-06-25 11:27:31 +0000 (Sat, 25 Jun 2005) | 2 lines Changed paths: - M src/event.c - M src/graphics.c + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * OpenGL driver mouse support ------------------------------------------------------------------------ -r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines +r492 | sam | 2005-06-24 11:54:28 +0000 (Fri, 24 Jun 2005) | 2 lines Changed paths: - M debian/changelog + M /libcaca/trunk/debian/changelog * imported previous Debian uploads. ------------------------------------------------------------------------ -r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines +r491 | sam | 2005-06-24 11:48:31 +0000 (Fri, 24 Jun 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: more optimisations in the exporters ------------------------------------------------------------------------ -r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines +r490 | jylam | 2005-06-23 18:27:02 +0000 (Thu, 23 Jun 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers ------------------------------------------------------------------------ -r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines +r489 | sam | 2005-06-23 16:58:58 +0000 (Thu, 23 Jun 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: cleaned caca_get_html() ------------------------------------------------------------------------ -r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines +r488 | sam | 2005-06-23 16:44:14 +0000 (Thu, 23 Jun 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: heavy cleanup in caca_get_html3(). ------------------------------------------------------------------------ -r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines +r487 | jylam | 2005-06-22 22:06:42 +0000 (Wed, 22 Jun 2005) | 2 lines Changed paths: - M configure.ac - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/event.c - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * Added Null driver and html3 exporter. ------------------------------------------------------------------------ -r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines +r486 | jylam | 2005-06-21 16:13:41 +0000 (Tue, 21 Jun 2005) | 2 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c GL driver : Updated documentation and added support for CACA_GEOMETRY ------------------------------------------------------------------------ -r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines +r485 | jylam | 2005-06-21 14:50:43 +0000 (Tue, 21 Jun 2005) | 2 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c Added HTML and IRC output support ------------------------------------------------------------------------ -r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines +r484 | sam | 2005-06-21 13:46:13 +0000 (Tue, 21 Jun 2005) | 2 lines Changed paths: - M debian/control + M /libcaca/trunk/debian/control * debian/control: use libslang2 instead of slang1. ------------------------------------------------------------------------ -r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines +r483 | jylam | 2005-06-21 13:28:51 +0000 (Tue, 21 Jun 2005) | 2 lines Changed paths: - M configure.ac - M src/caca.c - M src/caca_internals.h - M src/event.c - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c OpenGL support. ------------------------------------------------------------------------ -r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines +r475 | sam | 2005-03-26 10:27:30 +0000 (Sat, 26 Mar 2005) | 3 lines Changed paths: - M bootstrap - M configure.ac - M examples/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/bootstrap + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * Use libtool for the static library generation; paves the way for a future shared library. ------------------------------------------------------------------------ -r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines +r466 | sam | 2005-01-22 16:43:58 +0000 (Sat, 22 Jan 2005) | 2 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * compilation fix. ------------------------------------------------------------------------ -r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines +r464 | sam | 2005-01-13 23:59:55 +0000 (Thu, 13 Jan 2005) | 3 lines Changed paths: - M src/bitmap.c - M src/caca.h + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.h * src/bitmap.c: + Implemented caca_set_bitmap_gamma(). ------------------------------------------------------------------------ -r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines +r463 | sam | 2005-01-13 22:19:01 +0000 (Thu, 13 Jan 2005) | 3 lines Changed paths: - M src/caca.h - M src/graphics.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Implemented caca_get_screen(). ------------------------------------------------------------------------ -r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines +r462 | sam | 2005-01-13 20:46:00 +0000 (Thu, 13 Jan 2005) | 2 lines Changed paths: - M examples/cacaplas.c + M /libcaca/trunk/examples/cacaplas.c * examples/cacaplas: slower animation. ------------------------------------------------------------------------ -r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines -Changed paths: - M AUTHORS - A perl/Build.PL - A perl/MANIFEST - A perl/MANIFEST.SKIP - A perl/META.yml - A perl/Makefile.PL - A perl/README - A perl/lib/Term/Caca.pm - A perl/lib/Term/Caca.xs - A perl/lib/Term/Caca/Bitmap.pm - A perl/lib/Term/Caca/Constants.pm - A perl/lib/Term/Caca/Sprite.pm - A perl/lib/Term/Kaka.pm - A perl/lib/Term/Kaka/Bitmap.pm - A perl/lib/Term/Kaka/Constants.pm - A perl/lib/Term/Kaka/Sprite.pm - A perl/t/data/caca.txt +r379 | sam | 2004-11-21 00:31:13 +0000 (Sun, 21 Nov 2004) | 2 lines +Changed paths: + M /libcaca/trunk/AUTHORS + A /libcaca/trunk/perl + A /libcaca/trunk/perl/Build.PL + A /libcaca/trunk/perl/MANIFEST + A /libcaca/trunk/perl/MANIFEST.SKIP + A /libcaca/trunk/perl/META.yml + A /libcaca/trunk/perl/Makefile.PL + A /libcaca/trunk/perl/README + A /libcaca/trunk/perl/lib + A /libcaca/trunk/perl/lib/Term + A /libcaca/trunk/perl/lib/Term/Caca + A /libcaca/trunk/perl/lib/Term/Caca/Bitmap.pm + A /libcaca/trunk/perl/lib/Term/Caca/Constants.pm + A /libcaca/trunk/perl/lib/Term/Caca/Sprite.pm + A /libcaca/trunk/perl/lib/Term/Caca.pm + A /libcaca/trunk/perl/lib/Term/Caca.xs + A /libcaca/trunk/perl/lib/Term/Kaka + A /libcaca/trunk/perl/lib/Term/Kaka/Bitmap.pm + A /libcaca/trunk/perl/lib/Term/Kaka/Constants.pm + A /libcaca/trunk/perl/lib/Term/Kaka/Sprite.pm + A /libcaca/trunk/perl/lib/Term/Kaka.pm + A /libcaca/trunk/perl/t + A /libcaca/trunk/perl/t/data + A /libcaca/trunk/perl/t/data/caca.txt * Imported John Beppu's Perl wrapper. ------------------------------------------------------------------------ -r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines +r378 | sam | 2004-11-05 14:57:50 +0000 (Fri, 05 Nov 2004) | 2 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: dark background works again with floyd-steinberg. ------------------------------------------------------------------------ -r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines +r377 | sam | 2004-11-05 14:44:41 +0000 (Fri, 05 Nov 2004) | 3 lines Changed paths: - M examples/aafire.c - M examples/cacaball.c - M examples/cacamoir.c - M examples/cacaplas.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaball.c + M /libcaca/trunk/examples/cacamoir.c + M /libcaca/trunk/examples/cacaplas.c * examples/: + Use Space to pause demos, Esc to quit. ------------------------------------------------------------------------ -r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines +r376 | sam | 2004-11-04 22:59:29 +0000 (Thu, 04 Nov 2004) | 2 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: dark background works again, except with floyd-steinberg. ------------------------------------------------------------------------ -r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines +r375 | sam | 2004-11-04 22:28:39 +0000 (Thu, 04 Nov 2004) | 7 lines Changed paths: - M src/bitmap.c - M src/caca.c - M src/caca.h + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h * src/caca.h: + Introduced CACA_DITHER_FSTEIN. @@ -9886,77 +11159,77 @@ Changed paths: + Fixed other dithering methods. Black background does not work yet. ------------------------------------------------------------------------ -r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines +r374 | sam | 2004-11-04 21:19:52 +0000 (Thu, 04 Nov 2004) | 2 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: oops, removed spurious test code. ------------------------------------------------------------------------ -r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines +r373 | sam | 2004-11-04 21:18:52 +0000 (Thu, 04 Nov 2004) | 3 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers. ------------------------------------------------------------------------ -r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines +r372 | sam | 2004-11-04 20:36:49 +0000 (Thu, 04 Nov 2004) | 3 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * doc/Makefile.am: + Really fixed the manpage generation. ------------------------------------------------------------------------ -r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines +r371 | sam | 2004-11-04 18:30:34 +0000 (Thu, 04 Nov 2004) | 3 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * doc/Makefile.am: + Manpage installation fix. ------------------------------------------------------------------------ -r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines +r370 | sam | 2004-11-04 18:16:57 +0000 (Thu, 04 Nov 2004) | 2 lines Changed paths: - M examples/cacaplas.c + M /libcaca/trunk/examples/cacaplas.c * examples/cacaplas.c: use Esc to quit, Space to pause. ------------------------------------------------------------------------ -r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines +r369 | sam | 2004-10-31 19:26:05 +0000 (Sun, 31 Oct 2004) | 3 lines Changed paths: - M THANKS - M src/graphics.c + M /libcaca/trunk/THANKS + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Win32 speed improvements by Jari Komppa. ------------------------------------------------------------------------ -r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines +r368 | sam | 2004-08-06 17:33:46 +0000 (Fri, 06 Aug 2004) | 3 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Fix strict aliasing rules breakage. ------------------------------------------------------------------------ -r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines +r367 | sam | 2004-07-05 12:08:49 +0000 (Mon, 05 Jul 2004) | 3 lines Changed paths: - M bootstrap + M /libcaca/trunk/bootstrap * bootstrap: + Support for automake 1.8. ------------------------------------------------------------------------ -r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines +r366 | sam | 2004-07-05 12:07:00 +0000 (Mon, 05 Jul 2004) | 6 lines Changed paths: - D BUGS - M Makefile.am - M TODO - M debian/changelog - M debian/control - M debian/rules + D /libcaca/trunk/BUGS + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/TODO + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules * BUGS TODO: + Removed BUGS, updated TODO. @@ -9965,42 +11238,44 @@ Changed paths: + New Debian upload. ------------------------------------------------------------------------ -r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines +r364 | sam | 2004-02-02 13:51:55 +0000 (Mon, 02 Feb 2004) | 3 lines Changed paths: - M configure.ac - M msvc/config.h - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/msvc/config.h + M /libcaca/trunk/src/graphics.c * configure.ac src/graphics: + Check for resize_term and resizeterm in -lncurses. ------------------------------------------------------------------------ -r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines +r363 | sam | 2004-02-02 02:59:43 +0000 (Mon, 02 Feb 2004) | 2 lines Changed paths: - M ChangeLog + A /libcaca/branches/0.9 (from /libcaca/trunk:362) + M /libcaca/branches/0.9/ChangeLog + M /libcaca/trunk/ChangeLog * 0.9 branch. ------------------------------------------------------------------------ -r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines +r362 | sam | 2004-02-02 02:54:43 +0000 (Mon, 02 Feb 2004) | 2 lines Changed paths: - M ChangeLog - M NEWS - M configure.ac - M debian/changelog - M libcaca.spec - M msvc/config.h + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/libcaca.spec + M /libcaca/trunk/msvc/config.h * 0.9 release. ------------------------------------------------------------------------ -r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines +r361 | sam | 2004-01-26 10:52:30 +0000 (Mon, 26 Jan 2004) | 5 lines Changed paths: - M configure.ac - M debian/changelog - M src/caca.c - M src/event.c - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * configure.ac: + Check for curses.h as well as ncurses.h. @@ -10008,26 +11283,26 @@ Changed paths: + Include curses.h if ncurses.h was not found. ------------------------------------------------------------------------ -r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines +r360 | sam | 2004-01-23 09:20:39 +0000 (Fri, 23 Jan 2004) | 3 lines Changed paths: - M examples/cacaview.c + M /libcaca/trunk/examples/cacaview.c * examples/cacaview.c: + Moved statusbar and help menu handling in separate functions. ------------------------------------------------------------------------ -r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines +r359 | sam | 2004-01-23 09:15:42 +0000 (Fri, 23 Jan 2004) | 4 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * src/caca.c: + Alloc the AllocConsole() call to fail in case the process already has a console. ------------------------------------------------------------------------ -r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines +r358 | sam | 2004-01-21 17:25:18 +0000 (Wed, 21 Jan 2004) | 6 lines Changed paths: - M examples/cacaview.c + M /libcaca/trunk/examples/cacaview.c * examples/cacaview.c: + Proper aspect ratio support. @@ -10036,11 +11311,11 @@ Changed paths: + Removed useless iterations in draw_checkers(). ------------------------------------------------------------------------ -r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines +r357 | sam | 2004-01-21 13:49:26 +0000 (Wed, 21 Jan 2004) | 8 lines Changed paths: - M THANKS - M src/event.c - M src/graphics.c + M /libcaca/trunk/THANKS + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Fixed a buffer overflow due to bad signed/unsigned handling. @@ -10051,31 +11326,33 @@ Changed paths: + Added the Source Mage maintainer. ------------------------------------------------------------------------ -r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines +r356 | sam | 2004-01-18 04:48:09 +0000 (Sun, 18 Jan 2004) | 2 lines Changed paths: - M ChangeLog + A /libcaca/branches/0.8 (from /libcaca/trunk:355) + M /libcaca/branches/0.8/ChangeLog + M /libcaca/trunk/ChangeLog * 0.8 branch. ------------------------------------------------------------------------ -r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines +r355 | sam | 2004-01-18 04:45:28 +0000 (Sun, 18 Jan 2004) | 2 lines Changed paths: - M ChangeLog - M NEWS - M THANKS - M configure.ac - M debian/changelog - M libcaca.spec - M msvc/config.h + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/THANKS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/libcaca.spec + M /libcaca/trunk/msvc/config.h * 0.8 release. ------------------------------------------------------------------------ -r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines +r354 | sam | 2004-01-18 04:17:35 +0000 (Sun, 18 Jan 2004) | 5 lines Changed paths: - M examples/cacaview.c - M src/event.c - M src/graphics.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + When resizing under X11, copy the old pixmap to the new one. @@ -10083,11 +11360,11 @@ Changed paths: + Resizing support. ------------------------------------------------------------------------ -r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines +r353 | sam | 2004-01-18 04:01:32 +0000 (Sun, 18 Jan 2004) | 5 lines Changed paths: - M src/caca_internals.h - M src/event.c - M src/graphics.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * src/event.c: + Refresh the X11 window when an exposure event is received. @@ -10095,12 +11372,12 @@ Changed paths: thirds are visible. ------------------------------------------------------------------------ -r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines +r352 | sam | 2004-01-17 22:32:39 +0000 (Sat, 17 Jan 2004) | 6 lines Changed paths: - M TODO - M examples/cacaview.c - M src/caca.h - M src/graphics.c + M /libcaca/trunk/TODO + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Renamed caca_set_title() to caca_set_window_title(). @@ -10109,10 +11386,10 @@ Changed paths: + Set the window title to cacaview. ------------------------------------------------------------------------ -r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines +r351 | sam | 2004-01-14 10:34:20 +0000 (Wed, 14 Jan 2004) | 8 lines Changed paths: - M src/bitmap.c - M src/event.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/event.c * src/event.c: + Make sure the mouse coordinates stay within the screen boundaries even @@ -10123,21 +11400,22 @@ Changed paths: + Minor speed optimisation. ------------------------------------------------------------------------ -r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines +r350 | sam | 2004-01-14 10:32:04 +0000 (Wed, 14 Jan 2004) | 3 lines Changed paths: - M test/Makefile.am - A test/colors.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/colors.c (from /libcaca/trunk/examples/demo.c:346) * test/colors.c: + Extracted the colour test from examples/demo.c. ------------------------------------------------------------------------ -r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines +r349 | sam | 2004-01-13 22:33:09 +0000 (Tue, 13 Jan 2004) | 5 lines Changed paths: - M src/caca_internals.h - M src/event.c - M src/graphics.c - M test/event.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/test/event.c * src/graphics.c src/event.c: + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE. @@ -10145,23 +11423,23 @@ Changed paths: + Display CACA_EVENT_RESIZE. ------------------------------------------------------------------------ -r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines +r348 | sam | 2004-01-13 21:08:43 +0000 (Tue, 13 Jan 2004) | 3 lines Changed paths: - M configure.ac - M msvc/config.h - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/msvc/config.h + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Resize handling in the ncurses and slang drivers. ------------------------------------------------------------------------ -r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines +r347 | sam | 2004-01-13 20:03:48 +0000 (Tue, 13 Jan 2004) | 8 lines Changed paths: - M examples/aafire.c - M src/caca.h - M src/caca_internals.h - M src/event.c - M src/graphics.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/event.c + M /libcaca/trunk/src/graphics.c * src/event.c: + Added the CACA_EVENT_RESIZE event. @@ -10172,13 +11450,13 @@ Changed paths: + Fixed a bad assumption in the resize handling code. ------------------------------------------------------------------------ -r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines +r346 | sam | 2004-01-13 16:45:45 +0000 (Tue, 13 Jan 2004) | 5 lines Changed paths: - M build-win32 - M configure.ac - M debian/rules - M doc/Makefile.am - M libcaca.spec + M /libcaca/trunk/build-win32 + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/libcaca.spec * configure.ac: + Added --disable-doc to let the user not build documentation. @@ -10186,13 +11464,13 @@ Changed paths: + Do not build documentation. ------------------------------------------------------------------------ -r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines +r345 | sam | 2004-01-13 15:01:22 +0000 (Tue, 13 Jan 2004) | 7 lines Changed paths: - M THANKS - M src/Makefile.am - A src/event.c - M src/graphics.c - D src/io.c + M /libcaca/trunk/THANKS + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/event.c (from /libcaca/trunk/src/io.c:341) + M /libcaca/trunk/src/graphics.c + D /libcaca/trunk/src/io.c * src/graphics.c: + Fixed a typo preventing Win32 builds. @@ -10202,25 +11480,26 @@ Changed paths: + Added Gentoo, NetBSD and FreeBSD porters. ------------------------------------------------------------------------ -r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines -Changed paths: - M Makefile.am - M configure.ac - M examples/aafire.c - M examples/cacaview.c - A msvc/Makefile.am - A msvc/cacaball.vcproj - A msvc/cacademo.vcproj - A msvc/cacafire.vcproj - A msvc/cacamoir.vcproj - A msvc/cacaplas.vcproj - A msvc/cacaview.vcproj - A msvc/config.h - A msvc/libcaca.sln - A msvc/libcaca.vcproj - M src/caca.c - M src/graphics.c - M src/time.c +r344 | sam | 2004-01-13 09:55:32 +0000 (Tue, 13 Jan 2004) | 13 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaview.c + A /libcaca/trunk/msvc + A /libcaca/trunk/msvc/Makefile.am + A /libcaca/trunk/msvc/cacaball.vcproj + A /libcaca/trunk/msvc/cacademo.vcproj + A /libcaca/trunk/msvc/cacafire.vcproj + A /libcaca/trunk/msvc/cacamoir.vcproj + A /libcaca/trunk/msvc/cacaplas.vcproj + A /libcaca/trunk/msvc/cacaview.vcproj + A /libcaca/trunk/msvc/config.h + A /libcaca/trunk/msvc/libcaca.sln + A /libcaca/trunk/msvc/libcaca.vcproj + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/time.c * configure.ac: + Check for sys/times.h and unistd.h. @@ -10236,12 +11515,12 @@ Changed paths: + Slightly reduced the maximum cacafire framerate. ------------------------------------------------------------------------ -r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines +r343 | sam | 2004-01-12 17:30:09 +0000 (Mon, 12 Jan 2004) | 5 lines Changed paths: - M NOTES - M examples/cacaview.c - M src/caca.h - M src/graphics.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Implemented caca_set_title() for X11 and Win32. @@ -10249,45 +11528,46 @@ Changed paths: + Use caca_set_title() to set the window title to "cacaview". ------------------------------------------------------------------------ -r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines +r342 | sam | 2004-01-12 16:22:35 +0000 (Mon, 12 Jan 2004) | 2 lines Changed paths: - M Makefile.am - M autotools/Makefile.am - M debian/Makefile.am - M doc/Makefile.am - M examples/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/autotools/Makefile.am + M /libcaca/trunk/debian/Makefile.am + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * Fixed $Id in all Makefile.am files. ------------------------------------------------------------------------ -r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines +r341 | sam | 2004-01-12 16:21:34 +0000 (Mon, 12 Jan 2004) | 3 lines Changed paths: - M Makefile.am - M autotools/Makefile.am - A build-win32 - M debian/Makefile.am - M doc/Makefile.am - M examples/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/autotools/Makefile.am + A /libcaca/trunk/build-win32 + M /libcaca/trunk/debian/Makefile.am + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * build-win32: + Win32 cross-compilation script. ------------------------------------------------------------------------ -r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines +r340 | sam | 2004-01-12 15:28:27 +0000 (Mon, 12 Jan 2004) | 5 lines Changed paths: - M NEWS - M debian/control - M debian/rules - M doc/Makefile.am - M doc/cacademo.1 - M examples/Makefile.am - D examples/cacacirc.c - A examples/cacamoir.c - M libcaca.spec + M /libcaca/trunk/NEWS + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/cacademo.1 + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + D /libcaca/trunk/examples/cacacirc.c + A /libcaca/trunk/examples/cacamoir.c (from /libcaca/trunk/examples/cacacirc.c:339) + M /libcaca/trunk/libcaca.spec * examples/cacamoir.c: + Renamed cacacirc to cacamoir. @@ -10295,12 +11575,13 @@ Changed paths: + Added cacamoir to the distributed files. ------------------------------------------------------------------------ -r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines +r339 | sam | 2004-01-12 14:25:46 +0000 (Mon, 12 Jan 2004) | 8 lines Changed paths: - M examples/Makefile.am - M examples/cacaball.c - A examples/cacacirc.c - M examples/cacaplas.c + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/cacaball.c + A /libcaca/trunk/examples/cacacirc.c + M /libcaca/trunk/examples/cacaplas.c * examples/cacaballs.c: + Bigger metaballs, less metaballs. @@ -10311,50 +11592,50 @@ Changed paths: + New effect. ------------------------------------------------------------------------ -r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines +r338 | sam | 2004-01-12 14:01:40 +0000 (Mon, 12 Jan 2004) | 3 lines Changed paths: - M configure.ac - M src/time.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/time.c * configure.ac: + Better win32 check for Sleep(). ------------------------------------------------------------------------ -r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines +r337 | sam | 2004-01-11 18:09:01 +0000 (Sun, 11 Jan 2004) | 5 lines Changed paths: - M configure.ac - M examples/cacaview.c - M src/time.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/time.c * configure.ac src/time.c: + Look for Sleep in -lkernel32. * examples/cacaview.c: - + Use caca_wait_event() instead of usleep()/caca_get_event(). + + Use caca_wait_event() instead of usleep()/caca_get_event(). ------------------------------------------------------------------------ -r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines +r336 | sam | 2004-01-11 05:09:02 +0000 (Sun, 11 Jan 2004) | 3 lines Changed paths: - M NOTES - M examples/cacaview.c - M src/caca.c - M src/caca_internals.h - M src/graphics.c - M src/io.c - M src/time.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/time.c * src/caca.c src/graphics.c src/io.c src/time.c: + Native win32 port. ------------------------------------------------------------------------ -r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines +r335 | sam | 2004-01-11 01:45:57 +0000 (Sun, 11 Jan 2004) | 10 lines Changed paths: - M configure.ac - M src/caca.c - M src/caca_internals.h - M src/graphics.c - M src/io.c - M src/time.c - M test/event.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/time.c + M /libcaca/trunk/test/event.c * configure.ac: + Check for gettimeofday(). @@ -10367,11 +11648,11 @@ Changed paths: + Added because we use malloc(). ------------------------------------------------------------------------ -r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines +r334 | sam | 2004-01-10 19:59:50 +0000 (Sat, 10 Jan 2004) | 5 lines Changed paths: - M NEWS - M THANKS - M examples/cacaplas.c + M /libcaca/trunk/NEWS + M /libcaca/trunk/THANKS + M /libcaca/trunk/examples/cacaplas.c * THANKS examples/cacaplas.c: + Updated credits. @@ -10379,11 +11660,12 @@ Changed paths: + Forthcoming 0.8 news. ------------------------------------------------------------------------ -r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines +r333 | sam | 2004-01-10 19:53:14 +0000 (Sat, 10 Jan 2004) | 5 lines Changed paths: - M configure.ac - M examples/Makefile.am - A examples/cacaplas.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/cacaplas.c * configure.ac: + Check for -lm. @@ -10391,12 +11673,12 @@ Changed paths: + New demo, cacaplas, that displays a colour plasma. ------------------------------------------------------------------------ -r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines +r332 | sam | 2004-01-10 19:29:12 +0000 (Sat, 10 Jan 2004) | 12 lines Changed paths: - M src/caca.h - M src/graphics.c - M src/io.c - M test/event.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/test/event.c * src/graphics: + Initialise the char buffers in the X11 driver. @@ -10411,19 +11693,19 @@ Changed paths: + Added a status bar below. ------------------------------------------------------------------------ -r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines +r331 | sam | 2004-01-09 09:51:53 +0000 (Fri, 09 Jan 2004) | 16 lines Changed paths: - M BUGS - M NOTES - M README - M configure.ac - M src/Makefile.am - M src/caca.c - M src/caca_internals.h - M src/graphics.c - M src/io.c - A src/time.c - M test/event.c + M /libcaca/trunk/BUGS + M /libcaca/trunk/NOTES + M /libcaca/trunk/README + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + A /libcaca/trunk/src/time.c + M /libcaca/trunk/test/event.c * test/event.c: + Do not refresh after each event, but only when there is no event @@ -10442,11 +11724,11 @@ Changed paths: + Improvements in the win32 platform detection. ------------------------------------------------------------------------ -r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines +r330 | sam | 2004-01-08 18:40:29 +0000 (Thu, 08 Jan 2004) | 5 lines Changed paths: - M configure.ac - M src/graphics.c - M test/event.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/test/event.c * test/event.c: + Display at least two digits for keycodes. @@ -10454,11 +11736,11 @@ Changed paths: + ScreenUpdate is actually mandatory for our conio driver. ------------------------------------------------------------------------ -r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines +r329 | sam | 2004-01-08 10:22:14 +0000 (Thu, 08 Jan 2004) | 10 lines Changed paths: - M src/graphics.c - M src/io.c - M test/event.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/test/event.c * src/io.c: + Use SLkp_getkey instead of SLang_getkey so that escape sequences are @@ -10471,37 +11753,40 @@ Changed paths: + More human-readable event printing. ------------------------------------------------------------------------ -r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines +r328 | sam | 2004-01-07 18:36:41 +0000 (Wed, 07 Jan 2004) | 2 lines Changed paths: - M ChangeLog - M libcaca.spec + A /libcaca/branches/0.7 (from /libcaca/trunk:327) + M /libcaca/branches/0.7/ChangeLog + M /libcaca/branches/0.7/libcaca.spec + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/libcaca.spec * 0.7 branch. ------------------------------------------------------------------------ -r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines +r327 | sam | 2004-01-07 18:22:44 +0000 (Wed, 07 Jan 2004) | 3 lines Changed paths: - M configure.ac - M debian/changelog - M libcaca.spec + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/libcaca.spec * configure.ac: + Release 0.7. ------------------------------------------------------------------------ -r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines +r326 | sam | 2004-01-07 18:22:08 +0000 (Wed, 07 Jan 2004) | 3 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Fixed a bug in the dithering characters. ------------------------------------------------------------------------ -r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines +r325 | sam | 2004-01-07 18:15:10 +0000 (Wed, 07 Jan 2004) | 5 lines Changed paths: - M NEWS - M src/bitmap.c - M src/io.c + M /libcaca/trunk/NEWS + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/io.c * src/io.c: + Do not report mouse motions if the coordinates did not change. @@ -10509,14 +11794,15 @@ Changed paths: + More documentation. ------------------------------------------------------------------------ -r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines +r324 | sam | 2004-01-07 17:19:36 +0000 (Wed, 07 Jan 2004) | 8 lines Changed paths: - M configure.ac - M src/caca.c - M src/graphics.c - M src/io.c - M test/Makefile.am - A test/event.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/event.c * test/event.c: + Small event lister, similar to X11's xev. @@ -10527,17 +11813,17 @@ Changed paths: + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}. ------------------------------------------------------------------------ -r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines +r323 | sam | 2004-01-07 13:06:06 +0000 (Wed, 07 Jan 2004) | 5 lines Changed paths: - M debian/control - M debian/rules - M doc/Makefile.am - D doc/caca-spritedit.1 - M examples/Makefile.am - D examples/spritedit.c - M libcaca.spec - M test/Makefile.am - A test/spritedit.c + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + D /libcaca/trunk/doc/caca-spritedit.1 + M /libcaca/trunk/examples/Makefile.am + D /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/libcaca.spec + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/spritedit.c (from /libcaca/trunk/examples/spritedit.c:316) * test/spritedit.c: + Moved spritedit to the test/ directory, because it is not mature enough. @@ -10545,22 +11831,22 @@ Changed paths: + Do not install caca-spritedit. ------------------------------------------------------------------------ -r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines +r322 | sam | 2004-01-07 12:45:02 +0000 (Wed, 07 Jan 2004) | 8 lines Changed paths: - M NEWS - M debian/control - M debian/rules - M doc/Makefile.am - M doc/cacademo.1 - M libcaca.spec - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/sprite.c + M /libcaca/trunk/NEWS + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/cacademo.1 + M /libcaca/trunk/libcaca.spec + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/sprite.c * libcaca.spec debian/control: + Updated the package descriptions to include cacaball. @@ -10571,21 +11857,21 @@ Changed paths: documenting bizarre stuff. ------------------------------------------------------------------------ -r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines +r321 | sam | 2004-01-07 12:42:22 +0000 (Wed, 07 Jan 2004) | 4 lines Changed paths: - M examples/cacaball.c + M /libcaca/trunk/examples/cacaball.c * examples/cacaball.c: + 24 metaballs instead of 5, but smaller. + Zoom the bitmap to make more use of the screen area. ------------------------------------------------------------------------ -r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines +r320 | sam | 2004-01-06 16:31:27 +0000 (Tue, 06 Jan 2004) | 5 lines Changed paths: - M AUTHORS - M THANKS - M examples/aafire.c - M examples/cacaball.c + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/THANKS + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaball.c * examples/cacaball.c: + Crop the palette so that it looks a bit more like metaballs. @@ -10593,9 +11879,9 @@ Changed paths: + Credited Jylam and Jan Hubicka. ------------------------------------------------------------------------ -r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines +r319 | sam | 2004-01-06 12:46:25 +0000 (Tue, 06 Jan 2004) | 6 lines Changed paths: - M examples/cacaball.c + M /libcaca/trunk/examples/cacaball.c * examples/cacaball.c: + Huge coding style overhaul. @@ -10604,52 +11890,53 @@ Changed paths: + Use a 256x256 back buffer for more smoothness. ------------------------------------------------------------------------ -r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines +r318 | sam | 2004-01-06 10:12:22 +0000 (Tue, 06 Jan 2004) | 3 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Fixed a compilation warning. ------------------------------------------------------------------------ -r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines +r317 | sam | 2004-01-05 22:16:55 +0000 (Mon, 05 Jan 2004) | 3 lines Changed paths: - M examples/Makefile.am - A examples/cacaball.c + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/cacaball.c * examples/cacaball.c: + Metaballs demo program from Jean-Yves Lamoureux . ------------------------------------------------------------------------ -r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines +r316 | sam | 2004-01-05 18:17:20 +0000 (Mon, 05 Jan 2004) | 4 lines Changed paths: - M examples/aafire.c - M examples/cacaview.c - M examples/demo.c - M examples/spritedit.c - M src/caca.h - M src/io.c - M test/dithering.c - M test/hsv.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/io.c + M /libcaca/trunk/test/dithering.c + M /libcaca/trunk/test/hsv.c * src/io.c: + caca_get_event() and caca_wait_event() now accept a mask as an argument in order to select events. ------------------------------------------------------------------------ -r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines +r315 | sam | 2004-01-05 18:10:51 +0000 (Mon, 05 Jan 2004) | 4 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Fixed a bug that caused an infinite loop if the delay between two caca_refresh() calls was greater than 2000 seconds (or something). ------------------------------------------------------------------------ -r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines +r314 | sam | 2004-01-05 18:08:50 +0000 (Mon, 05 Jan 2004) | 5 lines Changed paths: - M examples/cacaview.c - M src/io.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/io.c * src/io.c: + Fixed a bug that caused ButtonRelease events to be forgotten under X11. @@ -10657,10 +11944,10 @@ Changed paths: + Use instead of . ------------------------------------------------------------------------ -r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines +r313 | sam | 2004-01-04 00:45:08 +0000 (Sun, 04 Jan 2004) | 6 lines Changed paths: - M configure.ac - M doc/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/Makefile.am * configure.ac: + Check for dvips in addition to latex. @@ -10669,9 +11956,9 @@ Changed paths: in Mandrake 9.1. ------------------------------------------------------------------------ -r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines +r312 | sam | 2004-01-04 00:19:53 +0000 (Sun, 04 Jan 2004) | 5 lines Changed paths: - M libcaca.spec + M /libcaca/trunk/libcaca.spec * libcaca.spec: + Install documentation into %{doc}/package-version/ instead @@ -10679,22 +11966,24 @@ Changed paths: + Added tetex-dvips to the build dependencies. ------------------------------------------------------------------------ -r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines +r311 | sam | 2004-01-03 23:21:27 +0000 (Sat, 03 Jan 2004) | 2 lines Changed paths: - M ChangeLog + A /libcaca/branches/0.6 (from /libcaca/trunk:310) + M /libcaca/branches/0.6/ChangeLog + M /libcaca/trunk/ChangeLog * 0.6 branch. ------------------------------------------------------------------------ -r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines +r310 | sam | 2004-01-03 23:15:48 +0000 (Sat, 03 Jan 2004) | 9 lines Changed paths: - M NEWS - M configure.ac - M debian/changelog - M debian/control - M debian/rules - M doc/Makefile.am - M libcaca.spec + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/libcaca.spec * configure.ac NEWS: + Prepared the 0.6 release. @@ -10706,20 +11995,20 @@ Changed paths: + Symlink cacafire.1 to cacademo.1 upon manpage installation. ------------------------------------------------------------------------ -r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines +r309 | sam | 2004-01-03 17:31:44 +0000 (Sat, 03 Jan 2004) | 3 lines Changed paths: - M configure.ac - M src/caca.c - M src/graphics.c - M src/io.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c * configure.ac: + Search for in addition of . ------------------------------------------------------------------------ -r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines +r308 | sam | 2004-01-03 14:33:35 +0000 (Sat, 03 Jan 2004) | 5 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Dither H/S/V when looking up the two nearest colours. @@ -10727,20 +12016,21 @@ Changed paths: + Factorised the lookup table calculation. ------------------------------------------------------------------------ -r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines +r307 | sam | 2004-01-03 14:28:39 +0000 (Sat, 03 Jan 2004) | 3 lines Changed paths: - M test/Makefile.am - A test/hsv.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/hsv.c * test/hsv.c: + Trivial saturation/value rendering test. ------------------------------------------------------------------------ -r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines +r306 | sam | 2004-01-02 18:09:29 +0000 (Fri, 02 Jan 2004) | 5 lines Changed paths: - M src/bitmap.c - M src/caca.c - M src/caca_internals.h + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h * src/bitmap.c: + Fixed a minor overflow in the saturation computation. @@ -10748,54 +12038,54 @@ Changed paths: in the bitmap rendering routine. This broke dithering, sorry. ------------------------------------------------------------------------ -r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines +r305 | sam | 2004-01-02 16:52:10 +0000 (Fri, 02 Jan 2004) | 3 lines Changed paths: - M examples/aafire.c - M examples/cacaview.c - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/graphics.c - M src/line.c - M src/sprite.c - M test/optipal.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/test/optipal.c * src/ examples/ test/: + Changed constructs into . ------------------------------------------------------------------------ -r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines +r304 | sam | 2004-01-02 15:35:53 +0000 (Fri, 02 Jan 2004) | 4 lines Changed paths: - M examples/aafire.c + M /libcaca/trunk/examples/aafire.c * examples/aafire.c: + Do not call caca_get_width() 10000 times per frame. Cache the value instead. ------------------------------------------------------------------------ -r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines +r303 | sam | 2004-01-02 15:34:16 +0000 (Fri, 02 Jan 2004) | 4 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Split the drawing of foreground and background colours in the X11 driver. Nice performance improvement. ------------------------------------------------------------------------ -r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines +r302 | sam | 2004-01-02 15:23:54 +0000 (Fri, 02 Jan 2004) | 3 lines Changed paths: - M examples/cacaview.c + M /libcaca/trunk/examples/cacaview.c * examples/cacaview.c: + If Imlib2 was not activated, warn the user that only BMP is supported. ------------------------------------------------------------------------ -r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines +r301 | sam | 2004-01-01 18:21:13 +0000 (Thu, 01 Jan 2004) | 5 lines Changed paths: - M AUTHORS - M Makefile.am - A THANKS - A libcaca.spec + M /libcaca/trunk/AUTHORS + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/THANKS + A /libcaca/trunk/libcaca.spec * libcaca.spec: + RPM specfile, courtesy of Richard Zidlicky. @@ -10803,11 +12093,11 @@ Changed paths: + Added a THANKS file for contributors. ------------------------------------------------------------------------ -r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines +r300 | sam | 2004-01-01 17:51:57 +0000 (Thu, 01 Jan 2004) | 10 lines Changed paths: - M README - M src/caca.c - M src/graphics.c + M /libcaca/trunk/README + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Minor optimisation in caca_set_color(). @@ -10820,10 +12110,10 @@ Changed paths: + Minor documentation updates. ------------------------------------------------------------------------ -r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines +r299 | sam | 2004-01-01 16:29:50 +0000 (Thu, 01 Jan 2004) | 5 lines Changed paths: - M examples/aafire.c - M examples/cacaview.c + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/cacaview.c * examples/cacaview.c: + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP. @@ -10831,18 +12121,18 @@ Changed paths: + bzero the pixel buffer in the initialisation routine. ------------------------------------------------------------------------ -r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines +r298 | sam | 2003-12-31 14:21:08 +0000 (Wed, 31 Dec 2003) | 5 lines Changed paths: - M doc/doxygen.cfg.in - M src/bitmap.c - M src/box.c - M src/caca.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/math.c - M src/triangle.c + M /libcaca/trunk/doc/doxygen.cfg.in + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/triangle.c * doc/doxygen.cfg.in: + Removed caca_internal.h from the list of documented files. @@ -10850,12 +12140,12 @@ Changed paths: + Minor documentation updates. ------------------------------------------------------------------------ -r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines +r297 | sam | 2003-12-31 13:55:34 +0000 (Wed, 31 Dec 2003) | 9 lines Changed paths: - M BUGS - M debian/rules - M doc/Makefile.am - M test/dithering.c + M /libcaca/trunk/BUGS + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/test/dithering.c * test/dithering.c: + Fixed a minor compilation warning. @@ -10867,36 +12157,37 @@ Changed paths: + Fixed a bashism in the HTML files installation. ------------------------------------------------------------------------ -r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines +r296 | sam | 2003-12-31 13:32:14 +0000 (Wed, 31 Dec 2003) | 4 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * doc/Makefile.am: + Do not install doxygen.png directly, because it can be doxygen.gif on old installations. ------------------------------------------------------------------------ -r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines +r295 | sam | 2003-12-31 13:26:47 +0000 (Wed, 31 Dec 2003) | 3 lines Changed paths: - M examples/aafire.c + M /libcaca/trunk/examples/aafire.c * examples/aafire.c: + Only quit upon keypress, not mouse motion. ------------------------------------------------------------------------ -r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines +r294 | sam | 2003-12-31 13:24:46 +0000 (Wed, 31 Dec 2003) | 3 lines Changed paths: - M examples/aafire.c + M /libcaca/trunk/examples/aafire.c * examples/aafire.c: + Render cacafire at full speed. ------------------------------------------------------------------------ -r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines +r293 | sam | 2003-12-31 13:20:18 +0000 (Wed, 31 Dec 2003) | 6 lines Changed paths: - M src/graphics.c - M test/Makefile.am - A test/optipal.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/optipal.c * test/optipal.c: + Optimised S-Lang palette generator. @@ -10905,13 +12196,14 @@ Changed paths: generated by optipal. ------------------------------------------------------------------------ -r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines +r292 | sam | 2003-12-31 12:26:22 +0000 (Wed, 31 Dec 2003) | 5 lines Changed paths: - M Makefile.am - M configure.ac - M examples/Makefile.am - A test/Makefile.am - A test/dithering.c + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/test + A /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/dithering.c * Makefile.am: + Added a test directory for test programs. @@ -10919,10 +12211,10 @@ Changed paths: + The value/saturation dithering example. ------------------------------------------------------------------------ -r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines +r291 | sam | 2003-12-31 12:05:44 +0000 (Wed, 31 Dec 2003) | 5 lines Changed paths: - M examples/cacaview.c - M src/caca.c + M /libcaca/trunk/examples/cacaview.c + M /libcaca/trunk/src/caca.c * src/caca.c: + Do not try the X11 driver if DISPLAY is set to the empty string. @@ -10930,37 +12222,38 @@ Changed paths: + Cosmetic fixes. ------------------------------------------------------------------------ -r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines +r290 | sam | 2003-12-31 12:00:18 +0000 (Wed, 31 Dec 2003) | 3 lines Changed paths: - M examples/Makefile.am - A examples/cacaview.c - D examples/view.c + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/cacaview.c (from /libcaca/trunk/examples/view.c:285) + D /libcaca/trunk/examples/view.c * example/: + Renamed view.c into cacaview.c. ------------------------------------------------------------------------ -r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines +r289 | sam | 2003-12-31 11:17:47 +0000 (Wed, 31 Dec 2003) | 3 lines Changed paths: - M src/io.c + M /libcaca/trunk/src/io.c * src/io.c: + Fixed mouse support under ncurses and slang. ------------------------------------------------------------------------ -r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines +r288 | sam | 2003-12-31 11:17:00 +0000 (Wed, 31 Dec 2003) | 3 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * configure.ac: + Error out if Imlib2 was not found. Override with --disable-imlib2. ------------------------------------------------------------------------ -r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines +r287 | sam | 2003-12-31 01:16:47 +0000 (Wed, 31 Dec 2003) | 6 lines Changed paths: - M examples/demo.c - M src/caca.h - M src/io.c + M /libcaca/trunk/doc + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/io.c * src/io.c: + Mouse support under X11. @@ -10969,10 +12262,10 @@ Changed paths: + Mouse motion support. ------------------------------------------------------------------------ -r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines +r286 | sam | 2003-12-31 01:02:08 +0000 (Wed, 31 Dec 2003) | 5 lines Changed paths: - M src/caca.c - M src/graphics.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Compilation fix. @@ -10980,10 +12273,10 @@ Changed paths: + Minor indentation fix. ------------------------------------------------------------------------ -r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines +r285 | sam | 2003-12-25 23:59:48 +0000 (Thu, 25 Dec 2003) | 6 lines Changed paths: - M configure.ac - M src/caca.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c * src/caca.c: + Prefer the X11 driver if $DISPLAY is set. @@ -10992,38 +12285,40 @@ Changed paths: + Autodetect conio.h. ------------------------------------------------------------------------ -r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines +r284 | sam | 2003-12-25 23:22:13 +0000 (Thu, 25 Dec 2003) | 4 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * configure.ac: + Autodetect ncurses, slang and X11. + Abort if no output driver was selected or detected. ------------------------------------------------------------------------ -r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines +r283 | sam | 2003-12-25 21:38:46 +0000 (Thu, 25 Dec 2003) | 2 lines Changed paths: - M ChangeLog + A /libcaca/branches/0.5 (from /libcaca/trunk:282) + M /libcaca/branches/0.5/ChangeLog + M /libcaca/trunk/ChangeLog * 0.5 branch. ------------------------------------------------------------------------ -r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines +r282 | sam | 2003-12-25 21:36:52 +0000 (Thu, 25 Dec 2003) | 3 lines Changed paths: - M NEWS - M configure.ac - M debian/changelog + M /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog * configure.ac NEWS debian/changelog: + New 0.5 release. ------------------------------------------------------------------------ -r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines +r281 | sam | 2003-12-25 21:28:55 +0000 (Thu, 25 Dec 2003) | 5 lines Changed paths: - M BUGS - M NOTES - M configure.ac - M src/graphics.c + M /libcaca/trunk/BUGS + M /libcaca/trunk/NOTES + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/graphics.c * NOTES BUGS: + Updated information about the S-Lang colour pair shortage bug. @@ -11031,33 +12326,35 @@ Changed paths: + Implemented the solution explained in NOTES. ------------------------------------------------------------------------ -r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines +r280 | sam | 2003-12-25 18:09:58 +0000 (Thu, 25 Dec 2003) | 3 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * src/caca.c: + Fixed a compilation bug reported by Thomas Klausner . ------------------------------------------------------------------------ -r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines +r279 | sam | 2003-12-25 18:08:46 +0000 (Thu, 25 Dec 2003) | 3 lines Changed paths: - M NOTES + M /libcaca/trunk/NOTES * NOTES: + Added a section with a proposed solution to the slang problem. ------------------------------------------------------------------------ -r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines +r278 | sam | 2003-12-25 10:18:37 +0000 (Thu, 25 Dec 2003) | 2 lines Changed paths: - M ChangeLog + A /libcaca/branches/0.4 (from /libcaca/trunk:277) + M /libcaca/branches/0.4/ChangeLog + M /libcaca/trunk/ChangeLog * 0.4 branch. ------------------------------------------------------------------------ -r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines +r277 | sam | 2003-12-24 23:58:32 +0000 (Wed, 24 Dec 2003) | 5 lines Changed paths: - M configure.ac - M debian/control + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/control * debian/control: + Added missing dependencies to the -dev package. @@ -11065,27 +12362,27 @@ Changed paths: + Kludge for woody builds where x_includes is undefined. ------------------------------------------------------------------------ -r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines +r276 | sam | 2003-12-24 16:23:37 +0000 (Wed, 24 Dec 2003) | 3 lines Changed paths: - M src/caca.h + M /libcaca/trunk/src/caca.h * src/caca.h: + Documented CACA_FONT. ------------------------------------------------------------------------ -r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines +r275 | sam | 2003-12-24 16:16:16 +0000 (Wed, 24 Dec 2003) | 3 lines Changed paths: - M doc/Makefile.am + M /libcaca/trunk/doc/Makefile.am * doc/Makefile.am: + Rename the refman.ps doxygen documentation to libcaca.ps. ------------------------------------------------------------------------ -r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines +r274 | sam | 2003-12-24 15:43:45 +0000 (Wed, 24 Dec 2003) | 5 lines Changed paths: - M NEWS - M src/caca.h - M src/graphics.c + M /libcaca/trunk/NEWS + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY. @@ -11093,46 +12390,46 @@ Changed paths: + Documented the CACA_GEOMETRY environment variable. ------------------------------------------------------------------------ -r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines +r273 | sam | 2003-12-24 15:35:07 +0000 (Wed, 24 Dec 2003) | 3 lines Changed paths: - M src/caca_internals.h - M src/graphics.c - M src/io.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c * src/io.c: + Mouse support in the X11 driver. ------------------------------------------------------------------------ -r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines +r272 | sam | 2003-12-24 14:48:38 +0000 (Wed, 24 Dec 2003) | 4 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics: + Use XCreateWindow instead of XCreateSimpleWindow. + Set the X window title to "caca for X". ------------------------------------------------------------------------ -r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines +r271 | sam | 2003-12-23 17:25:29 +0000 (Tue, 23 Dec 2003) | 4 lines Changed paths: - M debian/changelog - M debian/control - M debian/rules + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules * debian/control: + Build-depend on doxygen and tetex to build documentation. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers. ------------------------------------------------------------------------ -r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines +r270 | sam | 2003-12-23 17:01:38 +0000 (Tue, 23 Dec 2003) | 7 lines Changed paths: - M BUGS - M Makefile.am - M NEWS - M README - M TODO - M configure.ac - M doc/Makefile.am - M src/graphics.c + M /libcaca/trunk/BUGS + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/NEWS + M /libcaca/trunk/README + M /libcaca/trunk/TODO + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/src/graphics.c * configure.ac NEWS: + Prepared release 0.4. @@ -11142,37 +12439,37 @@ Changed paths: + Install the generated doxygen documentation. ------------------------------------------------------------------------ -r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines +r269 | sam | 2003-12-23 16:32:56 +0000 (Tue, 23 Dec 2003) | 4 lines Changed paths: - M src/io.c + M /libcaca/trunk/src/io.c * src/io.c: + Fixed a warning by including . + Support for arrow and function keys under X11. ------------------------------------------------------------------------ -r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines -Changed paths: - M configure.ac - M doc/Makefile.am - D doc/doxygen.cfg - A doc/doxygen.cfg.in - M examples/aafire.c - M examples/demo.c - M examples/spritedit.c - M examples/view.c - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/math.c - M src/sprite.c - M src/triangle.c +r268 | sam | 2003-12-23 13:27:40 +0000 (Tue, 23 Dec 2003) | 9 lines +Changed paths: + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/Makefile.am + D /libcaca/trunk/doc/doxygen.cfg + A /libcaca/trunk/doc/doxygen.cfg.in (from /libcaca/trunk/doc/doxygen.cfg:267) + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c * src/io.c: + Added caca_wait_event(), a blocking caca_get_event(). @@ -11184,35 +12481,35 @@ Changed paths: + Create manpages. ------------------------------------------------------------------------ -r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines +r267 | sam | 2003-12-23 11:08:37 +0000 (Tue, 23 Dec 2003) | 2 lines Changed paths: - M doc/doxygen.cfg - M src/bitmap.c - M src/caca.c - M src/caca.h + M /libcaca/trunk/doc/doxygen.cfg + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h * More API documentation. ------------------------------------------------------------------------ -r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines +r266 | sam | 2003-12-22 22:58:24 +0000 (Mon, 22 Dec 2003) | 3 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * caca.c: + Fixed typos in the initialisation code. ------------------------------------------------------------------------ -r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines +r265 | sam | 2003-12-22 15:26:12 +0000 (Mon, 22 Dec 2003) | 6 lines Changed paths: - M configure.ac - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c * src/graphics.c src/caca.c src/io.c: + Support for simultaneously compiled-in drivers. @@ -11221,19 +12518,19 @@ Changed paths: + Drivers are no longer mutually exclusive. ------------------------------------------------------------------------ -r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines +r264 | sam | 2003-12-21 00:39:41 +0000 (Sun, 21 Dec 2003) | 3 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics: + Initialise default height at 32 (as in aalib). ------------------------------------------------------------------------ -r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines +r263 | sam | 2003-12-20 12:07:56 +0000 (Sat, 20 Dec 2003) | 5 lines Changed paths: - M src/caca_internals.h - M src/graphics.c - M src/io.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c * src/graphics.c: + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver. @@ -11241,42 +12538,42 @@ Changed paths: + Slightly changed the variable naming scheme. ------------------------------------------------------------------------ -r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines +r262 | sam | 2003-12-20 10:54:35 +0000 (Sat, 20 Dec 2003) | 3 lines Changed paths: - M examples/aafire.c + M /libcaca/trunk/examples/aafire.c * examples/aafire.c: + The image buffer in cacafire was too small. ------------------------------------------------------------------------ -r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines +r261 | sam | 2003-12-19 17:26:23 +0000 (Fri, 19 Dec 2003) | 4 lines Changed paths: - M src/graphics.c + M /libcaca/trunk/src/graphics.c * src/graphics.c: + Progress in the X11 driver. + Fixed a compilation bug in the conio driver. ------------------------------------------------------------------------ -r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines +r260 | sam | 2003-12-18 09:46:19 +0000 (Thu, 18 Dec 2003) | 4 lines Changed paths: - M debian/changelog - M debian/control - M debian/rules + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules * debian/rules debian/control: + Moved cacafire to the caca-utils package. Added proper conflict/replace. + Symlinked cacafire.1 to cacademo.1. ------------------------------------------------------------------------ -r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines +r258 | sam | 2003-12-18 00:41:28 +0000 (Thu, 18 Dec 2003) | 7 lines Changed paths: - M ChangeLog - M NEWS - M README - M debian/changelog - M debian/control - M doc/doxygen.cfg + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/README + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/doc/doxygen.cfg * debian/control: + Updated long descriptions. @@ -11286,45 +12583,45 @@ Changed paths: + --enable-ncurses is now the default. ------------------------------------------------------------------------ -r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines +r257 | sam | 2003-12-18 00:11:52 +0000 (Thu, 18 Dec 2003) | 3 lines Changed paths: - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/math.c - M src/sprite.c - M src/triangle.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c * src/: + Doxygenated public functions. ------------------------------------------------------------------------ -r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines +r256 | sam | 2003-12-17 15:03:05 +0000 (Wed, 17 Dec 2003) | 3 lines Changed paths: - M src/caca.h + M /libcaca/trunk/src/caca.h * src/caca.h: + Documented environment variables. ------------------------------------------------------------------------ -r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines +r255 | sam | 2003-12-16 23:25:54 +0000 (Tue, 16 Dec 2003) | 4 lines Changed paths: - M examples/view.c + M /libcaca/trunk/examples/view.c * examples/view.c: + Fixed a bug in the loading of 1bpp BMPs. + Commented stuff. ------------------------------------------------------------------------ -r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines +r254 | sam | 2003-12-16 23:06:54 +0000 (Tue, 16 Dec 2003) | 7 lines Changed paths: - M examples/Makefile.am - M examples/view.c + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/view.c * examples/view.c: + If Imlib2 is not available, use a custom simple BMP loader. @@ -11334,10 +12631,10 @@ Changed paths: + Always build cacaview. ------------------------------------------------------------------------ -r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines +r253 | sam | 2003-12-16 09:06:46 +0000 (Tue, 16 Dec 2003) | 5 lines Changed paths: - M configure.ac - M src/bitmap.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + If the alpha palette is all-zero, forget the alpha channel. @@ -11345,33 +12642,33 @@ Changed paths: + Export HAVE_IMLIB2_H and the like. ------------------------------------------------------------------------ -r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines +r252 | sam | 2003-12-15 15:02:50 +0000 (Mon, 15 Dec 2003) | 4 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + If the alpha mask is 0, ignore alpha information. + Ditto if no alpha information is given with the palette. ------------------------------------------------------------------------ -r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines +r251 | sam | 2003-12-15 10:38:03 +0000 (Mon, 15 Dec 2003) | 4 lines Changed paths: - M configure.ac - M src/caca.c - M src/caca_internals.h - M src/graphics.c - M src/io.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c * src/graphics.c src/io.c: + Beginning of an X11 driver. Currently we merely open the window and check keyboard events. ------------------------------------------------------------------------ -r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines +r250 | sam | 2003-12-12 16:19:44 +0000 (Fri, 12 Dec 2003) | 7 lines Changed paths: - M configure.ac - M debian/changelog - M src/caca.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/src/caca.c * configure.ac debian/changelog: + Prepare for 0.3 release. @@ -11381,15 +12678,15 @@ Changed paths: variables. ------------------------------------------------------------------------ -r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines +r249 | sam | 2003-12-12 14:49:41 +0000 (Fri, 12 Dec 2003) | 13 lines Changed paths: - M examples/aafire.c - M examples/demo.c - M examples/view.c - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/caca_internals.h + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h * src/bitmap.c: + Added antialiasing support. @@ -11405,25 +12702,25 @@ Changed paths: + Select antialiasing and background mode at runtime. ------------------------------------------------------------------------ -r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines +r248 | sam | 2003-12-11 17:01:09 +0000 (Thu, 11 Dec 2003) | 2 lines Changed paths: - M BUGS - M TODO - M debian/control - M doc/cacademo.1 - M doc/cacaview.1 + M /libcaca/trunk/BUGS + M /libcaca/trunk/TODO + M /libcaca/trunk/debian/control + M /libcaca/trunk/doc/cacademo.1 + M /libcaca/trunk/doc/cacaview.1 * Minor updates to manpages, BUGS, TODO and the Debian control file. ------------------------------------------------------------------------ -r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines +r247 | sam | 2003-12-11 16:56:35 +0000 (Thu, 11 Dec 2003) | 5 lines Changed paths: - M src/Makefile.am - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/graphics.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c * src/caca.c: + Moved global variables to src/graphics.c. @@ -11431,21 +12728,22 @@ Changed paths: + Sanitised prototypes. ------------------------------------------------------------------------ -r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines +r246 | sam | 2003-12-11 16:31:49 +0000 (Thu, 11 Dec 2003) | 17 lines Changed paths: - M examples/aafire.c - M examples/demo.c - M examples/view.c - M src/bitmap.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/graphics.c - M src/line.c - M src/sprite.c - M src/triangle.c + M /libcaca/trunk/examples + M /libcaca/trunk/examples/aafire.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c * src/graphics.c: + Internally cache screen width and height. @@ -11465,10 +12763,10 @@ Changed paths: + 'f' toggles "fullscreen" mode. ------------------------------------------------------------------------ -r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines +r245 | sam | 2003-12-11 15:54:53 +0000 (Thu, 11 Dec 2003) | 6 lines Changed paths: - M caca-config.in - M configure.ac + M /libcaca/trunk/caca-config.in + M /libcaca/trunk/configure.ac * configure.ac: + Set the executable bit of caca-config when regenerating that file. @@ -11477,11 +12775,11 @@ Changed paths: have @CACA_LIBS@. ------------------------------------------------------------------------ -r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines +r244 | sam | 2003-12-02 22:27:27 +0000 (Tue, 02 Dec 2003) | 6 lines Changed paths: - M configure.ac - M examples/Makefile.am - A examples/aafire.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/aafire.c * configure.ac: + Removed unused USE_* variables. @@ -11490,30 +12788,30 @@ Changed paths: + Imported aafire.c from the AAlib tree and ported it to libcaca. ------------------------------------------------------------------------ -r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines +r242 | sam | 2003-11-30 17:15:31 +0000 (Sun, 30 Nov 2003) | 2 lines Changed paths: - M ChangeLog - M NEWS - M TODO - M debian/changelog - M debian/control + M /libcaca/trunk/ChangeLog + M /libcaca/trunk/NEWS + M /libcaca/trunk/TODO + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control * 0.2 release. ------------------------------------------------------------------------ -r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines +r241 | sam | 2003-11-30 17:14:19 +0000 (Sun, 30 Nov 2003) | 3 lines Changed paths: - M examples/view.c + M /libcaca/trunk/examples/view.c * examples/view.c: + Removed last endianness issue. ------------------------------------------------------------------------ -r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines +r240 | sam | 2003-11-30 16:34:04 +0000 (Sun, 30 Nov 2003) | 5 lines Changed paths: - M examples/view.c - M src/bitmap.c - M src/io.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/io.c * src/io.c: + Removed a useless message. @@ -11521,9 +12819,9 @@ Changed paths: + Really fixed the endianness issue. ------------------------------------------------------------------------ -r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines +r239 | sam | 2003-11-30 15:56:02 +0000 (Sun, 30 Nov 2003) | 5 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Fine-tuned the new renderer. @@ -11531,14 +12829,14 @@ Changed paths: + Changed hardcoded values to macros. ------------------------------------------------------------------------ -r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines +r238 | sam | 2003-11-30 15:01:55 +0000 (Sun, 30 Nov 2003) | 11 lines Changed paths: - M configure.ac - M examples/demo.c - M examples/view.c - M src/bitmap.c - M src/caca.c - M src/caca.h + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h * src/bitmap.c: + Fixed an endianness issue in the byte reader. @@ -11552,23 +12850,23 @@ Changed paths: + Adapted code to the additional dithering method. ------------------------------------------------------------------------ -r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines +r237 | sam | 2003-11-30 02:11:37 +0000 (Sun, 30 Nov 2003) | 4 lines Changed paths: - M examples/view.c - M src/bitmap.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c examples/view.c: + Fixed an endianness issue in caca_draw_bitmap(). + Code cleanup. ------------------------------------------------------------------------ -r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines +r236 | sam | 2003-11-30 01:18:10 +0000 (Sun, 30 Nov 2003) | 13 lines Changed paths: - M TODO - M doc/cacaview.1 - M examples/Makefile.am - M examples/view.c - M src/caca.c + M /libcaca/trunk/TODO + M /libcaca/trunk/doc/cacaview.1 + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/caca.c * src/caca.c: + Minor change to the dithering names. @@ -11584,13 +12882,13 @@ Changed paths: + Cosmetic code reorganisation. ------------------------------------------------------------------------ -r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines +r235 | sam | 2003-11-29 19:35:07 +0000 (Sat, 29 Nov 2003) | 9 lines Changed paths: - M examples/demo.c - M examples/view.c - M src/bitmap.c - M src/caca.c - M src/caca.h + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h * src/caca.c src/caca.h: + Added caca_get_dithering_name(). @@ -11602,17 +12900,17 @@ Changed paths: + Adapted to use caca_get_dithering_name(). ------------------------------------------------------------------------ -r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines +r234 | sam | 2003-11-29 18:04:42 +0000 (Sat, 29 Nov 2003) | 3 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * src/caca.c: + Test whether ncurses knows xterm-16color before setting $TERM. ------------------------------------------------------------------------ -r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines +r233 | sam | 2003-11-29 17:36:00 +0000 (Sat, 29 Nov 2003) | 6 lines Changed paths: - M examples/view.c + M /libcaca/trunk/examples/view.c * examples/view.c: + Added top and bottom status lines, like in mutt and slrn. @@ -11621,19 +12919,19 @@ Changed paths: + Clip zoom between -48 and +48. ------------------------------------------------------------------------ -r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines +r232 | sam | 2003-11-29 16:42:35 +0000 (Sat, 29 Nov 2003) | 2 lines Changed paths: - M src/caca.c + M /libcaca/trunk/src/caca.c * Fixed a C99ism. ------------------------------------------------------------------------ -r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines +r231 | sam | 2003-11-29 14:41:37 +0000 (Sat, 29 Nov 2003) | 9 lines Changed paths: - M NOTES - M configure.ac - M src/caca.c - M src/graphics.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/graphics.c * configure.ac: + Default to ncurses, not slang, because slang only has 128 colour pairs. @@ -11645,11 +12943,11 @@ Changed paths: + Disable alt charset support to exploit my patched slang. ------------------------------------------------------------------------ -r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines +r230 | sam | 2003-11-28 20:39:54 +0000 (Fri, 28 Nov 2003) | 10 lines Changed paths: - M NOTES - M examples/view.c - M src/bitmap.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/examples/view.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Dither chroma outside of rgb2hsv_default(). @@ -11662,19 +12960,19 @@ Changed paths: + '?' toggles a help menu. ------------------------------------------------------------------------ -r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines +r229 | sam | 2003-11-27 23:18:12 +0000 (Thu, 27 Nov 2003) | 3 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: + Removed § from the list of default characters due to collisions. ------------------------------------------------------------------------ -r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines +r228 | sam | 2003-11-27 22:54:48 +0000 (Thu, 27 Nov 2003) | 6 lines Changed paths: - A debian/caca-utils.mime - M debian/control - M debian/rules + A /libcaca/trunk/debian/caca-utils.mime + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules * debian/control: + Removed slang1-dev dependency in caca-utils. @@ -11683,12 +12981,12 @@ Changed paths: + Added call to dh_installmime. ------------------------------------------------------------------------ -r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines +r227 | sam | 2003-11-27 22:29:13 +0000 (Thu, 27 Nov 2003) | 5 lines Changed paths: - M configure.ac - M src/caca.c - M src/caca_internals.h - M src/graphics.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c * src/caca.c src/graphics.c: + Moved graphics stuff from caca.c to graphics.c. @@ -11696,16 +12994,16 @@ Changed paths: to TERM=xterm-16color to benefit from extended colour palette. ------------------------------------------------------------------------ -r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines +r226 | sam | 2003-11-27 21:56:30 +0000 (Thu, 27 Nov 2003) | 13 lines Changed paths: - M NOTES - M examples/demo.c - M examples/spritedit.c - M src/bitmap.c - M src/caca.c - M src/caca.h - M src/graphics.c - M src/sprite.c + M /libcaca/trunk/NOTES + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/bitmap.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/sprite.c * NOTES: + Added setab/setaf quotes from the XTerm terminfo. @@ -11721,18 +13019,18 @@ Changed paths: + Ported to 16 colour support. ------------------------------------------------------------------------ -r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines +r225 | sam | 2003-11-27 13:27:32 +0000 (Thu, 27 Nov 2003) | 2 lines Changed paths: - M NOTES + M /libcaca/trunk/NOTES * NOTES: more notes about colours. ------------------------------------------------------------------------ -r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines +r224 | sam | 2003-11-27 09:43:56 +0000 (Thu, 27 Nov 2003) | 5 lines Changed paths: - M Makefile.am - M configure.ac - M examples/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/Makefile.am * configure.ac: + More sensible imlib2 detection, works with cross-compilation. @@ -11740,35 +13038,35 @@ Changed paths: + Don't forget to include NOTES to the dist tarball. ------------------------------------------------------------------------ -r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines +r223 | sam | 2003-11-27 09:38:16 +0000 (Thu, 27 Nov 2003) | 2 lines Changed paths: - A NOTES - M README - M debian/rules + A /libcaca/trunk/NOTES + M /libcaca/trunk/README + M /libcaca/trunk/debian/rules * NOTES: added information about colour support. ------------------------------------------------------------------------ -r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines +r222 | sam | 2003-11-26 21:02:31 +0000 (Wed, 26 Nov 2003) | 2 lines Changed paths: - M configure.ac + M /libcaca/trunk/configure.ac * configure.ac: Added a missing check for . ------------------------------------------------------------------------ -r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines +r221 | sam | 2003-11-26 20:58:30 +0000 (Wed, 26 Nov 2003) | 2 lines Changed paths: - M src/bitmap.c + M /libcaca/trunk/src/bitmap.c * src/bitmap.c: Support for more colour depths. ------------------------------------------------------------------------ -r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines +r217 | sam | 2003-11-24 19:56:04 +0000 (Mon, 24 Nov 2003) | 9 lines Changed paths: - M configure.ac - M examples/Makefile.am - M examples/demo.c - M examples/view.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/view.c * configure.ac examples/Makefile.am: + Added a check for imlib2-config. @@ -11780,24 +13078,26 @@ Changed paths: + Make sure the arrows always work even if delta is too small. ------------------------------------------------------------------------ -r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines +r216 | sam | 2003-11-24 17:51:40 +0000 (Mon, 24 Nov 2003) | 4 lines Changed paths: - M debian/control - M debian/rules + M /libcaca/trunk/debian + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules * debian/: + New caca-utils package. + Move cacademo, cacaview and caca-spritedit to caca-utils. ------------------------------------------------------------------------ -r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines +r215 | sam | 2003-11-24 17:50:14 +0000 (Mon, 24 Nov 2003) | 6 lines Changed paths: - M doc/Makefile.am - D doc/caca-demo.1 - A doc/cacademo.1 - A doc/cacaview.1 - M examples/Makefile.am - A examples/view.c + M /libcaca/trunk/doc/Makefile.am + D /libcaca/trunk/doc/caca-demo.1 + A /libcaca/trunk/doc/cacademo.1 (from /libcaca/trunk/doc/caca-demo.1:214) + A /libcaca/trunk/doc/cacaview.1 + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/view.c * examples/: + Simple image viewer, cacaview, based on libcaca and imlib2. @@ -11806,21 +13106,21 @@ Changed paths: + Renamed doc/caca-demo.1 into doc/cacademo.1. ------------------------------------------------------------------------ -r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines +r214 | sam | 2003-11-23 15:34:35 +0000 (Sun, 23 Nov 2003) | 2 lines Changed paths: - M src/Makefile.am - A src/bitmap.c - D src/blit.c + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/bitmap.c (from /libcaca/trunk/src/blit.c:213) + D /libcaca/trunk/src/blit.c * Renamed src/blit.c into src/bitmap.c. ------------------------------------------------------------------------ -r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines +r213 | sam | 2003-11-23 03:44:59 +0000 (Sun, 23 Nov 2003) | 5 lines Changed paths: - M examples/demo.c - M src/caca.c - M src/caca.h - M src/io.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/io.c * src/caca.c: + Mouse initialisation in ncurses. @@ -11828,48 +13128,48 @@ Changed paths: + Mouse support in ncurses. ------------------------------------------------------------------------ -r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines +r212 | sam | 2003-11-22 14:28:36 +0000 (Sat, 22 Nov 2003) | 3 lines Changed paths: - M debian/control + M /libcaca/trunk/debian/control * debian/control: + libcaca-dev should depend on slang1-dev. ------------------------------------------------------------------------ -r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines +r211 | sam | 2003-11-22 14:23:18 +0000 (Sat, 22 Nov 2003) | 3 lines Changed paths: - M debian/Makefile.am + M /libcaca/trunk/debian/Makefile.am * debian/Makefile.am: + Added compat and copyright to the distributed files. ------------------------------------------------------------------------ -r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines +r210 | sam | 2003-11-22 14:19:36 +0000 (Sat, 22 Nov 2003) | 2 lines Changed paths: - A ChangeLog - M debian/rules + A /libcaca/trunk/ChangeLog + M /libcaca/trunk/debian/rules * Added a ChangeLog file. ------------------------------------------------------------------------ -r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines +r209 | sam | 2003-11-22 14:13:53 +0000 (Sat, 22 Nov 2003) | 3 lines Changed paths: - M examples/Makefile.am + M /libcaca/trunk/examples/Makefile.am * examples/Makefile.am: + Compilation fix when libcaca is not available. ------------------------------------------------------------------------ -r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines +r208 | sam | 2003-11-22 13:44:02 +0000 (Sat, 22 Nov 2003) | 9 lines Changed paths: - M debian/changelog - A debian/copyright - M debian/rules - M doc/Makefile.am - M doc/caca-config.1 - A doc/caca-demo.1 - A doc/caca-spritedit.1 - M examples/caca.txt + M /libcaca/trunk/debian/changelog + A /libcaca/trunk/debian/copyright + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/Makefile.am + M /libcaca/trunk/doc/caca-config.1 + A /libcaca/trunk/doc/caca-demo.1 + A /libcaca/trunk/doc/caca-spritedit.1 + M /libcaca/trunk/examples/caca.txt * debian/: + Wrote the changelog for the Debian release. @@ -11881,17 +13181,18 @@ Changed paths: + Added a second frame to the sprite. ------------------------------------------------------------------------ -r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines +r207 | sam | 2003-11-22 12:53:55 +0000 (Sat, 22 Nov 2003) | 11 lines Changed paths: - A AUTHORS - M Makefile.am - A NEWS - M configure.ac - A doc/Makefile.am - A doc/caca-config.1 - A doc/doxygen.cfg - A doc/footer.html - A doc/header.html + A /libcaca/trunk/AUTHORS + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/NEWS + M /libcaca/trunk/configure.ac + A /libcaca/trunk/doc + A /libcaca/trunk/doc/Makefile.am + A /libcaca/trunk/doc/caca-config.1 + A /libcaca/trunk/doc/doxygen.cfg + A /libcaca/trunk/doc/footer.html + A /libcaca/trunk/doc/header.html * AUTHORS NEWS: + Added these mandatory files. @@ -11905,39 +13206,39 @@ Changed paths: + Added checks for doxygen and latex. ------------------------------------------------------------------------ -r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines +r206 | sam | 2003-11-22 12:51:27 +0000 (Sat, 22 Nov 2003) | 2 lines Changed paths: - M examples/Makefile.am - M examples/demo.c + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/demo.c * Disabled gdkpixbuf code. ------------------------------------------------------------------------ -r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines +r205 | sam | 2003-11-22 12:45:25 +0000 (Sat, 22 Nov 2003) | 3 lines Changed paths: - M src/blit.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/math.c - M src/sprite.c - M src/triangle.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c * src/: + Doxygenated a few things. ------------------------------------------------------------------------ -r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines +r204 | sam | 2003-11-21 14:34:07 +0000 (Fri, 21 Nov 2003) | 8 lines Changed paths: - M TODO - M examples/demo.c - M src/blit.c - M src/caca.h + M /libcaca/trunk/TODO + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.h * TODO: + A few updates. @@ -11948,27 +13249,30 @@ Changed paths: + Do something with mouse clicks. ------------------------------------------------------------------------ -r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines +r203 | sam | 2003-11-21 14:14:26 +0000 (Fri, 21 Nov 2003) | 3 lines Changed paths: - M src/io.c + M /libcaca/trunk/src/io.c * src/io.c: + Fixed an off-by-one error in the mouse driver. ------------------------------------------------------------------------ -r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines +r202 | sam | 2003-11-20 16:54:04 +0000 (Thu, 20 Nov 2003) | 13 lines Changed paths: - M Makefile.am - M README - M TODO - A caca-config.in - M configure.ac - A debian/compat - M debian/control - M debian/rules - M examples/Makefile.am - M examples/demo.c - M src/Makefile.am + M /libcaca/trunk + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/README + M /libcaca/trunk/TODO + A /libcaca/trunk/caca-config.in + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian + A /libcaca/trunk/debian/compat + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/examples + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/Makefile.am * debian/control: + Changed section to libs/libdevel instead of games/games. @@ -11984,33 +13288,33 @@ Changed paths: + Various updates. ------------------------------------------------------------------------ -r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines +r201 | sam | 2003-11-19 18:38:49 +0000 (Wed, 19 Nov 2003) | 3 lines Changed paths: - M TODO - M src/io.c + M /libcaca/trunk/TODO + M /libcaca/trunk/src/io.c * TODO: New stuff to do. * src/io.c: left and right arrow keys were swapped. ------------------------------------------------------------------------ -r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines +r200 | sam | 2003-11-19 17:49:43 +0000 (Wed, 19 Nov 2003) | 3 lines Changed paths: - M src/blit.c - M src/caca.c - M src/io.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/io.c * src/io.c: + Fixed a bug in the mouse coordinates reporting. ------------------------------------------------------------------------ -r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines +r199 | sam | 2003-11-19 17:32:10 +0000 (Wed, 19 Nov 2003) | 6 lines Changed paths: - M examples/demo.c - M examples/spritedit.c - M src/blit.c - M src/caca.c - M src/caca.h - M src/io.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/io.c * src/io.c: + Renamed sdl_get_key() into sdl_get_event(). @@ -12019,13 +13323,13 @@ Changed paths: + Activate the terminal's mouse handling if supported. ------------------------------------------------------------------------ -r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines +r198 | sam | 2003-11-17 16:11:34 +0000 (Mon, 17 Nov 2003) | 8 lines Changed paths: - M examples/Makefile.am - M src/Makefile.am - M src/blit.c - M src/caca.h - M src/io.c + M /libcaca/trunk/examples/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/io.c * src/io.c src/caca.h: + Interpret escape sequences for F1, F2, left, right, etc. @@ -12036,19 +13340,19 @@ Changed paths: + Minor improvements to grayscale colors. ------------------------------------------------------------------------ -r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines +r197 | sam | 2003-11-17 10:15:40 +0000 (Mon, 17 Nov 2003) | 2 lines Changed paths: - D .cvsignore - D autotools/.cvsignore + D /libcaca/trunk/.cvsignore + D /libcaca/trunk/autotools/.cvsignore * Removed legacy .cvsignore files. ------------------------------------------------------------------------ -r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines +r195 | sam | 2003-11-16 17:41:43 +0000 (Sun, 16 Nov 2003) | 6 lines Changed paths: - M examples/demo.c - M src/blit.c - M src/caca.h + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.h * src/blit.c: + Hue calculation now uses integers only. @@ -12057,17 +13361,17 @@ Changed paths: + Added dithering selection. ------------------------------------------------------------------------ -r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines +r193 | sam | 2003-11-16 15:20:17 +0000 (Sun, 16 Nov 2003) | 8 lines Changed paths: - M examples/Makefile.am - A examples/caca.txt - M examples/demo.c - M examples/spritedit.c - M src/blit.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/graphics.c + M /libcaca/trunk/examples/Makefile.am + A /libcaca/trunk/examples/caca.txt + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/graphics.c * src/blit.c: + Added caca_set_dithering() (unused yet). @@ -12078,120 +13382,68 @@ Changed paths: + Added a default sprite for libcaca. ------------------------------------------------------------------------ -r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines +r192 | sam | 2003-11-16 12:28:29 +0000 (Sun, 16 Nov 2003) | 2 lines Changed paths: - M examples/demo.c - M examples/spritedit.c - M src/blit.c - M src/box.c - M src/caca.c - M src/caca.h - M src/caca_internals.h - M src/conic.c - M src/graphics.c - M src/io.c - M src/line.c - M src/math.c - M src/sprite.c - M src/triangle.c + M /libcaca/trunk/examples/demo.c + M /libcaca/trunk/examples/spritedit.c + M /libcaca/trunk/src/blit.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/caca.c + M /libcaca/trunk/src/caca.h + M /libcaca/trunk/src/caca_internals.h + M /libcaca/trunk/src/conic.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/io.c + M /libcaca/trunk/src/line.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/sprite.c + M /libcaca/trunk/src/triangle.c * Changed copyleft to LGPL. ------------------------------------------------------------------------ -r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines -Changed paths: - M Makefile.am - M configure.ac - A examples/Makefile.am - A examples/demo.c - A examples/spritedit.c - D libcaca/Makefile.am - D libcaca/blit.c - D libcaca/box.c - D libcaca/caca.c - D libcaca/caca.h - D libcaca/caca_internals.h - D libcaca/conic.c - D libcaca/graphics.c - D libcaca/io.c - D libcaca/line.c - D libcaca/math.c - D libcaca/sprite.c - D libcaca/triangle.c - A src/Makefile.am - A src/blit.c - A src/box.c - A src/caca.c - A src/caca.h - A src/caca_internals.h - A src/conic.c - A src/graphics.c - A src/io.c - A src/line.c - A src/math.c - A src/sprite.c - A src/triangle.c - D test/Makefile.am - D test/demo.c - D test/spritedit.c +r190 | sam | 2003-11-16 12:13:46 +0000 (Sun, 16 Nov 2003) | 3 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/examples (from /libcaca/trunk/test:189) + M /libcaca/trunk/examples/Makefile.am + D /libcaca/trunk/libcaca + A /libcaca/trunk/src (from /libcaca/trunk/libcaca:189) + M /libcaca/trunk/src/line.c + D /libcaca/trunk/test * 2nd pass in the libcaca rehandling; moved sources to src/ and examples to examples/. ------------------------------------------------------------------------ -r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines -Changed paths: - M COPYING - M Makefile.am - M README - M TODO - M bootstrap - M configure.ac - D data/Makefile.am - D data/barboss.txt - D data/barfight.txt - D data/bazfight.txt - D data/bongem.txt - D data/bonheart.txt - D data/foofight.txt - D data/ship.txt - D data/wpnbomb.txt - D data/wpnfrag.txt - D data/xplmed.txt - D data/xplsmall.txt - D debian/.cvsignore - M debian/changelog - M debian/control - M debian/rules - D doc/shapes.txt - D src/.cvsignore - D src/Makefile.am - D src/aliens.c - D src/bonus.c - D src/box.c - D src/ceo.c - D src/collide.c - D src/common.h - D src/explosions.c - D src/intro.c - D src/main.c - D src/overlay.c - D src/player.c - D src/starfield.c - D src/tunnel.c - D src/weapons.c +r189 | sam | 2003-11-16 12:07:52 +0000 (Sun, 16 Nov 2003) | 2 lines +Changed paths: + M /libcaca/trunk/COPYING + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/README + M /libcaca/trunk/TODO + M /libcaca/trunk/bootstrap + M /libcaca/trunk/configure.ac + D /libcaca/trunk/data + D /libcaca/trunk/debian/.cvsignore + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + D /libcaca/trunk/doc + D /libcaca/trunk/src * The big TTYvaders/libcaca split. This is libcaca. ------------------------------------------------------------------------ -r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines +r187 | sam | 2003-11-16 11:26:54 +0000 (Sun, 16 Nov 2003) | 8 lines Changed paths: - M configure.ac - M libcaca/blit.c - M libcaca/caca.c - M libcaca/conic.c - M libcaca/graphics.c - M src/weapons.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libcaca/blit.c + M /libcaca/trunk/libcaca/caca.c + M /libcaca/trunk/libcaca/conic.c + M /libcaca/trunk/libcaca/graphics.c + M /libcaca/trunk/src/weapons.c * configure.ac: + Added -Wsign-compare to the warning flags. @@ -12202,76 +13454,68 @@ Changed paths: + Fixed minor signed/unsigned comparison warnings. ------------------------------------------------------------------------ -r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines -Changed paths: - M Makefile.am - M TODO - M configure.ac - A libcaca/Makefile.am - A libcaca/blit.c - A libcaca/box.c - A libcaca/caca.c - A libcaca/caca.h - A libcaca/caca_internals.h - A libcaca/conic.c - A libcaca/graphics.c - A libcaca/io.c - A libcaca/line.c - A libcaca/math.c - A libcaca/sprite.c - A libcaca/triangle.c - D libee/Makefile.am - D libee/blit.c - D libee/box.c - D libee/conic.c - D libee/ee.c - D libee/ee.h - D libee/ee_internals.h - D libee/graphics.c - D libee/io.c - D libee/line.c - D libee/math.c - D libee/sprite.c - D libee/triangle.c - M src/Makefile.am - M src/aliens.c - M src/bonus.c - M src/box.c - M src/ceo.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/intro.c - M src/main.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c - M test/Makefile.am - M test/demo.c - M test/spritedit.c +r185 | sam | 2003-11-16 00:33:35 +0000 (Sun, 16 Nov 2003) | 2 lines +Changed paths: + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/TODO + M /libcaca/trunk/configure.ac + A /libcaca/trunk/libcaca (from /libcaca/trunk/libee:184) + M /libcaca/trunk/libcaca/Makefile.am + M /libcaca/trunk/libcaca/blit.c + M /libcaca/trunk/libcaca/box.c + A /libcaca/trunk/libcaca/caca.c (from /libcaca/trunk/libee/ee.c:184) + A /libcaca/trunk/libcaca/caca.h (from /libcaca/trunk/libee/ee.h:184) + A /libcaca/trunk/libcaca/caca_internals.h (from /libcaca/trunk/libee/ee_internals.h:184) + M /libcaca/trunk/libcaca/conic.c + D /libcaca/trunk/libcaca/ee.c + D /libcaca/trunk/libcaca/ee.h + D /libcaca/trunk/libcaca/ee_internals.h + M /libcaca/trunk/libcaca/graphics.c + M /libcaca/trunk/libcaca/io.c + M /libcaca/trunk/libcaca/line.c + M /libcaca/trunk/libcaca/math.c + M /libcaca/trunk/libcaca/sprite.c + M /libcaca/trunk/libcaca/triangle.c + D /libcaca/trunk/libee + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/intro.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/spritedit.c * Renamed libee to libcaca. Far less collisions. ------------------------------------------------------------------------ -r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines +r183 | sam | 2003-11-16 00:09:09 +0000 (Sun, 16 Nov 2003) | 2 lines Changed paths: - M libee/Makefile.am - A libee/blit.c - M libee/ee.h - M test/Makefile.am - M test/demo.c + M /libcaca/trunk/libee/Makefile.am + A /libcaca/trunk/libee/blit.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/demo.c * Very ugly ee_blit function. Will be polished in a while. ------------------------------------------------------------------------ -r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines +r181 | sam | 2003-11-15 12:42:38 +0000 (Sat, 15 Nov 2003) | 10 lines Changed paths: - M libee/ee.c - M libee/ee.h - M libee/graphics.c - M test/demo.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/test/demo.c * libee/ee.c: + Replaced ee_color_names[] with ee_get_color_name(). @@ -12284,13 +13528,13 @@ Changed paths: + Added controls for outlines and drawing boundaries. ------------------------------------------------------------------------ -r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines +r179 | sam | 2003-11-15 09:58:20 +0000 (Sat, 15 Nov 2003) | 8 lines Changed paths: - M libee/ee.c - M libee/ee.h - M libee/ee_internals.h - M libee/graphics.c - M libee/line.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/ee_internals.h + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/libee/line.c * libee/graphics.c: + Correct clipping in ee_putstr() for long strings. @@ -12301,11 +13545,11 @@ Changed paths: omission of such keywords in its prototypes. ------------------------------------------------------------------------ -r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines +r177 | sam | 2003-11-14 19:00:07 +0000 (Fri, 14 Nov 2003) | 6 lines Changed paths: - M libee/ee.c - M src/main.c - M test/demo.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/test/demo.c * libee/ee.c: + Implemented correct framerate wait loop. @@ -12314,49 +13558,49 @@ Changed paths: + Set an arbitrary framerate for demos. ------------------------------------------------------------------------ -r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines +r175 | sam | 2003-11-14 18:49:53 +0000 (Fri, 14 Nov 2003) | 2 lines Changed paths: - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * Fixed compilation in an alternate directory. ------------------------------------------------------------------------ -r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines +r173 | sam | 2003-11-14 17:02:36 +0000 (Fri, 14 Nov 2003) | 2 lines Changed paths: - M src/box.c - M src/main.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * Sanity checks after each malloc() call. ------------------------------------------------------------------------ -r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines +r171 | sam | 2003-11-14 16:55:58 +0000 (Fri, 14 Nov 2003) | 4 lines Changed paths: - M libee/ee.h - M libee/math.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/math.c * libee/math.c: + ee_sqrt() now uses unsigned ints. + Avoid overflows in ee_sqrt(). ------------------------------------------------------------------------ -r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines +r169 | sam | 2003-11-13 17:12:40 +0000 (Thu, 13 Nov 2003) | 2 lines Changed paths: - M src/intro.c + M /libcaca/trunk/src/intro.c * src/intro.c: Minor graphical issue on dosemu with ncurses backend. ------------------------------------------------------------------------ -r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines +r167 | sam | 2003-11-13 16:45:25 +0000 (Thu, 13 Nov 2003) | 6 lines Changed paths: - M libee/ee.c - M libee/ee_internals.h - M libee/graphics.c - M libee/sprite.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee_internals.h + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/libee/sprite.c * libee/ee.c: + Error checking in ee_init(). @@ -12365,66 +13609,66 @@ Changed paths: + Better error checking in ee_sprite_load(). ------------------------------------------------------------------------ -r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines +r165 | sam | 2003-11-13 15:41:12 +0000 (Thu, 13 Nov 2003) | 2 lines Changed paths: - M libee/conic.c - M libee/line.c - M src/box.c + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/src/box.c * Minor coding style changes. ------------------------------------------------------------------------ -r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines -Changed paths: - M data/Makefile.am - D data/bar_boss - D data/bar_fighter - A data/barboss.txt - A data/barfight.txt - D data/baz_fighter - A data/bazfight.txt - A data/bongem.txt - A data/bonheart.txt - D data/explosion_medium - D data/explosion_small - D data/foo_fighter - A data/foofight.txt - D data/item_gem - D data/item_heart - A data/ship.txt - D data/ship_green - D data/weapon_bomb - D data/weapon_fragbomb - A data/wpnbomb.txt - A data/wpnfrag.txt - A data/xplmed.txt - A data/xplsmall.txt - M src/aliens.c - M src/bonus.c - M src/explosions.c - M src/intro.c - M src/player.c - M src/weapons.c - M test/demo.c +r163 | sam | 2003-11-13 15:37:49 +0000 (Thu, 13 Nov 2003) | 2 lines +Changed paths: + M /libcaca/trunk/data/Makefile.am + D /libcaca/trunk/data/bar_boss + D /libcaca/trunk/data/bar_fighter + A /libcaca/trunk/data/barboss.txt (from /libcaca/trunk/data/bar_boss:162) + A /libcaca/trunk/data/barfight.txt (from /libcaca/trunk/data/bar_fighter:162) + D /libcaca/trunk/data/baz_fighter + A /libcaca/trunk/data/bazfight.txt (from /libcaca/trunk/data/baz_fighter:162) + A /libcaca/trunk/data/bongem.txt (from /libcaca/trunk/data/item_gem:162) + A /libcaca/trunk/data/bonheart.txt (from /libcaca/trunk/data/item_heart:162) + D /libcaca/trunk/data/explosion_medium + D /libcaca/trunk/data/explosion_small + D /libcaca/trunk/data/foo_fighter + A /libcaca/trunk/data/foofight.txt (from /libcaca/trunk/data/foo_fighter:162) + D /libcaca/trunk/data/item_gem + D /libcaca/trunk/data/item_heart + A /libcaca/trunk/data/ship.txt (from /libcaca/trunk/data/ship_green:162) + D /libcaca/trunk/data/ship_green + D /libcaca/trunk/data/weapon_bomb + D /libcaca/trunk/data/weapon_fragbomb + A /libcaca/trunk/data/wpnbomb.txt (from /libcaca/trunk/data/weapon_bomb:162) + A /libcaca/trunk/data/wpnfrag.txt (from /libcaca/trunk/data/weapon_fragbomb:162) + A /libcaca/trunk/data/xplmed.txt (from /libcaca/trunk/data/explosion_medium:162) + A /libcaca/trunk/data/xplsmall.txt (from /libcaca/trunk/data/explosion_small:162) + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/intro.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/weapons.c + M /libcaca/trunk/test/demo.c * Renamed sprites to < 8+3 names for the DOS port. ------------------------------------------------------------------------ -r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines +r161 | sam | 2003-11-12 23:46:58 +0000 (Wed, 12 Nov 2003) | 7 lines Changed paths: - M data/bar_boss - M data/bar_fighter - M data/baz_fighter - M data/explosion_medium - M data/explosion_small - M data/foo_fighter - M data/item_gem - M data/item_heart - M data/ship_green - M data/weapon_bomb - M data/weapon_fragbomb - M src/starfield.c - M test/demo.c + M /libcaca/trunk/data/bar_boss + M /libcaca/trunk/data/bar_fighter + M /libcaca/trunk/data/baz_fighter + M /libcaca/trunk/data/explosion_medium + M /libcaca/trunk/data/explosion_small + M /libcaca/trunk/data/foo_fighter + M /libcaca/trunk/data/item_gem + M /libcaca/trunk/data/item_heart + M /libcaca/trunk/data/ship_green + M /libcaca/trunk/data/weapon_bomb + M /libcaca/trunk/data/weapon_fragbomb + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/test/demo.c * test/demo.c: + Removed a spurious '\n' from an ee_putstr(). @@ -12434,28 +13678,28 @@ Changed paths: + Fixed every sprite's colors. ------------------------------------------------------------------------ -r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines -Changed paths: - A BUGS - M Makefile.am - M README - M TODO - M libee/Makefile.am - M libee/box.c - M libee/conic.c - M libee/ee.c - M libee/ee.h - A libee/ee_internals.h - M libee/graphics.c - M libee/io.c - M libee/line.c - M libee/math.c - M libee/sprite.c - M libee/triangle.c - M src/Makefile.am - M src/overlay.c - M src/weapons.c - M test/demo.c +r159 | sam | 2003-11-12 21:18:50 +0000 (Wed, 12 Nov 2003) | 25 lines +Changed paths: + A /libcaca/trunk/BUGS + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/README + M /libcaca/trunk/TODO + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/box.c + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/ee_internals.h + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/libee/io.c + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/libee/math.c + M /libcaca/trunk/libee/sprite.c + M /libcaca/trunk/libee/triangle.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/weapons.c + M /libcaca/trunk/test/demo.c * libee/ee.h: + Added ee_color_names[] containing our 16 color names. @@ -12483,12 +13727,12 @@ Changed paths: + Updated. ------------------------------------------------------------------------ -r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines +r157 | sam | 2003-11-12 18:41:02 +0000 (Wed, 12 Nov 2003) | 7 lines Changed paths: - M README - M configure.ac - M libee/ee.c - M libee/graphics.c + M /libcaca/trunk/README + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/graphics.c * README: + Added a note about dos cross-compilation. @@ -12498,41 +13742,41 @@ Changed paths: + Improved the conio port thanks to ScreenUpdate(). ------------------------------------------------------------------------ -r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines +r155 | sam | 2003-11-12 16:23:18 +0000 (Wed, 12 Nov 2003) | 2 lines Changed paths: - M configure.ac - M libee/conic.c - M libee/ee.c - M libee/graphics.c - M libee/io.c - M libee/line.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/libee/io.c + M /libcaca/trunk/libee/line.c * MS-DOS port of libee, using . ------------------------------------------------------------------------ -r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines -Changed paths: - M data/foo_fighter - M libee/box.c - M libee/ee.h - M libee/graphics.c - M libee/line.c - M libee/sprite.c - M src/Makefile.am - M src/aliens.c - M src/bonus.c - M src/box.c - M src/common.h - M src/explosions.c - A src/intro.c - M src/main.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c - M test/demo.c - M test/spritedit.c +r153 | sam | 2003-11-12 01:48:58 +0000 (Wed, 12 Nov 2003) | 17 lines +Changed paths: + M /libcaca/trunk/data/foo_fighter + M /libcaca/trunk/libee/box.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/graphics.c + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/libee/sprite.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + A /libcaca/trunk/src/intro.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c + M /libcaca/trunk/test/demo.c + M /libcaca/trunk/test/spritedit.c * libee/graphics.c: + Renamed ee_color() to ee_set_color(), wrote ee_get_color(). @@ -12552,14 +13796,14 @@ Changed paths: + Added stuff to the sprite editor. We can now navigate through frames. ------------------------------------------------------------------------ -r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines +r151 | sam | 2003-11-11 10:22:19 +0000 (Tue, 11 Nov 2003) | 13 lines Changed paths: - M libee/Makefile.am - A libee/box.c - M libee/conic.c - M libee/ee.h - M libee/triangle.c - M test/demo.c + M /libcaca/trunk/libee/Makefile.am + A /libcaca/trunk/libee/box.c + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/triangle.c + M /libcaca/trunk/test/demo.c * libee/triangle.c: + Wrote ee_draw_triangle() and ee_draw_thin_triangle(). @@ -12575,14 +13819,14 @@ Changed paths: + Use ee_fill_ellipse() in demo_all(). ------------------------------------------------------------------------ -r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines +r149 | sam | 2003-11-11 08:00:36 +0000 (Tue, 11 Nov 2003) | 5 lines Changed paths: - M data/Makefile.am - A data/ship_green - M src/collide.c - M src/main.c - M src/player.c - M src/weapons.c + M /libcaca/trunk/data/Makefile.am + A /libcaca/trunk/data/ship_green + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/weapons.c * src/weapons.c: + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke. @@ -12590,25 +13834,25 @@ Changed paths: + Use ee_draw_sprite() to draw our ship. ------------------------------------------------------------------------ -r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines -Changed paths: - M libee/Makefile.am - M libee/conic.c - M libee/ee.c - M libee/ee.h - A libee/graphics.c - M libee/io.c - M libee/line.c - M libee/math.c - M libee/sprite.c - M libee/triangle.c - M src/box.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c - M test/demo.c +r147 | sam | 2003-11-10 23:38:50 +0000 (Mon, 10 Nov 2003) | 8 lines +Changed paths: + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/graphics.c (from /libcaca/trunk/libee/ee.c:146) + M /libcaca/trunk/libee/io.c + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/libee/math.c + M /libcaca/trunk/libee/sprite.c + M /libcaca/trunk/libee/triangle.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c + M /libcaca/trunk/test/demo.c * libee/graphics.c: + Moved ee_putstr() and ee_putchar() in here. @@ -12619,12 +13863,13 @@ Changed paths: * Ditto for ee_putchar(). ------------------------------------------------------------------------ -r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines +r145 | sam | 2003-11-10 23:04:13 +0000 (Mon, 10 Nov 2003) | 5 lines Changed paths: - M data/Makefile.am - M src/Makefile.am - M test/Makefile.am - A test/spritedit.c + M /libcaca/trunk/data/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/spritedit.c * test/spritedit.c: + Placeholder for our upcoming sprite editor. @@ -12632,22 +13877,22 @@ Changed paths: + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used. ------------------------------------------------------------------------ -r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines +r143 | sam | 2003-11-10 22:43:30 +0000 (Mon, 10 Nov 2003) | 4 lines Changed paths: - M data/Makefile.am - A data/weapon_fragbomb - M src/weapons.c + M /libcaca/trunk/data/Makefile.am + A /libcaca/trunk/data/weapon_fragbomb + M /libcaca/trunk/src/weapons.c * src/weapons.c data/weapon_fragbomb: + Drew the fragbomb sprite. + Use the fragbomb in src/weapons.c. ------------------------------------------------------------------------ -r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines +r141 | sam | 2003-11-10 21:54:11 +0000 (Mon, 10 Nov 2003) | 5 lines Changed paths: - M data/Makefile.am - A data/weapon_bomb - M src/weapons.c + M /libcaca/trunk/data/Makefile.am + A /libcaca/trunk/data/weapon_bomb + M /libcaca/trunk/src/weapons.c * data/weapon_bomb: + New bomb sprite. @@ -12655,13 +13900,13 @@ Changed paths: + Switched the bomb drawing to use ee_draw_sprite(). ------------------------------------------------------------------------ -r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines +r139 | sam | 2003-11-10 21:17:47 +0000 (Mon, 10 Nov 2003) | 8 lines Changed paths: - M data/Makefile.am - A data/explosion_medium - A data/explosion_small - M libee/sprite.c - M src/explosions.c + M /libcaca/trunk/data/Makefile.am + A /libcaca/trunk/data/explosion_medium + A /libcaca/trunk/data/explosion_small + M /libcaca/trunk/libee/sprite.c + M /libcaca/trunk/src/explosions.c * libee/sprite.c: + Made sprite loading more robust. @@ -12672,17 +13917,17 @@ Changed paths: + Drew explosion_medium and explosion_small sprites. ------------------------------------------------------------------------ -r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines +r137 | sam | 2003-11-10 20:43:02 +0000 (Mon, 10 Nov 2003) | 2 lines Changed paths: - M libee/conic.c + M /libcaca/trunk/libee/conic.c * libee/conic.c: Clip circles and ellipses. ------------------------------------------------------------------------ -r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines +r135 | sam | 2003-11-10 18:29:04 +0000 (Mon, 10 Nov 2003) | 5 lines Changed paths: - M libee/conic.c - M libee/sprite.c + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/sprite.c * libee/sprite.c: + Added sanity checks in ee_sprite_* functions. @@ -12690,72 +13935,72 @@ Changed paths: + Use ellipsepoints() in ee_draw_circle(). ------------------------------------------------------------------------ -r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines +r133 | sam | 2003-11-10 18:23:23 +0000 (Mon, 10 Nov 2003) | 3 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test/demo.c * test/demo.c: + Ellipses demo. ------------------------------------------------------------------------ -r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines +r131 | sam | 2003-11-10 18:21:36 +0000 (Mon, 10 Nov 2003) | 3 lines Changed paths: - M libee/conic.c - M libee/ee.h + M /libcaca/trunk/libee/conic.c + M /libcaca/trunk/libee/ee.h * libee/conic.c: + ee_draw_ellipse(). ------------------------------------------------------------------------ -r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines +r129 | sam | 2003-11-10 15:31:12 +0000 (Mon, 10 Nov 2003) | 2 lines Changed paths: - M libee/Makefile.am - D libee/circle.c - A libee/conic.c - M libee/line.c + M /libcaca/trunk/libee/Makefile.am + D /libcaca/trunk/libee/circle.c + A /libcaca/trunk/libee/conic.c (from /libcaca/trunk/libee/circle.c:127) + M /libcaca/trunk/libee/line.c * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis. ------------------------------------------------------------------------ -r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines +r127 | sam | 2003-11-10 15:16:38 +0000 (Mon, 10 Nov 2003) | 3 lines Changed paths: - M libee/line.c + M /libcaca/trunk/libee/line.c * libee/line.c: + Added code comments. ------------------------------------------------------------------------ -r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines +r125 | sam | 2003-11-10 14:19:21 +0000 (Mon, 10 Nov 2003) | 4 lines Changed paths: - M configure.ac - M libee/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * configure.ac: + Moved optimization flags and warning triggers here. + Updated the snapshot timestamp. ------------------------------------------------------------------------ -r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines +r123 | sam | 2003-11-10 14:13:56 +0000 (Mon, 10 Nov 2003) | 2 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test/demo.c * test/demo.c: Nicer complete demo. ------------------------------------------------------------------------ -r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines +r121 | sam | 2003-11-10 09:26:40 +0000 (Mon, 10 Nov 2003) | 11 lines Changed paths: - M data/Makefile.am - A data/baz_fighter - A data/foo_fighter - A data/item_gem - A data/item_heart - M libee/ee.h - M libee/sprite.c - M src/aliens.c - M src/bonus.c - M src/box.c + M /libcaca/trunk/data/Makefile.am + A /libcaca/trunk/data/baz_fighter + A /libcaca/trunk/data/foo_fighter + A /libcaca/trunk/data/item_gem + A /libcaca/trunk/data/item_heart + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/sprite.c + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c * libee/sprite.c: + More robust sprite loader. @@ -12769,20 +14014,21 @@ Changed paths: + Added foo_fighter, baz_fighter, item_gem and item_heart sprites. ------------------------------------------------------------------------ -r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines +r119 | sam | 2003-11-10 02:00:52 +0000 (Mon, 10 Nov 2003) | 2 lines Changed paths: - A data/Makefile.am + A /libcaca/trunk/data/Makefile.am * Oops, forgot data/Makefile.am. ------------------------------------------------------------------------ -r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines +r117 | sam | 2003-11-10 02:00:19 +0000 (Mon, 10 Nov 2003) | 5 lines Changed paths: - M Makefile.am - M configure.ac - A data/bar_boss - A data/bar_fighter - M test/demo.c + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + A /libcaca/trunk/data + A /libcaca/trunk/data/bar_boss + A /libcaca/trunk/data/bar_fighter + M /libcaca/trunk/test/demo.c * test/demo.c: + Wrote a little sprite demo. @@ -12790,69 +14036,69 @@ Changed paths: + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt). ------------------------------------------------------------------------ -r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines +r115 | sam | 2003-11-10 01:56:24 +0000 (Mon, 10 Nov 2003) | 4 lines Changed paths: - M libee/Makefile.am - M libee/ee.h - A libee/sprite.c + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/sprite.c * libee/sprite.c: + Beginning of sprite handling within the library. + Added support to load files. ------------------------------------------------------------------------ -r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines +r113 | sam | 2003-11-10 00:27:33 +0000 (Mon, 10 Nov 2003) | 3 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test/demo.c * test/demo.c: + outlined triangles demo. ------------------------------------------------------------------------ -r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines +r111 | sam | 2003-11-10 00:15:02 +0000 (Mon, 10 Nov 2003) | 2 lines Changed paths: - M configure.ac - M libee/Makefile.am - M src/Makefile.am - M test/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/test/Makefile.am * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h. ------------------------------------------------------------------------ -r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines +r109 | sam | 2003-11-09 23:34:24 +0000 (Sun, 09 Nov 2003) | 4 lines Changed paths: - M src/aliens.c - M src/bonus.c - M src/box.c - M src/collide.c - M src/explosions.c - M src/main.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * src/*.c: + Added missing #include "config.h". + Fixed a nasty bug in ee_rand() calls. ------------------------------------------------------------------------ -r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines +r107 | sam | 2003-11-09 23:01:29 +0000 (Sun, 09 Nov 2003) | 3 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test/demo.c * test/demo.c: + Disabled the pyramid demo and wrote a simple triangles demo. ------------------------------------------------------------------------ -r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines +r105 | sam | 2003-11-09 21:36:24 +0000 (Sun, 09 Nov 2003) | 5 lines Changed paths: - M libee/Makefile.am - M libee/ee.h - A libee/triangle.c - M test/Makefile.am - M test/demo.c + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/triangle.c + M /libcaca/trunk/test/Makefile.am + M /libcaca/trunk/test/demo.c * libee/triangle.c: + Implemented ee_fill_triangle(). @@ -12860,11 +14106,11 @@ Changed paths: + Triangle demo. ------------------------------------------------------------------------ -r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines +r103 | sam | 2003-11-09 19:46:14 +0000 (Sun, 09 Nov 2003) | 5 lines Changed paths: - M libee/ee.h - M libee/line.c - M test/demo.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/test/demo.c * libee/line.c: + ee_draw_thin_line(). @@ -12872,16 +14118,17 @@ Changed paths: + Added a thin lines demo. ------------------------------------------------------------------------ -r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines +r101 | sam | 2003-11-09 18:10:44 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M libee/line.c + M /libcaca/trunk/libee/line.c * libee/line.c: genericized line drawing for future use. ------------------------------------------------------------------------ -r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines +r99 | sam | 2003-11-09 17:45:12 +0000 (Sun, 09 Nov 2003) | 6 lines Changed paths: - M test/demo.c + M /libcaca/trunk/test + M /libcaca/trunk/test/demo.c * test/demo.c: + Putpixel demo. @@ -12890,13 +14137,13 @@ Changed paths: + Animated radar demo. ------------------------------------------------------------------------ -r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines +r97 | sam | 2003-11-09 17:21:43 +0000 (Sun, 09 Nov 2003) | 7 lines Changed paths: - M libee/Makefile.am - A libee/circle.c - M libee/ee.h - M libee/line.c - M src/weapons.c + M /libcaca/trunk/libee/Makefile.am + A /libcaca/trunk/libee/circle.c (from /libcaca/trunk/src/weapons.c:95) + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/libee/line.c + M /libcaca/trunk/src/weapons.c * src/weapons.c: + Removed draw_circle, use ee_draw_circle instead. @@ -12906,20 +14153,21 @@ Changed paths: + Changed an internal function's name. ------------------------------------------------------------------------ -r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines +r95 | sam | 2003-11-09 16:34:23 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M libee/Makefile.am - M libee/ee.h - A libee/line.c + M /libcaca/trunk/libee + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/line.c * libee/line.c: Implemented ee_draw_line. ------------------------------------------------------------------------ -r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines +r93 | sam | 2003-11-09 13:52:40 +0000 (Sun, 09 Nov 2003) | 5 lines Changed paths: - M libee/ee.c - M libee/ee.h - M test/demo.c + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + M /libcaca/trunk/test/demo.c * libee/ee.c: + got rid of DELAY. @@ -12927,30 +14175,30 @@ Changed paths: + Minor animation effect. ------------------------------------------------------------------------ -r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines +r91 | sam | 2003-11-09 13:51:37 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M libee/math.c + M /libcaca/trunk/libee/math.c * libee/math.c: fixed a thinko in ee_rand(). ------------------------------------------------------------------------ -r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines -Changed paths: - M libee/Makefile.am - M libee/ee.c - M libee/ee.h - A libee/io.c - A libee/math.c - M src/Makefile.am - M src/aliens.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/main.c - D src/math.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c +r89 | sam | 2003-11-09 13:32:04 +0000 (Sun, 09 Nov 2003) | 8 lines +Changed paths: + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/ee.c + M /libcaca/trunk/libee/ee.h + A /libcaca/trunk/libee/io.c (from /libcaca/trunk/libee/ee.c:86) + A /libcaca/trunk/libee/math.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/main.c + D /libcaca/trunk/src/math.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * libee/io.c: + Moved ee_get_key() here. @@ -12961,31 +14209,31 @@ Changed paths: + Removed this deprecated file. ------------------------------------------------------------------------ -r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines +r87 | sam | 2003-11-09 13:16:19 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M src/aliens.c - M src/bonus.c - M src/box.c - M src/ceo.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/main.c - M src/math.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * Coding style everywhere. ------------------------------------------------------------------------ -r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines +r85 | sam | 2003-11-09 13:02:34 +0000 (Sun, 09 Nov 2003) | 5 lines Changed paths: - M libee/Makefile.am - M test/Makefile.am - A test/demo.c + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/test/Makefile.am + A /libcaca/trunk/test/demo.c * libee/Makefile.am, test/Makefile.am: + Added more compiler warning flags. @@ -12993,62 +14241,65 @@ Changed paths: + Small demo for libee. ------------------------------------------------------------------------ -r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines +r83 | sam | 2003-11-09 13:01:44 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M libee/ee.c + M /libcaca/trunk/libee/ee.c * libee/ee.c: Fixed a compilation warning. ------------------------------------------------------------------------ -r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines +r81 | sam | 2003-11-09 12:48:09 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M libee/ee.c + M /libcaca/trunk/libee/ee.c * libee/ee.c: Exact line fill in ee_clear(). ------------------------------------------------------------------------ -r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M libee/Makefile.am - M libee/ee.c - A libee/ee.h - M src/Makefile.am - M src/aliens.c - M src/bonus.c - M src/box.c - M src/ceo.c - M src/common.h - M src/explosions.c - M src/main.c - M src/overlay.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c +r79 | sam | 2003-11-09 12:40:53 +0000 (Sun, 09 Nov 2003) | 2 lines +Changed paths: + M /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/libee/ee.c + A /libcaca/trunk/libee/ee.h + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * libee is now standalone. ------------------------------------------------------------------------ -r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines +r77 | sam | 2003-11-09 12:02:42 +0000 (Sun, 09 Nov 2003) | 2 lines Changed paths: - M Makefile.am - M configure.ac - A libee/Makefile.am - M src/Makefile.am - A test/Makefile.am + M /libcaca/trunk/Makefile.am + M /libcaca/trunk/configure.ac + M /libcaca/trunk/libee + A /libcaca/trunk/libee/Makefile.am + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/test + A /libcaca/trunk/test/Makefile.am * libee is now (almost) standalone. ------------------------------------------------------------------------ -r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines +r75 | sam | 2003-11-09 11:26:08 +0000 (Sun, 09 Nov 2003) | 7 lines Changed paths: - M doc/shapes.txt - A libee/ee.c - M src/Makefile.am - M src/ceo.c - M src/common.h - D src/graphics.c - M src/main.c + M /libcaca/trunk/doc/shapes.txt + A /libcaca/trunk/libee + A /libcaca/trunk/libee/ee.c (from /libcaca/trunk/src/graphics.c:73) + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/common.h + D /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c * libee/ee.c: + First file in libee, from src/graphics.c. @@ -13058,63 +14309,82 @@ Changed paths: + Minor compilation fix for latest ncurses. ------------------------------------------------------------------------ -r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines +r73 | sam | 2003-11-06 21:40:53 +0000 (Thu, 06 Nov 2003) | 2 lines Changed paths: - M bootstrap + M /libcaca/trunk/bootstrap * bootstrap: always remove autom4te.cache. ------------------------------------------------------------------------ -r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines -Changed paths: - M bootstrap - M configure.ac +r71 | sam | 2003-10-02 01:08:13 +0000 (Thu, 02 Oct 2003) | 2 lines +Changed paths: + M /libcaca/trunk + M /libcaca/trunk/autotools + M /libcaca/trunk/bootstrap + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian + M /libcaca/trunk/src + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/box.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * Fixed keywords, ignore, and lots of tiny SVN things. ------------------------------------------------------------------------ -r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines +r69 | sam | 2003-02-09 11:17:40 +0000 (Sun, 09 Feb 2003) | 3 lines Changed paths: - M TODO - M src/Makefile.am - A src/box.c - M src/common.h - M src/main.c - M src/overlay.c + M /libcaca/trunk/TODO + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/box.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c * support for boxes * application: pause box ------------------------------------------------------------------------ -r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines +r67 | sam | 2003-01-06 12:22:58 +0000 (Mon, 06 Jan 2003) | 3 lines Changed paths: - M TODO - M src/collide.c + M /libcaca/trunk/TODO + M /libcaca/trunk/src/collide.c * cosmetic code changes. * fixed a bug in the tunnel munching. ------------------------------------------------------------------------ -r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines +r65 | sam | 2002-12-23 16:44:28 +0000 (Mon, 23 Dec 2002) | 3 lines Changed paths: - M README - M TODO - M configure.ac - M src/weapons.c + M /libcaca/trunk/README + M /libcaca/trunk/TODO + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/weapons.c * fixed the ncurses build. * replaced '�' with ':' in the fragbomb tail because it's not ASCII. ------------------------------------------------------------------------ -r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines +r63 | sam | 2002-12-23 16:21:38 +0000 (Mon, 23 Dec 2002) | 6 lines Changed paths: - M configure.ac - M src/collide.c - M src/common.h - M src/graphics.c - M src/main.c - M src/overlay.c - M src/player.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c * new timestamp for a new snapshot. * lots of sanity checks in collide.c. @@ -13123,67 +14393,67 @@ Changed paths: * cosmetic changes in the energy bars. ------------------------------------------------------------------------ -r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines +r61 | sam | 2002-12-23 15:06:13 +0000 (Mon, 23 Dec 2002) | 4 lines Changed paths: - M src/Makefile.am - M src/common.h - M src/main.c - A src/overlay.c - M src/player.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + A /libcaca/trunk/src/overlay.c + M /libcaca/trunk/src/player.c * better handling of special weapon timeout. * the bomb is now part of the standard fire button effect. * overlay for life and special weapon jauges. ------------------------------------------------------------------------ -r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines +r59 | sam | 2002-12-23 13:46:27 +0000 (Mon, 23 Dec 2002) | 3 lines Changed paths: - M src/aliens.c - M src/collide.c - M src/common.h - M src/main.c - M src/player.c + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c * aliens are now named foo, bar and baz. * beginning of life jauges. ------------------------------------------------------------------------ -r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines +r57 | sam | 2002-12-23 13:13:04 +0000 (Mon, 23 Dec 2002) | 2 lines Changed paths: - M src/common.h - M src/main.c - M src/player.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c * ship has vx and vy. ------------------------------------------------------------------------ -r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines +r55 | sam | 2002-12-23 12:47:36 +0000 (Mon, 23 Dec 2002) | 2 lines Changed paths: - M TODO - M src/main.c - M src/tunnel.c + M /libcaca/trunk/TODO + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/tunnel.c * cosmetic change: reworked draw_tunnel. ------------------------------------------------------------------------ -r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines +r53 | sam | 2002-12-23 12:03:31 +0000 (Mon, 23 Dec 2002) | 3 lines Changed paths: - M src/main.c - M src/tunnel.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/tunnel.c * lasers are now twice as fast. * walls are now filled, and displayed on top of aliens. ------------------------------------------------------------------------ -r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines +r51 | sam | 2002-12-23 10:06:27 +0000 (Mon, 23 Dec 2002) | 5 lines Changed paths: - M configure.ac - M src/Makefile.am - M src/ceo.c - M src/common.h - M src/graphics.c - M src/main.c - M src/tunnel.c + M /libcaca/trunk/configure.ac + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/tunnel.c * added support for --disable-slang. * fixed an overflow in the tunnel update code. @@ -13191,15 +14461,15 @@ Changed paths: * added a missing call to init_bonus(). ------------------------------------------------------------------------ -r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines +r49 | sam | 2002-12-23 09:28:37 +0000 (Mon, 23 Dec 2002) | 5 lines Changed paths: - M TODO - M src/collide.c - M src/common.h - M src/main.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + M /libcaca/trunk/TODO + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * the beam now digs the tunnel. * the starfield is now an array of stars. @@ -13207,188 +14477,189 @@ Changed paths: * 32 seekers on fragbomb explosion, not 16. ------------------------------------------------------------------------ -r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines +r47 | sam | 2002-12-22 23:39:15 +0000 (Sun, 22 Dec 2002) | 3 lines Changed paths: - M src/weapons.c + M /libcaca/trunk/src/weapons.c * seekers and homing bombs react more quickly. * 16 seekers on fragbomb explosion instead of 12. ------------------------------------------------------------------------ -r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines +r45 | sam | 2002-12-22 23:01:35 +0000 (Sun, 22 Dec 2002) | 3 lines Changed paths: - M src/math.c - M src/weapons.c + M /libcaca/trunk/src/math.c + M /libcaca/trunk/src/weapons.c * fixed a segfault when the target seeker speed was zero. * factorized the seeker generation on fragbomb explosion. ------------------------------------------------------------------------ -r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines +r43 | sam | 2002-12-22 22:36:42 +0000 (Sun, 22 Dec 2002) | 2 lines Changed paths: - M src/Makefile.am - M src/common.h - A src/math.c - M src/weapons.c + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/common.h + A /libcaca/trunk/src/math.c + M /libcaca/trunk/src/weapons.c * Removed the dependency on . We don't need no stinking sqrt! ------------------------------------------------------------------------ -r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines +r41 | sam | 2002-12-22 22:17:41 +0000 (Sun, 22 Dec 2002) | 3 lines Changed paths: - M doc/shapes.txt - M src/aliens.c - M src/ceo.c - M src/collide.c - M src/common.h - M src/main.c - M src/weapons.c + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/weapons.c * dead aliens don't explode in the collision loop but in their update loop. * new super weapon, the fragmentation bomb. ------------------------------------------------------------------------ -r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines +r39 | sam | 2002-12-22 19:08:35 +0000 (Sun, 22 Dec 2002) | 2 lines Changed paths: - M .cvsignore - M Makefile.am - A autotools/.cvsignore - A autotools/Makefile.am - M bootstrap - M configure.ac - M debian/.cvsignore - M src/Makefile.am + M /libcaca/trunk/.cvsignore + M /libcaca/trunk/Makefile.am + A /libcaca/trunk/autotools + A /libcaca/trunk/autotools/.cvsignore + A /libcaca/trunk/autotools/Makefile.am + M /libcaca/trunk/bootstrap + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/.cvsignore + M /libcaca/trunk/src/Makefile.am * Moved generated autotools files to the autotools/ directory. ------------------------------------------------------------------------ -r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines +r37 | sam | 2002-12-22 18:44:12 +0000 (Sun, 22 Dec 2002) | 2 lines Changed paths: - M src/aliens.c - M src/bonus.c - M src/ceo.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/graphics.c - M src/main.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * I think I fucked up the $Id tags on my previous commit. ------------------------------------------------------------------------ -r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines +r35 | sam | 2002-12-22 18:42:32 +0000 (Sun, 22 Dec 2002) | 3 lines Changed paths: - A COPYING - M src/aliens.c - M src/bonus.c - M src/ceo.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/graphics.c - M src/main.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c + A /libcaca/trunk/COPYING + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * added the COPYING file (GPLv2). * added GPL headers to source files. ------------------------------------------------------------------------ -r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines +r33 | sam | 2002-12-22 18:40:36 +0000 (Sun, 22 Dec 2002) | 2 lines Changed paths: - M src/Makefile.am - A src/ceo.c - M src/common.h - M src/main.c + M /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/ceo.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c * tab == hotkey for CEO alert. ------------------------------------------------------------------------ -r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines +r31 | sam | 2002-12-18 18:44:47 +0000 (Wed, 18 Dec 2002) | 2 lines Changed paths: - M TODO - M doc/shapes.txt - M src/aliens.c + M /libcaca/trunk/TODO + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/aliens.c * 3rd alien type. ------------------------------------------------------------------------ -r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines +r29 | sam | 2002-12-18 18:12:28 +0000 (Wed, 18 Dec 2002) | 2 lines Changed paths: - D Makefile + D /libcaca/trunk/Makefile * Scrapped Makefile. ------------------------------------------------------------------------ -r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines +r27 | sam | 2002-12-18 18:11:54 +0000 (Wed, 18 Dec 2002) | 2 lines Changed paths: - M Makefile - A README - A TODO + M /libcaca/trunk/Makefile + A /libcaca/trunk/README + A /libcaca/trunk/TODO * README and TODO files. ------------------------------------------------------------------------ -r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines +r25 | sam | 2002-12-18 13:29:31 +0000 (Wed, 18 Dec 2002) | 2 lines Changed paths: - M Makefile - M configure.ac - M doc/shapes.txt - M src/collide.c - M src/weapons.c + M /libcaca/trunk/Makefile + M /libcaca/trunk/configure.ac + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/weapons.c * the bomb's head is now white ------------------------------------------------------------------------ -r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines +r23 | sam | 2002-12-15 17:16:45 +0000 (Sun, 15 Dec 2002) | 3 lines Changed paths: - M doc/shapes.txt - M src/aliens.c - M src/collide.c - M src/common.h - M src/main.c - M src/weapons.c + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/aliens.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/weapons.c * new weapon: bomb. * beam now collides with aliens. ------------------------------------------------------------------------ -r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines +r21 | sam | 2002-12-15 05:03:55 +0000 (Sun, 15 Dec 2002) | 2 lines Changed paths: - M doc/shapes.txt - M src/common.h - M src/main.c - M src/weapons.c + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/weapons.c * 'beam' weapon. ------------------------------------------------------------------------ -r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines -Changed paths: - M Makefile - M configure.ac - M debian/changelog - M debian/control - M debian/rules - M doc/shapes.txt - M src/Makefile.am - M src/aliens.c - A src/bonus.c - M src/collide.c - M src/common.h - M src/explosions.c - M src/graphics.c - M src/main.c - M src/player.c - M src/starfield.c - M src/tunnel.c - M src/weapons.c +r19 | sam | 2002-12-15 03:41:32 +0000 (Sun, 15 Dec 2002) | 10 lines +Changed paths: + M /libcaca/trunk/Makefile + M /libcaca/trunk/configure.ac + M /libcaca/trunk/debian/changelog + M /libcaca/trunk/debian/control + M /libcaca/trunk/debian/rules + M /libcaca/trunk/doc/shapes.txt + M /libcaca/trunk/src/Makefile.am + M /libcaca/trunk/src/aliens.c + A /libcaca/trunk/src/bonus.c + M /libcaca/trunk/src/collide.c + M /libcaca/trunk/src/common.h + M /libcaca/trunk/src/explosions.c + M /libcaca/trunk/src/graphics.c + M /libcaca/trunk/src/main.c + M /libcaca/trunk/src/player.c + M /libcaca/trunk/src/starfield.c + M /libcaca/trunk/src/tunnel.c + M /libcaca/trunk/src/weapons.c * real Debian package files. * two new types of aliens. only one rules. @@ -13401,81 +14672,86 @@ Changed paths: * lots of cleanups everywhere. ------------------------------------------------------------------------ -r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines -Changed paths: - M .cvsignore - M Makefile - A Makefile.am - D aliens.c - A bootstrap - D collide.c - D common.h - A configure.ac - A debian/.cvsignore - A debian/Makefile.am - A debian/changelog - A debian/control - A debian/rules - A doc/shapes.txt - D explosions.c - D graphics.c - D main.c - D player.c - D shapes.txt - A src/.cvsignore - A src/Makefile.am - A src/aliens.c - A src/collide.c - A src/common.h - A src/explosions.c - A src/graphics.c - A src/main.c - A src/player.c - A src/starfield.c - A src/tunnel.c - A src/weapons.c - D starfield.c - D tunnel.c - D weapons.c +r17 | sam | 2002-12-13 20:50:00 +0000 (Fri, 13 Dec 2002) | 2 lines +Changed paths: + M /libcaca/trunk/.cvsignore + M /libcaca/trunk/Makefile + A /libcaca/trunk/Makefile.am + D /libcaca/trunk/aliens.c + A /libcaca/trunk/bootstrap + D /libcaca/trunk/collide.c + D /libcaca/trunk/common.h + A /libcaca/trunk/configure.ac + A /libcaca/trunk/debian + A /libcaca/trunk/debian/.cvsignore + A /libcaca/trunk/debian/Makefile.am + A /libcaca/trunk/debian/changelog + A /libcaca/trunk/debian/control + A /libcaca/trunk/debian/rules + A /libcaca/trunk/doc + A /libcaca/trunk/doc/shapes.txt + D /libcaca/trunk/explosions.c + D /libcaca/trunk/graphics.c + D /libcaca/trunk/main.c + D /libcaca/trunk/player.c + D /libcaca/trunk/shapes.txt + A /libcaca/trunk/src + A /libcaca/trunk/src/.cvsignore + A /libcaca/trunk/src/Makefile.am + A /libcaca/trunk/src/aliens.c + A /libcaca/trunk/src/collide.c + A /libcaca/trunk/src/common.h + A /libcaca/trunk/src/explosions.c + A /libcaca/trunk/src/graphics.c + A /libcaca/trunk/src/main.c + A /libcaca/trunk/src/player.c + A /libcaca/trunk/src/starfield.c + A /libcaca/trunk/src/tunnel.c + A /libcaca/trunk/src/weapons.c + D /libcaca/trunk/starfield.c + D /libcaca/trunk/tunnel.c + D /libcaca/trunk/weapons.c * autotoolificationized the whole thing. ------------------------------------------------------------------------ -r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines +r15 | sam | 2002-12-13 19:27:16 +0000 (Fri, 13 Dec 2002) | 4 lines Changed paths: - M collide.c - M common.h - M explosions.c - M main.c - M player.c - M weapons.c + M /libcaca/trunk/collide.c + M /libcaca/trunk/common.h + M /libcaca/trunk/explosions.c + M /libcaca/trunk/main.c + M /libcaca/trunk/player.c + M /libcaca/trunk/weapons.c * moved nuke from explosions to weapons. * used a cool Bresenham algorithm to draw the nuke circles. * nuke collides with aliens. ------------------------------------------------------------------------ -r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines +r13 | sam | 2002-12-13 19:24:53 +0000 (Fri, 13 Dec 2002) | 2 lines Changed paths: - A .cvsignore + A /libcaca/trunk/.cvsignore * .cvsignore file. ------------------------------------------------------------------------ -r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines -Changed paths: - A Makefile - A aliens.c - A collide.c - A common.h - A explosions.c - A graphics.c - A main.c - A player.c - A shapes.txt - A starfield.c - A tunnel.c - A weapons.c +r11 | sam | 2002-12-13 19:23:07 +0000 (Fri, 13 Dec 2002) | 3 lines +Changed paths: + A /libcaca/branches + A /libcaca/trunk + A /libcaca/trunk/Makefile + A /libcaca/trunk/aliens.c + A /libcaca/trunk/collide.c + A /libcaca/trunk/common.h + A /libcaca/trunk/explosions.c + A /libcaca/trunk/graphics.c + A /libcaca/trunk/main.c + A /libcaca/trunk/player.c + A /libcaca/trunk/shapes.txt + A /libcaca/trunk/starfield.c + A /libcaca/trunk/tunnel.c + A /libcaca/trunk/weapons.c * First commit. Scrolling works, some weaponry, controls, tunnel blowing, the nuke is still ugly, almost no collision detection. Nice demo :) diff --git a/NEWS b/NEWS index 97b94bb..af92080 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ /* $Id$ */ /** \page libcaca-news Libcaca news +\section news0_99_beta15 Changes between 0.9.beta15 and 0.99.beta14 + + - libcucul was merged back into libcaca for more clarity + \section news0_99_beta14 Changes between 0.9.beta14 and 0.99.beta13 - internal FIGlet font support diff --git a/configure.ac b/configure.ac index eb0f97f..40445e6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,10 +6,10 @@ AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(libcaca, 0.99.beta14) +AM_INIT_AUTOMAKE(libcaca, 0.99.beta15) LT_MAJOR="0" LT_MINOR="99" -LT_MICRO="14" +LT_MICRO="15" AC_SUBST(LT_MAJOR) AC_SUBST(LT_MINOR) AC_SUBST(LT_MICRO)