diff --git a/ChangeLog b/ChangeLog index 7d4a377..17dfe97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,708 +1,750 @@ ------------------------------------------------------------------------ -r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines -Changed paths: - M /trunk/cucul/export.c - M /trunk/test/export.c +r1149 | sam | 2007-09-30 13:32:16 +0000 (Sun, 30 Sep 2007) | 2 lines + + * Minor tuning to the various tests, just so that they’re releasable. + +------------------------------------------------------------------------ +r1148 | sam | 2007-09-30 11:28:13 +0000 (Sun, 30 Sep 2007) | 2 lines + + * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). + +------------------------------------------------------------------------ +r1147 | sam | 2007-09-30 10:22:24 +0000 (Sun, 30 Sep 2007) | 2 lines + + * Added a few rotation pairs. Nothing awesome. + +------------------------------------------------------------------------ +r1146 | sam | 2007-09-30 10:12:19 +0000 (Sun, 30 Sep 2007) | 3 lines + + * Improve rotation output by avoiding white-on-black attributes to appear + due to spaces. + +------------------------------------------------------------------------ +r1145 | sam | 2007-09-29 15:15:17 +0000 (Sat, 29 Sep 2007) | 4 lines + + * 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 18:12:19 +0000 (Thu, 02 Aug 2007) | 2 lines + + * More widechar rotations. \/ > /\ < is cool. + +------------------------------------------------------------------------ +r1143 | sam | 2007-08-02 17:33:10 +0000 (Thu, 02 Aug 2007) | 2 lines + + * Reset cursor position after a resize. Not sure it’s what I want. + +------------------------------------------------------------------------ +r1142 | sam | 2007-08-02 16:38:31 +0000 (Thu, 02 Aug 2007) | 2 lines + + * More widechar rotation pairs. + +------------------------------------------------------------------------ +r1141 | sam | 2007-07-17 20:46:18 +0000 (Tue, 17 Jul 2007) | 4 lines + + * 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 17:20:11 +0000 (Tue, 17 Jul 2007) | 3 lines + + * More characters for the wide rotations. + * Updated test/text to show what the wide rotations now do. + +------------------------------------------------------------------------ +r1139 | sam | 2007-07-17 15:22:34 +0000 (Tue, 17 Jul 2007) | 2 lines + + * Use j/ḷ and l/ȷ pairs in glyph rotation. + +------------------------------------------------------------------------ +r1138 | sam | 2007-07-16 23:51:49 +0000 (Mon, 16 Jul 2007) | 2 lines + + * minor warning fix + +------------------------------------------------------------------------ +r1137 | sam | 2007-07-10 17:02:46 +0000 (Tue, 10 Jul 2007) | 3 lines + + * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They + suck massively for now. + +------------------------------------------------------------------------ +r1136 | sam | 2007-07-09 17:24:28 +0000 (Mon, 09 Jul 2007) | 2 lines + + * Fixed address in license. + +------------------------------------------------------------------------ +r1135 | sam | 2007-06-28 16:29:00 +0000 (Thu, 28 Jun 2007) | 5 lines + + * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. + * Renamed cucul_rotate into cucul_rotate_180. + * Deprecated cucul_rotate and fix examples accordingly. + Hope it all makes sense. + +------------------------------------------------------------------------ +r1134 | sam | 2007-06-28 15:57:25 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. + +------------------------------------------------------------------------ +r1133 | sam | 2007-06-28 15:56:59 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Implemented cucul_left() and cucul_right() for 90-degree rotations. + +------------------------------------------------------------------------ +r1132 | sam | 2007-06-28 12:58:17 +0000 (Thu, 28 Jun 2007) | 3 lines + + * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses + driver. + +------------------------------------------------------------------------ +r1131 | sam | 2007-06-28 12:56:40 +0000 (Thu, 28 Jun 2007) | 3 lines + + * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley + Sittler. Untested. + +------------------------------------------------------------------------ +r1130 | sam | 2007-06-28 12:49:28 +0000 (Thu, 28 Jun 2007) | 3 lines + + * Removed malloc() calls from the rotozoom code, put initialisation in the + PREPARE rule and did minor cleanup (SCNR). + +------------------------------------------------------------------------ +r1129 | sam | 2007-06-28 12:47:57 +0000 (Thu, 28 Jun 2007) | 3 lines + + * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley + Sittler. + +------------------------------------------------------------------------ +r1128 | sam | 2007-06-28 12:46:54 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Added a few chars to the unicode test. + +------------------------------------------------------------------------ +r1127 | sam | 2007-06-28 12:46:04 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Differentiate between • and ● in the X11 rendering overrides. + +------------------------------------------------------------------------ +r1126 | sam | 2007-06-28 12:15:06 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Patch by Ben Wiley Sittler for two misrendered glyphs. + +------------------------------------------------------------------------ +r1125 | sam | 2007-06-28 07:43:41 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Slightly nicer code in driver_x11.c. + +------------------------------------------------------------------------ +r1124 | jylam | 2007-06-28 07:42:36 +0000 (Thu, 28 Jun 2007) | 2 lines + + * Minor cosmetic changes + +------------------------------------------------------------------------ +r1123 | sam | 2007-06-27 18:00:18 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. + +------------------------------------------------------------------------ +r1122 | sam | 2007-06-27 17:40:14 +0000 (Wed, 27 Jun 2007) | 3 lines + + * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a + bit myself, too. + +------------------------------------------------------------------------ +r1121 | sam | 2007-06-27 14:43:59 +0000 (Wed, 27 Jun 2007) | 3 lines + + * 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 14:39:47 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. + +------------------------------------------------------------------------ +r1119 | sam | 2007-06-27 13:35:59 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. + +------------------------------------------------------------------------ +r1118 | sam | 2007-06-27 13:06:18 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Disabled USE_RGB12_FGBG for now, as it was reported not to work. + +------------------------------------------------------------------------ +r1117 | sam | 2007-06-27 13:03:31 +0000 (Wed, 27 Jun 2007) | 3 lines + + * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler + + +------------------------------------------------------------------------ +r1116 | sam | 2007-06-27 12:52:15 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Updated internal fonts to match tools/makefont.c. + +------------------------------------------------------------------------ +r1115 | sam | 2007-06-27 12:48:34 +0000 (Wed, 27 Jun 2007) | 5 lines + + * Added glyphs to our default fonts: + + Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben + Wiley Sittler) + + Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette) + +------------------------------------------------------------------------ +r1114 | sam | 2007-06-27 12:46:25 +0000 (Wed, 27 Jun 2007) | 2 lines + + * Add a "make fonts" rule to the makefile for easy updates. + +------------------------------------------------------------------------ +r1113 | jylam | 2007-06-24 07:46:18 +0000 (Sun, 24 Jun 2007) | 2 lines + + * Added rotozoom (and its 1MB header file) + +------------------------------------------------------------------------ +r1112 | jylam | 2007-02-23 14:34:48 +0000 (Fri, 23 Feb 2007) | 2 lines + + * Added squared transition to cacademo + +------------------------------------------------------------------------ +r1111 | jylam | 2007-02-22 15:34:48 +0000 (Thu, 22 Feb 2007) | 2 lines + + * Added error checks to cacaplay + +------------------------------------------------------------------------ +r1110 | jylam | 2007-02-22 15:31:39 +0000 (Thu, 22 Feb 2007) | 2 lines + + * Added error checks on canvas / display creations + +------------------------------------------------------------------------ +r1109 | jylam | 2007-02-22 14:47:32 +0000 (Thu, 22 Feb 2007) | 2 lines + + * Added error detection to truecolor test + +------------------------------------------------------------------------ +r1108 | sam | 2007-02-20 18:15:52 +0000 (Tue, 20 Feb 2007) | 2 lines + + * The transformation rules didn’t have ⅃ ⅄ ⅂. + +------------------------------------------------------------------------ +r1104 | jylam | 2007-01-04 11:07:43 +0000 (Thu, 04 Jan 2007) | 2 lines + + * Changed threshold in key events, a bit more natural + +------------------------------------------------------------------------ +r1103 | sam | 2006-12-12 01:53:54 +0000 (Tue, 12 Dec 2006) | 1 line + + * Bwarf, typo in the no warranty clause. +------------------------------------------------------------------------ +r1102 | sam | 2006-12-11 15:48:46 +0000 (Mon, 11 Dec 2006) | 2 lines + + * Add a no warranty clause to the code. + +------------------------------------------------------------------------ +r1101 | sam | 2006-12-05 17:50:40 +0000 (Tue, 05 Dec 2006) | 2 lines + + * Fix OpenBSD build. + +------------------------------------------------------------------------ +r1100 | sam | 2006-11-30 22:41:52 +0000 (Thu, 30 Nov 2006) | 2 lines + + * Working Cocoa driver, courtesy of Colin Delacroix . + +------------------------------------------------------------------------ +r1099 | sam | 2006-11-27 14:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Got rid of that ugly cv->import member. + +------------------------------------------------------------------------ +r1098 | sam | 2006-11-27 14:55:00 +0000 (Mon, 27 Nov 2006) | 3 lines + + * 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 14:53:17 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Fix shadowing declarations. + +------------------------------------------------------------------------ +r1096 | sam | 2006-11-27 05:59:29 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Do not build test/term if fcntl() is not available. Yes, could be improved. + +------------------------------------------------------------------------ +r1095 | sam | 2006-11-27 05:40:51 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Fixed syntax errors. + +------------------------------------------------------------------------ +r1094 | sam | 2006-11-27 01:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Added stuff to the TODO list. + +------------------------------------------------------------------------ +r1093 | sam | 2006-11-27 01:58:00 +0000 (Mon, 27 Nov 2006) | 2 lines + + * A few improvements to the screen/splitvt clone project. + +------------------------------------------------------------------------ +r1092 | sam | 2006-11-27 01:56:37 +0000 (Mon, 27 Nov 2006) | 2 lines + + * Improved vt220 import by adding a persistent context to canvases. + +------------------------------------------------------------------------ +r1091 | sam | 2006-11-24 05:51:10 +0000 (Fri, 24 Nov 2006) | 2 lines + + * Added caca_set_cursor(). Not yet functional. + +------------------------------------------------------------------------ +r1090 | sam | 2006-11-24 05:49:49 +0000 (Fri, 24 Nov 2006) | 3 lines + + * Add support for doublewidth characters even if ncurses or SLang don't know + about them. + +------------------------------------------------------------------------ +r1089 | jylam | 2006-11-23 20:22:03 +0000 (Thu, 23 Nov 2006) | 2 lines + + * .Net : Fixed drawLine() and updated example (rasters rule) + +------------------------------------------------------------------------ +r1088 | sam | 2006-11-21 07:09:35 +0000 (Tue, 21 Nov 2006) | 2 lines + + * Added a test app that swallows two console applications. Switch with C-a. + +------------------------------------------------------------------------ +r1087 | sam | 2006-11-21 06:35:04 +0000 (Tue, 21 Nov 2006) | 3 lines + + * Improved ANSI importer so that it supports a lot more of what is needed + for basic vt220 emulation. + +------------------------------------------------------------------------ +r1086 | sam | 2006-11-20 05:49:45 +0000 (Mon, 20 Nov 2006) | 2 lines + + * Added a few ideas to the TODO list. + +------------------------------------------------------------------------ +r1085 | jylam | 2006-11-18 12:27:16 +0000 (Sat, 18 Nov 2006) | 2 lines + + * Added preliminary dither support to .NET bindings + +------------------------------------------------------------------------ +r1084 | jylam | 2006-11-18 11:34:40 +0000 (Sat, 18 Nov 2006) | 2 lines + + * Added frames to .NET bindings + +------------------------------------------------------------------------ +r1083 | jylam | 2006-11-18 11:25:50 +0000 (Sat, 18 Nov 2006) | 2 lines + + * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. + +------------------------------------------------------------------------ +r1082 | sam | 2006-11-17 11:28:32 +0000 (Fri, 17 Nov 2006) | 2 lines + + * Merged old code by Ol that can be used as a start for the Cocoa driver. + +------------------------------------------------------------------------ +r1080 | sam | 2006-11-16 16:29:57 +0000 (Thu, 16 Nov 2006) | 3 lines + + * Set version to 0.99.beta11. + * Updated NEWS and ChangeLog. + +------------------------------------------------------------------------ +r1079 | sam | 2006-11-16 15:01:31 +0000 (Thu, 16 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/common.h +r1078 | sam | 2006-11-16 11:26:22 +0000 (Thu, 16 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r1077 | sam | 2006-11-16 11:23:56 +0000 (Thu, 16 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/transform.c +r1076 | sam | 2006-11-16 02:08:05 +0000 (Thu, 16 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/src/Makefile.am - M /trunk/tools/Makefile.am +r1072 | sam | 2006-11-14 20:14:38 +0000 (Tue, 14 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac +r1071 | sam | 2006-11-14 18:22:31 +0000 (Tue, 14 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/frame.c +r1070 | sam | 2006-11-14 18:05:02 +0000 (Tue, 14 Nov 2006) | 2 lines * Minor documentation fix. ------------------------------------------------------------------------ -r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - A /trunk/caca/driver_cocoa.m - M /trunk/configure.ac +r1069 | sam | 2006-11-14 18:02:29 +0000 (Tue, 14 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/spritedit.c +r1068 | sam | 2006-11-14 16:27:15 +0000 (Tue, 14 Nov 2006) | 2 lines * Minor compilation warning fix. OS X x86 defines "DELAY". ------------------------------------------------------------------------ -r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines -Changed paths: - M /trunk/cucul/transform.c - M /trunk/test/text.c +r1067 | sam | 2006-11-14 07:59:52 +0000 (Tue, 14 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - D /trunk/test/all.c - A /trunk/test/cucul.c (from /trunk/test/all.c:1063) +r1066 | sam | 2006-11-14 07:46:51 +0000 (Tue, 14 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/graphics.c +r1065 | sam | 2006-11-13 23:42:43 +0000 (Mon, 13 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/graphics.c - M /trunk/doc/migrating.dox +r1064 | sam | 2006-11-13 23:33:49 +0000 (Mon, 13 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/frame.c - M /trunk/cucul/legacy.c - M /trunk/cxx/cucul++.cpp - M /trunk/test/all.c - M /trunk/test/frames.c +r1063 | sam | 2006-11-13 23:16:35 +0000 (Mon, 13 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/all.c - M /trunk/test/blit.c +r1062 | sam | 2006-11-13 23:00:02 +0000 (Mon, 13 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cxx/cucul++.cpp - M /trunk/cxx/cucul++.h - M /trunk/cxx/cxxtest.cpp +r1061 | sam | 2006-11-13 21:42:15 +0000 (Mon, 13 Nov 2006) | 2 lines * Updated C++ bindings so that they build, at least. ------------------------------------------------------------------------ -r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines -Changed paths: - M /trunk/src/cacademo.c - M /trunk/test/swallow.c +r1060 | sam | 2006-11-13 13:34:06 +0000 (Mon, 13 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h - M /trunk/src/aafire.c - M /trunk/src/cacademo.c +r1059 | sam | 2006-11-13 08:55:36 +0000 (Mon, 13 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r1058 | sam | 2006-11-13 00:19:18 +0000 (Mon, 13 Nov 2006) | 2 lines * Improved ANSI import, especially wrt. drawing context persistence. ------------------------------------------------------------------------ -r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/attr.c +r1057 | sam | 2006-11-12 23:09:17 +0000 (Sun, 12 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/frame.c +r1056 | sam | 2006-11-12 22:26:36 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r1054 | sam | 2006-11-12 21:29:31 +0000 (Sun, 12 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/NEWS +r1053 | sam | 2006-11-12 20:39:27 +0000 (Sun, 12 Nov 2006) | 2 lines * Oops, fixed NEW entry. ------------------------------------------------------------------------ -r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am +r1048 | sam | 2006-11-12 19:29:43 +0000 (Sun, 12 Nov 2006) | 2 lines * Added a "make upload" rule for releases. ------------------------------------------------------------------------ -r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r1047 | sam | 2006-11-12 18:26:40 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/doc/migrating.dox +r1046 | sam | 2006-11-12 18:23:29 +0000 (Sun, 12 Nov 2006) | 2 lines * Documentation updates. ------------------------------------------------------------------------ -r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/legacy.c +r1045 | sam | 2006-11-12 17:45:14 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/doc/font.dox - M /trunk/tools/makefont.c +r1044 | sam | 2006-11-12 17:30:08 +0000 (Sun, 12 Nov 2006) | 2 lines * Add maxwidth and maxheight members to the font format. ------------------------------------------------------------------------ -r1043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines -Changed paths: - M /trunk/src/cacademo.c - M /trunk/test/swallow.c +r1043 | sam | 2006-11-12 15:54:50 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/aafire.c - M /trunk/src/cacademo.c +r1042 | sam | 2006-11-12 15:35:04 +0000 (Sun, 12 Nov 2006) | 2 lines * Ctrl-C and Ctrl-Z quit cacafire and cacademo. ------------------------------------------------------------------------ -r1041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/graphics.c - M /trunk/common.h - M /trunk/cucul/attr.c - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.c - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/frame.c - M /trunk/cucul/import.c - M /trunk/cucul/legacy.c +r1041 | sam | 2006-11-12 15:26:13 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/test/font2tga.c - M /trunk/tools/makefont.c +r1040 | sam | 2006-11-12 14:42:58 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/common.h - M /trunk/configure.ac - M /trunk/cucul/export.c +r1039 | sam | 2006-11-12 13:11:01 +0000 (Sun, 12 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font.c - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/test/font2tga.c - M /trunk/tools/makefont.c +r1038 | sam | 2006-11-12 12:26:48 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h +r1037 | sam | 2006-11-12 11:06:34 +0000 (Sun, 12 Nov 2006) | 2 lines * Documented caca_event_t members. ------------------------------------------------------------------------ -r1036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/frame.c - M /trunk/doc/Makefile.am - A /trunk/doc/canvas.dox (from /trunk/cucul/export.c:1033) - A /trunk/doc/font.dox (from /trunk/cucul/font.c:1028) - M /trunk/doc/libcaca.dox +r1036 | sam | 2006-11-12 10:42:14 +0000 (Sun, 12 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/doc/caca-config.1 +r1035 | sam | 2006-11-12 10:32:38 +0000 (Sun, 12 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/src/cacaplay.c +r1034 | sam | 2006-11-12 10:06:35 +0000 (Sun, 12 Nov 2006) | 2 lines * Properly handle EOF in cacaplay. ------------------------------------------------------------------------ -r1033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines -Changed paths: - M /trunk/TODO - M /trunk/cucul/export.c +r1033 | sam | 2006-11-12 10:04:23 +0000 (Sun, 12 Nov 2006) | 2 lines * Documentation fixes and TODO updates. ------------------------------------------------------------------------ -r1032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_raw.c +r1032 | sam | 2006-11-12 10:02:51 +0000 (Sun, 12 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/doc/cacaplay.1 - M /trunk/src/cacaplay.c +r1031 | sam | 2006-11-12 09:48:37 +0000 (Sun, 12 Nov 2006) | 2 lines * Allow cacaplay to play streams and updated its manpage. ------------------------------------------------------------------------ -r1030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines -Changed paths: - M /trunk/test/swallow.c +r1030 | sam | 2006-11-12 09:46:10 +0000 (Sun, 12 Nov 2006) | 2 lines * Fix infinite loop due to signed/unsigned mistake. ------------------------------------------------------------------------ -r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/swallow.c +r1029 | sam | 2006-11-11 18:07:58 +0000 (Sat, 11 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r1028 | sam | 2006-11-11 17:55:11 +0000 (Sat, 11 Nov 2006) | 2 lines * Fixed a bug in the caca importer. ------------------------------------------------------------------------ -r1027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M /trunk/test/blit.c +r1027 | sam | 2006-11-11 17:13:16 +0000 (Sat, 11 Nov 2006) | 2 lines * Fix program header. ------------------------------------------------------------------------ -r1026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M /trunk/caca/caca0.h - M /trunk/caca/driver_gl.c - M /trunk/cucul/attr.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/import.c - M /trunk/cucul/legacy.c - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c - M /trunk/src/aafire.c - M /trunk/src/cacademo.c - M /trunk/src/cacaview.c - M /trunk/test/blit.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/font2tga.c - M /trunk/test/frames.c - M /trunk/test/fullwidth.c - M /trunk/test/input.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r1026 | sam | 2006-11-11 16:29:39 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/test/Makefile.am - A /trunk/test/blit.c +r1025 | sam | 2006-11-11 15:38:40 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/transform.c +r1024 | sam | 2006-11-11 15:17:16 +0000 (Sat, 11 Nov 2006) | 2 lines * Free all memory upon exit in the transform test. ------------------------------------------------------------------------ -r1023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines -Changed paths: - M /trunk/test/transform.c +r1023 | sam | 2006-11-11 15:10:38 +0000 (Sat, 11 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r1022 | sam | 2006-11-11 14:51:04 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/frame.c - M /trunk/cucul/import.c +r1021 | sam | 2006-11-11 14:24:35 +0000 (Sat, 11 Nov 2006) | 2 lines * Add cursor and handle support to canvases. Unused yet. ------------------------------------------------------------------------ -r1020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines -Changed paths: - M /trunk/TODO - M /trunk/cucul/canvas.c - M /trunk/cucul/frame.c +r1020 | sam | 2006-11-11 13:29:03 +0000 (Sat, 11 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/frames.c +r1019 | sam | 2006-11-11 13:03:19 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - A /trunk/cucul/frame.c (from /trunk/cucul/sprite.c:1017) - D /trunk/cucul/sprite.c +r1018 | sam | 2006-11-11 13:00:36 +0000 (Sat, 11 Nov 2006) | 2 lines * Rename sprite.c into frame.c. ------------------------------------------------------------------------ -r1017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/sprite.c +r1017 | sam | 2006-11-11 12:57:03 +0000 (Sat, 11 Nov 2006) | 2 lines * Prepare the way for per-frame width/height information. ------------------------------------------------------------------------ -r1016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r1016 | sam | 2006-11-11 12:27:37 +0000 (Sat, 11 Nov 2006) | 2 lines * Fix minor uninitialised data bug in cucul_canvas_create(). ------------------------------------------------------------------------ -r1015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r1015 | sam | 2006-11-11 12:11:20 +0000 (Sat, 11 Nov 2006) | 2 lines * Allow to resize canvases back to (0,0). ------------------------------------------------------------------------ -r1014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines -Changed paths: - M /trunk/cucul/charset.c - M /trunk/cucul/cucul_internals.h +r1014 | sam | 2006-11-11 09:22:10 +0000 (Sat, 11 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c +r1013 | sam | 2006-11-11 09:18:42 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/cucul/attr.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h +r1012 | sam | 2006-11-11 09:10:17 +0000 (Sat, 11 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/cucul/attr.c - M /trunk/cucul/export.c +r1011 | sam | 2006-11-11 08:44:14 +0000 (Sat, 11 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/attr.c - M /trunk/cucul/cucul.h +r1010 | sam | 2006-11-11 08:34:41 +0000 (Sat, 11 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca0.h - M /trunk/cucul/box.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c - M /trunk/src/cacademo.c - M /trunk/src/cacaview.c - M /trunk/test/demo.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/frames.c - M /trunk/test/gamma.c - M /trunk/test/input.c +r1009 | sam | 2006-11-11 08:11:26 +0000 (Sat, 11 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/box.c - M /trunk/cucul/cucul.h +r1008 | sam | 2006-11-11 07:56:30 +0000 (Sat, 11 Nov 2006) | 2 lines * Implemented cucul_draw_cp437_box(). ------------------------------------------------------------------------ -r1007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines -Changed paths: - M /trunk/doc/Makefile.am - A /trunk/doc/cacaplay.1 - A /trunk/doc/cacaserver.1 - M /trunk/doc/cacaview.1 - A /trunk/doc/img2irc.1 - M /trunk/src/img2irc.c +r1007 | sam | 2006-11-10 15:38:09 +0000 (Fri, 10 Nov 2006) | 2 lines * Wrote manual pages for img2irc, cacaplay and cacaserver. ------------------------------------------------------------------------ -r1006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - A /trunk/cucul/attr.c (from /trunk/cucul/colour.c:994) - D /trunk/cucul/colour.c - M /trunk/cucul/cucul.h +r1006 | sam | 2006-11-10 10:29:54 +0000 (Fri, 10 Nov 2006) | 2 lines * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. ------------------------------------------------------------------------ -r1005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines -Changed paths: - M /trunk/src/cacaserver.c +r1005 | sam | 2006-11-09 17:24:29 +0000 (Thu, 09 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r1004 | sam | 2006-11-09 17:20:47 +0000 (Thu, 09 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/import.c +r1003 | sam | 2006-11-09 11:14:57 +0000 (Thu, 09 Nov 2006) | 2 lines * Minor documentation fixes. ------------------------------------------------------------------------ -r1002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines -Changed paths: - M /trunk/cxx/cxxtest.cpp +r1002 | jylam | 2006-11-09 09:27:35 +0000 (Thu, 09 Nov 2006) | 2 lines * Fixed behaviour of the pig while resizing window ------------------------------------------------------------------------ -r1001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines -Changed paths: - M /trunk/doc/migrating.dox +r1001 | sam | 2006-11-08 17:27:48 +0000 (Wed, 08 Nov 2006) | 2 lines * Slight documentation update. ------------------------------------------------------------------------ -r1000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines -Changed paths: - M /trunk/src/cacadraw.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/img2irc.c - M /trunk/test/export.c - M /trunk/test/font2tga.c - M /trunk/test/import.c - M /trunk/test/text.c +r1000 | sam | 2006-11-08 17:26:57 +0000 (Wed, 08 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/import.c +r999 | sam | 2006-11-08 17:18:23 +0000 (Wed, 08 Nov 2006) | 8 lines * Set the cucul_import_memory() buffer type to void const * instead of unsigned char const * so that C++ programs won't complain. @@ -713,116 +755,71 @@ Changed paths: \___/|_| |_|\____| /_/ /_/ /_/ ------------------------------------------------------------------------ -r998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines -Changed paths: - M /trunk/caca/caca0.c - M /trunk/caca/driver_raw.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export.c - M /trunk/cucul/legacy.c +r998 | sam | 2006-11-08 16:43:59 +0000 (Wed, 08 Nov 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/import.c - M /trunk/cucul/legacy.c +r997 | sam | 2006-11-08 16:34:43 +0000 (Wed, 08 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/common.h +r996 | sam | 2006-11-08 13:12:06 +0000 (Wed, 08 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/common.h - M /trunk/cucul/font.c - M /trunk/cucul/import.c +r995 | sam | 2006-11-08 13:05:42 +0000 (Wed, 08 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - D /trunk/cucul/buffer.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export.c - M /trunk/cucul/import.c - A /trunk/cucul/legacy.c (from /trunk/cucul/buffer.c:993) +r994 | sam | 2006-11-08 12:11:07 +0000 (Wed, 08 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/buffer.c +r993 | sam | 2006-11-08 07:59:23 +0000 (Wed, 08 Nov 2006) | 2 lines * Minor syntax fix in the doxygen documentation. ------------------------------------------------------------------------ -r992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines -Changed paths: - M /trunk/src/Makefile.am - M /trunk/src/cacaserver.c +r992 | sam | 2006-11-08 07:58:03 +0000 (Wed, 08 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/doc/tutorial.dox +r991 | sam | 2006-11-06 11:06:44 +0000 (Mon, 06 Nov 2006) | 2 lines * Replace CUCUL_COLOR_* with CUCUL_*. ------------------------------------------------------------------------ -r990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines -Changed paths: - M /trunk/test/font2tga.c +r990 | sam | 2006-11-06 11:04:37 +0000 (Mon, 06 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca0.c +r989 | sam | 2006-11-05 23:59:06 +0000 (Sun, 05 Nov 2006) | 2 lines * Fix a harmless warning in caca0.c. ------------------------------------------------------------------------ -r987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r987 | sam | 2006-11-05 22:51:04 +0000 (Sun, 05 Nov 2006) | 3 lines * 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 -Changed paths: - M /trunk/TODO +r986 | sam | 2006-11-05 22:45:10 +0000 (Sun, 05 Nov 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines -Changed paths: - M /trunk/cucul/export.c - M /trunk/cucul/import.c - M /trunk/src/cacaserver.c +r985 | sam | 2006-11-05 22:20:51 +0000 (Sun, 05 Nov 2006) | 6 lines * 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 @@ -831,152 +828,80 @@ Changed paths: * Updated cacaserver to reflect file format changes. ------------------------------------------------------------------------ -r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cxx - M /trunk/cxx/cxxtest.cpp +r984 | sam | 2006-11-05 21:59:26 +0000 (Sun, 05 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r983 | sam | 2006-11-05 21:47:51 +0000 (Sun, 05 Nov 2006) | 2 lines * Add information to the font format. ------------------------------------------------------------------------ -r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/doc/tutorial.dox +r982 | jylam | 2006-11-05 18:31:45 +0000 (Sun, 05 Nov 2006) | 2 lines * Fixed typo, added compilation example ------------------------------------------------------------------------ -r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/doc/tutorial.dox +r981 | jylam | 2006-11-05 18:14:26 +0000 (Sun, 05 Nov 2006) | 2 lines * Started a real and complete tutorial ------------------------------------------------------------------------ -r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cxx/cucul++.h +r980 | sam | 2006-11-05 18:08:36 +0000 (Sun, 05 Nov 2006) | 2 lines * Oops, fixed getChar's prototype. ------------------------------------------------------------------------ -r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cxx/cucul++.cpp - M /trunk/cxx/cucul++.h +r979 | sam | 2006-11-05 18:06:09 +0000 (Sun, 05 Nov 2006) | 2 lines * Implemented putChar() and updated getChar()'s prototype. ------------------------------------------------------------------------ -r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cxx/cucul++.cpp +r978 | sam | 2006-11-05 18:00:53 +0000 (Sun, 05 Nov 2006) | 2 lines * 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 -Changed paths: - M /trunk/cxx/cxxtest.cpp +r977 | jylam | 2006-11-05 17:27:37 +0000 (Sun, 05 Nov 2006) | 2 lines * Fixed c++ example ------------------------------------------------------------------------ -r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r976 | sam | 2006-11-05 16:58:58 +0000 (Sun, 05 Nov 2006) | 2 lines * Fix the default canvas colour value. ------------------------------------------------------------------------ -r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.h +r975 | sam | 2006-11-05 16:56:49 +0000 (Sun, 05 Nov 2006) | 2 lines * Remove legacy cucul_ansi_to_str() from cucul.h. ------------------------------------------------------------------------ -r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines -Changed paths: - M /trunk/cucul/font.c - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/tools/makefont.c +r974 | sam | 2006-10-31 17:03:21 +0000 (Tue, 31 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/colour.c +r973 | sam | 2006-10-31 14:34:06 +0000 (Tue, 31 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca0.c - M /trunk/caca/caca0.h - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cxx/cucul++.cpp - M /trunk/cxx/cucul++.h - M /trunk/cxx/cxxtest.cpp - M /trunk/doc/migrating.dox - M /trunk/doc/tutorial.dox - M /trunk/test/colors.c - M /trunk/test/demo.c +r972 | sam | 2006-10-31 14:04:22 +0000 (Tue, 31 Oct 2006) | 4 lines * 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 -Changed paths: - D /trunk/cxx/cpptest.cpp - R /trunk/cxx/cxxtest.cpp (from /trunk/cxx/cpptest.cpp:960) +r971 | sam | 2006-10-31 13:44:41 +0000 (Tue, 31 Oct 2006) | 2 lines * 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 /trunk/caca/caca0.h - M /trunk/caca/driver_gl.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/import.c - M /trunk/src/aafire.c - M /trunk/src/cacademo.c - M /trunk/src/cacadraw.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/font2tga.c - M /trunk/test/frames.c - M /trunk/test/fullwidth.c - M /trunk/test/gamma.c - M /trunk/test/input.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r970 | sam | 2006-10-31 13:29:48 +0000 (Tue, 31 Oct 2006) | 5 lines * 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 @@ -984,91 +909,40 @@ 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 -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/export.c - M /trunk/test/colors.c - M /trunk/test/export.c +r969 | sam | 2006-10-31 08:17:58 +0000 (Tue, 31 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_x11.c - M /trunk/cucul/export.c +r968 | sam | 2006-10-30 16:37:36 +0000 (Mon, 30 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/colors.c - M /trunk/test/export.c +r967 | sam | 2006-10-30 14:41:16 +0000 (Mon, 30 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r966 | sam | 2006-10-30 14:33:46 +0000 (Mon, 30 Oct 2006) | 2 lines * Fix IRC and term transparency (again). ------------------------------------------------------------------------ -r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines -Changed paths: - M /trunk/TODO +r965 | sam | 2006-10-30 13:51:25 +0000 (Mon, 30 Oct 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.h +r962 | sam | 2006-10-29 22:07:07 +0000 (Sun, 29 Oct 2006) | 3 lines * 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 /trunk/caca/caca0.c - M /trunk/caca/caca0.h - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_slang.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/import.c - M /trunk/cucul/sprite.c - M /trunk/src/aafire.c - M /trunk/src/cacademo.c - M /trunk/src/cacadraw.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/font2tga.c - M /trunk/test/frames.c - M /trunk/test/fullwidth.c - M /trunk/test/gamma.c - M /trunk/test/input.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c - M /trunk/tools/optipal.c +r961 | sam | 2006-10-29 20:54:51 +0000 (Sun, 29 Oct 2006) | 5 lines * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the functionality into cucul_set_attr(). @@ -1076,69 +950,19 @@ 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 /trunk/caca/driver_gl.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/import.c - M /trunk/cucul/sprite.c - M /trunk/src/aafire.c - M /trunk/src/cacademo.c - M /trunk/src/cacadraw.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/font2tga.c - M /trunk/test/frames.c - M /trunk/test/fullwidth.c - M /trunk/test/gamma.c - M /trunk/test/input.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r960 | sam | 2006-10-29 08:35:46 +0000 (Sun, 29 Oct 2006) | 4 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/cacaview.c - M /trunk/src/common-image.c +r959 | sam | 2006-10-29 08:06:27 +0000 (Sun, 29 Oct 2006) | 2 lines * Fix broken Imlib2 support in cacaview. ------------------------------------------------------------------------ -r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines -Changed paths: - M /trunk/caca/caca0.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/cucul/canvas.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/import.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c +r958 | sam | 2006-10-28 23:53:46 +0000 (Sat, 28 Oct 2006) | 6 lines * 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 @@ -1147,361 +971,229 @@ 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 -Changed paths: - M /trunk/cucul/buffer.c +r957 | sam | 2006-10-27 20:40:24 +0000 (Fri, 27 Oct 2006) | 2 lines * Reworded documentation about buffer/string distinction. ------------------------------------------------------------------------ -r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r956 | sam | 2006-10-27 20:22:48 +0000 (Fri, 27 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/buffer.c +r955 | jylam | 2006-10-27 20:18:23 +0000 (Fri, 27 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/DotNet/test.cs - M /trunk/cucul/import.c +r954 | jylam | 2006-10-27 19:26:35 +0000 (Fri, 27 Oct 2006) | 2 lines * "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 -Changed paths: - M /trunk/cucul/export.c +r953 | sam | 2006-10-26 09:24:29 +0000 (Thu, 26 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r952 | sam | 2006-10-26 09:17:21 +0000 (Thu, 26 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r951 | sam | 2006-10-26 09:04:55 +0000 (Thu, 26 Oct 2006) | 2 lines * Support export of zero-sized canvases. ------------------------------------------------------------------------ -r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r950 | sam | 2006-10-26 08:47:39 +0000 (Thu, 26 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r949 | sam | 2006-10-26 08:45:18 +0000 (Thu, 26 Oct 2006) | 2 lines * Allow to import zero-sized canvases. ------------------------------------------------------------------------ -r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines -Changed paths: - M /trunk/doc/user.dox +r948 | sam | 2006-10-26 08:17:41 +0000 (Thu, 26 Oct 2006) | 2 lines * CACA_GEOMETRY works with the raw driver. ------------------------------------------------------------------------ -r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/cucul/cucul.c +r947 | sam | 2006-10-26 08:16:43 +0000 (Thu, 26 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/frames.c +r946 | sam | 2006-10-26 08:11:39 +0000 (Thu, 26 Oct 2006) | 2 lines * Minor changes to the frames test. ------------------------------------------------------------------------ -r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines -Changed paths: - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cucul/buffer.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/import.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c +r945 | sam | 2006-10-25 22:06:21 +0000 (Wed, 25 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/transform.c +r944 | sam | 2006-10-25 22:04:31 +0000 (Wed, 25 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r943 | sam | 2006-10-25 22:01:38 +0000 (Wed, 25 Oct 2006) | 2 lines * Do not output \r in the UTF-8 exporter. ------------------------------------------------------------------------ -r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines -Changed paths: - M /trunk/doc/cacafire.1 - M /trunk/src/cacademo.c +r942 | sam | 2006-10-24 07:07:47 +0000 (Tue, 24 Oct 2006) | 2 lines * Use enter as the transition key. ------------------------------------------------------------------------ -r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r941 | sam | 2006-10-22 21:24:15 +0000 (Sun, 22 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/transform.c - M /trunk/test/fullwidth.c +r940 | sam | 2006-10-22 21:13:32 +0000 (Sun, 22 Oct 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/transform.c +r939 | sam | 2006-10-22 20:31:10 +0000 (Sun, 22 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/transform.c +r938 | sam | 2006-10-22 19:53:48 +0000 (Sun, 22 Oct 2006) | 2 lines * Add fullwidth characters to the transform test. ------------------------------------------------------------------------ -r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/export.c +r937 | sam | 2006-10-22 17:40:55 +0000 (Sun, 22 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/export.c +r936 | sam | 2006-10-22 17:19:58 +0000 (Sun, 22 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r935 | sam | 2006-10-22 16:49:54 +0000 (Sun, 22 Oct 2006) | 2 lines * Support for fullwidth glyphs in the UTF-8 importer. ------------------------------------------------------------------------ -r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h +r934 | sam | 2006-10-22 16:35:25 +0000 (Sun, 22 Oct 2006) | 2 lines * Support for fullwidth glyphs in the libcaca output drivers. ------------------------------------------------------------------------ -r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines -Changed paths: - M /trunk/test/fullwidth.c +r933 | sam | 2006-10-22 16:16:15 +0000 (Sun, 22 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/fullwidth.c - M /trunk/test/unicode.c +r932 | sam | 2006-10-22 15:03:22 +0000 (Sun, 22 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul_internals.h +r931 | sam | 2006-10-22 15:01:04 +0000 (Sun, 22 Oct 2006) | 2 lines * Support for fullwidth (= double width) Unicode characters. ------------------------------------------------------------------------ -r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines -Changed paths: - M /trunk/doc/libcaca.dox +r930 | sam | 2006-10-22 14:40:50 +0000 (Sun, 22 Oct 2006) | 2 lines * Minor changes to the documentation front page. ------------------------------------------------------------------------ -r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines -Changed paths: - M /trunk/cxx/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am - M /trunk/tools/Makefile.am +r929 | sam | 2006-10-20 16:19:41 +0000 (Fri, 20 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/charset.c - M /trunk/cucul/cucul.h +r928 | sam | 2006-10-20 16:17:12 +0000 (Fri, 20 Oct 2006) | 2 lines * Implemented cucul_utf32_is_fullwidth(). ------------------------------------------------------------------------ -r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines -Changed paths: - M /trunk/TODO +r927 | sam | 2006-10-19 23:17:33 +0000 (Thu, 19 Oct 2006) | 2 lines * Slightly updated TODO list. ------------------------------------------------------------------------ -r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/configure.ac +r926 | sam | 2006-10-19 22:43:17 +0000 (Thu, 19 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac +r925 | sam | 2006-10-19 21:21:00 +0000 (Thu, 19 Oct 2006) | 2 lines * Add checks for getopt / getopt_long. ------------------------------------------------------------------------ -r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines -Changed paths: - M /trunk/cxx/cucul++.h +r924 | sam | 2006-10-14 22:11:33 +0000 (Sat, 14 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/Makefile.am +r923 | sam | 2006-10-12 09:33:49 +0000 (Thu, 12 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r922 | sam | 2006-10-06 10:12:52 +0000 (Fri, 06 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r920 | sam | 2006-10-04 12:11:16 +0000 (Wed, 04 Oct 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r917 | sam | 2006-10-01 12:50:43 +0000 (Sun, 01 Oct 2006) | 2 lines * Support transparency in the colour UTF-8 exporter. ------------------------------------------------------------------------ -r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/triangle.c +r916 | sam | 2006-10-01 12:23:30 +0000 (Sun, 01 Oct 2006) | 2 lines * Better precision in cucul_fill_triangle(). ------------------------------------------------------------------------ -r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/triangle.c +r915 | sam | 2006-10-01 11:53:35 +0000 (Sun, 01 Oct 2006) | 2 lines * More optimisations in cucul_fill_triangle(). ------------------------------------------------------------------------ -r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/triangle.c +r914 | sam | 2006-10-01 10:47:41 +0000 (Sun, 01 Oct 2006) | 2 lines * Optimised triangle rasteriser. Thanks to Jylam for the hints. ------------------------------------------------------------------------ -r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r913 | sam | 2006-10-01 08:53:41 +0000 (Sun, 01 Oct 2006) | 2 lines * 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 -Changed paths: - M /trunk/cxx/Makefile.am - M /trunk/cxx/cucul++.cpp - M /trunk/cxx/cucul++.h - A /trunk/cxx/cxxtest.cpp +r901 | jylam | 2006-09-30 18:56:23 +0000 (Sat, 30 Sep 2006) | 9 lines * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. @@ -1513,311 +1205,210 @@ M cxx/cucul++.h M cxx/Makefile.am ------------------------------------------------------------------------ -r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS +r900 | sam | 2006-09-30 18:35:50 +0000 (Sat, 30 Sep 2006) | 2 lines * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r899 | sam | 2006-09-30 18:25:41 +0000 (Sat, 30 Sep 2006) | 2 lines * Set version to 0.99.beta6. ------------------------------------------------------------------------ -r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines -Changed paths: - M /trunk/test/import.c +r898 | sam | 2006-09-30 18:24:10 +0000 (Sat, 30 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/aafire.c - M /trunk/src/cacademo.c +r897 | sam | 2006-09-30 18:20:39 +0000 (Sat, 30 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c +r896 | sam | 2006-09-30 17:49:09 +0000 (Sat, 30 Sep 2006) | 2 lines * Fix minor memory leak in cucul_set_canvas_boundaries(). ------------------------------------------------------------------------ -r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r895 | sam | 2006-09-30 17:31:16 +0000 (Sat, 30 Sep 2006) | 2 lines * Fix minor memory leak in cucul_free_canvas(). ------------------------------------------------------------------------ -r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c +r890 | sam | 2006-09-29 23:36:02 +0000 (Fri, 29 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r889 | sam | 2006-09-29 23:34:03 +0000 (Fri, 29 Sep 2006) | 3 lines * Add "utf8" import format. * Documented "text" import format. ------------------------------------------------------------------------ -r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r874 | sam | 2006-09-26 20:32:48 +0000 (Tue, 26 Sep 2006) | 2 lines * Initialise colours to default/transparent instead of lightgray/black. ------------------------------------------------------------------------ -r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines -Changed paths: - M /trunk/NEWS +r873 | sam | 2006-09-25 16:12:17 +0000 (Mon, 25 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/TODO - M /trunk/caca/caca.h - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/import.c +r872 | sam | 2006-09-25 16:00:10 +0000 (Mon, 25 Sep 2006) | 2 lines * Fix enumeration layout in the manpage documentation. ------------------------------------------------------------------------ -r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines -Changed paths: - M /trunk/doc/Makefile.am +r871 | sam | 2006-09-25 15:58:33 +0000 (Mon, 25 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r870 | sam | 2006-09-23 19:07:13 +0000 (Sat, 23 Sep 2006) | 4 lines * 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 -Changed paths: - M /trunk/TODO +r869 | sam | 2006-09-23 07:36:54 +0000 (Sat, 23 Sep 2006) | 2 lines * Updated TODO. ------------------------------------------------------------------------ -r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS +r868 | sam | 2006-09-23 01:55:29 +0000 (Sat, 23 Sep 2006) | 2 lines * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ -r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/doc/Makefile.am - M /trunk/doc/cacafire.1 +r867 | sam | 2006-09-23 01:48:10 +0000 (Sat, 23 Sep 2006) | 2 lines * Update the cacademo manpage to reflect the merge. ------------------------------------------------------------------------ -r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.h +r866 | sam | 2006-09-23 01:28:49 +0000 (Sat, 23 Sep 2006) | 2 lines * Implemented cucul_get_color(). ------------------------------------------------------------------------ -r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c +r865 | sam | 2006-09-23 01:18:49 +0000 (Sat, 23 Sep 2006) | 2 lines * Fixed chcul_getchar's error behaviour. ------------------------------------------------------------------------ -r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r864 | sam | 2006-09-23 01:10:15 +0000 (Sat, 23 Sep 2006) | 2 lines * Update versioning. ------------------------------------------------------------------------ -r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/export.c +r863 | sam | 2006-09-23 00:59:47 +0000 (Sat, 23 Sep 2006) | 2 lines * Handle transparency in the IRC export. ------------------------------------------------------------------------ -r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r862 | sam | 2006-09-23 00:55:42 +0000 (Sat, 23 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/test - M /trunk/test/Makefile.am - D /trunk/test/toilet.c +r861 | sam | 2006-09-22 23:26:56 +0000 (Fri, 22 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/toilet.c +r860 | sam | 2006-09-22 00:27:13 +0000 (Fri, 22 Sep 2006) | 2 lines * Autocrop toilet output. ------------------------------------------------------------------------ -r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h +r859 | sam | 2006-09-22 00:20:06 +0000 (Fri, 22 Sep 2006) | 2 lines * Implement cucul_set_canvas_boundaries() for cropping and expanding. ------------------------------------------------------------------------ -r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/export.c +r858 | sam | 2006-09-21 22:36:00 +0000 (Thu, 21 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/toilet.c +r857 | sam | 2006-09-21 21:30:50 +0000 (Thu, 21 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/toilet.c +r856 | sam | 2006-09-21 19:54:54 +0000 (Thu, 21 Sep 2006) | 2 lines * Support for platforms without in TOIlet. ------------------------------------------------------------------------ -r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines -Changed paths: - M /trunk/test/Makefile.am - M /trunk/test/toilet.c +r855 | sam | 2006-09-21 17:32:27 +0000 (Thu, 21 Sep 2006) | 2 lines * Added getopt support to toilet. ------------------------------------------------------------------------ -r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r854 | sam | 2006-09-21 16:59:23 +0000 (Thu, 21 Sep 2006) | 2 lines * Check for and getopt_long. ------------------------------------------------------------------------ -r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/toilet.c +r853 | sam | 2006-09-20 16:31:12 +0000 (Wed, 20 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/font.c +r852 | sam | 2006-09-19 19:11:33 +0000 (Tue, 19 Sep 2006) | 2 lines * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix. ------------------------------------------------------------------------ -r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r851 | jylam | 2006-09-19 19:06:04 +0000 (Tue, 19 Sep 2006) | 2 lines * Oops \o/ ------------------------------------------------------------------------ -r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r850 | jylam | 2006-09-19 19:04:29 +0000 (Tue, 19 Sep 2006) | 2 lines * REAL fix ------------------------------------------------------------------------ -r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r849 | sam | 2006-09-19 19:00:40 +0000 (Tue, 19 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/font.c +r848 | sam | 2006-09-19 18:47:39 +0000 (Tue, 19 Sep 2006) | 2 lines * Hopefully fix 64-bit bug. ------------------------------------------------------------------------ -r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/font.c +r847 | jylam | 2006-09-19 18:40:09 +0000 (Tue, 19 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h +r846 | sam | 2006-09-19 16:07:13 +0000 (Tue, 19 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r845 | sam | 2006-09-19 08:26:43 +0000 (Tue, 19 Sep 2006) | 2 lines * Added an fprintf stub to the kernel. ------------------------------------------------------------------------ -r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r844 | sam | 2006-09-19 08:18:32 +0000 (Tue, 19 Sep 2006) | 2 lines * 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) | 5 lines -Changed paths: - M /trunk/caca/driver_gl.c +r843 | jylam | 2006-09-19 08:04:38 +0000 (Tue, 19 Sep 2006) | 5 lines * Fixed compilation warning, and .... AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought) @@ -1825,416 +1416,257 @@ Changed paths: ------------------------------------------------------------------------ -r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r842 | sam | 2006-09-19 00:02:59 +0000 (Tue, 19 Sep 2006) | 2 lines * Got rid of cucul_render_glyph(). Ahahahaha. ------------------------------------------------------------------------ -r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r841 | sam | 2006-09-19 00:01:26 +0000 (Tue, 19 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r840 | sam | 2006-09-18 22:32:25 +0000 (Mon, 18 Sep 2006) | 2 lines * Full Unicode support in the GL driver. ------------------------------------------------------------------------ -r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/font.c +r839 | sam | 2006-09-18 22:29:20 +0000 (Mon, 18 Sep 2006) | 2 lines * Oops, fixed typo in cucul_get_font_blocks(). ------------------------------------------------------------------------ -r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r838 | sam | 2006-09-18 17:40:35 +0000 (Mon, 18 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac +r837 | sam | 2006-09-18 07:31:31 +0000 (Mon, 18 Sep 2006) | 2 lines * Remove useless -I../kernel/ from CFLAGS. ------------------------------------------------------------------------ -r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines -Changed paths: - M /trunk/build-kernel +r836 | sam | 2006-09-18 07:30:14 +0000 (Mon, 18 Sep 2006) | 2 lines * Fix the kernel build rules. ------------------------------------------------------------------------ -r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_vga.c +r835 | sam | 2006-09-18 07:20:06 +0000 (Mon, 18 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r834 | sam | 2006-09-18 07:11:43 +0000 (Mon, 18 Sep 2006) | 2 lines * Fixed memcmp() prototype and implementation. ------------------------------------------------------------------------ -r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r833 | sam | 2006-09-18 06:59:48 +0000 (Mon, 18 Sep 2006) | 2 lines * Added errno support to the kernel. ------------------------------------------------------------------------ -r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/DotNet/Caca.cs - M /trunk/DotNet/test.cs +r832 | jylam | 2006-09-17 13:36:13 +0000 (Sun, 17 Sep 2006) | 2 lines * Updated .Net bindings ------------------------------------------------------------------------ -r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/README - M /trunk/caca/driver_gl.c +r831 | jylam | 2006-09-17 13:15:12 +0000 (Sun, 17 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c +r830 | sam | 2006-09-17 12:58:12 +0000 (Sun, 17 Sep 2006) | 2 lines * A few coding style fixes. ------------------------------------------------------------------------ -r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_vga.c - M /trunk/common.h - M /trunk/configure.ac - M /trunk/cucul/buffer.c - M /trunk/cucul/cucul.c - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h - M /trunk/src/Makefile.am - M /trunk/src/cacadraw.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaview.c - M /trunk/src/common-image.c - M /trunk/src/img2irc.c - M /trunk/test/demo.c - M /trunk/test/demo0.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/font2tga.c - M /trunk/test/frames.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/import.c - M /trunk/test/input.c - M /trunk/test/spritedit.c - M /trunk/test/text.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c - M /trunk/tools/optipal.c +r829 | jylam | 2006-09-17 12:44:18 +0000 (Sun, 17 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r828 | sam | 2006-09-17 11:39:22 +0000 (Sun, 17 Sep 2006) | 2 lines * Minor TODO update. ------------------------------------------------------------------------ -r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/font.c +r827 | sam | 2006-09-17 11:10:49 +0000 (Sun, 17 Sep 2006) | 2 lines * Minor documentation fix (testing the buildbot, actually). ------------------------------------------------------------------------ -r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/font.c +r826 | jylam | 2006-09-17 10:54:23 +0000 (Sun, 17 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r825 | sam | 2006-09-17 01:12:28 +0000 (Sun, 17 Sep 2006) | 2 lines * Coding style (ahaha vieux porc). ------------------------------------------------------------------------ -r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r824 | sam | 2006-09-17 00:53:48 +0000 (Sun, 17 Sep 2006) | 2 lines * Got rid of OFFSET_X and OFFSET_Y. ------------------------------------------------------------------------ -r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r823 | sam | 2006-09-17 00:48:30 +0000 (Sun, 17 Sep 2006) | 2 lines * More cleanup in cacademo.c. ------------------------------------------------------------------------ -r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r822 | sam | 2006-09-17 00:32:23 +0000 (Sun, 17 Sep 2006) | 2 lines * Cosmetic changes to cacademo. ------------------------------------------------------------------------ -r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r821 | sam | 2006-09-17 00:11:29 +0000 (Sun, 17 Sep 2006) | 2 lines * Factored the star code (vieux porc). ------------------------------------------------------------------------ -r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r820 | sam | 2006-09-17 00:02:31 +0000 (Sun, 17 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/cacademo.c +r819 | sam | 2006-09-16 23:34:18 +0000 (Sat, 16 Sep 2006) | 2 lines * Moved transition data to the function. ------------------------------------------------------------------------ -r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r818 | jylam | 2006-09-16 21:27:59 +0000 (Sat, 16 Sep 2006) | 2 lines * Added nifty rotation to our 80's star. ------------------------------------------------------------------------ -r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/triangle.c +r817 | sam | 2006-09-16 21:08:11 +0000 (Sat, 16 Sep 2006) | 2 lines * Fixing precision. ------------------------------------------------------------------------ -r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/cucul/triangle.c +r816 | jylam | 2006-09-16 21:00:46 +0000 (Sat, 16 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacademo.c +r815 | jylam | 2006-09-16 20:48:31 +0000 (Sat, 16 Sep 2006) | 2 lines * Added much disco transition (ellipses suck). YMCA \o/ ------------------------------------------------------------------------ -r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_slang.c +r814 | sam | 2006-09-16 17:15:11 +0000 (Sat, 16 Sep 2006) | 2 lines * Fix compilation warning in the slang driver. ------------------------------------------------------------------------ -r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines -Changed paths: - M /trunk/src/cacademo.c +r813 | sam | 2006-09-16 16:01:48 +0000 (Sat, 16 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/gamma.c +r812 | sam | 2006-09-16 15:46:30 +0000 (Sat, 16 Sep 2006) | 2 lines * Fix badly initialised data in the gamma test. ------------------------------------------------------------------------ -r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines -Changed paths: - M /trunk/src/cacademo.c - M /trunk/test - M /trunk/test/Makefile.am - D /trunk/test/matrix.c +r811 | sam | 2006-09-16 15:06:09 +0000 (Sat, 16 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/matrix.c +r810 | jylam | 2006-09-16 13:26:51 +0000 (Sat, 16 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r809 | jylam | 2006-09-16 13:19:23 +0000 (Sat, 16 Sep 2006) | 2 lines * Fixed truecolor bug in OpenGL driver. ------------------------------------------------------------------------ -r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/src/cacademo.c +r808 | sam | 2006-09-16 13:12:11 +0000 (Sat, 16 Sep 2006) | 2 lines * Factor most of the cacademo code. ------------------------------------------------------------------------ -r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines -Changed paths: - M /trunk/src/cacademo.c +r807 | sam | 2006-09-16 12:57:41 +0000 (Sat, 16 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/cacademo.c +r806 | jylam | 2006-09-16 12:47:55 +0000 (Sat, 16 Sep 2006) | 2 lines * hey, ***I*** found a factorisation bug in cacaballs ! ------------------------------------------------------------------------ -r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r805 | jylam | 2006-09-16 12:40:37 +0000 (Sat, 16 Sep 2006) | 2 lines * OpenGL builtin font support ------------------------------------------------------------------------ -r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines -Changed paths: - M /trunk/src - M /trunk/src/Makefile.am - D /trunk/src/cacaball.c - A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802) - D /trunk/src/cacamoir.c - D /trunk/src/cacaplas.c +r804 | sam | 2006-09-16 09:45:03 +0000 (Sat, 16 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r803 | sam | 2006-09-16 09:43:36 +0000 (Sat, 16 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r802 | sam | 2006-09-09 17:58:57 +0000 (Sat, 09 Sep 2006) | 3 lines * Updated ChangeLog and NEWS. * 0.99.beta4 release. ------------------------------------------------------------------------ -r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines -Changed paths: - M /trunk/doc/Makefile.am +r801 | sam | 2006-09-09 17:54:06 +0000 (Sat, 09 Sep 2006) | 2 lines * Replace 'man3caca' with 'man3' in generated manpages. ------------------------------------------------------------------------ -r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines -Changed paths: - M /trunk/test/demo0.c +r800 | sam | 2006-09-09 17:52:54 +0000 (Sat, 09 Sep 2006) | 2 lines * Fix dithering handling in demo0.c. ------------------------------------------------------------------------ -r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines -Changed paths: - M /trunk/caca-config.in +r799 | sam | 2006-09-09 17:31:43 +0000 (Sat, 09 Sep 2006) | 2 lines * Do not output unnecessary libraries in caca-output config. ------------------------------------------------------------------------ -r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines -Changed paths: - M /trunk/doc/migrating.dox +r798 | sam | 2006-09-09 17:20:32 +0000 (Sat, 09 Sep 2006) | 2 lines * Oops, thinko in the migration doc. ------------------------------------------------------------------------ -r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines -Changed paths: - M /trunk/doc/migrating.dox +r797 | sam | 2006-09-09 17:02:30 +0000 (Sat, 09 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca0.c - M /trunk/caca/caca0.h +r796 | sam | 2006-09-09 16:53:13 +0000 (Sat, 09 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/demo0.c +r795 | sam | 2006-09-09 15:40:16 +0000 (Sat, 09 Sep 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/Makefile.am - A /trunk/caca/caca0.c - A /trunk/caca/caca0.h +r794 | sam | 2006-09-09 15:38:06 +0000 (Sat, 09 Sep 2006) | 8 lines * Added an emulation layer for pre-1.0 libcaca API. Legacy applications just need to include instead of and should be source- @@ -2245,416 +1677,248 @@ Changed paths: the same way. ------------------------------------------------------------------------ -r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines -Changed paths: - M /trunk/test/export.c +r793 | sam | 2006-09-09 14:52:05 +0000 (Sat, 09 Sep 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/transform.c +r792 | sam | 2006-08-30 21:30:29 +0000 (Wed, 30 Aug 2006) | 2 lines * U+214B TURNED AMPERSAND ------------------------------------------------------------------------ -r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac +r791 | sam | 2006-08-25 10:22:57 +0000 (Fri, 25 Aug 2006) | 3 lines * 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 /trunk/ChangeLog - M /trunk/Makefile.am - M /trunk/configure.ac - D /trunk/debian +r790 | sam | 2006-08-25 10:16:53 +0000 (Fri, 25 Aug 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r789 | sam | 2006-08-13 17:30:34 +0000 (Sun, 13 Aug 2006) | 2 lines * Factored some of the GL code. ------------------------------------------------------------------------ -r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines -Changed paths: - M /trunk/test - M /trunk/test/matrix.c +r788 | sam | 2006-08-02 13:15:52 +0000 (Wed, 02 Aug 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c +r787 | sam | 2006-08-02 13:12:43 +0000 (Wed, 02 Aug 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r786 | sam | 2006-08-02 13:11:39 +0000 (Wed, 02 Aug 2006) | 2 lines * Fixed cucul_create_canvas()'s documentation. ------------------------------------------------------------------------ -r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines -Changed paths: - M /trunk/cucul/dither.c +r785 | sam | 2006-07-21 08:19:29 +0000 (Fri, 21 Jul 2006) | 3 lines * 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 -Changed paths: - M /trunk/cxx/caca++.cpp - M /trunk/cxx/caca++.h - M /trunk/cxx/cpptest.cpp +r784 | jylam | 2006-06-10 11:35:18 +0000 (Sat, 10 Jun 2006) | 2 lines * Updated C++ bindings ------------------------------------------------------------------------ -r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines -Changed paths: - M /trunk/debian/control +r783 | sam | 2006-06-10 11:04:21 +0000 (Sat, 10 Jun 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/matrix.c +r782 | sam | 2006-05-31 14:33:48 +0000 (Wed, 31 May 2006) | 2 lines * Fixed matrix.c for non-Thinkpad computers. ------------------------------------------------------------------------ -r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r781 | sam | 2006-05-31 14:08:58 +0000 (Wed, 31 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/Makefile.am - A /trunk/test/matrix.c +r780 | sam | 2006-05-31 12:18:23 +0000 (Wed, 31 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac - M /trunk/debian/changelog +r779 | sam | 2006-05-28 22:19:10 +0000 (Sun, 28 May 2006) | 3 lines * Updated ChangeLog and NEWS. * 0.99.beta2 release. ------------------------------------------------------------------------ -r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines -Changed paths: - M /trunk/debian/caca-utils.install - M /trunk/debian/libcucul-dev.install +r778 | sam | 2006-05-26 07:43:41 +0000 (Fri, 26 May 2006) | 2 lines * Updated the Debian build scripts. ------------------------------------------------------------------------ -r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c +r777 | sam | 2006-05-26 07:01:10 +0000 (Fri, 26 May 2006) | 2 lines * Fixed an out of bounds bug in cucul_blit(). ------------------------------------------------------------------------ -r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines -Changed paths: - M /trunk/caca-config.in +r776 | sam | 2006-05-26 07:00:34 +0000 (Fri, 26 May 2006) | 2 lines * Removed legacy CUCUL_LIBS from caca-config. ------------------------------------------------------------------------ -r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c +r775 | sam | 2006-05-26 07:00:04 +0000 (Fri, 26 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/graphics.c +r774 | sam | 2006-05-26 06:59:11 +0000 (Fri, 26 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/driver_ncurses.c - M /trunk/configure.ac +r773 | sam | 2006-05-25 22:32:03 +0000 (Thu, 25 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/TODO +r772 | sam | 2006-05-25 20:01:30 +0000 (Thu, 25 May 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_slang.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c +r771 | sam | 2006-05-25 20:01:10 +0000 (Thu, 25 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r770 | sam | 2006-05-25 19:59:35 +0000 (Thu, 25 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/driver_ncurses.c - M /trunk/test/colors.c - M /trunk/test/input.c +r769 | sam | 2006-05-25 19:58:21 +0000 (Thu, 25 May 2006) | 4 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c +r768 | sam | 2006-05-25 19:56:55 +0000 (Thu, 25 May 2006) | 2 lines * Fixed the DOS build. ------------------------------------------------------------------------ -r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines -Changed paths: - M /trunk/caca/caca_internals.h +r767 | sam | 2006-05-25 19:56:03 +0000 (Thu, 25 May 2006) | 2 lines * Minor cosmetic fix. ------------------------------------------------------------------------ -r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/cucul/Makefile.am - M /trunk/cxx/Makefile.am - M /trunk/kernel/Makefile.am - M /trunk/test/Makefile.am - M /trunk/tools/Makefile.am +r766 | sam | 2006-05-25 19:55:11 +0000 (Thu, 25 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/Makefile.am +r765 | sam | 2006-05-25 19:11:18 +0000 (Thu, 25 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/build-dos - M /trunk/build-win32 +r764 | sam | 2006-05-25 19:10:35 +0000 (Thu, 25 May 2006) | 2 lines * Updated build scripts for DOS and Win32. ------------------------------------------------------------------------ -r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c +r763 | sam | 2006-05-20 08:45:19 +0000 (Sat, 20 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r762 | sam | 2006-05-20 08:19:13 +0000 (Sat, 20 May 2006) | 2 lines * More coding style fixes in the GL driver. ------------------------------------------------------------------------ -r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r761 | sam | 2006-05-20 08:11:58 +0000 (Sat, 20 May 2006) | 2 lines * Fixed awful indenting of the GL plugin. ------------------------------------------------------------------------ -r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_ncurses.c +r760 | sam | 2006-05-20 05:45:57 +0000 (Sat, 20 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_slang.c +r759 | sam | 2006-05-20 05:41:14 +0000 (Sat, 20 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/test/input.c +r758 | sam | 2006-05-20 05:29:24 +0000 (Sat, 20 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/debian/changelog - M /trunk/debian/control +r757 | sam | 2006-05-20 05:28:31 +0000 (Sat, 20 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/input.c +r756 | sam | 2006-05-19 18:34:23 +0000 (Fri, 19 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r755 | sam | 2006-05-19 06:44:58 +0000 (Fri, 19 May 2006) | 2 lines * Updated the TODO list. ------------------------------------------------------------------------ -r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines -Changed paths: - M /trunk/debian/caca-utils.install - M /trunk/debian/libcucul-dev.install +r754 | sam | 2006-05-19 06:00:00 +0000 (Fri, 19 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/graphics.c - M /trunk/python/pypycaca.c - M /trunk/python/pypycaca.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/test/demo.c - M /trunk/test/frames.c - M /trunk/test/gamma.c +r753 | sam | 2006-05-19 05:44:27 +0000 (Fri, 19 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/charset.c +r752 | sam | 2006-05-19 05:30:01 +0000 (Fri, 19 May 2006) | 2 lines * Documented the newly exported charset functions. ------------------------------------------------------------------------ -r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/import.c - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c - M /trunk/tools/makefont.c +r751 | sam | 2006-05-19 04:53:48 +0000 (Fri, 19 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font.c - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h +r750 | sam | 2006-05-18 07:57:42 +0000 (Thu, 18 May 2006) | 2 lines * Regenerated fonts and reactivated them under Win32. ------------------------------------------------------------------------ -r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines -Changed paths: - M /trunk/tools/makefont.c +r749 | sam | 2006-05-18 07:56:54 +0000 (Thu, 18 May 2006) | 6 lines * Elite trick in the font generator to cope with C89's string length limitation of 509 characters. Instead of doing: @@ -2663,25 +1927,12 @@ 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 -Changed paths: - M /trunk/test/font2tga.c +r748 | sam | 2006-05-18 06:26:31 +0000 (Thu, 18 May 2006) | 2 lines * font2tga no longer needs cucul_internal.h. ------------------------------------------------------------------------ -r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines -Changed paths: - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c - M /trunk/cucul/import.c - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c - M /trunk/test/font2tga.c +r747 | sam | 2006-05-18 06:23:47 +0000 (Thu, 18 May 2006) | 5 lines * 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 @@ -2689,479 +1940,301 @@ Changed paths: ASCII (ie. <= 0x7f) beforehands. ------------------------------------------------------------------------ -r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/font2tga.c +r746 | sam | 2006-05-18 06:13:36 +0000 (Thu, 18 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/export.c +r745 | sam | 2006-05-18 06:09:44 +0000 (Thu, 18 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac +r744 | sam | 2006-05-18 05:43:43 +0000 (Thu, 18 May 2006) | 2 lines * Removed useless -lXt from X11 libraries check. ------------------------------------------------------------------------ -r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r743 | sam | 2006-05-12 19:33:44 +0000 (Fri, 12 May 2006) | 2 lines * Workaround for illegal ^[[0,0H ANSI escape code. ------------------------------------------------------------------------ -r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines -Changed paths: - M /trunk/cucul/dither.c +r742 | sam | 2006-05-12 19:32:41 +0000 (Fri, 12 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r741 | sam | 2006-05-12 19:31:50 +0000 (Fri, 12 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r740 | jylam | 2006-05-12 19:19:36 +0000 (Fri, 12 May 2006) | 2 lines * 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) | 1 line -Changed paths: - M /trunk/src/cacaserver.c +r739 | sam | 2006-05-09 20:25:29 +0000 (Tue, 09 May 2006) | 1 line * Use UTF-8 instead of ANSI in cacaserver ------------------------------------------------------------------------ -r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line -Changed paths: - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h +r738 | sam | 2006-05-09 18:59:00 +0000 (Tue, 09 May 2006) | 1 line * 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 -Changed paths: - M /trunk/tools/makefont.c +r737 | sam | 2006-05-09 15:52:15 +0000 (Tue, 09 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_x11.c +r736 | sam | 2006-05-09 01:58:47 +0000 (Tue, 09 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r735 | sam | 2006-05-09 01:57:47 +0000 (Tue, 09 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/cacadraw.c +r734 | sam | 2006-05-09 01:12:58 +0000 (Tue, 09 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c +r733 | sam | 2006-05-09 01:03:02 +0000 (Tue, 09 May 2006) | 2 lines * Removed a useless cast in the kernel code. ------------------------------------------------------------------------ -r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines -Changed paths: - M /trunk/DotNet - M /trunk/DotNet/AssemblyInfo.cs - M /trunk/DotNet/Caca.cs - M /trunk/DotNet/Cucul.cs - M /trunk/DotNet/test.cs +r732 | sam | 2006-05-09 00:59:29 +0000 (Tue, 09 May 2006) | 2 lines * Set svn properties on the .NET files. ------------------------------------------------------------------------ -r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines -Changed paths: - M /trunk/test/font.c - M /trunk/test/text.c +r731 | sam | 2006-05-09 00:47:28 +0000 (Tue, 09 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h +r730 | sam | 2006-05-09 00:46:08 +0000 (Tue, 09 May 2006) | 2 lines * Minor cosmetic fix in a comment. ------------------------------------------------------------------------ -r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines -Changed paths: - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/tools/makefont.c +r729 | sam | 2006-05-09 00:43:22 +0000 (Tue, 09 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/transform.c +r728 | sam | 2006-05-09 00:36:33 +0000 (Tue, 09 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c +r727 | sam | 2006-05-09 00:34:16 +0000 (Tue, 09 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/export.c +r721 | sam | 2006-05-05 15:19:44 +0000 (Fri, 05 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h +r720 | sam | 2006-05-05 15:13:32 +0000 (Fri, 05 May 2006) | 2 lines * Updated fonts with the new hardcoded CP437 glyphs. ------------------------------------------------------------------------ -r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines -Changed paths: - M /trunk/tools/makefont.c +r719 | sam | 2006-05-05 15:12:50 +0000 (Fri, 05 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/tools/Makefile.am - M /trunk/tools/makefont.c +r718 | sam | 2006-05-05 14:03:40 +0000 (Fri, 05 May 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r717 | sam | 2006-05-05 13:44:54 +0000 (Fri, 05 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/charset.c - M /trunk/cucul/cucul_internals.h +r716 | sam | 2006-05-05 05:09:54 +0000 (Fri, 05 May 2006) | 2 lines * Implemented the private _cucul_utf32_to_utf8() helper. ------------------------------------------------------------------------ -r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines -Changed paths: - M /trunk/cucul/export.c +r715 | sam | 2006-05-05 05:08:51 +0000 (Fri, 05 May 2006) | 2 lines * Exporter now generates valid ANSI, with CP437 characters. ------------------------------------------------------------------------ -r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines -Changed paths: - M /trunk/cucul/export.c +r714 | sam | 2006-05-04 22:00:52 +0000 (Thu, 04 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/colour.c +r713 | sam | 2006-05-04 21:34:10 +0000 (Thu, 04 May 2006) | 3 lines * 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 -Changed paths: - M /trunk/DotNet/test.cs - M /trunk/caca/event.c - M /trunk/doc/tutorial.dox +r712 | jylam | 2006-05-02 18:26:02 +0000 (Tue, 02 May 2006) | 2 lines * Fixed error in tutorial, updated caca_get_event() doc ------------------------------------------------------------------------ -r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines -Changed paths: - M /trunk/DotNet/AssemblyInfo.cs - M /trunk/DotNet/Caca.cs - M /trunk/DotNet/Cucul.cs - M /trunk/DotNet/test.cs +r711 | jylam | 2006-04-29 11:26:44 +0000 (Sat, 29 Apr 2006) | 2 lines * Fixed $Id ------------------------------------------------------------------------ -r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines -Changed paths: - A /trunk/DotNet - A /trunk/DotNet/AssemblyInfo.cs - A /trunk/DotNet/Caca.cs - A /trunk/DotNet/Cucul.cs - A /trunk/DotNet/Makefile - A /trunk/DotNet/libCaca.dll.config - A /trunk/DotNet/libCucul.dll.config - A /trunk/DotNet/test.cs +r710 | jylam | 2006-04-29 11:20:43 +0000 (Sat, 29 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/import.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c +r709 | sam | 2006-04-27 14:15:23 +0000 (Thu, 27 Apr 2006) | 2 lines * Completed return value and errno handling in libcucul API. ------------------------------------------------------------------------ -r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines -Changed paths: - M /trunk/test/export.c +r708 | sam | 2006-04-27 13:02:27 +0000 (Thu, 27 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/cucul/import.c +r707 | jylam | 2006-04-26 18:59:20 +0000 (Wed, 26 Apr 2006) | 2 lines * coding style fixes again ------------------------------------------------------------------------ -r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cxx/caca++.cpp - M /trunk/cxx/caca++.h - M /trunk/cxx/cucul++.h - M /trunk/src/cacadraw.c +r706 | jylam | 2006-04-26 18:53:08 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r705 | sam | 2006-04-26 17:24:27 +0000 (Wed, 26 Apr 2006) | 2 lines * Fixed line wrapping on some weird ANSI files. ------------------------------------------------------------------------ -r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r704 | sam | 2006-04-26 17:02:37 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font_mono9.h - M /trunk/cucul/font_monobold12.h - M /trunk/tools/makefont.c +r703 | sam | 2006-04-26 15:21:28 +0000 (Wed, 26 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r702 | sam | 2006-04-26 14:36:11 +0000 (Wed, 26 Apr 2006) | 2 lines * Minor code reorganisation and documenting. ------------------------------------------------------------------------ -r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r701 | jylam | 2006-04-26 14:06:19 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_x11.c +r700 | sam | 2006-04-26 13:22:04 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r699 | jylam | 2006-04-26 12:59:14 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_x11.c +r698 | jylam | 2006-04-26 12:57:31 +0000 (Wed, 26 Apr 2006) | 2 lines * removed duplicate code ------------------------------------------------------------------------ -r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c +r697 | sam | 2006-04-26 12:51:37 +0000 (Wed, 26 Apr 2006) | 2 lines * Wow, we even have Home/End support in X11. ------------------------------------------------------------------------ -r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c +r696 | sam | 2006-04-26 12:48:41 +0000 (Wed, 26 Apr 2006) | 2 lines * PageUp/PageDown support in X11. ------------------------------------------------------------------------ -r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r695 | jylam | 2006-04-26 12:47:21 +0000 (Wed, 26 Apr 2006) | 2 lines * Fixed home/pgup/pgdown/insert events ------------------------------------------------------------------------ -r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/src/cacadraw.c +r694 | jylam | 2006-04-26 12:36:31 +0000 (Wed, 26 Apr 2006) | 2 lines * page up / down ------------------------------------------------------------------------ -r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/import.c +r693 | sam | 2006-04-26 12:30:54 +0000 (Wed, 26 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/src - M /trunk/src/Makefile.am - A /trunk/src/cacadraw.c - M /trunk/test/import.c +r692 | sam | 2006-04-26 12:25:44 +0000 (Wed, 26 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r691 | jylam | 2006-04-26 12:23:30 +0000 (Wed, 26 Apr 2006) | 2 lines * Really updated doc ------------------------------------------------------------------------ -r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r690 | jylam | 2006-04-26 12:18:35 +0000 (Wed, 26 Apr 2006) | 2 lines * Fixed documentation for import ------------------------------------------------------------------------ -r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - D /trunk/cpp +r689 | sam | 2006-04-26 12:17:22 +0000 (Wed, 26 Apr 2006) | 2 lines * Removed legacy cpp directory. ------------------------------------------------------------------------ -r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - A /trunk/cxx (from /trunk/cpp:684) - M /trunk/cxx/Makefile.am - R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686) - R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686) - R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686) - R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686) - R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686) +r688 | jylam | 2006-04-26 12:11:55 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/event.c +r687 | sam | 2006-04-26 12:06:13 +0000 (Wed, 26 Apr 2006) | 2 lines * Minor typo. ------------------------------------------------------------------------ -r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cpp/cpptest.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h +r686 | jylam | 2006-04-26 11:57:30 +0000 (Wed, 26 Apr 2006) | 2 lines * Updated libcaca c++ bindings ------------------------------------------------------------------------ -r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines -Changed paths: - M /trunk/cucul/buffer.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/import.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/test - M /trunk/test/import.c - M /trunk/test/text.c +r685 | sam | 2006-04-26 11:54:26 +0000 (Wed, 26 Apr 2006) | 5 lines * Implemented cucul_load_file() and cucul_load_memory() to load respectively a file and a memory area into a libcucul buffer. @@ -3169,776 +2242,407 @@ Changed paths: buffers instead of simple memory areas. ------------------------------------------------------------------------ -r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r684 | sam | 2006-04-26 11:29:50 +0000 (Wed, 26 Apr 2006) | 2 lines * Argh, _really_ fixed the uninitialised variable. ------------------------------------------------------------------------ -r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r683 | sam | 2006-04-26 11:28:55 +0000 (Wed, 26 Apr 2006) | 2 lines * Fixed an uninitialised variable. ------------------------------------------------------------------------ -r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines -Changed paths: - M /trunk/cucul/import.c +r682 | sam | 2006-04-26 10:22:31 +0000 (Wed, 26 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/cpp/cpptest.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/test/demo.c +r681 | jylam | 2006-04-26 10:04:02 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r680 | sam | 2006-04-26 09:56:26 +0000 (Wed, 26 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r679 | jylam | 2006-04-26 09:00:40 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r678 | sam | 2006-04-26 08:21:46 +0000 (Wed, 26 Apr 2006) | 2 lines * Coding style. ------------------------------------------------------------------------ -r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r677 | sam | 2006-04-26 08:12:57 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r676 | jylam | 2006-04-26 08:09:14 +0000 (Wed, 26 Apr 2006) | 2 lines * Fixed warnings in ansi importer ------------------------------------------------------------------------ -r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r675 | sam | 2006-04-26 07:57:26 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/colour.c +r674 | sam | 2006-04-26 07:46:58 +0000 (Wed, 26 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r673 | jylam | 2006-04-25 18:23:33 +0000 (Tue, 25 Apr 2006) | 2 lines * Improved ANSI format detection ------------------------------------------------------------------------ -r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r672 | sam | 2006-04-25 18:16:42 +0000 (Tue, 25 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/import.c +r671 | sam | 2006-04-25 18:02:20 +0000 (Tue, 25 Apr 2006) | 2 lines * Simplified _manage_modifiers() a bit. ------------------------------------------------------------------------ -r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r670 | sam | 2006-04-25 17:46:49 +0000 (Tue, 25 Apr 2006) | 2 lines * Fixed bold support in ANSI loader. ------------------------------------------------------------------------ -r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r669 | sam | 2006-04-25 17:43:16 +0000 (Tue, 25 Apr 2006) | 2 lines * A few fixes in the ANSI interpreter. ------------------------------------------------------------------------ -r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r668 | sam | 2006-04-25 16:28:00 +0000 (Tue, 25 Apr 2006) | 2 lines * Got rid of _update_canvas_size(). ------------------------------------------------------------------------ -r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r667 | jylam | 2006-04-25 15:39:13 +0000 (Tue, 25 Apr 2006) | 2 lines * _updated_coding_style(aBit); ------------------------------------------------------------------------ -r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r666 | sam | 2006-04-25 15:22:53 +0000 (Tue, 25 Apr 2006) | 2 lines * Ahahaha. Meet the "optimisation" that breaks everything. ------------------------------------------------------------------------ -r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r665 | sam | 2006-04-25 15:04:19 +0000 (Tue, 25 Apr 2006) | 2 lines * Small optimisation in import_text(). ------------------------------------------------------------------------ -r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r664 | sam | 2006-04-25 14:12:31 +0000 (Tue, 25 Apr 2006) | 2 lines * Really minor coding style fixes in the ANSI importer. ------------------------------------------------------------------------ -r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h +r663 | sam | 2006-04-25 11:05:25 +0000 (Tue, 25 Apr 2006) | 2 lines * More error checking in libcucul. ------------------------------------------------------------------------ -r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/test/import.c +r662 | sam | 2006-04-25 11:05:03 +0000 (Tue, 25 Apr 2006) | 2 lines * Jylam is too modest. ------------------------------------------------------------------------ -r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - A /trunk/test/import.c +r661 | jylam | 2006-04-25 10:14:47 +0000 (Tue, 25 Apr 2006) | 2 lines * Added importers test ------------------------------------------------------------------------ -r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c - M /trunk/test/Makefile.am +r660 | jylam | 2006-04-25 10:14:12 +0000 (Tue, 25 Apr 2006) | 2 lines * Added preliminary ANSI importer, added import formats autodection ------------------------------------------------------------------------ -r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines -Changed paths: - M /trunk/configure.ac - M /trunk/cucul/box.c - M /trunk/cucul/buffer.c - M /trunk/cucul/canvas.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c +r659 | sam | 2006-04-25 09:59:58 +0000 (Tue, 25 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.h - D /trunk/cucul/error.c +r658 | sam | 2006-04-25 09:34:41 +0000 (Tue, 25 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.h - A /trunk/cucul/error.c +r657 | sam | 2006-04-25 08:54:44 +0000 (Tue, 25 Apr 2006) | 2 lines * Added basis for an errno-like mechanism. ------------------------------------------------------------------------ -r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines -Changed paths: - M /trunk/build-win32 - M /trunk/configure.ac +r656 | sam | 2006-04-24 22:10:38 +0000 (Mon, 24 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/build-win32 - M /trunk/configure.ac - M /trunk/src/Makefile.am - M /trunk/src/cacaserver.c +r655 | sam | 2006-04-24 21:45:26 +0000 (Mon, 24 Apr 2006) | 2 lines * Brought the Win32 build back on its wheels. ------------------------------------------------------------------------ -r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines -Changed paths: - M /trunk/common.h - M /trunk/configure.ac - M /trunk/cucul/font.c - M /trunk/src/cacaserver.c - M /trunk/tools/makefont.c +r654 | sam | 2006-04-24 21:09:06 +0000 (Mon, 24 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_win32.c +r653 | sam | 2006-04-24 21:05:31 +0000 (Mon, 24 Apr 2006) | 2 lines * Fixed minor compilation warning. ------------------------------------------------------------------------ -r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines -Changed paths: - M /trunk/common.h +r652 | sam | 2006-04-24 20:56:07 +0000 (Mon, 24 Apr 2006) | 2 lines * Win32 compilation fix. ------------------------------------------------------------------------ -r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/font.c +r651 | sam | 2006-04-24 20:55:46 +0000 (Mon, 24 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/common.h - M /trunk/configure.ac - M /trunk/cucul/font.c - M /trunk/tools/makefont.c +r650 | sam | 2006-04-24 20:45:55 +0000 (Mon, 24 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/doc/style.dox +r649 | sam | 2006-04-24 20:39:54 +0000 (Mon, 24 Apr 2006) | 2 lines * Hahaha, fixed the coding style example. ------------------------------------------------------------------------ -r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/caca/time.c - M /trunk/common.h - M /trunk/configure.ac - M /trunk/cucul/box.c - M /trunk/cucul/buffer.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/colour.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/import.c - M /trunk/cucul/line.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c - M /trunk/cucul/triangle.c - M /trunk/kernel/kernel.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/cacaview.c - M /trunk/src/common-image.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/spritedit.c - M /trunk/tools/makefont.c - M /trunk/tools/optipal.c +r648 | sam | 2006-04-24 20:35:59 +0000 (Mon, 24 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/Makefile.am - A /trunk/common.h - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/frames.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/text.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r647 | sam | 2006-04-24 19:57:23 +0000 (Mon, 24 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r646 | sam | 2006-04-24 18:46:06 +0000 (Mon, 24 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac +r645 | sam | 2006-04-24 17:51:23 +0000 (Mon, 24 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/debian/Makefile.am - M /trunk/debian/caca-utils.install - M /trunk/debian/libcucul-dev.install +r644 | sam | 2006-04-24 17:47:44 +0000 (Mon, 24 Apr 2006) | 2 lines * Fixed Debian build files. ------------------------------------------------------------------------ -r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r643 | sam | 2006-04-24 17:39:53 +0000 (Mon, 24 Apr 2006) | 2 lines * Do not bail out if PangoFt2 was not found. ------------------------------------------------------------------------ -r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/TODO +r641 | sam | 2006-04-22 21:51:50 +0000 (Sat, 22 Apr 2006) | 2 lines * 0.99.beta1 release. ------------------------------------------------------------------------ -r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/configure.ac - M /trunk/cucul/Makefile.am - M /trunk/test/Makefile.am +r640 | sam | 2006-04-22 21:36:11 +0000 (Sat, 22 Apr 2006) | 2 lines * Got rid of CUCUL_LIBS. It's unused. ------------------------------------------------------------------------ -r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/debian - M /trunk/debian/Makefile.am - A /trunk/debian/caca-utils.install - M /trunk/debian/changelog - M /trunk/debian/control - A /trunk/debian/libcaca-dev.install - A /trunk/debian/libcaca0.install - A /trunk/debian/libcucul-dev.install - A /trunk/debian/libcucul0.install - M /trunk/debian/rules - M /trunk/doc/Makefile.am +r639 | sam | 2006-04-22 21:31:42 +0000 (Sat, 22 Apr 2006) | 2 lines * Updated Debian build rules. ------------------------------------------------------------------------ -r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/event.c - M /trunk/doc/migrating.dox - M /trunk/test/colors.c - M /trunk/test/dithering.c - M /trunk/test/font.c - M /trunk/test/frames.c - M /trunk/test/hsv.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r638 | sam | 2006-04-22 19:46:43 +0000 (Sat, 22 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/doc/migrating.dox +r637 | sam | 2006-04-22 19:35:43 +0000 (Sat, 22 Apr 2006) | 2 lines * Minor updates to the migration documentation. ------------------------------------------------------------------------ -r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/doc/Makefile.am +r636 | sam | 2006-04-22 19:22:14 +0000 (Sat, 22 Apr 2006) | 2 lines * Slightly improved the documentation build rules dependencies. ------------------------------------------------------------------------ -r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/TODO +r635 | sam | 2006-04-22 19:17:38 +0000 (Sat, 22 Apr 2006) | 2 lines * Updated ChangeLog, NEWS and TODO. ------------------------------------------------------------------------ -r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/doc/libcaca.dox - M /trunk/doc/migrating.dox +r634 | sam | 2006-04-22 19:14:49 +0000 (Sat, 22 Apr 2006) | 2 lines * Updated the migration guide. ------------------------------------------------------------------------ -r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/doc/style.dox +r633 | sam | 2006-04-22 19:14:26 +0000 (Sat, 22 Apr 2006) | 2 lines * Wrote the C coding style documentation. ------------------------------------------------------------------------ -r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/frames.c - A /trunk/test/text.c +r632 | sam | 2006-04-22 19:13:27 +0000 (Sat, 22 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/sprite.c +r631 | sam | 2006-04-22 19:11:25 +0000 (Sat, 22 Apr 2006) | 2 lines * Support for multiple frames in canvases. ------------------------------------------------------------------------ -r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r630 | sam | 2006-04-22 19:10:41 +0000 (Sat, 22 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r629 | sam | 2006-04-22 19:06:59 +0000 (Sat, 22 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/demo.c - M /trunk/test/spritedit.c +r628 | sam | 2006-04-22 19:04:49 +0000 (Sat, 22 Apr 2006) | 2 lines * Disabled sprite stuff from the tests. ------------------------------------------------------------------------ -r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/caca++.h - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h +r627 | sam | 2006-04-22 19:00:14 +0000 (Sat, 22 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/cpp/Makefile.am +r626 | sam | 2006-04-22 18:54:38 +0000 (Sat, 22 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/doc/Makefile.am - M /trunk/doc/libcaca.dox - M /trunk/doc/migrating.dox - A /trunk/doc/style.dox - A /trunk/doc/tutorial.dox +r625 | sam | 2006-04-21 21:41:30 +0000 (Fri, 21 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac +r624 | sam | 2006-04-21 21:21:20 +0000 (Fri, 21 Apr 2006) | 2 lines * Set version number to 0.99.beta1. ------------------------------------------------------------------------ -r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h +r623 | sam | 2006-04-21 20:51:58 +0000 (Fri, 21 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h +r622 | sam | 2006-04-21 20:51:14 +0000 (Fri, 21 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/event.c - M /trunk/test/gamma.c - M /trunk/test/spritedit.c +r621 | sam | 2006-04-21 20:49:17 +0000 (Fri, 21 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h +r620 | sam | 2006-04-21 20:24:04 +0000 (Fri, 21 Apr 2006) | 2 lines * Fixed a segfault in the C++ bindings. Vieux porc ! ------------------------------------------------------------------------ -r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/configure.ac - M /trunk/cpp/Makefile.am - M /trunk/cucul/Makefile.am +r619 | sam | 2006-04-21 19:26:54 +0000 (Fri, 21 Apr 2006) | 2 lines * Set library names to lib*.so.0.10.0. ------------------------------------------------------------------------ -r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r618 | sam | 2006-04-21 19:26:18 +0000 (Fri, 21 Apr 2006) | 2 lines * Fixed a compilation warning. ------------------------------------------------------------------------ -r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/import.c +r617 | sam | 2006-04-21 19:08:00 +0000 (Fri, 21 Apr 2006) | 2 lines * Minor documentation fix. ------------------------------------------------------------------------ -r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cpp/cpptest.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h +r616 | sam | 2006-04-21 19:06:38 +0000 (Fri, 21 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_raw.c - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export.c - A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612) - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/img2irc.c - M /trunk/test/export.c +r615 | sam | 2006-04-21 18:44:04 +0000 (Fri, 21 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c +r614 | sam | 2006-04-21 18:09:30 +0000 (Fri, 21 Apr 2006) | 2 lines * Minor documentation improvements. ------------------------------------------------------------------------ -r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines -Changed paths: - M /trunk/TODO - M /trunk/caca/caca.h - M /trunk/cucul/cucul.h - M /trunk/doc/Makefile.am - M /trunk/doc/libcaca.dox - A /trunk/doc/migrating.dox - A /trunk/doc/user.dox +r613 | sam | 2006-04-21 18:03:22 +0000 (Fri, 21 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/AUTHORS - M /trunk/NEWS - M /trunk/THANKS - M /trunk/TODO - M /trunk/caca/caca.h - M /trunk/doc/Makefile.am - M /trunk/doc/doxygen.cfg.in - A /trunk/doc/libcaca.dox +r612 | sam | 2006-04-21 16:27:43 +0000 (Fri, 21 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_ncurses.c +r611 | sam | 2006-04-21 12:01:14 +0000 (Fri, 21 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cpp/Makefile.am +r610 | sam | 2006-04-19 13:02:45 +0000 (Wed, 19 Apr 2006) | 2 lines * Workaround for broken C++ linking with old libtool versions. ------------------------------------------------------------------------ -r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines -Changed paths: - M /trunk/NOTES - M /trunk/tools/optipal.c +r609 | sam | 2006-04-19 11:50:24 +0000 (Wed, 19 Apr 2006) | 3 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/graphics.c - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cucul/cucul.c - M /trunk/python/pypycaca.c - M /trunk/python/pypycaca.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaview.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r608 | sam | 2006-04-19 10:10:58 +0000 (Wed, 19 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_raw.c - M /trunk/cucul/cucul.c - M /trunk/cucul/export.c - M /trunk/src/cacaserver.c +r607 | sam | 2006-04-19 09:07:55 +0000 (Wed, 19 Apr 2006) | 6 lines * Added a new "caca" exporter. * Removed most code from the raw driver and replaced it with a call to the @@ -3947,559 +2651,223 @@ Changed paths: * Improved cacaserver error reporting. ------------------------------------------------------------------------ -r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/debian/control +r606 | sam | 2006-04-18 16:51:52 +0000 (Tue, 18 Apr 2006) | 2 lines * Updates to the Debian build files. ------------------------------------------------------------------------ -r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines -Changed paths: - M /trunk/cucul/dither.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/demo.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c +r605 | sam | 2006-04-18 16:50:56 +0000 (Tue, 18 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/dither.c - M /trunk/test/demo.c - M /trunk/test/dithering.c +r604 | sam | 2006-04-18 16:17:14 +0000 (Tue, 18 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/event.c - M /trunk/test/gamma.c - M /trunk/test/spritedit.c +r603 | sam | 2006-04-18 16:04:01 +0000 (Tue, 18 Apr 2006) | 3 lines * 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 /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/graphics.c - M /trunk/cpp/cucul++.cpp - M /trunk/cucul/Makefile.am - A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600) - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r602 | sam | 2006-04-18 15:54:33 +0000 (Tue, 18 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/tools/makefont.c +r601 | sam | 2006-04-18 15:12:12 +0000 (Tue, 18 Apr 2006) | 2 lines * Cosmetic changes. ------------------------------------------------------------------------ -r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/colour.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/line.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c - M /trunk/cucul/triangle.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r600 | sam | 2006-04-18 15:11:25 +0000 (Tue, 18 Apr 2006) | 3 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cpp/caca++.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/colour.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c - M /trunk/cucul/export.c - M /trunk/cucul/font.c - M /trunk/cucul/line.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c - M /trunk/cucul/triangle.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/truecolor.c - M /trunk/test/unicode.c +r599 | sam | 2006-04-18 12:59:07 +0000 (Tue, 18 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cpp/Makefile.am +r598 | sam | 2006-04-18 12:57:11 +0000 (Tue, 18 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r597 | sam | 2006-04-18 10:02:42 +0000 (Tue, 18 Apr 2006) | 2 lines * Truecolor support for the HTML and HTMLv3 exporters. ------------------------------------------------------------------------ -r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/colour.c +r596 | sam | 2006-04-18 09:57:15 +0000 (Tue, 18 Apr 2006) | 2 lines * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). ------------------------------------------------------------------------ -r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/README - M /trunk/TODO +r595 | sam | 2006-04-18 08:33:53 +0000 (Tue, 18 Apr 2006) | 2 lines * Updated README (caca-config -> pkg-config) and TODO. ------------------------------------------------------------------------ -r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/export.c - M /trunk/tools/makefont.c +r594 | sam | 2006-04-18 08:33:06 +0000 (Tue, 18 Apr 2006) | 2 lines * Cosmetic code changes and minor optimisations. ------------------------------------------------------------------------ -r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - A /trunk/cucul/export.c - D /trunk/cucul/export_ansi.c - D /trunk/cucul/export_bitmap.c - D /trunk/cucul/export_html.c - D /trunk/cucul/export_irc.c - D /trunk/cucul/export_ps.c - D /trunk/cucul/export_svg.c +r593 | sam | 2006-04-18 08:24:41 +0000 (Tue, 18 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r592 | sam | 2006-04-18 08:21:31 +0000 (Tue, 18 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/event.c +r591 | sam | 2006-04-18 08:19:42 +0000 (Tue, 18 Apr 2006) | 2 lines * Handle CACA_EVENT_QUIT in the event test program. ------------------------------------------------------------------------ -r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r590 | sam | 2006-04-18 08:18:03 +0000 (Tue, 18 Apr 2006) | 2 lines * Workaround for broken AC_PATH_X autoconf macros. ------------------------------------------------------------------------ -r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c +r589 | sam | 2006-04-18 08:13:20 +0000 (Tue, 18 Apr 2006) | 2 lines * Compilation fix. ------------------------------------------------------------------------ -r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/TODO - M /trunk/caca/caca.h - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_x11.c - M /trunk/configure.ac +r588 | sam | 2006-04-17 20:09:42 +0000 (Mon, 17 Apr 2006) | 2 lines * Implemented CACA_EVENT_QUIT. Unused yet. ------------------------------------------------------------------------ -r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp - M /trunk/cpp/Makefile.am +r587 | sam | 2006-04-17 13:34:02 +0000 (Mon, 17 Apr 2006) | 2 lines * Fixed autotools stuff in the cpp bindings. ------------------------------------------------------------------------ -r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/cpptest.cpp +r586 | sam | 2006-04-17 13:31:43 +0000 (Mon, 17 Apr 2006) | 2 lines * Compilation fix in cpptest.cpp. ------------------------------------------------------------------------ -r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines -Changed paths: - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cpp/cpptest.cpp +r585 | jylam | 2006-04-17 13:23:28 +0000 (Mon, 17 Apr 2006) | 3 lines * Fixed compile problem, put Event outside Caca class ------------------------------------------------------------------------ -r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines -Changed paths: - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - D /trunk/cucul/math.c +r584 | sam | 2006-04-17 13:11:33 +0000 (Mon, 17 Apr 2006) | 3 lines * 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 -Changed paths: - D /trunk/cpp/Makefile.in - D /trunk/cpp/caca++.pc - D /trunk/cpp/cucul++.pc +r583 | sam | 2006-04-17 13:09:45 +0000 (Mon, 17 Apr 2006) | 2 lines * Removed a few useless files (vieux porc). ------------------------------------------------------------------------ -r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/TODO +r582 | sam | 2006-04-17 12:48:57 +0000 (Mon, 17 Apr 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/test/dithering.c - M /trunk/test/truecolor.c +r581 | sam | 2006-04-17 12:48:35 +0000 (Mon, 17 Apr 2006) | 2 lines * Minor cosmetic changes in the test programs. ------------------------------------------------------------------------ -r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c +r580 | sam | 2006-04-17 12:48:05 +0000 (Mon, 17 Apr 2006) | 2 lines * Truecolor support in the SVG and PostScript exporters. ------------------------------------------------------------------------ -r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - A /trunk/cucul/export_bitmap.c +r579 | sam | 2006-04-17 12:47:34 +0000 (Mon, 17 Apr 2006) | 2 lines * Implemented TGA image export. ------------------------------------------------------------------------ -r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/cucul_internals.h +r578 | sam | 2006-04-17 12:46:34 +0000 (Mon, 17 Apr 2006) | 2 lines * Implemented argb32 to rgb24fg/bg colour conversions. ------------------------------------------------------------------------ -r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines -Changed paths: - M /trunk/test/export.c +r577 | sam | 2006-04-17 12:45:07 +0000 (Mon, 17 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r576 | sam | 2006-04-17 12:41:50 +0000 (Mon, 17 Apr 2006) | 2 lines * Fixed abusive strictness in the font loader. ------------------------------------------------------------------------ -r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/TODO +r575 | jylam | 2006-04-17 11:24:38 +0000 (Mon, 17 Apr 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/cpptest.cpp +r574 | jylam | 2006-04-17 11:19:26 +0000 (Mon, 17 Apr 2006) | 2 lines * Better C++ test ------------------------------------------------------------------------ -r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/caca++.cpp - M /trunk/cpp/caca++.h - M /trunk/cpp/cpptest.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h +r573 | jylam | 2006-04-17 11:06:48 +0000 (Mon, 17 Apr 2006) | 2 lines * Added license in C++ files. ------------------------------------------------------------------------ -r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/cpptest.cpp - M /trunk/cpp/cucul++.cpp - M /trunk/cpp/cucul++.h +r572 | jylam | 2006-04-17 11:00:10 +0000 (Mon, 17 Apr 2006) | 2 lines * Fixed C++ printf(), added it in example ------------------------------------------------------------------------ -r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/cpp/cpptest.cpp +r571 | jylam | 2006-04-17 10:44:40 +0000 (Mon, 17 Apr 2006) | 2 lines * Forgot a test on Caca() instantiation ------------------------------------------------------------------------ -r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - A /trunk/cpp - A /trunk/cpp/Makefile.am - A /trunk/cpp/Makefile.in - A /trunk/cpp/caca++.cpp - A /trunk/cpp/caca++.h - A /trunk/cpp/caca++.pc - A /trunk/cpp/caca++.pc.in - A /trunk/cpp/cpptest.cpp - A /trunk/cpp/cucul++.cpp - A /trunk/cpp/cucul++.h - A /trunk/cpp/cucul++.pc - A /trunk/cpp/cucul++.pc.in +r570 | jylam | 2006-04-17 10:41:30 +0000 (Mon, 17 Apr 2006) | 2 lines * Added preliminary C++ bindings ------------------------------------------------------------------------ -r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_x11.c +r569 | sam | 2006-04-16 21:52:05 +0000 (Sun, 16 Apr 2006) | 2 lines * Added truecolor support to the X11 and GL drivers. ------------------------------------------------------------------------ -r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/truecolor.c +r568 | sam | 2006-04-16 21:29:40 +0000 (Sun, 16 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h +r567 | sam | 2006-04-16 21:26:25 +0000 (Sun, 16 Apr 2006) | 4 lines * 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 /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/time.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/cucul/font.c - M /trunk/cucul/sprite.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaserver.c - M /trunk/src/cacaview.c - M /trunk/src/img2irc.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/font.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/unicode.c +r566 | sam | 2006-04-16 18:28:47 +0000 (Sun, 16 Apr 2006) | 6 lines * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs such as cucul_dither_t instead of struct cucul_dither. @@ -4508,224 +2876,104 @@ Changed paths: * Documented all missing functions and function parameters. ------------------------------------------------------------------------ -r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.pc.in +r565 | sam | 2006-04-16 18:21:14 +0000 (Sun, 16 Apr 2006) | 2 lines * Fixed bad library name in pc file. ------------------------------------------------------------------------ -r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/caca_internals.h - M /trunk/cucul/font.c - M /trunk/msvc/cacaball.vcproj - M /trunk/msvc/cacafire.vcproj - M /trunk/msvc/cacamoir.vcproj - M /trunk/msvc/cacaplas.vcproj - M /trunk/msvc/cacaview.vcproj - M /trunk/msvc/config.h - M /trunk/msvc/libcaca.sln - M /trunk/msvc/libcaca.vcproj - M /trunk/perl/lib/Term/Caca/Constants.pm - M /trunk/perl/lib/Term/Caca.pm - M /trunk/perl/lib/Term/Kaka.pm +r564 | jylam | 2006-04-15 15:24:13 +0000 (Sat, 15 Apr 2006) | 2 lines * Updated MSVC++ project (static library and src/*) ------------------------------------------------------------------------ -r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines -Changed paths: - M /trunk/test/demo.c - M /trunk/test/spritedit.c +r563 | jylam | 2006-04-15 15:23:13 +0000 (Sat, 15 Apr 2006) | 2 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/dither.c - M /trunk/cucul/font.c - M /trunk/cucul/line.c - M /trunk/cucul/math.c - M /trunk/cucul/sprite.c - M /trunk/cucul/triangle.c +r562 | sam | 2006-04-14 12:10:18 +0000 (Fri, 14 Apr 2006) | 2 lines * Improved documentation in many places. ------------------------------------------------------------------------ -r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines -Changed paths: - M /trunk/configure.ac - M /trunk/doc/Makefile.am - M /trunk/doc/doxygen.cfg.in +r561 | sam | 2006-04-14 08:41:59 +0000 (Fri, 14 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r560 | sam | 2006-04-14 08:00:06 +0000 (Fri, 14 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r559 | sam | 2006-04-14 07:33:48 +0000 (Fri, 14 Apr 2006) | 2 lines * Only support version 1 fonts. ------------------------------------------------------------------------ -r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/caca/time.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/colour.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/dither.c - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/cucul/font.c - M /trunk/cucul/line.c - M /trunk/cucul/math.c - M /trunk/cucul/sprite.c - M /trunk/cucul/transform.c - M /trunk/cucul/triangle.c - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h - M /trunk/python/pypycaca.c - M /trunk/python/pypycaca.h - M /trunk/src/cacaplas.c - M /trunk/src/cacaserver.c - M /trunk/src/cacaview.c - M /trunk/src/common-image.c - M /trunk/src/common-image.h +r558 | sam | 2006-04-14 07:30:53 +0000 (Fri, 14 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r557 | sam | 2006-04-13 17:57:19 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/Makefile.am - M /trunk/test/font.c +r556 | sam | 2006-04-13 17:54:07 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/hsv.c +r555 | sam | 2006-04-13 17:37:51 +0000 (Thu, 13 Apr 2006) | 2 lines * Fixed caca_get_event() call in test/hsv.c. ------------------------------------------------------------------------ -r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/colour.c +r554 | sam | 2006-04-13 17:08:16 +0000 (Thu, 13 Apr 2006) | 2 lines * Fixed compilation warning. ------------------------------------------------------------------------ -r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/colour.c +r553 | sam | 2006-04-13 16:54:25 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c - A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548) - A /trunk/cucul/font_monobold12.h - D /trunk/cucul/font_monospace9.h - M /trunk/test/font.c +r552 | sam | 2006-04-13 16:10:16 +0000 (Thu, 13 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/tools/makefont.c +r551 | sam | 2006-04-13 15:36:09 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/TODO +r550 | sam | 2006-04-13 15:00:56 +0000 (Thu, 13 Apr 2006) | 2 lines * Updated TODO list. ------------------------------------------------------------------------ -r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c - M /trunk/test/font.c +r549 | sam | 2006-04-13 14:24:31 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r548 | sam | 2006-04-13 14:23:04 +0000 (Thu, 13 Apr 2006) | 2 lines * Ugly overflow bug in the rendering code. ------------------------------------------------------------------------ -r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c - M /trunk/test/font.c +r547 | sam | 2006-04-13 13:33:31 +0000 (Thu, 13 Apr 2006) | 5 lines * Implemented cucul_get_font_width() and cucul_get_font_height(). * Documented most font functions. @@ -4733,427 +2981,235 @@ Changed paths: programs. Removed ugly printf() debug calls. ------------------------------------------------------------------------ -r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/src/cacaserver.c - M /trunk/src/img2irc.c - M /trunk/test/export.c +r546 | sam | 2006-04-13 12:50:41 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font_monospace9.h +r545 | sam | 2006-04-13 12:49:54 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/tools/makefont.c +r544 | sam | 2006-04-13 12:44:55 +0000 (Thu, 13 Apr 2006) | 2 lines * Some cleaning up in makefont.c. ------------------------------------------------------------------------ -r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/font.c - M /trunk/cucul/font_monospace9.h - M /trunk/tools/makefont.c +r543 | sam | 2006-04-13 12:25:36 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/colour.c - M /trunk/cucul/cucul_internals.h +r542 | sam | 2006-04-13 12:23:50 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/spritedit.c +r541 | jylam | 2006-04-13 08:58:55 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/font_monospace9.h +r540 | sam | 2006-04-13 08:44:25 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/font.c +r539 | sam | 2006-04-13 08:39:30 +0000 (Thu, 13 Apr 2006) | 2 lines * Added a test program for the font renderer. ------------------------------------------------------------------------ -r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines -Changed paths: - M /trunk/test/export.c +r538 | sam | 2006-04-13 08:38:34 +0000 (Thu, 13 Apr 2006) | 2 lines * Code simplification. ------------------------------------------------------------------------ -r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/font.c - A /trunk/cucul/font_monospace9.h +r537 | sam | 2006-04-13 08:37:32 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/tools - M /trunk/tools/Makefile.am - A /trunk/tools/makefont.c +r536 | sam | 2006-04-13 08:26:21 +0000 (Thu, 13 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/font.c +r535 | sam | 2006-04-13 08:16:04 +0000 (Thu, 13 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/font.c +r534 | sam | 2006-04-12 16:34:34 +0000 (Wed, 12 Apr 2006) | 2 lines * New version of the font format. ------------------------------------------------------------------------ -r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/Makefile.am - A /trunk/cucul/font.c +r533 | sam | 2006-04-12 14:18:19 +0000 (Wed, 12 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test - M /trunk/tools +r532 | sam | 2006-04-12 08:57:59 +0000 (Wed, 12 Apr 2006) | 2 lines * Proper svn:ignore properties on tools/. ------------------------------------------------------------------------ -r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/caca/driver_slang.c - M /trunk/configure.ac - M /trunk/test/Makefile.am - D /trunk/test/optipal.c - A /trunk/tools - A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527) - A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527) +r531 | sam | 2006-04-12 08:31:11 +0000 (Wed, 12 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/Makefile.am - M /trunk/src/cacaview.c +r530 | sam | 2006-04-11 10:36:31 +0000 (Tue, 11 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/src/common-image.c +r529 | sam | 2006-04-11 10:12:03 +0000 (Tue, 11 Apr 2006) | 2 lines * Renamed "freadint" to "u32fread", and so on. ------------------------------------------------------------------------ -r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines -Changed paths: - M /trunk/src - M /trunk/src/Makefile.am - A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523) - A /trunk/src/common-image.h - A /trunk/src/img2irc.c +r528 | sam | 2006-04-11 10:05:48 +0000 (Tue, 11 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c +r527 | sam | 2006-04-10 22:06:19 +0000 (Mon, 10 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/export.c +r526 | sam | 2006-04-10 22:03:22 +0000 (Mon, 10 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r525 | sam | 2006-04-10 21:07:40 +0000 (Mon, 10 Apr 2006) | 2 lines * Updated TODO list. I forgot the aspect ratio function! ------------------------------------------------------------------------ -r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - D /trunk/cucul/bitmap.c - A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523) +r524 | sam | 2006-04-10 20:24:12 +0000 (Mon, 10 Apr 2006) | 2 lines * Renamed bitmap.c into dither.c. ------------------------------------------------------------------------ -r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/demo.c - M /trunk/test/export.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c +r523 | sam | 2006-04-10 20:02:38 +0000 (Mon, 10 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/sprite.c - M /trunk/test/dithering.c - M /trunk/test/optipal.c +r522 | sam | 2006-04-10 09:17:51 +0000 (Mon, 10 Apr 2006) | 4 lines * 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 -Changed paths: - M /trunk/doc/doxygen.cfg.in +r521 | sam | 2006-04-10 09:04:29 +0000 (Mon, 10 Apr 2006) | 2 lines * Updated the Doxygen configuration file. ------------------------------------------------------------------------ -r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines -Changed paths: - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c +r520 | sam | 2006-04-10 09:00:18 +0000 (Mon, 10 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul +r519 | sam | 2006-04-10 08:30:02 +0000 (Mon, 10 Apr 2006) | 2 lines * Forgot an svn:ignore property. ------------------------------------------------------------------------ -r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca - M /trunk/caca/Makefile.am - A /trunk/caca/caca.pc.in - M /trunk/configure.ac - M /trunk/cucul/Makefile.am - A /trunk/cucul/cucul.pc.in +r518 | sam | 2006-04-10 07:52:07 +0000 (Mon, 10 Apr 2006) | 2 lines * Added pkgconfig files. Eh ouais mon gars. ------------------------------------------------------------------------ -r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/cucul/colour.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c +r517 | sam | 2006-04-07 09:46:30 +0000 (Fri, 07 Apr 2006) | 2 lines * Replaced occurrences of "rgba" with "argb". ------------------------------------------------------------------------ -r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c +r516 | sam | 2006-04-07 08:55:01 +0000 (Fri, 07 Apr 2006) | 2 lines * Fixed a syntax error. Gruik. ------------------------------------------------------------------------ -r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.h +r515 | sam | 2006-04-07 08:19:42 +0000 (Fri, 07 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export_ps.c +r514 | sam | 2006-04-06 13:49:10 +0000 (Thu, 06 Apr 2006) | 2 lines * 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 /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_raw.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/cucul/Makefile.am - M /trunk/cucul/canvas.c - A /trunk/cucul/colour.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/cucul/transform.c - M /trunk/src/cacaserver.c +r513 | sam | 2006-04-06 13:41:56 +0000 (Thu, 06 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h +r512 | sam | 2006-04-06 13:21:15 +0000 (Thu, 06 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r511 | sam | 2006-04-06 13:11:12 +0000 (Thu, 06 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacaserver.c +r510 | sam | 2006-04-06 13:07:58 +0000 (Thu, 06 Apr 2006) | 2 lines * Sanity check in cacaserver.c. ------------------------------------------------------------------------ -r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines -Changed paths: - M /trunk/src/cacaserver.c +r509 | sam | 2006-04-06 10:23:10 +0000 (Thu, 06 Apr 2006) | 2 lines * Fixed a crash when realloc() returns a new address. ------------------------------------------------------------------------ -r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.c +r508 | sam | 2006-04-06 10:19:17 +0000 (Thu, 06 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacaserver.c +r507 | jylam | 2006-04-01 21:29:10 +0000 (Sat, 01 Apr 2006) | 2 lines * Oops, removed unused variable ------------------------------------------------------------------------ -r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines -Changed paths: - M /trunk/src/cacaserver.c +r506 | jylam | 2006-04-01 21:26:30 +0000 (Sat, 01 Apr 2006) | 2 lines * Added Winsock (c)(tm)(r) compatibility ------------------------------------------------------------------------ -r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines -Changed paths: - M /trunk/src/cacaplas.c +r505 | jylam | 2006-04-01 16:11:37 +0000 (Sat, 01 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/bitmap.c +r504 | sam | 2006-04-01 15:58:10 +0000 (Sat, 01 Apr 2006) | 2 lines * Set the default dithering mode to Floyd-Steinberg. ------------------------------------------------------------------------ -r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/sprite.c +r503 | sam | 2006-04-01 15:56:31 +0000 (Sat, 01 Apr 2006) | 14 lines ((`)_.._ ,'-. _..._ _._ * Ooops. Compilation fix. \,' '-._.-\ ' ` .-' @@ -5170,30 +3226,17 @@ Changed paths: '-`' \_,\ ------------------------------------------------------------------------ -r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines -Changed paths: - M /trunk/TODO - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h +r502 | sam | 2006-04-01 15:25:33 +0000 (Sat, 01 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r501 | sam | 2006-04-01 15:02:41 +0000 (Sat, 01 Apr 2006) | 2 lines * Updated the TODO list. ------------------------------------------------------------------------ -r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines -Changed paths: - M /trunk/caca/caca.h - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/test/demo.c +r500 | sam | 2006-04-01 15:02:05 +0000 (Sat, 01 Apr 2006) | 10 lines * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING environment variables handling. Replaced that with three per-bitmap @@ -5206,122 +3249,66 @@ 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 /trunk/caca/caca.h - M /trunk/caca/event.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaplay.c - M /trunk/src/cacaview.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/unicode.c +r499 | sam | 2006-04-01 14:44:09 +0000 (Sat, 01 Apr 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/Makefile.am +r498 | sam | 2006-04-01 14:37:27 +0000 (Sat, 01 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h +r497 | sam | 2006-04-01 14:36:59 +0000 (Sat, 01 Apr 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacaserver.c +r496 | sam | 2006-03-29 09:41:30 +0000 (Wed, 29 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/src/cacaserver.c - M /trunk/test/export.c +r495 | sam | 2006-03-27 22:16:58 +0000 (Mon, 27 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/Makefile.am +r494 | sam | 2006-03-27 22:12:12 +0000 (Mon, 27 Mar 2006) | 2 lines * Oops, I barfed that makefile. ------------------------------------------------------------------------ -r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c +r493 | jylam | 2006-03-27 21:40:17 +0000 (Mon, 27 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - D /trunk/caca/driver_network.c - M /trunk/src - M /trunk/src/Makefile.am - M /trunk/src/cacaplas.c - A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487) +r492 | sam | 2006-03-27 21:37:52 +0000 (Mon, 27 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/caca/driver_raw.c - M /trunk/src - M /trunk/src/Makefile.am - A /trunk/src/cacaplay.c +r491 | sam | 2006-03-27 21:33:29 +0000 (Mon, 27 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h +r490 | sam | 2006-03-27 21:22:34 +0000 (Mon, 27 Mar 2006) | 4 lines * 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) | 19 lines -Changed paths: - M /trunk/caca/driver_gl.c +r489 | jylam | 2006-03-27 18:17:09 +0000 (Mon, 27 Mar 2006) | 19 lines * Fixed OpenGL mouse handling @@ -5343,19 +3330,12 @@ Sam Le Vieux Porc ------------------------------------------------------------------------ -r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - A /trunk/caca/driver_raw.c +r488 | sam | 2006-03-27 18:07:18 +0000 (Mon, 27 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r487 | sam | 2006-03-27 09:35:22 +0000 (Mon, 27 Mar 2006) | 16 lines ██████ ██████ * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██ @@ -5374,57 +3354,38 @@ Changed paths: ████████████ ------------------------------------------------------------------------ -r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/configure.ac +r486 | sam | 2006-03-27 08:01:27 +0000 (Mon, 27 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/transform.c +r485 | sam | 2006-03-27 07:40:30 +0000 (Mon, 27 Mar 2006) | 2 lines * Implemented cucul_invert() to invert a canvas' colours. ------------------------------------------------------------------------ -r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r484 | jylam | 2006-03-26 23:08:19 +0000 (Sun, 26 Mar 2006) | 2 lines * Fixed glutCheckLoop headers, testing only under MacOSX ------------------------------------------------------------------------ -r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/configure.ac +r483 | jylam | 2006-03-26 22:57:12 +0000 (Sun, 26 Mar 2006) | 2 lines * Added (untested) glut3 glutCheckLoop(), ans a regular display function ------------------------------------------------------------------------ -r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/transform.c +r482 | sam | 2006-03-26 20:16:28 +0000 (Sun, 26 Mar 2006) | 2 lines * Minor addition to the rotate code. ------------------------------------------------------------------------ -r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r481 | sam | 2006-03-24 23:17:25 +0000 (Fri, 24 Mar 2006) | 2 lines * Workaround for automake < 1.6. ------------------------------------------------------------------------ -r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines -Changed paths: - M /trunk/cucul/bitmap.c +r480 | jylam | 2006-03-24 19:44:12 +0000 (Fri, 24 Mar 2006) | 24 lines * Ok, invert works. OK OK SAM THAT WAS MY FAULT @@ -5451,30 +3412,13 @@ POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC! ------------------------------------------------------------------------ -r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.h - M /trunk/test/demo.c +r479 | jylam | 2006-03-24 19:34:45 +0000 (Fri, 24 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/graphics.c - M /trunk/test/demo.c +r478 | sam | 2006-03-24 16:51:59 +0000 (Fri, 24 Mar 2006) | 24 lines * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so that we have one function less. @@ -5501,402 +3445,187 @@ Changed paths: '''' ------------------------------------------------------------------------ -r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c - M /trunk/caca/graphics.c +r477 | jylam | 2006-03-24 16:25:39 +0000 (Fri, 24 Mar 2006) | 2 lines * Fixed bug in show/hide cursor, implemented X11 cursor ------------------------------------------------------------------------ -r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c - M /trunk/test/demo.c +r476 | jylam | 2006-03-24 15:42:46 +0000 (Fri, 24 Mar 2006) | 2 lines * Added forgotten X11 set/hide cursor (non-working code) ------------------------------------------------------------------------ -r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/graphics.c +r475 | jylam | 2006-03-24 15:00:47 +0000 (Fri, 24 Mar 2006) | 2 lines * Added caca_show/hide_cursor, and corresponding GL binding ------------------------------------------------------------------------ -r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.h +r474 | sam | 2006-03-24 14:17:40 +0000 (Fri, 24 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c +r473 | sam | 2006-03-24 09:48:20 +0000 (Fri, 24 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/math.c +r472 | sam | 2006-03-24 09:30:02 +0000 (Fri, 24 Mar 2006) | 2 lines * Removed spurious prototype. ------------------------------------------------------------------------ -r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines -Changed paths: - M /trunk/TODO +r471 | sam | 2006-03-23 18:38:44 +0000 (Thu, 23 Mar 2006) | 2 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/unicode.c +r470 | sam | 2006-03-23 18:36:59 +0000 (Thu, 23 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/gamma.c +r469 | sam | 2006-03-23 17:20:57 +0000 (Thu, 23 Mar 2006) | 2 lines * Hahaha mais le vieux porc c'est moi. ------------------------------------------------------------------------ -r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/transform.c +r468 | sam | 2006-03-23 15:14:17 +0000 (Thu, 23 Mar 2006) | 2 lines * Added missing ASCII characters to cucul_rotate(). ------------------------------------------------------------------------ -r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines -Changed paths: - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/line.c - M /trunk/cucul/triangle.c - M /trunk/src/cacaview.c - M /trunk/test/demo.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/spritedit.c +r467 | sam | 2006-03-23 14:07:32 +0000 (Thu, 23 Mar 2006) | 4 lines * 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 /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/transform.c - M /trunk/test/unicode.c +r466 | sam | 2006-03-23 13:12:56 +0000 (Thu, 23 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r465 | sam | 2006-03-23 11:34:27 +0000 (Thu, 23 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/transform.c +r464 | sam | 2006-03-23 11:03:43 +0000 (Thu, 23 Mar 2006) | 2 lines * Added a test for the transformation routines. ------------------------------------------------------------------------ -r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/transform.c +r463 | sam | 2006-03-23 11:00:54 +0000 (Thu, 23 Mar 2006) | 2 lines * Added more characters to the flip/rotate routines. ------------------------------------------------------------------------ -r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.h - A /trunk/cucul/transform.c +r462 | sam | 2006-03-23 09:47:06 +0000 (Thu, 23 Mar 2006) | 3 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_vga.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/caca/time.c - M /trunk/cucul/bitmap.c - M /trunk/cucul/box.c - M /trunk/cucul/canvas.c - M /trunk/cucul/charset.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/cucul/line.c - M /trunk/cucul/math.c - M /trunk/cucul/sprite.c - M /trunk/cucul/triangle.c - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h - M /trunk/test +r461 | sam | 2006-03-22 21:15:57 +0000 (Wed, 22 Mar 2006) | 2 lines * Slightly changed header comments. ------------------------------------------------------------------------ -r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/canvas.c +r460 | sam | 2006-03-22 20:10:14 +0000 (Wed, 22 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/canvas.c - M /trunk/cucul/cucul.h - M /trunk/test/Makefile.am - M /trunk/test/gamma.c +r459 | sam | 2006-03-22 19:54:37 +0000 (Wed, 22 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r458 | sam | 2006-03-22 19:20:52 +0000 (Wed, 22 Mar 2006) | 2 lines * Fixed an uninitialised structure member. ------------------------------------------------------------------------ -r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines -Changed paths: - M /trunk/cucul/Makefile.am - A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445) - D /trunk/cucul/char.c +r457 | sam | 2006-03-22 18:38:06 +0000 (Wed, 22 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/test/export.c +r456 | sam | 2006-03-22 18:29:39 +0000 (Wed, 22 Mar 2006) | 2 lines * Renamed cucul_get_export() to cucul_create_export(). ------------------------------------------------------------------------ -r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/demo.c - M /trunk/test/export.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c +r455 | sam | 2006-03-22 17:49:18 +0000 (Wed, 22 Mar 2006) | 2 lines * 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 /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/export.c - M /trunk/test/gamma.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c - M /trunk/test/unicode.c +r454 | sam | 2006-03-22 17:46:11 +0000 (Wed, 22 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c +r453 | sam | 2006-03-22 17:34:03 +0000 (Wed, 22 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r452 | sam | 2006-03-22 17:30:56 +0000 (Wed, 22 Mar 2006) | 2 lines * Removed code that did not need to be duplicated. ------------------------------------------------------------------------ -r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/cacaview.c +r451 | sam | 2006-03-22 16:09:14 +0000 (Wed, 22 Mar 2006) | 2 lines * Gamma support in cacaview (through the g/G key). ------------------------------------------------------------------------ -r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/test/gamma.c +r450 | sam | 2006-03-22 15:00:43 +0000 (Wed, 22 Mar 2006) | 2 lines * Added colour to the gamma test. ------------------------------------------------------------------------ -r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c +r449 | sam | 2006-03-22 14:56:50 +0000 (Wed, 22 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/gamma.c +r448 | sam | 2006-03-22 13:58:24 +0000 (Wed, 22 Mar 2006) | 2 lines * Animated gamma test. ------------------------------------------------------------------------ -r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/cucul.h - M /trunk/cucul/math.c +r447 | sam | 2006-03-22 13:15:08 +0000 (Wed, 22 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/cucul/bitmap.c +r446 | sam | 2006-03-22 13:12:54 +0000 (Wed, 22 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/math.c +r445 | sam | 2006-03-21 11:05:56 +0000 (Tue, 21 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacaplas.c +r444 | sam | 2006-03-21 10:52:24 +0000 (Tue, 21 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/Makefile.am - A /trunk/test/gamma.c +r443 | sam | 2006-03-21 10:09:15 +0000 (Tue, 21 Mar 2006) | 27 lines ___ * Bitmap gamma test example. Of ,---. /""`_,' @@ -5926,62 +3655,37 @@ Changed paths: `''--.___\\ \__\\ ------------------------------------------------------------------------ -r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/bitmap.c - M /trunk/cucul/cucul.h - M /trunk/cucul/sprite.c - M /trunk/src/aafire.c - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c - M /trunk/src/cacaview.c - M /trunk/test/demo.c - M /trunk/test/export.c - M /trunk/test/hsv.c +r442 | sam | 2006-03-21 09:52:32 +0000 (Tue, 21 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/kernel/kernel.c +r441 | sam | 2006-03-21 09:48:02 +0000 (Tue, 21 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c +r440 | jylam | 2006-03-20 15:23:11 +0000 (Mon, 20 Mar 2006) | 2 lines * Added a bird. ------------------------------------------------------------------------ -r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c +r439 | sam | 2006-03-19 17:10:12 +0000 (Sun, 19 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cacaplas.c +r438 | sam | 2006-03-19 16:59:34 +0000 (Sun, 19 Mar 2006) | 2 lines * Added a lame "powered by libcaca" banner to cacaplas. ------------------------------------------------------------------------ -r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines -Changed paths: - M /trunk/TODO +r437 | sam | 2006-03-19 16:59:01 +0000 (Sun, 19 Mar 2006) | 2 lines * Added a few notes to the TODO list. ------------------------------------------------------------------------ -r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines -Changed paths: - M /trunk/src/cacaball.c +r436 | sam | 2006-03-19 16:42:31 +0000 (Sun, 19 Mar 2006) | 18 lines Nan mais avec ma config _,--. ,--._ d'Emacs c'est vraiment \ > `-"""-' < / @@ -6002,76 +3706,42 @@ Changed paths: '[_\ '[_\ `--' `--' ------------------------------------------------------------------------ -r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines -Changed paths: - M /trunk/test/unicode.c +r435 | sam | 2006-03-19 16:34:53 +0000 (Sun, 19 Mar 2006) | 2 lines * More special characters in the Unicode test. ------------------------------------------------------------------------ -r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/caca_internals.h - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cucul/char.c - M /trunk/cucul/cucul_internals.h +r434 | sam | 2006-03-18 00:12:25 +0000 (Sat, 18 Mar 2006) | 2 lines * Cosmetic fixes. ------------------------------------------------------------------------ -r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c - M /trunk/cucul/export_svg.c - M /trunk/test/export.c +r433 | sam | 2006-03-18 00:06:24 +0000 (Sat, 18 Mar 2006) | 2 lines * Renamed cucul_buffer to cucul_export. Vanilla rum rules. ------------------------------------------------------------------------ -r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_vga.c - M /trunk/cucul/Makefile.am - M /trunk/cucul/char.c - A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428) - M /trunk/cucul/cucul_internals.h +r432 | sam | 2006-03-17 13:32:58 +0000 (Fri, 17 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/export.c +r431 | sam | 2006-03-17 10:35:26 +0000 (Fri, 17 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export_svg.c +r430 | sam | 2006-03-17 09:56:28 +0000 (Fri, 17 Mar 2006) | 2 lines * Full Unicode support in the SVG exporter. ------------------------------------------------------------------------ -r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_x11.c +r429 | sam | 2006-03-17 09:49:16 +0000 (Fri, 17 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/export_ps.c +r428 | sam | 2006-03-16 19:10:12 +0000 (Thu, 16 Mar 2006) | 14 lines ___ ',_`""\ .---, @@ -6088,140 +3758,98 @@ Changed paths: '-._. -' ------------------------------------------------------------------------ -r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines -Changed paths: - M /trunk/ChangeLog +r427 | sam | 2006-03-16 19:00:59 +0000 (Thu, 16 Mar 2006) | 2 lines * Updated ChangeLog and converted it to UTF-8. ------------------------------------------------------------------------ -r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/export_svg.c +r426 | sam | 2006-03-16 18:58:39 +0000 (Thu, 16 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/export.c +r425 | sam | 2006-03-16 18:52:40 +0000 (Thu, 16 Mar 2006) | 2 lines * Do not write the trailing \0 when exporting data. ------------------------------------------------------------------------ -r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines -Changed paths: - M /trunk/cucul/export_ps.c +r424 | sam | 2006-03-16 18:44:07 +0000 (Thu, 16 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export_ps.c +r423 | sam | 2006-03-16 18:09:26 +0000 (Thu, 16 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r422 | sam | 2006-03-16 17:04:09 +0000 (Thu, 16 Mar 2006) | 2 lines * Comment clarification. ------------------------------------------------------------------------ -r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_win32.c +r421 | sam | 2006-03-16 16:59:57 +0000 (Thu, 16 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_vga.c +r420 | sam | 2006-03-16 12:58:55 +0000 (Thu, 16 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_slang.c +r419 | sam | 2006-03-16 12:50:07 +0000 (Thu, 16 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_ncurses.c - M /trunk/configure.ac +r418 | sam | 2006-03-16 12:49:20 +0000 (Thu, 16 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/build-win32 +r417 | sam | 2006-03-16 12:46:39 +0000 (Thu, 16 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/test/unicode.c +r416 | sam | 2006-03-15 22:07:55 +0000 (Wed, 15 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/test/export.c - M /trunk/test/unicode.c +r415 | sam | 2006-03-15 20:39:43 +0000 (Wed, 15 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c +r414 | sam | 2006-03-15 20:30:39 +0000 (Wed, 15 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export_html.c +r413 | sam | 2006-03-15 18:41:29 +0000 (Wed, 15 Mar 2006) | 2 lines * Unicode support in the HTML exporter. ------------------------------------------------------------------------ -r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca.c +r412 | sam | 2006-03-15 17:42:03 +0000 (Wed, 15 Mar 2006) | 2 lines * Cosmetic. ------------------------------------------------------------------------ -r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/export.c +r411 | sam | 2006-03-15 17:33:03 +0000 (Wed, 15 Mar 2006) | 2 lines * Small test program for exporters. Usage: "export html", "export irc" etc. ------------------------------------------------------------------------ -r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines -Changed paths: - A /trunk/cucul/export_svg.c +r410 | jylam | 2006-03-15 17:16:09 +0000 (Wed, 15 Mar 2006) | 24 lines * 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_* @@ -6248,106 +3876,66 @@ d__________________\_\,_/____________d ------------------------------------------------------------------------ -r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export_html.c - M /trunk/cucul/export_ps.c +r409 | jylam | 2006-03-15 16:55:40 +0000 (Wed, 15 Mar 2006) | 2 lines * Added preliminary (but working) SVG exporter ------------------------------------------------------------------------ -r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c +r408 | jylam | 2006-03-15 15:03:43 +0000 (Wed, 15 Mar 2006) | 2 lines * Added telnet commands and options strings for debug ------------------------------------------------------------------------ -r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/test/demo.c +r407 | jylam | 2006-03-15 13:48:51 +0000 (Wed, 15 Mar 2006) | 2 lines * Fixed refresh when updating parameter in display_menu() ------------------------------------------------------------------------ -r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/kernel/kernel.c +r406 | jylam | 2006-03-15 13:10:34 +0000 (Wed, 15 Mar 2006) | 2 lines * Removed false comment ------------------------------------------------------------------------ -r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/cacaball.c +r405 | jylam | 2006-03-15 13:06:25 +0000 (Wed, 15 Mar 2006) | 2 lines * Optimised cacaballs a bit ------------------------------------------------------------------------ -r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/cacaball.c +r404 | jylam | 2006-03-15 12:51:08 +0000 (Wed, 15 Mar 2006) | 2 lines * Better cacaballs parameters ------------------------------------------------------------------------ -r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines -Changed paths: - M /trunk/src/cacamoir.c +r403 | sam | 2006-03-15 10:04:56 +0000 (Wed, 15 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_x11.c - M /trunk/src/cacaball.c +r402 | sam | 2006-03-15 10:03:04 +0000 (Wed, 15 Mar 2006) | 2 lines * Minor coding style fixes. ------------------------------------------------------------------------ -r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_win32.c +r401 | sam | 2006-03-15 10:02:08 +0000 (Wed, 15 Mar 2006) | 2 lines * UTF-8 support in the Win32 driver. ------------------------------------------------------------------------ -r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/driver_network.c +r400 | sam | 2006-03-15 10:01:14 +0000 (Wed, 15 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_slang.c - M /trunk/configure.ac +r399 | sam | 2006-03-15 09:57:04 +0000 (Wed, 15 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/cucul/export_ps.c +r398 | sam | 2006-03-14 22:05:34 +0000 (Tue, 14 Mar 2006) | 6 lines * Replaced all cucul_get_* exporters with a generic cucul_export() function. * Got rid of static buffers; we now use cucul_free() to free exported @@ -6356,100 +3944,69 @@ Changed paths: most terminal emulators. ------------------------------------------------------------------------ -r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/kernel/kernel.c +r397 | jylam | 2006-03-14 19:01:19 +0000 (Tue, 14 Mar 2006) | 2 lines * Fixed UPPER() for strcasecmp ------------------------------------------------------------------------ -r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/kernel/kernel.c +r396 | sam | 2006-03-14 18:10:30 +0000 (Tue, 14 Mar 2006) | 2 lines * Rewrote strncasecmp. Totally untested, of course. ------------------------------------------------------------------------ -r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/export_ps.c +r395 | sam | 2006-03-14 17:09:17 +0000 (Tue, 14 Mar 2006) | 2 lines * STATIC char const. AHAHAHAHA. ------------------------------------------------------------------------ -r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_network.c +r394 | sam | 2006-03-14 17:06:12 +0000 (Tue, 14 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/export_ps.c +r393 | jylam | 2006-03-14 16:57:53 +0000 (Tue, 14 Mar 2006) | 2 lines * Cosmetic changes. AHAHAH I COMMITED IT MYSELF. ------------------------------------------------------------------------ -r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/export_ps.c +r392 | jylam | 2006-03-14 16:51:38 +0000 (Tue, 14 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/cucul/Makefile.am - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul.h - M /trunk/cucul/cucul_internals.h - A /trunk/cucul/export_ps.c +r391 | jylam | 2006-03-14 15:39:38 +0000 (Tue, 14 Mar 2006) | 2 lines * Added preliminary Postscript (tm) (r) (c) exporter. ------------------------------------------------------------------------ -r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c +r390 | sam | 2006-03-14 14:19:58 +0000 (Tue, 14 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/TODO +r389 | sam | 2006-03-14 12:49:32 +0000 (Tue, 14 Mar 2006) | 2 lines * Updated the TODO list, mostly with Unicode-related tasks. ------------------------------------------------------------------------ -r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.h - M /trunk/caca/driver_network.c +r388 | sam | 2006-03-14 12:49:01 +0000 (Tue, 14 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.c +r387 | sam | 2006-03-14 12:30:17 +0000 (Tue, 14 Mar 2006) | 2 lines * Ooops, fixed an old typo. ------------------------------------------------------------------------ -r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/cacaball.c +r386 | sam | 2006-03-14 12:16:11 +0000 (Tue, 14 Mar 2006) | 2 lines * Fixed a warning in cacaball.c. ------------------------------------------------------------------------ -r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines -Changed paths: - M /trunk/caca/driver_network.c +r385 | sam | 2006-03-13 19:04:29 +0000 (Mon, 13 Mar 2006) | 11 lines * Improvements to the network output: + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside @@ -6463,21 +4020,7 @@ Changed paths: + Set window size to 80x24 instead of 80x25. ------------------------------------------------------------------------ -r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines -Changed paths: - M /trunk/cucul/export_ansi.c - M /trunk/cucul/export_html.c - M /trunk/cucul/export_irc.c - M /trunk/perl/lib/Term/Caca/Bitmap.pm - M /trunk/perl/lib/Term/Caca/Constants.pm - M /trunk/perl/lib/Term/Caca/Sprite.pm - M /trunk/perl/lib/Term/Caca.pm - M /trunk/perl/lib/Term/Kaka/Bitmap.pm - M /trunk/perl/lib/Term/Kaka/Constants.pm - M /trunk/perl/lib/Term/Kaka/Sprite.pm - M /trunk/perl/lib/Term/Kaka.pm - M /trunk/python/pypycaca.c - M /trunk/python/pypycaca.h +r384 | sam | 2006-03-13 18:07:35 +0000 (Mon, 13 Mar 2006) | 24 lines * Set svn:keyword Id property on a few files. @@ -6504,650 +4047,340 @@ enable-auto-props = yes ------------------------------------------------------------------------ -r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/export_ansi.c +r383 | sam | 2006-03-13 18:05:12 +0000 (Mon, 13 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/caca.c +r382 | sam | 2006-03-13 17:49:04 +0000 (Mon, 13 Mar 2006) | 2 lines * Fixed an uninitialised variable in the event queue handling. ------------------------------------------------------------------------ -r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines -Changed paths: - M /trunk/test/colors.c +r381 | sam | 2006-03-13 17:38:18 +0000 (Mon, 13 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/THANKS +r380 | sam | 2006-03-13 17:36:14 +0000 (Mon, 13 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c +r379 | sam | 2006-03-10 19:21:33 +0000 (Fri, 10 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/kernel/kernel.c +r378 | jylam | 2006-03-10 17:56:40 +0000 (Fri, 10 Mar 2006) | 2 lines * wrote strcasecmp for fun ------------------------------------------------------------------------ -r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - A /trunk/cucul/export_ansi.c - A /trunk/cucul/export_html.c - A /trunk/cucul/export_irc.c - D /trunk/cucul/exporter_ansi.c - D /trunk/cucul/exporter_html.c - D /trunk/cucul/exporter_irc.c +r377 | jylam | 2006-03-10 17:41:23 +0000 (Fri, 10 Mar 2006) | 2 lines * Renamed exporter_* to export_*, from God recommendation. ------------------------------------------------------------------------ -r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines -Changed paths: - M /trunk/cucul/Makefile.am - D /trunk/cucul/export.c - A /trunk/cucul/exporter_ansi.c - A /trunk/cucul/exporter_html.c - A /trunk/cucul/exporter_irc.c +r376 | jylam | 2006-03-10 17:32:08 +0000 (Fri, 10 Mar 2006) | 2 lines * Exploded cucul/export.c ------------------------------------------------------------------------ -r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca.h - M /trunk/caca/driver_network.c +r375 | jylam | 2006-03-10 15:11:40 +0000 (Fri, 10 Mar 2006) | 2 lines * Added CACA_NETWORK_PORT env and related documentation ------------------------------------------------------------------------ -r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/configure.ac - M /trunk/cucul/cucul_internals.h +r374 | jylam | 2006-03-10 14:41:24 +0000 (Fri, 10 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c +r373 | sam | 2006-03-10 13:06:40 +0000 (Fri, 10 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/char.c +r372 | sam | 2006-03-10 10:03:30 +0000 (Fri, 10 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_network.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/graphics.c +r371 | sam | 2006-03-10 10:01:22 +0000 (Fri, 10 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/src/cacaball.c - M /trunk/src/cacamoir.c - M /trunk/src/cacaplas.c +r370 | sam | 2006-03-10 09:48:33 +0000 (Fri, 10 Mar 2006) | 2 lines * Made cacamoir, cacaball and cacaplas buildable into a kernel. ------------------------------------------------------------------------ -r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_vga.c +r369 | sam | 2006-03-10 09:43:13 +0000 (Fri, 10 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_slang.c +r368 | sam | 2006-03-10 09:34:16 +0000 (Fri, 10 Mar 2006) | 2 lines * Added Unicode support to the SLang driver. ------------------------------------------------------------------------ -r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines -Changed paths: - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r367 | sam | 2006-03-10 09:31:32 +0000 (Fri, 10 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/test/unicode.c +r366 | sam | 2006-03-10 09:30:30 +0000 (Fri, 10 Mar 2006) | 2 lines * More Unicode tests: gradient glyphs, double width characters. ------------------------------------------------------------------------ -r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/build-kernel +r365 | jylam | 2006-03-09 19:27:55 +0000 (Thu, 09 Mar 2006) | 2 lines * Oops, modified build-kernel while testing and commited it ;) ------------------------------------------------------------------------ -r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/build-kernel - M /trunk/caca/driver_network.c +r364 | jylam | 2006-03-09 19:27:14 +0000 (Thu, 09 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_vga.c +r363 | sam | 2006-03-09 16:57:32 +0000 (Thu, 09 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/build-kernel - M /trunk/caca/caca_internals.h - M /trunk/cucul/cucul_internals.h - M /trunk/kernel/kernel.c - M /trunk/kernel/kernel.h +r362 | sam | 2006-03-09 15:35:00 +0000 (Thu, 09 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/cucul/export.c +r361 | jylam | 2006-03-09 13:24:06 +0000 (Thu, 09 Mar 2006) | 2 lines * Added tests for malloc()'s ------------------------------------------------------------------------ -r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/README - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c +r360 | jylam | 2006-03-09 13:08:41 +0000 (Thu, 09 Mar 2006) | 2 lines * Updated README for network driver, fixed remaining exporters ------------------------------------------------------------------------ -r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/configure.ac - M /trunk/kernel/Makefile.am +r359 | sam | 2006-03-09 13:04:59 +0000 (Thu, 09 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/build-kernel +r358 | sam | 2006-03-09 12:56:33 +0000 (Thu, 09 Mar 2006) | 2 lines * 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 /trunk/COPYING.GPL - M /trunk/Makefile.am - A /trunk/build-kernel - M /trunk/caca/time.c - M /trunk/configure.ac - M /trunk/cucul/bitmap.c - M /trunk/cucul/box.c - M /trunk/cucul/char.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/line.c - M /trunk/cucul/math.c - M /trunk/cucul/sprite.c - M /trunk/cucul/triangle.c - A /trunk/kernel - A /trunk/kernel/Makefile.am - A /trunk/kernel/kernel.c - A /trunk/kernel/kernel.h - A /trunk/kernel/multiboot.S - A /trunk/kernel/multiboot.h - M /trunk/src - M /trunk/src/aafire.c +r357 | sam | 2006-03-09 12:47:37 +0000 (Thu, 09 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c +r356 | sam | 2006-03-09 12:44:49 +0000 (Thu, 09 Mar 2006) | 2 lines * Cosmetic change. ------------------------------------------------------------------------ -r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/README +r355 | sam | 2006-03-09 12:43:10 +0000 (Thu, 09 Mar 2006) | 2 lines * Slightly updated README. ------------------------------------------------------------------------ -r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - A /trunk/caca/driver_vga.c +r354 | sam | 2006-03-09 12:41:02 +0000 (Thu, 09 Mar 2006) | 2 lines * Pure VGA output driver. ------------------------------------------------------------------------ -r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/graphics.c +r353 | sam | 2006-03-09 12:37:39 +0000 (Thu, 09 Mar 2006) | 2 lines * Removed unused includes. ------------------------------------------------------------------------ -r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/AUTHORS +r352 | sam | 2006-03-09 12:35:47 +0000 (Thu, 09 Mar 2006) | 2 lines * Added a few details for authors. ------------------------------------------------------------------------ -r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/unicode.c +r351 | sam | 2006-03-09 12:34:40 +0000 (Thu, 09 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.h - M /trunk/cucul/cucul.h +r350 | jylam | 2006-03-09 09:52:24 +0000 (Thu, 09 Mar 2006) | 2 lines * Updated documentation a bit ------------------------------------------------------------------------ -r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c +r349 | jylam | 2006-03-09 09:44:54 +0000 (Thu, 09 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c +r348 | jylam | 2006-03-09 08:45:40 +0000 (Thu, 09 Mar 2006) | 2 lines * Fixed memory leak in network driver ------------------------------------------------------------------------ -r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_gl.c +r347 | sam | 2006-03-08 22:39:43 +0000 (Wed, 08 Mar 2006) | 2 lines * Made the OpenGL colors slightly less saturated. ------------------------------------------------------------------------ -r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c +r346 | sam | 2006-03-08 22:29:00 +0000 (Wed, 08 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_network.c +r345 | jylam | 2006-03-08 20:58:07 +0000 (Wed, 08 Mar 2006) | 2 lines * Fixed blinking screen ------------------------------------------------------------------------ -r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/driver_network.c - M /trunk/cucul/cucul.h - M /trunk/cucul/export.c +r344 | jylam | 2006-03-08 20:23:06 +0000 (Wed, 08 Mar 2006) | 2 lines * Exporters now return size of generated data ------------------------------------------------------------------------ -r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - A /trunk/caca/driver_network.c - M /trunk/configure.ac +r343 | jylam | 2006-03-08 20:03:24 +0000 (Wed, 08 Mar 2006) | 2 lines * Added very preliminary network driver ------------------------------------------------------------------------ -r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cucul/cucul.c +r342 | sam | 2006-03-08 19:41:53 +0000 (Wed, 08 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/cucul/cucul.c +r341 | sam | 2006-03-08 17:20:38 +0000 (Wed, 08 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c +r340 | sam | 2006-03-08 11:27:23 +0000 (Wed, 08 Mar 2006) | 2 lines * Cosmetic changes here and there. ------------------------------------------------------------------------ -r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c +r339 | sam | 2006-03-08 10:33:01 +0000 (Wed, 08 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c +r338 | sam | 2006-03-08 09:51:53 +0000 (Wed, 08 Mar 2006) | 2 lines * Cleaned up useless header includes. ------------------------------------------------------------------------ -r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c +r337 | sam | 2006-03-08 09:28:41 +0000 (Wed, 08 Mar 2006) | 2 lines * Split event.c into the appropriate driver_*.c files. ------------------------------------------------------------------------ -r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/caca-config.in +r336 | sam | 2006-03-08 09:26:46 +0000 (Wed, 08 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/doc/doxygen.cfg.in +r335 | sam | 2006-03-08 09:23:38 +0000 (Wed, 08 Mar 2006) | 2 lines * Ignore driver_*.c files when building documentation. ------------------------------------------------------------------------ -r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines -Changed paths: - M /trunk/configure.ac +r334 | sam | 2006-03-08 09:21:55 +0000 (Wed, 08 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/Makefile.am - A /trunk/build-dos (from /trunk/build-win32:327) - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/cucul/cucul_internals.h +r333 | sam | 2006-03-07 12:39:34 +0000 (Tue, 07 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac +r332 | sam | 2006-03-07 10:46:29 +0000 (Tue, 07 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/event.c +r331 | sam | 2006-03-07 10:37:59 +0000 (Tue, 07 Mar 2006) | 2 lines * 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 /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - M /trunk/caca/driver_conio.c - M /trunk/caca/driver_gl.c - M /trunk/caca/driver_ncurses.c - M /trunk/caca/driver_slang.c - M /trunk/caca/driver_win32.c - M /trunk/caca/driver_x11.c - M /trunk/caca/event.c - M /trunk/caca/graphics.c - M /trunk/cucul/bitmap.c - M /trunk/cucul/box.c - M /trunk/cucul/char.c - M /trunk/cucul/conic.c - M /trunk/cucul/cucul.c - M /trunk/cucul/cucul_internals.h - M /trunk/cucul/export.c - M /trunk/cucul/line.c - M /trunk/cucul/math.c - M /trunk/cucul/sprite.c - M /trunk/cucul/triangle.c - M /trunk/src/cacaview.c +r330 | sam | 2006-03-07 09:17:35 +0000 (Tue, 07 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/caca/Makefile.am - M /trunk/caca/caca.c - M /trunk/caca/caca_internals.h - A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327) - A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327) - A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327) - A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327) - A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327) - A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327) - M /trunk/caca/event.c - M /trunk/caca/graphics.c +r329 | sam | 2006-03-06 23:01:59 +0000 (Mon, 06 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/configure.ac +r328 | sam | 2006-03-06 21:49:48 +0000 (Mon, 06 Mar 2006) | 2 lines * Ooops, I fucked up the build. ------------------------------------------------------------------------ -r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am - D /trunk/examples - A /trunk/src (from /trunk/examples:326) +r327 | sam | 2006-03-06 21:00:53 +0000 (Mon, 06 Mar 2006) | 2 lines * Moved stuff again. ------------------------------------------------------------------------ -r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M /trunk/Makefile.am - A /trunk/caca - A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325) - A /trunk/caca/caca.c (from /trunk/src/caca.c:325) - A /trunk/caca/caca.h (from /trunk/src/caca.h:325) - A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325) - A /trunk/caca/event.c (from /trunk/src/event.c:325) - A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325) - A /trunk/caca/time.c (from /trunk/src/time.c:325) - M /trunk/configure.ac - A /trunk/cucul - A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325) - A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325) - A /trunk/cucul/box.c (from /trunk/src/box.c:325) - A /trunk/cucul/char.c (from /trunk/src/char.c:325) - A /trunk/cucul/conic.c (from /trunk/src/conic.c:325) - A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325) - A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325) - A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325) - A /trunk/cucul/export.c (from /trunk/src/export.c:325) - A /trunk/cucul/line.c (from /trunk/src/line.c:325) - A /trunk/cucul/math.c (from /trunk/src/math.c:325) - A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325) - A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325) - M /trunk/examples/Makefile.am - D /trunk/src - M /trunk/test/Makefile.am +r326 | sam | 2006-03-06 20:57:14 +0000 (Mon, 06 Mar 2006) | 2 lines * Moved stuff around to differenciate between libcucul and libcaca. ------------------------------------------------------------------------ -r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines -Changed paths: - M /trunk/src/caca.c - M /trunk/src/char.c - M /trunk/src/cucul.c - M /trunk/src/cucul_internals.h - M /trunk/src/export.c - M /trunk/src/graphics.c +r325 | sam | 2006-03-06 19:13:01 +0000 (Mon, 06 Mar 2006) | 3 lines * 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 -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r324 | sam | 2006-03-06 14:17:42 +0000 (Mon, 06 Mar 2006) | 4 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r323 | jylam | 2006-03-06 13:50:05 +0000 (Mon, 06 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r322 | sam | 2006-03-06 13:43:23 +0000 (Mon, 06 Mar 2006) | 2 lines * src/graphics.c: minor optimisations. ------------------------------------------------------------------------ -r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines -Changed paths: - M /trunk/src/graphics.c +r321 | sam | 2006-03-06 13:34:57 +0000 (Mon, 06 Mar 2006) | 6 lines * 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 @@ -7156,60 +4389,22 @@ 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 -Changed paths: - M /trunk/src/graphics.c +r320 | jylam | 2006-03-06 12:13:12 +0000 (Mon, 06 Mar 2006) | 2 lines * Mais je fais comme je veux bordel de cul ! ------------------------------------------------------------------------ -r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r319 | sam | 2006-03-06 11:08:25 +0000 (Mon, 06 Mar 2006) | 2 lines * Haha mais vieux porc a pattes ! ------------------------------------------------------------------------ -r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r318 | jylam | 2006-03-06 10:21:48 +0000 (Mon, 06 Mar 2006) | 2 lines * 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 /trunk/caca-config.in - M /trunk/configure.ac - M /trunk/examples/aafire.c - M /trunk/examples/cacaball.c - M /trunk/examples/cacamoir.c - M /trunk/examples/cacaplas.c - M /trunk/examples/cacaview.c - M /trunk/src/Makefile.am - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/char.c - M /trunk/src/conic.c - M /trunk/src/cucul.c - M /trunk/src/cucul_internals.h - M /trunk/src/event.c - M /trunk/src/export.c - M /trunk/src/graphics.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/time.c - M /trunk/src/triangle.c - M /trunk/test/colors.c - M /trunk/test/demo.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/hsv.c - M /trunk/test/spritedit.c +r317 | sam | 2006-03-06 08:32:40 +0000 (Mon, 06 Mar 2006) | 9 lines * All output plugins should now work again. * Renamed caca_refresh() into caca_display() which makes more sense. @@ -7221,70 +4416,17 @@ Changed paths: * Moved time.c into libcaca. ------------------------------------------------------------------------ -r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines -Changed paths: - M /trunk/debian - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/copyright - M /trunk/debian/rules - M /trunk/doc/Makefile.am - D /trunk/doc/cacademo.1 - A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314) - M /trunk/libcaca.spec - M /trunk/msvc/Makefile.am - D /trunk/msvc/cacademo.vcproj - M /trunk/msvc/libcaca.sln +r316 | sam | 2006-03-06 08:26:09 +0000 (Mon, 06 Mar 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/cucul.c +r315 | sam | 2006-03-06 08:22:09 +0000 (Mon, 06 Mar 2006) | 2 lines * src/cucul.c: s/width/height/. ------------------------------------------------------------------------ -r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines -Changed paths: - M /trunk/configure.ac - M /trunk/doc/doxygen.cfg.in - M /trunk/examples - M /trunk/examples/Makefile.am - M /trunk/examples/aafire.c - M /trunk/examples/cacaball.c - M /trunk/examples/cacamoir.c - M /trunk/examples/cacaplas.c - M /trunk/examples/cacaview.c - D /trunk/examples/demo.c - M /trunk/src/Makefile.am - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - A /trunk/src/char.c - M /trunk/src/conic.c - A /trunk/src/cucul.c - A /trunk/src/cucul.h (from /trunk/src/caca.h:312) - A /trunk/src/cucul_internals.h - M /trunk/src/event.c - A /trunk/src/export.c - M /trunk/src/graphics.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c - M /trunk/test - M /trunk/test/Makefile.am - M /trunk/test/colors.c - A /trunk/test/demo.c (from /trunk/examples/demo.c:312) - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/hsv.c - M /trunk/test/optipal.c - M /trunk/test/spritedit.c +r314 | sam | 2006-03-05 18:43:13 +0000 (Sun, 05 Mar 2006) | 16 lines 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 @@ -7303,406 +4445,223 @@ 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 -Changed paths: - M /trunk/bootstrap +r313 | sam | 2006-03-04 18:08:47 +0000 (Sat, 04 Mar 2006) | 2 lines * New updated bootstrap script. ------------------------------------------------------------------------ -r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines -Changed paths: - R /trunk/COPYING - A /trunk/COPYING.LGPL (from /trunk/COPYING:311) - M /trunk/Makefile.am - M /trunk/debian/copyright - M /trunk/doc/cacademo.1 - M /trunk/examples/cacaball.c - M /trunk/examples/cacamoir.c - M /trunk/examples/cacaplas.c - M /trunk/examples/cacaview.c - M /trunk/examples/demo.c - M /trunk/perl/Build.PL - M /trunk/perl/META.yml - M /trunk/python/pypycaca.c - M /trunk/python/pypycaca.h - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/event.c - M /trunk/src/graphics.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/time.c - M /trunk/src/triangle.c - M /trunk/test/colors.c - M /trunk/test/dithering.c - M /trunk/test/event.c - M /trunk/test/hsv.c - M /trunk/test/optipal.c - M /trunk/test/spritedit.c +r312 | sam | 2006-03-04 00:35:45 +0000 (Sat, 04 Mar 2006) | 2 lines * 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 -Changed paths: - A /trunk/python/caca.txt - A /trunk/python/test1.py - A /trunk/python/test2.py +r311 | jylam | 2006-02-11 19:20:48 +0000 (Sat, 11 Feb 2006) | 2 lines * 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 -Changed paths: - M /trunk/src/event.c +r310 | jylam | 2006-02-11 15:46:51 +0000 (Sat, 11 Feb 2006) | 2 lines * Fixed bug in events with GL driver ------------------------------------------------------------------------ -r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r309 | jylam | 2006-02-11 15:11:30 +0000 (Sat, 11 Feb 2006) | 2 lines * Improved GL rendering (characters are not blurry anymore) ------------------------------------------------------------------------ -r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines -Changed paths: - A /trunk/python - A /trunk/python/Makefile - A /trunk/python/README - A /trunk/python/pypycaca.c - A /trunk/python/pypycaca.h +r308 | jylam | 2006-02-05 17:47:23 +0000 (Sun, 05 Feb 2006) | 2 lines * Added -preliminary- Python bindings ------------------------------------------------------------------------ -r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines -Changed paths: - M /trunk/AUTHORS +r307 | jylam | 2005-12-08 19:03:06 +0000 (Thu, 08 Dec 2005) | 2 lines * Updated for my ego trip ------------------------------------------------------------------------ -r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines -Changed paths: - M /trunk/examples/cacaball.c +r306 | jylam | 2005-11-21 21:39:34 +0000 (Mon, 21 Nov 2005) | 2 lines * Removed debug test, kekeke ^^ ------------------------------------------------------------------------ -r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines -Changed paths: - M /trunk/examples/cacaball.c - M /trunk/src/caca.h - M /trunk/src/graphics.c +r305 | jylam | 2005-11-21 17:24:33 +0000 (Mon, 21 Nov 2005) | 2 lines * Added caca_set_width, set_height_, set_size ------------------------------------------------------------------------ -r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/cacaball.c - M /trunk/examples/cacamoir.c - M /trunk/examples/cacaplas.c +r304 | jylam | 2005-11-18 10:46:53 +0000 (Fri, 18 Nov 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/graphics.c +r303 | jylam | 2005-11-17 14:33:43 +0000 (Thu, 17 Nov 2005) | 2 lines * Fixed warnings under GCC 4.x ------------------------------------------------------------------------ -r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/event.c - M /trunk/src/graphics.c +r302 | jylam | 2005-11-17 14:13:54 +0000 (Thu, 17 Nov 2005) | 2 lines * Fixed a bunch of warnings ------------------------------------------------------------------------ -r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r301 | sam | 2005-11-12 15:39:50 +0000 (Sat, 12 Nov 2005) | 2 lines * more coding style fixes. ------------------------------------------------------------------------ -r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines -Changed paths: - M /trunk/src/caca.c +r300 | sam | 2005-11-12 15:30:46 +0000 (Sat, 12 Nov 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r299 | sam | 2005-11-12 15:26:02 +0000 (Sat, 12 Nov 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r298 | sam | 2005-11-12 15:14:38 +0000 (Sat, 12 Nov 2005) | 2 lines * coding style fixes. ------------------------------------------------------------------------ -r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines -Changed paths: - M /trunk/src/bitmap.c +r297 | sam | 2005-11-12 14:47:59 +0000 (Sat, 12 Nov 2005) | 4 lines * 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 -Changed paths: - M /trunk/src/event.c +r296 | jylam | 2005-07-30 11:58:48 +0000 (Sat, 30 Jul 2005) | 2 lines * 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 -Changed paths: - M /trunk/debian/Makefile.am +r295 | sam | 2005-07-29 13:38:35 +0000 (Fri, 29 Jul 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r294 | jylam | 2005-07-13 17:58:58 +0000 (Wed, 13 Jul 2005) | 2 lines * src/graphics.c src/caca.h : Added ANSI exporter ------------------------------------------------------------------------ -r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/caca.h - M /trunk/src/math.c +r293 | jylam | 2005-07-13 17:45:47 +0000 (Wed, 13 Jul 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/caca.c - M /trunk/src/event.c +r292 | sam | 2005-07-08 21:16:38 +0000 (Fri, 08 Jul 2005) | 2 lines * src/event.c src/caca.c: fixed coding style ------------------------------------------------------------------------ -r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines -Changed paths: - M /trunk/src/event.c - M /trunk/src/graphics.c +r291 | jylam | 2005-06-25 11:27:31 +0000 (Sat, 25 Jun 2005) | 2 lines * OpenGL driver mouse support ------------------------------------------------------------------------ -r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines -Changed paths: - M /trunk/debian/changelog +r290 | sam | 2005-06-24 11:54:28 +0000 (Fri, 24 Jun 2005) | 2 lines * imported previous Debian uploads. ------------------------------------------------------------------------ -r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r289 | sam | 2005-06-24 11:48:31 +0000 (Fri, 24 Jun 2005) | 2 lines * src/graphics.c: more optimisations in the exporters ------------------------------------------------------------------------ -r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r288 | jylam | 2005-06-23 18:27:02 +0000 (Thu, 23 Jun 2005) | 2 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r287 | sam | 2005-06-23 16:58:58 +0000 (Thu, 23 Jun 2005) | 2 lines * src/graphics.c: cleaned caca_get_html() ------------------------------------------------------------------------ -r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines -Changed paths: - M /trunk/src/graphics.c +r286 | sam | 2005-06-23 16:44:14 +0000 (Thu, 23 Jun 2005) | 2 lines * src/graphics.c: heavy cleanup in caca_get_html3(). ------------------------------------------------------------------------ -r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/event.c - M /trunk/src/graphics.c +r285 | jylam | 2005-06-22 22:06:42 +0000 (Wed, 22 Jun 2005) | 2 lines * Added Null driver and html3 exporter. ------------------------------------------------------------------------ -r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r284 | jylam | 2005-06-21 16:13:41 +0000 (Tue, 21 Jun 2005) | 2 lines 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 -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r283 | jylam | 2005-06-21 14:50:43 +0000 (Tue, 21 Jun 2005) | 2 lines Added HTML and IRC output support ------------------------------------------------------------------------ -r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines -Changed paths: - M /trunk/debian/control +r282 | sam | 2005-06-21 13:46:13 +0000 (Tue, 21 Jun 2005) | 2 lines * debian/control: use libslang2 instead of slang1. ------------------------------------------------------------------------ -r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/event.c - M /trunk/src/graphics.c +r281 | jylam | 2005-06-21 13:28:51 +0000 (Tue, 21 Jun 2005) | 2 lines OpenGL support. ------------------------------------------------------------------------ -r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines -Changed paths: - M /trunk/bootstrap - M /trunk/configure.ac - M /trunk/examples/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r280 | sam | 2005-03-26 10:27:30 +0000 (Sat, 26 Mar 2005) | 3 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r279 | sam | 2005-01-22 16:43:58 +0000 (Sat, 22 Jan 2005) | 2 lines * compilation fix. ------------------------------------------------------------------------ -r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/caca.h +r278 | sam | 2005-01-13 23:59:55 +0000 (Thu, 13 Jan 2005) | 3 lines * src/bitmap.c: + Implemented caca_set_bitmap_gamma(). ------------------------------------------------------------------------ -r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c +r277 | sam | 2005-01-13 22:19:01 +0000 (Thu, 13 Jan 2005) | 3 lines * src/graphics.c: + Implemented caca_get_screen(). ------------------------------------------------------------------------ -r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines -Changed paths: - M /trunk/examples/cacaplas.c +r276 | sam | 2005-01-13 20:46:00 +0000 (Thu, 13 Jan 2005) | 2 lines * examples/cacaplas: slower animation. ------------------------------------------------------------------------ -r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines -Changed paths: - M /trunk/AUTHORS - A /trunk/perl - A /trunk/perl/Build.PL - A /trunk/perl/MANIFEST - A /trunk/perl/MANIFEST.SKIP - A /trunk/perl/META.yml - A /trunk/perl/Makefile.PL - A /trunk/perl/README - A /trunk/perl/lib - A /trunk/perl/lib/Term - A /trunk/perl/lib/Term/Caca - A /trunk/perl/lib/Term/Caca/Bitmap.pm - A /trunk/perl/lib/Term/Caca/Constants.pm - A /trunk/perl/lib/Term/Caca/Sprite.pm - A /trunk/perl/lib/Term/Caca.pm - A /trunk/perl/lib/Term/Caca.xs - A /trunk/perl/lib/Term/Kaka - A /trunk/perl/lib/Term/Kaka/Bitmap.pm - A /trunk/perl/lib/Term/Kaka/Constants.pm - A /trunk/perl/lib/Term/Kaka/Sprite.pm - A /trunk/perl/lib/Term/Kaka.pm - A /trunk/perl/t - A /trunk/perl/t/data - A /trunk/perl/t/data/caca.txt +r275 | sam | 2004-11-21 00:31:13 +0000 (Sun, 21 Nov 2004) | 2 lines * Imported John Beppu's Perl wrapper. ------------------------------------------------------------------------ -r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines -Changed paths: - M /trunk/src/bitmap.c +r274 | sam | 2004-11-05 14:57:50 +0000 (Fri, 05 Nov 2004) | 2 lines * 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 -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/cacaball.c - M /trunk/examples/cacamoir.c - M /trunk/examples/cacaplas.c +r273 | sam | 2004-11-05 14:44:41 +0000 (Fri, 05 Nov 2004) | 3 lines * examples/: + Use Space to pause demos, Esc to quit. ------------------------------------------------------------------------ -r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines -Changed paths: - M /trunk/src/bitmap.c +r272 | sam | 2004-11-04 22:59:29 +0000 (Thu, 04 Nov 2004) | 2 lines * 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 -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h +r271 | sam | 2004-11-04 22:28:39 +0000 (Thu, 04 Nov 2004) | 7 lines * src/caca.h: + Introduced CACA_DITHER_FSTEIN. @@ -7712,77 +4671,53 @@ 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 -Changed paths: - M /trunk/src/bitmap.c +r270 | sam | 2004-11-04 21:19:52 +0000 (Thu, 04 Nov 2004) | 2 lines * src/bitmap.c: oops, removed spurious test code. ------------------------------------------------------------------------ -r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines -Changed paths: - M /trunk/src/bitmap.c +r269 | sam | 2004-11-04 21:18:52 +0000 (Thu, 04 Nov 2004) | 3 lines * 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 -Changed paths: - M /trunk/doc/Makefile.am +r268 | sam | 2004-11-04 20:36:49 +0000 (Thu, 04 Nov 2004) | 3 lines * doc/Makefile.am: + Really fixed the manpage generation. ------------------------------------------------------------------------ -r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines -Changed paths: - M /trunk/doc/Makefile.am +r267 | sam | 2004-11-04 18:30:34 +0000 (Thu, 04 Nov 2004) | 3 lines * doc/Makefile.am: + Manpage installation fix. ------------------------------------------------------------------------ -r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines -Changed paths: - M /trunk/examples/cacaplas.c +r266 | sam | 2004-11-04 18:16:57 +0000 (Thu, 04 Nov 2004) | 2 lines * 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 -Changed paths: - M /trunk/THANKS - M /trunk/src/graphics.c +r265 | sam | 2004-10-31 19:26:05 +0000 (Sun, 31 Oct 2004) | 3 lines * src/graphics.c: + Win32 speed improvements by Jari Komppa. ------------------------------------------------------------------------ -r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines -Changed paths: - M /trunk/src/graphics.c +r264 | sam | 2004-08-06 17:33:46 +0000 (Fri, 06 Aug 2004) | 3 lines * src/graphics.c: + Fix strict aliasing rules breakage. ------------------------------------------------------------------------ -r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines -Changed paths: - M /trunk/bootstrap +r263 | sam | 2004-07-05 12:08:49 +0000 (Mon, 05 Jul 2004) | 3 lines * bootstrap: + Support for automake 1.8. ------------------------------------------------------------------------ -r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines -Changed paths: - D /trunk/BUGS - M /trunk/Makefile.am - M /trunk/TODO - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules +r262 | sam | 2004-07-05 12:07:00 +0000 (Mon, 05 Jul 2004) | 6 lines * BUGS TODO: + Removed BUGS, updated TODO. @@ -7791,44 +4726,23 @@ Changed paths: + New Debian upload. ------------------------------------------------------------------------ -r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines -Changed paths: - M /trunk/configure.ac - M /trunk/msvc/config.h - M /trunk/src/graphics.c +r261 | sam | 2004-02-02 13:51:55 +0000 (Mon, 02 Feb 2004) | 3 lines * 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 -Changed paths: - A /branches/0.9 (from /trunk:259) - M /branches/0.9/ChangeLog - M /trunk/ChangeLog +r260 | sam | 2004-02-02 02:59:43 +0000 (Mon, 02 Feb 2004) | 2 lines * 0.9 branch. ------------------------------------------------------------------------ -r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/libcaca.spec - M /trunk/msvc/config.h +r259 | sam | 2004-02-02 02:54:43 +0000 (Mon, 02 Feb 2004) | 2 lines * 0.9 release. ------------------------------------------------------------------------ -r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/src/caca.c - M /trunk/src/event.c - M /trunk/src/graphics.c +r258 | sam | 2004-01-26 10:52:30 +0000 (Mon, 26 Jan 2004) | 5 lines * configure.ac: + Check for curses.h as well as ncurses.h. @@ -7836,26 +4750,20 @@ 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 -Changed paths: - M /trunk/examples/cacaview.c +r257 | sam | 2004-01-23 09:20:39 +0000 (Fri, 23 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/src/caca.c +r256 | sam | 2004-01-23 09:15:42 +0000 (Fri, 23 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/examples/cacaview.c +r255 | sam | 2004-01-21 17:25:18 +0000 (Wed, 21 Jan 2004) | 6 lines * examples/cacaview.c: + Proper aspect ratio support. @@ -7864,11 +4772,7 @@ Changed paths: + Removed useless iterations in draw_checkers(). ------------------------------------------------------------------------ -r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines -Changed paths: - M /trunk/THANKS - M /trunk/src/event.c - M /trunk/src/graphics.c +r254 | sam | 2004-01-21 13:49:26 +0000 (Wed, 21 Jan 2004) | 8 lines * src/graphics.c: + Fixed a buffer overflow due to bad signed/unsigned handling. @@ -7879,33 +4783,17 @@ Changed paths: + Added the Source Mage maintainer. ------------------------------------------------------------------------ -r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines -Changed paths: - A /branches/0.8 (from /trunk:252) - M /branches/0.8/ChangeLog - M /trunk/ChangeLog +r253 | sam | 2004-01-18 04:48:09 +0000 (Sun, 18 Jan 2004) | 2 lines * 0.8 branch. ------------------------------------------------------------------------ -r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/THANKS - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/libcaca.spec - M /trunk/msvc/config.h +r252 | sam | 2004-01-18 04:45:28 +0000 (Sun, 18 Jan 2004) | 2 lines * 0.8 release. ------------------------------------------------------------------------ -r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines -Changed paths: - M /trunk/examples/cacaview.c - M /trunk/src/event.c - M /trunk/src/graphics.c +r251 | sam | 2004-01-18 04:17:35 +0000 (Sun, 18 Jan 2004) | 5 lines * src/graphics.c: + When resizing under X11, copy the old pixmap to the new one. @@ -7913,11 +4801,7 @@ Changed paths: + Resizing support. ------------------------------------------------------------------------ -r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines -Changed paths: - M /trunk/src/caca_internals.h - M /trunk/src/event.c - M /trunk/src/graphics.c +r250 | sam | 2004-01-18 04:01:32 +0000 (Sun, 18 Jan 2004) | 5 lines * src/event.c: + Refresh the X11 window when an exposure event is received. @@ -7925,12 +4809,7 @@ Changed paths: thirds are visible. ------------------------------------------------------------------------ -r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines -Changed paths: - M /trunk/TODO - M /trunk/examples/cacaview.c - M /trunk/src/caca.h - M /trunk/src/graphics.c +r249 | sam | 2004-01-17 22:32:39 +0000 (Sat, 17 Jan 2004) | 6 lines * src/graphics.c: + Renamed caca_set_title() to caca_set_window_title(). @@ -7939,10 +4818,7 @@ Changed paths: + Set the window title to cacaview. ------------------------------------------------------------------------ -r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/event.c +r248 | sam | 2004-01-14 10:34:20 +0000 (Wed, 14 Jan 2004) | 8 lines * src/event.c: + Make sure the mouse coordinates stay within the screen boundaries even @@ -7953,22 +4829,13 @@ Changed paths: + Minor speed optimisation. ------------------------------------------------------------------------ -r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/colors.c (from /trunk/examples/demo.c:243) +r247 | sam | 2004-01-14 10:32:04 +0000 (Wed, 14 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/src/caca_internals.h - M /trunk/src/event.c - M /trunk/src/graphics.c - M /trunk/test/event.c +r246 | sam | 2004-01-13 22:33:09 +0000 (Tue, 13 Jan 2004) | 5 lines * src/graphics.c src/event.c: + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE. @@ -7976,23 +4843,13 @@ Changed paths: + Display CACA_EVENT_RESIZE. ------------------------------------------------------------------------ -r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines -Changed paths: - M /trunk/configure.ac - M /trunk/msvc/config.h - M /trunk/src/graphics.c +r245 | sam | 2004-01-13 21:08:43 +0000 (Tue, 13 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/examples/aafire.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/event.c - M /trunk/src/graphics.c +r244 | sam | 2004-01-13 20:03:48 +0000 (Tue, 13 Jan 2004) | 8 lines * src/event.c: + Added the CACA_EVENT_RESIZE event. @@ -8003,13 +4860,7 @@ 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 -Changed paths: - M /trunk/build-win32 - M /trunk/configure.ac - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/libcaca.spec +r243 | sam | 2004-01-13 16:45:45 +0000 (Tue, 13 Jan 2004) | 5 lines * configure.ac: + Added --disable-doc to let the user not build documentation. @@ -8017,13 +4868,7 @@ Changed paths: + Do not build documentation. ------------------------------------------------------------------------ -r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines -Changed paths: - M /trunk/THANKS - M /trunk/src/Makefile.am - A /trunk/src/event.c (from /trunk/src/io.c:238) - M /trunk/src/graphics.c - D /trunk/src/io.c +r242 | sam | 2004-01-13 15:01:22 +0000 (Tue, 13 Jan 2004) | 7 lines * src/graphics.c: + Fixed a typo preventing Win32 builds. @@ -8033,26 +4878,7 @@ 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 /trunk/Makefile.am - M /trunk/configure.ac - M /trunk/examples/aafire.c - M /trunk/examples/cacaview.c - A /trunk/msvc - A /trunk/msvc/Makefile.am - A /trunk/msvc/cacaball.vcproj - A /trunk/msvc/cacademo.vcproj - A /trunk/msvc/cacafire.vcproj - A /trunk/msvc/cacamoir.vcproj - A /trunk/msvc/cacaplas.vcproj - A /trunk/msvc/cacaview.vcproj - A /trunk/msvc/config.h - A /trunk/msvc/libcaca.sln - A /trunk/msvc/libcaca.vcproj - M /trunk/src/caca.c - M /trunk/src/graphics.c - M /trunk/src/time.c +r241 | sam | 2004-01-13 09:55:32 +0000 (Tue, 13 Jan 2004) | 13 lines * configure.ac: + Check for sys/times.h and unistd.h. @@ -8068,12 +4894,7 @@ Changed paths: + Slightly reduced the maximum cacafire framerate. ------------------------------------------------------------------------ -r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines -Changed paths: - M /trunk/NOTES - M /trunk/examples/cacaview.c - M /trunk/src/caca.h - M /trunk/src/graphics.c +r240 | sam | 2004-01-12 17:30:09 +0000 (Mon, 12 Jan 2004) | 5 lines * src/graphics.c: + Implemented caca_set_title() for X11 and Win32. @@ -8081,46 +4902,18 @@ 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 -Changed paths: - M /trunk/Makefile.am - M /trunk/autotools/Makefile.am - M /trunk/debian/Makefile.am - M /trunk/doc/Makefile.am - M /trunk/examples/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r239 | sam | 2004-01-12 16:22:35 +0000 (Mon, 12 Jan 2004) | 2 lines * Fixed $Id in all Makefile.am files. ------------------------------------------------------------------------ -r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/autotools/Makefile.am - A /trunk/build-win32 - M /trunk/debian/Makefile.am - M /trunk/doc/Makefile.am - M /trunk/examples/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r238 | sam | 2004-01-12 16:21:34 +0000 (Mon, 12 Jan 2004) | 3 lines * build-win32: + Win32 cross-compilation script. ------------------------------------------------------------------------ -r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines -Changed paths: - M /trunk/NEWS - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/doc/cacademo.1 - M /trunk/examples - M /trunk/examples/Makefile.am - D /trunk/examples/cacacirc.c - A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236) - M /trunk/libcaca.spec +r237 | sam | 2004-01-12 15:28:27 +0000 (Mon, 12 Jan 2004) | 5 lines * examples/cacamoir.c: + Renamed cacacirc to cacamoir. @@ -8128,13 +4921,7 @@ Changed paths: + Added cacamoir to the distributed files. ------------------------------------------------------------------------ -r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines -Changed paths: - M /trunk/examples - M /trunk/examples/Makefile.am - M /trunk/examples/cacaball.c - A /trunk/examples/cacacirc.c - M /trunk/examples/cacaplas.c +r236 | sam | 2004-01-12 14:25:46 +0000 (Mon, 12 Jan 2004) | 8 lines * examples/cacaballs.c: + Bigger metaballs, less metaballs. @@ -8145,20 +4932,13 @@ Changed paths: + New effect. ------------------------------------------------------------------------ -r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/time.c +r235 | sam | 2004-01-12 14:01:40 +0000 (Mon, 12 Jan 2004) | 3 lines * configure.ac: + Better win32 check for Sleep(). ------------------------------------------------------------------------ -r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/examples/cacaview.c - M /trunk/src/time.c +r234 | sam | 2004-01-11 18:09:01 +0000 (Sun, 11 Jan 2004) | 5 lines * configure.ac src/time.c: + Look for Sleep in -lkernel32. @@ -8166,29 +4946,13 @@ Changed paths: + 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 -Changed paths: - M /trunk/NOTES - M /trunk/examples/cacaview.c - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/time.c +r233 | sam | 2004-01-11 05:09:02 +0000 (Sun, 11 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/time.c - M /trunk/test/event.c +r232 | sam | 2004-01-11 01:45:57 +0000 (Sun, 11 Jan 2004) | 10 lines * configure.ac: + Check for gettimeofday(). @@ -8201,11 +4965,7 @@ Changed paths: + Added because we use malloc(). ------------------------------------------------------------------------ -r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines -Changed paths: - M /trunk/NEWS - M /trunk/THANKS - M /trunk/examples/cacaplas.c +r231 | sam | 2004-01-10 19:59:50 +0000 (Sat, 10 Jan 2004) | 5 lines * THANKS examples/cacaplas.c: + Updated credits. @@ -8213,12 +4973,7 @@ Changed paths: + Forthcoming 0.8 news. ------------------------------------------------------------------------ -r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/examples - M /trunk/examples/Makefile.am - A /trunk/examples/cacaplas.c +r230 | sam | 2004-01-10 19:53:14 +0000 (Sat, 10 Jan 2004) | 5 lines * configure.ac: + Check for -lm. @@ -8226,12 +4981,7 @@ 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 -Changed paths: - M /trunk/src/caca.h - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/test/event.c +r229 | sam | 2004-01-10 19:29:12 +0000 (Sat, 10 Jan 2004) | 12 lines * src/graphics: + Initialise the char buffers in the X11 driver. @@ -8246,19 +4996,7 @@ Changed paths: + Added a status bar below. ------------------------------------------------------------------------ -r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines -Changed paths: - M /trunk/BUGS - M /trunk/NOTES - M /trunk/README - M /trunk/configure.ac - M /trunk/src/Makefile.am - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c - A /trunk/src/time.c - M /trunk/test/event.c +r228 | sam | 2004-01-09 09:51:53 +0000 (Fri, 09 Jan 2004) | 16 lines * test/event.c: + Do not refresh after each event, but only when there is no event @@ -8277,11 +5015,7 @@ Changed paths: + Improvements in the win32 platform detection. ------------------------------------------------------------------------ -r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/graphics.c - M /trunk/test/event.c +r227 | sam | 2004-01-08 18:40:29 +0000 (Thu, 08 Jan 2004) | 5 lines * test/event.c: + Display at least two digits for keycodes. @@ -8289,11 +5023,7 @@ 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 -Changed paths: - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/test/event.c +r226 | sam | 2004-01-08 10:22:14 +0000 (Thu, 08 Jan 2004) | 10 lines * src/io.c: + Use SLkp_getkey instead of SLang_getkey so that escape sequences are @@ -8306,40 +5036,24 @@ Changed paths: + More human-readable event printing. ------------------------------------------------------------------------ -r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines -Changed paths: - A /branches/0.7 (from /trunk:224) - M /branches/0.7/ChangeLog - M /branches/0.7/libcaca.spec - M /trunk/ChangeLog - M /trunk/libcaca.spec +r225 | sam | 2004-01-07 18:36:41 +0000 (Wed, 07 Jan 2004) | 2 lines * 0.7 branch. ------------------------------------------------------------------------ -r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines -Changed paths: - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/libcaca.spec +r224 | sam | 2004-01-07 18:22:44 +0000 (Wed, 07 Jan 2004) | 3 lines * configure.ac: + Release 0.7. ------------------------------------------------------------------------ -r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines -Changed paths: - M /trunk/src/bitmap.c +r223 | sam | 2004-01-07 18:22:08 +0000 (Wed, 07 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/NEWS - M /trunk/src/bitmap.c - M /trunk/src/io.c +r222 | sam | 2004-01-07 18:15:10 +0000 (Wed, 07 Jan 2004) | 5 lines * src/io.c: + Do not report mouse motions if the coordinates did not change. @@ -8347,15 +5061,7 @@ Changed paths: + More documentation. ------------------------------------------------------------------------ -r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/event.c +r221 | sam | 2004-01-07 17:19:36 +0000 (Wed, 07 Jan 2004) | 8 lines * test/event.c: + Small event lister, similar to X11's xev. @@ -8366,17 +5072,7 @@ 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 -Changed paths: - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/doc/Makefile.am - D /trunk/doc/caca-spritedit.1 - M /trunk/examples/Makefile.am - D /trunk/examples/spritedit.c - M /trunk/libcaca.spec - M /trunk/test/Makefile.am - A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213) +r220 | sam | 2004-01-07 13:06:06 +0000 (Wed, 07 Jan 2004) | 5 lines * test/spritedit.c: + Moved spritedit to the test/ directory, because it is not mature enough. @@ -8384,22 +5080,7 @@ Changed paths: + Do not install caca-spritedit. ------------------------------------------------------------------------ -r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines -Changed paths: - M /trunk/NEWS - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/doc/cacademo.1 - M /trunk/libcaca.spec - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/sprite.c +r219 | sam | 2004-01-07 12:45:02 +0000 (Wed, 07 Jan 2004) | 8 lines * libcaca.spec debian/control: + Updated the package descriptions to include cacaball. @@ -8410,21 +5091,14 @@ Changed paths: documenting bizarre stuff. ------------------------------------------------------------------------ -r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines -Changed paths: - M /trunk/examples/cacaball.c +r218 | sam | 2004-01-07 12:42:22 +0000 (Wed, 07 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/AUTHORS - M /trunk/THANKS - M /trunk/examples/aafire.c - M /trunk/examples/cacaball.c +r217 | sam | 2004-01-06 16:31:27 +0000 (Tue, 06 Jan 2004) | 5 lines * examples/cacaball.c: + Crop the palette so that it looks a bit more like metaballs. @@ -8432,9 +5106,7 @@ Changed paths: + Credited Jylam and Jan Hubicka. ------------------------------------------------------------------------ -r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines -Changed paths: - M /trunk/examples/cacaball.c +r216 | sam | 2004-01-06 12:46:25 +0000 (Tue, 06 Jan 2004) | 6 lines * examples/cacaball.c: + Huge coding style overhaul. @@ -8443,53 +5115,33 @@ 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 -Changed paths: - M /trunk/src/graphics.c +r215 | sam | 2004-01-06 10:12:22 +0000 (Tue, 06 Jan 2004) | 3 lines * src/graphics.c: + Fixed a compilation warning. ------------------------------------------------------------------------ -r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines -Changed paths: - M /trunk/examples - M /trunk/examples/Makefile.am - A /trunk/examples/cacaball.c +r214 | sam | 2004-01-05 22:16:55 +0000 (Mon, 05 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/cacaview.c - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/src/caca.h - M /trunk/src/io.c - M /trunk/test/dithering.c - M /trunk/test/hsv.c +r213 | sam | 2004-01-05 18:17:20 +0000 (Mon, 05 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r212 | sam | 2004-01-05 18:10:51 +0000 (Mon, 05 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/examples/cacaview.c - M /trunk/src/io.c +r211 | sam | 2004-01-05 18:08:50 +0000 (Mon, 05 Jan 2004) | 5 lines * src/io.c: + Fixed a bug that caused ButtonRelease events to be forgotten under X11. @@ -8497,10 +5149,7 @@ Changed paths: + Use instead of . ------------------------------------------------------------------------ -r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines -Changed paths: - M /trunk/configure.ac - M /trunk/doc/Makefile.am +r210 | sam | 2004-01-04 00:45:08 +0000 (Sun, 04 Jan 2004) | 6 lines * configure.ac: + Check for dvips in addition to latex. @@ -8509,9 +5158,7 @@ Changed paths: in Mandrake 9.1. ------------------------------------------------------------------------ -r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines -Changed paths: - M /trunk/libcaca.spec +r209 | sam | 2004-01-04 00:19:53 +0000 (Sun, 04 Jan 2004) | 5 lines * libcaca.spec: + Install documentation into %{doc}/package-version/ instead @@ -8519,24 +5166,12 @@ Changed paths: + Added tetex-dvips to the build dependencies. ------------------------------------------------------------------------ -r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines -Changed paths: - A /branches/0.6 (from /trunk:207) - M /branches/0.6/ChangeLog - M /trunk/ChangeLog +r208 | sam | 2004-01-03 23:21:27 +0000 (Sat, 03 Jan 2004) | 2 lines * 0.6 branch. ------------------------------------------------------------------------ -r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines -Changed paths: - M /trunk/NEWS - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/libcaca.spec +r207 | sam | 2004-01-03 23:15:48 +0000 (Sat, 03 Jan 2004) | 9 lines * configure.ac NEWS: + Prepared the 0.6 release. @@ -8548,20 +5183,13 @@ 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/graphics.c - M /trunk/src/io.c +r206 | sam | 2004-01-03 17:31:44 +0000 (Sat, 03 Jan 2004) | 3 lines * configure.ac: + Search for in addition of . ------------------------------------------------------------------------ -r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines -Changed paths: - M /trunk/src/bitmap.c +r205 | sam | 2004-01-03 14:33:35 +0000 (Sat, 03 Jan 2004) | 5 lines * src/bitmap.c: + Dither H/S/V when looking up the two nearest colours. @@ -8569,21 +5197,13 @@ Changed paths: + Factorised the lookup table calculation. ------------------------------------------------------------------------ -r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines -Changed paths: - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/hsv.c +r204 | sam | 2004-01-03 14:28:39 +0000 (Sat, 03 Jan 2004) | 3 lines * test/hsv.c: + Trivial saturation/value rendering test. ------------------------------------------------------------------------ -r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca_internals.h +r203 | sam | 2004-01-02 18:09:29 +0000 (Fri, 02 Jan 2004) | 5 lines * src/bitmap.c: + Fixed a minor overflow in the saturation computation. @@ -8591,54 +5211,33 @@ 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 -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/cacaview.c - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/graphics.c - M /trunk/src/line.c - M /trunk/src/sprite.c - M /trunk/test/optipal.c +r202 | sam | 2004-01-02 16:52:10 +0000 (Fri, 02 Jan 2004) | 3 lines * src/ examples/ test/: + Changed constructs into . ------------------------------------------------------------------------ -r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines -Changed paths: - M /trunk/examples/aafire.c +r201 | sam | 2004-01-02 15:35:53 +0000 (Fri, 02 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r200 | sam | 2004-01-02 15:34:16 +0000 (Fri, 02 Jan 2004) | 4 lines * 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 -Changed paths: - M /trunk/examples/cacaview.c +r199 | sam | 2004-01-02 15:23:54 +0000 (Fri, 02 Jan 2004) | 3 lines * 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 -Changed paths: - M /trunk/AUTHORS - M /trunk/Makefile.am - A /trunk/THANKS - A /trunk/libcaca.spec +r198 | sam | 2004-01-01 18:21:13 +0000 (Thu, 01 Jan 2004) | 5 lines * libcaca.spec: + RPM specfile, courtesy of Richard Zidlicky. @@ -8646,11 +5245,7 @@ Changed paths: + Added a THANKS file for contributors. ------------------------------------------------------------------------ -r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines -Changed paths: - M /trunk/README - M /trunk/src/caca.c - M /trunk/src/graphics.c +r197 | sam | 2004-01-01 17:51:57 +0000 (Thu, 01 Jan 2004) | 10 lines * src/graphics.c: + Minor optimisation in caca_set_color(). @@ -8663,10 +5258,7 @@ Changed paths: + Minor documentation updates. ------------------------------------------------------------------------ -r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/cacaview.c +r196 | sam | 2004-01-01 16:29:50 +0000 (Thu, 01 Jan 2004) | 5 lines * examples/cacaview.c: + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP. @@ -8674,18 +5266,7 @@ 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 -Changed paths: - M /trunk/doc/doxygen.cfg.in - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/triangle.c +r195 | sam | 2003-12-31 14:21:08 +0000 (Wed, 31 Dec 2003) | 5 lines * doc/doxygen.cfg.in: + Removed caca_internal.h from the list of documented files. @@ -8693,12 +5274,7 @@ Changed paths: + Minor documentation updates. ------------------------------------------------------------------------ -r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines -Changed paths: - M /trunk/BUGS - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/test/dithering.c +r194 | sam | 2003-12-31 13:55:34 +0000 (Wed, 31 Dec 2003) | 9 lines * test/dithering.c: + Fixed a minor compilation warning. @@ -8710,37 +5286,26 @@ 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 -Changed paths: - M /trunk/doc/Makefile.am +r193 | sam | 2003-12-31 13:32:14 +0000 (Wed, 31 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/examples/aafire.c +r192 | sam | 2003-12-31 13:26:47 +0000 (Wed, 31 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/examples/aafire.c +r191 | sam | 2003-12-31 13:24:46 +0000 (Wed, 31 Dec 2003) | 3 lines * examples/aafire.c: + Render cacafire at full speed. ------------------------------------------------------------------------ -r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines -Changed paths: - M /trunk/src/graphics.c - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/optipal.c +r190 | sam | 2003-12-31 13:20:18 +0000 (Wed, 31 Dec 2003) | 6 lines * test/optipal.c: + Optimised S-Lang palette generator. @@ -8749,14 +5314,7 @@ Changed paths: generated by optipal. ------------------------------------------------------------------------ -r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - M /trunk/examples/Makefile.am - A /trunk/test - A /trunk/test/Makefile.am - A /trunk/test/dithering.c +r189 | sam | 2003-12-31 12:26:22 +0000 (Wed, 31 Dec 2003) | 5 lines * Makefile.am: + Added a test directory for test programs. @@ -8764,10 +5322,7 @@ Changed paths: + The value/saturation dithering example. ------------------------------------------------------------------------ -r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines -Changed paths: - M /trunk/examples/cacaview.c - M /trunk/src/caca.c +r188 | sam | 2003-12-31 12:05:44 +0000 (Wed, 31 Dec 2003) | 5 lines * src/caca.c: + Do not try the X11 driver if DISPLAY is set to the empty string. @@ -8775,38 +5330,25 @@ Changed paths: + Cosmetic fixes. ------------------------------------------------------------------------ -r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines -Changed paths: - M /trunk/examples/Makefile.am - A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182) - D /trunk/examples/view.c +r187 | sam | 2003-12-31 12:00:18 +0000 (Wed, 31 Dec 2003) | 3 lines * example/: + Renamed view.c into cacaview.c. ------------------------------------------------------------------------ -r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/io.c +r186 | sam | 2003-12-31 11:17:47 +0000 (Wed, 31 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac +r185 | sam | 2003-12-31 11:17:00 +0000 (Wed, 31 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/doc - M /trunk/examples/demo.c - M /trunk/src/caca.h - M /trunk/src/io.c +r184 | sam | 2003-12-31 01:16:47 +0000 (Wed, 31 Dec 2003) | 6 lines * src/io.c: + Mouse support under X11. @@ -8815,10 +5357,7 @@ Changed paths: + Mouse motion support. ------------------------------------------------------------------------ -r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines -Changed paths: - M /trunk/src/caca.c - M /trunk/src/graphics.c +r183 | sam | 2003-12-31 01:02:08 +0000 (Wed, 31 Dec 2003) | 5 lines * src/graphics.c: + Compilation fix. @@ -8826,10 +5365,7 @@ Changed paths: + Minor indentation fix. ------------------------------------------------------------------------ -r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c +r182 | sam | 2003-12-25 23:59:48 +0000 (Thu, 25 Dec 2003) | 6 lines * src/caca.c: + Prefer the X11 driver if $DISPLAY is set. @@ -8838,40 +5374,25 @@ Changed paths: + Autodetect conio.h. ------------------------------------------------------------------------ -r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines -Changed paths: - M /trunk/configure.ac +r181 | sam | 2003-12-25 23:22:13 +0000 (Thu, 25 Dec 2003) | 4 lines * 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 -Changed paths: - A /branches/0.5 (from /trunk:179) - M /branches/0.5/ChangeLog - M /trunk/ChangeLog +r180 | sam | 2003-12-25 21:38:46 +0000 (Thu, 25 Dec 2003) | 2 lines * 0.5 branch. ------------------------------------------------------------------------ -r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines -Changed paths: - M /trunk/NEWS - M /trunk/configure.ac - M /trunk/debian/changelog +r179 | sam | 2003-12-25 21:36:52 +0000 (Thu, 25 Dec 2003) | 3 lines * configure.ac NEWS debian/changelog: + New 0.5 release. ------------------------------------------------------------------------ -r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines -Changed paths: - M /trunk/BUGS - M /trunk/NOTES - M /trunk/configure.ac - M /trunk/src/graphics.c +r178 | sam | 2003-12-25 21:28:55 +0000 (Thu, 25 Dec 2003) | 5 lines * NOTES BUGS: + Updated information about the S-Lang colour pair shortage bug. @@ -8879,35 +5400,24 @@ Changed paths: + Implemented the solution explained in NOTES. ------------------------------------------------------------------------ -r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/caca.c +r177 | sam | 2003-12-25 18:09:58 +0000 (Thu, 25 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/NOTES +r176 | sam | 2003-12-25 18:08:46 +0000 (Thu, 25 Dec 2003) | 3 lines * 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 -Changed paths: - A /branches/0.4 (from /trunk:174) - M /branches/0.4/ChangeLog - M /trunk/ChangeLog +r175 | sam | 2003-12-25 10:18:37 +0000 (Thu, 25 Dec 2003) | 2 lines * 0.4 branch. ------------------------------------------------------------------------ -r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/debian/control +r174 | sam | 2003-12-24 23:58:32 +0000 (Wed, 24 Dec 2003) | 5 lines * debian/control: + Added missing dependencies to the -dev package. @@ -8915,27 +5425,19 @@ 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 -Changed paths: - M /trunk/src/caca.h +r173 | sam | 2003-12-24 16:23:37 +0000 (Wed, 24 Dec 2003) | 3 lines * src/caca.h: + Documented CACA_FONT. ------------------------------------------------------------------------ -r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines -Changed paths: - M /trunk/doc/Makefile.am +r172 | sam | 2003-12-24 16:16:16 +0000 (Wed, 24 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/NEWS - M /trunk/src/caca.h - M /trunk/src/graphics.c +r171 | sam | 2003-12-24 15:43:45 +0000 (Wed, 24 Dec 2003) | 5 lines * src/graphics.c: + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY. @@ -8943,46 +5445,27 @@ Changed paths: + Documented the CACA_GEOMETRY environment variable. ------------------------------------------------------------------------ -r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c +r170 | sam | 2003-12-24 15:35:07 +0000 (Wed, 24 Dec 2003) | 3 lines * src/io.c: + Mouse support in the X11 driver. ------------------------------------------------------------------------ -r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines -Changed paths: - M /trunk/src/graphics.c +r169 | sam | 2003-12-24 14:48:38 +0000 (Wed, 24 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules +r168 | sam | 2003-12-23 17:25:29 +0000 (Tue, 23 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/BUGS - M /trunk/Makefile.am - M /trunk/NEWS - M /trunk/README - M /trunk/TODO - M /trunk/configure.ac - M /trunk/doc/Makefile.am - M /trunk/src/graphics.c +r167 | sam | 2003-12-23 17:01:38 +0000 (Tue, 23 Dec 2003) | 7 lines * configure.ac NEWS: + Prepared release 0.4. @@ -8992,37 +5475,14 @@ Changed paths: + Install the generated doxygen documentation. ------------------------------------------------------------------------ -r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines -Changed paths: - M /trunk/src/io.c +r166 | sam | 2003-12-23 16:32:56 +0000 (Tue, 23 Dec 2003) | 4 lines * 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 /trunk/configure.ac - M /trunk/doc/Makefile.am - D /trunk/doc/doxygen.cfg - A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164) - M /trunk/examples/aafire.c - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c +r165 | sam | 2003-12-23 13:27:40 +0000 (Tue, 23 Dec 2003) | 9 lines * src/io.c: + Added caca_wait_event(), a blocking caca_get_event(). @@ -9034,35 +5494,18 @@ Changed paths: + Create manpages. ------------------------------------------------------------------------ -r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines -Changed paths: - M /trunk/doc/doxygen.cfg - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h +r164 | sam | 2003-12-23 11:08:37 +0000 (Tue, 23 Dec 2003) | 2 lines * More API documentation. ------------------------------------------------------------------------ -r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/caca.c +r163 | sam | 2003-12-22 22:58:24 +0000 (Mon, 22 Dec 2003) | 3 lines * caca.c: + Fixed typos in the initialisation code. ------------------------------------------------------------------------ -r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c +r162 | sam | 2003-12-22 15:26:12 +0000 (Mon, 22 Dec 2003) | 6 lines * src/graphics.c src/caca.c src/io.c: + Support for simultaneously compiled-in drivers. @@ -9071,19 +5514,13 @@ Changed paths: + Drivers are no longer mutually exclusive. ------------------------------------------------------------------------ -r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/graphics.c +r161 | sam | 2003-12-21 00:39:41 +0000 (Sun, 21 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c +r160 | sam | 2003-12-20 12:07:56 +0000 (Sat, 20 Dec 2003) | 5 lines * src/graphics.c: + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver. @@ -9091,42 +5528,27 @@ Changed paths: + Slightly changed the variable naming scheme. ------------------------------------------------------------------------ -r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines -Changed paths: - M /trunk/examples/aafire.c +r159 | sam | 2003-12-20 10:54:35 +0000 (Sat, 20 Dec 2003) | 3 lines * 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 -Changed paths: - M /trunk/src/graphics.c +r158 | sam | 2003-12-19 17:26:23 +0000 (Fri, 19 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules +r157 | sam | 2003-12-18 09:46:19 +0000 (Thu, 18 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/README - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/doc/doxygen.cfg +r155 | sam | 2003-12-18 00:41:28 +0000 (Thu, 18 Dec 2003) | 7 lines * debian/control: + Updated long descriptions. @@ -9136,45 +5558,26 @@ Changed paths: + --enable-ncurses is now the default. ------------------------------------------------------------------------ -r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c +r154 | sam | 2003-12-18 00:11:52 +0000 (Thu, 18 Dec 2003) | 3 lines * src/: + Doxygenated public functions. ------------------------------------------------------------------------ -r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines -Changed paths: - M /trunk/src/caca.h +r153 | sam | 2003-12-17 15:03:05 +0000 (Wed, 17 Dec 2003) | 3 lines * src/caca.h: + Documented environment variables. ------------------------------------------------------------------------ -r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines -Changed paths: - M /trunk/examples/view.c +r152 | sam | 2003-12-16 23:25:54 +0000 (Tue, 16 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/examples/Makefile.am - M /trunk/examples/view.c +r151 | sam | 2003-12-16 23:06:54 +0000 (Tue, 16 Dec 2003) | 7 lines * examples/view.c: + If Imlib2 is not available, use a custom simple BMP loader. @@ -9184,10 +5587,7 @@ Changed paths: + Always build cacaview. ------------------------------------------------------------------------ -r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/bitmap.c +r150 | sam | 2003-12-16 09:06:46 +0000 (Tue, 16 Dec 2003) | 5 lines * src/bitmap.c: + If the alpha palette is all-zero, forget the alpha channel. @@ -9195,33 +5595,21 @@ Changed paths: + Export HAVE_IMLIB2_H and the like. ------------------------------------------------------------------------ -r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines -Changed paths: - M /trunk/src/bitmap.c +r149 | sam | 2003-12-15 15:02:50 +0000 (Mon, 15 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c - M /trunk/src/io.c +r148 | sam | 2003-12-15 10:38:03 +0000 (Mon, 15 Dec 2003) | 4 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/src/caca.c +r147 | sam | 2003-12-12 16:19:44 +0000 (Fri, 12 Dec 2003) | 7 lines * configure.ac debian/changelog: + Prepare for 0.3 release. @@ -9231,15 +5619,7 @@ Changed paths: variables. ------------------------------------------------------------------------ -r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines -Changed paths: - M /trunk/examples/aafire.c - M /trunk/examples/demo.c - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h +r146 | sam | 2003-12-12 14:49:41 +0000 (Fri, 12 Dec 2003) | 13 lines * src/bitmap.c: + Added antialiasing support. @@ -9255,25 +5635,12 @@ Changed paths: + Select antialiasing and background mode at runtime. ------------------------------------------------------------------------ -r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines -Changed paths: - M /trunk/BUGS - M /trunk/TODO - M /trunk/debian/control - M /trunk/doc/cacademo.1 - M /trunk/doc/cacaview.1 +r145 | sam | 2003-12-11 17:01:09 +0000 (Thu, 11 Dec 2003) | 2 lines * 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 -Changed paths: - M /trunk/src/Makefile.am - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c +r144 | sam | 2003-12-11 16:56:35 +0000 (Thu, 11 Dec 2003) | 5 lines * src/caca.c: + Moved global variables to src/graphics.c. @@ -9281,22 +5648,7 @@ Changed paths: + Sanitised prototypes. ------------------------------------------------------------------------ -r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines -Changed paths: - M /trunk/examples - M /trunk/examples/aafire.c - M /trunk/examples/demo.c - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/line.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c +r143 | sam | 2003-12-11 16:31:49 +0000 (Thu, 11 Dec 2003) | 17 lines * src/graphics.c: + Internally cache screen width and height. @@ -9316,10 +5668,7 @@ Changed paths: + 'f' toggles "fullscreen" mode. ------------------------------------------------------------------------ -r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines -Changed paths: - M /trunk/caca-config.in - M /trunk/configure.ac +r142 | sam | 2003-12-11 15:54:53 +0000 (Thu, 11 Dec 2003) | 6 lines * configure.ac: + Set the executable bit of caca-config when regenerating that file. @@ -9328,11 +5677,7 @@ Changed paths: have @CACA_LIBS@. ------------------------------------------------------------------------ -r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines -Changed paths: - M /trunk/configure.ac - M /trunk/examples/Makefile.am - A /trunk/examples/aafire.c +r141 | sam | 2003-12-02 22:27:27 +0000 (Tue, 02 Dec 2003) | 6 lines * configure.ac: + Removed unused USE_* variables. @@ -9341,30 +5686,18 @@ 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 -Changed paths: - M /trunk/ChangeLog - M /trunk/NEWS - M /trunk/TODO - M /trunk/debian/changelog - M /trunk/debian/control +r139 | sam | 2003-11-30 17:15:31 +0000 (Sun, 30 Nov 2003) | 2 lines * 0.2 release. ------------------------------------------------------------------------ -r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines -Changed paths: - M /trunk/examples/view.c +r138 | sam | 2003-11-30 17:14:19 +0000 (Sun, 30 Nov 2003) | 3 lines * examples/view.c: + Removed last endianness issue. ------------------------------------------------------------------------ -r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines -Changed paths: - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/io.c +r137 | sam | 2003-11-30 16:34:04 +0000 (Sun, 30 Nov 2003) | 5 lines * src/io.c: + Removed a useless message. @@ -9372,9 +5705,7 @@ Changed paths: + Really fixed the endianness issue. ------------------------------------------------------------------------ -r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines -Changed paths: - M /trunk/src/bitmap.c +r136 | sam | 2003-11-30 15:56:02 +0000 (Sun, 30 Nov 2003) | 5 lines * src/bitmap.c: + Fine-tuned the new renderer. @@ -9382,14 +5713,7 @@ Changed paths: + Changed hardcoded values to macros. ------------------------------------------------------------------------ -r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines -Changed paths: - M /trunk/configure.ac - M /trunk/examples/demo.c - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h +r135 | sam | 2003-11-30 15:01:55 +0000 (Sun, 30 Nov 2003) | 11 lines * src/bitmap.c: + Fixed an endianness issue in the byte reader. @@ -9403,23 +5727,14 @@ Changed paths: + Adapted code to the additional dithering method. ------------------------------------------------------------------------ -r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines -Changed paths: - M /trunk/examples/view.c - M /trunk/src/bitmap.c +r134 | sam | 2003-11-30 02:11:37 +0000 (Sun, 30 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/TODO - M /trunk/doc/cacaview.1 - M /trunk/examples/Makefile.am - M /trunk/examples/view.c - M /trunk/src/caca.c +r133 | sam | 2003-11-30 01:18:10 +0000 (Sun, 30 Nov 2003) | 13 lines * src/caca.c: + Minor change to the dithering names. @@ -9435,13 +5750,7 @@ Changed paths: + Cosmetic code reorganisation. ------------------------------------------------------------------------ -r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines -Changed paths: - M /trunk/examples/demo.c - M /trunk/examples/view.c - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h +r132 | sam | 2003-11-29 19:35:07 +0000 (Sat, 29 Nov 2003) | 9 lines * src/caca.c src/caca.h: + Added caca_get_dithering_name(). @@ -9453,17 +5762,13 @@ Changed paths: + Adapted to use caca_get_dithering_name(). ------------------------------------------------------------------------ -r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines -Changed paths: - M /trunk/src/caca.c +r131 | sam | 2003-11-29 18:04:42 +0000 (Sat, 29 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk/examples/view.c +r130 | sam | 2003-11-29 17:36:00 +0000 (Sat, 29 Nov 2003) | 6 lines * examples/view.c: + Added top and bottom status lines, like in mutt and slrn. @@ -9472,19 +5777,12 @@ Changed paths: + Clip zoom between -48 and +48. ------------------------------------------------------------------------ -r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines -Changed paths: - M /trunk/src/caca.c +r129 | sam | 2003-11-29 16:42:35 +0000 (Sat, 29 Nov 2003) | 2 lines * Fixed a C99ism. ------------------------------------------------------------------------ -r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines -Changed paths: - M /trunk/NOTES - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/graphics.c +r128 | sam | 2003-11-29 14:41:37 +0000 (Sat, 29 Nov 2003) | 9 lines * configure.ac: + Default to ncurses, not slang, because slang only has 128 colour pairs. @@ -9496,11 +5794,7 @@ 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 -Changed paths: - M /trunk/NOTES - M /trunk/examples/view.c - M /trunk/src/bitmap.c +r127 | sam | 2003-11-28 20:39:54 +0000 (Fri, 28 Nov 2003) | 10 lines * src/bitmap.c: + Dither chroma outside of rgb2hsv_default(). @@ -9513,19 +5807,13 @@ Changed paths: + '?' toggles a help menu. ------------------------------------------------------------------------ -r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines -Changed paths: - M /trunk/src/bitmap.c +r126 | sam | 2003-11-27 23:18:12 +0000 (Thu, 27 Nov 2003) | 3 lines * 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 -Changed paths: - A /trunk/debian/caca-utils.mime - M /trunk/debian/control - M /trunk/debian/rules +r125 | sam | 2003-11-27 22:54:48 +0000 (Thu, 27 Nov 2003) | 6 lines * debian/control: + Removed slang1-dev dependency in caca-utils. @@ -9534,12 +5822,7 @@ Changed paths: + Added call to dh_installmime. ------------------------------------------------------------------------ -r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines -Changed paths: - M /trunk/configure.ac - M /trunk/src/caca.c - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c +r124 | sam | 2003-11-27 22:29:13 +0000 (Thu, 27 Nov 2003) | 5 lines * src/caca.c src/graphics.c: + Moved graphics stuff from caca.c to graphics.c. @@ -9547,16 +5830,7 @@ 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 -Changed paths: - M /trunk/NOTES - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/src/bitmap.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/graphics.c - M /trunk/src/sprite.c +r123 | sam | 2003-11-27 21:56:30 +0000 (Thu, 27 Nov 2003) | 13 lines * NOTES: + Added setab/setaf quotes from the XTerm terminfo. @@ -9572,18 +5846,12 @@ Changed paths: + Ported to 16 colour support. ------------------------------------------------------------------------ -r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines -Changed paths: - M /trunk/NOTES +r122 | sam | 2003-11-27 13:27:32 +0000 (Thu, 27 Nov 2003) | 2 lines * NOTES: more notes about colours. ------------------------------------------------------------------------ -r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - M /trunk/examples/Makefile.am +r121 | sam | 2003-11-27 09:43:56 +0000 (Thu, 27 Nov 2003) | 5 lines * configure.ac: + More sensible imlib2 detection, works with cross-compilation. @@ -9591,35 +5859,22 @@ 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 -Changed paths: - A /trunk/NOTES - M /trunk/README - M /trunk/debian/rules +r120 | sam | 2003-11-27 09:38:16 +0000 (Thu, 27 Nov 2003) | 2 lines * NOTES: added information about colour support. ------------------------------------------------------------------------ -r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines -Changed paths: - M /trunk/configure.ac +r119 | sam | 2003-11-26 21:02:31 +0000 (Wed, 26 Nov 2003) | 2 lines * configure.ac: Added a missing check for . ------------------------------------------------------------------------ -r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines -Changed paths: - M /trunk/src/bitmap.c +r118 | sam | 2003-11-26 20:58:30 +0000 (Wed, 26 Nov 2003) | 2 lines * src/bitmap.c: Support for more colour depths. ------------------------------------------------------------------------ -r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines -Changed paths: - M /trunk/configure.ac - M /trunk/examples/Makefile.am - M /trunk/examples/demo.c - M /trunk/examples/view.c +r115 | sam | 2003-11-24 19:56:04 +0000 (Mon, 24 Nov 2003) | 9 lines * configure.ac examples/Makefile.am: + Added a check for imlib2-config. @@ -9631,26 +5886,14 @@ 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 -Changed paths: - M /trunk/debian - M /trunk/debian/control - M /trunk/debian/rules +r114 | sam | 2003-11-24 17:51:40 +0000 (Mon, 24 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/doc/Makefile.am - D /trunk/doc/caca-demo.1 - A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112) - A /trunk/doc/cacaview.1 - M /trunk/examples - M /trunk/examples/Makefile.am - A /trunk/examples/view.c +r113 | sam | 2003-11-24 17:50:14 +0000 (Mon, 24 Nov 2003) | 6 lines * examples/: + Simple image viewer, cacaview, based on libcaca and imlib2. @@ -9659,21 +5902,12 @@ 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 -Changed paths: - M /trunk/src/Makefile.am - A /trunk/src/bitmap.c (from /trunk/src/blit.c:111) - D /trunk/src/blit.c +r112 | sam | 2003-11-23 15:34:35 +0000 (Sun, 23 Nov 2003) | 2 lines * Renamed src/blit.c into src/bitmap.c. ------------------------------------------------------------------------ -r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines -Changed paths: - M /trunk/examples/demo.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/io.c +r111 | sam | 2003-11-23 03:44:59 +0000 (Sun, 23 Nov 2003) | 5 lines * src/caca.c: + Mouse initialisation in ncurses. @@ -9681,48 +5915,30 @@ Changed paths: + Mouse support in ncurses. ------------------------------------------------------------------------ -r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines -Changed paths: - M /trunk/debian/control +r110 | sam | 2003-11-22 14:28:36 +0000 (Sat, 22 Nov 2003) | 3 lines * debian/control: + libcaca-dev should depend on slang1-dev. ------------------------------------------------------------------------ -r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines -Changed paths: - M /trunk/debian/Makefile.am +r109 | sam | 2003-11-22 14:23:18 +0000 (Sat, 22 Nov 2003) | 3 lines * 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 -Changed paths: - A /trunk/ChangeLog - M /trunk/debian/rules +r108 | sam | 2003-11-22 14:19:36 +0000 (Sat, 22 Nov 2003) | 2 lines * Added a ChangeLog file. ------------------------------------------------------------------------ -r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines -Changed paths: - M /trunk/examples/Makefile.am +r107 | sam | 2003-11-22 14:13:53 +0000 (Sat, 22 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk/debian/changelog - A /trunk/debian/copyright - M /trunk/debian/rules - M /trunk/doc/Makefile.am - M /trunk/doc/caca-config.1 - A /trunk/doc/caca-demo.1 - A /trunk/doc/caca-spritedit.1 - M /trunk/examples/caca.txt +r106 | sam | 2003-11-22 13:44:02 +0000 (Sat, 22 Nov 2003) | 9 lines * debian/: + Wrote the changelog for the Debian release. @@ -9734,18 +5950,7 @@ Changed paths: + Added a second frame to the sprite. ------------------------------------------------------------------------ -r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines -Changed paths: - A /trunk/AUTHORS - M /trunk/Makefile.am - A /trunk/NEWS - M /trunk/configure.ac - A /trunk/doc - A /trunk/doc/Makefile.am - A /trunk/doc/caca-config.1 - A /trunk/doc/doxygen.cfg - A /trunk/doc/footer.html - A /trunk/doc/header.html +r105 | sam | 2003-11-22 12:53:55 +0000 (Sat, 22 Nov 2003) | 11 lines * AUTHORS NEWS: + Added these mandatory files. @@ -9759,39 +5964,18 @@ Changed paths: + Added checks for doxygen and latex. ------------------------------------------------------------------------ -r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines -Changed paths: - M /trunk/examples/Makefile.am - M /trunk/examples/demo.c +r104 | sam | 2003-11-22 12:51:27 +0000 (Sat, 22 Nov 2003) | 2 lines * Disabled gdkpixbuf code. ------------------------------------------------------------------------ -r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines -Changed paths: - M /trunk/src/blit.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c +r103 | sam | 2003-11-22 12:45:25 +0000 (Sat, 22 Nov 2003) | 3 lines * src/: + Doxygenated a few things. ------------------------------------------------------------------------ -r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines -Changed paths: - M /trunk/TODO - M /trunk/examples/demo.c - M /trunk/src/blit.c - M /trunk/src/caca.h +r102 | sam | 2003-11-21 14:34:07 +0000 (Fri, 21 Nov 2003) | 8 lines * TODO: + A few updates. @@ -9802,30 +5986,13 @@ Changed paths: + Do something with mouse clicks. ------------------------------------------------------------------------ -r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines -Changed paths: - M /trunk/src/io.c +r101 | sam | 2003-11-21 14:14:26 +0000 (Fri, 21 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk - M /trunk/Makefile.am - M /trunk/README - M /trunk/TODO - A /trunk/caca-config.in - M /trunk/configure.ac - M /trunk/debian - A /trunk/debian/compat - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/examples - M /trunk/examples/Makefile.am - M /trunk/examples/demo.c - M /trunk/src/Makefile.am +r100 | sam | 2003-11-20 16:54:04 +0000 (Thu, 20 Nov 2003) | 13 lines * debian/control: + Changed section to libs/libdevel instead of games/games. @@ -9841,33 +6008,19 @@ Changed paths: + Various updates. ------------------------------------------------------------------------ -r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines -Changed paths: - M /trunk/TODO - M /trunk/src/io.c +r99 | sam | 2003-11-19 18:38:49 +0000 (Wed, 19 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk/src/blit.c - M /trunk/src/caca.c - M /trunk/src/io.c +r98 | sam | 2003-11-19 17:49:43 +0000 (Wed, 19 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/src/blit.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/io.c +r97 | sam | 2003-11-19 17:32:10 +0000 (Wed, 19 Nov 2003) | 6 lines * src/io.c: + Renamed sdl_get_key() into sdl_get_event(). @@ -9876,13 +6029,7 @@ 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 -Changed paths: - M /trunk/examples/Makefile.am - M /trunk/src/Makefile.am - M /trunk/src/blit.c - M /trunk/src/caca.h - M /trunk/src/io.c +r96 | sam | 2003-11-17 16:11:34 +0000 (Mon, 17 Nov 2003) | 8 lines * src/io.c src/caca.h: + Interpret escape sequences for F1, F2, left, right, etc. @@ -9893,19 +6040,12 @@ Changed paths: + Minor improvements to grayscale colors. ------------------------------------------------------------------------ -r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines -Changed paths: - D /trunk/.cvsignore - D /trunk/autotools/.cvsignore +r95 | sam | 2003-11-17 10:15:40 +0000 (Mon, 17 Nov 2003) | 2 lines * Removed legacy .cvsignore files. ------------------------------------------------------------------------ -r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines -Changed paths: - M /trunk/examples/demo.c - M /trunk/src/blit.c - M /trunk/src/caca.h +r94 | sam | 2003-11-16 17:41:43 +0000 (Sun, 16 Nov 2003) | 6 lines * src/blit.c: + Hue calculation now uses integers only. @@ -9914,17 +6054,7 @@ Changed paths: + Added dithering selection. ------------------------------------------------------------------------ -r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines -Changed paths: - M /trunk/examples/Makefile.am - A /trunk/examples/caca.txt - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/src/blit.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/graphics.c +r93 | sam | 2003-11-16 15:20:17 +0000 (Sun, 16 Nov 2003) | 8 lines * src/blit.c: + Added caca_set_dithering() (unused yet). @@ -9935,68 +6065,23 @@ Changed paths: + Added a default sprite for libcaca. ------------------------------------------------------------------------ -r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines -Changed paths: - M /trunk/examples/demo.c - M /trunk/examples/spritedit.c - M /trunk/src/blit.c - M /trunk/src/box.c - M /trunk/src/caca.c - M /trunk/src/caca.h - M /trunk/src/caca_internals.h - M /trunk/src/conic.c - M /trunk/src/graphics.c - M /trunk/src/io.c - M /trunk/src/line.c - M /trunk/src/math.c - M /trunk/src/sprite.c - M /trunk/src/triangle.c +r92 | sam | 2003-11-16 12:28:29 +0000 (Sun, 16 Nov 2003) | 2 lines * Changed copyleft to LGPL. ------------------------------------------------------------------------ -r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - A /trunk/examples (from /trunk/test:90) - M /trunk/examples/Makefile.am - D /trunk/libcaca - A /trunk/src (from /trunk/libcaca:90) - M /trunk/src/line.c - D /trunk/test +r91 | sam | 2003-11-16 12:13:46 +0000 (Sun, 16 Nov 2003) | 3 lines * 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 /trunk/COPYING - M /trunk/Makefile.am - M /trunk/README - M /trunk/TODO - M /trunk/bootstrap - M /trunk/configure.ac - D /trunk/data - D /trunk/debian/.cvsignore - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules - D /trunk/doc - D /trunk/src +r90 | sam | 2003-11-16 12:07:52 +0000 (Sun, 16 Nov 2003) | 2 lines * The big TTYvaders/libcaca split. This is libcaca. ------------------------------------------------------------------------ -r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines -Changed paths: - M /trunk/configure.ac - M /trunk/libcaca/blit.c - M /trunk/libcaca/caca.c - M /trunk/libcaca/conic.c - M /trunk/libcaca/graphics.c - M /trunk/src/weapons.c +r89 | sam | 2003-11-16 11:26:54 +0000 (Sun, 16 Nov 2003) | 8 lines * configure.ac: + Added -Wsign-compare to the warning flags. @@ -10007,68 +6092,17 @@ 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 /trunk/Makefile.am - M /trunk/TODO - M /trunk/configure.ac - A /trunk/libcaca (from /trunk/libee:87) - M /trunk/libcaca/Makefile.am - M /trunk/libcaca/blit.c - M /trunk/libcaca/box.c - A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87) - A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87) - A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87) - M /trunk/libcaca/conic.c - D /trunk/libcaca/ee.c - D /trunk/libcaca/ee.h - D /trunk/libcaca/ee_internals.h - M /trunk/libcaca/graphics.c - M /trunk/libcaca/io.c - M /trunk/libcaca/line.c - M /trunk/libcaca/math.c - M /trunk/libcaca/sprite.c - M /trunk/libcaca/triangle.c - D /trunk/libee - M /trunk/src/Makefile.am - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/intro.c - M /trunk/src/main.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c - M /trunk/test/Makefile.am - M /trunk/test/demo.c - M /trunk/test/spritedit.c +r88 | sam | 2003-11-16 00:33:35 +0000 (Sun, 16 Nov 2003) | 2 lines * Renamed libee to libcaca. Far less collisions. ------------------------------------------------------------------------ -r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/Makefile.am - A /trunk/libee/blit.c - M /trunk/libee/ee.h - M /trunk/test/Makefile.am - M /trunk/test/demo.c +r87 | sam | 2003-11-16 00:09:09 +0000 (Sun, 16 Nov 2003) | 2 lines * 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 -Changed paths: - M /trunk/libee/ee.c - M /trunk/libee/ee.h - M /trunk/libee/graphics.c - M /trunk/test/demo.c +r86 | sam | 2003-11-15 12:42:38 +0000 (Sat, 15 Nov 2003) | 10 lines * libee/ee.c: + Replaced ee_color_names[] with ee_get_color_name(). @@ -10081,13 +6115,7 @@ Changed paths: + Added controls for outlines and drawing boundaries. ------------------------------------------------------------------------ -r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines -Changed paths: - M /trunk/libee/ee.c - M /trunk/libee/ee.h - M /trunk/libee/ee_internals.h - M /trunk/libee/graphics.c - M /trunk/libee/line.c +r85 | sam | 2003-11-15 09:58:20 +0000 (Sat, 15 Nov 2003) | 8 lines * libee/graphics.c: + Correct clipping in ee_putstr() for long strings. @@ -10098,11 +6126,7 @@ Changed paths: omission of such keywords in its prototypes. ------------------------------------------------------------------------ -r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines -Changed paths: - M /trunk/libee/ee.c - M /trunk/src/main.c - M /trunk/test/demo.c +r84 | sam | 2003-11-14 19:00:07 +0000 (Fri, 14 Nov 2003) | 6 lines * libee/ee.c: + Implemented correct framerate wait loop. @@ -10111,49 +6135,29 @@ Changed paths: + Set an arbitrary framerate for demos. ------------------------------------------------------------------------ -r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines -Changed paths: - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r83 | sam | 2003-11-14 18:49:53 +0000 (Fri, 14 Nov 2003) | 2 lines * Fixed compilation in an alternate directory. ------------------------------------------------------------------------ -r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines -Changed paths: - M /trunk/src/box.c - M /trunk/src/main.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r82 | sam | 2003-11-14 17:02:36 +0000 (Fri, 14 Nov 2003) | 2 lines * Sanity checks after each malloc() call. ------------------------------------------------------------------------ -r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines -Changed paths: - M /trunk/libee/ee.h - M /trunk/libee/math.c +r81 | sam | 2003-11-14 16:55:58 +0000 (Fri, 14 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/src/intro.c +r80 | sam | 2003-11-13 17:12:40 +0000 (Thu, 13 Nov 2003) | 2 lines * 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 -Changed paths: - M /trunk/libee/ee.c - M /trunk/libee/ee_internals.h - M /trunk/libee/graphics.c - M /trunk/libee/sprite.c +r79 | sam | 2003-11-13 16:45:25 +0000 (Thu, 13 Nov 2003) | 6 lines * libee/ee.c: + Error checking in ee_init(). @@ -10162,66 +6166,17 @@ Changed paths: + Better error checking in ee_sprite_load(). ------------------------------------------------------------------------ -r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/conic.c - M /trunk/libee/line.c - M /trunk/src/box.c +r78 | sam | 2003-11-13 15:41:12 +0000 (Thu, 13 Nov 2003) | 2 lines * Minor coding style changes. ------------------------------------------------------------------------ -r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines -Changed paths: - M /trunk/data/Makefile.am - D /trunk/data/bar_boss - D /trunk/data/bar_fighter - A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76) - A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76) - D /trunk/data/baz_fighter - A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76) - A /trunk/data/bongem.txt (from /trunk/data/item_gem:76) - A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76) - D /trunk/data/explosion_medium - D /trunk/data/explosion_small - D /trunk/data/foo_fighter - A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76) - D /trunk/data/item_gem - D /trunk/data/item_heart - A /trunk/data/ship.txt (from /trunk/data/ship_green:76) - D /trunk/data/ship_green - D /trunk/data/weapon_bomb - D /trunk/data/weapon_fragbomb - A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76) - A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76) - A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76) - A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76) - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/explosions.c - M /trunk/src/intro.c - M /trunk/src/player.c - M /trunk/src/weapons.c - M /trunk/test/demo.c +r77 | sam | 2003-11-13 15:37:49 +0000 (Thu, 13 Nov 2003) | 2 lines * 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 -Changed paths: - M /trunk/data/bar_boss - M /trunk/data/bar_fighter - M /trunk/data/baz_fighter - M /trunk/data/explosion_medium - M /trunk/data/explosion_small - M /trunk/data/foo_fighter - M /trunk/data/item_gem - M /trunk/data/item_heart - M /trunk/data/ship_green - M /trunk/data/weapon_bomb - M /trunk/data/weapon_fragbomb - M /trunk/src/starfield.c - M /trunk/test/demo.c +r76 | sam | 2003-11-12 23:46:58 +0000 (Wed, 12 Nov 2003) | 7 lines * test/demo.c: + Removed a spurious '\n' from an ee_putstr(). @@ -10231,28 +6186,7 @@ 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 /trunk/BUGS - M /trunk/Makefile.am - M /trunk/README - M /trunk/TODO - M /trunk/libee/Makefile.am - M /trunk/libee/box.c - M /trunk/libee/conic.c - M /trunk/libee/ee.c - M /trunk/libee/ee.h - A /trunk/libee/ee_internals.h - M /trunk/libee/graphics.c - M /trunk/libee/io.c - M /trunk/libee/line.c - M /trunk/libee/math.c - M /trunk/libee/sprite.c - M /trunk/libee/triangle.c - M /trunk/src/Makefile.am - M /trunk/src/overlay.c - M /trunk/src/weapons.c - M /trunk/test/demo.c +r75 | sam | 2003-11-12 21:18:50 +0000 (Wed, 12 Nov 2003) | 25 lines * libee/ee.h: + Added ee_color_names[] containing our 16 color names. @@ -10280,12 +6214,7 @@ Changed paths: + Updated. ------------------------------------------------------------------------ -r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines -Changed paths: - M /trunk/README - M /trunk/configure.ac - M /trunk/libee/ee.c - M /trunk/libee/graphics.c +r74 | sam | 2003-11-12 18:41:02 +0000 (Wed, 12 Nov 2003) | 7 lines * README: + Added a note about dos cross-compilation. @@ -10295,41 +6224,12 @@ Changed paths: + Improved the conio port thanks to ScreenUpdate(). ------------------------------------------------------------------------ -r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines -Changed paths: - M /trunk/configure.ac - M /trunk/libee/conic.c - M /trunk/libee/ee.c - M /trunk/libee/graphics.c - M /trunk/libee/io.c - M /trunk/libee/line.c +r73 | sam | 2003-11-12 16:23:18 +0000 (Wed, 12 Nov 2003) | 2 lines * MS-DOS port of libee, using . ------------------------------------------------------------------------ -r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines -Changed paths: - M /trunk/data/foo_fighter - M /trunk/libee/box.c - M /trunk/libee/ee.h - M /trunk/libee/graphics.c - M /trunk/libee/line.c - M /trunk/libee/sprite.c - M /trunk/src/Makefile.am - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/common.h - M /trunk/src/explosions.c - A /trunk/src/intro.c - M /trunk/src/main.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c - M /trunk/test/demo.c - M /trunk/test/spritedit.c +r72 | sam | 2003-11-12 01:48:58 +0000 (Wed, 12 Nov 2003) | 17 lines * libee/graphics.c: + Renamed ee_color() to ee_set_color(), wrote ee_get_color(). @@ -10349,14 +6249,7 @@ 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 -Changed paths: - M /trunk/libee/Makefile.am - A /trunk/libee/box.c - M /trunk/libee/conic.c - M /trunk/libee/ee.h - M /trunk/libee/triangle.c - M /trunk/test/demo.c +r71 | sam | 2003-11-11 10:22:19 +0000 (Tue, 11 Nov 2003) | 13 lines * libee/triangle.c: + Wrote ee_draw_triangle() and ee_draw_thin_triangle(). @@ -10372,14 +6265,7 @@ Changed paths: + Use ee_fill_ellipse() in demo_all(). ------------------------------------------------------------------------ -r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines -Changed paths: - M /trunk/data/Makefile.am - A /trunk/data/ship_green - M /trunk/src/collide.c - M /trunk/src/main.c - M /trunk/src/player.c - M /trunk/src/weapons.c +r70 | sam | 2003-11-11 08:00:36 +0000 (Tue, 11 Nov 2003) | 5 lines * src/weapons.c: + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke. @@ -10387,25 +6273,7 @@ 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 /trunk/libee/Makefile.am - M /trunk/libee/conic.c - M /trunk/libee/ee.c - M /trunk/libee/ee.h - A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68) - M /trunk/libee/io.c - M /trunk/libee/line.c - M /trunk/libee/math.c - M /trunk/libee/sprite.c - M /trunk/libee/triangle.c - M /trunk/src/box.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c - M /trunk/test/demo.c +r69 | sam | 2003-11-10 23:38:50 +0000 (Mon, 10 Nov 2003) | 8 lines * libee/graphics.c: + Moved ee_putstr() and ee_putchar() in here. @@ -10416,13 +6284,7 @@ Changed paths: * Ditto for ee_putchar(). ------------------------------------------------------------------------ -r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines -Changed paths: - M /trunk/data/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test - M /trunk/test/Makefile.am - A /trunk/test/spritedit.c +r68 | sam | 2003-11-10 23:04:13 +0000 (Mon, 10 Nov 2003) | 5 lines * test/spritedit.c: + Placeholder for our upcoming sprite editor. @@ -10430,22 +6292,14 @@ 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 -Changed paths: - M /trunk/data/Makefile.am - A /trunk/data/weapon_fragbomb - M /trunk/src/weapons.c +r67 | sam | 2003-11-10 22:43:30 +0000 (Mon, 10 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/data/Makefile.am - A /trunk/data/weapon_bomb - M /trunk/src/weapons.c +r66 | sam | 2003-11-10 21:54:11 +0000 (Mon, 10 Nov 2003) | 5 lines * data/weapon_bomb: + New bomb sprite. @@ -10453,13 +6307,7 @@ 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 -Changed paths: - M /trunk/data/Makefile.am - A /trunk/data/explosion_medium - A /trunk/data/explosion_small - M /trunk/libee/sprite.c - M /trunk/src/explosions.c +r65 | sam | 2003-11-10 21:17:47 +0000 (Mon, 10 Nov 2003) | 8 lines * libee/sprite.c: + Made sprite loading more robust. @@ -10470,17 +6318,12 @@ Changed paths: + Drew explosion_medium and explosion_small sprites. ------------------------------------------------------------------------ -r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/conic.c +r64 | sam | 2003-11-10 20:43:02 +0000 (Mon, 10 Nov 2003) | 2 lines * libee/conic.c: Clip circles and ellipses. ------------------------------------------------------------------------ -r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines -Changed paths: - M /trunk/libee/conic.c - M /trunk/libee/sprite.c +r63 | sam | 2003-11-10 18:29:04 +0000 (Mon, 10 Nov 2003) | 5 lines * libee/sprite.c: + Added sanity checks in ee_sprite_* functions. @@ -10488,72 +6331,42 @@ Changed paths: + Use ellipsepoints() in ee_draw_circle(). ------------------------------------------------------------------------ -r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines -Changed paths: - M /trunk/test/demo.c +r62 | sam | 2003-11-10 18:23:23 +0000 (Mon, 10 Nov 2003) | 3 lines * test/demo.c: + Ellipses demo. ------------------------------------------------------------------------ -r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines -Changed paths: - M /trunk/libee/conic.c - M /trunk/libee/ee.h +r61 | sam | 2003-11-10 18:21:36 +0000 (Mon, 10 Nov 2003) | 3 lines * libee/conic.c: + ee_draw_ellipse(). ------------------------------------------------------------------------ -r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/Makefile.am - D /trunk/libee/circle.c - A /trunk/libee/conic.c (from /trunk/libee/circle.c:58) - M /trunk/libee/line.c +r60 | sam | 2003-11-10 15:31:12 +0000 (Mon, 10 Nov 2003) | 2 lines * 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 -Changed paths: - M /trunk/libee/line.c +r59 | sam | 2003-11-10 15:16:38 +0000 (Mon, 10 Nov 2003) | 3 lines * libee/line.c: + Added code comments. ------------------------------------------------------------------------ -r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines -Changed paths: - M /trunk/configure.ac - M /trunk/libee/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r58 | sam | 2003-11-10 14:19:21 +0000 (Mon, 10 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/test/demo.c +r57 | sam | 2003-11-10 14:13:56 +0000 (Mon, 10 Nov 2003) | 2 lines * test/demo.c: Nicer complete demo. ------------------------------------------------------------------------ -r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines -Changed paths: - M /trunk/data/Makefile.am - A /trunk/data/baz_fighter - A /trunk/data/foo_fighter - A /trunk/data/item_gem - A /trunk/data/item_heart - M /trunk/libee/ee.h - M /trunk/libee/sprite.c - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c +r56 | sam | 2003-11-10 09:26:40 +0000 (Mon, 10 Nov 2003) | 11 lines * libee/sprite.c: + More robust sprite loader. @@ -10567,21 +6380,12 @@ 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 -Changed paths: - A /trunk/data/Makefile.am +r55 | sam | 2003-11-10 02:00:52 +0000 (Mon, 10 Nov 2003) | 2 lines * Oops, forgot data/Makefile.am. ------------------------------------------------------------------------ -r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - A /trunk/data - A /trunk/data/bar_boss - A /trunk/data/bar_fighter - M /trunk/test/demo.c +r54 | sam | 2003-11-10 02:00:19 +0000 (Mon, 10 Nov 2003) | 5 lines * test/demo.c: + Wrote a little sprite demo. @@ -10589,69 +6393,38 @@ 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 -Changed paths: - M /trunk/libee/Makefile.am - M /trunk/libee/ee.h - A /trunk/libee/sprite.c +r53 | sam | 2003-11-10 01:56:24 +0000 (Mon, 10 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/test/demo.c +r52 | sam | 2003-11-10 00:27:33 +0000 (Mon, 10 Nov 2003) | 3 lines * test/demo.c: + outlined triangles demo. ------------------------------------------------------------------------ -r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines -Changed paths: - M /trunk/configure.ac - M /trunk/libee/Makefile.am - M /trunk/src/Makefile.am - M /trunk/test/Makefile.am +r51 | sam | 2003-11-10 00:15:02 +0000 (Mon, 10 Nov 2003) | 2 lines * 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 -Changed paths: - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/collide.c - M /trunk/src/explosions.c - M /trunk/src/main.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r50 | sam | 2003-11-09 23:34:24 +0000 (Sun, 09 Nov 2003) | 4 lines * 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 -Changed paths: - M /trunk/test/demo.c +r49 | sam | 2003-11-09 23:01:29 +0000 (Sun, 09 Nov 2003) | 3 lines * 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 -Changed paths: - M /trunk/libee/Makefile.am - M /trunk/libee/ee.h - A /trunk/libee/triangle.c - M /trunk/test/Makefile.am - M /trunk/test/demo.c +r48 | sam | 2003-11-09 21:36:24 +0000 (Sun, 09 Nov 2003) | 5 lines * libee/triangle.c: + Implemented ee_fill_triangle(). @@ -10659,11 +6432,7 @@ Changed paths: + Triangle demo. ------------------------------------------------------------------------ -r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines -Changed paths: - M /trunk/libee/ee.h - M /trunk/libee/line.c - M /trunk/test/demo.c +r47 | sam | 2003-11-09 19:46:14 +0000 (Sun, 09 Nov 2003) | 5 lines * libee/line.c: + ee_draw_thin_line(). @@ -10671,17 +6440,12 @@ Changed paths: + Added a thin lines demo. ------------------------------------------------------------------------ -r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/line.c +r46 | sam | 2003-11-09 18:10:44 +0000 (Sun, 09 Nov 2003) | 2 lines * libee/line.c: genericized line drawing for future use. ------------------------------------------------------------------------ -r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines -Changed paths: - M /trunk/test - M /trunk/test/demo.c +r45 | sam | 2003-11-09 17:45:12 +0000 (Sun, 09 Nov 2003) | 6 lines * test/demo.c: + Putpixel demo. @@ -10690,13 +6454,7 @@ Changed paths: + Animated radar demo. ------------------------------------------------------------------------ -r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines -Changed paths: - M /trunk/libee/Makefile.am - A /trunk/libee/circle.c (from /trunk/src/weapons.c:42) - M /trunk/libee/ee.h - M /trunk/libee/line.c - M /trunk/src/weapons.c +r44 | sam | 2003-11-09 17:21:43 +0000 (Sun, 09 Nov 2003) | 7 lines * src/weapons.c: + Removed draw_circle, use ee_draw_circle instead. @@ -10706,21 +6464,12 @@ Changed paths: + Changed an internal function's name. ------------------------------------------------------------------------ -r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee - M /trunk/libee/Makefile.am - M /trunk/libee/ee.h - A /trunk/libee/line.c +r43 | sam | 2003-11-09 16:34:23 +0000 (Sun, 09 Nov 2003) | 2 lines * libee/line.c: Implemented ee_draw_line. ------------------------------------------------------------------------ -r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines -Changed paths: - M /trunk/libee/ee.c - M /trunk/libee/ee.h - M /trunk/test/demo.c +r42 | sam | 2003-11-09 13:52:40 +0000 (Sun, 09 Nov 2003) | 5 lines * libee/ee.c: + got rid of DELAY. @@ -10728,30 +6477,12 @@ Changed paths: + Minor animation effect. ------------------------------------------------------------------------ -r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/math.c +r41 | sam | 2003-11-09 13:51:37 +0000 (Sun, 09 Nov 2003) | 2 lines * 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 /trunk/libee/Makefile.am - M /trunk/libee/ee.c - M /trunk/libee/ee.h - A /trunk/libee/io.c (from /trunk/libee/ee.c:37) - A /trunk/libee/math.c - M /trunk/src/Makefile.am - M /trunk/src/aliens.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/main.c - D /trunk/src/math.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r40 | sam | 2003-11-09 13:32:04 +0000 (Sun, 09 Nov 2003) | 8 lines * libee/io.c: + Moved ee_get_key() here. @@ -10762,31 +6493,12 @@ Changed paths: + Removed this deprecated file. ------------------------------------------------------------------------ -r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/main.c - M /trunk/src/math.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r39 | sam | 2003-11-09 13:16:19 +0000 (Sun, 09 Nov 2003) | 2 lines * Coding style everywhere. ------------------------------------------------------------------------ -r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines -Changed paths: - M /trunk/libee/Makefile.am - M /trunk/test/Makefile.am - A /trunk/test/demo.c +r38 | sam | 2003-11-09 13:02:34 +0000 (Sun, 09 Nov 2003) | 5 lines * libee/Makefile.am, test/Makefile.am: + Added more compiler warning flags. @@ -10794,65 +6506,27 @@ Changed paths: + Small demo for libee. ------------------------------------------------------------------------ -r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/ee.c +r37 | sam | 2003-11-09 13:01:44 +0000 (Sun, 09 Nov 2003) | 2 lines * libee/ee.c: Fixed a compilation warning. ------------------------------------------------------------------------ -r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/libee/ee.c +r36 | sam | 2003-11-09 12:48:09 +0000 (Sun, 09 Nov 2003) | 2 lines * 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 /trunk/libee/Makefile.am - M /trunk/libee/ee.c - A /trunk/libee/ee.h - M /trunk/src/Makefile.am - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/ceo.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/main.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r35 | sam | 2003-11-09 12:40:53 +0000 (Sun, 09 Nov 2003) | 2 lines * libee is now standalone. ------------------------------------------------------------------------ -r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines -Changed paths: - M /trunk/Makefile.am - M /trunk/configure.ac - M /trunk/libee - A /trunk/libee/Makefile.am - M /trunk/src/Makefile.am - A /trunk/test - A /trunk/test/Makefile.am +r34 | sam | 2003-11-09 12:02:42 +0000 (Sun, 09 Nov 2003) | 2 lines * libee is now (almost) standalone. ------------------------------------------------------------------------ -r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines -Changed paths: - M /trunk/doc/shapes.txt - A /trunk/libee - A /trunk/libee/ee.c (from /trunk/src/graphics.c:31) - M /trunk/src/Makefile.am - M /trunk/src/ceo.c - M /trunk/src/common.h - D /trunk/src/graphics.c - M /trunk/src/main.c +r33 | sam | 2003-11-09 11:26:08 +0000 (Sun, 09 Nov 2003) | 7 lines * libee/ee.c: + First file in libee, from src/graphics.c. @@ -10862,82 +6536,35 @@ Changed paths: + Minor compilation fix for latest ncurses. ------------------------------------------------------------------------ -r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines -Changed paths: - M /trunk/bootstrap +r32 | sam | 2003-11-06 21:40:53 +0000 (Thu, 06 Nov 2003) | 2 lines * bootstrap: always remove autom4te.cache. ------------------------------------------------------------------------ -r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines -Changed paths: - M /trunk - M /trunk/autotools - M /trunk/bootstrap - M /trunk/configure.ac - M /trunk/debian - M /trunk/src - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/box.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/math.c - M /trunk/src/overlay.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r31 | sam | 2003-10-02 01:08:13 +0000 (Thu, 02 Oct 2003) | 2 lines * Fixed keywords, ignore, and lots of tiny SVN things. ------------------------------------------------------------------------ -r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines -Changed paths: - M /trunk/TODO - M /trunk/src/Makefile.am - A /trunk/src/box.c - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/overlay.c +r30 | sam | 2003-02-09 11:17:40 +0000 (Sun, 09 Feb 2003) | 3 lines * support for boxes * application: pause box ------------------------------------------------------------------------ -r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines -Changed paths: - M /trunk/TODO - M /trunk/src/collide.c +r29 | sam | 2003-01-06 12:22:58 +0000 (Mon, 06 Jan 2003) | 3 lines * 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 -Changed paths: - M /trunk/README - M /trunk/TODO - M /trunk/configure.ac - M /trunk/src/weapons.c +r28 | sam | 2002-12-23 16:44:28 +0000 (Mon, 23 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/overlay.c - M /trunk/src/player.c +r27 | sam | 2002-12-23 16:21:38 +0000 (Mon, 23 Dec 2002) | 6 lines * new timestamp for a new snapshot. * lots of sanity checks in collide.c. @@ -10946,67 +6573,36 @@ Changed paths: * cosmetic changes in the energy bars. ------------------------------------------------------------------------ -r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines -Changed paths: - M /trunk/src/Makefile.am - M /trunk/src/common.h - M /trunk/src/main.c - A /trunk/src/overlay.c - M /trunk/src/player.c +r26 | sam | 2002-12-23 15:06:13 +0000 (Mon, 23 Dec 2002) | 4 lines * 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 -Changed paths: - M /trunk/src/aliens.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/player.c +r25 | sam | 2002-12-23 13:46:27 +0000 (Mon, 23 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/player.c +r24 | sam | 2002-12-23 13:13:04 +0000 (Mon, 23 Dec 2002) | 2 lines * ship has vx and vy. ------------------------------------------------------------------------ -r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines -Changed paths: - M /trunk/TODO - M /trunk/src/main.c - M /trunk/src/tunnel.c +r23 | sam | 2002-12-23 12:47:36 +0000 (Mon, 23 Dec 2002) | 2 lines * cosmetic change: reworked draw_tunnel. ------------------------------------------------------------------------ -r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines -Changed paths: - M /trunk/src/main.c - M /trunk/src/tunnel.c +r22 | sam | 2002-12-23 12:03:31 +0000 (Mon, 23 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/configure.ac - M /trunk/src/Makefile.am - M /trunk/src/ceo.c - M /trunk/src/common.h - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/tunnel.c +r21 | sam | 2002-12-23 10:06:27 +0000 (Mon, 23 Dec 2002) | 5 lines * added support for --disable-slang. * fixed an overflow in the tunnel update code. @@ -11014,15 +6610,7 @@ Changed paths: * added a missing call to init_bonus(). ------------------------------------------------------------------------ -r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines -Changed paths: - M /trunk/TODO - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r20 | sam | 2002-12-23 09:28:37 +0000 (Mon, 23 Dec 2002) | 5 lines * the beam now digs the tunnel. * the starfield is now an array of stars. @@ -11030,189 +6618,82 @@ Changed paths: * 32 seekers on fragbomb explosion, not 16. ------------------------------------------------------------------------ -r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines -Changed paths: - M /trunk/src/weapons.c +r19 | sam | 2002-12-22 23:39:15 +0000 (Sun, 22 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/src/math.c - M /trunk/src/weapons.c +r18 | sam | 2002-12-22 23:01:35 +0000 (Sun, 22 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/src/Makefile.am - M /trunk/src/common.h - A /trunk/src/math.c - M /trunk/src/weapons.c +r17 | sam | 2002-12-22 22:36:42 +0000 (Sun, 22 Dec 2002) | 2 lines * 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 -Changed paths: - M /trunk/doc/shapes.txt - M /trunk/src/aliens.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/weapons.c +r16 | sam | 2002-12-22 22:17:41 +0000 (Sun, 22 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/.cvsignore - M /trunk/Makefile.am - A /trunk/autotools - A /trunk/autotools/.cvsignore - A /trunk/autotools/Makefile.am - M /trunk/bootstrap - M /trunk/configure.ac - M /trunk/debian/.cvsignore - M /trunk/src/Makefile.am +r15 | sam | 2002-12-22 19:08:35 +0000 (Sun, 22 Dec 2002) | 2 lines * Moved generated autotools files to the autotools/ directory. ------------------------------------------------------------------------ -r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines -Changed paths: - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r14 | sam | 2002-12-22 18:44:12 +0000 (Sun, 22 Dec 2002) | 2 lines * 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 -Changed paths: - A /trunk/COPYING - M /trunk/src/aliens.c - M /trunk/src/bonus.c - M /trunk/src/ceo.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r13 | sam | 2002-12-22 18:42:32 +0000 (Sun, 22 Dec 2002) | 3 lines * 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 -Changed paths: - M /trunk/src/Makefile.am - A /trunk/src/ceo.c - M /trunk/src/common.h - M /trunk/src/main.c +r12 | sam | 2002-12-22 18:40:36 +0000 (Sun, 22 Dec 2002) | 2 lines * tab == hotkey for CEO alert. ------------------------------------------------------------------------ -r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines -Changed paths: - M /trunk/TODO - M /trunk/doc/shapes.txt - M /trunk/src/aliens.c +r11 | sam | 2002-12-18 18:44:47 +0000 (Wed, 18 Dec 2002) | 2 lines * 3rd alien type. ------------------------------------------------------------------------ -r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines -Changed paths: - D /trunk/Makefile +r10 | sam | 2002-12-18 18:12:28 +0000 (Wed, 18 Dec 2002) | 2 lines * Scrapped Makefile. ------------------------------------------------------------------------ -r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines -Changed paths: - M /trunk/Makefile - A /trunk/README - A /trunk/TODO +r9 | sam | 2002-12-18 18:11:54 +0000 (Wed, 18 Dec 2002) | 2 lines * README and TODO files. ------------------------------------------------------------------------ -r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines -Changed paths: - M /trunk/Makefile - M /trunk/configure.ac - M /trunk/doc/shapes.txt - M /trunk/src/collide.c - M /trunk/src/weapons.c +r8 | sam | 2002-12-18 13:29:31 +0000 (Wed, 18 Dec 2002) | 2 lines * the bomb's head is now white ------------------------------------------------------------------------ -r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines -Changed paths: - M /trunk/doc/shapes.txt - M /trunk/src/aliens.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/weapons.c +r7 | sam | 2002-12-15 17:16:45 +0000 (Sun, 15 Dec 2002) | 3 lines * new weapon: bomb. * beam now collides with aliens. ------------------------------------------------------------------------ -r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines -Changed paths: - M /trunk/doc/shapes.txt - M /trunk/src/common.h - M /trunk/src/main.c - M /trunk/src/weapons.c +r6 | sam | 2002-12-15 05:03:55 +0000 (Sun, 15 Dec 2002) | 2 lines * 'beam' weapon. ------------------------------------------------------------------------ -r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines -Changed paths: - M /trunk/Makefile - M /trunk/configure.ac - M /trunk/debian/changelog - M /trunk/debian/control - M /trunk/debian/rules - M /trunk/doc/shapes.txt - M /trunk/src/Makefile.am - M /trunk/src/aliens.c - A /trunk/src/bonus.c - M /trunk/src/collide.c - M /trunk/src/common.h - M /trunk/src/explosions.c - M /trunk/src/graphics.c - M /trunk/src/main.c - M /trunk/src/player.c - M /trunk/src/starfield.c - M /trunk/src/tunnel.c - M /trunk/src/weapons.c +r5 | sam | 2002-12-15 03:41:32 +0000 (Sun, 15 Dec 2002) | 10 lines * real Debian package files. * two new types of aliens. only one rules. @@ -11225,86 +6706,24 @@ Changed paths: * lots of cleanups everywhere. ------------------------------------------------------------------------ -r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines -Changed paths: - M /trunk/.cvsignore - M /trunk/Makefile - A /trunk/Makefile.am - D /trunk/aliens.c - A /trunk/bootstrap - D /trunk/collide.c - D /trunk/common.h - A /trunk/configure.ac - A /trunk/debian - A /trunk/debian/.cvsignore - A /trunk/debian/Makefile.am - A /trunk/debian/changelog - A /trunk/debian/control - A /trunk/debian/rules - A /trunk/doc - A /trunk/doc/shapes.txt - D /trunk/explosions.c - D /trunk/graphics.c - D /trunk/main.c - D /trunk/player.c - D /trunk/shapes.txt - A /trunk/src - A /trunk/src/.cvsignore - A /trunk/src/Makefile.am - A /trunk/src/aliens.c - A /trunk/src/collide.c - A /trunk/src/common.h - A /trunk/src/explosions.c - A /trunk/src/graphics.c - A /trunk/src/main.c - A /trunk/src/player.c - A /trunk/src/starfield.c - A /trunk/src/tunnel.c - A /trunk/src/weapons.c - D /trunk/starfield.c - D /trunk/tunnel.c - D /trunk/weapons.c +r4 | sam | 2002-12-13 20:50:00 +0000 (Fri, 13 Dec 2002) | 2 lines * autotoolificationized the whole thing. ------------------------------------------------------------------------ -r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines -Changed paths: - M /trunk/collide.c - M /trunk/common.h - M /trunk/explosions.c - M /trunk/main.c - M /trunk/player.c - M /trunk/weapons.c +r3 | sam | 2002-12-13 19:27:16 +0000 (Fri, 13 Dec 2002) | 4 lines * 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 -Changed paths: - A /trunk/.cvsignore +r2 | sam | 2002-12-13 19:24:53 +0000 (Fri, 13 Dec 2002) | 2 lines * .cvsignore file. ------------------------------------------------------------------------ -r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines -Changed paths: - A /branches - A /trunk - A /trunk/Makefile - A /trunk/aliens.c - A /trunk/collide.c - A /trunk/common.h - A /trunk/explosions.c - A /trunk/graphics.c - A /trunk/main.c - A /trunk/player.c - A /trunk/shapes.txt - A /trunk/starfield.c - A /trunk/tunnel.c - A /trunk/weapons.c +r1 | sam | 2002-12-13 19:23:07 +0000 (Fri, 13 Dec 2002) | 3 lines * 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 7aa57a8..88ee6e6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ /* $Id$ */ /** \page news News +\section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11 + + - support for 90-degree canvas rotation + - better behaviour when trying to output Unicode on an ASCII terminal + - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth + Forms and Miscellaneous Symbols Unicode blocks + - new rotozoom effect in cacademo + - Cocoa output driver for Mac OS X + - preliminary .NET bindings + - many bugfixes and documentation changes + \section news0_99_beta11 Changes between 0.9.beta11 and 0.99.beta10 - fixed compilation of the C++ bindings diff --git a/configure.ac b/configure.ac index 882fa11..0bbca08 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(libcaca, 0.99.beta11) +AM_INIT_AUTOMAKE(libcaca, 0.99.beta12) LT_VERSION="99:0:99" AC_SUBST(LT_VERSION) AM_CONFIG_HEADER(config.h)