Changeset 1824
- Timestamp:
- Sep 30, 2007, 3:34:11 PM (15 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1419 r1824 1 1 ------------------------------------------------------------------------ 2 r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines 3 Changed paths: 4 M /trunk/cucul/export.c 5 M /trunk/test/export.c 2 r1149 | sam | 2007-09-30 13:32:16 +0000 (Sun, 30 Sep 2007) | 2 lines 3 4 * Minor tuning to the various tests, just so that they’re releasable. 5 6 ------------------------------------------------------------------------ 7 r1148 | sam | 2007-09-30 11:28:13 +0000 (Sun, 30 Sep 2007) | 2 lines 8 9 * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). 10 11 ------------------------------------------------------------------------ 12 r1147 | sam | 2007-09-30 10:22:24 +0000 (Sun, 30 Sep 2007) | 2 lines 13 14 * Added a few rotation pairs. Nothing awesome. 15 16 ------------------------------------------------------------------------ 17 r1146 | sam | 2007-09-30 10:12:19 +0000 (Sun, 30 Sep 2007) | 3 lines 18 19 * Improve rotation output by avoiding white-on-black attributes to appear 20 due to spaces. 21 22 ------------------------------------------------------------------------ 23 r1145 | sam | 2007-09-29 15:15:17 +0000 (Sat, 29 Sep 2007) | 4 lines 24 25 * Allow to rotate canvases with an odd width. 26 * Added a few additional character pairs of the left/right rotations. 27 * Added missing errno sets. 28 29 ------------------------------------------------------------------------ 30 r1144 | sam | 2007-08-02 18:12:19 +0000 (Thu, 02 Aug 2007) | 2 lines 31 32 * More widechar rotations. \/ > /\ < is cool. 33 34 ------------------------------------------------------------------------ 35 r1143 | sam | 2007-08-02 17:33:10 +0000 (Thu, 02 Aug 2007) | 2 lines 36 37 * Reset cursor position after a resize. Not sure it’s what I want. 38 39 ------------------------------------------------------------------------ 40 r1142 | sam | 2007-08-02 16:38:31 +0000 (Thu, 02 Aug 2007) | 2 lines 41 42 * More widechar rotation pairs. 43 44 ------------------------------------------------------------------------ 45 r1141 | sam | 2007-07-17 20:46:18 +0000 (Tue, 17 Jul 2007) | 4 lines 46 47 * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to 48 cucul_stretch_* to avoid long function names. And the pairwise rotations 49 look so nice now that they should be the real rotation chars. 50 51 ------------------------------------------------------------------------ 52 r1140 | sam | 2007-07-17 17:20:11 +0000 (Tue, 17 Jul 2007) | 3 lines 53 54 * More characters for the wide rotations. 55 * Updated test/text to show what the wide rotations now do. 56 57 ------------------------------------------------------------------------ 58 r1139 | sam | 2007-07-17 15:22:34 +0000 (Tue, 17 Jul 2007) | 2 lines 59 60 * Use j/ḷ and l/ȷ pairs in glyph rotation. 61 62 ------------------------------------------------------------------------ 63 r1138 | sam | 2007-07-16 23:51:49 +0000 (Mon, 16 Jul 2007) | 2 lines 64 65 * minor warning fix 66 67 ------------------------------------------------------------------------ 68 r1137 | sam | 2007-07-10 17:02:46 +0000 (Tue, 10 Jul 2007) | 3 lines 69 70 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They 71 suck massively for now. 72 73 ------------------------------------------------------------------------ 74 r1136 | sam | 2007-07-09 17:24:28 +0000 (Mon, 09 Jul 2007) | 2 lines 75 76 * Fixed address in license. 77 78 ------------------------------------------------------------------------ 79 r1135 | sam | 2007-06-28 16:29:00 +0000 (Thu, 28 Jun 2007) | 5 lines 80 81 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. 82 * Renamed cucul_rotate into cucul_rotate_180. 83 * Deprecated cucul_rotate and fix examples accordingly. 84 Hope it all makes sense. 85 86 ------------------------------------------------------------------------ 87 r1134 | sam | 2007-06-28 15:57:25 +0000 (Thu, 28 Jun 2007) | 2 lines 88 89 * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. 90 91 ------------------------------------------------------------------------ 92 r1133 | sam | 2007-06-28 15:56:59 +0000 (Thu, 28 Jun 2007) | 2 lines 93 94 * Implemented cucul_left() and cucul_right() for 90-degree rotations. 95 96 ------------------------------------------------------------------------ 97 r1132 | sam | 2007-06-28 12:58:17 +0000 (Thu, 28 Jun 2007) | 3 lines 98 99 * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses 100 driver. 101 102 ------------------------------------------------------------------------ 103 r1131 | sam | 2007-06-28 12:56:40 +0000 (Thu, 28 Jun 2007) | 3 lines 104 105 * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley 106 Sittler. Untested. 107 108 ------------------------------------------------------------------------ 109 r1130 | sam | 2007-06-28 12:49:28 +0000 (Thu, 28 Jun 2007) | 3 lines 110 111 * Removed malloc() calls from the rotozoom code, put initialisation in the 112 PREPARE rule and did minor cleanup (SCNR). 113 114 ------------------------------------------------------------------------ 115 r1129 | sam | 2007-06-28 12:47:57 +0000 (Thu, 28 Jun 2007) | 3 lines 116 117 * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley 118 Sittler. 119 120 ------------------------------------------------------------------------ 121 r1128 | sam | 2007-06-28 12:46:54 +0000 (Thu, 28 Jun 2007) | 2 lines 122 123 * Added a few chars to the unicode test. 124 125 ------------------------------------------------------------------------ 126 r1127 | sam | 2007-06-28 12:46:04 +0000 (Thu, 28 Jun 2007) | 2 lines 127 128 * Differentiate between • and ● in the X11 rendering overrides. 129 130 ------------------------------------------------------------------------ 131 r1126 | sam | 2007-06-28 12:15:06 +0000 (Thu, 28 Jun 2007) | 2 lines 132 133 * Patch by Ben Wiley Sittler for two misrendered glyphs. 134 135 ------------------------------------------------------------------------ 136 r1125 | sam | 2007-06-28 07:43:41 +0000 (Thu, 28 Jun 2007) | 2 lines 137 138 * Slightly nicer code in driver_x11.c. 139 140 ------------------------------------------------------------------------ 141 r1124 | jylam | 2007-06-28 07:42:36 +0000 (Thu, 28 Jun 2007) | 2 lines 142 143 * Minor cosmetic changes 144 145 ------------------------------------------------------------------------ 146 r1123 | sam | 2007-06-27 18:00:18 +0000 (Wed, 27 Jun 2007) | 2 lines 147 148 * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. 149 150 ------------------------------------------------------------------------ 151 r1122 | sam | 2007-06-27 17:40:14 +0000 (Wed, 27 Jun 2007) | 3 lines 152 153 * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a 154 bit myself, too. 155 156 ------------------------------------------------------------------------ 157 r1121 | sam | 2007-06-27 14:43:59 +0000 (Wed, 27 Jun 2007) | 3 lines 158 159 * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does 160 not exist, courtesy of Ben Wiley Sittler. 161 162 ------------------------------------------------------------------------ 163 r1120 | sam | 2007-06-27 14:39:47 +0000 (Wed, 27 Jun 2007) | 2 lines 164 165 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. 166 167 ------------------------------------------------------------------------ 168 r1119 | sam | 2007-06-27 13:35:59 +0000 (Wed, 27 Jun 2007) | 2 lines 169 170 * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. 171 172 ------------------------------------------------------------------------ 173 r1118 | sam | 2007-06-27 13:06:18 +0000 (Wed, 27 Jun 2007) | 2 lines 174 175 * Disabled USE_RGB12_FGBG for now, as it was reported not to work. 176 177 ------------------------------------------------------------------------ 178 r1117 | sam | 2007-06-27 13:03:31 +0000 (Wed, 27 Jun 2007) | 3 lines 179 180 * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler 181 <bsittler@gmail.com> 182 183 ------------------------------------------------------------------------ 184 r1116 | sam | 2007-06-27 12:52:15 +0000 (Wed, 27 Jun 2007) | 2 lines 185 186 * Updated internal fonts to match tools/makefont.c. 187 188 ------------------------------------------------------------------------ 189 r1115 | sam | 2007-06-27 12:48:34 +0000 (Wed, 27 Jun 2007) | 5 lines 190 191 * Added glyphs to our default fonts: 192 + Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben 193 Wiley Sittler) 194 + Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette) 195 196 ------------------------------------------------------------------------ 197 r1114 | sam | 2007-06-27 12:46:25 +0000 (Wed, 27 Jun 2007) | 2 lines 198 199 * Add a "make fonts" rule to the makefile for easy updates. 200 201 ------------------------------------------------------------------------ 202 r1113 | jylam | 2007-06-24 07:46:18 +0000 (Sun, 24 Jun 2007) | 2 lines 203 204 * Added rotozoom (and its 1MB header file) 205 206 ------------------------------------------------------------------------ 207 r1112 | jylam | 2007-02-23 14:34:48 +0000 (Fri, 23 Feb 2007) | 2 lines 208 209 * Added squared transition to cacademo 210 211 ------------------------------------------------------------------------ 212 r1111 | jylam | 2007-02-22 15:34:48 +0000 (Thu, 22 Feb 2007) | 2 lines 213 214 * Added error checks to cacaplay 215 216 ------------------------------------------------------------------------ 217 r1110 | jylam | 2007-02-22 15:31:39 +0000 (Thu, 22 Feb 2007) | 2 lines 218 219 * Added error checks on canvas / display creations 220 221 ------------------------------------------------------------------------ 222 r1109 | jylam | 2007-02-22 14:47:32 +0000 (Thu, 22 Feb 2007) | 2 lines 223 224 * Added error detection to truecolor test 225 226 ------------------------------------------------------------------------ 227 r1108 | sam | 2007-02-20 18:15:52 +0000 (Tue, 20 Feb 2007) | 2 lines 228 229 * The transformation rules didn’t have ⅃ ⅄ ⅂. 230 231 ------------------------------------------------------------------------ 232 r1104 | jylam | 2007-01-04 11:07:43 +0000 (Thu, 04 Jan 2007) | 2 lines 233 234 * Changed threshold in key events, a bit more natural 235 236 ------------------------------------------------------------------------ 237 r1103 | sam | 2006-12-12 01:53:54 +0000 (Tue, 12 Dec 2006) | 1 line 238 239 * Bwarf, typo in the no warranty clause. 240 ------------------------------------------------------------------------ 241 r1102 | sam | 2006-12-11 15:48:46 +0000 (Mon, 11 Dec 2006) | 2 lines 242 243 * Add a no warranty clause to the code. 244 245 ------------------------------------------------------------------------ 246 r1101 | sam | 2006-12-05 17:50:40 +0000 (Tue, 05 Dec 2006) | 2 lines 247 248 * Fix OpenBSD build. 249 250 ------------------------------------------------------------------------ 251 r1100 | sam | 2006-11-30 22:41:52 +0000 (Thu, 30 Nov 2006) | 2 lines 252 253 * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>. 254 255 ------------------------------------------------------------------------ 256 r1099 | sam | 2006-11-27 14:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines 257 258 * Got rid of that ugly cv->import member. 259 260 ------------------------------------------------------------------------ 261 r1098 | sam | 2006-11-27 14:55:00 +0000 (Mon, 27 Nov 2006) | 3 lines 262 263 * Get rid of test/term.c, it's now in its own repository. 264 * Added back -Wshadow, it's more useful than annoying. 265 266 ------------------------------------------------------------------------ 267 r1097 | sam | 2006-11-27 14:53:17 +0000 (Mon, 27 Nov 2006) | 2 lines 268 269 * Fix shadowing declarations. 270 271 ------------------------------------------------------------------------ 272 r1096 | sam | 2006-11-27 05:59:29 +0000 (Mon, 27 Nov 2006) | 2 lines 273 274 * Do not build test/term if fcntl() is not available. Yes, could be improved. 275 276 ------------------------------------------------------------------------ 277 r1095 | sam | 2006-11-27 05:40:51 +0000 (Mon, 27 Nov 2006) | 2 lines 278 279 * Fixed syntax errors. 280 281 ------------------------------------------------------------------------ 282 r1094 | sam | 2006-11-27 01:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines 283 284 * Added stuff to the TODO list. 285 286 ------------------------------------------------------------------------ 287 r1093 | sam | 2006-11-27 01:58:00 +0000 (Mon, 27 Nov 2006) | 2 lines 288 289 * A few improvements to the screen/splitvt clone project. 290 291 ------------------------------------------------------------------------ 292 r1092 | sam | 2006-11-27 01:56:37 +0000 (Mon, 27 Nov 2006) | 2 lines 293 294 * Improved vt220 import by adding a persistent context to canvases. 295 296 ------------------------------------------------------------------------ 297 r1091 | sam | 2006-11-24 05:51:10 +0000 (Fri, 24 Nov 2006) | 2 lines 298 299 * Added caca_set_cursor(). Not yet functional. 300 301 ------------------------------------------------------------------------ 302 r1090 | sam | 2006-11-24 05:49:49 +0000 (Fri, 24 Nov 2006) | 3 lines 303 304 * Add support for doublewidth characters even if ncurses or SLang don't know 305 about them. 306 307 ------------------------------------------------------------------------ 308 r1089 | jylam | 2006-11-23 20:22:03 +0000 (Thu, 23 Nov 2006) | 2 lines 309 310 * .Net : Fixed drawLine() and updated example (rasters rule) 311 312 ------------------------------------------------------------------------ 313 r1088 | sam | 2006-11-21 07:09:35 +0000 (Tue, 21 Nov 2006) | 2 lines 314 315 * Added a test app that swallows two console applications. Switch with C-a. 316 317 ------------------------------------------------------------------------ 318 r1087 | sam | 2006-11-21 06:35:04 +0000 (Tue, 21 Nov 2006) | 3 lines 319 320 * Improved ANSI importer so that it supports a lot more of what is needed 321 for basic vt220 emulation. 322 323 ------------------------------------------------------------------------ 324 r1086 | sam | 2006-11-20 05:49:45 +0000 (Mon, 20 Nov 2006) | 2 lines 325 326 * Added a few ideas to the TODO list. 327 328 ------------------------------------------------------------------------ 329 r1085 | jylam | 2006-11-18 12:27:16 +0000 (Sat, 18 Nov 2006) | 2 lines 330 331 * Added preliminary dither support to .NET bindings 332 333 ------------------------------------------------------------------------ 334 r1084 | jylam | 2006-11-18 11:34:40 +0000 (Sat, 18 Nov 2006) | 2 lines 335 336 * Added frames to .NET bindings 337 338 ------------------------------------------------------------------------ 339 r1083 | jylam | 2006-11-18 11:25:50 +0000 (Sat, 18 Nov 2006) | 2 lines 340 341 * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. 342 343 ------------------------------------------------------------------------ 344 r1082 | sam | 2006-11-17 11:28:32 +0000 (Fri, 17 Nov 2006) | 2 lines 345 346 * Merged old code by Ol that can be used as a start for the Cocoa driver. 347 348 ------------------------------------------------------------------------ 349 r1080 | sam | 2006-11-16 16:29:57 +0000 (Thu, 16 Nov 2006) | 3 lines 350 351 * Set version to 0.99.beta11. 352 * Updated NEWS and ChangeLog. 353 354 ------------------------------------------------------------------------ 355 r1079 | sam | 2006-11-16 15:01:31 +0000 (Thu, 16 Nov 2006) | 3 lines 6 356 7 357 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. … … 9 359 10 360 ------------------------------------------------------------------------ 11 r1078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines 12 Changed paths: 13 M /trunk/common.h 361 r1078 | sam | 2006-11-16 11:26:22 +0000 (Thu, 16 Nov 2006) | 3 lines 14 362 15 363 * Fix a compilation warning by pretending to use seterrno()'s argument … … 17 365 18 366 ------------------------------------------------------------------------ 19 r1077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines 20 Changed paths: 21 M /trunk/kernel/kernel.c 22 M /trunk/kernel/kernel.h 367 r1077 | sam | 2006-11-16 11:23:56 +0000 (Thu, 16 Nov 2006) | 3 lines 23 368 24 369 * Implemented strcmp() and strdup() and added an fflush() stub to the … … 26 371 27 372 ------------------------------------------------------------------------ 28 r1076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines 29 Changed paths: 30 M /trunk/cucul/transform.c 373 r1076 | sam | 2006-11-16 02:08:05 +0000 (Thu, 16 Nov 2006) | 3 lines 31 374 32 375 * Added some box drawing glyphs that are used by TOIlet's future.tlf font … … 34 377 35 378 ------------------------------------------------------------------------ 36 r1072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines 37 Changed paths: 38 M /trunk/caca/Makefile.am 39 M /trunk/src/Makefile.am 40 M /trunk/tools/Makefile.am 379 r1072 | sam | 2006-11-14 20:14:38 +0000 (Tue, 14 Nov 2006) | 2 lines 41 380 42 381 * Don't rely on pkg-config macros for variable substitution. Just in case. 43 382 44 383 ------------------------------------------------------------------------ 45 r1071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines 46 Changed paths: 47 M /trunk/configure.ac 384 r1071 | sam | 2006-11-14 18:22:31 +0000 (Tue, 14 Nov 2006) | 2 lines 48 385 49 386 * No longer bail out with an error if Imlib2 or Doxygen were not found. 50 387 51 388 ------------------------------------------------------------------------ 52 r1070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines 53 Changed paths: 54 M /trunk/cucul/frame.c 389 r1070 | sam | 2006-11-14 18:05:02 +0000 (Tue, 14 Nov 2006) | 2 lines 55 390 56 391 * Minor documentation fix. 57 392 58 393 ------------------------------------------------------------------------ 59 r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines 60 Changed paths: 61 M /trunk/caca/Makefile.am 62 M /trunk/caca/caca.c 63 M /trunk/caca/caca_internals.h 64 A /trunk/caca/driver_cocoa.m 65 M /trunk/configure.ac 394 r1069 | sam | 2006-11-14 18:02:29 +0000 (Tue, 14 Nov 2006) | 2 lines 66 395 67 396 * Added all the glue needed for a Cocoa output driver. 68 397 69 398 ------------------------------------------------------------------------ 70 r1068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines 71 Changed paths: 72 M /trunk/test/spritedit.c 399 r1068 | sam | 2006-11-14 16:27:15 +0000 (Tue, 14 Nov 2006) | 2 lines 73 400 74 401 * Minor compilation warning fix. OS X x86 defines "DELAY". 75 402 76 403 ------------------------------------------------------------------------ 77 r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines 78 Changed paths: 79 M /trunk/cucul/transform.c 80 M /trunk/test/text.c 404 r1067 | sam | 2006-11-14 07:59:52 +0000 (Tue, 14 Nov 2006) | 3 lines 81 405 82 406 * Documented flip/flop/rotate as being involutive. … … 84 408 85 409 ------------------------------------------------------------------------ 86 r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines 87 Changed paths: 88 M /trunk/test 89 M /trunk/test/Makefile.am 90 D /trunk/test/all.c 91 A /trunk/test/cucul.c (from /trunk/test/all.c:1063) 410 r1066 | sam | 2006-11-14 07:46:51 +0000 (Tue, 14 Nov 2006) | 3 lines 92 411 93 412 * Renamed the "all" test to "cucul" because it otherwise conflicted with … … 95 414 96 415 ------------------------------------------------------------------------ 97 r1065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14 Nov 2006) | 3 lines 98 Changed paths: 99 M /trunk/caca/caca_internals.h 100 M /trunk/caca/driver_ncurses.c 101 M /trunk/caca/driver_slang.c 102 M /trunk/caca/graphics.c 416 r1065 | sam | 2006-11-13 23:42:43 +0000 (Mon, 13 Nov 2006) | 3 lines 103 417 104 418 * Factored terminal title setting code. … … 106 420 107 421 ------------------------------------------------------------------------ 108 r1064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14 Nov 2006) | 2 lines 109 Changed paths: 110 M /trunk/caca/driver_ncurses.c 111 M /trunk/caca/driver_slang.c 112 M /trunk/caca/graphics.c 113 M /trunk/doc/migrating.dox 422 r1064 | sam | 2006-11-13 23:33:49 +0000 (Mon, 13 Nov 2006) | 2 lines 114 423 115 424 * Implemented caca_set_display_title() for ncurses and S-Lang. 116 425 117 426 ------------------------------------------------------------------------ 118 r1063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14 Nov 2006) | 4 lines 119 Changed paths: 120 M /trunk/cucul/canvas.c 121 M /trunk/cucul/cucul.c 122 M /trunk/cucul/cucul.h 123 M /trunk/cucul/cucul_internals.h 124 M /trunk/cucul/frame.c 125 M /trunk/cucul/legacy.c 126 M /trunk/cxx/cucul++.cpp 127 M /trunk/test/all.c 128 M /trunk/test/frames.c 427 r1063 | sam | 2006-11-13 23:16:35 +0000 (Mon, 13 Nov 2006) | 4 lines 129 428 130 429 * Implemented cucul_get_frame_name() and cucul_set_frame_name(). … … 133 432 134 433 ------------------------------------------------------------------------ 135 r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines 136 Changed paths: 137 M /trunk/test 138 M /trunk/test/Makefile.am 139 A /trunk/test/all.c 140 M /trunk/test/blit.c 434 r1062 | sam | 2006-11-13 23:00:02 +0000 (Mon, 13 Nov 2006) | 2 lines 141 435 142 436 * Started writing a full API test. Not sure where it'll lead. 143 437 144 438 ------------------------------------------------------------------------ 145 r1061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines 146 Changed paths: 147 M /trunk/cxx/cucul++.cpp 148 M /trunk/cxx/cucul++.h 149 M /trunk/cxx/cxxtest.cpp 439 r1061 | sam | 2006-11-13 21:42:15 +0000 (Mon, 13 Nov 2006) | 2 lines 150 440 151 441 * Updated C++ bindings so that they build, at least. 152 442 153 443 ------------------------------------------------------------------------ 154 r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines 155 Changed paths: 156 M /trunk/src/cacademo.c 157 M /trunk/test/swallow.c 444 r1060 | sam | 2006-11-13 13:34:06 +0000 (Mon, 13 Nov 2006) | 3 lines 158 445 159 446 * Add more randomness to the cacademo effects. … … 161 448 162 449 ------------------------------------------------------------------------ 163 r1059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines 164 Changed paths: 165 M /trunk/caca/caca.h 166 M /trunk/src/aafire.c 167 M /trunk/src/cacademo.c 450 r1059 | sam | 2006-11-13 08:55:36 +0000 (Mon, 13 Nov 2006) | 2 lines 168 451 169 452 * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. 170 453 171 454 ------------------------------------------------------------------------ 172 r1058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines 173 Changed paths: 174 M /trunk/cucul/import.c 455 r1058 | sam | 2006-11-13 00:19:18 +0000 (Mon, 13 Nov 2006) | 2 lines 175 456 176 457 * Improved ANSI import, especially wrt. drawing context persistence. 177 458 178 459 ------------------------------------------------------------------------ 179 r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines 180 Changed paths: 181 M /trunk/cucul/attr.c 460 r1057 | sam | 2006-11-12 23:09:17 +0000 (Sun, 12 Nov 2006) | 2 lines 182 461 183 462 * Fix a bug in cucul_put_attr. This function was simply not working. 184 463 185 464 ------------------------------------------------------------------------ 186 r1056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines 187 Changed paths: 188 M /trunk/cucul/cucul.c 189 M /trunk/cucul/cucul_internals.h 190 M /trunk/cucul/frame.c 465 r1056 | sam | 2006-11-12 22:26:36 +0000 (Sun, 12 Nov 2006) | 3 lines 191 466 192 467 * Fix a bug in cucul_set_canvas_size() that caused the default attribute … … 194 469 195 470 ------------------------------------------------------------------------ 196 r1054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines 197 Changed paths: 198 M /trunk/cucul/import.c 471 r1054 | sam | 2006-11-12 21:29:31 +0000 (Sun, 12 Nov 2006) | 4 lines 199 472 200 473 * When importing an utf-8 file, set background and foreground colours to … … 203 476 204 477 ------------------------------------------------------------------------ 205 r1053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines 206 Changed paths: 207 M /trunk/NEWS 478 r1053 | sam | 2006-11-12 20:39:27 +0000 (Sun, 12 Nov 2006) | 2 lines 208 479 209 480 * Oops, fixed NEW entry. 210 481 211 482 ------------------------------------------------------------------------ 212 r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines 213 Changed paths: 214 M /trunk/Makefile.am 483 r1048 | sam | 2006-11-12 19:29:43 +0000 (Sun, 12 Nov 2006) | 2 lines 215 484 216 485 * Added a "make upload" rule for releases. 217 486 218 487 ------------------------------------------------------------------------ 219 r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines 220 Changed paths: 221 M /trunk/ChangeLog 222 M /trunk/NEWS 223 M /trunk/configure.ac 488 r1047 | sam | 2006-11-12 18:26:40 +0000 (Sun, 12 Nov 2006) | 3 lines 224 489 225 490 * Set version to 0.99.beta10. … … 227 492 228 493 ------------------------------------------------------------------------ 229 r1046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines 230 Changed paths: 231 M /trunk/doc/migrating.dox 494 r1046 | sam | 2006-11-12 18:23:29 +0000 (Sun, 12 Nov 2006) | 2 lines 232 495 233 496 * Documentation updates. 234 497 235 498 ------------------------------------------------------------------------ 236 r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines 237 Changed paths: 238 M /trunk/cucul/cucul.h 239 M /trunk/cucul/legacy.c 499 r1045 | sam | 2006-11-12 17:45:14 +0000 (Sun, 12 Nov 2006) | 3 lines 240 500 241 501 * Re-added cucul_getchar() to the legacy functions. Debian's current version … … 243 503 244 504 ------------------------------------------------------------------------ 245 r1044 | sam | 2006-11-12 18:30:08 +0100 (Sun, 12 Nov 2006) | 2 lines 246 Changed paths: 247 M /trunk/cucul/font.c 248 M /trunk/cucul/font_mono9.h 249 M /trunk/cucul/font_monobold12.h 250 M /trunk/doc/font.dox 251 M /trunk/tools/makefont.c 505 r1044 | sam | 2006-11-12 17:30:08 +0000 (Sun, 12 Nov 2006) | 2 lines 252 506 253 507 * Add maxwidth and maxheight members to the font format. 254 508 255 509 ------------------------------------------------------------------------ 256 r1043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines 257 Changed paths: 258 M /trunk/src/cacademo.c 259 M /trunk/test/swallow.c 510 r1043 | sam | 2006-11-12 15:54:50 +0000 (Sun, 12 Nov 2006) | 3 lines 260 511 261 512 * Random transition times in cacademo. … … 263 514 264 515 ------------------------------------------------------------------------ 265 r1042 | sam | 2006-11-12 16:35:04 +0100 (Sun, 12 Nov 2006) | 2 lines 266 Changed paths: 267 M /trunk/src/aafire.c 268 M /trunk/src/cacademo.c 516 r1042 | sam | 2006-11-12 15:35:04 +0000 (Sun, 12 Nov 2006) | 2 lines 269 517 270 518 * Ctrl-C and Ctrl-Z quit cacafire and cacademo. 271 519 272 520 ------------------------------------------------------------------------ 273 r1041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines 274 Changed paths: 275 M /trunk/caca/caca.c 276 M /trunk/caca/graphics.c 277 M /trunk/common.h 278 M /trunk/cucul/attr.c 279 M /trunk/cucul/canvas.c 280 M /trunk/cucul/cucul.c 281 M /trunk/cucul/dither.c 282 M /trunk/cucul/export.c 283 M /trunk/cucul/font.c 284 M /trunk/cucul/frame.c 285 M /trunk/cucul/import.c 286 M /trunk/cucul/legacy.c 521 r1041 | sam | 2006-11-12 15:26:13 +0000 (Sun, 12 Nov 2006) | 3 lines 287 522 288 523 * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. … … 290 525 291 526 ------------------------------------------------------------------------ 292 r1040 | sam | 2006-11-12 15:42:58 +0100 (Sun, 12 Nov 2006) | 3 lines 293 Changed paths: 294 M /trunk/cucul/font_mono9.h 295 M /trunk/cucul/font_monobold12.h 296 M /trunk/test/font2tga.c 297 M /trunk/tools/makefont.c 527 r1040 | sam | 2006-11-12 14:42:58 +0000 (Sun, 12 Nov 2006) | 3 lines 298 528 299 529 * Add CJK punctuation to the default fonts. … … 301 531 302 532 ------------------------------------------------------------------------ 303 r1039 | sam | 2006-11-12 14:11:01 +0100 (Sun, 12 Nov 2006) | 2 lines 304 Changed paths: 305 M /trunk/common.h 306 M /trunk/configure.ac 307 M /trunk/cucul/export.c 533 r1039 | sam | 2006-11-12 13:11:01 +0000 (Sun, 12 Nov 2006) | 2 lines 308 534 309 535 * Add a debug() function and a --enable-debug configure flag. 310 536 311 537 ------------------------------------------------------------------------ 312 r1038 | sam | 2006-11-12 13:26:48 +0100 (Sun, 12 Nov 2006) | 3 lines 313 Changed paths: 314 M /trunk/cucul/font.c 315 M /trunk/cucul/font_mono9.h 316 M /trunk/cucul/font_monobold12.h 317 M /trunk/test/font2tga.c 318 M /trunk/tools/makefont.c 538 r1038 | sam | 2006-11-12 12:26:48 +0000 (Sun, 12 Nov 2006) | 3 lines 319 539 320 540 * Support fullwidth fonts. … … 322 542 323 543 ------------------------------------------------------------------------ 324 r1037 | sam | 2006-11-12 12:06:34 +0100 (Sun, 12 Nov 2006) | 2 lines 325 Changed paths: 326 M /trunk/caca/caca.h 544 r1037 | sam | 2006-11-12 11:06:34 +0000 (Sun, 12 Nov 2006) | 2 lines 327 545 328 546 * Documented caca_event_t members. 329 547 330 548 ------------------------------------------------------------------------ 331 r1036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines 332 Changed paths: 333 M /trunk/cucul/cucul.h 334 M /trunk/cucul/export.c 335 M /trunk/cucul/font.c 336 M /trunk/cucul/frame.c 337 M /trunk/doc/Makefile.am 338 A /trunk/doc/canvas.dox (from /trunk/cucul/export.c:1033) 339 A /trunk/doc/font.dox (from /trunk/cucul/font.c:1028) 340 M /trunk/doc/libcaca.dox 549 r1036 | sam | 2006-11-12 10:42:14 +0000 (Sun, 12 Nov 2006) | 3 lines 341 550 342 551 * Documentation updates. Moved the canvas and font format definitions to … … 344 553 345 554 ------------------------------------------------------------------------ 346 r1035 | sam | 2006-11-12 11:32:38 +0100 (Sun, 12 Nov 2006) | 4 lines 347 Changed paths: 348 M /trunk/doc/caca-config.1 555 r1035 | sam | 2006-11-12 10:32:38 +0000 (Sun, 12 Nov 2006) | 4 lines 349 556 350 557 * Mention caca-config being deprecated in its manpage, and removed mention … … 353 560 354 561 ------------------------------------------------------------------------ 355 r1034 | sam | 2006-11-12 11:06:35 +0100 (Sun, 12 Nov 2006) | 2 lines 356 Changed paths: 357 M /trunk/src/cacaplay.c 562 r1034 | sam | 2006-11-12 10:06:35 +0000 (Sun, 12 Nov 2006) | 2 lines 358 563 359 564 * Properly handle EOF in cacaplay. 360 565 361 566 ------------------------------------------------------------------------ 362 r1033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines 363 Changed paths: 364 M /trunk/TODO 365 M /trunk/cucul/export.c 567 r1033 | sam | 2006-11-12 10:04:23 +0000 (Sun, 12 Nov 2006) | 2 lines 366 568 367 569 * Documentation fixes and TODO updates. 368 570 369 571 ------------------------------------------------------------------------ 370 r1032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines 371 Changed paths: 372 M /trunk/caca/driver_raw.c 572 r1032 | sam | 2006-11-12 10:02:51 +0000 (Sun, 12 Nov 2006) | 2 lines 373 573 374 574 * Flush stdout after writing the data in the raw driver. 375 575 376 576 ------------------------------------------------------------------------ 377 r1031 | sam | 2006-11-12 10:48:37 +0100 (Sun, 12 Nov 2006) | 2 lines 378 Changed paths: 379 M /trunk/doc/cacaplay.1 380 M /trunk/src/cacaplay.c 577 r1031 | sam | 2006-11-12 09:48:37 +0000 (Sun, 12 Nov 2006) | 2 lines 381 578 382 579 * Allow cacaplay to play streams and updated its manpage. 383 580 384 581 ------------------------------------------------------------------------ 385 r1030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines 386 Changed paths: 387 M /trunk/test/swallow.c 582 r1030 | sam | 2006-11-12 09:46:10 +0000 (Sun, 12 Nov 2006) | 2 lines 388 583 389 584 * Fix infinite loop due to signed/unsigned mistake. 390 585 391 586 ------------------------------------------------------------------------ 392 r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines 393 Changed paths: 394 M /trunk/test 395 M /trunk/test/Makefile.am 396 A /trunk/test/swallow.c 587 r1029 | sam | 2006-11-11 18:07:58 +0000 (Sat, 11 Nov 2006) | 3 lines 397 588 398 589 * libcaca multiplexer: swallows two libcaca applications, for instance … … 400 591 401 592 ------------------------------------------------------------------------ 402 r1028 | sam | 2006-11-11 18:55:11 +0100 (Sat, 11 Nov 2006) | 2 lines 403 Changed paths: 404 M /trunk/cucul/import.c 593 r1028 | sam | 2006-11-11 17:55:11 +0000 (Sat, 11 Nov 2006) | 2 lines 405 594 406 595 * Fixed a bug in the caca importer. 407 596 408 597 ------------------------------------------------------------------------ 409 r1027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines 410 Changed paths: 411 M /trunk/test/blit.c 598 r1027 | sam | 2006-11-11 17:13:16 +0000 (Sat, 11 Nov 2006) | 2 lines 412 599 413 600 * Fix program header. 414 601 415 602 ------------------------------------------------------------------------ 416 r1026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines 417 Changed paths: 418 M /trunk/caca/caca0.h 419 M /trunk/caca/driver_gl.c 420 M /trunk/cucul/attr.c 421 M /trunk/cucul/box.c 422 M /trunk/cucul/canvas.c 423 M /trunk/cucul/conic.c 424 M /trunk/cucul/cucul.h 425 M /trunk/cucul/dither.c 426 M /trunk/cucul/import.c 427 M /trunk/cucul/legacy.c 428 M /trunk/cucul/line.c 429 M /trunk/cucul/triangle.c 430 M /trunk/src/aafire.c 431 M /trunk/src/cacademo.c 432 M /trunk/src/cacaview.c 433 M /trunk/test/blit.c 434 M /trunk/test/colors.c 435 M /trunk/test/demo.c 436 M /trunk/test/dithering.c 437 M /trunk/test/event.c 438 M /trunk/test/export.c 439 M /trunk/test/font.c 440 M /trunk/test/font2tga.c 441 M /trunk/test/frames.c 442 M /trunk/test/fullwidth.c 443 M /trunk/test/input.c 444 M /trunk/test/spritedit.c 445 M /trunk/test/transform.c 446 M /trunk/test/truecolor.c 447 M /trunk/test/unicode.c 603 r1026 | sam | 2006-11-11 16:29:39 +0000 (Sat, 11 Nov 2006) | 2 lines 448 604 449 605 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 450 606 451 607 ------------------------------------------------------------------------ 452 r1025 | sam | 2006-11-11 16:38:40 +0100 (Sat, 11 Nov 2006) | 2 lines 453 Changed paths: 454 M /trunk/cucul/canvas.c 455 M /trunk/test/Makefile.am 456 A /trunk/test/blit.c 608 r1025 | sam | 2006-11-11 15:38:40 +0000 (Sat, 11 Nov 2006) | 2 lines 457 609 458 610 * Made cucul_blit() handle-aware. Added a blit test for that. 459 611 460 612 ------------------------------------------------------------------------ 461 r1024 | sam | 2006-11-11 16:17:16 +0100 (Sat, 11 Nov 2006) | 2 lines 462 Changed paths: 463 M /trunk/test/transform.c 613 r1024 | sam | 2006-11-11 15:17:16 +0000 (Sat, 11 Nov 2006) | 2 lines 464 614 465 615 * Free all memory upon exit in the transform test. 466 616 467 617 ------------------------------------------------------------------------ 468 r1023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines 469 Changed paths: 470 M /trunk/test/transform.c 618 r1023 | sam | 2006-11-11 15:10:38 +0000 (Sat, 11 Nov 2006) | 3 lines 471 619 472 620 * Update transform.c so that it uses import functions instead of blitting … … 474 622 475 623 ------------------------------------------------------------------------ 476 r1022 | sam | 2006-11-11 15:51:04 +0100 (Sat, 11 Nov 2006) | 2 lines 477 Changed paths: 478 M /trunk/cucul/import.c 624 r1022 | sam | 2006-11-11 14:51:04 +0000 (Sat, 11 Nov 2006) | 2 lines 479 625 480 626 * Do not force the text colour when importing a text file. 481 627 482 628 ------------------------------------------------------------------------ 483 r1021 | sam | 2006-11-11 15:24:35 +0100 (Sat, 11 Nov 2006) | 2 lines 484 Changed paths: 485 M /trunk/TODO 486 M /trunk/cucul/canvas.c 487 M /trunk/cucul/cucul.c 488 M /trunk/cucul/cucul.h 489 M /trunk/cucul/cucul_internals.h 490 M /trunk/cucul/export.c 491 M /trunk/cucul/frame.c 492 M /trunk/cucul/import.c 629 r1021 | sam | 2006-11-11 14:24:35 +0000 (Sat, 11 Nov 2006) | 2 lines 493 630 494 631 * Add cursor and handle support to canvases. Unused yet. 495 632 496 633 ------------------------------------------------------------------------ 497 r1020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines 498 Changed paths: 499 M /trunk/TODO 500 M /trunk/cucul/canvas.c 501 M /trunk/cucul/frame.c 634 r1020 | sam | 2006-11-11 13:29:03 +0000 (Sat, 11 Nov 2006) | 3 lines 502 635 503 636 * Cosmetic code and documentation changes here and there. … … 505 638 506 639 ------------------------------------------------------------------------ 507 r1019 | sam | 2006-11-11 14:03:19 +0100 (Sat, 11 Nov 2006) | 2 lines 508 Changed paths: 509 M /trunk/test/frames.c 640 r1019 | sam | 2006-11-11 13:03:19 +0000 (Sat, 11 Nov 2006) | 2 lines 510 641 511 642 * Restore attribute settings before resizing the canvas in the frame test. 512 643 513 644 ------------------------------------------------------------------------ 514 r1018 | sam | 2006-11-11 14:00:36 +0100 (Sat, 11 Nov 2006) | 2 lines 515 Changed paths: 516 M /trunk/cucul/Makefile.am 517 A /trunk/cucul/frame.c (from /trunk/cucul/sprite.c:1017) 518 D /trunk/cucul/sprite.c 645 r1018 | sam | 2006-11-11 13:00:36 +0000 (Sat, 11 Nov 2006) | 2 lines 519 646 520 647 * Rename sprite.c into frame.c. 521 648 522 649 ------------------------------------------------------------------------ 523 r1017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines 524 Changed paths: 525 M /trunk/cucul/canvas.c 526 M /trunk/cucul/cucul.c 527 M /trunk/cucul/cucul_internals.h 528 M /trunk/cucul/sprite.c 650 r1017 | sam | 2006-11-11 12:57:03 +0000 (Sat, 11 Nov 2006) | 2 lines 529 651 530 652 * Prepare the way for per-frame width/height information. 531 653 532 654 ------------------------------------------------------------------------ 533 r1016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines 534 Changed paths: 535 M /trunk/cucul/cucul.c 655 r1016 | sam | 2006-11-11 12:27:37 +0000 (Sat, 11 Nov 2006) | 2 lines 536 656 537 657 * Fix minor uninitialised data bug in cucul_canvas_create(). 538 658 539 659 ------------------------------------------------------------------------ 540 r1015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines 541 Changed paths: 542 M /trunk/cucul/cucul.c 660 r1015 | sam | 2006-11-11 12:11:20 +0000 (Sat, 11 Nov 2006) | 2 lines 543 661 544 662 * Allow to resize canvases back to (0,0). 545 663 546 664 ------------------------------------------------------------------------ 547 r1014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines 548 Changed paths: 549 M /trunk/cucul/charset.c 550 M /trunk/cucul/cucul_internals.h 665 r1014 | sam | 2006-11-11 09:22:10 +0000 (Sat, 11 Nov 2006) | 4 lines 551 666 552 667 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() … … 555 670 556 671 ------------------------------------------------------------------------ 557 r1013 | sam | 2006-11-11 10:18:42 +0100 (Sat, 11 Nov 2006) | 2 lines 558 Changed paths: 559 M /trunk/cucul/cucul.c 560 M /trunk/cucul/cucul_internals.h 561 M /trunk/cucul/dither.c 672 r1013 | sam | 2006-11-11 09:18:42 +0000 (Sat, 11 Nov 2006) | 2 lines 562 673 563 674 * Got rid of very old _cucul_init_dither() function call. 564 675 565 676 ------------------------------------------------------------------------ 566 r1012 | sam | 2006-11-11 10:10:17 +0100 (Sat, 11 Nov 2006) | 3 lines 567 Changed paths: 568 M /trunk/caca/driver_conio.c 569 M /trunk/caca/driver_ncurses.c 570 M /trunk/caca/driver_slang.c 571 M /trunk/caca/driver_vga.c 572 M /trunk/cucul/attr.c 573 M /trunk/cucul/cucul.h 574 M /trunk/cucul/cucul_internals.h 677 r1012 | sam | 2006-11-11 09:10:17 +0000 (Sat, 11 Nov 2006) | 3 lines 575 678 576 679 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() … … 578 681 579 682 ------------------------------------------------------------------------ 580 r1011 | sam | 2006-11-11 09:44:14 +0100 (Sat, 11 Nov 2006) | 3 lines 581 Changed paths: 582 M /trunk/caca/driver_slang.c 583 M /trunk/caca/driver_win32.c 584 M /trunk/cucul/attr.c 585 M /trunk/cucul/export.c 683 r1011 | sam | 2006-11-11 08:44:14 +0000 (Sat, 11 Nov 2006) | 3 lines 586 684 587 685 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with … … 589 687 590 688 ------------------------------------------------------------------------ 591 r1010 | sam | 2006-11-11 09:34:41 +0100 (Sat, 11 Nov 2006) | 2 lines 592 Changed paths: 593 M /trunk/cucul/attr.c 594 M /trunk/cucul/cucul.h 689 r1010 | sam | 2006-11-11 08:34:41 +0000 (Sat, 11 Nov 2006) | 2 lines 595 690 596 691 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 597 692 598 693 ------------------------------------------------------------------------ 599 r1009 | sam | 2006-11-11 09:11:26 +0100 (Sat, 11 Nov 2006) | 4 lines 600 Changed paths: 601 M /trunk/caca/caca0.h 602 M /trunk/cucul/box.c 603 M /trunk/cucul/conic.c 604 M /trunk/cucul/cucul.h 605 M /trunk/cucul/line.c 606 M /trunk/cucul/triangle.c 607 M /trunk/src/cacademo.c 608 M /trunk/src/cacaview.c 609 M /trunk/test/demo.c 610 M /trunk/test/event.c 611 M /trunk/test/export.c 612 M /trunk/test/frames.c 613 M /trunk/test/gamma.c 614 M /trunk/test/input.c 694 r1009 | sam | 2006-11-11 08:11:26 +0000 (Sat, 11 Nov 2006) | 4 lines 615 695 616 696 * Switch back to UTF-32 arguments for drawing primitives, now that we … … 619 699 620 700 ------------------------------------------------------------------------ 621 r1008 | sam | 2006-11-11 08:56:30 +0100 (Sat, 11 Nov 2006) | 2 lines 622 Changed paths: 623 M /trunk/cucul/box.c 624 M /trunk/cucul/cucul.h 701 r1008 | sam | 2006-11-11 07:56:30 +0000 (Sat, 11 Nov 2006) | 2 lines 625 702 626 703 * Implemented cucul_draw_cp437_box(). 627 704 628 705 ------------------------------------------------------------------------ 629 r1007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines 630 Changed paths: 631 M /trunk/doc/Makefile.am 632 A /trunk/doc/cacaplay.1 633 A /trunk/doc/cacaserver.1 634 M /trunk/doc/cacaview.1 635 A /trunk/doc/img2irc.1 636 M /trunk/src/img2irc.c 706 r1007 | sam | 2006-11-10 15:38:09 +0000 (Fri, 10 Nov 2006) | 2 lines 637 707 638 708 * Wrote manual pages for img2irc, cacaplay and cacaserver. 639 709 640 710 ------------------------------------------------------------------------ 641 r1006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines 642 Changed paths: 643 M /trunk/cucul/Makefile.am 644 A /trunk/cucul/attr.c (from /trunk/cucul/colour.c:994) 645 D /trunk/cucul/colour.c 646 M /trunk/cucul/cucul.h 711 r1006 | sam | 2006-11-10 10:29:54 +0000 (Fri, 10 Nov 2006) | 2 lines 647 712 648 713 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 649 714 650 715 ------------------------------------------------------------------------ 651 r1005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines 652 Changed paths: 653 M /trunk/src/cacaserver.c 716 r1005 | sam | 2006-11-09 17:24:29 +0000 (Thu, 09 Nov 2006) | 3 lines 654 717 655 718 * Don't try to guess the file format in cacaserver, instead feed the data … … 657 720 658 721 ------------------------------------------------------------------------ 659 r1004 | sam | 2006-11-09 18:20:47 +0100 (Thu, 09 Nov 2006) | 2 lines 660 Changed paths: 661 M /trunk/cucul/import.c 722 r1004 | sam | 2006-11-09 17:20:47 +0000 (Thu, 09 Nov 2006) | 2 lines 662 723 663 724 * If not enough data is available for import, return 0 instead of an error. 664 725 665 726 ------------------------------------------------------------------------ 666 r1003 | sam | 2006-11-09 12:14:57 +0100 (Thu, 09 Nov 2006) | 2 lines 667 Changed paths: 668 M /trunk/cucul/canvas.c 669 M /trunk/cucul/import.c 727 r1003 | sam | 2006-11-09 11:14:57 +0000 (Thu, 09 Nov 2006) | 2 lines 670 728 671 729 * Minor documentation fixes. 672 730 673 731 ------------------------------------------------------------------------ 674 r1002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines 675 Changed paths: 676 M /trunk/cxx/cxxtest.cpp 732 r1002 | jylam | 2006-11-09 09:27:35 +0000 (Thu, 09 Nov 2006) | 2 lines 677 733 678 734 * Fixed behaviour of the pig while resizing window 679 735 680 736 ------------------------------------------------------------------------ 681 r1001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines 682 Changed paths: 683 M /trunk/doc/migrating.dox 737 r1001 | sam | 2006-11-08 17:27:48 +0000 (Wed, 08 Nov 2006) | 2 lines 684 738 685 739 * Slight documentation update. 686 740 687 741 ------------------------------------------------------------------------ 688 r1000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines 689 Changed paths: 690 M /trunk/src/cacadraw.c 691 M /trunk/src/cacaplay.c 692 M /trunk/src/cacaserver.c 693 M /trunk/src/img2irc.c 694 M /trunk/test/export.c 695 M /trunk/test/font2tga.c 696 M /trunk/test/import.c 697 M /trunk/test/text.c 742 r1000 | sam | 2006-11-08 17:26:57 +0000 (Wed, 08 Nov 2006) | 2 lines 698 743 699 744 * Convert all programs and tests to the new import/export API. 700 745 701 746 ------------------------------------------------------------------------ 702 r999 | sam | 2006-11-08 18:18:23 +0100 (Wed, 08 Nov 2006) | 8 lines 703 Changed paths: 704 M /trunk/cucul/cucul.h 705 M /trunk/cucul/import.c 747 r999 | sam | 2006-11-08 17:18:23 +0000 (Wed, 08 Nov 2006) | 8 lines 706 748 707 749 * Set the cucul_import_memory() buffer type to void const * instead of … … 714 756 715 757 ------------------------------------------------------------------------ 716 r998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines 717 Changed paths: 718 M /trunk/caca/caca0.c 719 M /trunk/caca/driver_raw.c 720 M /trunk/cucul/cucul.h 721 M /trunk/cucul/export.c 722 M /trunk/cucul/legacy.c 758 r998 | sam | 2006-11-08 16:43:59 +0000 (Wed, 08 Nov 2006) | 4 lines 723 759 724 760 * Renamed cucul_export() to cucul_export_memory(), paves the way for a … … 727 763 728 764 ------------------------------------------------------------------------ 729 r997 | sam | 2006-11-08 17:34:43 +0100 (Wed, 08 Nov 2006) | 3 lines 730 Changed paths: 731 M /trunk/cucul/cucul.h 732 M /trunk/cucul/import.c 733 M /trunk/cucul/legacy.c 765 r997 | sam | 2006-11-08 16:34:43 +0000 (Wed, 08 Nov 2006) | 3 lines 734 766 735 767 * Renamed cucul_import() to cucul_import_memory() and implemented … … 737 769 738 770 ------------------------------------------------------------------------ 739 r996 | sam | 2006-11-08 14:12:06 +0100 (Wed, 08 Nov 2006) | 2 lines 740 Changed paths: 741 M /trunk/common.h 771 r996 | sam | 2006-11-08 13:12:06 +0000 (Wed, 08 Nov 2006) | 2 lines 742 772 743 773 * Don't try to include arpa/inet.h in kernel mode. 744 774 745 775 ------------------------------------------------------------------------ 746 r995 | sam | 2006-11-08 14:05:42 +0100 (Wed, 08 Nov 2006) | 2 lines 747 Changed paths: 748 M /trunk/common.h 749 M /trunk/cucul/font.c 750 M /trunk/cucul/import.c 776 r995 | sam | 2006-11-08 13:05:42 +0000 (Wed, 08 Nov 2006) | 2 lines 751 777 752 778 * Don't use htonl() directly, use common.h's hton32() wrapper. 753 779 754 780 ------------------------------------------------------------------------ 755 r994 | sam | 2006-11-08 13:11:07 +0100 (Wed, 08 Nov 2006) | 2 lines 756 Changed paths: 757 M /trunk/cucul/Makefile.am 758 D /trunk/cucul/buffer.c 759 M /trunk/cucul/colour.c 760 M /trunk/cucul/cucul.h 761 M /trunk/cucul/export.c 762 M /trunk/cucul/import.c 763 A /trunk/cucul/legacy.c (from /trunk/cucul/buffer.c:993) 781 r994 | sam | 2006-11-08 12:11:07 +0000 (Wed, 08 Nov 2006) | 2 lines 764 782 765 783 * Deprecate buffer management. We're back to standard void* memory areas. 766 784 767 785 ------------------------------------------------------------------------ 768 r993 | sam | 2006-11-08 08:59:23 +0100 (Wed, 08 Nov 2006) | 2 lines 769 Changed paths: 770 M /trunk/cucul/buffer.c 786 r993 | sam | 2006-11-08 07:59:23 +0000 (Wed, 08 Nov 2006) | 2 lines 771 787 772 788 * Minor syntax fix in the doxygen documentation. 773 789 774 790 ------------------------------------------------------------------------ 775 r992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines 776 Changed paths: 777 M /trunk/src/Makefile.am 778 M /trunk/src/cacaserver.c 791 r992 | sam | 2006-11-08 07:58:03 +0000 (Wed, 08 Nov 2006) | 2 lines 779 792 780 793 * Do not link cacaserver with libcaca, it only uses libcucul. 781 794 782 795 ------------------------------------------------------------------------ 783 r991 | sam | 2006-11-06 12:06:44 +0100 (Mon, 06 Nov 2006) | 2 lines 784 Changed paths: 785 M /trunk/doc/tutorial.dox 796 r991 | sam | 2006-11-06 11:06:44 +0000 (Mon, 06 Nov 2006) | 2 lines 786 797 787 798 * Replace CUCUL_COLOR_* with CUCUL_*. 788 799 789 800 ------------------------------------------------------------------------ 790 r990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines 791 Changed paths: 792 M /trunk/test/font2tga.c 801 r990 | sam | 2006-11-06 11:04:37 +0000 (Mon, 06 Nov 2006) | 2 lines 793 802 794 803 * Use cucul_get_font_blocks() instead of hardcoding the glyph list. 795 804 796 805 ------------------------------------------------------------------------ 797 r989 | sam | 2006-11-06 00:59:06 +0100 (Mon, 06 Nov 2006) | 2 lines 798 Changed paths: 799 M /trunk/caca/caca0.c 806 r989 | sam | 2006-11-05 23:59:06 +0000 (Sun, 05 Nov 2006) | 2 lines 800 807 801 808 * Fix a harmless warning in caca0.c. 802 809 803 810 ------------------------------------------------------------------------ 804 r987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines 805 Changed paths: 806 M /trunk/ChangeLog 807 M /trunk/NEWS 808 M /trunk/configure.ac 811 r987 | sam | 2006-11-05 22:51:04 +0000 (Sun, 05 Nov 2006) | 3 lines 809 812 810 813 * Set version to 0.99.beta9. … … 812 815 813 816 ------------------------------------------------------------------------ 814 r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines 815 Changed paths: 816 M /trunk/TODO 817 r986 | sam | 2006-11-05 22:45:10 +0000 (Sun, 05 Nov 2006) | 2 lines 817 818 818 819 * Updated TODO list. 819 820 820 821 ------------------------------------------------------------------------ 821 r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines 822 Changed paths: 823 M /trunk/cucul/export.c 824 M /trunk/cucul/import.c 825 M /trunk/src/cacaserver.c 822 r985 | sam | 2006-11-05 22:20:51 +0000 (Sun, 05 Nov 2006) | 6 lines 826 823 827 824 * Updated the caca export format so that it supports multiple frames. … … 832 829 833 830 ------------------------------------------------------------------------ 834 r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines 835 Changed paths: 836 M /trunk/cxx 837 M /trunk/cxx/cxxtest.cpp 831 r984 | sam | 2006-11-05 21:59:26 +0000 (Sun, 05 Nov 2006) | 2 lines 838 832 839 833 * Use the import function to load the pig image in cxxtest. 840 834 841 835 ------------------------------------------------------------------------ 842 r983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines 843 Changed paths: 844 M /trunk/cucul/font.c 836 r983 | sam | 2006-11-05 21:47:51 +0000 (Sun, 05 Nov 2006) | 2 lines 845 837 846 838 * Add information to the font format. 847 839 848 840 ------------------------------------------------------------------------ 849 r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines 850 Changed paths: 851 M /trunk/doc/tutorial.dox 841 r982 | jylam | 2006-11-05 18:31:45 +0000 (Sun, 05 Nov 2006) | 2 lines 852 842 853 843 * Fixed typo, added compilation example 854 844 855 845 ------------------------------------------------------------------------ 856 r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines 857 Changed paths: 858 M /trunk/doc/tutorial.dox 846 r981 | jylam | 2006-11-05 18:14:26 +0000 (Sun, 05 Nov 2006) | 2 lines 859 847 860 848 * Started a real and complete tutorial 861 849 862 850 ------------------------------------------------------------------------ 863 r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines 864 Changed paths: 865 M /trunk/cxx/cucul++.h 851 r980 | sam | 2006-11-05 18:08:36 +0000 (Sun, 05 Nov 2006) | 2 lines 866 852 867 853 * Oops, fixed getChar's prototype. 868 854 869 855 ------------------------------------------------------------------------ 870 r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines 871 Changed paths: 872 M /trunk/cxx/cucul++.cpp 873 M /trunk/cxx/cucul++.h 856 r979 | sam | 2006-11-05 18:06:09 +0000 (Sun, 05 Nov 2006) | 2 lines 874 857 875 858 * Implemented putChar() and updated getChar()'s prototype. 876 859 877 860 ------------------------------------------------------------------------ 878 r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines 879 Changed paths: 880 M /trunk/cxx/cucul++.cpp 861 r978 | sam | 2006-11-05 18:00:53 +0000 (Sun, 05 Nov 2006) | 2 lines 881 862 882 863 * Don't crash if Blit()'s second canvas argument is NULL (which is valid). 883 864 884 865 ------------------------------------------------------------------------ 885 r977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines 886 Changed paths: 887 M /trunk/cxx/cxxtest.cpp 866 r977 | jylam | 2006-11-05 17:27:37 +0000 (Sun, 05 Nov 2006) | 2 lines 888 867 889 868 * Fixed c++ example 890 869 891 870 ------------------------------------------------------------------------ 892 r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines 893 Changed paths: 894 M /trunk/cucul/cucul.c 871 r976 | sam | 2006-11-05 16:58:58 +0000 (Sun, 05 Nov 2006) | 2 lines 895 872 896 873 * Fix the default canvas colour value. 897 874 898 875 ------------------------------------------------------------------------ 899 r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines 900 Changed paths: 901 M /trunk/cucul/cucul.h 876 r975 | sam | 2006-11-05 16:56:49 +0000 (Sun, 05 Nov 2006) | 2 lines 902 877 903 878 * Remove legacy cucul_ansi_to_str() from cucul.h. 904 879 905 880 ------------------------------------------------------------------------ 906 r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines 907 Changed paths: 908 M /trunk/cucul/font.c 909 M /trunk/cucul/font_mono9.h 910 M /trunk/cucul/font_monobold12.h 911 M /trunk/tools/makefont.c 881 r974 | sam | 2006-10-31 17:03:21 +0000 (Tue, 31 Oct 2006) | 3 lines 912 882 913 883 * Slightly changed the font header information. No one distributes libcaca … … 915 885 916 886 ------------------------------------------------------------------------ 917 r973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines 918 Changed paths: 919 M /trunk/cucul/colour.c 887 r973 | sam | 2006-10-31 14:34:06 +0000 (Tue, 31 Oct 2006) | 2 lines 920 888 921 889 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. 922 890 923 891 ------------------------------------------------------------------------ 924 r972 | sam | 2006-10-31 15:04:22 +0100 (Tue, 31 Oct 2006) | 4 lines 925 Changed paths: 926 M /trunk/caca/caca0.c 927 M /trunk/caca/caca0.h 928 M /trunk/cucul/cucul.c 929 M /trunk/cucul/cucul.h 930 M /trunk/cxx/cucul++.cpp 931 M /trunk/cxx/cucul++.h 932 M /trunk/cxx/cxxtest.cpp 933 M /trunk/doc/migrating.dox 934 M /trunk/doc/tutorial.dox 935 M /trunk/test/colors.c 936 M /trunk/test/demo.c 892 r972 | sam | 2006-10-31 14:04:22 +0000 (Tue, 31 Oct 2006) | 4 lines 937 893 938 894 * Got rid of cucul_ansi_to_str(), it's really useless. … … 941 897 942 898 ------------------------------------------------------------------------ 943 r971 | sam | 2006-10-31 14:44:41 +0100 (Tue, 31 Oct 2006) | 2 lines 944 Changed paths: 945 D /trunk/cxx/cpptest.cpp 946 R /trunk/cxx/cxxtest.cpp (from /trunk/cxx/cpptest.cpp:960) 899 r971 | sam | 2006-10-31 13:44:41 +0000 (Tue, 31 Oct 2006) | 2 lines 947 900 948 901 * Properly rename cxxtest.cpp to cpptest.cpp to preserve history. 949 902 950 903 ------------------------------------------------------------------------ 951 r970 | sam | 2006-10-31 14:29:48 +0100 (Tue, 31 Oct 2006) | 5 lines 952 Changed paths: 953 M /trunk/caca/caca0.h 954 M /trunk/caca/driver_gl.c 955 M /trunk/cucul/colour.c 956 M /trunk/cucul/cucul.c 957 M /trunk/cucul/cucul.h 958 M /trunk/cucul/dither.c 959 M /trunk/cucul/import.c 960 M /trunk/src/aafire.c 961 M /trunk/src/cacademo.c 962 M /trunk/src/cacadraw.c 963 M /trunk/src/cacaview.c 964 M /trunk/src/img2irc.c 965 M /trunk/test/colors.c 966 M /trunk/test/demo.c 967 M /trunk/test/dithering.c 968 M /trunk/test/event.c 969 M /trunk/test/export.c 970 M /trunk/test/font.c 971 M /trunk/test/font2tga.c 972 M /trunk/test/frames.c 973 M /trunk/test/fullwidth.c 974 M /trunk/test/gamma.c 975 M /trunk/test/input.c 976 M /trunk/test/spritedit.c 977 M /trunk/test/transform.c 978 M /trunk/test/truecolor.c 979 M /trunk/test/unicode.c 904 r970 | sam | 2006-10-31 13:29:48 +0000 (Tue, 31 Oct 2006) | 5 lines 980 905 981 906 * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored … … 985 910 986 911 ------------------------------------------------------------------------ 987 r969 | sam | 2006-10-31 09:17:58 +0100 (Tue, 31 Oct 2006) | 3 lines 988 Changed paths: 989 M /trunk/cucul/colour.c 990 M /trunk/cucul/export.c 991 M /trunk/test/colors.c 992 M /trunk/test/export.c 912 r969 | sam | 2006-10-31 08:17:58 +0000 (Tue, 31 Oct 2006) | 3 lines 993 913 994 914 * Changed cucul_set_attr() so that only setting the style does not change … … 996 916 997 917 ------------------------------------------------------------------------ 998 r968 | sam | 2006-10-30 17:37:36 +0100 (Mon, 30 Oct 2006) | 3 lines 999 Changed paths: 1000 M /trunk/caca/driver_x11.c 1001 M /trunk/cucul/export.c 918 r968 | sam | 2006-10-30 16:37:36 +0000 (Mon, 30 Oct 2006) | 3 lines 1002 919 1003 920 * Blink/Underline/Bold/Italics support in the HTML exporters. … … 1005 922 1006 923 ------------------------------------------------------------------------ 1007 r967 | sam | 2006-10-30 15:41:16 +0100 (Mon, 30 Oct 2006) | 2 lines 1008 Changed paths: 1009 M /trunk/test/colors.c 1010 M /trunk/test/export.c 924 r967 | sam | 2006-10-30 14:41:16 +0000 (Mon, 30 Oct 2006) | 2 lines 1011 925 1012 926 * Add Bold/Blink/Italics/Underline to the export and color tests. 1013 927 1014 928 ------------------------------------------------------------------------ 1015 r966 | sam | 2006-10-30 15:33:46 +0100 (Mon, 30 Oct 2006) | 2 lines 1016 Changed paths: 1017 M /trunk/cucul/export.c 929 r966 | sam | 2006-10-30 14:33:46 +0000 (Mon, 30 Oct 2006) | 2 lines 1018 930 1019 931 * Fix IRC and term transparency (again). 1020 932 1021 933 ------------------------------------------------------------------------ 1022 r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines 1023 Changed paths: 1024 M /trunk/TODO 934 r965 | sam | 2006-10-30 13:51:25 +0000 (Mon, 30 Oct 2006) | 2 lines 1025 935 1026 936 * Updated TODO list. 1027 937 1028 938 ------------------------------------------------------------------------ 1029 r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines 1030 Changed paths: 1031 M /trunk/cucul/colour.c 1032 M /trunk/cucul/cucul.h 939 r962 | sam | 2006-10-29 22:07:07 +0000 (Sun, 29 Oct 2006) | 3 lines 1033 940 1034 941 * Add back cucul_set_color() and cucul_set_truecolor() but mark them as … … 1036 943 1037 944 ------------------------------------------------------------------------ 1038 r961 | sam | 2006-10-29 21:54:51 +0100 (Sun, 29 Oct 2006) | 5 lines 1039 Changed paths: 1040 M /trunk/caca/caca0.c 1041 M /trunk/caca/caca0.h 1042 M /trunk/caca/driver_gl.c 1043 M /trunk/caca/driver_slang.c 1044 M /trunk/cucul/colour.c 1045 M /trunk/cucul/cucul.c 1046 M /trunk/cucul/cucul.h 1047 M /trunk/cucul/dither.c 1048 M /trunk/cucul/export.c 1049 M /trunk/cucul/import.c 1050 M /trunk/cucul/sprite.c 1051 M /trunk/src/aafire.c 1052 M /trunk/src/cacademo.c 1053 M /trunk/src/cacadraw.c 1054 M /trunk/src/cacaview.c 1055 M /trunk/src/img2irc.c 1056 M /trunk/test/colors.c 1057 M /trunk/test/demo.c 1058 M /trunk/test/dithering.c 1059 M /trunk/test/event.c 1060 M /trunk/test/export.c 1061 M /trunk/test/font.c 1062 M /trunk/test/font2tga.c 1063 M /trunk/test/frames.c 1064 M /trunk/test/fullwidth.c 1065 M /trunk/test/gamma.c 1066 M /trunk/test/input.c 1067 M /trunk/test/spritedit.c 1068 M /trunk/test/transform.c 1069 M /trunk/test/truecolor.c 1070 M /trunk/test/unicode.c 1071 M /trunk/tools/optipal.c 945 r961 | sam | 2006-10-29 20:54:51 +0000 (Sun, 29 Oct 2006) | 5 lines 1072 946 1073 947 * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the … … 1077 951 1078 952 ------------------------------------------------------------------------ 1079 r960 | sam | 2006-10-29 09:35:46 +0100 (Sun, 29 Oct 2006) | 4 lines 1080 Changed paths: 1081 M /trunk/caca/driver_gl.c 1082 M /trunk/cucul/colour.c 1083 M /trunk/cucul/cucul.h 1084 M /trunk/cucul/dither.c 1085 M /trunk/cucul/import.c 1086 M /trunk/cucul/sprite.c 1087 M /trunk/src/aafire.c 1088 M /trunk/src/cacademo.c 1089 M /trunk/src/cacadraw.c 1090 M /trunk/src/cacaview.c 1091 M /trunk/src/img2irc.c 1092 M /trunk/test/colors.c 1093 M /trunk/test/demo.c 1094 M /trunk/test/dithering.c 1095 M /trunk/test/event.c 1096 M /trunk/test/export.c 1097 M /trunk/test/font.c 1098 M /trunk/test/font2tga.c 1099 M /trunk/test/frames.c 1100 M /trunk/test/fullwidth.c 1101 M /trunk/test/gamma.c 1102 M /trunk/test/input.c 1103 M /trunk/test/spritedit.c 1104 M /trunk/test/transform.c 1105 M /trunk/test/truecolor.c 1106 M /trunk/test/unicode.c 953 r960 | sam | 2006-10-29 08:35:46 +0000 (Sun, 29 Oct 2006) | 4 lines 1107 954 1108 955 * Remove cucul_set_color() from the exported API and replaced all calls … … 1111 958 1112 959 ------------------------------------------------------------------------ 1113 r959 | sam | 2006-10-29 09:06:27 +0100 (Sun, 29 Oct 2006) | 2 lines 1114 Changed paths: 1115 M /trunk/configure.ac 1116 M /trunk/src/cacaview.c 1117 M /trunk/src/common-image.c 960 r959 | sam | 2006-10-29 08:06:27 +0000 (Sun, 29 Oct 2006) | 2 lines 1118 961 1119 962 * Fix broken Imlib2 support in cacaview. 1120 963 1121 964 ------------------------------------------------------------------------ 1122 r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines 1123 Changed paths: 1124 M /trunk/caca/caca0.h 1125 M /trunk/caca/driver_conio.c 1126 M /trunk/caca/driver_gl.c 1127 M /trunk/caca/driver_ncurses.c 1128 M /trunk/caca/driver_slang.c 1129 M /trunk/caca/driver_vga.c 1130 M /trunk/caca/driver_win32.c 1131 M /trunk/caca/driver_x11.c 1132 M /trunk/cucul/canvas.c 1133 M /trunk/cucul/colour.c 1134 M /trunk/cucul/cucul.c 1135 M /trunk/cucul/cucul.h 1136 M /trunk/cucul/cucul_internals.h 1137 M /trunk/cucul/export.c 1138 M /trunk/cucul/font.c 1139 M /trunk/cucul/import.c 1140 M /trunk/cucul/sprite.c 1141 M /trunk/cucul/transform.c 965 r958 | sam | 2006-10-28 23:53:46 +0000 (Sat, 28 Oct 2006) | 6 lines 1142 966 1143 967 * Use the LSB of alpha and blue components to encode additional flags such … … 1148 972 1149 973 ------------------------------------------------------------------------ 1150 r957 | sam | 2006-10-27 22:40:24 +0200 (Fri, 27 Oct 2006) | 2 lines 1151 Changed paths: 1152 M /trunk/cucul/buffer.c 974 r957 | sam | 2006-10-27 20:40:24 +0000 (Fri, 27 Oct 2006) | 2 lines 1153 975 1154 976 * Reworded documentation about buffer/string distinction. 1155 977 1156 978 ------------------------------------------------------------------------ 1157 r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines 1158 Changed paths: 1159 M /trunk/cucul/import.c 979 r956 | sam | 2006-10-27 20:22:48 +0000 (Fri, 27 Oct 2006) | 2 lines 1160 980 1161 981 * Fix a buffer overflow in the utf-8 cucul_import(). 1162 982 1163 983 ------------------------------------------------------------------------ 1164 r955 | jylam | 2006-10-27 22:18:23 +0200 (Fri, 27 Oct 2006) | 2 lines 1165 Changed paths: 1166 M /trunk/cucul/buffer.c 984 r955 | jylam | 2006-10-27 20:18:23 +0000 (Fri, 27 Oct 2006) | 2 lines 1167 985 1168 986 * Documentation a bit clearer while importing a string into a buffer 1169 987 1170 988 ------------------------------------------------------------------------ 1171 r954 | jylam | 2006-10-27 21:26:35 +0200 (Fri, 27 Oct 2006) | 2 lines 1172 Changed paths: 1173 M /trunk/DotNet/test.cs 1174 M /trunk/cucul/import.c 989 r954 | jylam | 2006-10-27 19:26:35 +0000 (Fri, 27 Oct 2006) | 2 lines 1175 990 1176 991 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. 1177 992 1178 993 ------------------------------------------------------------------------ 1179 r953 | sam | 2006-10-26 11:24:29 +0200 (Thu, 26 Oct 2006) | 3 lines 1180 Changed paths: 1181 M /trunk/cucul/export.c 994 r953 | sam | 2006-10-26 09:24:29 +0000 (Thu, 26 Oct 2006) | 3 lines 1182 995 1183 996 * Put at least one space in empty IRC lines otherwise most clients won't … … 1185 998 1186 999 ------------------------------------------------------------------------ 1187 r952 | sam | 2006-10-26 11:17:21 +0200 (Thu, 26 Oct 2006) | 2 lines 1188 Changed paths: 1189 M /trunk/cucul/import.c 1000 r952 | sam | 2006-10-26 09:17:21 +0000 (Thu, 26 Oct 2006) | 2 lines 1190 1001 1191 1002 * Allow to import empty files or files with only empty lines. 1192 1003 1193 1004 ------------------------------------------------------------------------ 1194 r951 | sam | 2006-10-26 11:04:55 +0200 (Thu, 26 Oct 2006) | 2 lines 1195 Changed paths: 1196 M /trunk/cucul/export.c 1005 r951 | sam | 2006-10-26 09:04:55 +0000 (Thu, 26 Oct 2006) | 2 lines 1197 1006 1198 1007 * Support export of zero-sized canvases. 1199 1008 1200 1009 ------------------------------------------------------------------------ 1201 r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines 1202 Changed paths: 1203 M /trunk/cucul/import.c 1010 r950 | sam | 2006-10-26 08:47:39 +0000 (Thu, 26 Oct 2006) | 2 lines 1204 1011 1205 1012 * Fix a buffer overflow in the import format autodetection code. 1206 1013 1207 1014 ------------------------------------------------------------------------ 1208 r949 | sam | 2006-10-26 10:45:18 +0200 (Thu, 26 Oct 2006) | 2 lines 1209 Changed paths: 1210 M /trunk/cucul/import.c 1015 r949 | sam | 2006-10-26 08:45:18 +0000 (Thu, 26 Oct 2006) | 2 lines 1211 1016 1212 1017 * Allow to import zero-sized canvases. 1213 1018 1214 1019 ------------------------------------------------------------------------ 1215 r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines 1216 Changed paths: 1217 M /trunk/doc/user.dox 1020 r948 | sam | 2006-10-26 08:17:41 +0000 (Thu, 26 Oct 2006) | 2 lines 1218 1021 1219 1022 * CACA_GEOMETRY works with the raw driver. 1220 1023 1221 1024 ------------------------------------------------------------------------ 1222 r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines 1223 Changed paths: 1224 M /trunk/caca/driver_gl.c 1225 M /trunk/caca/driver_raw.c 1226 M /trunk/caca/driver_win32.c 1227 M /trunk/caca/driver_x11.c 1228 M /trunk/cucul/cucul.c 1025 r947 | sam | 2006-10-26 08:16:43 +0000 (Thu, 26 Oct 2006) | 3 lines 1229 1026 1230 1027 * Allow to create the initial canvas with a zero size. Either the application … … 1232 1029 1233 1030 ------------------------------------------------------------------------ 1234 r946 | sam | 2006-10-26 10:11:39 +0200 (Thu, 26 Oct 2006) | 2 lines 1235 Changed paths: 1236 M /trunk/test/frames.c 1031 r946 | sam | 2006-10-26 08:11:39 +0000 (Thu, 26 Oct 2006) | 2 lines 1237 1032 1238 1033 * Minor changes to the frames test. 1239 1034 1240 1035 ------------------------------------------------------------------------ 1241 r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines 1242 Changed paths: 1243 M /trunk/caca/event.c 1244 M /trunk/caca/graphics.c 1245 M /trunk/cucul/buffer.c 1246 M /trunk/cucul/canvas.c 1247 M /trunk/cucul/charset.c 1248 M /trunk/cucul/colour.c 1249 M /trunk/cucul/cucul.c 1250 M /trunk/cucul/import.c 1251 M /trunk/cucul/sprite.c 1252 M /trunk/cucul/transform.c 1036 r945 | sam | 2006-10-25 22:06:21 +0000 (Wed, 25 Oct 2006) | 3 lines 1253 1037 1254 1038 * Removed "This function..." constructs from documentation. Fixed a few … … 1256 1040 1257 1041 ------------------------------------------------------------------------ 1258 r944 | sam | 2006-10-26 00:04:31 +0200 (Thu, 26 Oct 2006) | 2 lines 1259 Changed paths: 1260 M /trunk/cucul/transform.c 1042 r944 | sam | 2006-10-25 22:04:31 +0000 (Wed, 25 Oct 2006) | 2 lines 1261 1043 1262 1044 * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. 1263 1045 1264 1046 ------------------------------------------------------------------------ 1265 r943 | sam | 2006-10-26 00:01:38 +0200 (Thu, 26 Oct 2006) | 2 lines 1266 Changed paths: 1267 M /trunk/cucul/export.c 1047 r943 | sam | 2006-10-25 22:01:38 +0000 (Wed, 25 Oct 2006) | 2 lines 1268 1048 1269 1049 * Do not output \r in the UTF-8 exporter. 1270 1050 1271 1051 ------------------------------------------------------------------------ 1272 r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines 1273 Changed paths: 1274 M /trunk/doc/cacafire.1 1275 M /trunk/src/cacademo.c 1052 r942 | sam | 2006-10-24 07:07:47 +0000 (Tue, 24 Oct 2006) | 2 lines 1276 1053 1277 1054 * Use enter as the transition key. 1278 1055 1279 1056 ------------------------------------------------------------------------ 1280 r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines 1281 Changed paths: 1282 M /trunk/ChangeLog 1283 M /trunk/NEWS 1284 M /trunk/configure.ac 1057 r941 | sam | 2006-10-22 21:24:15 +0000 (Sun, 22 Oct 2006) | 3 lines 1285 1058 1286 1059 * Set version to 0.99.beta8. … … 1288 1061 1289 1062 ------------------------------------------------------------------------ 1290 r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines 1291 Changed paths: 1292 M /trunk/cucul/canvas.c 1293 M /trunk/cucul/transform.c 1294 M /trunk/test/fullwidth.c 1063 r940 | sam | 2006-10-22 21:13:32 +0000 (Sun, 22 Oct 2006) | 4 lines 1295 1064 1296 1065 * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support … … 1299 1068 1300 1069 ------------------------------------------------------------------------ 1301 r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines 1302 Changed paths: 1303 M /trunk/cucul/transform.c 1070 r939 | sam | 2006-10-22 20:31:10 +0000 (Sun, 22 Oct 2006) | 3 lines 1304 1071 1305 1072 * Added block drawing glyphs to the flip/flop/rotate functions. … … 1307 1074 1308 1075 ------------------------------------------------------------------------ 1309 r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines 1310 Changed paths: 1311 M /trunk/test/transform.c 1076 r938 | sam | 2006-10-22 19:53:48 +0000 (Sun, 22 Oct 2006) | 2 lines 1312 1077 1313 1078 * Add fullwidth characters to the transform test. 1314 1079 1315 1080 ------------------------------------------------------------------------ 1316 r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines 1317 Changed paths: 1318 M /trunk/cucul/canvas.c 1319 M /trunk/cucul/export.c 1081 r937 | sam | 2006-10-22 17:40:55 +0000 (Sun, 22 Oct 2006) | 3 lines 1320 1082 1321 1083 * Updated documentation of fullwidth-aware functions. … … 1323 1085 1324 1086 ------------------------------------------------------------------------ 1325 r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines 1326 Changed paths: 1327 M /trunk/test/export.c 1087 r936 | sam | 2006-10-22 17:19:58 +0000 (Sun, 22 Oct 2006) | 2 lines 1328 1088 1329 1089 * Add a test for fullwidth characters to the exporter test. 1330 1090 1331 1091 ------------------------------------------------------------------------ 1332 r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines 1333 Changed paths: 1334 M /trunk/cucul/import.c 1092 r935 | sam | 2006-10-22 16:49:54 +0000 (Sun, 22 Oct 2006) | 2 lines 1335 1093 1336 1094 * Support for fullwidth glyphs in the UTF-8 importer. 1337 1095 1338 1096 ------------------------------------------------------------------------ 1339 r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines 1340 Changed paths: 1341 M /trunk/caca/driver_conio.c 1342 M /trunk/caca/driver_gl.c 1343 M /trunk/caca/driver_ncurses.c 1344 M /trunk/caca/driver_slang.c 1345 M /trunk/caca/driver_vga.c 1346 M /trunk/caca/driver_win32.c 1347 M /trunk/caca/driver_x11.c 1348 M /trunk/cucul/canvas.c 1349 M /trunk/cucul/cucul.h 1350 M /trunk/cucul/cucul_internals.h 1097 r934 | sam | 2006-10-22 16:35:25 +0000 (Sun, 22 Oct 2006) | 2 lines 1351 1098 1352 1099 * Support for fullwidth glyphs in the libcaca output drivers. 1353 1100 1354 1101 ------------------------------------------------------------------------ 1355 r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines 1356 Changed paths: 1357 M /trunk/test/fullwidth.c 1102 r933 | sam | 2006-10-22 16:16:15 +0000 (Sun, 22 Oct 2006) | 2 lines 1358 1103 1359 1104 * Use 0xCACA as the test character. Ahaha. Caca. Got it? 1360 1105 1361 1106 ------------------------------------------------------------------------ 1362 r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines 1363 Changed paths: 1364 M /trunk/test 1365 M /trunk/test/Makefile.am 1366 A /trunk/test/fullwidth.c 1367 M /trunk/test/unicode.c 1107 r932 | sam | 2006-10-22 15:03:22 +0000 (Sun, 22 Oct 2006) | 3 lines 1368 1108 1369 1109 * Fix the Unicode test. … … 1371 1111 1372 1112 ------------------------------------------------------------------------ 1373 r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines 1374 Changed paths: 1375 M /trunk/cucul/canvas.c 1376 M /trunk/cucul/cucul_internals.h 1113 r931 | sam | 2006-10-22 15:01:04 +0000 (Sun, 22 Oct 2006) | 2 lines 1377 1114 1378 1115 * Support for fullwidth (= double width) Unicode characters. 1379 1116 1380 1117 ------------------------------------------------------------------------ 1381 r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines 1382 Changed paths: 1383 M /trunk/doc/libcaca.dox 1118 r930 | sam | 2006-10-22 14:40:50 +0000 (Sun, 22 Oct 2006) | 2 lines 1384 1119 1385 1120 * Minor changes to the documentation front page. 1386 1121 1387 1122 ------------------------------------------------------------------------ 1388 r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines 1389 Changed paths: 1390 M /trunk/cxx/Makefile.am 1391 M /trunk/src/Makefile.am 1392 M /trunk/test/Makefile.am 1393 M /trunk/tools/Makefile.am 1123 r929 | sam | 2006-10-20 16:19:41 +0000 (Fri, 20 Oct 2006) | 2 lines 1394 1124 1395 1125 * Do not link binaries with @CACA_LIBS@, it's useless. 1396 1126 1397 1127 ------------------------------------------------------------------------ 1398 r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines 1399 Changed paths: 1400 M /trunk/cucul/charset.c 1401 M /trunk/cucul/cucul.h 1128 r928 | sam | 2006-10-20 16:17:12 +0000 (Fri, 20 Oct 2006) | 2 lines 1402 1129 1403 1130 * Implemented cucul_utf32_is_fullwidth(). 1404 1131 1405 1132 ------------------------------------------------------------------------ 1406 r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines 1407 Changed paths: 1408 M /trunk/TODO 1133 r927 | sam | 2006-10-19 23:17:33 +0000 (Thu, 19 Oct 2006) | 2 lines 1409 1134 1410 1135 * Slightly updated TODO list. 1411 1136 1412 1137 ------------------------------------------------------------------------ 1413 r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines 1414 Changed paths: 1415 M /trunk/caca/Makefile.am 1416 M /trunk/caca/caca.c 1417 M /trunk/caca/caca_internals.h 1418 M /trunk/configure.ac 1138 r926 | sam | 2006-10-19 22:43:17 +0000 (Thu, 19 Oct 2006) | 3 lines 1419 1139 1420 1140 * Added a --enable-plugins configure flag that builds the GL and X11 drivers … … 1422 1142 1423 1143 ------------------------------------------------------------------------ 1424 r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines 1425 Changed paths: 1426 M /trunk/configure.ac 1144 r925 | sam | 2006-10-19 21:21:00 +0000 (Thu, 19 Oct 2006) | 2 lines 1427 1145 1428 1146 * Add checks for getopt / getopt_long. 1429 1147 1430 1148 ------------------------------------------------------------------------ 1431 r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines 1432 Changed paths: 1433 M /trunk/cxx/cucul++.h 1149 r924 | sam | 2006-10-14 22:11:33 +0000 (Sat, 14 Oct 2006) | 2 lines 1434 1150 1435 1151 * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck. 1436 1152 1437 1153 ------------------------------------------------------------------------ 1438 r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines 1439 Changed paths: 1440 M /trunk/configure.ac 1441 M /trunk/src/Makefile.am 1154 r923 | sam | 2006-10-12 09:33:49 +0000 (Thu, 12 Oct 2006) | 2 lines 1442 1155 1443 1156 * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux. 1444 1157 1445 1158 ------------------------------------------------------------------------ 1446 r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines 1447 Changed paths: 1448 M /trunk/cucul/export.c 1159 r922 | sam | 2006-10-06 10:12:52 +0000 (Fri, 06 Oct 2006) | 3 lines 1449 1160 1450 1161 * Fixed a bug in the IRC exporter that could break the output when there … … 1452 1163 1453 1164 ------------------------------------------------------------------------ 1454 r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines 1455 Changed paths: 1456 M /trunk/ChangeLog 1457 M /trunk/NEWS 1458 M /trunk/configure.ac 1165 r920 | sam | 2006-10-04 12:11:16 +0000 (Wed, 04 Oct 2006) | 3 lines 1459 1166 1460 1167 * Set version to 0.99.beta7. … … 1462 1169 1463 1170 ------------------------------------------------------------------------ 1464 r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines 1465 Changed paths: 1466 M /trunk/cucul/export.c 1171 r917 | sam | 2006-10-01 12:50:43 +0000 (Sun, 01 Oct 2006) | 2 lines 1467 1172 1468 1173 * Support transparency in the colour UTF-8 exporter. 1469 1174 1470 1175 ------------------------------------------------------------------------ 1471 r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines 1472 Changed paths: 1473 M /trunk/cucul/triangle.c 1176 r916 | sam | 2006-10-01 12:23:30 +0000 (Sun, 01 Oct 2006) | 2 lines 1474 1177 1475 1178 * Better precision in cucul_fill_triangle(). 1476 1179 1477 1180 ------------------------------------------------------------------------ 1478 r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines 1479 Changed paths: 1480 M /trunk/cucul/triangle.c 1181 r915 | sam | 2006-10-01 11:53:35 +0000 (Sun, 01 Oct 2006) | 2 lines 1481 1182 1482 1183 * More optimisations in cucul_fill_triangle(). 1483 1184 1484 1185 ------------------------------------------------------------------------ 1485 r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines 1486 Changed paths: 1487 M /trunk/cucul/triangle.c 1186 r914 | sam | 2006-10-01 10:47:41 +0000 (Sun, 01 Oct 2006) | 2 lines 1488 1187 1489 1188 * Optimised triangle rasteriser. Thanks to Jylam for the hints. 1490 1189 1491 1190 ------------------------------------------------------------------------ 1492 r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines 1493 Changed paths: 1494 M /trunk/cucul/import.c 1191 r913 | sam | 2006-10-01 08:53:41 +0000 (Sun, 01 Oct 2006) | 2 lines 1495 1192 1496 1193 * Set default background to transparent in the ANSI and UTF-8 importers. 1497 1194 1498 1195 ------------------------------------------------------------------------ 1499 r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines 1500 Changed paths: 1501 M /trunk/cxx/Makefile.am 1502 M /trunk/cxx/cucul++.cpp 1503 M /trunk/cxx/cucul++.h 1504 A /trunk/cxx/cxxtest.cpp 1196 r901 | jylam | 2006-09-30 18:56:23 +0000 (Sat, 30 Sep 2006) | 9 lines 1505 1197 1506 1198 * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. … … 1514 1206 1515 1207 ------------------------------------------------------------------------ 1516 r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines 1517 Changed paths: 1518 M /trunk/ChangeLog 1519 M /trunk/NEWS 1208 r900 | sam | 2006-09-30 18:35:50 +0000 (Sat, 30 Sep 2006) | 2 lines 1520 1209 1521 1210 * Updated NEWS and ChangeLog. 1522 1211 1523 1212 ------------------------------------------------------------------------ 1524 r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines 1525 Changed paths: 1526 M /trunk/configure.ac 1213 r899 | sam | 2006-09-30 18:25:41 +0000 (Sat, 30 Sep 2006) | 2 lines 1527 1214 1528 1215 * Set version to 0.99.beta6. 1529 1216 1530 1217 ------------------------------------------------------------------------ 1531 r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines 1532 Changed paths: 1533 M /trunk/test/import.c 1218 r898 | sam | 2006-09-30 18:24:10 +0000 (Sat, 30 Sep 2006) | 2 lines 1534 1219 1535 1220 * Added an optional argument to the import test to select import format. 1536 1221 1537 1222 ------------------------------------------------------------------------ 1538 r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines 1539 Changed paths: 1540 M /trunk/src/aafire.c 1541 M /trunk/src/cacademo.c 1223 r897 | sam | 2006-09-30 18:20:39 +0000 (Sat, 30 Sep 2006) | 3 lines 1542 1224 1543 1225 * As per user request, only display the "Powered by libcaca" banner for a … … 1545 1227 1546 1228 ------------------------------------------------------------------------ 1547 r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines 1548 Changed paths: 1549 M /trunk/cucul/canvas.c 1229 r896 | sam | 2006-09-30 17:49:09 +0000 (Sat, 30 Sep 2006) | 2 lines 1550 1230 1551 1231 * Fix minor memory leak in cucul_set_canvas_boundaries(). 1552 1232 1553 1233 ------------------------------------------------------------------------ 1554 r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines 1555 Changed paths: 1556 M /trunk/cucul/cucul.c 1234 r895 | sam | 2006-09-30 17:31:16 +0000 (Sat, 30 Sep 2006) | 2 lines 1557 1235 1558 1236 * Fix minor memory leak in cucul_free_canvas(). 1559 1237 1560 1238 ------------------------------------------------------------------------ 1561 r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines 1562 Changed paths: 1563 M /trunk/cucul/canvas.c 1239 r890 | sam | 2006-09-29 23:36:02 +0000 (Fri, 29 Sep 2006) | 2 lines 1564 1240 1565 1241 * Fixed a bug in cucul_putchar() that broke half of the Unicode set. 1566 1242 1567 1243 ------------------------------------------------------------------------ 1568 r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines 1569 Changed paths: 1570 M /trunk/cucul/import.c 1244 r889 | sam | 2006-09-29 23:34:03 +0000 (Fri, 29 Sep 2006) | 3 lines 1571 1245 1572 1246 * Add "utf8" import format. … … 1574 1248 1575 1249 ------------------------------------------------------------------------ 1576 r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines 1577 Changed paths: 1578 M /trunk/cucul/cucul.c 1250 r874 | sam | 2006-09-26 20:32:48 +0000 (Tue, 26 Sep 2006) | 2 lines 1579 1251 1580 1252 * Initialise colours to default/transparent instead of lightgray/black. 1581 1253 1582 1254 ------------------------------------------------------------------------ 1583 r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines 1584 Changed paths: 1585 M /trunk/NEWS 1255 r873 | sam | 2006-09-25 16:12:17 +0000 (Mon, 25 Sep 2006) | 3 lines 1586 1256 1587 1257 * Remove non-ASCII character from NEWS file because Doxygen is unable to … … 1589 1259 1590 1260 ------------------------------------------------------------------------ 1591 r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines 1592 Changed paths: 1593 M /trunk/TODO 1594 M /trunk/caca/caca.h 1595 M /trunk/cucul/dither.c 1596 M /trunk/cucul/export.c 1597 M /trunk/cucul/import.c 1261 r872 | sam | 2006-09-25 16:00:10 +0000 (Mon, 25 Sep 2006) | 2 lines 1598 1262 1599 1263 * Fix enumeration layout in the manpage documentation. 1600 1264 1601 1265 ------------------------------------------------------------------------ 1602 r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines 1603 Changed paths: 1604 M /trunk/doc/Makefile.am 1266 r871 | sam | 2006-09-25 15:58:33 +0000 (Mon, 25 Sep 2006) | 3 lines 1605 1267 1606 1268 * Fucking Doxygen replaces "s with 's in manpages. And it does not even … … 1608 1270 1609 1271 ------------------------------------------------------------------------ 1610 r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines 1611 Changed paths: 1612 M /trunk/cucul/import.c 1272 r870 | sam | 2006-09-23 19:07:13 +0000 (Sat, 23 Sep 2006) | 4 lines 1613 1273 1614 1274 * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours … … 1617 1277 1618 1278 ------------------------------------------------------------------------ 1619 r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines 1620 Changed paths: 1621 M /trunk/TODO 1279 r869 | sam | 2006-09-23 07:36:54 +0000 (Sat, 23 Sep 2006) | 2 lines 1622 1280 1623 1281 * Updated TODO. 1624 1282 1625 1283 ------------------------------------------------------------------------ 1626 r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines 1627 Changed paths: 1628 M /trunk/ChangeLog 1629 M /trunk/NEWS 1284 r868 | sam | 2006-09-23 01:55:29 +0000 (Sat, 23 Sep 2006) | 2 lines 1630 1285 1631 1286 * Updated NEWS and ChangeLog. 1632 1287 1633 1288 ------------------------------------------------------------------------ 1634 r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines 1635 Changed paths: 1636 M /trunk/doc/Makefile.am 1637 M /trunk/doc/cacafire.1 1289 r867 | sam | 2006-09-23 01:48:10 +0000 (Sat, 23 Sep 2006) | 2 lines 1638 1290 1639 1291 * Update the cacademo manpage to reflect the merge. 1640 1292 1641 1293 ------------------------------------------------------------------------ 1642 r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines 1643 Changed paths: 1644 M /trunk/cucul/colour.c 1645 M /trunk/cucul/cucul.h 1294 r866 | sam | 2006-09-23 01:28:49 +0000 (Sat, 23 Sep 2006) | 2 lines 1646 1295 1647 1296 * Implemented cucul_get_color(). 1648 1297 1649 1298 ------------------------------------------------------------------------ 1650 r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines 1651 Changed paths: 1652 M /trunk/cucul/canvas.c 1299 r865 | sam | 2006-09-23 01:18:49 +0000 (Sat, 23 Sep 2006) | 2 lines 1653 1300 1654 1301 * Fixed chcul_getchar's error behaviour. 1655 1302 1656 1303 ------------------------------------------------------------------------ 1657 r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines 1658 Changed paths: 1659 M /trunk/configure.ac 1304 r864 | sam | 2006-09-23 01:10:15 +0000 (Sat, 23 Sep 2006) | 2 lines 1660 1305 1661 1306 * Update versioning. 1662 1307 1663 1308 ------------------------------------------------------------------------ 1664 r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines 1665 Changed paths: 1666 M /trunk/cucul/export.c 1309 r863 | sam | 2006-09-23 00:59:47 +0000 (Sat, 23 Sep 2006) | 2 lines 1667 1310 1668 1311 * Handle transparency in the IRC export. 1669 1312 1670 1313 ------------------------------------------------------------------------ 1671 r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines 1672 Changed paths: 1673 M /trunk/cucul/cucul.c 1314 r862 | sam | 2006-09-23 00:55:42 +0000 (Sat, 23 Sep 2006) | 2 lines 1674 1315 1675 1316 * When resizing a canvas, use the current fg/bg colours to fill holes. 1676 1317 1677 1318 ------------------------------------------------------------------------ 1678 r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines 1679 Changed paths: 1680 M /trunk/configure.ac 1681 M /trunk/test 1682 M /trunk/test/Makefile.am 1683 D /trunk/test/toilet.c 1319 r861 | sam | 2006-09-22 23:26:56 +0000 (Fri, 22 Sep 2006) | 2 lines 1684 1320 1685 1321 * Remove toilet from the libcaca source, it'll be moved to its own repo. 1686 1322 1687 1323 ------------------------------------------------------------------------ 1688 r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines 1689 Changed paths: 1690 M /trunk/test/toilet.c 1324 r860 | sam | 2006-09-22 00:27:13 +0000 (Fri, 22 Sep 2006) | 2 lines 1691 1325 1692 1326 * Autocrop toilet output. 1693 1327 1694 1328 ------------------------------------------------------------------------ 1695 r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines 1696 Changed paths: 1697 M /trunk/cucul/canvas.c 1698 M /trunk/cucul/cucul.h 1329 r859 | sam | 2006-09-22 00:20:06 +0000 (Fri, 22 Sep 2006) | 2 lines 1699 1330 1700 1331 * Implement cucul_set_canvas_boundaries() for cropping and expanding. 1701 1332 1702 1333 ------------------------------------------------------------------------ 1703 r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines 1704 Changed paths: 1705 M /trunk/cucul/export.c 1334 r858 | sam | 2006-09-21 22:36:00 +0000 (Thu, 21 Sep 2006) | 2 lines 1706 1335 1707 1336 * Really export IRC as UTF-8, as advertised in the documentation. 1708 1337 1709 1338 ------------------------------------------------------------------------ 1710 r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines 1711 Changed paths: 1712 M /trunk/test/toilet.c 1339 r857 | sam | 2006-09-21 21:30:50 +0000 (Thu, 21 Sep 2006) | 3 lines 1713 1340 1714 1341 * Handle UTF-8 in TOIlet. … … 1716 1343 1717 1344 ------------------------------------------------------------------------ 1718 r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines 1719 Changed paths: 1720 M /trunk/test/toilet.c 1345 r856 | sam | 2006-09-21 19:54:54 +0000 (Thu, 21 Sep 2006) | 2 lines 1721 1346 1722 1347 * Support for platforms without <getopt.h> in TOIlet. 1723 1348 1724 1349 ------------------------------------------------------------------------ 1725 r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines 1726 Changed paths: 1727 M /trunk/test/Makefile.am 1728 M /trunk/test/toilet.c 1350 r855 | sam | 2006-09-21 17:32:27 +0000 (Thu, 21 Sep 2006) | 2 lines 1729 1351 1730 1352 * Added getopt support to toilet. 1731 1353 1732 1354 ------------------------------------------------------------------------ 1733 r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines 1734 Changed paths: 1735 M /trunk/configure.ac 1355 r854 | sam | 2006-09-21 16:59:23 +0000 (Thu, 21 Sep 2006) | 2 lines 1736 1356 1737 1357 * Check for <getopt.h> and getopt_long. 1738 1358 1739 1359 ------------------------------------------------------------------------ 1740 r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines 1741 Changed paths: 1742 M /trunk/test 1743 M /trunk/test/Makefile.am 1744 A /trunk/test/toilet.c 1360 r853 | sam | 2006-09-20 16:31:12 +0000 (Wed, 20 Sep 2006) | 2 lines 1745 1361 1746 1362 * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later. 1747 1363 1748 1364 ------------------------------------------------------------------------ 1749 r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines 1750 Changed paths: 1751 M /trunk/caca/driver_gl.c 1752 M /trunk/cucul/font.c 1365 r852 | sam | 2006-09-19 19:11:33 +0000 (Tue, 19 Sep 2006) | 2 lines 1753 1366 1754 1367 * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix. 1755 1368 1756 1369 ------------------------------------------------------------------------ 1757 r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines 1758 Changed paths: 1759 M /trunk/caca/driver_gl.c 1370 r851 | jylam | 2006-09-19 19:06:04 +0000 (Tue, 19 Sep 2006) | 2 lines 1760 1371 1761 1372 * Oops \o/ 1762 1373 1763 1374 ------------------------------------------------------------------------ 1764 r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines 1765 Changed paths: 1766 M /trunk/caca/driver_gl.c 1375 r850 | jylam | 2006-09-19 19:04:29 +0000 (Tue, 19 Sep 2006) | 2 lines 1767 1376 1768 1377 * REAL fix 1769 1378 1770 1379 ------------------------------------------------------------------------ 1771 r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines 1772 Changed paths: 1773 M /trunk/caca/driver_gl.c 1380 r849 | sam | 2006-09-19 19:00:40 +0000 (Tue, 19 Sep 2006) | 2 lines 1774 1381 1775 1382 * More long int -> int32 casts to fix the GL driver on 64-bit arches. 1776 1383 1777 1384 ------------------------------------------------------------------------ 1778 r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines 1779 Changed paths: 1780 M /trunk/caca/driver_gl.c 1781 M /trunk/cucul/font.c 1385 r848 | sam | 2006-09-19 18:47:39 +0000 (Tue, 19 Sep 2006) | 2 lines 1782 1386 1783 1387 * Hopefully fix 64-bit bug. 1784 1388 1785 1389 ------------------------------------------------------------------------ 1786 r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines 1787 Changed paths: 1788 M /trunk/caca/driver_gl.c 1789 M /trunk/cucul/font.c 1390 r847 | jylam | 2006-09-19 18:40:09 +0000 (Tue, 19 Sep 2006) | 2 lines 1790 1391 1791 1392 * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought. 1792 1393 1793 1394 ------------------------------------------------------------------------ 1794 r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines 1795 Changed paths: 1796 M /trunk/cucul/canvas.c 1797 M /trunk/cucul/cucul.h 1395 r846 | sam | 2006-09-19 16:07:13 +0000 (Tue, 19 Sep 2006) | 3 lines 1798 1396 1799 1397 * Implemented cucul_getchar(). Useful because you don’t necessarily know … … 1801 1399 1802 1400 ------------------------------------------------------------------------ 1803 r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines 1804 Changed paths: 1805 M /trunk/kernel/kernel.c 1806 M /trunk/kernel/kernel.h 1401 r845 | sam | 2006-09-19 08:26:43 +0000 (Tue, 19 Sep 2006) | 2 lines 1807 1402 1808 1403 * Added an fprintf stub to the kernel. 1809 1404 1810 1405 ------------------------------------------------------------------------ 1811 r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines 1812 Changed paths: 1813 M /trunk/caca/driver_gl.c 1406 r844 | sam | 2006-09-19 08:18:32 +0000 (Tue, 19 Sep 2006) | 2 lines 1814 1407 1815 1408 * Optimised memory usage in the GL driver and added a few comments. 1816 1409 1817 1410 ------------------------------------------------------------------------ 1818 r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines 1819 Changed paths: 1820 M /trunk/caca/driver_gl.c 1411 r843 | jylam | 2006-09-19 08:04:38 +0000 (Tue, 19 Sep 2006) | 5 lines 1821 1412 1822 1413 * Fixed compilation warning, and .... … … 1826 1417 1827 1418 ------------------------------------------------------------------------ 1828 r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines 1829 Changed paths: 1830 M /trunk/cucul/cucul.h 1831 M /trunk/cucul/font.c 1419 r842 | sam | 2006-09-19 00:02:59 +0000 (Tue, 19 Sep 2006) | 2 lines 1832 1420 1833 1421 * Got rid of cucul_render_glyph(). Ahahahaha. 1834 1422 1835 1423 ------------------------------------------------------------------------ 1836 r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines 1837 Changed paths: 1838 M /trunk/caca/driver_gl.c 1424 r841 | sam | 2006-09-19 00:01:26 +0000 (Tue, 19 Sep 2006) | 2 lines 1839 1425 1840 1426 * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver. 1841 1427 1842 1428 ------------------------------------------------------------------------ 1843 r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines 1844 Changed paths: 1845 M /trunk/caca/driver_gl.c 1429 r840 | sam | 2006-09-18 22:32:25 +0000 (Mon, 18 Sep 2006) | 2 lines 1846 1430 1847 1431 * Full Unicode support in the GL driver. 1848 1432 1849 1433 ------------------------------------------------------------------------ 1850 r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines 1851 Changed paths: 1852 M /trunk/cucul/font.c 1434 r839 | sam | 2006-09-18 22:29:20 +0000 (Mon, 18 Sep 2006) | 2 lines 1853 1435 1854 1436 * Oops, fixed typo in cucul_get_font_blocks(). 1855 1437 1856 1438 ------------------------------------------------------------------------ 1857 r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines 1858 Changed paths: 1859 M /trunk/cucul/cucul.h 1860 M /trunk/cucul/font.c 1439 r838 | sam | 2006-09-18 17:40:35 +0000 (Mon, 18 Sep 2006) | 2 lines 1861 1440 1862 1441 * Implemented cucul_get_font_blocks() to export the list of available glyphs. 1863 1442 1864 1443 ------------------------------------------------------------------------ 1865 r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines 1866 Changed paths: 1867 M /trunk/configure.ac 1444 r837 | sam | 2006-09-18 07:31:31 +0000 (Mon, 18 Sep 2006) | 2 lines 1868 1445 1869 1446 * Remove useless -I../kernel/ from CFLAGS. 1870 1447 1871 1448 ------------------------------------------------------------------------ 1872 r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines 1873 Changed paths: 1874 M /trunk/build-kernel 1449 r836 | sam | 2006-09-18 07:30:14 +0000 (Mon, 18 Sep 2006) | 2 lines 1875 1450 1876 1451 * Fix the kernel build rules. 1877 1452 1878 1453 ------------------------------------------------------------------------ 1879 r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines 1880 Changed paths: 1881 M /trunk/caca/caca.c 1882 M /trunk/caca/driver_raw.c 1883 M /trunk/caca/driver_vga.c 1454 r835 | sam | 2006-09-18 07:20:06 +0000 (Mon, 18 Sep 2006) | 3 lines 1884 1455 1885 1456 * Do not build the raw output in kernel mode. … … 1887 1458 1888 1459 ------------------------------------------------------------------------ 1889 r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines 1890 Changed paths: 1891 M /trunk/kernel/kernel.c 1892 M /trunk/kernel/kernel.h 1460 r834 | sam | 2006-09-18 07:11:43 +0000 (Mon, 18 Sep 2006) | 2 lines 1893 1461 1894 1462 * Fixed memcmp() prototype and implementation. 1895 1463 1896 1464 ------------------------------------------------------------------------ 1897 r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines 1898 Changed paths: 1899 M /trunk/cucul/cucul.c 1900 M /trunk/kernel/kernel.c 1901 M /trunk/kernel/kernel.h 1465 r833 | sam | 2006-09-18 06:59:48 +0000 (Mon, 18 Sep 2006) | 2 lines 1902 1466 1903 1467 * Added errno support to the kernel. 1904 1468 1905 1469 ------------------------------------------------------------------------ 1906 r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines 1907 Changed paths: 1908 M /trunk/DotNet/Caca.cs 1909 M /trunk/DotNet/test.cs 1470 r832 | jylam | 2006-09-17 13:36:13 +0000 (Sun, 17 Sep 2006) | 2 lines 1910 1471 1911 1472 * Updated .Net bindings 1912 1473 1913 1474 ------------------------------------------------------------------------ 1914 r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines 1915 Changed paths: 1916 M /trunk/README 1917 M /trunk/caca/driver_gl.c 1475 r831 | jylam | 2006-09-17 13:15:12 +0000 (Sun, 17 Sep 2006) | 2 lines 1918 1476 1919 1477 * Updated README, just to say my coding style is just perfect, sam is too pedantic. 1920 1478 1921 1479 ------------------------------------------------------------------------ 1922 r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines 1923 Changed paths: 1924 M /trunk/kernel/kernel.c 1925 M /trunk/src/cacaview.c 1926 M /trunk/src/img2irc.c 1480 r830 | sam | 2006-09-17 12:58:12 +0000 (Sun, 17 Sep 2006) | 2 lines 1927 1481 1928 1482 * A few coding style fixes. 1929 1483 1930 1484 ------------------------------------------------------------------------ 1931 r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines 1932 Changed paths: 1933 M /trunk/caca/driver_vga.c 1934 M /trunk/common.h 1935 M /trunk/configure.ac 1936 M /trunk/cucul/buffer.c 1937 M /trunk/cucul/cucul.c 1938 M /trunk/kernel/kernel.c 1939 M /trunk/kernel/kernel.h 1940 M /trunk/src/Makefile.am 1941 M /trunk/src/cacadraw.c 1942 M /trunk/src/cacaplay.c 1943 M /trunk/src/cacaview.c 1944 M /trunk/src/common-image.c 1945 M /trunk/src/img2irc.c 1946 M /trunk/test/demo.c 1947 M /trunk/test/demo0.c 1948 M /trunk/test/dithering.c 1949 M /trunk/test/event.c 1950 M /trunk/test/export.c 1951 M /trunk/test/font.c 1952 M /trunk/test/font2tga.c 1953 M /trunk/test/frames.c 1954 M /trunk/test/gamma.c 1955 M /trunk/test/hsv.c 1956 M /trunk/test/import.c 1957 M /trunk/test/input.c 1958 M /trunk/test/spritedit.c 1959 M /trunk/test/text.c 1960 M /trunk/test/transform.c 1961 M /trunk/test/truecolor.c 1962 M /trunk/test/unicode.c 1963 M /trunk/tools/optipal.c 1485 r829 | jylam | 2006-09-17 12:44:18 +0000 (Sun, 17 Sep 2006) | 2 lines 1964 1486 1965 1487 * Updated kernel 'driver', still not working, but most of the work is done 1966 1488 1967 1489 ------------------------------------------------------------------------ 1968 r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines 1969 Changed paths: 1970 M /trunk/TODO 1490 r828 | sam | 2006-09-17 11:39:22 +0000 (Sun, 17 Sep 2006) | 2 lines 1971 1491 1972 1492 * Minor TODO update. 1973 1493 1974 1494 ------------------------------------------------------------------------ 1975 r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines 1976 Changed paths: 1977 M /trunk/cucul/font.c 1495 r827 | sam | 2006-09-17 11:10:49 +0000 (Sun, 17 Sep 2006) | 2 lines 1978 1496 1979 1497 * Minor documentation fix (testing the buildbot, actually). 1980 1498 1981 1499 ------------------------------------------------------------------------ 1982 r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines 1983 Changed paths: 1984 M /trunk/caca/driver_gl.c 1985 M /trunk/cucul/font.c 1500 r826 | jylam | 2006-09-17 10:54:23 +0000 (Sun, 17 Sep 2006) | 2 lines 1986 1501 1987 1502 * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl 1988 1503 1989 1504 ------------------------------------------------------------------------ 1990 r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines 1991 Changed paths: 1992 M /trunk/caca/driver_gl.c 1505 r825 | sam | 2006-09-17 01:12:28 +0000 (Sun, 17 Sep 2006) | 2 lines 1993 1506 1994 1507 * Coding style (ahaha vieux porc). 1995 1508 1996 1509 ------------------------------------------------------------------------ 1997 r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines 1998 Changed paths: 1999 M /trunk/src/cacademo.c 1510 r824 | sam | 2006-09-17 00:53:48 +0000 (Sun, 17 Sep 2006) | 2 lines 2000 1511 2001 1512 * Got rid of OFFSET_X and OFFSET_Y. 2002 1513 2003 1514 ------------------------------------------------------------------------ 2004 r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines 2005 Changed paths: 2006 M /trunk/src/cacademo.c 1515 r823 | sam | 2006-09-17 00:48:30 +0000 (Sun, 17 Sep 2006) | 2 lines 2007 1516 2008 1517 * More cleanup in cacademo.c. 2009 1518 2010 1519 ------------------------------------------------------------------------ 2011 r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines 2012 Changed paths: 2013 M /trunk/src/cacademo.c 1520 r822 | sam | 2006-09-17 00:32:23 +0000 (Sun, 17 Sep 2006) | 2 lines 2014 1521 2015 1522 * Cosmetic changes to cacademo. 2016 1523 2017 1524 ------------------------------------------------------------------------ 2018 r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines 2019 Changed paths: 2020 M /trunk/src/cacademo.c 1525 r821 | sam | 2006-09-17 00:11:29 +0000 (Sun, 17 Sep 2006) | 2 lines 2021 1526 2022 1527 * Factored the star code (vieux porc). 2023 1528 2024 1529 ------------------------------------------------------------------------ 2025 r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines 2026 Changed paths: 2027 M /trunk/caca/driver_gl.c 2028 M /trunk/cucul/cucul.h 2029 M /trunk/cucul/font.c 1530 r820 | sam | 2006-09-17 00:02:31 +0000 (Sun, 17 Sep 2006) | 3 lines 2030 1531 2031 1532 * Fixed cucul_render_glyph(). There is no way this could have ever possibly … … 2033 1534 2034 1535 ------------------------------------------------------------------------ 2035 r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines 2036 Changed paths: 2037 M /trunk/src/cacademo.c 1536 r819 | sam | 2006-09-16 23:34:18 +0000 (Sat, 16 Sep 2006) | 2 lines 2038 1537 2039 1538 * Moved transition data to the function. 2040 1539 2041 1540 ------------------------------------------------------------------------ 2042 r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines 2043 Changed paths: 2044 M /trunk/src/cacademo.c 1541 r818 | jylam | 2006-09-16 21:27:59 +0000 (Sat, 16 Sep 2006) | 2 lines 2045 1542 2046 1543 * Added nifty rotation to our 80's star. 2047 1544 2048 1545 ------------------------------------------------------------------------ 2049 r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines 2050 Changed paths: 2051 M /trunk/cucul/triangle.c 1546 r817 | sam | 2006-09-16 21:08:11 +0000 (Sat, 16 Sep 2006) | 2 lines 2052 1547 2053 1548 * Fixing precision. 2054 1549 2055 1550 ------------------------------------------------------------------------ 2056 r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines 2057 Changed paths: 2058 M /trunk/cucul/triangle.c 1551 r816 | jylam | 2006-09-16 21:00:46 +0000 (Sat, 16 Sep 2006) | 2 lines 2059 1552 2060 1553 * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear) 2061 1554 2062 1555 ------------------------------------------------------------------------ 2063 r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines 2064 Changed paths: 2065 M /trunk/src/cacademo.c 1556 r815 | jylam | 2006-09-16 20:48:31 +0000 (Sat, 16 Sep 2006) | 2 lines 2066 1557 2067 1558 * Added much disco transition (ellipses suck). YMCA \o/ 2068 1559 2069 1560 ------------------------------------------------------------------------ 2070 r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines 2071 Changed paths: 2072 M /trunk/caca/driver_slang.c 1561 r814 | sam | 2006-09-16 17:15:11 +0000 (Sat, 16 Sep 2006) | 2 lines 2073 1562 2074 1563 * Fix compilation warning in the slang driver. 2075 1564 2076 1565 ------------------------------------------------------------------------ 2077 r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines 2078 Changed paths: 2079 M /trunk/src/cacademo.c 1566 r813 | sam | 2006-09-16 16:01:48 +0000 (Sat, 16 Sep 2006) | 3 lines 2080 1567 2081 1568 * Smooth transitions between effects in cacademo. Press 'n' to switch … … 2083 1570 2084 1571 ------------------------------------------------------------------------ 2085 r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines 2086 Changed paths: 2087 M /trunk/test/gamma.c 1572 r812 | sam | 2006-09-16 15:46:30 +0000 (Sat, 16 Sep 2006) | 2 lines 2088 1573 2089 1574 * Fix badly initialised data in the gamma test. 2090 1575 2091 1576 ------------------------------------------------------------------------ 2092 r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines 2093 Changed paths: 2094 M /trunk/src/cacademo.c 2095 M /trunk/test 2096 M /trunk/test/Makefile.am 2097 D /trunk/test/matrix.c 1577 r811 | sam | 2006-09-16 15:06:09 +0000 (Sat, 16 Sep 2006) | 3 lines 2098 1578 2099 1579 * Moved the matrix effect test into cacademo. Removed the motion sensor … … 2101 1581 2102 1582 ------------------------------------------------------------------------ 2103 r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines 2104 Changed paths: 2105 M /trunk/test/matrix.c 1583 r810 | jylam | 2006-09-16 13:26:51 +0000 (Sat, 16 Sep 2006) | 2 lines 2106 1584 2107 1585 * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all 2108 1586 2109 1587 ------------------------------------------------------------------------ 2110 r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines 2111 Changed paths: 2112 M /trunk/caca/driver_gl.c 1588 r809 | jylam | 2006-09-16 13:19:23 +0000 (Sat, 16 Sep 2006) | 2 lines 2113 1589 2114 1590 * Fixed truecolor bug in OpenGL driver. 2115 1591 2116 1592 ------------------------------------------------------------------------ 2117 r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines 2118 Changed paths: 2119 M /trunk/src/cacademo.c 1593 r808 | sam | 2006-09-16 13:12:11 +0000 (Sat, 16 Sep 2006) | 2 lines 2120 1594 2121 1595 * Factor most of the cacademo code. 2122 1596 2123 1597 ------------------------------------------------------------------------ 2124 r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines 2125 Changed paths: 2126 M /trunk/src/cacademo.c 1598 r807 | sam | 2006-09-16 12:57:41 +0000 (Sat, 16 Sep 2006) | 3 lines 2127 1599 2128 1600 * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot … … 2130 1602 2131 1603 ------------------------------------------------------------------------ 2132 r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines 2133 Changed paths: 2134 M /trunk/src/cacademo.c 1604 r806 | jylam | 2006-09-16 12:47:55 +0000 (Sat, 16 Sep 2006) | 2 lines 2135 1605 2136 1606 * hey, ***I*** found a factorisation bug in cacaballs ! 2137 1607 2138 1608 ------------------------------------------------------------------------ 2139 r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines 2140 Changed paths: 2141 M /trunk/caca/driver_gl.c 2142 M /trunk/cucul/cucul.h 2143 M /trunk/cucul/font.c 1609 r805 | jylam | 2006-09-16 12:40:37 +0000 (Sat, 16 Sep 2006) | 2 lines 2144 1610 2145 1611 * OpenGL builtin font support 2146 1612 2147 1613 ------------------------------------------------------------------------ 2148 r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines 2149 Changed paths: 2150 M /trunk/src 2151 M /trunk/src/Makefile.am 2152 D /trunk/src/cacaball.c 2153 A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802) 2154 D /trunk/src/cacamoir.c 2155 D /trunk/src/cacaplas.c 1614 r804 | sam | 2006-09-16 09:45:03 +0000 (Sat, 16 Sep 2006) | 2 lines 2156 1615 2157 1616 * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet. 2158 1617 2159 1618 ------------------------------------------------------------------------ 2160 r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines 2161 Changed paths: 2162 M /trunk/cucul/cucul.c 1619 r803 | sam | 2006-09-16 09:43:36 +0000 (Sat, 16 Sep 2006) | 3 lines 2163 1620 2164 1621 * Initialize random seed to getpid()+time(NULL) so that the user does not … … 2166 1623 2167 1624 ------------------------------------------------------------------------ 2168 r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines 2169 Changed paths: 2170 M /trunk/ChangeLog 2171 M /trunk/NEWS 2172 M /trunk/configure.ac 1625 r802 | sam | 2006-09-09 17:58:57 +0000 (Sat, 09 Sep 2006) | 3 lines 2173 1626 2174 1627 * Updated ChangeLog and NEWS. … … 2176 1629 2177 1630 ------------------------------------------------------------------------ 2178 r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines 2179 Changed paths: 2180 M /trunk/doc/Makefile.am 1631 r801 | sam | 2006-09-09 17:54:06 +0000 (Sat, 09 Sep 2006) | 2 lines 2181 1632 2182 1633 * Replace 'man3caca' with 'man3' in generated manpages. 2183 1634 2184 1635 ------------------------------------------------------------------------ 2185 r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines 2186 Changed paths: 2187 M /trunk/test/demo0.c 1636 r800 | sam | 2006-09-09 17:52:54 +0000 (Sat, 09 Sep 2006) | 2 lines 2188 1637 2189 1638 * Fix dithering handling in demo0.c. 2190 1639 2191 1640 ------------------------------------------------------------------------ 2192 r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines 2193 Changed paths: 2194 M /trunk/caca-config.in 1641 r799 | sam | 2006-09-09 17:31:43 +0000 (Sat, 09 Sep 2006) | 2 lines 2195 1642 2196 1643 * Do not output unnecessary libraries in caca-output config. 2197 1644 2198 1645 ------------------------------------------------------------------------ 2199 r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines 2200 Changed paths: 2201 M /trunk/doc/migrating.dox 1646 r798 | sam | 2006-09-09 17:20:32 +0000 (Sat, 09 Sep 2006) | 2 lines 2202 1647 2203 1648 * Oops, thinko in the migration doc. 2204 1649 2205 1650 ------------------------------------------------------------------------ 2206 r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines 2207 Changed paths: 2208 M /trunk/doc/migrating.dox 1651 r797 | sam | 2006-09-09 17:02:30 +0000 (Sat, 09 Sep 2006) | 3 lines 2209 1652 2210 1653 * Updated the migration documentation so that it mentions the <caca0.h> … … 2212 1655 2213 1656 ------------------------------------------------------------------------ 2214 r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines 2215 Changed paths: 2216 M /trunk/caca/caca0.c 2217 M /trunk/caca/caca0.h 1657 r796 | sam | 2006-09-09 16:53:13 +0000 (Sat, 09 Sep 2006) | 3 lines 2218 1658 2219 1659 * Made features (such as dithering mode) and caca_sqrt work in the legacy … … 2221 1661 2222 1662 ------------------------------------------------------------------------ 2223 r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines 2224 Changed paths: 2225 M /trunk/test 2226 M /trunk/test/Makefile.am 2227 A /trunk/test/demo0.c 1663 r795 | sam | 2006-09-09 15:40:16 +0000 (Sat, 09 Sep 2006) | 3 lines 2228 1664 2229 1665 * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a … … 2231 1667 2232 1668 ------------------------------------------------------------------------ 2233 r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines 2234 Changed paths: 2235 M /trunk/caca/Makefile.am 2236 A /trunk/caca/caca0.c 2237 A /trunk/caca/caca0.h 1669 r794 | sam | 2006-09-09 15:38:06 +0000 (Sat, 09 Sep 2006) | 8 lines 2238 1670 2239 1671 * Added an emulation layer for pre-1.0 libcaca API. Legacy applications … … 2246 1678 2247 1679 ------------------------------------------------------------------------ 2248 r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines 2249 Changed paths: 2250 M /trunk/test/export.c 1680 r793 | sam | 2006-09-09 14:52:05 +0000 (Sat, 09 Sep 2006) | 2 lines 2251 1681 2252 1682 * Fix a crash in export.c with unknown file formats. 2253 1683 2254 1684 ------------------------------------------------------------------------ 2255 r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines 2256 Changed paths: 2257 M /trunk/cucul/transform.c 1685 r792 | sam | 2006-08-30 21:30:29 +0000 (Wed, 30 Aug 2006) | 2 lines 2258 1686 2259 1687 * U+214B TURNED AMPERSAND 2260 1688 2261 1689 ------------------------------------------------------------------------ 2262 r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines 2263 Changed paths: 2264 M /trunk/ChangeLog 2265 M /trunk/NEWS 2266 M /trunk/configure.ac 1690 r791 | sam | 2006-08-25 10:22:57 +0000 (Fri, 25 Aug 2006) | 3 lines 2267 1691 2268 1692 * Updated ChangeLog and NEWS. … … 2270 1694 2271 1695 ------------------------------------------------------------------------ 2272 r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines 2273 Changed paths: 2274 M /trunk/ChangeLog 2275 M /trunk/Makefile.am 2276 M /trunk/configure.ac 2277 D /trunk/debian 1696 r790 | sam | 2006-08-25 10:16:53 +0000 (Fri, 25 Aug 2006) | 3 lines 2278 1697 2279 1698 * Removed debian packaging stuff from the trunk. It'll now be at … … 2281 1700 2282 1701 ------------------------------------------------------------------------ 2283 r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines 2284 Changed paths: 2285 M /trunk/caca/driver_gl.c 1702 r789 | sam | 2006-08-13 17:30:34 +0000 (Sun, 13 Aug 2006) | 2 lines 2286 1703 2287 1704 * Factored some of the GL code. 2288 1705 2289 1706 ------------------------------------------------------------------------ 2290 r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines 2291 Changed paths: 2292 M /trunk/test 2293 M /trunk/test/matrix.c 1707 r788 | sam | 2006-08-02 13:15:52 +0000 (Wed, 02 Aug 2006) | 2 lines 2294 1708 2295 1709 * A few changes to the matrix program. I do not plan to maintain it. 2296 1710 2297 1711 ------------------------------------------------------------------------ 2298 r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines 2299 Changed paths: 2300 M /trunk/caca/caca.c 2301 M /trunk/caca/caca.h 2302 M /trunk/caca/driver_conio.c 2303 M /trunk/caca/driver_ncurses.c 2304 M /trunk/caca/driver_raw.c 2305 M /trunk/caca/driver_slang.c 2306 M /trunk/caca/driver_vga.c 2307 M /trunk/caca/event.c 2308 M /trunk/caca/graphics.c 1712 r787 | sam | 2006-08-02 13:12:43 +0000 (Wed, 02 Aug 2006) | 3 lines 2309 1713 2310 1714 * Fixed libcaca prototypes so that all functions use the errno mechanism … … 2312 1716 2313 1717 ------------------------------------------------------------------------ 2314 r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines 2315 Changed paths: 2316 M /trunk/cucul/cucul.c 1718 r786 | sam | 2006-08-02 13:11:39 +0000 (Wed, 02 Aug 2006) | 2 lines 2317 1719 2318 1720 * Fixed cucul_create_canvas()'s documentation. 2319 1721 2320 1722 ------------------------------------------------------------------------ 2321 r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines 2322 Changed paths: 2323 M /trunk/cucul/dither.c 1723 r785 | sam | 2006-07-21 08:19:29 +0000 (Fri, 21 Jul 2006) | 3 lines 2324 1724 2325 1725 * Fixed typos in cucul/dither.c that prevented using ordered dither modes, … … 2327 1727 2328 1728 ------------------------------------------------------------------------ 2329 r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines 2330 Changed paths: 2331 M /trunk/cxx/caca++.cpp 2332 M /trunk/cxx/caca++.h 2333 M /trunk/cxx/cpptest.cpp 1729 r784 | jylam | 2006-06-10 11:35:18 +0000 (Sat, 10 Jun 2006) | 2 lines 2334 1730 2335 1731 * Updated C++ bindings 2336 1732 2337 1733 ------------------------------------------------------------------------ 2338 r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines 2339 Changed paths: 2340 M /trunk/debian/control 1734 r783 | sam | 2006-06-10 11:04:21 +0000 (Sat, 10 Jun 2006) | 3 lines 2341 1735 2342 1736 * Fix debian package dependencies; -dev packages didn't pull their library … … 2344 1738 2345 1739 ------------------------------------------------------------------------ 2346 r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines 2347 Changed paths: 2348 M /trunk/test/matrix.c 1740 r782 | sam | 2006-05-31 14:33:48 +0000 (Wed, 31 May 2006) | 2 lines 2349 1741 2350 1742 * Fixed matrix.c for non-Thinkpad computers. 2351 1743 2352 1744 ------------------------------------------------------------------------ 2353 r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines 2354 Changed paths: 2355 M /trunk/configure.ac 1745 r781 | sam | 2006-05-31 14:08:58 +0000 (Wed, 31 May 2006) | 2 lines 2356 1746 2357 1747 * Fix a build failure when X11R7 is available but OpenGL isn't. 2358 1748 2359 1749 ------------------------------------------------------------------------ 2360 r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines 2361 Changed paths: 2362 M /trunk/test/Makefile.am 2363 A /trunk/test/matrix.c 1750 r780 | sam | 2006-05-31 12:18:23 +0000 (Wed, 31 May 2006) | 3 lines 2364 1751 2365 1752 * Small matrix effect. Totally useless. Unless you have a Thinkpad, in … … 2367 1754 2368 1755 ------------------------------------------------------------------------ 2369 r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines 2370 Changed paths: 2371 M /trunk/ChangeLog 2372 M /trunk/NEWS 2373 M /trunk/configure.ac 2374 M /trunk/debian/changelog 1756 r779 | sam | 2006-05-28 22:19:10 +0000 (Sun, 28 May 2006) | 3 lines 2375 1757 2376 1758 * Updated ChangeLog and NEWS. … … 2378 1760 2379 1761 ------------------------------------------------------------------------ 2380 r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines 2381 Changed paths: 2382 M /trunk/debian/caca-utils.install 2383 M /trunk/debian/libcucul-dev.install 1762 r778 | sam | 2006-05-26 07:43:41 +0000 (Fri, 26 May 2006) | 2 lines 2384 1763 2385 1764 * Updated the Debian build scripts. 2386 1765 2387 1766 ------------------------------------------------------------------------ 2388 r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines 2389 Changed paths: 2390 M /trunk/cucul/canvas.c 1767 r777 | sam | 2006-05-26 07:01:10 +0000 (Fri, 26 May 2006) | 2 lines 2391 1768 2392 1769 * Fixed an out of bounds bug in cucul_blit(). 2393 1770 2394 1771 ------------------------------------------------------------------------ 2395 r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines 2396 Changed paths: 2397 M /trunk/caca-config.in 1772 r776 | sam | 2006-05-26 07:00:34 +0000 (Fri, 26 May 2006) | 2 lines 2398 1773 2399 1774 * Removed legacy CUCUL_LIBS from caca-config. 2400 1775 2401 1776 ------------------------------------------------------------------------ 2402 r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines 2403 Changed paths: 2404 M /trunk/caca/driver_ncurses.c 2405 M /trunk/caca/driver_slang.c 1777 r775 | sam | 2006-05-26 07:00:04 +0000 (Fri, 26 May 2006) | 3 lines 2406 1778 2407 1779 * UTF-8 input support for ncurses. … … 2409 1781 2410 1782 ------------------------------------------------------------------------ 2411 r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines 2412 Changed paths: 2413 M /trunk/caca/graphics.c 1783 r774 | sam | 2006-05-26 06:59:11 +0000 (Fri, 26 May 2006) | 2 lines 2414 1784 2415 1785 * Reduced IDLE_USEC by half. Today's machines are fast :-) 2416 1786 2417 1787 ------------------------------------------------------------------------ 2418 r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines 2419 Changed paths: 2420 M /trunk/caca/caca.c 2421 M /trunk/caca/driver_ncurses.c 2422 M /trunk/configure.ac 1788 r773 | sam | 2006-05-25 22:32:03 +0000 (Thu, 25 May 2006) | 3 lines 2423 1789 2424 1790 * Fixed UTF-8 support in ncurses. … … 2426 1792 2427 1793 ------------------------------------------------------------------------ 2428 r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines 2429 Changed paths: 2430 M /trunk/TODO 1794 r772 | sam | 2006-05-25 20:01:30 +0000 (Thu, 25 May 2006) | 2 lines 2431 1795 2432 1796 * Updated TODO list. 2433 1797 2434 1798 ------------------------------------------------------------------------ 2435 r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines 2436 Changed paths: 2437 M /trunk/caca/driver_slang.c 2438 M /trunk/cucul/box.c 2439 M /trunk/cucul/canvas.c 2440 M /trunk/cucul/charset.c 2441 M /trunk/cucul/conic.c 2442 M /trunk/cucul/cucul.h 2443 M /trunk/cucul/line.c 2444 M /trunk/cucul/triangle.c 1799 r771 | sam | 2006-05-25 20:01:10 +0000 (Thu, 25 May 2006) | 3 lines 2445 1800 2446 1801 * Have cucul_utf8_to_utf32 write how many bytes it read. … … 2448 1803 2449 1804 ------------------------------------------------------------------------ 2450 r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines 2451 Changed paths: 2452 M /trunk/cucul/export.c 1805 r770 | sam | 2006-05-25 19:59:35 +0000 (Thu, 25 May 2006) | 3 lines 2453 1806 2454 1807 * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without … … 2456 1809 2457 1810 ------------------------------------------------------------------------ 2458 r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines 2459 Changed paths: 2460 M /trunk/caca/caca.c 2461 M /trunk/caca/driver_ncurses.c 2462 M /trunk/test/colors.c 2463 M /trunk/test/input.c 1811 r769 | sam | 2006-05-25 19:58:21 +0000 (Thu, 25 May 2006) | 4 lines 2464 1812 2465 1813 * Minor cosmetic changes in the test programs. … … 2468 1816 2469 1817 ------------------------------------------------------------------------ 2470 r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines 2471 Changed paths: 2472 M /trunk/caca/driver_conio.c 1818 r768 | sam | 2006-05-25 19:56:55 +0000 (Thu, 25 May 2006) | 2 lines 2473 1819 2474 1820 * Fixed the DOS build. 2475 1821 2476 1822 ------------------------------------------------------------------------ 2477 r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines 2478 Changed paths: 2479 M /trunk/caca/caca_internals.h 1823 r767 | sam | 2006-05-25 19:56:03 +0000 (Thu, 25 May 2006) | 2 lines 2480 1824 2481 1825 * Minor cosmetic fix. 2482 1826 2483 1827 ------------------------------------------------------------------------ 2484 r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines 2485 Changed paths: 2486 M /trunk/caca/Makefile.am 2487 M /trunk/cucul/Makefile.am 2488 M /trunk/cxx/Makefile.am 2489 M /trunk/kernel/Makefile.am 2490 M /trunk/test/Makefile.am 2491 M /trunk/tools/Makefile.am 1828 r766 | sam | 2006-05-25 19:55:11 +0000 (Thu, 25 May 2006) | 3 lines 2492 1829 2493 1830 * Added -I${top_srcdir} to the compilation flags to fix builds configured … … 2495 1832 2496 1833 ------------------------------------------------------------------------ 2497 r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines 2498 Changed paths: 2499 M /trunk/configure.ac 2500 M /trunk/src/Makefile.am 1834 r765 | sam | 2006-05-25 19:11:18 +0000 (Thu, 25 May 2006) | 3 lines 2501 1835 2502 1836 * Removed --enable-network flag, but reused the test as a condition for … … 2504 1838 2505 1839 ------------------------------------------------------------------------ 2506 r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines 2507 Changed paths: 2508 M /trunk/build-dos 2509 M /trunk/build-win32 1840 r764 | sam | 2006-05-25 19:10:35 +0000 (Thu, 25 May 2006) | 2 lines 2510 1841 2511 1842 * Updated build scripts for DOS and Win32. 2512 1843 2513 1844 ------------------------------------------------------------------------ 2514 r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines 2515 Changed paths: 2516 M /trunk/caca/driver_ncurses.c 2517 M /trunk/caca/driver_slang.c 1845 r763 | sam | 2006-05-20 08:45:19 +0000 (Sat, 20 May 2006) | 3 lines 2518 1846 2519 1847 * Got backspace to work with the slang and ncurses drivers in an X … … 2521 1849 2522 1850 ------------------------------------------------------------------------ 2523 r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines 2524 Changed paths: 2525 M /trunk/caca/driver_gl.c 1851 r762 | sam | 2006-05-20 08:19:13 +0000 (Sat, 20 May 2006) | 2 lines 2526 1852 2527 1853 * More coding style fixes in the GL driver. 2528 1854 2529 1855 ------------------------------------------------------------------------ 2530 r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines 2531 Changed paths: 2532 M /trunk/caca/driver_gl.c 1856 r761 | sam | 2006-05-20 08:11:58 +0000 (Sat, 20 May 2006) | 2 lines 2533 1857 2534 1858 * Fixed awful indenting of the GL plugin. 2535 1859 2536 1860 ------------------------------------------------------------------------ 2537 r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines 2538 Changed paths: 2539 M /trunk/caca/driver_ncurses.c 1861 r760 | sam | 2006-05-20 05:45:57 +0000 (Sat, 20 May 2006) | 3 lines 2540 1862 2541 1863 * Make the ncurses driver UTF-8 and UTF-32 aware. … … 2543 1865 2544 1866 ------------------------------------------------------------------------ 2545 r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines 2546 Changed paths: 2547 M /trunk/caca/driver_slang.c 1867 r759 | sam | 2006-05-20 05:41:14 +0000 (Sat, 20 May 2006) | 3 lines 2548 1868 2549 1869 * Make the slang driver UTF-8 and UTF-32 aware. … … 2551 1871 2552 1872 ------------------------------------------------------------------------ 2553 r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines 2554 Changed paths: 2555 M /trunk/caca/caca.h 2556 M /trunk/caca/driver_conio.c 2557 M /trunk/caca/driver_gl.c 2558 M /trunk/caca/driver_ncurses.c 2559 M /trunk/caca/driver_slang.c 2560 M /trunk/caca/driver_win32.c 2561 M /trunk/caca/driver_x11.c 2562 M /trunk/caca/event.c 2563 M /trunk/test/input.c 1873 r758 | sam | 2006-05-20 05:29:24 +0000 (Sat, 20 May 2006) | 3 lines 2564 1874 2565 1875 * Renamed the event data member "ucs4" to "utf32" for consistency … … 2567 1877 2568 1878 ------------------------------------------------------------------------ 2569 r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines 2570 Changed paths: 2571 M /trunk/debian/changelog 2572 M /trunk/debian/control 1879 r757 | sam | 2006-05-20 05:28:31 +0000 (Sat, 20 May 2006) | 3 lines 2573 1880 2574 1881 * Added information from a recent Debian upload of the old … … 2576 1883 2577 1884 ------------------------------------------------------------------------ 2578 r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines 2579 Changed paths: 2580 M /trunk/test 2581 M /trunk/test/Makefile.am 2582 A /trunk/test/input.c 1885 r756 | sam | 2006-05-19 18:34:23 +0000 (Fri, 19 May 2006) | 2 lines 2583 1886 2584 1887 * Text input test program. Might be merged into libcaca if it works well. 2585 1888 2586 1889 ------------------------------------------------------------------------ 2587 r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines 2588 Changed paths: 2589 M /trunk/TODO 1890 r755 | sam | 2006-05-19 06:44:58 +0000 (Fri, 19 May 2006) | 2 lines 2590 1891 2591 1892 * Updated the TODO list. 2592 1893 2593 1894 ------------------------------------------------------------------------ 2594 r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines 2595 Changed paths: 2596 M /trunk/debian/caca-utils.install 2597 M /trunk/debian/libcucul-dev.install 1895 r754 | sam | 2006-05-19 06:00:00 +0000 (Fri, 19 May 2006) | 2 lines 2598 1896 2599 1897 * Install caca-config.1.gz in the libcucul-dev package, not caca-utils. 2600 1898 2601 1899 ------------------------------------------------------------------------ 2602 r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines 2603 Changed paths: 2604 M /trunk/caca/caca.h 2605 M /trunk/caca/graphics.c 2606 M /trunk/python/pypycaca.c 2607 M /trunk/python/pypycaca.h 2608 M /trunk/src/aafire.c 2609 M /trunk/src/cacaball.c 2610 M /trunk/src/cacamoir.c 2611 M /trunk/src/cacaplas.c 2612 M /trunk/test/demo.c 2613 M /trunk/test/frames.c 2614 M /trunk/test/gamma.c 1900 r753 | sam | 2006-05-19 05:44:27 +0000 (Fri, 19 May 2006) | 3 lines 2615 1901 2616 1902 * Renamed caca_set_delay() and caca_get_rendertime() into … … 2618 1904 2619 1905 ------------------------------------------------------------------------ 2620 r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines 2621 Changed paths: 2622 M /trunk/cucul/charset.c 1906 r752 | sam | 2006-05-19 05:30:01 +0000 (Fri, 19 May 2006) | 2 lines 2623 1907 2624 1908 * Documented the newly exported charset functions. 2625 1909 2626 1910 ------------------------------------------------------------------------ 2627 r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines 2628 Changed paths: 2629 M /trunk/caca/driver_ncurses.c 2630 M /trunk/caca/driver_slang.c 2631 M /trunk/cucul/box.c 2632 M /trunk/cucul/canvas.c 2633 M /trunk/cucul/charset.c 2634 M /trunk/cucul/conic.c 2635 M /trunk/cucul/cucul.h 2636 M /trunk/cucul/cucul_internals.h 2637 M /trunk/cucul/export.c 2638 M /trunk/cucul/import.c 2639 M /trunk/cucul/line.c 2640 M /trunk/cucul/triangle.c 2641 M /trunk/tools/makefont.c 1911 r751 | sam | 2006-05-19 04:53:48 +0000 (Fri, 19 May 2006) | 2 lines 2642 1912 2643 1913 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. 2644 1914 2645 1915 ------------------------------------------------------------------------ 2646 r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines 2647 Changed paths: 2648 M /trunk/cucul/font.c 2649 M /trunk/cucul/font_mono9.h 2650 M /trunk/cucul/font_monobold12.h 1916 r750 | sam | 2006-05-18 07:57:42 +0000 (Thu, 18 May 2006) | 2 lines 2651 1917 2652 1918 * Regenerated fonts and reactivated them under Win32. 2653 1919 2654 1920 ------------------------------------------------------------------------ 2655 r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines 2656 Changed paths: 2657 M /trunk/tools/makefont.c 1921 r749 | sam | 2006-05-18 07:56:54 +0000 (Thu, 18 May 2006) | 6 lines 2658 1922 2659 1923 * Elite trick in the font generator to cope with C89's string length … … 2664 1928 2665 1929 ------------------------------------------------------------------------ 2666 r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines 2667 Changed paths: 2668 M /trunk/test/font2tga.c 1930 r748 | sam | 2006-05-18 06:26:31 +0000 (Thu, 18 May 2006) | 2 lines 2669 1931 2670 1932 * font2tga no longer needs cucul_internal.h. 2671 1933 2672 1934 ------------------------------------------------------------------------ 2673 r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines 2674 Changed paths: 2675 M /trunk/cucul/box.c 2676 M /trunk/cucul/canvas.c 2677 M /trunk/cucul/conic.c 2678 M /trunk/cucul/cucul.h 2679 M /trunk/cucul/cucul_internals.h 2680 M /trunk/cucul/dither.c 2681 M /trunk/cucul/import.c 2682 M /trunk/cucul/line.c 2683 M /trunk/cucul/triangle.c 2684 M /trunk/test/font2tga.c 1935 r747 | sam | 2006-05-18 06:23:47 +0000 (Thu, 18 May 2006) | 5 lines 2685 1936 2686 1937 * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned … … 2690 1941 2691 1942 ------------------------------------------------------------------------ 2692 r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines 2693 Changed paths: 2694 M /trunk/test 2695 M /trunk/test/Makefile.am 2696 A /trunk/test/font2tga.c 1943 r746 | sam | 2006-05-18 06:13:36 +0000 (Thu, 18 May 2006) | 2 lines 2697 1944 2698 1945 * Added font2tga, a test program that exports our font in a known format. 2699 1946 2700 1947 ------------------------------------------------------------------------ 2701 r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines 2702 Changed paths: 2703 M /trunk/test/export.c 1948 r745 | sam | 2006-05-18 06:09:44 +0000 (Thu, 18 May 2006) | 3 lines 2704 1949 2705 1950 * If the export test target is ANSI or UTF-8, dither image with special … … 2707 1952 2708 1953 ------------------------------------------------------------------------ 2709 r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines 2710 Changed paths: 2711 M /trunk/configure.ac 1954 r744 | sam | 2006-05-18 05:43:43 +0000 (Thu, 18 May 2006) | 2 lines 2712 1955 2713 1956 * Removed useless -lXt from X11 libraries check. 2714 1957 2715 1958 ------------------------------------------------------------------------ 2716 r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines 2717 Changed paths: 2718 M /trunk/cucul/import.c 1959 r743 | sam | 2006-05-12 19:33:44 +0000 (Fri, 12 May 2006) | 2 lines 2719 1960 2720 1961 * Workaround for illegal ^[[0,0H ANSI escape code. 2721 1962 2722 1963 ------------------------------------------------------------------------ 2723 r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines 2724 Changed paths: 2725 M /trunk/cucul/dither.c 1964 r742 | sam | 2006-05-12 19:32:41 +0000 (Fri, 12 May 2006) | 3 lines 2726 1965 2727 1966 * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly … … 2729 1968 2730 1969 ------------------------------------------------------------------------ 2731 r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines 2732 Changed paths: 2733 M /trunk/cucul/export.c 1970 r741 | sam | 2006-05-12 19:31:50 +0000 (Fri, 12 May 2006) | 3 lines 2734 1971 2735 1972 * Add linebreaks to the ANSI exporter for better readability, and use … … 2737 1974 2738 1975 ------------------------------------------------------------------------ 2739 r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines 2740 Changed paths: 2741 M /trunk/cucul/export.c 1976 r740 | jylam | 2006-05-12 19:19:36 +0000 (Fri, 12 May 2006) | 2 lines 2742 1977 2743 1978 * Fixed postscript exporter, image in not at the bottom of the page anymore 2744 1979 2745 1980 ------------------------------------------------------------------------ 2746 r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line 2747 Changed paths: 2748 M /trunk/src/cacaserver.c 1981 r739 | sam | 2006-05-09 20:25:29 +0000 (Tue, 09 May 2006) | 1 line 2749 1982 2750 1983 * Use UTF-8 instead of ANSI in cacaserver 2751 1984 ------------------------------------------------------------------------ 2752 r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line 2753 Changed paths: 2754 M /trunk/cucul/font_mono9.h 2755 M /trunk/cucul/font_monobold12.h 1985 r738 | sam | 2006-05-09 18:59:00 +0000 (Tue, 09 May 2006) | 1 line 2756 1986 2757 1987 * Optimise built-in fonts. We gain about 100kB in the final binary. 2758 1988 ------------------------------------------------------------------------ 2759 r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines 2760 Changed paths: 2761 M /trunk/tools/makefont.c 1989 r737 | sam | 2006-05-09 15:52:15 +0000 (Tue, 09 May 2006) | 3 lines 2762 1990 2763 1991 * Optimise similar glyphs when generating a font. Given how many glyphs … … 2765 1993 2766 1994 ------------------------------------------------------------------------ 2767 r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines 2768 Changed paths: 2769 M /trunk/caca/driver_x11.c 1995 r736 | sam | 2006-05-09 01:58:47 +0000 (Tue, 09 May 2006) | 2 lines 2770 1996 2771 1997 * Added the long dash and middle dot CP437 characters to the X11 driver. 2772 1998 2773 1999 ------------------------------------------------------------------------ 2774 r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines 2775 Changed paths: 2776 M /trunk/cucul/import.c 2000 r735 | sam | 2006-05-09 01:57:47 +0000 (Tue, 09 May 2006) | 3 lines 2777 2001 2778 2002 * If the ANSI file we import does not use the 80 columns, we don't expand … … 2780 2004 2781 2005 ------------------------------------------------------------------------ 2782 r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines 2783 Changed paths: 2784 M /trunk/src/cacadraw.c 2006 r734 | sam | 2006-05-09 01:12:58 +0000 (Tue, 09 May 2006) | 3 lines 2785 2007 2786 2008 * Allow cacadraw to open several files; use 'n' and 'p' to cycle. … … 2788 2010 2789 2011 ------------------------------------------------------------------------ 2790 r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines 2791 Changed paths: 2792 M /trunk/kernel/kernel.c 2012 r733 | sam | 2006-05-09 01:03:02 +0000 (Tue, 09 May 2006) | 2 lines 2793 2013 2794 2014 * Removed a useless cast in the kernel code. 2795 2015 2796 2016 ------------------------------------------------------------------------ 2797 r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines 2798 Changed paths: 2799 M /trunk/DotNet 2800 M /trunk/DotNet/AssemblyInfo.cs 2801 M /trunk/DotNet/Caca.cs 2802 M /trunk/DotNet/Cucul.cs 2803 M /trunk/DotNet/test.cs 2017 r732 | sam | 2006-05-09 00:59:29 +0000 (Tue, 09 May 2006) | 2 lines 2804 2018 2805 2019 * Set svn properties on the .NET files. 2806 2020 2807 2021 ------------------------------------------------------------------------ 2808 r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines 2809 Changed paths: 2810 M /trunk/test/font.c 2811 M /trunk/test/text.c 2022 r731 | sam | 2006-05-09 00:47:28 +0000 (Tue, 09 May 2006) | 3 lines 2812 2023 2813 2024 * Cosmetic fix in test/font.c. … … 2815 2026 2816 2027 ------------------------------------------------------------------------ 2817 r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines 2818 Changed paths: 2819 M /trunk/caca/caca.h 2028 r730 | sam | 2006-05-09 00:46:08 +0000 (Tue, 09 May 2006) | 2 lines 2820 2029 2821 2030 * Minor cosmetic fix in a comment. 2822 2031 2823 2032 ------------------------------------------------------------------------ 2824 r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines 2825 Changed paths: 2826 M /trunk/cucul/font_mono9.h 2827 M /trunk/cucul/font_monobold12.h 2828 M /trunk/tools/makefont.c 2033 r729 | sam | 2006-05-09 00:43:22 +0000 (Tue, 09 May 2006) | 2 lines 2829 2034 2830 2035 * Added a few more Unicode blocks to the default fonts. 2831 2036 2832 2037 ------------------------------------------------------------------------ 2833 r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines 2834 Changed paths: 2835 M /trunk/cucul/transform.c 2038 r728 | sam | 2006-05-09 00:36:33 +0000 (Tue, 09 May 2006) | 2 lines 2836 2039 2837 2040 * Added a few more Unicode characters to the glyph transformations. 2838 2041 2839 2042 ------------------------------------------------------------------------ 2840 r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines 2841 Changed paths: 2842 M /trunk/cucul/cucul.h 2843 M /trunk/cucul/dither.c 2043 r727 | sam | 2006-05-09 00:34:16 +0000 (Tue, 09 May 2006) | 3 lines 2844 2044 2845 2045 * Changed the cucul_create_dither() prototype to make sure the mask … … 2847 2047 2848 2048 ------------------------------------------------------------------------ 2849 r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines 2850 Changed paths: 2851 M /trunk/test/export.c 2049 r721 | sam | 2006-05-05 15:19:44 +0000 (Fri, 05 May 2006) | 3 lines 2852 2050 2853 2051 * Make the export test 80 columns wide, so that the ANSI we generate can … … 2855 2053 2856 2054 ------------------------------------------------------------------------ 2857 r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines 2858 Changed paths: 2859 M /trunk/cucul/font_mono9.h 2860 M /trunk/cucul/font_monobold12.h 2055 r720 | sam | 2006-05-05 15:13:32 +0000 (Fri, 05 May 2006) | 2 lines 2861 2056 2862 2057 * Updated fonts with the new hardcoded CP437 glyphs. 2863 2058 2864 2059 ------------------------------------------------------------------------ 2865 r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines 2866 Changed paths: 2867 M /trunk/tools/makefont.c 2060 r719 | sam | 2006-05-05 15:12:50 +0000 (Fri, 05 May 2006) | 3 lines 2868 2061 2869 2062 * Hardcode a few CP437 glyphs in makefont.c because they don't look that … … 2871 2064 2872 2065 ------------------------------------------------------------------------ 2873 r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines 2874 Changed paths: 2875 M /trunk/caca/driver_ncurses.c 2876 M /trunk/caca/driver_slang.c 2877 M /trunk/tools/Makefile.am 2878 M /trunk/tools/makefont.c 2066 r718 | sam | 2006-05-05 14:03:40 +0000 (Fri, 05 May 2006) | 2 lines 2879 2067 2880 2068 * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8(). 2881 2069 2882 2070 ------------------------------------------------------------------------ 2883 r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines 2884 Changed paths: 2885 M /trunk/cucul/export.c 2071 r717 | sam | 2006-05-05 13:44:54 +0000 (Fri, 05 May 2006) | 3 lines 2886 2072 2887 2073 * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and … … 2889 2075 2890 2076 ------------------------------------------------------------------------ 2891 r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines 2892 Changed paths: 2893 M /trunk/cucul/charset.c 2894 M /trunk/cucul/cucul_internals.h 2077 r716 | sam | 2006-05-05 05:09:54 +0000 (Fri, 05 May 2006) | 2 lines 2895 2078 2896 2079 * Implemented the private _cucul_utf32_to_utf8() helper. 2897 2080 2898 2081 ------------------------------------------------------------------------ 2899 r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines 2900 Changed paths: 2901 M /trunk/cucul/export.c 2082 r715 | sam | 2006-05-05 05:08:51 +0000 (Fri, 05 May 2006) | 2 lines 2902 2083 2903 2084 * Exporter now generates valid ANSI, with CP437 characters. 2904 2085 2905 2086 ------------------------------------------------------------------------ 2906 r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines 2907 Changed paths: 2908 M /trunk/cucul/export.c 2087 r714 | sam | 2006-05-04 22:00:52 +0000 (Thu, 04 May 2006) | 3 lines 2909 2088 2910 2089 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured … … 2912 2091 2913 2092 ------------------------------------------------------------------------ 2914 r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines 2915 Changed paths: 2916 M /trunk/cucul/colour.c 2093 r713 | sam | 2006-05-04 21:34:10 +0000 (Thu, 04 May 2006) | 3 lines 2917 2094 2918 2095 * Use a slightly different RGB palette for ANSI colours, so that brown … … 2920 2097 2921 2098 ------------------------------------------------------------------------ 2922 r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines 2923 Changed paths: 2924 M /trunk/DotNet/test.cs 2925 M /trunk/caca/event.c 2926 M /trunk/doc/tutorial.dox 2099 r712 | jylam | 2006-05-02 18:26:02 +0000 (Tue, 02 May 2006) | 2 lines 2927 2100 2928 2101 * Fixed error in tutorial, updated caca_get_event() doc 2929 2102 2930 2103 ------------------------------------------------------------------------ 2931 r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines 2932 Changed paths: 2933 M /trunk/DotNet/AssemblyInfo.cs 2934 M /trunk/DotNet/Caca.cs 2935 M /trunk/DotNet/Cucul.cs 2936 M /trunk/DotNet/test.cs 2104 r711 | jylam | 2006-04-29 11:26:44 +0000 (Sat, 29 Apr 2006) | 2 lines 2937 2105 2938 2106 * Fixed $Id 2939 2107 2940 2108 ------------------------------------------------------------------------ 2941 r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines 2942 Changed paths: 2943 A /trunk/DotNet 2944 A /trunk/DotNet/AssemblyInfo.cs 2945 A /trunk/DotNet/Caca.cs 2946 A /trunk/DotNet/Cucul.cs 2947 A /trunk/DotNet/Makefile 2948 A /trunk/DotNet/libCaca.dll.config 2949 A /trunk/DotNet/libCucul.dll.config 2950 A /trunk/DotNet/test.cs 2109 r710 | jylam | 2006-04-29 11:20:43 +0000 (Sat, 29 Apr 2006) | 2 lines 2951 2110 2952 2111 * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished 2953 2112 2954 2113 ------------------------------------------------------------------------ 2955 r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines 2956 Changed paths: 2957 M /trunk/cucul/cucul.h 2958 M /trunk/cucul/dither.c 2959 M /trunk/cucul/export.c 2960 M /trunk/cucul/font.c 2961 M /trunk/cucul/import.c 2962 M /trunk/cucul/sprite.c 2963 M /trunk/cucul/transform.c 2114 r709 | sam | 2006-04-27 14:15:23 +0000 (Thu, 27 Apr 2006) | 2 lines 2964 2115 2965 2116 * Completed return value and errno handling in libcucul API. 2966 2117 2967 2118 ------------------------------------------------------------------------ 2968 r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines 2969 Changed paths: 2970 M /trunk/test/export.c 2119 r708 | sam | 2006-04-27 13:02:27 +0000 (Thu, 27 Apr 2006) | 2 lines 2971 2120 2972 2121 * Allow an optional input filename in the export test for cheap conversions. 2973 2122 2974 2123 ------------------------------------------------------------------------ 2975 r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines 2976 Changed paths: 2977 M /trunk/caca/driver_gl.c 2978 M /trunk/cucul/import.c 2124 r707 | jylam | 2006-04-26 18:59:20 +0000 (Wed, 26 Apr 2006) | 2 lines 2979 2125 2980 2126 * coding style fixes again 2981 2127 2982 2128 ------------------------------------------------------------------------ 2983 r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines 2984 Changed paths: 2985 M /trunk/cxx/caca++.cpp 2986 M /trunk/cxx/caca++.h 2987 M /trunk/cxx/cucul++.h 2988 M /trunk/src/cacadraw.c 2129 r706 | jylam | 2006-04-26 18:53:08 +0000 (Wed, 26 Apr 2006) | 2 lines 2989 2130 2990 2131 * Fixed indentation. I did it myself, I'm a big boy. 2991 2132 2992 2133 ------------------------------------------------------------------------ 2993 r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines 2994 Changed paths: 2995 M /trunk/cucul/import.c 2134 r705 | sam | 2006-04-26 17:24:27 +0000 (Wed, 26 Apr 2006) | 2 lines 2996 2135 2997 2136 * Fixed line wrapping on some weird ANSI files. 2998 2137 2999 2138 ------------------------------------------------------------------------ 3000 r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines 3001 Changed paths: 3002 M /trunk/cucul/import.c 2139 r704 | sam | 2006-04-26 17:02:37 +0000 (Wed, 26 Apr 2006) | 2 lines 3003 2140 3004 2141 * Fixed an ANSI rendering bug related to the bold attribute. 3005 2142 3006 2143 ------------------------------------------------------------------------ 3007 r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines 3008 Changed paths: 3009 M /trunk/cucul/font_mono9.h 3010 M /trunk/cucul/font_monobold12.h 3011 M /trunk/tools/makefont.c 2144 r703 | sam | 2006-04-26 15:21:28 +0000 (Wed, 26 Apr 2006) | 3 lines 3012 2145 3013 2146 * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the … … 3015 2148 3016 2149 ------------------------------------------------------------------------ 3017 r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines 3018 Changed paths: 3019 M /trunk/cucul/import.c 2150 r702 | sam | 2006-04-26 14:36:11 +0000 (Wed, 26 Apr 2006) | 2 lines 3020 2151 3021 2152 * Minor code reorganisation and documenting. 3022 2153 3023 2154 ------------------------------------------------------------------------ 3024 r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines 3025 Changed paths: 3026 M /trunk/caca/driver_gl.c 2155 r701 | jylam | 2006-04-26 14:06:19 +0000 (Wed, 26 Apr 2006) | 2 lines 3027 2156 3028 2157 * Added preliminary (it means that's fucked up) CP437 codepage 3029 2158 3030 2159 ------------------------------------------------------------------------ 3031 r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines 3032 Changed paths: 3033 M /trunk/caca/driver_x11.c 2160 r700 | sam | 2006-04-26 13:22:04 +0000 (Wed, 26 Apr 2006) | 2 lines 3034 2161 3035 2162 * Added U+25A0 (■) to the CP437 hack in the X11 driver. 3036 2163 3037 2164 ------------------------------------------------------------------------ 3038 r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines 3039 Changed paths: 3040 M /trunk/caca/driver_gl.c 2165 r699 | jylam | 2006-04-26 12:59:14 +0000 (Wed, 26 Apr 2006) | 2 lines 3041 2166 3042 2167 * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah ! 3043 2168 3044 2169 ------------------------------------------------------------------------ 3045 r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines 3046 Changed paths: 3047 M /trunk/caca/driver_x11.c 2170 r698 | jylam | 2006-04-26 12:57:31 +0000 (Wed, 26 Apr 2006) | 2 lines 3048 2171 3049 2172 * removed duplicate code 3050 2173 3051 2174 ------------------------------------------------------------------------ 3052 r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines 3053 Changed paths: 3054 M /trunk/caca/driver_x11.c 2175 r697 | sam | 2006-04-26 12:51:37 +0000 (Wed, 26 Apr 2006) | 2 lines 3055 2176 3056 2177 * Wow, we even have Home/End support in X11. 3057 2178 3058 2179 ------------------------------------------------------------------------ 3059 r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines 3060 Changed paths: 3061 M /trunk/caca/driver_x11.c 2180 r696 | sam | 2006-04-26 12:48:41 +0000 (Wed, 26 Apr 2006) | 2 lines 3062 2181 3063 2182 * PageUp/PageDown support in X11. 3064 2183 3065 2184 ------------------------------------------------------------------------ 3066 r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines 3067 Changed paths: 3068 M /trunk/caca/driver_gl.c 2185 r695 | jylam | 2006-04-26 12:47:21 +0000 (Wed, 26 Apr 2006) | 2 lines 3069 2186 3070 2187 * Fixed home/pgup/pgdown/insert events 3071 2188 3072 2189 ------------------------------------------------------------------------ 3073 r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines 3074 Changed paths: 3075 M /trunk/src/cacadraw.c 2190 r694 | jylam | 2006-04-26 12:36:31 +0000 (Wed, 26 Apr 2006) | 2 lines 3076 2191 3077 2192 * page up / down 3078 2193 3079 2194 ------------------------------------------------------------------------ 3080 r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines 3081 Changed paths: 3082 M /trunk/cucul/import.c 2195 r693 | sam | 2006-04-26 12:30:54 +0000 (Wed, 26 Apr 2006) | 3 lines 3083 2196 3084 2197 * In ANSI, bold only sets the foreground colour to bright, not the … … 3086 2199 3087 2200 ------------------------------------------------------------------------ 3088 r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines 3089 Changed paths: 3090 M /trunk/src 3091 M /trunk/src/Makefile.am 3092 A /trunk/src/cacadraw.c 3093 M /trunk/test/import.c 2201 r692 | sam | 2006-04-26 12:25:44 +0000 (Wed, 26 Apr 2006) | 3 lines 3094 2202 3095 2203 * Added cacadraw. It only shows files and lets you scroll for now, but … … 3097 2205 3098 2206 ------------------------------------------------------------------------ 3099 r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines 3100 Changed paths: 3101 M /trunk/cucul/import.c 2207 r691 | jylam | 2006-04-26 12:23:30 +0000 (Wed, 26 Apr 2006) | 2 lines 3102 2208 3103 2209 * Really updated doc 3104 2210 3105 2211 ------------------------------------------------------------------------ 3106 r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines 3107 Changed paths: 3108 M /trunk/cucul/import.c 2212 r690 | jylam | 2006-04-26 12:18:35 +0000 (Wed, 26 Apr 2006) | 2 lines 3109 2213 3110 2214 * Fixed documentation for import 3111 2215 3112 2216 ------------------------------------------------------------------------ 3113 r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines 3114 Changed paths: 3115 D /trunk/cpp 2217 r689 | sam | 2006-04-26 12:17:22 +0000 (Wed, 26 Apr 2006) | 2 lines 3116 2218 3117 2219 * Removed legacy cpp directory. 3118 2220 3119 2221 ------------------------------------------------------------------------ 3120 r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines 3121 Changed paths: 3122 M /trunk/Makefile.am 3123 M /trunk/configure.ac 3124 A /trunk/cxx (from /trunk/cpp:684) 3125 M /trunk/cxx/Makefile.am 3126 R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686) 3127 R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686) 3128 R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686) 3129 R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686) 3130 R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686) 2222 r688 | jylam | 2006-04-26 12:11:55 +0000 (Wed, 26 Apr 2006) | 2 lines 3131 2223 3132 2224 * Updated C++ bindings and renamed directory to more comprehensive cxx 3133 2225 3134 2226 ------------------------------------------------------------------------ 3135 r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines 3136 Changed paths: 3137 M /trunk/test/event.c 2227 r687 | sam | 2006-04-26 12:06:13 +0000 (Wed, 26 Apr 2006) | 2 lines 3138 2228 3139 2229 * Minor typo. 3140 2230 3141 2231 ------------------------------------------------------------------------ 3142 r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines 3143 Changed paths: 3144 M /trunk/cpp/caca++.cpp 3145 M /trunk/cpp/caca++.h 3146 M /trunk/cpp/cpptest.cpp 3147 M /trunk/cpp/cucul++.cpp 3148 M /trunk/cpp/cucul++.h 2232 r686 | jylam | 2006-04-26 11:57:30 +0000 (Wed, 26 Apr 2006) | 2 lines 3149 2233 3150 2234 * Updated libcaca c++ bindings 3151 2235 3152 2236 ------------------------------------------------------------------------ 3153 r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines 3154 Changed paths: 3155 M /trunk/cucul/buffer.c 3156 M /trunk/cucul/cucul.h 3157 M /trunk/cucul/cucul_internals.h 3158 M /trunk/cucul/export.c 3159 M /trunk/cucul/import.c 3160 M /trunk/src/cacaplay.c 3161 M /trunk/src/cacaserver.c 3162 M /trunk/test 3163 M /trunk/test/import.c 3164 M /trunk/test/text.c 2237 r685 | sam | 2006-04-26 11:54:26 +0000 (Wed, 26 Apr 2006) | 5 lines 3165 2238 3166 2239 * Implemented cucul_load_file() and cucul_load_memory() to load respectively … … 3170 2243 3171 2244 ------------------------------------------------------------------------ 3172 r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines 3173 Changed paths: 3174 M /trunk/cucul/import.c 2245 r684 | sam | 2006-04-26 11:29:50 +0000 (Wed, 26 Apr 2006) | 2 lines 3175 2246 3176 2247 * Argh, _really_ fixed the uninitialised variable. 3177 2248 3178 2249 ------------------------------------------------------------------------ 3179 r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines 3180 Changed paths: 3181 M /trunk/cucul/import.c 2250 r683 | sam | 2006-04-26 11:28:55 +0000 (Wed, 26 Apr 2006) | 2 lines 3182 2251 3183 2252 * Fixed an uninitialised variable. 3184 2253 3185 2254 ------------------------------------------------------------------------ 3186 r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines 3187 Changed paths: 3188 M /trunk/cucul/import.c 2255 r682 | sam | 2006-04-26 10:22:31 +0000 (Wed, 26 Apr 2006) | 4 lines 3189 2256 3190 2257 * Fixed our buffer overflow in the ANSI parser by simply skipping control … … 3193 2260 3194 2261 ------------------------------------------------------------------------ 3195 r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines 3196 Changed paths: 3197 M /trunk/cpp/cpptest.cpp 3198 M /trunk/cpp/cucul++.cpp 3199 M /trunk/cpp/cucul++.h 3200 M /trunk/test/demo.c 2262 r681 | jylam | 2006-04-26 10:04:02 +0000 (Wed, 26 Apr 2006) | 2 lines 3201 2263 3202 2264 * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all. 3203 2265 3204 2266 ------------------------------------------------------------------------ 3205 r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines 3206 Changed paths: 3207 M /trunk/cucul/import.c 2267 r680 | sam | 2006-04-26 09:56:26 +0000 (Wed, 26 Apr 2006) | 3 lines 3208 2268 3209 2269 * More robust ANSI sequence argument parser. Detects private sequences and … … 3211 2271 3212 2272 ------------------------------------------------------------------------ 3213 r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines 3214 Changed paths: 3215 M /trunk/cucul/import.c 2273 r679 | jylam | 2006-04-26 09:00:40 +0000 (Wed, 26 Apr 2006) | 2 lines 3216 2274 3217 2275 * Fixed warning in a clever and tested way. Bordel de merde. 3218 2276 3219 2277 ------------------------------------------------------------------------ 3220 r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines 3221 Changed paths: 3222 M /trunk/cucul/import.c 2278 r678 | sam | 2006-04-26 08:21:46 +0000 (Wed, 26 Apr 2006) | 2 lines 3223 2279 3224 2280 * Coding style. 3225 2281 3226 2282 ------------------------------------------------------------------------ 3227 r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines 3228 Changed paths: 3229 M /trunk/cucul/import.c 2283 r677 | sam | 2006-04-26 08:12:57 +0000 (Wed, 26 Apr 2006) | 2 lines 3230 2284 3231 2285 * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). 3232 2286 3233 2287 ------------------------------------------------------------------------ 3234 r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines 3235 Changed paths: 3236 M /trunk/cucul/import.c 2288 r676 | jylam | 2006-04-26 08:09:14 +0000 (Wed, 26 Apr 2006) | 2 lines 3237 2289 3238 2290 * Fixed warnings in ansi importer 3239 2291 3240 2292 ------------------------------------------------------------------------ 3241 r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines 3242 Changed paths: 3243 M /trunk/cucul/import.c 2293 r675 | sam | 2006-04-26 07:57:26 +0000 (Wed, 26 Apr 2006) | 2 lines 3244 2294 3245 2295 * More cleaning up of the ANSI loader. Fixed reverse video. 3246 2296 3247 2297 ------------------------------------------------------------------------ 3248 r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines 3249 Changed paths: 3250 M /trunk/cucul/colour.c 2298 r674 | sam | 2006-04-26 07:46:58 +0000 (Wed, 26 Apr 2006) | 2 lines 3251 2299 3252 2300 * Set the transparent colour's RGB values to the default colour's ones. 3253 2301 3254 2302 ------------------------------------------------------------------------ 3255 r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines 3256 Changed paths: 3257 M /trunk/cucul/import.c 2303 r673 | jylam | 2006-04-25 18:23:33 +0000 (Tue, 25 Apr 2006) | 2 lines 3258 2304 3259 2305 * Improved ANSI format detection 3260 2306 3261 2307 ------------------------------------------------------------------------ 3262 r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines 3263 Changed paths: 3264 M /trunk/cucul/import.c 2308 r672 | sam | 2006-04-25 18:16:42 +0000 (Tue, 25 Apr 2006) | 2 lines 3265 2309 3266 2310 * Really fixed bold in ANSI loader, and removed dead code. 3267 2311 3268 2312 ------------------------------------------------------------------------ 3269 r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines 3270 Changed paths: 3271 M /trunk/cucul/import.c 2313 r671 | sam | 2006-04-25 18:02:20 +0000 (Tue, 25 Apr 2006) | 2 lines 3272 2314 3273 2315 * Simplified _manage_modifiers() a bit. 3274 2316 3275 2317 ------------------------------------------------------------------------ 3276 r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines 3277 Changed paths: 3278 M /trunk/cucul/import.c 2318 r670 | sam | 2006-04-25 17:46:49 +0000 (Tue, 25 Apr 2006) | 2 lines 3279 2319 3280 2320 * Fixed bold support in ANSI loader. 3281 2321 3282 2322 ------------------------------------------------------------------------ 3283 r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines 3284 Changed paths: 3285 M /trunk/cucul/import.c 2323 r669 | sam | 2006-04-25 17:43:16 +0000 (Tue, 25 Apr 2006) | 2 lines 3286 2324 3287 2325 * A few fixes in the ANSI interpreter. 3288 2326 3289 2327 ------------------------------------------------------------------------ 3290 r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines 3291 Changed paths: 3292 M /trunk/cucul/import.c 2328 r668 | sam | 2006-04-25 16:28:00 +0000 (Tue, 25 Apr 2006) | 2 lines 3293 2329 3294 2330 * Got rid of _update_canvas_size(). 3295 2331 3296 2332 ------------------------------------------------------------------------ 3297 r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines 3298 Changed paths: 3299 M /trunk/cucul/import.c 2333 r667 | jylam | 2006-04-25 15:39:13 +0000 (Tue, 25 Apr 2006) | 2 lines 3300 2334 3301 2335 * _updated_coding_style(aBit); 3302 2336 3303 2337 ------------------------------------------------------------------------ 3304 r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines 3305 Changed paths: 3306 M /trunk/cucul/import.c 2338 r666 | sam | 2006-04-25 15:22:53 +0000 (Tue, 25 Apr 2006) | 2 lines 3307 2339 3308 2340 * Ahahaha. Meet the "optimisation" that breaks everything. 3309 2341 3310 2342 ------------------------------------------------------------------------ 3311 r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines 3312 Changed paths: 3313 M /trunk/cucul/import.c 2343 r665 | sam | 2006-04-25 15:04:19 +0000 (Tue, 25 Apr 2006) | 2 lines 3314 2344 3315 2345 * Small optimisation in import_text(). 3316 2346 3317 2347 ------------------------------------------------------------------------ 3318 r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines 3319 Changed paths: 3320 M /trunk/cucul/import.c 2348 r664 | sam | 2006-04-25 14:12:31 +0000 (Tue, 25 Apr 2006) | 2 lines 3321 2349 3322 2350 * Really minor coding style fixes in the ANSI importer. 3323 2351 3324 2352 ------------------------------------------------------------------------ 3325 r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines 3326 Changed paths: 3327 M /trunk/cucul/canvas.c 3328 M /trunk/cucul/colour.c 3329 M /trunk/cucul/cucul.c 3330 M /trunk/cucul/cucul.h 3331 M /trunk/cucul/cucul_internals.h 2353 r663 | sam | 2006-04-25 11:05:25 +0000 (Tue, 25 Apr 2006) | 2 lines 3332 2354 3333 2355 * More error checking in libcucul. 3334 2356 3335 2357 ------------------------------------------------------------------------ 3336 r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines 3337 Changed paths: 3338 M /trunk/test/import.c 2358 r662 | sam | 2006-04-25 11:05:03 +0000 (Tue, 25 Apr 2006) | 2 lines 3339 2359 3340 2360 * Jylam is too modest. 3341 2361 3342 2362 ------------------------------------------------------------------------ 3343 r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines 3344 Changed paths: 3345 A /trunk/test/import.c 2363 r661 | jylam | 2006-04-25 10:14:47 +0000 (Tue, 25 Apr 2006) | 2 lines 3346 2364 3347 2365 * Added importers test 3348 2366 3349 2367 ------------------------------------------------------------------------ 3350 r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines 3351 Changed paths: 3352 M /trunk/cucul/import.c 3353 M /trunk/test/Makefile.am 2368 r660 | jylam | 2006-04-25 10:14:12 +0000 (Tue, 25 Apr 2006) | 2 lines 3354 2369 3355 2370 * Added preliminary ANSI importer, added import formats autodection 3356 2371 3357 2372 ------------------------------------------------------------------------ 3358 r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines 3359 Changed paths: 3360 M /trunk/configure.ac 3361 M /trunk/cucul/box.c 3362 M /trunk/cucul/buffer.c 3363 M /trunk/cucul/canvas.c 3364 M /trunk/cucul/conic.c 3365 M /trunk/cucul/cucul.h 3366 M /trunk/cucul/line.c 3367 M /trunk/cucul/triangle.c 2373 r659 | sam | 2006-04-25 09:59:58 +0000 (Tue, 25 Apr 2006) | 4 lines 3368 2374 3369 2375 * Check for <errno.h>. … … 3372 2378 3373 2379 ------------------------------------------------------------------------ 3374 r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines 3375 Changed paths: 3376 M /trunk/cucul/Makefile.am 3377 M /trunk/cucul/cucul.h 3378 D /trunk/cucul/error.c 2380 r658 | sam | 2006-04-25 09:34:41 +0000 (Tue, 25 Apr 2006) | 2 lines 3379 2381 3380 2382 * Reverted that errno stuff. We'll just use the real errno. 3381 2383 3382 2384 ------------------------------------------------------------------------ 3383 r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines 3384 Changed paths: 3385 M /trunk/cucul/Makefile.am 3386 M /trunk/cucul/cucul.h 3387 A /trunk/cucul/error.c 2385 r657 | sam | 2006-04-25 08:54:44 +0000 (Tue, 25 Apr 2006) | 2 lines 3388 2386 3389 2387 * Added basis for an errno-like mechanism. 3390 2388 3391 2389 ------------------------------------------------------------------------ 3392 r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines 3393 Changed paths: 3394 M /trunk/build-win32 3395 M /trunk/configure.ac 2390 r656 | sam | 2006-04-24 22:10:38 +0000 (Mon, 24 Apr 2006) | 3 lines 3396 2391 3397 2392 * Removed my previously introduced --enable-pangoft2 and replaced it with … … 3399 2394 3400 2395 ------------------------------------------------------------------------ 3401 r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines 3402 Changed paths: 3403 M /trunk/build-win32 3404 M /trunk/configure.ac 3405 M /trunk/src/Makefile.am 3406 M /trunk/src/cacaserver.c 2396 r655 | sam | 2006-04-24 21:45:26 +0000 (Mon, 24 Apr 2006) | 2 lines 3407 2397 3408 2398 * Brought the Win32 build back on its wheels. 3409 2399 3410 2400 ------------------------------------------------------------------------ 3411 r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines 3412 Changed paths: 3413 M /trunk/common.h 3414 M /trunk/configure.ac 3415 M /trunk/cucul/font.c 3416 M /trunk/src/cacaserver.c 3417 M /trunk/tools/makefont.c 2401 r654 | sam | 2006-04-24 21:09:06 +0000 (Mon, 24 Apr 2006) | 2 lines 3418 2402 3419 2403 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. 3420 2404 3421 2405 ------------------------------------------------------------------------ 3422 r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines 3423 Changed paths: 3424 M /trunk/caca/driver_win32.c 2406 r653 | sam | 2006-04-24 21:05:31 +0000 (Mon, 24 Apr 2006) | 2 lines 3425 2407 3426 2408 * Fixed minor compilation warning. 3427 2409 3428 2410 ------------------------------------------------------------------------ 3429 r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines 3430 Changed paths: 3431 M /trunk/common.h 2411 r652 | sam | 2006-04-24 20:56:07 +0000 (Mon, 24 Apr 2006) | 2 lines 3432 2412 3433 2413 * Win32 compilation fix. 3434 2414 3435 2415 ------------------------------------------------------------------------ 3436 r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines 3437 Changed paths: 3438 M /trunk/cucul/font.c 2416 r651 | sam | 2006-04-24 20:55:46 +0000 (Mon, 24 Apr 2006) | 2 lines 3439 2417 3440 2418 * On win32, only disable the built-in fonts, not all the font functions. 3441 2419 3442 2420 ------------------------------------------------------------------------ 3443 r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines 3444 Changed paths: 3445 M /trunk/common.h 3446 M /trunk/configure.ac 3447 M /trunk/cucul/font.c 3448 M /trunk/tools/makefont.c 2421 r650 | sam | 2006-04-24 20:45:55 +0000 (Mon, 24 Apr 2006) | 3 lines 3449 2422 3450 2423 * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h … … 3452 2425 3453 2426 ------------------------------------------------------------------------ 3454 r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines 3455 Changed paths: 3456 M /trunk/doc/style.dox 2427 r649 | sam | 2006-04-24 20:39:54 +0000 (Mon, 24 Apr 2006) | 2 lines 3457 2428 3458 2429 * Hahaha, fixed the coding style example. 3459 2430 3460 2431 ------------------------------------------------------------------------ 3461 r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines 3462 Changed paths: 3463 M /trunk/caca/caca.c 3464 M /trunk/caca/caca_internals.h 3465 M /trunk/caca/driver_conio.c 3466 M /trunk/caca/driver_gl.c 3467 M /trunk/caca/driver_ncurses.c 3468 M /trunk/caca/driver_raw.c 3469 M /trunk/caca/driver_slang.c 3470 M /trunk/caca/driver_vga.c 3471 M /trunk/caca/driver_win32.c 3472 M /trunk/caca/driver_x11.c 3473 M /trunk/caca/event.c 3474 M /trunk/caca/graphics.c 3475 M /trunk/caca/time.c 3476 M /trunk/common.h 3477 M /trunk/configure.ac 3478 M /trunk/cucul/box.c 3479 M /trunk/cucul/buffer.c 3480 M /trunk/cucul/canvas.c 3481 M /trunk/cucul/charset.c 3482 M /trunk/cucul/colour.c 3483 M /trunk/cucul/conic.c 3484 M /trunk/cucul/cucul.c 3485 M /trunk/cucul/cucul_internals.h 3486 M /trunk/cucul/dither.c 3487 M /trunk/cucul/export.c 3488 M /trunk/cucul/font.c 3489 M /trunk/cucul/import.c 3490 M /trunk/cucul/line.c 3491 M /trunk/cucul/sprite.c 3492 M /trunk/cucul/transform.c 3493 M /trunk/cucul/triangle.c 3494 M /trunk/kernel/kernel.c 3495 M /trunk/src/aafire.c 3496 M /trunk/src/cacaball.c 3497 M /trunk/src/cacamoir.c 3498 M /trunk/src/cacaplas.c 3499 M /trunk/src/cacaplay.c 3500 M /trunk/src/cacaserver.c 3501 M /trunk/src/cacaview.c 3502 M /trunk/src/common-image.c 3503 M /trunk/src/img2irc.c 3504 M /trunk/test/colors.c 3505 M /trunk/test/demo.c 3506 M /trunk/test/dithering.c 3507 M /trunk/test/event.c 3508 M /trunk/test/spritedit.c 3509 M /trunk/tools/makefont.c 3510 M /trunk/tools/optipal.c 2432 r648 | sam | 2006-04-24 20:35:59 +0000 (Mon, 24 Apr 2006) | 3 lines 3511 2433 3512 2434 * Removed duplicate uint*_t defines from *_internal.h and included common.h … … 3514 2436 3515 2437 ------------------------------------------------------------------------ 3516 r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines 3517 Changed paths: 3518 M /trunk/Makefile.am 3519 A /trunk/common.h 3520 M /trunk/test/export.c 3521 M /trunk/test/font.c 3522 M /trunk/test/frames.c 3523 M /trunk/test/gamma.c 3524 M /trunk/test/hsv.c 3525 M /trunk/test/text.c 3526 M /trunk/test/transform.c 3527 M /trunk/test/truecolor.c 3528 M /trunk/test/unicode.c 2438 r647 | sam | 2006-04-24 19:57:23 +0000 (Mon, 24 Apr 2006) | 3 lines 3529 2439 3530 2440 * Added "common.h", a placeholder for simple features and functions missing … … 3532 2442 3533 2443 ------------------------------------------------------------------------ 3534 r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines 3535 Changed paths: 3536 M /trunk/cucul/export.c 2444 r646 | sam | 2006-04-24 18:46:06 +0000 (Mon, 24 Apr 2006) | 3 lines 3537 2445 3538 2446 * Print '?' for Unicode characters in the ANSI export. We'll decide later … … 3540 2448 3541 2449 ------------------------------------------------------------------------ 3542 r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines 3543 Changed paths: 3544 M /trunk/configure.ac 2450 r645 | sam | 2006-04-24 17:51:23 +0000 (Mon, 24 Apr 2006) | 2 lines 3545 2451 3546 2452 * Oops, fixed an old typo that brevented building without PangoFt2. 3547 2453 3548 2454 ------------------------------------------------------------------------ 3549 r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines 3550 Changed paths: 3551 M /trunk/debian/Makefile.am 3552 M /trunk/debian/caca-utils.install 3553 M /trunk/debian/libcucul-dev.install 2455 r644 | sam | 2006-04-24 17:47:44 +0000 (Mon, 24 Apr 2006) | 2 lines 3554 2456 3555 2457 * Fixed Debian build files. 3556 2458 3557 2459 ------------------------------------------------------------------------ 3558 r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines 3559 Changed paths: 3560 M /trunk/configure.ac 2460 r643 | sam | 2006-04-24 17:39:53 +0000 (Mon, 24 Apr 2006) | 2 lines 3561 2461 3562 2462 * Do not bail out if PangoFt2 was not found. 3563 2463 3564 2464 ------------------------------------------------------------------------ 3565 r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines 3566 Changed paths: 3567 M /trunk/ChangeLog 3568 M /trunk/NEWS 3569 M /trunk/TODO 2465 r641 | sam | 2006-04-22 21:51:50 +0000 (Sat, 22 Apr 2006) | 2 lines 3570 2466 3571 2467 * 0.99.beta1 release. 3572 2468 3573 2469 ------------------------------------------------------------------------ 3574 r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines 3575 Changed paths: 3576 M /trunk/configure.ac 3577 M /trunk/cucul/Makefile.am 3578 M /trunk/test/Makefile.am 2470 r640 | sam | 2006-04-22 21:36:11 +0000 (Sat, 22 Apr 2006) | 2 lines 3579 2471 3580 2472 * Got rid of CUCUL_LIBS. It's unused. 3581 2473 3582 2474 ------------------------------------------------------------------------ 3583 r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines 3584 Changed paths: 3585 M /trunk/Makefile.am 3586 M /trunk/debian 3587 M /trunk/debian/Makefile.am 3588 A /trunk/debian/caca-utils.install 3589 M /trunk/debian/changelog 3590 M /trunk/debian/control 3591 A /trunk/debian/libcaca-dev.install 3592 A /trunk/debian/libcaca0.install 3593 A /trunk/debian/libcucul-dev.install 3594 A /trunk/debian/libcucul0.install 3595 M /trunk/debian/rules 3596 M /trunk/doc/Makefile.am 2475 r639 | sam | 2006-04-22 21:31:42 +0000 (Sat, 22 Apr 2006) | 2 lines 3597 2476 3598 2477 * Updated Debian build rules. 3599 2478 3600 2479 ------------------------------------------------------------------------ 3601 r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines 3602 Changed paths: 3603 M /trunk/caca/event.c 3604 M /trunk/doc/migrating.dox 3605 M /trunk/test/colors.c 3606 M /trunk/test/dithering.c 3607 M /trunk/test/font.c 3608 M /trunk/test/frames.c 3609 M /trunk/test/hsv.c 3610 M /trunk/test/transform.c 3611 M /trunk/test/truecolor.c 3612 M /trunk/test/unicode.c 2480 r638 | sam | 2006-04-22 19:46:43 +0000 (Sat, 22 Apr 2006) | 2 lines 3613 2481 3614 2482 * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. 3615 2483 3616 2484 ------------------------------------------------------------------------ 3617 r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines 3618 Changed paths: 3619 M /trunk/doc/migrating.dox 2485 r637 | sam | 2006-04-22 19:35:43 +0000 (Sat, 22 Apr 2006) | 2 lines 3620 2486 3621 2487 * Minor updates to the migration documentation. 3622 2488 3623 2489 ------------------------------------------------------------------------ 3624 r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines 3625 Changed paths: 3626 M /trunk/doc/Makefile.am 2490 r636 | sam | 2006-04-22 19:22:14 +0000 (Sat, 22 Apr 2006) | 2 lines 3627 2491 3628 2492 * Slightly improved the documentation build rules dependencies. 3629 2493 3630 2494 ------------------------------------------------------------------------ 3631 r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines 3632 Changed paths: 3633 M /trunk/ChangeLog 3634 M /trunk/NEWS 3635 M /trunk/TODO 2495 r635 | sam | 2006-04-22 19:17:38 +0000 (Sat, 22 Apr 2006) | 2 lines 3636 2496 3637 2497 * Updated ChangeLog, NEWS and TODO. 3638 2498 3639 2499 ------------------------------------------------------------------------ 3640 r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines 3641 Changed paths: 3642 M /trunk/doc/libcaca.dox 3643 M /trunk/doc/migrating.dox 2500 r634 | sam | 2006-04-22 19:14:49 +0000 (Sat, 22 Apr 2006) | 2 lines 3644 2501 3645 2502 * Updated the migration guide. 3646 2503 3647 2504 ------------------------------------------------------------------------ 3648 r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines 3649 Changed paths: 3650 M /trunk/doc/style.dox 2505 r633 | sam | 2006-04-22 19:14:26 +0000 (Sat, 22 Apr 2006) | 2 lines 3651 2506 3652 2507 * Wrote the C coding style documentation. 3653 2508 3654 2509 ------------------------------------------------------------------------ 3655 r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines 3656 Changed paths: 3657 M /trunk/test 3658 M /trunk/test/Makefile.am 3659 A /trunk/test/frames.c 3660 A /trunk/test/text.c 2510 r632 | sam | 2006-04-22 19:13:27 +0000 (Sat, 22 Apr 2006) | 3 lines 3661 2511 3662 2512 * Added a test for multiple frames support. … … 3664 2514 3665 2515 ------------------------------------------------------------------------ 3666 r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines 3667 Changed paths: 3668 M /trunk/cucul/cucul.c 3669 M /trunk/cucul/cucul.h 3670 M /trunk/cucul/cucul_internals.h 3671 M /trunk/cucul/sprite.c 2516 r631 | sam | 2006-04-22 19:11:25 +0000 (Sat, 22 Apr 2006) | 2 lines 3672 2517 3673 2518 * Support for multiple frames in canvases. 3674 2519 3675 2520 ------------------------------------------------------------------------ 3676 r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines 3677 Changed paths: 3678 M /trunk/cucul/import.c 2521 r630 | sam | 2006-04-22 19:10:41 +0000 (Sat, 22 Apr 2006) | 2 lines 3679 2522 3680 2523 * Added a simple "text" importer, until the cool ANSI importer arrives. 3681 2524 3682 2525 ------------------------------------------------------------------------ 3683 r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines 3684 Changed paths: 3685 M /trunk/cucul/export.c 2526 r629 | sam | 2006-04-22 19:06:59 +0000 (Sat, 22 Apr 2006) | 3 lines 3686 2527 3687 2528 * Disabled the foreground/background optimisation in the IRC export because … … 3689 2530 3690 2531 ------------------------------------------------------------------------ 3691 r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines 3692 Changed paths: 3693 M /trunk/test/demo.c 3694 M /trunk/test/spritedit.c 2532 r628 | sam | 2006-04-22 19:04:49 +0000 (Sat, 22 Apr 2006) | 2 lines 3695 2533 3696 2534 * Disabled sprite stuff from the tests. 3697 2535 3698 2536 ------------------------------------------------------------------------ 3699 r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines 3700 Changed paths: 3701 M /trunk/cpp/caca++.h 3702 M /trunk/cpp/cucul++.cpp 3703 M /trunk/cpp/cucul++.h 2537 r627 | sam | 2006-04-22 19:00:14 +0000 (Sat, 22 Apr 2006) | 2 lines 3704 2538 3705 2539 * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings. 3706 2540 3707 2541 ------------------------------------------------------------------------ 3708 r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines 3709 Changed paths: 3710 M /trunk/configure.ac 3711 M /trunk/cpp/Makefile.am 2542 r626 | sam | 2006-04-22 18:54:38 +0000 (Sat, 22 Apr 2006) | 4 lines 3712 2543 3713 2544 * Fixed --enable-cpp to actually do something. Also, disabled it by … … 3716 2547 3717 2548 ------------------------------------------------------------------------ 3718 r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines 3719 Changed paths: 3720 M /trunk/doc/Makefile.am 3721 M /trunk/doc/libcaca.dox 3722 M /trunk/doc/migrating.dox 3723 A /trunk/doc/style.dox 3724 A /trunk/doc/tutorial.dox 2549 r625 | sam | 2006-04-21 21:41:30 +0000 (Fri, 21 Apr 2006) | 2 lines 3725 2550 3726 2551 * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton. 3727 2552 3728 2553 ------------------------------------------------------------------------ 3729 r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines 3730 Changed paths: 3731 M /trunk/configure.ac 2554 r624 | sam | 2006-04-21 21:21:20 +0000 (Fri, 21 Apr 2006) | 2 lines 3732 2555 3733 2556 * Set version number to 0.99.beta1. 3734 2557 3735 2558 ------------------------------------------------------------------------ 3736 r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines 3737 Changed paths: 3738 M /trunk/cucul/cucul.c 3739 M /trunk/cucul/cucul_internals.h 2559 r623 | sam | 2006-04-21 20:51:58 +0000 (Fri, 21 Apr 2006) | 2 lines 3740 2560 3741 2561 * Got rid of cv->scratch_line. It's unused, too. 3742 2562 3743 2563 ------------------------------------------------------------------------ 3744 r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines 3745 Changed paths: 3746 M /trunk/cucul/cucul.c 3747 M /trunk/cucul/cucul_internals.h 2564 r622 | sam | 2006-04-21 20:51:14 +0000 (Fri, 21 Apr 2006) | 2 lines 3748 2565 3749 2566 * Got rid of cv->empty_line, it's now unused. 3750 2567 3751 2568 ------------------------------------------------------------------------ 3752 r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines 3753 Changed paths: 3754 M /trunk/configure.ac 3755 M /trunk/cpp/cucul++.cpp 3756 M /trunk/cpp/cucul++.h 3757 M /trunk/cucul/canvas.c 3758 M /trunk/cucul/cucul.h 3759 M /trunk/src/cacaview.c 3760 M /trunk/src/img2irc.c 3761 M /trunk/test/colors.c 3762 M /trunk/test/demo.c 3763 M /trunk/test/event.c 3764 M /trunk/test/gamma.c 3765 M /trunk/test/spritedit.c 2569 r621 | sam | 2006-04-21 20:49:17 +0000 (Fri, 21 Apr 2006) | 3 lines 3766 2570 3767 2571 * Changed cucul_clear_canvas() again. It now uses the current foreground … … 3769 2573 3770 2574 ------------------------------------------------------------------------ 3771 r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines 3772 Changed paths: 3773 M /trunk/cpp/caca++.cpp 3774 M /trunk/cpp/caca++.h 2575 r620 | sam | 2006-04-21 20:24:04 +0000 (Fri, 21 Apr 2006) | 2 lines 3775 2576 3776 2577 * Fixed a segfault in the C++ bindings. Vieux porc ! 3777 2578 3778 2579 ------------------------------------------------------------------------ 3779 r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines 3780 Changed paths: 3781 M /trunk/caca/Makefile.am 3782 M /trunk/configure.ac 3783 M /trunk/cpp/Makefile.am 3784 M /trunk/cucul/Makefile.am 2580 r619 | sam | 2006-04-21 19:26:54 +0000 (Fri, 21 Apr 2006) | 2 lines 3785 2581 3786 2582 * Set library names to lib*.so.0.10.0. 3787 2583 3788 2584 ------------------------------------------------------------------------ 3789 r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines 3790 Changed paths: 3791 M /trunk/cucul/import.c 2585 r618 | sam | 2006-04-21 19:26:18 +0000 (Fri, 21 Apr 2006) | 2 lines 3792 2586 3793 2587 * Fixed a compilation warning. 3794 2588 3795 2589 ------------------------------------------------------------------------ 3796 r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines 3797 Changed paths: 3798 M /trunk/cucul/import.c 2590 r617 | sam | 2006-04-21 19:08:00 +0000 (Fri, 21 Apr 2006) | 2 lines 3799 2591 3800 2592 * Minor documentation fix. 3801 2593 3802 2594 ------------------------------------------------------------------------ 3803 r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines 3804 Changed paths: 3805 M /trunk/cpp/caca++.cpp 3806 M /trunk/cpp/caca++.h 3807 M /trunk/cpp/cpptest.cpp 3808 M /trunk/cpp/cucul++.cpp 3809 M /trunk/cpp/cucul++.h 2595 r616 | sam | 2006-04-21 19:06:38 +0000 (Fri, 21 Apr 2006) | 2 lines 3810 2596 3811 2597 * Fixed ugly coding style of the C++ bindings. Vieux porc immonde. 3812 2598 3813 2599 ------------------------------------------------------------------------ 3814 r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines 3815 Changed paths: 3816 M /trunk/caca/driver_raw.c 3817 M /trunk/cpp/cucul++.cpp 3818 M /trunk/cpp/cucul++.h 3819 M /trunk/cucul/Makefile.am 3820 M /trunk/cucul/cucul.c 3821 M /trunk/cucul/cucul.h 3822 M /trunk/cucul/export.c 3823 A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612) 3824 M /trunk/src/cacaplay.c 3825 M /trunk/src/cacaserver.c 3826 M /trunk/src/img2irc.c 3827 M /trunk/test/export.c 2600 r615 | sam | 2006-04-21 18:44:04 +0000 (Fri, 21 Apr 2006) | 4 lines 3828 2601 3829 2602 * Moved cucul_load_canvas() into cucul/import.c and renamed it into … … 3832 2605 3833 2606 ------------------------------------------------------------------------ 3834 r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines 3835 Changed paths: 3836 M /trunk/cucul/colour.c 3837 M /trunk/cucul/dither.c 3838 M /trunk/cucul/export.c 3839 M /trunk/cucul/font.c 2607 r614 | sam | 2006-04-21 18:09:30 +0000 (Fri, 21 Apr 2006) | 2 lines 3840 2608 3841 2609 * Minor documentation improvements. 3842 2610 3843 2611 ------------------------------------------------------------------------ 3844 r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines 3845 Changed paths: 3846 M /trunk/TODO 3847 M /trunk/caca/caca.h 3848 M /trunk/cucul/cucul.h 3849 M /trunk/doc/Makefile.am 3850 M /trunk/doc/libcaca.dox 3851 A /trunk/doc/migrating.dox 3852 A /trunk/doc/user.dox 2612 r613 | sam | 2006-04-21 18:03:22 +0000 (Fri, 21 Apr 2006) | 3 lines 3853 2613 3854 2614 * Documentation improvements. Wrote a small migration guide and added the … … 3856 2616 3857 2617 ------------------------------------------------------------------------ 3858 r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines 3859 Changed paths: 3860 M /trunk/AUTHORS 3861 M /trunk/NEWS 3862 M /trunk/THANKS 3863 M /trunk/TODO 3864 M /trunk/caca/caca.h 3865 M /trunk/doc/Makefile.am 3866 M /trunk/doc/doxygen.cfg.in 3867 A /trunk/doc/libcaca.dox 2618 r612 | sam | 2006-04-21 16:27:43 +0000 (Fri, 21 Apr 2006) | 3 lines 3868 2619 3869 2620 * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main … … 3871 2622 3872 2623 ------------------------------------------------------------------------ 3873 r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines 3874 Changed paths: 3875 M /trunk/caca/driver_ncurses.c 2624 r611 | sam | 2006-04-21 12:01:14 +0000 (Fri, 21 Apr 2006) | 2 lines 3876 2625 3877 2626 * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here. 3878 2627 3879 2628 ------------------------------------------------------------------------ 3880 r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines 3881 Changed paths: 3882 M /trunk/cpp/Makefile.am 2629 r610 | sam | 2006-04-19 13:02:45 +0000 (Wed, 19 Apr 2006) | 2 lines 3883 2630 3884 2631 * Workaround for broken C++ linking with old libtool versions. 3885 2632 3886 2633 ------------------------------------------------------------------------ 3887 r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines 3888 Changed paths: 3889 M /trunk/NOTES 3890 M /trunk/tools/optipal.c 2634 r609 | sam | 2006-04-19 11:50:24 +0000 (Wed, 19 Apr 2006) | 3 lines 3891 2635 3892 2636 * Moved the technical discussion on S-Lang's palette optimisation from … … 3894 2638 3895 2639 ------------------------------------------------------------------------ 3896 r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines 3897 Changed paths: 3898 M /trunk/caca/caca.c 3899 M /trunk/caca/caca.h 3900 M /trunk/caca/caca_internals.h 3901 M /trunk/caca/driver_conio.c 3902 M /trunk/caca/driver_gl.c 3903 M /trunk/caca/driver_ncurses.c 3904 M /trunk/caca/driver_raw.c 3905 M /trunk/caca/driver_slang.c 3906 M /trunk/caca/driver_vga.c 3907 M /trunk/caca/driver_win32.c 3908 M /trunk/caca/driver_x11.c 3909 M /trunk/caca/graphics.c 3910 M /trunk/cpp/caca++.cpp 3911 M /trunk/cpp/caca++.h 3912 M /trunk/cucul/cucul.c 3913 M /trunk/python/pypycaca.c 3914 M /trunk/python/pypycaca.h 3915 M /trunk/src/aafire.c 3916 M /trunk/src/cacaball.c 3917 M /trunk/src/cacamoir.c 3918 M /trunk/src/cacaplas.c 3919 M /trunk/src/cacaplay.c 3920 M /trunk/src/cacaview.c 3921 M /trunk/test/colors.c 3922 M /trunk/test/demo.c 3923 M /trunk/test/dithering.c 3924 M /trunk/test/event.c 3925 M /trunk/test/font.c 3926 M /trunk/test/gamma.c 3927 M /trunk/test/hsv.c 3928 M /trunk/test/spritedit.c 3929 M /trunk/test/transform.c 3930 M /trunk/test/truecolor.c 3931 M /trunk/test/unicode.c 2640 r608 | sam | 2006-04-19 10:10:58 +0000 (Wed, 19 Apr 2006) | 2 lines 3932 2641 3933 2642 * More function mass-renaming: caca_attach -> caca_create_display, etc. 3934 2643 3935 2644 ------------------------------------------------------------------------ 3936 r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines 3937 Changed paths: 3938 M /trunk/caca/driver_raw.c 3939 M /trunk/cucul/cucul.c 3940 M /trunk/cucul/export.c 3941 M /trunk/src/cacaserver.c 2645 r607 | sam | 2006-04-19 09:07:55 +0000 (Wed, 19 Apr 2006) | 6 lines 3942 2646 3943 2647 * Added a new "caca" exporter. … … 3948 2652 3949 2653 ------------------------------------------------------------------------ 3950 r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines 3951 Changed paths: 3952 M /trunk/debian/control 2654 r606 | sam | 2006-04-18 16:51:52 +0000 (Tue, 18 Apr 2006) | 2 lines 3953 2655 3954 2656 * Updates to the Debian build files. 3955 2657 3956 2658 ------------------------------------------------------------------------ 3957 r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines 3958 Changed paths: 3959 M /trunk/cucul/dither.c 3960 M /trunk/src/aafire.c 3961 M /trunk/src/cacaball.c 3962 M /trunk/src/cacamoir.c 3963 M /trunk/src/cacaplas.c 3964 M /trunk/src/cacaview.c 3965 M /trunk/src/img2irc.c 3966 M /trunk/test/demo.c 3967 M /trunk/test/export.c 3968 M /trunk/test/font.c 3969 M /trunk/test/gamma.c 3970 M /trunk/test/hsv.c 2659 r605 | sam | 2006-04-18 16:50:56 +0000 (Tue, 18 Apr 2006) | 4 lines 3971 2660 3972 2661 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are … … 3975 2664 3976 2665 ------------------------------------------------------------------------ 3977 r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines 3978 Changed paths: 3979 M /trunk/cucul/cucul.c 3980 M /trunk/cucul/dither.c 3981 M /trunk/test/demo.c 3982 M /trunk/test/dithering.c 2666 r604 | sam | 2006-04-18 16:17:14 +0000 (Tue, 18 Apr 2006) | 4 lines 3983 2667 3984 2668 * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random … … 3987 2671 3988 2672 ------------------------------------------------------------------------ 3989 r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines 3990 Changed paths: 3991 M /trunk/cpp/cucul++.cpp 3992 M /trunk/cpp/cucul++.h 3993 M /trunk/cucul/canvas.c 3994 M /trunk/cucul/cucul.h 3995 M /trunk/src/cacaview.c 3996 M /trunk/src/img2irc.c 3997 M /trunk/test/colors.c 3998 M /trunk/test/demo.c 3999 M /trunk/test/event.c 4000 M /trunk/test/gamma.c 4001 M /trunk/test/spritedit.c 2673 r603 | sam | 2006-04-18 16:04:01 +0000 (Tue, 18 Apr 2006) | 3 lines 4002 2674 4003 2675 * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to … … 4005 2677 4006 2678 ------------------------------------------------------------------------ 4007 r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines 4008 Changed paths: 4009 M /trunk/caca/driver_conio.c 4010 M /trunk/caca/driver_gl.c 4011 M /trunk/caca/driver_ncurses.c 4012 M /trunk/caca/driver_slang.c 4013 M /trunk/caca/driver_vga.c 4014 M /trunk/caca/driver_win32.c 4015 M /trunk/caca/driver_x11.c 4016 M /trunk/caca/graphics.c 4017 M /trunk/cpp/cucul++.cpp 4018 M /trunk/cucul/Makefile.am 4019 A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600) 4020 M /trunk/cucul/cucul.c 4021 M /trunk/cucul/cucul.h 4022 M /trunk/cucul/cucul_internals.h 4023 M /trunk/cucul/export.c 4024 M /trunk/cucul/font.c 4025 M /trunk/src/aafire.c 4026 M /trunk/src/cacaball.c 4027 M /trunk/src/cacamoir.c 4028 M /trunk/src/cacaplas.c 4029 M /trunk/src/cacaplay.c 4030 M /trunk/src/cacaserver.c 4031 M /trunk/src/cacaview.c 4032 M /trunk/src/img2irc.c 4033 M /trunk/test/colors.c 4034 M /trunk/test/demo.c 4035 M /trunk/test/dithering.c 4036 M /trunk/test/event.c 4037 M /trunk/test/export.c 4038 M /trunk/test/font.c 4039 M /trunk/test/gamma.c 4040 M /trunk/test/hsv.c 4041 M /trunk/test/spritedit.c 4042 M /trunk/test/transform.c 4043 M /trunk/test/truecolor.c 4044 M /trunk/test/unicode.c 2679 r602 | sam | 2006-04-18 15:54:33 +0000 (Tue, 18 Apr 2006) | 4 lines 4045 2680 4046 2681 * Renamed main canvas-related functions so that they have "canvas" in … … 4049 2684 4050 2685 ------------------------------------------------------------------------ 4051 r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines 4052 Changed paths: 4053 M /trunk/tools/makefont.c 2686 r601 | sam | 2006-04-18 15:12:12 +0000 (Tue, 18 Apr 2006) | 2 lines 4054 2687 4055 2688 * Cosmetic changes. 4056 2689 4057 2690 ------------------------------------------------------------------------ 4058 r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines 4059 Changed paths: 4060 M /trunk/caca/caca.c 4061 M /trunk/caca/caca.h 4062 M /trunk/caca/caca_internals.h 4063 M /trunk/caca/driver_conio.c 4064 M /trunk/caca/driver_gl.c 4065 M /trunk/caca/driver_ncurses.c 4066 M /trunk/caca/driver_raw.c 4067 M /trunk/caca/driver_slang.c 4068 M /trunk/caca/driver_vga.c 4069 M /trunk/caca/driver_win32.c 4070 M /trunk/caca/driver_x11.c 4071 M /trunk/caca/event.c 4072 M /trunk/caca/graphics.c 4073 M /trunk/cpp/caca++.cpp 4074 M /trunk/cpp/caca++.h 4075 M /trunk/cpp/cucul++.cpp 4076 M /trunk/cpp/cucul++.h 4077 M /trunk/cucul/box.c 4078 M /trunk/cucul/canvas.c 4079 M /trunk/cucul/charset.c 4080 M /trunk/cucul/colour.c 4081 M /trunk/cucul/conic.c 4082 M /trunk/cucul/cucul.c 4083 M /trunk/cucul/dither.c 4084 M /trunk/cucul/export.c 4085 M /trunk/cucul/font.c 4086 M /trunk/cucul/line.c 4087 M /trunk/cucul/sprite.c 4088 M /trunk/cucul/transform.c 4089 M /trunk/cucul/triangle.c 4090 M /trunk/src/aafire.c 4091 M /trunk/src/cacaball.c 4092 M /trunk/src/cacamoir.c 4093 M /trunk/src/cacaplas.c 4094 M /trunk/src/cacaplay.c 4095 M /trunk/src/cacaview.c 4096 M /trunk/src/img2irc.c 4097 M /trunk/test/colors.c 4098 M /trunk/test/demo.c 4099 M /trunk/test/dithering.c 4100 M /trunk/test/event.c 4101 M /trunk/test/export.c 4102 M /trunk/test/font.c 4103 M /trunk/test/gamma.c 4104 M /trunk/test/hsv.c 4105 M /trunk/test/spritedit.c 4106 M /trunk/test/transform.c 4107 M /trunk/test/truecolor.c 4108 M /trunk/test/unicode.c 2691 r600 | sam | 2006-04-18 15:11:25 +0000 (Tue, 18 Apr 2006) | 3 lines 4109 2692 4110 2693 * Renamed caca_t into caca_display_t. … … 4112 2695 4113 2696 ------------------------------------------------------------------------ 4114 r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines 4115 Changed paths: 4116 M /trunk/caca/caca.c 4117 M /trunk/caca/caca.h 4118 M /trunk/caca/caca_internals.h 4119 M /trunk/caca/driver_conio.c 4120 M /trunk/caca/driver_gl.c 4121 M /trunk/caca/driver_ncurses.c 4122 M /trunk/caca/driver_raw.c 4123 M /trunk/caca/driver_slang.c 4124 M /trunk/caca/driver_vga.c 4125 M /trunk/caca/driver_win32.c 4126 M /trunk/caca/driver_x11.c 4127 M /trunk/caca/event.c 4128 M /trunk/caca/graphics.c 4129 M /trunk/cpp/caca++.cpp 4130 M /trunk/cpp/cucul++.cpp 4131 M /trunk/cpp/cucul++.h 4132 M /trunk/cucul/box.c 4133 M /trunk/cucul/canvas.c 4134 M /trunk/cucul/colour.c 4135 M /trunk/cucul/conic.c 4136 M /trunk/cucul/cucul.c 4137 M /trunk/cucul/cucul.h 4138 M /trunk/cucul/cucul_internals.h 4139 M /trunk/cucul/dither.c 4140 M /trunk/cucul/export.c 4141 M /trunk/cucul/font.c 4142 M /trunk/cucul/line.c 4143 M /trunk/cucul/sprite.c 4144 M /trunk/cucul/transform.c 4145 M /trunk/cucul/triangle.c 4146 M /trunk/src/aafire.c 4147 M /trunk/src/cacaball.c 4148 M /trunk/src/cacamoir.c 4149 M /trunk/src/cacaplas.c 4150 M /trunk/src/cacaplay.c 4151 M /trunk/src/cacaserver.c 4152 M /trunk/src/cacaview.c 4153 M /trunk/src/img2irc.c 4154 M /trunk/test/colors.c 4155 M /trunk/test/demo.c 4156 M /trunk/test/dithering.c 4157 M /trunk/test/event.c 4158 M /trunk/test/export.c 4159 M /trunk/test/font.c 4160 M /trunk/test/gamma.c 4161 M /trunk/test/hsv.c 4162 M /trunk/test/spritedit.c 4163 M /trunk/test/transform.c 4164 M /trunk/test/truecolor.c 4165 M /trunk/test/unicode.c 2697 r599 | sam | 2006-04-18 12:59:07 +0000 (Tue, 18 Apr 2006) | 2 lines 4166 2698 4167 2699 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 4168 2700 4169 2701 ------------------------------------------------------------------------ 4170 r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines 4171 Changed paths: 4172 M /trunk/cpp/Makefile.am 2702 r598 | sam | 2006-04-18 12:57:11 +0000 (Tue, 18 Apr 2006) | 3 lines 4173 2703 4174 2704 * Fixed C++ bindings makefile so that it does not try to use the system's … … 4176 2706 4177 2707 ------------------------------------------------------------------------ 4178 r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines 4179 Changed paths: 4180 M /trunk/cucul/export.c 2708 r597 | sam | 2006-04-18 10:02:42 +0000 (Tue, 18 Apr 2006) | 2 lines 4181 2709 4182 2710 * Truecolor support for the HTML and HTMLv3 exporters. 4183 2711 4184 2712 ------------------------------------------------------------------------ 4185 r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines 4186 Changed paths: 4187 M /trunk/cucul/colour.c 2713 r596 | sam | 2006-04-18 09:57:15 +0000 (Tue, 18 Apr 2006) | 2 lines 4188 2714 4189 2715 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). 4190 2716 4191 2717 ------------------------------------------------------------------------ 4192 r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines 4193 Changed paths: 4194 M /trunk/README 4195 M /trunk/TODO 2718 r595 | sam | 2006-04-18 08:33:53 +0000 (Tue, 18 Apr 2006) | 2 lines 4196 2719 4197 2720 * Updated README (caca-config -> pkg-config) and TODO. 4198 2721 4199 2722 ------------------------------------------------------------------------ 4200 r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines 4201 Changed paths: 4202 M /trunk/cucul/export.c 4203 M /trunk/tools/makefont.c 2723 r594 | sam | 2006-04-18 08:33:06 +0000 (Tue, 18 Apr 2006) | 2 lines 4204 2724 4205 2725 * Cosmetic code changes and minor optimisations. 4206 2726 4207 2727 ------------------------------------------------------------------------ 4208 r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines 4209 Changed paths: 4210 M /trunk/cucul/Makefile.am 4211 M /trunk/cucul/cucul.c 4212 M /trunk/cucul/cucul_internals.h 4213 A /trunk/cucul/export.c 4214 D /trunk/cucul/export_ansi.c 4215 D /trunk/cucul/export_bitmap.c 4216 D /trunk/cucul/export_html.c 4217 D /trunk/cucul/export_irc.c 4218 D /trunk/cucul/export_ps.c 4219 D /trunk/cucul/export_svg.c 2728 r593 | sam | 2006-04-18 08:24:41 +0000 (Tue, 18 Apr 2006) | 3 lines 4220 2729 4221 2730 * Merged again all export functions into cucul/export.c. They're all the … … 4223 2732 4224 2733 ------------------------------------------------------------------------ 4225 r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines 4226 Changed paths: 4227 M /trunk/cucul/cucul.h 4228 M /trunk/cucul/font.c 2734 r592 | sam | 2006-04-18 08:21:31 +0000 (Tue, 18 Apr 2006) | 3 lines 4229 2735 4230 2736 * Changed the buffer type in cucul_render_canvas() to void* to avoid … … 4232 2738 4233 2739 ------------------------------------------------------------------------ 4234 r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines 4235 Changed paths: 4236 M /trunk/test/event.c 2740 r591 | sam | 2006-04-18 08:19:42 +0000 (Tue, 18 Apr 2006) | 2 lines 4237 2741 4238 2742 * Handle CACA_EVENT_QUIT in the event test program. 4239 2743 4240 2744 ------------------------------------------------------------------------ 4241 r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines 4242 Changed paths: 4243 M /trunk/configure.ac 2745 r590 | sam | 2006-04-18 08:18:03 +0000 (Tue, 18 Apr 2006) | 2 lines 4244 2746 4245 2747 * Workaround for broken AC_PATH_X autoconf macros. 4246 2748 4247 2749 ------------------------------------------------------------------------ 4248 r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines 4249 Changed paths: 4250 M /trunk/caca/driver_x11.c 2750 r589 | sam | 2006-04-18 08:13:20 +0000 (Tue, 18 Apr 2006) | 2 lines 4251 2751 4252 2752 * Compilation fix. 4253 2753 4254 2754 ------------------------------------------------------------------------ 4255 r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines 4256 Changed paths: 4257 M /trunk/TODO 4258 M /trunk/caca/caca.h 4259 M /trunk/caca/driver_gl.c 4260 M /trunk/caca/driver_x11.c 4261 M /trunk/configure.ac 2755 r588 | sam | 2006-04-17 20:09:42 +0000 (Mon, 17 Apr 2006) | 2 lines 4262 2756 4263 2757 * Implemented CACA_EVENT_QUIT. Unused yet. 4264 2758 4265 2759 ------------------------------------------------------------------------ 4266 r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines 4267 Changed paths: 4268 M /trunk/cpp 4269 M /trunk/cpp/Makefile.am 2760 r587 | sam | 2006-04-17 13:34:02 +0000 (Mon, 17 Apr 2006) | 2 lines 4270 2761 4271 2762 * Fixed autotools stuff in the cpp bindings. 4272 2763 4273 2764 ------------------------------------------------------------------------ 4274 r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines 4275 Changed paths: 4276 M /trunk/cpp/cpptest.cpp 2765 r586 | sam | 2006-04-17 13:31:43 +0000 (Mon, 17 Apr 2006) | 2 lines 4277 2766 4278 2767 * Compilation fix in cpptest.cpp. 4279 2768 4280 2769 ------------------------------------------------------------------------ 4281 r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines 4282 Changed paths: 4283 M /trunk/cpp/caca++.cpp 4284 M /trunk/cpp/caca++.h 4285 M /trunk/cpp/cpptest.cpp 2770 r585 | jylam | 2006-04-17 13:23:28 +0000 (Mon, 17 Apr 2006) | 3 lines 4286 2771 4287 2772 … … 4289 2774 4290 2775 ------------------------------------------------------------------------ 4291 r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines 4292 Changed paths: 4293 M /trunk/cpp/cucul++.cpp 4294 M /trunk/cpp/cucul++.h 4295 M /trunk/cucul/Makefile.am 4296 M /trunk/cucul/cucul.c 4297 M /trunk/cucul/cucul.h 4298 D /trunk/cucul/math.c 2776 r584 | sam | 2006-04-17 13:11:33 +0000 (Mon, 17 Apr 2006) | 3 lines 4299 2777 4300 2778 * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in … … 4302 2780 4303 2781 ------------------------------------------------------------------------ 4304 r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines 4305 Changed paths: 4306 D /trunk/cpp/Makefile.in 4307 D /trunk/cpp/caca++.pc 4308 D /trunk/cpp/cucul++.pc 2782 r583 | sam | 2006-04-17 13:09:45 +0000 (Mon, 17 Apr 2006) | 2 lines 4309 2783 4310 2784 * Removed a few useless files (vieux porc). 4311 2785 4312 2786 ------------------------------------------------------------------------ 4313 r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines 4314 Changed paths: 4315 M /trunk/TODO 2787 r582 | sam | 2006-04-17 12:48:57 +0000 (Mon, 17 Apr 2006) | 2 lines 4316 2788 4317 2789 * Updated TODO list. 4318 2790 4319 2791 ------------------------------------------------------------------------ 4320 r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines 4321 Changed paths: 4322 M /trunk/test/dithering.c 4323 M /trunk/test/truecolor.c 2792 r581 | sam | 2006-04-17 12:48:35 +0000 (Mon, 17 Apr 2006) | 2 lines 4324 2793 4325 2794 * Minor cosmetic changes in the test programs. 4326 2795 4327 2796 ------------------------------------------------------------------------ 4328 r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines 4329 Changed paths: 4330 M /trunk/cucul/export_ps.c 4331 M /trunk/cucul/export_svg.c 2797 r580 | sam | 2006-04-17 12:48:05 +0000 (Mon, 17 Apr 2006) | 2 lines 4332 2798 4333 2799 * Truecolor support in the SVG and PostScript exporters. 4334 2800 4335 2801 ------------------------------------------------------------------------ 4336 r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines 4337 Changed paths: 4338 M /trunk/cucul/Makefile.am 4339 M /trunk/cucul/cucul.c 4340 M /trunk/cucul/cucul_internals.h 4341 A /trunk/cucul/export_bitmap.c 2802 r579 | sam | 2006-04-17 12:47:34 +0000 (Mon, 17 Apr 2006) | 2 lines 4342 2803 4343 2804 * Implemented TGA image export. 4344 2805 4345 2806 ------------------------------------------------------------------------ 4346 r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines 4347 Changed paths: 4348 M /trunk/cucul/colour.c 4349 M /trunk/cucul/cucul_internals.h 2807 r578 | sam | 2006-04-17 12:46:34 +0000 (Mon, 17 Apr 2006) | 2 lines 4350 2808 4351 2809 * Implemented argb32 to rgb24fg/bg colour conversions. 4352 2810 4353 2811 ------------------------------------------------------------------------ 4354 r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines 4355 Changed paths: 4356 M /trunk/test/export.c 2812 r577 | sam | 2006-04-17 12:45:07 +0000 (Mon, 17 Apr 2006) | 3 lines 4357 2813 4358 2814 * Use cucul_get_export_list() in the export test instead of hardcoding the … … 4360 2816 4361 2817 ------------------------------------------------------------------------ 4362 r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines 4363 Changed paths: 4364 M /trunk/cucul/font.c 2818 r576 | sam | 2006-04-17 12:41:50 +0000 (Mon, 17 Apr 2006) | 2 lines 4365 2819 4366 2820 * Fixed abusive strictness in the font loader. 4367 2821 4368 2822 ------------------------------------------------------------------------ 4369 r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines 4370 Changed paths: 4371 M /trunk/TODO 2823 r575 | jylam | 2006-04-17 11:24:38 +0000 (Mon, 17 Apr 2006) | 2 lines 4372 2824 4373 2825 * Updated TODO list. 4374 2826 4375 2827 ------------------------------------------------------------------------ 4376 r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines 4377 Changed paths: 4378 M /trunk/cpp/cpptest.cpp 2828 r574 | jylam | 2006-04-17 11:19:26 +0000 (Mon, 17 Apr 2006) | 2 lines 4379 2829 4380 2830 * Better C++ test 4381 2831 4382 2832 ------------------------------------------------------------------------ 4383 r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines 4384 Changed paths: 4385 M /trunk/cpp/caca++.cpp 4386 M /trunk/cpp/caca++.h 4387 M /trunk/cpp/cpptest.cpp 4388 M /trunk/cpp/cucul++.cpp 4389 M /trunk/cpp/cucul++.h 2833 r573 | jylam | 2006-04-17 11:06:48 +0000 (Mon, 17 Apr 2006) | 2 lines 4390 2834 4391 2835 * Added license in C++ files. 4392 2836 4393 2837 ------------------------------------------------------------------------ 4394 r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines 4395 Changed paths: 4396 M /trunk/cpp/cpptest.cpp 4397 M /trunk/cpp/cucul++.cpp 4398 M /trunk/cpp/cucul++.h 2838 r572 | jylam | 2006-04-17 11:00:10 +0000 (Mon, 17 Apr 2006) | 2 lines 4399 2839 4400 2840 * Fixed C++ printf(), added it in example 4401 2841 4402 2842 ------------------------------------------------------------------------ 4403 r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines 4404 Changed paths: 4405 M /trunk/cpp/cpptest.cpp 2843 r571 | jylam | 2006-04-17 10:44:40 +0000 (Mon, 17 Apr 2006) | 2 lines 4406 2844 4407 2845 * Forgot a test on Caca() instantiation 4408 2846 4409 2847 ------------------------------------------------------------------------ 4410 r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines 4411 Changed paths: 4412 M /trunk/Makefile.am 4413 M /trunk/configure.ac 4414 A /trunk/cpp 4415 A /trunk/cpp/Makefile.am 4416 A /trunk/cpp/Makefile.in 4417 A /trunk/cpp/caca++.cpp 4418 A /trunk/cpp/caca++.h 4419 A /trunk/cpp/caca++.pc 4420 A /trunk/cpp/caca++.pc.in 4421 A /trunk/cpp/cpptest.cpp 4422 A /trunk/cpp/cucul++.cpp 4423 A /trunk/cpp/cucul++.h 4424 A /trunk/cpp/cucul++.pc 4425 A /trunk/cpp/cucul++.pc.in 2848 r570 | jylam | 2006-04-17 10:41:30 +0000 (Mon, 17 Apr 2006) | 2 lines 4426 2849 4427 2850 * Added preliminary C++ bindings 4428 2851 4429 2852 ------------------------------------------------------------------------ 4430 r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines 4431 Changed paths: 4432 M /trunk/caca/driver_gl.c 4433 M /trunk/caca/driver_x11.c 2853 r569 | sam | 2006-04-16 21:52:05 +0000 (Sun, 16 Apr 2006) | 2 lines 4434 2854 4435 2855 * Added truecolor support to the X11 and GL drivers. 4436 2856 4437 2857 ------------------------------------------------------------------------ 4438 r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines 4439 Changed paths: 4440 M /trunk/test 4441 M /trunk/test/Makefile.am 4442 A /trunk/test/truecolor.c 2858 r568 | sam | 2006-04-16 21:29:40 +0000 (Sun, 16 Apr 2006) | 2 lines 4443 2859 4444 2860 * Added test/truecolor.c to test non-ANSI colour pairs. 4445 2861 4446 2862 ------------------------------------------------------------------------ 4447 r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines 4448 Changed paths: 4449 M /trunk/cucul/canvas.c 4450 M /trunk/cucul/colour.c 4451 M /trunk/cucul/cucul.h 4452 M /trunk/cucul/cucul_internals.h 2863 r567 | sam | 2006-04-16 21:26:25 +0000 (Sun, 16 Apr 2006) | 4 lines 4453 2864 4454 2865 * Moved cucul_set_color() from canvas.c to colour.c. … … 4457 2868 4458 2869 ------------------------------------------------------------------------ 4459 r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines 4460 Changed paths: 4461 M /trunk/caca/caca.h 4462 M /trunk/caca/caca_internals.h 4463 M /trunk/caca/driver_conio.c 4464 M /trunk/caca/driver_gl.c 4465 M /trunk/caca/driver_ncurses.c 4466 M /trunk/caca/driver_raw.c 4467 M /trunk/caca/driver_slang.c 4468 M /trunk/caca/driver_vga.c 4469 M /trunk/caca/driver_win32.c 4470 M /trunk/caca/driver_x11.c 4471 M /trunk/caca/event.c 4472 M /trunk/caca/time.c 4473 M /trunk/cucul/cucul.c 4474 M /trunk/cucul/cucul.h 4475 M /trunk/cucul/cucul_internals.h 4476 M /trunk/cucul/dither.c 4477 M /trunk/cucul/export_ansi.c 4478 M /trunk/cucul/export_html.c 4479 M /trunk/cucul/export_irc.c 4480 M /trunk/cucul/export_ps.c 4481 M /trunk/cucul/export_svg.c 4482 M /trunk/cucul/font.c 4483 M /trunk/cucul/sprite.c 4484 M /trunk/src/aafire.c 4485 M /trunk/src/cacaball.c 4486 M /trunk/src/cacamoir.c 4487 M /trunk/src/cacaplas.c 4488 M /trunk/src/cacaplay.c 4489 M /trunk/src/cacaserver.c 4490 M /trunk/src/cacaview.c 4491 M /trunk/src/img2irc.c 4492 M /trunk/test/colors.c 4493 M /trunk/test/demo.c 4494 M /trunk/test/dithering.c 4495 M /trunk/test/event.c 4496 M /trunk/test/export.c 4497 M /trunk/test/font.c 4498 M /trunk/test/gamma.c 4499 M /trunk/test/hsv.c 4500 M /trunk/test/spritedit.c 4501 M /trunk/test/transform.c 4502 M /trunk/test/unicode.c 2870 r566 | sam | 2006-04-16 18:28:47 +0000 (Sun, 16 Apr 2006) | 6 lines 4503 2871 4504 2872 * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs … … 4509 2877 4510 2878 ------------------------------------------------------------------------ 4511 r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines 4512 Changed paths: 4513 M /trunk/cucul/cucul.pc.in 2879 r565 | sam | 2006-04-16 18:21:14 +0000 (Sun, 16 Apr 2006) | 2 lines 4514 2880 4515 2881 * Fixed bad library name in pc file. 4516 2882 4517 2883 ------------------------------------------------------------------------ 4518 r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines 4519 Changed paths: 4520 M /trunk/caca/caca_internals.h 4521 M /trunk/cucul/font.c 4522 M /trunk/msvc/cacaball.vcproj 4523 M /trunk/msvc/cacafire.vcproj 4524 M /trunk/msvc/cacamoir.vcproj 4525 M /trunk/msvc/cacaplas.vcproj 4526 M /trunk/msvc/cacaview.vcproj 4527 M /trunk/msvc/config.h 4528 M /trunk/msvc/libcaca.sln 4529 M /trunk/msvc/libcaca.vcproj 4530 M /trunk/perl/lib/Term/Caca/Constants.pm 4531 M /trunk/perl/lib/Term/Caca.pm 4532 M /trunk/perl/lib/Term/Kaka.pm 2884 r564 | jylam | 2006-04-15 15:24:13 +0000 (Sat, 15 Apr 2006) | 2 lines 4533 2885 4534 2886 * Updated MSVC++ project (static library and src/*) 4535 2887 4536 2888 ------------------------------------------------------------------------ 4537 r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines 4538 Changed paths: 4539 M /trunk/test/demo.c 4540 M /trunk/test/spritedit.c 2889 r563 | jylam | 2006-04-15 15:23:13 +0000 (Sat, 15 Apr 2006) | 2 lines 4541 2890 4542 2891 * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas) 4543 2892 4544 2893 ------------------------------------------------------------------------ 4545 r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines 4546 Changed paths: 4547 M /trunk/caca/caca.c 4548 M /trunk/caca/caca.h 4549 M /trunk/caca/event.c 4550 M /trunk/caca/graphics.c 4551 M /trunk/cucul/box.c 4552 M /trunk/cucul/canvas.c 4553 M /trunk/cucul/conic.c 4554 M /trunk/cucul/cucul.c 4555 M /trunk/cucul/cucul.h 4556 M /trunk/cucul/dither.c 4557 M /trunk/cucul/font.c 4558 M /trunk/cucul/line.c 4559 M /trunk/cucul/math.c 4560 M /trunk/cucul/sprite.c 4561 M /trunk/cucul/triangle.c 2894 r562 | sam | 2006-04-14 12:10:18 +0000 (Fri, 14 Apr 2006) | 2 lines 4562 2895 4563 2896 * Improved documentation in many places. 4564 2897 4565 2898 ------------------------------------------------------------------------ 4566 r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines 4567 Changed paths: 4568 M /trunk/configure.ac 4569 M /trunk/doc/Makefile.am 4570 M /trunk/doc/doxygen.cfg.in 2899 r561 | sam | 2006-04-14 08:41:59 +0000 (Fri, 14 Apr 2006) | 3 lines 4571 2900 4572 2901 * Generate a PDF documentation instead of the PostScript one. It has nice … … 4574 2903 4575 2904 ------------------------------------------------------------------------ 4576 r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines 4577 Changed paths: 4578 M /trunk/cucul/font.c 2905 r560 | sam | 2006-04-14 08:00:06 +0000 (Fri, 14 Apr 2006) | 2 lines 4579 2906 4580 2907 * Ahaha I didn't even check that it compiled properly. 4581 2908 4582 2909 ------------------------------------------------------------------------ 4583 r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines 4584 Changed paths: 4585 M /trunk/cucul/font.c 2910 r559 | sam | 2006-04-14 07:33:48 +0000 (Fri, 14 Apr 2006) | 2 lines 4586 2911 4587 2912 * Only support version 1 fonts. 4588 2913 4589 2914 ------------------------------------------------------------------------ 4590 r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines 4591 Changed paths: 4592 M /trunk/caca/caca.c 4593 M /trunk/caca/caca.h 4594 M /trunk/caca/caca_internals.h 4595 M /trunk/caca/driver_conio.c 4596 M /trunk/caca/driver_gl.c 4597 M /trunk/caca/driver_ncurses.c 4598 M /trunk/caca/driver_raw.c 4599 M /trunk/caca/driver_slang.c 4600 M /trunk/caca/driver_vga.c 4601 M /trunk/caca/driver_win32.c 4602 M /trunk/caca/driver_x11.c 4603 M /trunk/caca/event.c 4604 M /trunk/caca/graphics.c 4605 M /trunk/caca/time.c 4606 M /trunk/cucul/box.c 4607 M /trunk/cucul/canvas.c 4608 M /trunk/cucul/charset.c 4609 M /trunk/cucul/colour.c 4610 M /trunk/cucul/conic.c 4611 M /trunk/cucul/cucul.c 4612 M /trunk/cucul/cucul.h 4613 M /trunk/cucul/cucul_internals.h 4614 M /trunk/cucul/dither.c 4615 M /trunk/cucul/export_ansi.c 4616 M /trunk/cucul/export_html.c 4617 M /trunk/cucul/export_irc.c 4618 M /trunk/cucul/export_ps.c 4619 M /trunk/cucul/export_svg.c 4620 M /trunk/cucul/font.c 4621 M /trunk/cucul/line.c 4622 M /trunk/cucul/math.c 4623 M /trunk/cucul/sprite.c 4624 M /trunk/cucul/transform.c 4625 M /trunk/cucul/triangle.c 4626 M /trunk/kernel/kernel.c 4627 M /trunk/kernel/kernel.h 4628 M /trunk/python/pypycaca.c 4629 M /trunk/python/pypycaca.h 4630 M /trunk/src/cacaplas.c 4631 M /trunk/src/cacaserver.c 4632 M /trunk/src/cacaview.c 4633 M /trunk/src/common-image.c 4634 M /trunk/src/common-image.h 2915 r558 | sam | 2006-04-14 07:30:53 +0000 (Fri, 14 Apr 2006) | 3 lines 4635 2916 4636 2917 * Removed \file directives from all files except caca.h and cucul.h, to … … 4638 2919 4639 2920 ------------------------------------------------------------------------ 4640 r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines 4641 Changed paths: 4642 M /trunk/cucul/font.c 2921 r557 | sam | 2006-04-13 17:57:19 +0000 (Thu, 13 Apr 2006) | 3 lines 4643 2922 4644 2923 * Added a lot of sanity checks to the font parsing. It should now be … … 4646 2925 4647 2926 ------------------------------------------------------------------------ 4648 r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines 4649 Changed paths: 4650 M /trunk/test/Makefile.am 4651 M /trunk/test/font.c 2927 r556 | sam | 2006-04-13 17:54:07 +0000 (Thu, 13 Apr 2006) | 2 lines 4652 2928 4653 2929 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. 4654 2930 4655 2931 ------------------------------------------------------------------------ 4656 r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines 4657 Changed paths: 4658 M /trunk/test/hsv.c 2932 r555 | sam | 2006-04-13 17:37:51 +0000 (Thu, 13 Apr 2006) | 2 lines 4659 2933 4660 2934 * Fixed caca_get_event() call in test/hsv.c. 4661 2935 4662 2936 ------------------------------------------------------------------------ 4663 r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines 4664 Changed paths: 4665 M /trunk/cucul/colour.c 2937 r554 | sam | 2006-04-13 17:08:16 +0000 (Thu, 13 Apr 2006) | 2 lines 4666 2938 4667 2939 * Fixed compilation warning. 4668 2940 4669 2941 ------------------------------------------------------------------------ 4670 r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines 4671 Changed paths: 4672 M /trunk/cucul/colour.c 2942 r553 | sam | 2006-04-13 16:54:25 +0000 (Thu, 13 Apr 2006) | 2 lines 4673 2943 4674 2944 * Fixed colour conversion routines so that they work with ARGB too. 4675 2945 4676 2946 ------------------------------------------------------------------------ 4677 r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines 4678 Changed paths: 4679 M /trunk/cucul/Makefile.am 4680 M /trunk/cucul/cucul.h 4681 M /trunk/cucul/font.c 4682 A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548) 4683 A /trunk/cucul/font_monobold12.h 4684 D /trunk/cucul/font_monospace9.h 4685 M /trunk/test/font.c 2947 r552 | sam | 2006-04-13 16:10:16 +0000 (Thu, 13 Apr 2006) | 4 lines 4686 2948 4687 2949 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. … … 4690 2952 4691 2953 ------------------------------------------------------------------------ 4692 r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines 4693 Changed paths: 4694 M /trunk/tools/makefont.c 2954 r551 | sam | 2006-04-13 15:36:09 +0000 (Thu, 13 Apr 2006) | 3 lines 4695 2955 4696 2956 * Made makefont more configurable. Also, store the commandline in a comment … … 4698 2958 4699 2959 ------------------------------------------------------------------------ 4700 r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines 4701 Changed paths: 4702 M /trunk/TODO 2960 r550 | sam | 2006-04-13 15:00:56 +0000 (Thu, 13 Apr 2006) | 2 lines 4703 2961 4704 2962 * Updated TODO list. 4705 2963 4706 2964 ------------------------------------------------------------------------ 4707 r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines 4708 Changed paths: 4709 M /trunk/cucul/cucul.h 4710 M /trunk/cucul/font.c 4711 M /trunk/test/font.c 2965 r549 | sam | 2006-04-13 14:24:31 +0000 (Thu, 13 Apr 2006) | 3 lines 4712 2966 4713 2967 * Internal font support through cucul_load_font(). Documented that. … … 4715 2969 4716 2970 ------------------------------------------------------------------------ 4717 r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines 4718 Changed paths: 4719 M /trunk/cucul/font.c 2971 r548 | sam | 2006-04-13 14:23:04 +0000 (Thu, 13 Apr 2006) | 2 lines 4720 2972 4721 2973 * Ugly overflow bug in the rendering code. 4722 2974 4723 2975 ------------------------------------------------------------------------ 4724 r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines 4725 Changed paths: 4726 M /trunk/cucul/cucul.h 4727 M /trunk/cucul/font.c 4728 M /trunk/test/font.c 2976 r547 | sam | 2006-04-13 13:33:31 +0000 (Thu, 13 Apr 2006) | 5 lines 4729 2977 4730 2978 * Implemented cucul_get_font_width() and cucul_get_font_height(). … … 4734 2982 4735 2983 ------------------------------------------------------------------------ 4736 r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines 4737 Changed paths: 4738 M /trunk/cucul/cucul.c 4739 M /trunk/cucul/cucul.h 4740 M /trunk/cucul/cucul_internals.h 4741 M /trunk/cucul/export_ansi.c 4742 M /trunk/cucul/export_html.c 4743 M /trunk/cucul/export_irc.c 4744 M /trunk/cucul/export_ps.c 4745 M /trunk/cucul/export_svg.c 4746 M /trunk/src/cacaserver.c 4747 M /trunk/src/img2irc.c 4748 M /trunk/test/export.c 2984 r546 | sam | 2006-04-13 12:50:41 +0000 (Thu, 13 Apr 2006) | 2 lines 4749 2985 4750 2986 * Renamed cucul_export into cucul_buffer. We'll use it for other things. 4751 2987 4752 2988 ------------------------------------------------------------------------ 4753 r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines 4754 Changed paths: 4755 M /trunk/cucul/font_monospace9.h 2989 r545 | sam | 2006-04-13 12:49:54 +0000 (Thu, 13 Apr 2006) | 2 lines 4756 2990 4757 2991 * Putain de bordel de manche a couilles. I forgot to fix the font. 4758 2992 4759 2993 ------------------------------------------------------------------------ 4760 r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines 4761 Changed paths: 4762 M /trunk/tools/makefont.c 2994 r544 | sam | 2006-04-13 12:44:55 +0000 (Thu, 13 Apr 2006) | 2 lines 4763 2995 4764 2996 * Some cleaning up in makefont.c. 4765 2997 4766 2998 ------------------------------------------------------------------------ 4767 r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines 4768 Changed paths: 4769 M /trunk/cucul/font.c 4770 M /trunk/cucul/font_monospace9.h 4771 M /trunk/tools/makefont.c 2999 r543 | sam | 2006-04-13 12:25:36 +0000 (Thu, 13 Apr 2006) | 3 lines 4772 3000 4773 3001 * Fixed 4, 2 and 1-bit font rendering. … … 4775 3003 4776 3004 ------------------------------------------------------------------------ 4777 r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines 4778 Changed paths: 4779 M /trunk/cucul/colour.c 4780 M /trunk/cucul/cucul_internals.h 3005 r542 | sam | 2006-04-13 12:23:50 +0000 (Thu, 13 Apr 2006) | 3 lines 4781 3006 4782 3007 * Created internal function _cucul_argb32_to_argb4() that splits an argb … … 4784 3009 4785 3010 ------------------------------------------------------------------------ 4786 r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines 4787 Changed paths: 4788 M /trunk/test/spritedit.c 3011 r541 | jylam | 2006-04-13 08:58:55 +0000 (Thu, 13 Apr 2006) | 2 lines 4789 3012 4790 3013 * Added silly play with interframe delay. Need to rework sprite format. 4791 3014 4792 3015 ------------------------------------------------------------------------ 4793 r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines 4794 Changed paths: 4795 M /trunk/cucul/font_monospace9.h 3016 r540 | sam | 2006-04-13 08:44:25 +0000 (Thu, 13 Apr 2006) | 3 lines 4796 3017 4797 3018 * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font … … 4799 3020 4800 3021 ------------------------------------------------------------------------ 4801 r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines 4802 Changed paths: 4803 M /trunk/test 4804 M /trunk/test/Makefile.am 4805 A /trunk/test/font.c 3022 r539 | sam | 2006-04-13 08:39:30 +0000 (Thu, 13 Apr 2006) | 2 lines 4806 3023 4807 3024 * Added a test program for the font renderer. 4808 3025 4809 3026 ------------------------------------------------------------------------ 4810 r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines 4811 Changed paths: 4812 M /trunk/test/export.c 3027 r538 | sam | 2006-04-13 08:38:34 +0000 (Thu, 13 Apr 2006) | 2 lines 4813 3028 4814 3029 * Code simplification. 4815 3030 4816 3031 ------------------------------------------------------------------------ 4817 r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines 4818 Changed paths: 4819 M /trunk/cucul/Makefile.am 4820 M /trunk/cucul/font.c 4821 A /trunk/cucul/font_monospace9.h 3032 r537 | sam | 2006-04-13 08:37:32 +0000 (Thu, 13 Apr 2006) | 2 lines 4822 3033 4823 3034 * Created a built-in font from Bitstream Vera (Monospace 9). 4824 3035 4825 3036 ------------------------------------------------------------------------ 4826 r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines 4827 Changed paths: 4828 M /trunk/configure.ac 4829 M /trunk/tools 4830 M /trunk/tools/Makefile.am 4831 A /trunk/tools/makefont.c 3037 r536 | sam | 2006-04-13 08:26:21 +0000 (Thu, 13 Apr 2006) | 2 lines 4832 3038 4833 3039 * Added a font creator that uses pango to render glyphs. 4834 3040 4835 3041 ------------------------------------------------------------------------ 4836 r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines 4837 Changed paths: 4838 M /trunk/cucul/cucul.h 4839 M /trunk/cucul/font.c 3042 r535 | sam | 2006-04-13 08:16:04 +0000 (Thu, 13 Apr 2006) | 3 lines 4840 3043 4841 3044 * Slightly updated the font format and wrote a font loader. Also added a … … 4843 3046 4844 3047 ------------------------------------------------------------------------ 4845 r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines 4846 Changed paths: 4847 M /trunk/cucul/font.c 3048 r534 | sam | 2006-04-12 16:34:34 +0000 (Wed, 12 Apr 2006) | 2 lines 4848 3049 4849 3050 * New version of the font format. 4850 3051 4851 3052 ------------------------------------------------------------------------ 4852 r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines 4853 Changed paths: 4854 M /trunk/cucul/Makefile.am 4855 A /trunk/cucul/font.c 3053 r533 | sam | 2006-04-12 14:18:19 +0000 (Wed, 12 Apr 2006) | 3 lines 4856 3054 4857 3055 * Added a file for future font handling routines. Currently only the font … … 4859 3057 4860 3058 ------------------------------------------------------------------------ 4861 r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines 4862 Changed paths: 4863 M /trunk/test 4864 M /trunk/tools 3059 r532 | sam | 2006-04-12 08:57:59 +0000 (Wed, 12 Apr 2006) | 2 lines 4865 3060 4866 3061 * Proper svn:ignore properties on tools/. 4867 3062 4868 3063 ------------------------------------------------------------------------ 4869 r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines 4870 Changed paths: 4871 M /trunk/Makefile.am 4872 M /trunk/caca/driver_slang.c 4873 M /trunk/configure.ac 4874 M /trunk/test/Makefile.am 4875 D /trunk/test/optipal.c 4876 A /trunk/tools 4877 A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527) 4878 A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527) 3064 r531 | sam | 2006-04-12 08:31:11 +0000 (Wed, 12 Apr 2006) | 3 lines 4879 3065 4880 3066 * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will … … 4882 3068 4883 3069 ------------------------------------------------------------------------ 4884 r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines 4885 Changed paths: 4886 M /trunk/src/Makefile.am 4887 M /trunk/src/cacaview.c 3070 r530 | sam | 2006-04-11 10:36:31 +0000 (Tue, 11 Apr 2006) | 4 lines 4888 3071 4889 3072 * cacaview works again. Somewhat. Image loading is now handled by the … … 4892 3075 4893 3076 ------------------------------------------------------------------------ 4894 r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines 4895 Changed paths: 4896 M /trunk/src/common-image.c 3077 r529 | sam | 2006-04-11 10:12:03 +0000 (Tue, 11 Apr 2006) | 2 lines 4897 3078 4898 3079 * Renamed "freadint" to "u32fread", and so on. 4899 3080 4900 3081 ------------------------------------------------------------------------ 4901 r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines 4902 Changed paths: 4903 M /trunk/src 4904 M /trunk/src/Makefile.am 4905 A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523) 4906 A /trunk/src/common-image.h 4907 A /trunk/src/img2irc.c 3082 r528 | sam | 2006-04-11 10:05:48 +0000 (Tue, 11 Apr 2006) | 3 lines 4908 3083 4909 3084 * Added img2irc program. I know it does not have "cucul" or "caca" in the … … 4911 3086 4912 3087 ------------------------------------------------------------------------ 4913 r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines 4914 Changed paths: 4915 M /trunk/cucul/export_ansi.c 4916 M /trunk/cucul/export_html.c 4917 M /trunk/cucul/export_irc.c 4918 M /trunk/cucul/export_ps.c 4919 M /trunk/cucul/export_svg.c 3088 r527 | sam | 2006-04-10 22:06:19 +0000 (Mon, 10 Apr 2006) | 3 lines 4920 3089 4921 3090 * Avoid useless call to strlen() in the exporters. … … 4923 3092 4924 3093 ------------------------------------------------------------------------ 4925 r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines 4926 Changed paths: 4927 M /trunk/test/export.c 3094 r526 | sam | 2006-04-10 22:03:22 +0000 (Mon, 10 Apr 2006) | 2 lines 4928 3095 4929 3096 * Fixed test/export that was not printing the last character of the file. 4930 3097 4931 3098 ------------------------------------------------------------------------ 4932 r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines 4933 Changed paths: 4934 M /trunk/TODO 3099 r525 | sam | 2006-04-10 21:07:40 +0000 (Mon, 10 Apr 2006) | 2 lines 4935 3100 4936 3101 * Updated TODO list. I forgot the aspect ratio function! 4937 3102 4938 3103 ------------------------------------------------------------------------ 4939 r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines 4940 Changed paths: 4941 M /trunk/cucul/Makefile.am 4942 D /trunk/cucul/bitmap.c 4943 A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523) 3104 r524 | sam | 2006-04-10 20:24:12 +0000 (Mon, 10 Apr 2006) | 2 lines 4944 3105 4945 3106 * Renamed bitmap.c into dither.c. 4946 3107 4947 3108 ------------------------------------------------------------------------ 4948 r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines 4949 Changed paths: 4950 M /trunk/cucul/bitmap.c 4951 M /trunk/cucul/cucul.c 4952 M /trunk/cucul/cucul.h 4953 M /trunk/cucul/cucul_internals.h 4954 M /trunk/src/aafire.c 4955 M /trunk/src/cacaball.c 4956 M /trunk/src/cacamoir.c 4957 M /trunk/src/cacaplas.c 4958 M /trunk/src/cacaview.c 4959 M /trunk/test/demo.c 4960 M /trunk/test/export.c 4961 M /trunk/test/gamma.c 4962 M /trunk/test/hsv.c 3109 r523 | sam | 2006-04-10 20:02:38 +0000 (Mon, 10 Apr 2006) | 2 lines 4963 3110 4964 3111 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. 4965 3112 4966 3113 ------------------------------------------------------------------------ 4967 r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines 4968 Changed paths: 4969 M /trunk/cucul/bitmap.c 4970 M /trunk/cucul/canvas.c 4971 M /trunk/cucul/cucul.c 4972 M /trunk/cucul/cucul.h 4973 M /trunk/cucul/cucul_internals.h 4974 M /trunk/cucul/sprite.c 4975 M /trunk/test/dithering.c 4976 M /trunk/test/optipal.c 3114 r522 | sam | 2006-04-10 09:17:51 +0000 (Mon, 10 Apr 2006) | 4 lines 4977 3115 4978 3116 * Replaced enum cucul_color with unsigned int. The size of an enum is not … … 4981 3119 4982 3120 ------------------------------------------------------------------------ 4983 r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines 4984 Changed paths: 4985 M /trunk/doc/doxygen.cfg.in 3121 r521 | sam | 2006-04-10 09:04:29 +0000 (Mon, 10 Apr 2006) | 2 lines 4986 3122 4987 3123 * Updated the Doxygen configuration file. 4988 3124 4989 3125 ------------------------------------------------------------------------ 4990 r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines 4991 Changed paths: 4992 M /trunk/cucul/export_ansi.c 4993 M /trunk/cucul/export_html.c 4994 M /trunk/cucul/export_irc.c 4995 M /trunk/cucul/export_ps.c 4996 M /trunk/cucul/export_svg.c 3126 r520 | sam | 2006-04-10 09:00:18 +0000 (Mon, 10 Apr 2006) | 3 lines 4997 3127 4998 3128 * Fixed old bugs I introduced in the exporters. … … 5000 3130 5001 3131 ------------------------------------------------------------------------ 5002 r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines 5003 Changed paths: 5004 M /trunk/cucul 3132 r519 | sam | 2006-04-10 08:30:02 +0000 (Mon, 10 Apr 2006) | 2 lines 5005 3133 5006 3134 * Forgot an svn:ignore property. 5007 3135 5008 3136 ------------------------------------------------------------------------ 5009 r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines 5010 Changed paths: 5011 M /trunk/caca 5012 M /trunk/caca/Makefile.am 5013 A /trunk/caca/caca.pc.in 5014 M /trunk/configure.ac 5015 M /trunk/cucul/Makefile.am 5016 A /trunk/cucul/cucul.pc.in 3137 r518 | sam | 2006-04-10 07:52:07 +0000 (Mon, 10 Apr 2006) | 2 lines 5017 3138 5018 3139 * Added pkgconfig files. Eh ouais mon gars. 5019 3140 5020 3141 ------------------------------------------------------------------------ 5021 r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines 5022 Changed paths: 5023 M /trunk/caca/driver_conio.c 5024 M /trunk/caca/driver_gl.c 5025 M /trunk/caca/driver_ncurses.c 5026 M /trunk/caca/driver_slang.c 5027 M /trunk/caca/driver_vga.c 5028 M /trunk/caca/driver_win32.c 5029 M /trunk/caca/driver_x11.c 5030 M /trunk/cucul/colour.c 5031 M /trunk/cucul/cucul_internals.h 5032 M /trunk/cucul/export_ansi.c 5033 M /trunk/cucul/export_html.c 5034 M /trunk/cucul/export_irc.c 5035 M /trunk/cucul/export_ps.c 5036 M /trunk/cucul/export_svg.c 3142 r517 | sam | 2006-04-07 09:46:30 +0000 (Fri, 07 Apr 2006) | 2 lines 5037 3143 5038 3144 * Replaced occurrences of "rgba" with "argb". 5039 3145 5040 3146 ------------------------------------------------------------------------ 5041 r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines 5042 Changed paths: 5043 M /trunk/cucul/bitmap.c 3147 r516 | sam | 2006-04-07 08:55:01 +0000 (Fri, 07 Apr 2006) | 2 lines 5044 3148 5045 3149 * Fixed a syntax error. Gruik. 5046 3150 5047 3151 ------------------------------------------------------------------------ 5048 r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines 5049 Changed paths: 5050 M /trunk/cucul/bitmap.c 5051 M /trunk/cucul/cucul.h 3152 r515 | sam | 2006-04-07 08:19:42 +0000 (Fri, 07 Apr 2006) | 2 lines 5052 3153 5053 3154 * Changed the cucul_set_bitmap_antialias() argument to a string. 5054 3155 5055 3156 ------------------------------------------------------------------------ 5056 r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines 5057 Changed paths: 5058 M /trunk/cucul/export_ps.c 3157 r514 | sam | 2006-04-06 13:49:10 +0000 (Thu, 06 Apr 2006) | 2 lines 5059 3158 5060 3159 * Of course I had to fuck up something. Here, PS export works again. 5061 3160 5062 3161 ------------------------------------------------------------------------ 5063 r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines 5064 Changed paths: 5065 M /trunk/caca/driver_conio.c 5066 M /trunk/caca/driver_gl.c 5067 M /trunk/caca/driver_ncurses.c 5068 M /trunk/caca/driver_raw.c 5069 M /trunk/caca/driver_slang.c 5070 M /trunk/caca/driver_vga.c 5071 M /trunk/caca/driver_win32.c 5072 M /trunk/caca/driver_x11.c 5073 M /trunk/cucul/Makefile.am 5074 M /trunk/cucul/canvas.c 5075 A /trunk/cucul/colour.c 5076 M /trunk/cucul/cucul.c 5077 M /trunk/cucul/cucul_internals.h 5078 M /trunk/cucul/export_ansi.c 5079 M /trunk/cucul/export_html.c 5080 M /trunk/cucul/export_irc.c 5081 M /trunk/cucul/export_ps.c 5082 M /trunk/cucul/export_svg.c 5083 M /trunk/cucul/transform.c 5084 M /trunk/src/cacaserver.c 3162 r513 | sam | 2006-04-06 13:41:56 +0000 (Thu, 06 Apr 2006) | 2 lines 5085 3163 5086 3164 * Store colour information on 32 bits, for future 12-bit colour support. 5087 3165 5088 3166 ------------------------------------------------------------------------ 5089 r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines 5090 Changed paths: 5091 M /trunk/cucul/canvas.c 5092 M /trunk/cucul/cucul.h 3167 r512 | sam | 2006-04-06 13:21:15 +0000 (Thu, 06 Apr 2006) | 2 lines 5093 3168 5094 3169 * Got rid of cucul_get_screen(). Use cucul_export() instead. 5095 3170 5096 3171 ------------------------------------------------------------------------ 5097 r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines 5098 Changed paths: 5099 M /trunk/cucul/cucul.c 3172 r511 | sam | 2006-04-06 13:11:12 +0000 (Thu, 06 Apr 2006) | 2 lines 5100 3173 5101 3174 * Check the magic bytes at the end of the buffer when cucul_load()ing it. 5102 3175 5103 3176 ------------------------------------------------------------------------ 5104 r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines 5105 Changed paths: 5106 M /trunk/src/cacaserver.c 3177 r510 | sam | 2006-04-06 13:07:58 +0000 (Thu, 06 Apr 2006) | 2 lines 5107 3178 5108 3179 * Sanity check in cacaserver.c. 5109 3180 5110 3181 ------------------------------------------------------------------------ 5111 r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines 5112 Changed paths: 5113 M /trunk/src/cacaserver.c 3182 r509 | sam | 2006-04-06 10:23:10 +0000 (Thu, 06 Apr 2006) | 2 lines 5114 3183 5115 3184 * Fixed a crash when realloc() returns a new address. 5116 3185 5117 3186 ------------------------------------------------------------------------ 5118 r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines 5119 Changed paths: 5120 M /trunk/cucul/cucul.c 3187 r508 | sam | 2006-04-06 10:19:17 +0000 (Thu, 06 Apr 2006) | 2 lines 5121 3188 5122 3189 * Fixed old typo that caused qq->height to be uninitialised. 5123 3190 5124 3191 ------------------------------------------------------------------------ 5125 r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines 5126 Changed paths: 5127 M /trunk/src/cacaserver.c 3192 r507 | jylam | 2006-04-01 21:29:10 +0000 (Sat, 01 Apr 2006) | 2 lines 5128 3193 5129 3194 * Oops, removed unused variable 5130 3195 5131 3196 ------------------------------------------------------------------------ 5132 r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines 5133 Changed paths: 5134 M /trunk/src/cacaserver.c 3197 r506 | jylam | 2006-04-01 21:26:30 +0000 (Sat, 01 Apr 2006) | 2 lines 5135 3198 5136 3199 * Added Winsock (c)(tm)(r) compatibility 5137 3200 5138 3201 ------------------------------------------------------------------------ 5139 r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines 5140 Changed paths: 5141 M /trunk/src/cacaplas.c 3202 r505 | jylam | 2006-04-01 16:11:37 +0000 (Sat, 01 Apr 2006) | 2 lines 5142 3203 5143 3204 * removed b0rked test. No more pigs, I just commited 500 of them. 5144 3205 5145 3206 ------------------------------------------------------------------------ 5146 r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines 5147 Changed paths: 5148 M /trunk/cucul/bitmap.c 3207 r504 | sam | 2006-04-01 15:58:10 +0000 (Sat, 01 Apr 2006) | 2 lines 5149 3208 5150 3209 * Set the default dithering mode to Floyd-Steinberg. 5151 3210 5152 3211 ------------------------------------------------------------------------ 5153 r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines 5154 Changed paths: 5155 M /trunk/cucul/canvas.c 5156 M /trunk/cucul/sprite.c 3212 r503 | sam | 2006-04-01 15:56:31 +0000 (Sat, 01 Apr 2006) | 14 lines 5157 3213 5158 3214 ((`)_.._ ,'-. _..._ _._ … …