Changeset 2832
- Timestamp:
- Sep 27, 2008, 8:11:01 PM (14 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r2096 r2832 1 1 ------------------------------------------------------------------------ 2 r1402 | sam | 2007-11-29 00:20:05 +0100 (Thu, 29 Nov 2007) | 3 lines 3 Changed paths: 4 M csharp/Caca.cs 5 M csharp/Cucul.cs 2 r2831 | sam | 2008-09-27 17:56:49 +0000 (Sat, 27 Sep 2008) | 1 line 3 Changed paths: 4 M /libcaca/trunk/caca/Makefile.am 5 M /libcaca/trunk/cxx/Makefile.am 6 M /libcaca/trunk/doc/Makefile.am 7 8 End of the libcucul merge: add symbolic links where appropriate. 9 ------------------------------------------------------------------------ 10 r2830 | sam | 2008-09-27 17:56:43 +0000 (Sat, 27 Sep 2008) | 1 line 11 Changed paths: 12 M /libcaca/trunk/caca/Makefile.am 13 M /libcaca/trunk/cxx/Makefile.am 14 15 caca, cxx: install symlinks for backwards compatibility with libcucul. 16 ------------------------------------------------------------------------ 17 r2829 | pterjan | 2008-09-27 16:23:26 +0000 (Sat, 27 Sep 2008) | 1 line 18 Changed paths: 19 M /libcaca/trunk/ruby/caca-canvas.c 20 21 * Fix a warning 22 ------------------------------------------------------------------------ 23 r2828 | sam | 2008-09-27 16:07:33 +0000 (Sat, 27 Sep 2008) | 1 line 24 Changed paths: 25 A /libcaca/trunk/caca/.gitignore 26 27 .gitignore: ignore caca_types.h. 28 ------------------------------------------------------------------------ 29 r2827 | sam | 2008-09-27 15:57:33 +0000 (Sat, 27 Sep 2008) | 2 lines 30 Changed paths: 31 M /libcaca/trunk 32 M /libcaca/trunk/caca 33 M /libcaca/trunk/csharp 34 M /libcaca/trunk/examples 35 M /libcaca/trunk/python 36 M /libcaca/trunk/src 37 M /libcaca/trunk/tests 38 39 Add missing svn:ignore SVN properties. 40 41 ------------------------------------------------------------------------ 42 r2826 | sam | 2008-09-27 15:43:01 +0000 (Sat, 27 Sep 2008) | 3 lines 43 Changed paths: 44 M /libcaca/trunk/caca/Makefile.am 45 M /libcaca/trunk/caca/attr.c 46 M /libcaca/trunk/caca/box.c 47 M /libcaca/trunk/caca/caca.c 48 M /libcaca/trunk/caca/caca.h 49 M /libcaca/trunk/caca/canvas.c 50 M /libcaca/trunk/caca/charset.c 51 M /libcaca/trunk/caca/conic.c 52 M /libcaca/trunk/caca/dither.c 53 M /libcaca/trunk/caca/export.c 54 M /libcaca/trunk/caca/figfont.c 55 M /libcaca/trunk/caca/file.c 56 M /libcaca/trunk/caca/font.c 57 M /libcaca/trunk/caca/frame.c 58 M /libcaca/trunk/caca/import.c 59 M /libcaca/trunk/caca/line.c 60 M /libcaca/trunk/caca/string.c 61 M /libcaca/trunk/caca/transform.c 62 M /libcaca/trunk/caca/triangle.c 63 64 Continue the libcaca/libcucul merge. Source and binary compatibility 65 are almost there. 66 67 ------------------------------------------------------------------------ 68 r2825 | pterjan | 2008-09-27 14:29:32 +0000 (Sat, 27 Sep 2008) | 1 line 69 Changed paths: 70 M /libcaca/trunk/ruby/t/tc_canvas.rb 71 M /libcaca/trunk/ruby/t/tc_display.rb 72 M /libcaca/trunk/ruby/t/tc_dither.rb 73 M /libcaca/trunk/ruby/t/tc_font.rb 74 M /libcaca/trunk/ruby/t/tc_frame.rb 75 76 * No need to require test/unit in each testfile 77 ------------------------------------------------------------------------ 78 r2824 | sam | 2008-09-27 14:29:11 +0000 (Sat, 27 Sep 2008) | 2 lines 79 Changed paths: 80 M /libcaca/trunk/csharp/AssemblyInfo.cs 81 M /libcaca/trunk/cxx/caca++.pc.in 82 M /libcaca/trunk/cxx/cxxtest.cpp 83 M /libcaca/trunk/doc/doxygen.cfg.in 84 M /libcaca/trunk/doc/libcaca.dox 85 M /libcaca/trunk/doc/migrating.dox 86 M /libcaca/trunk/doc/tutorial.dox 87 M /libcaca/trunk/examples/.gitignore 88 M /libcaca/trunk/msvc/cacademo.vcproj 89 M /libcaca/trunk/msvc/cacafire.vcproj 90 M /libcaca/trunk/msvc/cacaview.vcproj 91 M /libcaca/trunk/msvc/libcaca.sln 92 M /libcaca/trunk/msvc/test-csharp.csproj 93 M /libcaca/trunk/msvc/test-cxx.vcproj 94 M /libcaca/trunk/python/snake.py 95 M /libcaca/trunk/ruby/ruby.dox 96 M /libcaca/trunk/tests/.gitignore 97 M /libcaca/trunk/tests/caca-test.cpp 98 99 Continuing the libcucul-libcaca merge. 100 101 ------------------------------------------------------------------------ 102 r2823 | pterjan | 2008-09-27 14:29:00 +0000 (Sat, 27 Sep 2008) | 1 line 103 Changed paths: 104 M /libcaca/trunk/ruby/test 105 106 * Have local paths first in LOAD_PATH 107 ------------------------------------------------------------------------ 108 r2822 | sam | 2008-09-27 14:11:36 +0000 (Sat, 27 Sep 2008) | 2 lines 109 Changed paths: 110 M /libcaca/trunk/csharp/Caca.cs 111 D /libcaca/trunk/csharp/Cucul.cs 112 M /libcaca/trunk/csharp/Makefile.am 113 D /libcaca/trunk/csharp/cucul-sharp.dll.config.in 114 M /libcaca/trunk/csharp/test.cs 115 M /libcaca/trunk/cxx/Makefile.am 116 M /libcaca/trunk/cxx/caca++.cpp 117 M /libcaca/trunk/cxx/caca++.h 118 D /libcaca/trunk/cxx/cucul++.cpp 119 D /libcaca/trunk/cxx/cucul++.h 120 D /libcaca/trunk/cxx/cucul++.pc.in 121 M /libcaca/trunk/cxx/cxxtest.cpp 122 M /libcaca/trunk/msvc/caca-sharp.csproj 123 A /libcaca/trunk/msvc/caca_types.h (from /libcaca/trunk/msvc/cucul_types.h:2821) 124 D /libcaca/trunk/msvc/cucul-sharp.csproj 125 D /libcaca/trunk/msvc/cucul_types.h 126 M /libcaca/trunk/msvc/libcaca++.vcproj 127 M /libcaca/trunk/msvc/libcaca.vcproj 128 D /libcaca/trunk/msvc/libcucul++.def 129 D /libcaca/trunk/msvc/libcucul++.vcproj 130 D /libcaca/trunk/msvc/libcucul.def 131 D /libcaca/trunk/msvc/libcucul.vcproj 132 M /libcaca/trunk/ruby/Makefile.am 133 M /libcaca/trunk/ruby/README 134 M /libcaca/trunk/ruby/caca-canvas.c 135 M /libcaca/trunk/ruby/caca-display.c 136 M /libcaca/trunk/ruby/caca-dither.c 137 M /libcaca/trunk/ruby/caca-font.c 138 M /libcaca/trunk/ruby/lib/caca.rb 139 M /libcaca/trunk/ruby/ruby-caca.dox 140 D /libcaca/trunk/ruby/ruby-cucul.dox 141 M /libcaca/trunk/ruby/t/tc_canvas.rb 142 M /libcaca/trunk/ruby/t/tc_display.rb 143 M /libcaca/trunk/ruby/t/tc_dither.rb 144 M /libcaca/trunk/ruby/t/tc_font.rb 145 M /libcaca/trunk/ruby/t/tc_frame.rb 146 147 Continuing the libcucul-libcaca merge. 148 149 ------------------------------------------------------------------------ 150 r2821 | sam | 2008-09-27 13:12:46 +0000 (Sat, 27 Sep 2008) | 5 lines 151 Changed paths: 152 M /libcaca/trunk/Makefile.am 153 M /libcaca/trunk/build-kernel 154 M /libcaca/trunk/caca/Makefile.am 155 A /libcaca/trunk/caca/attr.c (from /libcaca/trunk/cucul/attr.c:2819) 156 A /libcaca/trunk/caca/box.c (from /libcaca/trunk/cucul/box.c:2819) 157 M /libcaca/trunk/caca/caca.c 158 M /libcaca/trunk/caca/caca.h 159 M /libcaca/trunk/caca/caca.pc.in 160 M /libcaca/trunk/caca/caca0.c 161 M /libcaca/trunk/caca/caca0.h 162 M /libcaca/trunk/caca/caca_internals.h 163 A /libcaca/trunk/caca/caca_types.h.in (from /libcaca/trunk/cucul/cucul_types.h.in:2819) 164 A /libcaca/trunk/caca/canvas.c (from /libcaca/trunk/cucul/cucul.c:2819) 165 A /libcaca/trunk/caca/charset.c (from /libcaca/trunk/cucul/charset.c:2819) 166 A /libcaca/trunk/caca/conic.c (from /libcaca/trunk/cucul/conic.c:2819) 167 A /libcaca/trunk/caca/dither.c (from /libcaca/trunk/cucul/dither.c:2819) 168 M /libcaca/trunk/caca/driver_cocoa.m 169 M /libcaca/trunk/caca/driver_conio.c 170 M /libcaca/trunk/caca/driver_gl.c 171 M /libcaca/trunk/caca/driver_ncurses.c 172 M /libcaca/trunk/caca/driver_raw.c 173 M /libcaca/trunk/caca/driver_slang.c 174 M /libcaca/trunk/caca/driver_vga.c 175 M /libcaca/trunk/caca/driver_win32.c 176 M /libcaca/trunk/caca/driver_x11.c 177 M /libcaca/trunk/caca/event.c 178 A /libcaca/trunk/caca/export.c (from /libcaca/trunk/cucul/export.c:2819) 179 A /libcaca/trunk/caca/figfont.c (from /libcaca/trunk/cucul/figfont.c:2819) 180 A /libcaca/trunk/caca/file.c (from /libcaca/trunk/cucul/file.c:2819) 181 A /libcaca/trunk/caca/font.c (from /libcaca/trunk/cucul/font.c:2819) 182 A /libcaca/trunk/caca/frame.c (from /libcaca/trunk/cucul/frame.c:2819) 183 M /libcaca/trunk/caca/graphics.c 184 A /libcaca/trunk/caca/import.c (from /libcaca/trunk/cucul/import.c:2819) 185 A /libcaca/trunk/caca/legacy.c (from /libcaca/trunk/cucul/legacy.c:2819) 186 A /libcaca/trunk/caca/line.c (from /libcaca/trunk/cucul/line.c:2819) 187 A /libcaca/trunk/caca/mono9.data (from /libcaca/trunk/cucul/mono9.data:2819) 188 A /libcaca/trunk/caca/monobold12.data (from /libcaca/trunk/cucul/monobold12.data:2819) 189 A /libcaca/trunk/caca/string.c (from /libcaca/trunk/cucul/canvas.c:2819) 190 A /libcaca/trunk/caca/transform.c (from /libcaca/trunk/cucul/transform.c:2819) 191 A /libcaca/trunk/caca/triangle.c (from /libcaca/trunk/cucul/triangle.c:2819) 192 M /libcaca/trunk/caca-config.in 193 M /libcaca/trunk/configure.ac 194 M /libcaca/trunk/csharp/Makefile.am 195 D /libcaca/trunk/cucul 196 M /libcaca/trunk/cxx/Makefile.am 197 M /libcaca/trunk/cxx/caca++.cpp 198 M /libcaca/trunk/cxx/caca++.h 199 M /libcaca/trunk/cxx/cucul++.cpp 200 M /libcaca/trunk/cxx/cucul++.h 201 M /libcaca/trunk/cxx/cxxtest.cpp 202 M /libcaca/trunk/doc/Makefile.am 203 M /libcaca/trunk/examples/Makefile.am 204 M /libcaca/trunk/examples/blit.c 205 A /libcaca/trunk/examples/canvas.c (from /libcaca/trunk/examples/cucul.c:2820) 206 M /libcaca/trunk/examples/colors.c 207 D /libcaca/trunk/examples/cucul.c 208 M /libcaca/trunk/examples/demo.c 209 M /libcaca/trunk/examples/dithering.c 210 M /libcaca/trunk/examples/driver.c 211 M /libcaca/trunk/examples/event.c 212 M /libcaca/trunk/examples/export.c 213 M /libcaca/trunk/examples/figfont.c 214 M /libcaca/trunk/examples/font.c 215 M /libcaca/trunk/examples/font2tga.c 216 M /libcaca/trunk/examples/frames.c 217 M /libcaca/trunk/examples/fullwidth.c 218 M /libcaca/trunk/examples/gamma.c 219 M /libcaca/trunk/examples/hsv.c 220 M /libcaca/trunk/examples/import.c 221 M /libcaca/trunk/examples/input.c 222 M /libcaca/trunk/examples/spritedit.c 223 M /libcaca/trunk/examples/swallow.c 224 M /libcaca/trunk/examples/text.c 225 M /libcaca/trunk/examples/transform.c 226 M /libcaca/trunk/examples/truecolor.c 227 M /libcaca/trunk/examples/unicode.c 228 M /libcaca/trunk/kernel/kernel.c 229 M /libcaca/trunk/kernel/kernel.h 230 M /libcaca/trunk/msvc/Makefile.am 231 M /libcaca/trunk/msvc/cucul_types.h 232 M /libcaca/trunk/ruby/Makefile.am 233 A /libcaca/trunk/ruby/caca-canvas.c (from /libcaca/trunk/ruby/cucul-canvas.c:2820) 234 A /libcaca/trunk/ruby/caca-canvas.h (from /libcaca/trunk/ruby/cucul-canvas.h:2820) 235 M /libcaca/trunk/ruby/caca-display.c 236 A /libcaca/trunk/ruby/caca-dither.c (from /libcaca/trunk/ruby/cucul-dither.c:2820) 237 A /libcaca/trunk/ruby/caca-dither.h (from /libcaca/trunk/ruby/cucul-dither.h:2820) 238 A /libcaca/trunk/ruby/caca-font.c (from /libcaca/trunk/ruby/cucul-font.c:2820) 239 A /libcaca/trunk/ruby/caca-font.h (from /libcaca/trunk/ruby/cucul-font.h:2820) 240 M /libcaca/trunk/ruby/caca.c 241 M /libcaca/trunk/ruby/common.h 242 D /libcaca/trunk/ruby/cucul-canvas.c 243 D /libcaca/trunk/ruby/cucul-canvas.h 244 D /libcaca/trunk/ruby/cucul-dither.c 245 D /libcaca/trunk/ruby/cucul-dither.h 246 D /libcaca/trunk/ruby/cucul-font.c 247 D /libcaca/trunk/ruby/cucul-font.h 248 D /libcaca/trunk/ruby/cucul.c 249 M /libcaca/trunk/src/Makefile.am 250 M /libcaca/trunk/src/aafire.c 251 M /libcaca/trunk/src/cacademo.c 252 M /libcaca/trunk/src/cacadraw.c 253 M /libcaca/trunk/src/cacaplay.c 254 M /libcaca/trunk/src/cacaserver.c 255 M /libcaca/trunk/src/cacaview.c 256 M /libcaca/trunk/src/common-image.c 257 M /libcaca/trunk/src/common-image.h 258 M /libcaca/trunk/src/img2txt.c 259 M /libcaca/trunk/src/mygetopt.c 260 M /libcaca/trunk/stubs.h 261 M /libcaca/trunk/tests/.gitignore 262 M /libcaca/trunk/tests/Makefile.am 263 M /libcaca/trunk/tests/caca-test.cpp 264 M /libcaca/trunk/tests/canvas.cpp 265 D /libcaca/trunk/tests/cucul-test.cpp 266 M /libcaca/trunk/tests/simple.c 267 M /libcaca/trunk/tools/Makefile.am 268 M /libcaca/trunk/tools/makefont.c 269 M /libcaca/trunk/tools/optipal.c 270 M /libcaca/trunk/tools/sortchars.c 271 272 Starting refactoring to get rid of libcucul. The initial reason for the 273 split is rendered moot by the plugin system: when enabled, binaries do 274 not link directly with libX11 or libGL. I hope this is a step towards 275 more consisteny and clarity. 276 277 ------------------------------------------------------------------------ 278 r2820 | sam | 2008-09-27 12:13:24 +0000 (Sat, 27 Sep 2008) | 2 lines 279 Changed paths: 280 D /libcaca/trunk/test 281 282 test: remove legacy empty directory. 283 284 ------------------------------------------------------------------------ 285 r2819 | sam | 2008-09-27 09:52:27 +0000 (Sat, 27 Sep 2008) | 1 line 286 Changed paths: 287 M /libcaca/trunk/cucul/mono9.data 288 M /libcaca/trunk/cucul/monobold12.data 289 M /libcaca/trunk/tools/makefont.c 290 291 makefont.c: change the font data encoding, the source is now 5% smaller. 292 ------------------------------------------------------------------------ 293 r2543 | sam | 2008-07-16 17:23:31 +0000 (Wed, 16 Jul 2008) | 1 line 294 Changed paths: 295 M /libcaca/trunk/src/mygetopt.c 296 297 * mygetopt.c: fix a parsing issue with short options. 298 ------------------------------------------------------------------------ 299 r2539 | sam | 2008-07-16 13:50:48 +0000 (Wed, 16 Jul 2008) | 1 line 300 Changed paths: 301 M /libcaca/trunk/configure.ac 302 303 * Fix bad AM_CONDITIONAL location: it must be in the default code path. 304 ------------------------------------------------------------------------ 305 r2536 | sam | 2008-07-16 13:06:39 +0000 (Wed, 16 Jul 2008) | 1 line 306 Changed paths: 307 M /libcaca/trunk/cucul/file.c 308 309 * cucul/file.c: fix a typo causing build failures when zlib is not here. 310 ------------------------------------------------------------------------ 311 r2535 | sam | 2008-07-16 13:06:30 +0000 (Wed, 16 Jul 2008) | 2 lines 312 Changed paths: 313 M /libcaca/trunk/configure.ac 314 315 * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by 316 forcing the tested code to use register contraints. 317 ------------------------------------------------------------------------ 318 r2519 | sam | 2008-07-05 16:39:56 +0000 (Sat, 05 Jul 2008) | 1 line 319 Changed paths: 320 M /libcaca/trunk/caca/caca.c 321 322 * Fix plugin build. 323 ------------------------------------------------------------------------ 324 r2518 | sam | 2008-07-05 16:34:19 +0000 (Sat, 05 Jul 2008) | 2 lines 325 Changed paths: 326 M /libcaca/trunk/NEWS 327 M /libcaca/trunk/configure.ac 328 329 * Set version to 0.99.beta14. 330 * Updateed NEWS and ChangeLog. 331 ------------------------------------------------------------------------ 332 r2517 | sam | 2008-07-05 16:28:30 +0000 (Sat, 05 Jul 2008) | 2 lines 333 Changed paths: 334 M /libcaca/trunk/caca/Makefile.am 335 M /libcaca/trunk/configure.ac 336 337 * Check for FTGL in the configure step, because we will use it later. 338 * Better CFLAGS and LDFLAGS propagation to the Makefiles. 339 ------------------------------------------------------------------------ 340 r2437 | sam | 2008-06-15 19:38:06 +0000 (Sun, 15 Jun 2008) | 2 lines 341 Changed paths: 342 M /libcaca/trunk/cxx/caca++.pc.in 343 M /libcaca/trunk/cxx/cucul++.pc.in 344 345 * Fix C++ library linking. 346 347 ------------------------------------------------------------------------ 348 r2436 | sam | 2008-06-15 18:41:09 +0000 (Sun, 15 Jun 2008) | 2 lines 349 Changed paths: 350 M /libcaca/trunk/src/common-image.c 351 352 * Fix cucul_file_read() calls in cacaview. 353 354 ------------------------------------------------------------------------ 355 r2427 | sam | 2008-06-15 17:06:43 +0000 (Sun, 15 Jun 2008) | 2 lines 356 Changed paths: 357 M /libcaca/trunk/src/common-image.c 358 359 * Fix cacademo build on systems without imlib-dev. 360 361 ------------------------------------------------------------------------ 362 r2425 | sam | 2008-06-15 16:53:57 +0000 (Sun, 15 Jun 2008) | 2 lines 363 Changed paths: 364 M /libcaca/trunk/configure.ac 365 366 * Generate the C++ .pc files at configure time. 367 368 ------------------------------------------------------------------------ 369 r2424 | sam | 2008-06-15 16:49:42 +0000 (Sun, 15 Jun 2008) | 2 lines 370 Changed paths: 371 M /libcaca/trunk/cxx/Makefile.am 372 373 * Only install the C++ .pc files if C++ support was activated. 374 375 ------------------------------------------------------------------------ 376 r2423 | sam | 2008-06-15 16:47:40 +0000 (Sun, 15 Jun 2008) | 2 lines 377 Changed paths: 378 M /libcaca/trunk/cxx/Makefile.am 379 380 * Install cucul++.pc and caca++.pc in the pkg-config directory. 381 382 ------------------------------------------------------------------------ 383 r2413 | sam | 2008-06-15 14:46:51 +0000 (Sun, 15 Jun 2008) | 2 lines 384 Changed paths: 385 M /libcaca/trunk/configure.ac 386 387 * Updated version number to 0.99.beta15, so that we can build TOIlet. 388 389 ------------------------------------------------------------------------ 390 r2412 | sam | 2008-06-15 14:41:17 +0000 (Sun, 15 Jun 2008) | 3 lines 391 Changed paths: 392 M /libcaca/trunk/cucul/cucul.h 393 M /libcaca/trunk/cucul/figfont.c 394 395 * Export cucul_flush_figlet() to the public API. It should be removed later, 396 but for now it's the only way to integrate properly with TOIlet. 397 398 ------------------------------------------------------------------------ 399 r2411 | sam | 2008-06-15 13:50:28 +0000 (Sun, 15 Jun 2008) | 2 lines 400 Changed paths: 401 M /libcaca/trunk/src/common-image.c 402 403 * Make cacaview use cucul_file_t functions. 404 405 ------------------------------------------------------------------------ 406 r2410 | sam | 2008-06-15 13:50:22 +0000 (Sun, 15 Jun 2008) | 2 lines 407 Changed paths: 408 M /libcaca/trunk/cucul/legacy.c 409 410 * Make deprecated cucul_load_file() use cucul_file_t functions. 411 412 ------------------------------------------------------------------------ 413 r2409 | sam | 2008-06-15 13:50:17 +0000 (Sun, 15 Jun 2008) | 2 lines 414 Changed paths: 415 M /libcaca/trunk/cucul/import.c 416 417 * Make cucul_import_file() use cucul_file_t functions. 418 419 ------------------------------------------------------------------------ 420 r2408 | sam | 2008-06-15 13:50:11 +0000 (Sun, 15 Jun 2008) | 2 lines 421 Changed paths: 422 M /libcaca/trunk/cucul/file.c 423 424 * Set errno to ENOSYS in unsupported cucul_file_t operations. 425 426 ------------------------------------------------------------------------ 427 r2407 | sam | 2008-06-15 13:50:06 +0000 (Sun, 15 Jun 2008) | 2 lines 428 Changed paths: 429 M /libcaca/trunk/cucul/cucul.h 430 M /libcaca/trunk/cucul/file.c 431 432 * Implement cucul_file_tell(). 433 434 ------------------------------------------------------------------------ 435 r2406 | sam | 2008-06-15 13:50:02 +0000 (Sun, 15 Jun 2008) | 3 lines 436 Changed paths: 437 M /libcaca/trunk/cucul/cucul.h 438 M /libcaca/trunk/cucul/cucul_internals.h 439 M /libcaca/trunk/cucul/figfont.c 440 M /libcaca/trunk/cucul/file.c 441 442 * Export cucul_file_t operations in the public header. 443 * Implement cucul_file_read() and cucul_file_write(). 444 445 ------------------------------------------------------------------------ 446 r2405 | sam | 2008-06-15 13:49:57 +0000 (Sun, 15 Jun 2008) | 2 lines 447 Changed paths: 448 M /libcaca/trunk/tools/makefont.c 449 450 * makefont is only a system tool: use htons/htonl instead of hton16/hton32. 451 452 ------------------------------------------------------------------------ 453 r2399 | sam | 2008-06-15 12:28:18 +0000 (Sun, 15 Jun 2008) | 2 lines 454 Changed paths: 455 M /libcaca/trunk/src/cacademo.c 456 457 * Fix cucul_set_dither_palette() argument types in cacademo. 458 459 ------------------------------------------------------------------------ 460 r2398 | sam | 2008-06-15 12:28:14 +0000 (Sun, 15 Jun 2008) | 4 lines 461 Changed paths: 462 M /libcaca/trunk/kernel/kernel.c 463 M /libcaca/trunk/stubs.h 464 M /libcaca/trunk/tools/makefont.c 465 466 * Remove htons() and htonl() from kernel mode: we use our custom hton16() 467 and hton32() implementations everywhere instead, except in cacaserver 468 which requires <arpa/inet.h> stuff anyway. 469 470 ------------------------------------------------------------------------ 471 r2397 | sam | 2008-06-15 12:28:08 +0000 (Sun, 15 Jun 2008) | 2 lines 472 Changed paths: 473 M /libcaca/trunk/tools/sortchars.c 474 475 * Fix a buffer initialisation issue in the sortchars utility. 476 477 ------------------------------------------------------------------------ 478 r2321 | jylam | 2008-05-14 18:16:56 +0000 (Wed, 14 May 2008) | 2 lines 479 Changed paths: 480 M /libcaca/trunk/cxx/cucul++.cpp 481 M /libcaca/trunk/cxx/cucul++.h 482 483 * Changed Cucul::Rotate() to Cucul::Rotate180() and Cucul::RotateLeft() and Cucul::RotateRight() 484 485 ------------------------------------------------------------------------ 486 r2316 | sam | 2008-04-26 08:34:10 +0000 (Sat, 26 Apr 2008) | 2 lines 487 Changed paths: 488 M /libcaca/trunk/.gitignore 489 M /libcaca/trunk/configure.ac 490 491 * Put autotools files in a hidden ".auto" directory instead of "autotools". 492 493 ------------------------------------------------------------------------ 494 r2314 | sam | 2008-04-23 21:24:40 +0000 (Wed, 23 Apr 2008) | 2 lines 495 Changed paths: 496 M /libcaca/trunk/msvc/libcaca.vcproj 497 M /libcaca/trunk/msvc/libcucul.vcproj 498 499 * Add missing headers to the Visual Studio build files. 500 501 ------------------------------------------------------------------------ 502 r2313 | sam | 2008-04-23 21:24:34 +0000 (Wed, 23 Apr 2008) | 3 lines 503 Changed paths: 504 M /libcaca/trunk/cucul/import.c 505 M /libcaca/trunk/cucul/triangle.c 506 M /libcaca/trunk/cxx/cucul++.cpp 507 M /libcaca/trunk/cxx/cucul++.h 508 M /libcaca/trunk/examples/export.c 509 M /libcaca/trunk/examples/figfont.c 510 M /libcaca/trunk/examples/spritedit.c 511 M /libcaca/trunk/src/cacaserver.c 512 M /libcaca/trunk/src/img2txt.c 513 514 * Switch a few unsigned int variables to size_t where appropriate. 515 * Synchronise parameter types in the C++ bindings with the C API. 516 517 ------------------------------------------------------------------------ 518 r2312 | sam | 2008-04-23 21:24:28 +0000 (Wed, 23 Apr 2008) | 3 lines 519 Changed paths: 520 M /libcaca/trunk/configure.ac 521 M /libcaca/trunk/cucul/cucul_types.h.in 522 M /libcaca/trunk/msvc/cucul_types.h 523 524 * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none 525 of the other required types. 526 527 ------------------------------------------------------------------------ 528 r2309 | sam | 2008-04-21 10:10:42 +0000 (Mon, 21 Apr 2008) | 2 lines 529 Changed paths: 530 M /libcaca/trunk/tests/.gitignore 531 M /libcaca/trunk/tests/Makefile.am 532 A /libcaca/trunk/tests/caca-test.cpp 533 M /libcaca/trunk/tests/canvas.cpp 534 A /libcaca/trunk/tests/driver.cpp 535 536 * Started libcaca unit tests. 537 538 ------------------------------------------------------------------------ 539 r2308 | sam | 2008-04-19 22:51:20 +0000 (Sat, 19 Apr 2008) | 2 lines 540 Changed paths: 541 M /libcaca/trunk/csharp/Makefile.am 542 M /libcaca/trunk/cucul/cucul_types.h.in 543 544 * Get the project to build in an alternate directory. 545 546 ------------------------------------------------------------------------ 547 r2307 | sam | 2008-04-19 22:51:17 +0000 (Sat, 19 Apr 2008) | 2 lines 548 Changed paths: 549 M /libcaca/trunk/csharp/Caca.cs 550 M /libcaca/trunk/csharp/Cucul.cs 551 M /libcaca/trunk/csharp/test.cs 552 553 * Refresh the .NET bindings. Still not complete, but quite useful already. 554 555 ------------------------------------------------------------------------ 556 r2306 | sam | 2008-04-19 19:40:25 +0000 (Sat, 19 Apr 2008) | 3 lines 557 Changed paths: 558 M /libcaca/trunk/caca/caca.c 559 M /libcaca/trunk/cucul/box.c 560 M /libcaca/trunk/cucul/charset.c 561 562 * Documentation fixes (due to renamings, some parameters were no longer 563 documented). 564 565 ------------------------------------------------------------------------ 566 r2305 | sam | 2008-04-19 19:25:52 +0000 (Sat, 19 Apr 2008) | 3 lines 567 Changed paths: 568 M /libcaca/trunk/caca/caca.h 569 M /libcaca/trunk/caca/caca_internals.h 570 M /libcaca/trunk/caca/driver_cocoa.m 571 M /libcaca/trunk/caca/driver_conio.c 572 M /libcaca/trunk/caca/driver_gl.c 573 M /libcaca/trunk/caca/driver_ncurses.c 574 M /libcaca/trunk/caca/driver_raw.c 575 M /libcaca/trunk/caca/driver_slang.c 576 M /libcaca/trunk/caca/driver_vga.c 577 M /libcaca/trunk/caca/driver_win32.c 578 M /libcaca/trunk/caca/driver_x11.c 579 M /libcaca/trunk/caca/event.c 580 M /libcaca/trunk/caca/graphics.c 581 M /libcaca/trunk/caca/time.c 582 M /libcaca/trunk/cucul/canvas.c 583 M /libcaca/trunk/cucul/cucul.c 584 M /libcaca/trunk/cucul/cucul.h 585 M /libcaca/trunk/cucul/cucul_internals.h 586 M /libcaca/trunk/cucul/dither.c 587 M /libcaca/trunk/cucul/export.c 588 M /libcaca/trunk/cucul/figfont.c 589 M /libcaca/trunk/cucul/font.c 590 M /libcaca/trunk/cucul/frame.c 591 M /libcaca/trunk/cucul/transform.c 592 M /libcaca/trunk/examples/text.c 593 594 * Remove all unsigned ints from exported functions. Signed arithmetic is 595 far better for error checking. 596 597 ------------------------------------------------------------------------ 598 r2304 | sam | 2008-04-19 19:25:47 +0000 (Sat, 19 Apr 2008) | 3 lines 599 Changed paths: 600 M /libcaca/trunk/caca/driver_ncurses.c 601 M /libcaca/trunk/caca/driver_slang.c 602 M /libcaca/trunk/cucul/canvas.c 603 M /libcaca/trunk/cucul/charset.c 604 M /libcaca/trunk/cucul/cucul.h 605 M /libcaca/trunk/cucul/cucul_types.h.in 606 M /libcaca/trunk/cucul/export.c 607 M /libcaca/trunk/cucul/import.c 608 M /libcaca/trunk/cxx/cucul++.cpp 609 M /libcaca/trunk/cxx/cucul++.h 610 M /libcaca/trunk/examples/font2tga.c 611 M /libcaca/trunk/src/aafire.c 612 M /libcaca/trunk/src/cacademo.c 613 614 * Get rid of the last long types in the API. 615 * Use size_t and ssize_t where appropriate. 616 617 ------------------------------------------------------------------------ 618 r2303 | sam | 2008-04-19 19:25:41 +0000 (Sat, 19 Apr 2008) | 4 lines 619 Changed paths: 620 M /libcaca/trunk/caca/caca.h 621 M /libcaca/trunk/caca/driver_gl.c 622 M /libcaca/trunk/caca/event.c 623 M /libcaca/trunk/cucul/attr.c 624 M /libcaca/trunk/cucul/box.c 625 M /libcaca/trunk/cucul/canvas.c 626 M /libcaca/trunk/cucul/charset.c 627 M /libcaca/trunk/cucul/conic.c 628 M /libcaca/trunk/cucul/cucul.h 629 M /libcaca/trunk/cucul/dither.c 630 M /libcaca/trunk/cucul/figfont.c 631 M /libcaca/trunk/cucul/font.c 632 M /libcaca/trunk/cucul/line.c 633 M /libcaca/trunk/cucul/triangle.c 634 M /libcaca/trunk/cxx/cucul++.cpp 635 M /libcaca/trunk/cxx/cucul++.h 636 M /libcaca/trunk/ruby/cucul-font.c 637 638 * Changed most of the long ints in the API into C99 types. WARNING: this 639 completely breaks compatibility with previous versions of libcaca on 640 64-bit systems. 641 642 ------------------------------------------------------------------------ 643 r2302 | sam | 2008-04-19 19:25:37 +0000 (Sat, 19 Apr 2008) | 2 lines 644 Changed paths: 645 M /libcaca/trunk/configure.ac 646 647 * Cosmetic fix for ./configure output when a pkg-module is not found. 648 649 ------------------------------------------------------------------------ 650 r2301 | sam | 2008-04-19 14:07:54 +0000 (Sat, 19 Apr 2008) | 2 lines 651 Changed paths: 652 M /libcaca/trunk/configure.ac 653 M /libcaca/trunk/tests/.gitignore 654 M /libcaca/trunk/tests/Makefile.am 655 A /libcaca/trunk/tests/canvas.cpp 656 A /libcaca/trunk/tests/cucul-test.cpp 657 658 * Use CppUnit for C and C++ unit tests. Sorry, Jylam. 659 660 ------------------------------------------------------------------------ 661 r2300 | sam | 2008-04-19 14:07:50 +0000 (Sat, 19 Apr 2008) | 3 lines 662 Changed paths: 663 M /libcaca/trunk/caca/caca.h 664 M /libcaca/trunk/caca/driver_conio.c 665 M /libcaca/trunk/caca/driver_gl.c 666 M /libcaca/trunk/cucul/attr.c 667 M /libcaca/trunk/cucul/charset.c 668 M /libcaca/trunk/cucul/cucul.c 669 M /libcaca/trunk/cucul/cucul.h 670 M /libcaca/trunk/cucul/dither.c 671 M /libcaca/trunk/cucul/export.c 672 M /libcaca/trunk/cucul/file.c 673 M /libcaca/trunk/examples/font.c 674 M /libcaca/trunk/examples/swallow.c 675 M /libcaca/trunk/kernel/kernel.c 676 M /libcaca/trunk/src/cacaplay.c 677 M /libcaca/trunk/src/cacaserver.c 678 M /libcaca/trunk/src/common-image.c 679 680 * Changed most "unsigned char" variables into "uint8_t", including in 681 prototypes. As they are equivalent, this does not break the ABI. 682 683 ------------------------------------------------------------------------ 684 r2299 | sam | 2008-04-19 12:42:50 +0000 (Sat, 19 Apr 2008) | 5 lines 685 Changed paths: 686 M /libcaca/trunk/Makefile.am 687 M /libcaca/trunk/build-dos 688 M /libcaca/trunk/build-kernel 689 M /libcaca/trunk/build-win32 690 M /libcaca/trunk/caca/Makefile.am 691 M /libcaca/trunk/caca/caca.c 692 M /libcaca/trunk/caca/caca0.c 693 M /libcaca/trunk/caca/caca_internals.h 694 M /libcaca/trunk/caca/driver_conio.c 695 M /libcaca/trunk/caca/driver_gl.c 696 M /libcaca/trunk/caca/driver_ncurses.c 697 M /libcaca/trunk/caca/driver_raw.c 698 M /libcaca/trunk/caca/driver_slang.c 699 M /libcaca/trunk/caca/driver_vga.c 700 M /libcaca/trunk/caca/driver_win32.c 701 M /libcaca/trunk/caca/driver_x11.c 702 M /libcaca/trunk/caca/event.c 703 M /libcaca/trunk/caca/graphics.c 704 M /libcaca/trunk/caca/time.c 705 D /libcaca/trunk/common.h 706 M /libcaca/trunk/configure.ac 707 A /libcaca/trunk/cucul/.gitignore 708 M /libcaca/trunk/cucul/Makefile.am 709 M /libcaca/trunk/cucul/attr.c 710 M /libcaca/trunk/cucul/box.c 711 M /libcaca/trunk/cucul/canvas.c 712 M /libcaca/trunk/cucul/charset.c 713 M /libcaca/trunk/cucul/conic.c 714 M /libcaca/trunk/cucul/cucul.c 715 M /libcaca/trunk/cucul/cucul.h 716 M /libcaca/trunk/cucul/cucul_internals.h 717 A /libcaca/trunk/cucul/cucul_types.h.in 718 M /libcaca/trunk/cucul/dither.c 719 M /libcaca/trunk/cucul/export.c 720 M /libcaca/trunk/cucul/figfont.c 721 M /libcaca/trunk/cucul/file.c 722 M /libcaca/trunk/cucul/font.c 723 M /libcaca/trunk/cucul/frame.c 724 M /libcaca/trunk/cucul/import.c 725 M /libcaca/trunk/cucul/legacy.c 726 M /libcaca/trunk/cucul/line.c 727 M /libcaca/trunk/cucul/transform.c 728 M /libcaca/trunk/cucul/triangle.c 729 M /libcaca/trunk/cxx/Makefile.am 730 M /libcaca/trunk/examples/Makefile.am 731 M /libcaca/trunk/examples/blit.c 732 M /libcaca/trunk/examples/colors.c 733 M /libcaca/trunk/examples/cucul.c 734 M /libcaca/trunk/examples/demo.c 735 M /libcaca/trunk/examples/dithering.c 736 M /libcaca/trunk/examples/driver.c 737 M /libcaca/trunk/examples/event.c 738 M /libcaca/trunk/examples/export.c 739 M /libcaca/trunk/examples/figfont.c 740 M /libcaca/trunk/examples/font.c 741 M /libcaca/trunk/examples/font2tga.c 742 M /libcaca/trunk/examples/frames.c 743 M /libcaca/trunk/examples/fullwidth.c 744 M /libcaca/trunk/examples/gamma.c 745 M /libcaca/trunk/examples/hsv.c 746 M /libcaca/trunk/examples/import.c 747 M /libcaca/trunk/examples/input.c 748 M /libcaca/trunk/examples/spritedit.c 749 M /libcaca/trunk/examples/swallow.c 750 M /libcaca/trunk/examples/text.c 751 M /libcaca/trunk/examples/transform.c 752 M /libcaca/trunk/examples/truecolor.c 753 M /libcaca/trunk/examples/unicode.c 754 M /libcaca/trunk/kernel/kernel.c 755 M /libcaca/trunk/msvc/Makefile.am 756 D /libcaca/trunk/msvc/common.h 757 A /libcaca/trunk/msvc/cucul_types.h 758 M /libcaca/trunk/ruby/Makefile.am 759 M /libcaca/trunk/src/Makefile.am 760 M /libcaca/trunk/src/aafire.c 761 M /libcaca/trunk/src/cacademo.c 762 M /libcaca/trunk/src/cacadraw.c 763 M /libcaca/trunk/src/cacaplay.c 764 M /libcaca/trunk/src/cacaserver.c 765 M /libcaca/trunk/src/cacaview.c 766 M /libcaca/trunk/src/common-image.c 767 M /libcaca/trunk/src/img2txt.c 768 M /libcaca/trunk/src/mygetopt.c 769 A /libcaca/trunk/stubs.h (from /libcaca/trunk/common.h:2298) 770 M /libcaca/trunk/tests/Makefile.am 771 M /libcaca/trunk/tests/simple.c 772 M /libcaca/trunk/tools/Makefile.am 773 M /libcaca/trunk/tools/makefont.c 774 M /libcaca/trunk/tools/optipal.c 775 M /libcaca/trunk/tools/sortchars.c 776 777 * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 778 <cucul.h> will provide the C99 types, even if libcaca has been installed. 779 * Rename what's left of "common.h" to "stubs.h". 780 * Remove all references to erroneous <inttypes.h> from source files. 781 782 ------------------------------------------------------------------------ 783 r2298 | pterjan | 2008-04-19 11:48:32 +0000 (Sat, 19 Apr 2008) | 1 line 784 Changed paths: 785 M /libcaca/trunk/ruby/caca-display.c 786 M /libcaca/trunk/ruby/t/tc_display.rb 787 788 Fix args type checks in Caca::Display.new 789 ------------------------------------------------------------------------ 790 r2297 | pterjan | 2008-04-19 11:32:21 +0000 (Sat, 19 Apr 2008) | 1 line 791 Changed paths: 792 A /libcaca/trunk/ruby/t/tc_display.rb 793 794 Add few unit tests for Caca::Display 795 ------------------------------------------------------------------------ 796 r2296 | pterjan | 2008-04-19 11:31:39 +0000 (Sat, 19 Apr 2008) | 1 line 797 Changed paths: 798 M /libcaca/trunk/ruby/caca-display.c 799 800 Add driver/set_driver/driver=/driver_list methods to Caca::Display, and driver arg to Caca::Display.new 801 ------------------------------------------------------------------------ 802 r2295 | pterjan | 2008-04-19 11:29:31 +0000 (Sat, 19 Apr 2008) | 1 line 803 Changed paths: 804 M /libcaca/trunk/ruby/cucul-canvas.c 805 806 We should not free the canvas if it was auto created with the display 807 ------------------------------------------------------------------------ 808 r2294 | jylam | 2008-04-19 10:57:30 +0000 (Sat, 19 Apr 2008) | 2 lines 809 Changed paths: 810 M /libcaca/trunk/cucul/canvas.c 811 812 * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be applied on the resized canvas 813 814 ------------------------------------------------------------------------ 815 r2265 | jylam | 2008-03-17 19:05:20 +0000 (Mon, 17 Mar 2008) | 2 lines 816 Changed paths: 817 M /libcaca/trunk/configure.ac 818 819 * Removed by-default stack protector from recent gcc's while compiling kernel. 820 821 ------------------------------------------------------------------------ 822 r2256 | jylam | 2008-03-02 16:30:31 +0000 (Sun, 02 Mar 2008) | 3 lines 823 Changed paths: 824 M /libcaca/trunk/cucul/conic.c 825 826 * Oops, bad type (char instead of uint32) after ellipse rendering 827 improvement. 828 829 ------------------------------------------------------------------------ 830 r2255 | jylam | 2008-03-02 16:28:10 +0000 (Sun, 02 Mar 2008) | 3 lines 831 Changed paths: 832 M /libcaca/trunk/cucul/conic.c 833 834 * Improved ellipse rendering. Not perfect, but still much better than 835 old method. Closes #16 . 836 837 ------------------------------------------------------------------------ 838 r2254 | jylam | 2008-03-02 14:27:43 +0000 (Sun, 02 Mar 2008) | 2 lines 839 Changed paths: 840 M /libcaca/trunk/src/cacademo.c 841 842 * Fixed line transitions (both vertical and horizontal ones) 843 844 ------------------------------------------------------------------------ 845 r2253 | sam | 2008-03-01 19:44:45 +0000 (Sat, 01 Mar 2008) | 2 lines 846 Changed paths: 847 M /libcaca/trunk/configure.ac 848 849 * -Wshadow was actually put back in configure.ac; removing comment about it. 850 851 ------------------------------------------------------------------------ 852 r2248 | sam | 2008-02-29 22:29:08 +0000 (Fri, 29 Feb 2008) | 3 lines 853 Changed paths: 854 M /libcaca/trunk/configure.ac 855 M /libcaca/trunk/src/Makefile.am 856 M /libcaca/trunk/src/mygetopt.c 857 858 * Don't use mygetopt.c in img2txt if the system has getopt_long. 859 * Fix invalid pointer/int cast (Closes #39). 860 861 ------------------------------------------------------------------------ 862 r2243 | sam | 2008-02-26 21:43:10 +0000 (Tue, 26 Feb 2008) | 2 lines 863 Changed paths: 864 D /libcaca/trunk/TODO 865 M /libcaca/trunk/doc/doxygen.cfg.in 866 M /libcaca/trunk/doc/libcaca.dox 867 868 * Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1). 869 870 ------------------------------------------------------------------------ 871 r2225 | bsittler | 2008-02-03 21:53:40 +0000 (Sun, 03 Feb 2008) | 1 line 872 Changed paths: 873 M /libcaca/trunk/cucul/figfont.c 874 M /libcaca/trunk/src/mygetopt.c 875 876 build on Mac OS X again 877 ------------------------------------------------------------------------ 878 r2192 | sam | 2008-01-12 20:15:42 +0000 (Sat, 12 Jan 2008) | 2 lines 879 Changed paths: 880 M /libcaca/trunk/msvc/cacademo.vcproj 881 M /libcaca/trunk/msvc/cacafire.vcproj 882 M /libcaca/trunk/msvc/libcaca++.vcproj 883 M /libcaca/trunk/msvc/libcaca.vcproj 884 M /libcaca/trunk/msvc/libcucul++.vcproj 885 M /libcaca/trunk/msvc/libcucul.vcproj 886 887 * Fixed the Visual Studio projects so that they build in Release mode. 888 889 ------------------------------------------------------------------------ 890 r2191 | sam | 2008-01-12 20:15:20 +0000 (Sat, 12 Jan 2008) | 2 lines 891 Changed paths: 892 M /libcaca/trunk/cucul/figfont.c 893 M /libcaca/trunk/cxx/caca++.cpp 894 M /libcaca/trunk/msvc/config.h 895 896 * Windows build fixes here and there. 897 898 ------------------------------------------------------------------------ 899 r2189 | sam | 2008-01-10 23:42:42 +0000 (Thu, 10 Jan 2008) | 2 lines 900 Changed paths: 901 M /libcaca/trunk/doc/libcaca.dox 902 M /libcaca/trunk/doc/tutorial.dox 903 904 * Make it clear that we can use the Windows native console. 905 906 ------------------------------------------------------------------------ 907 r2188 | sam | 2008-01-10 23:42:29 +0000 (Thu, 10 Jan 2008) | 3 lines 908 Changed paths: 909 M /libcaca/trunk/caca/caca.h 910 911 * Put back all the shit in struct caca_event to avoid breaking existing 912 applications. I'll think of a migration path later. 913 914 ------------------------------------------------------------------------ 915 r2182 | jylam | 2008-01-01 00:07:04 +0000 (Tue, 01 Jan 2008) | 2 lines 916 Changed paths: 917 M /libcaca/trunk/README 918 919 * FIRST ! 920 921 ------------------------------------------------------------------------ 922 r2177 | sam | 2007-12-30 18:50:41 +0000 (Sun, 30 Dec 2007) | 2 lines 923 Changed paths: 924 M /libcaca/trunk/msvc/libcucul.vcproj 925 926 * Add figfont.c to the MSVC solution. 927 928 ------------------------------------------------------------------------ 929 r2176 | sam | 2007-12-30 13:49:57 +0000 (Sun, 30 Dec 2007) | 3 lines 930 Changed paths: 931 M /libcaca/trunk/bootstrap 932 933 * Check for pkg-config before bootstrapping, because autoconf gives a 934 totally meaningless message when it's not present. 935 936 ------------------------------------------------------------------------ 937 r2147 | sam | 2007-12-20 15:26:12 +0000 (Thu, 20 Dec 2007) | 3 lines 938 Changed paths: 939 M /libcaca/trunk/cucul/export.c 940 M /libcaca/trunk/examples/spritedit.c 941 942 * Fix canvas export for the caca format. We now export all frames. 943 * Fix the sprite import/export example. 944 945 ------------------------------------------------------------------------ 946 r2146 | sam | 2007-12-20 15:00:39 +0000 (Thu, 20 Dec 2007) | 2 lines 947 Changed paths: 948 M /libcaca/trunk/examples/spritedit.c 949 950 * Started sprite example. Doesn't work :-) 951 952 ------------------------------------------------------------------------ 953 r2144 | sam | 2007-12-16 14:29:19 +0000 (Sun, 16 Dec 2007) | 4 lines 954 Changed paths: 955 M /libcaca/trunk/configure.ac 956 M /libcaca/trunk/cucul/figfont.c 957 M /libcaca/trunk/cucul/file.c 958 M /libcaca/trunk/kernel/kernel.c 959 M /libcaca/trunk/kernel/kernel.h 960 M /libcaca/trunk/msvc/config.h 961 962 * Disable file operations in kernel mode. 963 * Implement strchr() in kernel.c. 964 * Check for snprintf() at configure time. 965 966 ------------------------------------------------------------------------ 967 r2142 | sam | 2007-12-16 11:55:14 +0000 (Sun, 16 Dec 2007) | 3 lines 968 Changed paths: 969 M /libcaca/trunk/caca/driver_ncurses.c 970 M /libcaca/trunk/caca/driver_slang.c 971 972 * The SLang and ncurses drivers now put back the TERM environment variable 973 if they modified it. 974 975 ------------------------------------------------------------------------ 976 r2141 | sam | 2007-12-16 11:54:43 +0000 (Sun, 16 Dec 2007) | 5 lines 977 Changed paths: 978 M /libcaca/trunk/caca/driver_gl.c 979 980 * Only call glutInit() once through the program's lifetime. 981 * Free the internal font when closing the GL driver. 982 * Hide the window when closing the GL driver, because freeglut's 983 glutDestroyWindow() does not really closes the window. 984 985 ------------------------------------------------------------------------ 986 r2140 | sam | 2007-12-16 11:54:25 +0000 (Sun, 16 Dec 2007) | 3 lines 987 Changed paths: 988 M /libcaca/trunk/caca/event.c 989 990 * Fix a tiny use of uninitialised memory in caca_get_event() that may have 991 lead to deadlocks. 992 993 ------------------------------------------------------------------------ 994 r2139 | sam | 2007-12-16 11:54:02 +0000 (Sun, 16 Dec 2007) | 2 lines 995 Changed paths: 996 M /libcaca/trunk/caca/caca.c 997 M /libcaca/trunk/caca/caca.h 998 M /libcaca/trunk/examples/driver.c 999 1000 * Implemented caca_set_display_driver() to change driver at runtime. 1001 1002 ------------------------------------------------------------------------ 1003 r2138 | sam | 2007-12-16 01:50:41 +0000 (Sun, 16 Dec 2007) | 6 lines 1004 Changed paths: 1005 M /libcaca/trunk/caca/caca.c 1006 M /libcaca/trunk/caca/caca.h 1007 M /libcaca/trunk/caca/caca_internals.h 1008 M /libcaca/trunk/caca/driver_cocoa.m 1009 M /libcaca/trunk/caca/driver_conio.c 1010 M /libcaca/trunk/caca/driver_gl.c 1011 M /libcaca/trunk/caca/driver_ncurses.c 1012 M /libcaca/trunk/caca/driver_raw.c 1013 M /libcaca/trunk/caca/driver_slang.c 1014 M /libcaca/trunk/caca/driver_vga.c 1015 M /libcaca/trunk/caca/driver_win32.c 1016 M /libcaca/trunk/caca/driver_x11.c 1017 M /libcaca/trunk/caca/event.c 1018 M /libcaca/trunk/examples/.gitignore 1019 M /libcaca/trunk/examples/Makefile.am 1020 A /libcaca/trunk/examples/driver.c 1021 1022 * Implement caca_create_display_with_driver() to specify an output driver 1023 without using environment variables.. 1024 * Implement caca_get_display_driver() to return the current display's 1025 output driver. 1026 * Add a simple example program to test caca_create_display_with_driver(). 1027 1028 ------------------------------------------------------------------------ 1029 r2137 | sam | 2007-12-16 01:50:36 +0000 (Sun, 16 Dec 2007) | 2 lines 1030 Changed paths: 1031 M /libcaca/trunk/caca/caca.c 1032 1033 * Remove cruft from caca_get_display_driver_list(). 1034 1035 ------------------------------------------------------------------------ 1036 r2136 | sam | 2007-12-14 16:23:14 +0000 (Fri, 14 Dec 2007) | 2 lines 1037 Changed paths: 1038 M /libcaca/trunk/cxx/cxxtest.cpp 1039 1040 * Add #include <cstring> to fix gcc-4.3 build. 1041 1042 ------------------------------------------------------------------------ 1043 r2135 | sam | 2007-12-12 07:41:00 +0000 (Wed, 12 Dec 2007) | 2 lines 1044 Changed paths: 1045 M /libcaca/trunk/caca/caca.c 1046 M /libcaca/trunk/caca/caca.h 1047 1048 * Implemented caca_get_display_driver_list(), unused yet. 1049 1050 ------------------------------------------------------------------------ 1051 r2129 | sam | 2007-12-07 09:34:11 +0000 (Fri, 07 Dec 2007) | 2 lines 1052 Changed paths: 1053 M /libcaca/trunk/caca/driver_cocoa.m 1054 1055 * Cocoa driver build fix, courtesy of Ben Wiley Sittler. 1056 1057 ------------------------------------------------------------------------ 1058 r2128 | sam | 2007-12-07 09:33:23 +0000 (Fri, 07 Dec 2007) | 3 lines 1059 Changed paths: 1060 M /libcaca/trunk/cucul/charset.c 1061 1062 * Slight improvement to the Unicode -> ASCII conversion, courtesy of 1063 Ben Wiley Sittler. 1064 1065 ------------------------------------------------------------------------ 1066 r2111 | sam | 2007-12-01 17:58:52 +0000 (Sat, 01 Dec 2007) | 10 lines 1067 Changed paths: 1068 M /libcaca/trunk/cucul/cucul.c 1069 M /libcaca/trunk/cucul/cucul.h 1070 M /libcaca/trunk/cucul/cucul_internals.h 1071 M /libcaca/trunk/cucul/figfont.c 1072 M /libcaca/trunk/examples/figfont.c 1073 1074 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in 1075 1076 =20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=20=20=20=E2=96=9C=E2=96=9C=20=20=20=20=C2=A0=E2=96=8C=20=E2=96=8C=20=20=20=20=20=20=E2=96=9C=20=20=20=E2=96=8C=E2=96=90 1077 =20=20=20=20=20=20=20=20=20=20=E2=96=99=E2=96=84=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=90=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=96=C2=A0=E2=96=8C=E2=96=96=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=99=E2=96=80=E2=96=96=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=8C=E2=96=90 1078 =20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=E2=96=9B=E2=96=80=20=E2=96=90=E2=96=90=20=E2=96=8C=20=E2=96=8C=C2=A0=E2=96=99=E2=96=9A=E2=96=8C=E2=96=8C=20=E2=96=8C=E2=96=8C=20=C2=A0=E2=96=90=20=E2=96=8C=20=E2=96=8C=E2=96=9D 1079 =20=20=20=20=20=20=20=20=20=20=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=20=E2=96=98=E2=96=98=E2=96=9D=E2=96=80=20=C2=A0=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=20=E2=96=98=20=20=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=E2=96=9D?= 1080 MIME-Version: 1.0 1081 Content-Type: text/plain; charset=utf-8 1082 Content-Transfer-Encoding: 8bit 1083 1084 ------------------------------------------------------------------------ 1085 r2110 | sam | 2007-12-01 17:58:20 +0000 (Sat, 01 Dec 2007) | 2 lines 1086 Changed paths: 1087 M /libcaca/trunk/cucul/Makefile.am 1088 M /libcaca/trunk/cucul/canvas.c 1089 M /libcaca/trunk/cucul/cucul.c 1090 M /libcaca/trunk/cucul/cucul.h 1091 M /libcaca/trunk/cucul/cucul_internals.h 1092 A /libcaca/trunk/cucul/figfont.c 1093 M /libcaca/trunk/examples/.gitignore 1094 M /libcaca/trunk/examples/Makefile.am 1095 A /libcaca/trunk/examples/figfont.c 1096 1097 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). 1098 1099 ------------------------------------------------------------------------ 1100 r2109 | sam | 2007-12-01 17:57:50 +0000 (Sat, 01 Dec 2007) | 3 lines 1101 Changed paths: 1102 M /libcaca/trunk/configure.ac 1103 M /libcaca/trunk/cucul/Makefile.am 1104 M /libcaca/trunk/cucul/cucul.h 1105 M /libcaca/trunk/cucul/cucul_internals.h 1106 A /libcaca/trunk/cucul/file.c 1107 1108 * Import io.c from TOIlet directly into libcucul. Can you see where this 1109 is going? 1110 1111 ------------------------------------------------------------------------ 1112 r2108 | sam | 2007-12-01 17:57:41 +0000 (Sat, 01 Dec 2007) | 2 lines 1113 Changed paths: 1114 M /libcaca/trunk/configure.ac 1115 M /libcaca/trunk/msvc/config.h 1116 1117 * Bump version to 0.99.beta14. 1118 1119 ------------------------------------------------------------------------ 1120 r2107 | sam | 2007-12-01 17:57:19 +0000 (Sat, 01 Dec 2007) | 2 lines 1121 Changed paths: 1122 M /libcaca/trunk/src/img2txt.c 1123 1124 * Fix the "img2txt: option requires an argument -- h" bug. 1125 1126 ------------------------------------------------------------------------ 1127 r2106 | sam | 2007-12-01 17:56:45 +0000 (Sat, 01 Dec 2007) | 3 lines 1128 Changed paths: 1129 M /libcaca/trunk/src/img2txt.c 1130 1131 * Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead 1132 of hardcoding the feature list in img2txt. 1133 1134 ------------------------------------------------------------------------ 1135 r2105 | pterjan | 2007-12-01 15:51:20 +0000 (Sat, 01 Dec 2007) | 4 lines 1136 Changed paths: 1137 M /libcaca/trunk/src/aafire.c 1138 1139 1140 * Allow exiting cacafire using the window manager 1141 1142 1143 ------------------------------------------------------------------------ 1144 r2104 | jylam | 2007-11-30 23:59:57 +0000 (Fri, 30 Nov 2007) | 2 lines 1145 Changed paths: 1146 M /libcaca/trunk/doc/img2txt.1 1147 M /libcaca/trunk/src/img2txt.c 1148 1149 * Added BBCode (French) format to img2txt's help and doc 1150 1151 ------------------------------------------------------------------------ 1152 r2103 | sam | 2007-11-30 23:48:51 +0000 (Fri, 30 Nov 2007) | 3 lines 1153 Changed paths: 1154 M /libcaca/trunk/Makefile.am 1155 M /libcaca/trunk/configure.ac 1156 A /libcaca/trunk/tests 1157 A /libcaca/trunk/tests/.gitignore 1158 A /libcaca/trunk/tests/Makefile.am 1159 A /libcaca/trunk/tests/simple.c 1160 1161 * Created a tests/ directory for regression tests. Run with "make check". 1162 * Added a first, simple test program. 1163 1164 ------------------------------------------------------------------------ 1165 r2102 | sam | 2007-11-30 23:48:46 +0000 (Fri, 30 Nov 2007) | 3 lines 1166 Changed paths: 1167 M /libcaca/trunk/cucul/export.c 1168 1169 * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for 1170 instance. 1171 1172 ------------------------------------------------------------------------ 1173 r2101 | sam | 2007-11-30 23:48:39 +0000 (Fri, 30 Nov 2007) | 3 lines 1174 Changed paths: 1175 M /libcaca/trunk/Makefile.am 1176 M /libcaca/trunk/configure.ac 1177 A /libcaca/trunk/examples 1178 A /libcaca/trunk/examples/.gitignore (from /libcaca/trunk/test/.gitignore:2100) 1179 A /libcaca/trunk/examples/Makefile.am (from /libcaca/trunk/test/Makefile.am:2100) 1180 A /libcaca/trunk/examples/blit.c (from /libcaca/trunk/test/blit.c:2100) 1181 A /libcaca/trunk/examples/colors.c (from /libcaca/trunk/test/colors.c:2100) 1182 A /libcaca/trunk/examples/cucul.c (from /libcaca/trunk/test/cucul.c:2100) 1183 A /libcaca/trunk/examples/demo.c (from /libcaca/trunk/test/demo.c:2100) 1184 A /libcaca/trunk/examples/demo0.c (from /libcaca/trunk/test/demo0.c:2100) 1185 A /libcaca/trunk/examples/dithering.c (from /libcaca/trunk/test/dithering.c:2100) 1186 A /libcaca/trunk/examples/event.c (from /libcaca/trunk/test/event.c:2100) 1187 A /libcaca/trunk/examples/export.c (from /libcaca/trunk/test/export.c:2100) 1188 A /libcaca/trunk/examples/font.c (from /libcaca/trunk/test/font.c:2100) 1189 A /libcaca/trunk/examples/font2tga.c (from /libcaca/trunk/test/font2tga.c:2100) 1190 A /libcaca/trunk/examples/frames.c (from /libcaca/trunk/test/frames.c:2100) 1191 A /libcaca/trunk/examples/fullwidth.c (from /libcaca/trunk/test/fullwidth.c:2100) 1192 A /libcaca/trunk/examples/gamma.c (from /libcaca/trunk/test/gamma.c:2100) 1193 A /libcaca/trunk/examples/hsv.c (from /libcaca/trunk/test/hsv.c:2100) 1194 A /libcaca/trunk/examples/import.c (from /libcaca/trunk/test/import.c:2100) 1195 A /libcaca/trunk/examples/input.c (from /libcaca/trunk/test/input.c:2100) 1196 A /libcaca/trunk/examples/spritedit.c (from /libcaca/trunk/test/spritedit.c:2100) 1197 A /libcaca/trunk/examples/swallow.c (from /libcaca/trunk/test/swallow.c:2100) 1198 A /libcaca/trunk/examples/text.c (from /libcaca/trunk/test/text.c:2100) 1199 A /libcaca/trunk/examples/transform.c (from /libcaca/trunk/test/transform.c:2100) 1200 A /libcaca/trunk/examples/truecolor.c (from /libcaca/trunk/test/truecolor.c:2100) 1201 A /libcaca/trunk/examples/unicode.c (from /libcaca/trunk/test/unicode.c:2100) 1202 D /libcaca/trunk/test/.gitignore 1203 D /libcaca/trunk/test/Makefile.am 1204 D /libcaca/trunk/test/blit.c 1205 D /libcaca/trunk/test/colors.c 1206 D /libcaca/trunk/test/cucul.c 1207 D /libcaca/trunk/test/demo.c 1208 D /libcaca/trunk/test/demo0.c 1209 D /libcaca/trunk/test/dithering.c 1210 D /libcaca/trunk/test/event.c 1211 D /libcaca/trunk/test/export.c 1212 D /libcaca/trunk/test/font.c 1213 D /libcaca/trunk/test/font2tga.c 1214 D /libcaca/trunk/test/frames.c 1215 D /libcaca/trunk/test/fullwidth.c 1216 D /libcaca/trunk/test/gamma.c 1217 D /libcaca/trunk/test/hsv.c 1218 D /libcaca/trunk/test/import.c 1219 D /libcaca/trunk/test/input.c 1220 D /libcaca/trunk/test/spritedit.c 1221 D /libcaca/trunk/test/swallow.c 1222 D /libcaca/trunk/test/text.c 1223 D /libcaca/trunk/test/transform.c 1224 D /libcaca/trunk/test/truecolor.c 1225 D /libcaca/trunk/test/unicode.c 1226 1227 * Rename "test" to "examples". The former will become a real testsuite. 1228 * Autodetect zzuf in the configure step. It might become handy. 1229 1230 ------------------------------------------------------------------------ 1231 r2097 | pterjan | 2007-11-29 00:52:13 +0000 (Thu, 29 Nov 2007) | 3 lines 1232 Changed paths: 1233 M /libcaca/trunk/ruby/Makefile.am 1234 1235 1236 * cucul.h is needed to build caca part 1237 1238 ------------------------------------------------------------------------ 1239 r2096 | sam | 2007-11-28 23:57:53 +0000 (Wed, 28 Nov 2007) | 3 lines 1240 Changed paths: 1241 M /libcaca/trunk/ChangeLog 1242 M /libcaca/trunk/NEWS 1243 M /libcaca/trunk/configure.ac 1244 M /libcaca/trunk/msvc/config.h 1245 1246 * Set version to 0.99.beta13. 1247 * Updated NEWS and ChangeLog. 1248 1249 ------------------------------------------------------------------------ 1250 r2095 | sam | 2007-11-28 23:20:05 +0000 (Wed, 28 Nov 2007) | 3 lines 1251 Changed paths: 1252 M /libcaca/trunk/csharp/Caca.cs 1253 M /libcaca/trunk/csharp/Cucul.cs 6 1254 7 1255 * Implemented the empty CuculCanvas constructor. … … 9 1257 10 1258 ------------------------------------------------------------------------ 11 r1401 | pterjan | 2007-11-28 17:43:32 +0100 (Wed, 28 Nov 2007) | 2 lines 12 Changed paths: 13 M ruby/cucul-canvas.c 1259 r2094 | pterjan | 2007-11-28 16:43:32 +0000 (Wed, 28 Nov 2007) | 3 lines 1260 Changed paths: 1261 M /libcaca/trunk/ruby/cucul-canvas.c 1262 14 1263 15 1264 * Improve Cucul::Canvas creation 16 1265 17 1266 ------------------------------------------------------------------------ 18 r1400 | pterjan | 2007-11-28 17:39:10 +0100 (Wed, 28 Nov 2007) | 2 lines 19 Changed paths: 20 M ruby/caca-display.c 21 M ruby/cucul-canvas.c 22 M ruby/cucul-canvas.h 23 M ruby/lib/caca.rb 24 M ruby/ruby-caca.dox 1267 r2093 | pterjan | 2007-11-28 16:39:10 +0000 (Wed, 28 Nov 2007) | 3 lines 1268 Changed paths: 1269 M /libcaca/trunk/ruby/caca-display.c 1270 M /libcaca/trunk/ruby/cucul-canvas.c 1271 M /libcaca/trunk/ruby/cucul-canvas.h 1272 M /libcaca/trunk/ruby/lib/caca.rb 1273 M /libcaca/trunk/ruby/ruby-caca.dox 1274 25 1275 26 1276 * Add Caca::Display#canvas 27 1277 28 1278 ------------------------------------------------------------------------ 29 r 1399 | pterjan | 2007-11-28 08:29:12 +0100 (Wed, 28 Nov 2007) | 2lines30 Changed paths: 31 M ruby/caca-display.c1279 r2092 | pterjan | 2007-11-28 07:29:12 +0000 (Wed, 28 Nov 2007) | 3 lines 1280 Changed paths: 1281 M /libcaca/trunk/ruby/caca-display.c 32 1282 33 1283 * Allow calling Caca::Display.new without parameter 34 1284 35 ------------------------------------------------------------------------ 36 r1398 | sam | 2007-11-28 08:15:09 +0100 (Wed, 28 Nov 2007) | 3 lines 37 Changed paths: 38 M csharp/Cucul.cs 1285 1286 ------------------------------------------------------------------------ 1287 r2091 | sam | 2007-11-28 07:15:09 +0000 (Wed, 28 Nov 2007) | 3 lines 1288 Changed paths: 1289 M /libcaca/trunk/csharp/Cucul.cs 39 1290 40 1291 * Re-add methods that take int as arguments in addition to the Point, … … 42 1293 43 1294 ------------------------------------------------------------------------ 44 r 1397 | sam | 2007-11-28 08:15:07 +0100 (Wed, 28 Nov 2007) | 2 lines45 Changed paths: 46 M csharp/test.cs1295 r2090 | sam | 2007-11-28 07:15:07 +0000 (Wed, 28 Nov 2007) | 2 lines 1296 Changed paths: 1297 M /libcaca/trunk/csharp/test.cs 47 1298 48 1299 * Put the demo text on top of the copper bar, not the contrary. 49 1300 50 1301 ------------------------------------------------------------------------ 51 r 1396 | sam | 2007-11-28 08:15:05 +0100 (Wed, 28 Nov 2007) | 2 lines52 Changed paths: 53 M csharp/Caca.cs54 M csharp/Cucul.cs55 M csharp/test.cs1302 r2089 | sam | 2007-11-28 07:15:05 +0000 (Wed, 28 Nov 2007) | 2 lines 1303 Changed paths: 1304 M /libcaca/trunk/csharp/Caca.cs 1305 M /libcaca/trunk/csharp/Cucul.cs 1306 M /libcaca/trunk/csharp/test.cs 56 1307 57 1308 * Minor naming convention changes in the C# bindings. 58 1309 59 1310 ------------------------------------------------------------------------ 60 r 1395 | sam | 2007-11-28 08:15:01 +0100 (Wed, 28 Nov 2007) | 3 lines61 Changed paths: 62 M configure.ac63 M csharp/.gitignore64 M csharp/Makefile.am65 D csharp/caca-sharp.dll.config66 A csharp/caca-sharp.dll.config.in67 D csharp/cucul-sharp.dll.config68 A csharp/cucul-sharp.dll.config.in1311 r2088 | sam | 2007-11-28 07:15:01 +0000 (Wed, 28 Nov 2007) | 3 lines 1312 Changed paths: 1313 M /libcaca/trunk/configure.ac 1314 M /libcaca/trunk/csharp/.gitignore 1315 M /libcaca/trunk/csharp/Makefile.am 1316 D /libcaca/trunk/csharp/caca-sharp.dll.config 1317 A /libcaca/trunk/csharp/caca-sharp.dll.config.in 1318 D /libcaca/trunk/csharp/cucul-sharp.dll.config 1319 A /libcaca/trunk/csharp/cucul-sharp.dll.config.in 69 1320 70 1321 * Generate CLI .config files at configure time so that we can embed the … … 72 1323 73 1324 ------------------------------------------------------------------------ 74 r 1394 | sam | 2007-11-28 08:14:55 +0100 (Wed, 28 Nov 2007) | 3 lines75 Changed paths: 76 M caca/Makefile.am77 M configure.ac78 M cucul/Makefile.am79 M cxx/Makefile.am1325 r2087 | sam | 2007-11-28 07:14:55 +0000 (Wed, 28 Nov 2007) | 3 lines 1326 Changed paths: 1327 M /libcaca/trunk/caca/Makefile.am 1328 M /libcaca/trunk/configure.ac 1329 M /libcaca/trunk/cucul/Makefile.am 1330 M /libcaca/trunk/cxx/Makefile.am 80 1331 81 1332 * Use libtool’s -version-number instead of -version-info and its insane … … 83 1334 84 1335 ------------------------------------------------------------------------ 85 r1393 | pterjan | 2007-11-27 18:13:29 +0100 (Tue, 27 Nov 2007) | 2 lines 86 Changed paths: 87 M ruby/cucul-canvas.c 1336 r2086 | pterjan | 2007-11-27 17:13:29 +0000 (Tue, 27 Nov 2007) | 4 lines 1337 Changed paths: 1338 M /libcaca/trunk/ruby/cucul-canvas.c 1339 88 1340 89 1341 * Rename parameters of draw_box* in Ruby binding 90 1342 91 ------------------------------------------------------------------------ 92 r1391 | sam | 2007-11-27 12:08:04 +0100 (Tue, 27 Nov 2007) | 2 lines 93 Changed paths: 94 M msvc/caca-sharp.csproj 95 M msvc/cucul-sharp.csproj 96 M msvc/test-csharp.csproj 1343 1344 ------------------------------------------------------------------------ 1345 r2084 | sam | 2007-11-27 11:08:04 +0000 (Tue, 27 Nov 2007) | 1 line 1346 Changed paths: 1347 M /libcaca/trunk/msvc/caca-sharp.csproj 1348 M /libcaca/trunk/msvc/cucul-sharp.csproj 1349 M /libcaca/trunk/msvc/test-csharp.csproj 97 1350 98 1351 * Add System.Drawing to the C# project references. 99 100 ------------------------------------------------------------------------ 101 r1390 | sam | 2007-11-27 10:04:54 +0100 (Tue, 27 Nov 2007) | 2 lines 102 Changed paths: 103 M csharp/test.cs 1352 ------------------------------------------------------------------------ 1353 r2083 | sam | 2007-11-27 09:04:54 +0000 (Tue, 27 Nov 2007) | 2 lines 1354 Changed paths: 1355 M /libcaca/trunk/csharp/test.cs 104 1356 105 1357 * Use the bigger font for the C# test scroller. 106 1358 107 1359 ------------------------------------------------------------------------ 108 r 1389 | sam | 2007-11-27 02:55:41 +0100 (Tue, 27 Nov 2007) | 3 lines109 Changed paths: 110 M csharp/Cucul.cs111 M csharp/test.cs1360 r2082 | sam | 2007-11-27 01:55:41 +0000 (Tue, 27 Nov 2007) | 3 lines 1361 Changed paths: 1362 M /libcaca/trunk/csharp/Cucul.cs 1363 M /libcaca/trunk/csharp/test.cs 112 1364 113 1365 * Add a C# wrapper for cucul_render_canvas(). … … 115 1367 116 1368 ------------------------------------------------------------------------ 117 r 1388 | sam | 2007-11-27 01:58:27 +0100 (Tue, 27 Nov 2007) | 2 lines118 Changed paths: 119 M csharp/Cucul.cs120 M csharp/test.cs1369 r2081 | sam | 2007-11-27 00:58:27 +0000 (Tue, 27 Nov 2007) | 2 lines 1370 Changed paths: 1371 M /libcaca/trunk/csharp/Cucul.cs 1372 M /libcaca/trunk/csharp/test.cs 121 1373 122 1374 * Started to implement the CuculFont class. 123 1375 124 1376 ------------------------------------------------------------------------ 125 r 1387 | sam | 2007-11-27 01:58:24 +0100 (Tue, 27 Nov 2007) | 2 lines126 Changed paths: 127 M csharp/Cucul.cs128 M csharp/test.cs1377 r2080 | sam | 2007-11-27 00:58:24 +0000 (Tue, 27 Nov 2007) | 2 lines 1378 Changed paths: 1379 M /libcaca/trunk/csharp/Cucul.cs 1380 M /libcaca/trunk/csharp/test.cs 129 1381 130 1382 * Implement all line drawing functions (even variadic ones). 131 1383 132 1384 ------------------------------------------------------------------------ 133 r 1386 | sam | 2007-11-27 01:58:19 +0100 (Tue, 27 Nov 2007) | 4 lines134 Changed paths: 135 M cucul/box.c1385 r2079 | sam | 2007-11-27 00:58:19 +0000 (Tue, 27 Nov 2007) | 4 lines 1386 Changed paths: 1387 M /libcaca/trunk/cucul/box.c 136 1388 137 1389 * Changed the box drawing functions so that their arguments are (point, size) … … 140 1392 141 1393 ------------------------------------------------------------------------ 142 r 1385 | sam | 2007-11-27 01:58:16 +0100 (Tue, 27 Nov 2007) | 3 lines143 Changed paths: 144 M csharp/Caca.cs145 M csharp/Cucul.cs146 M csharp/Makefile.am147 M csharp/test.cs1394 r2078 | sam | 2007-11-27 00:58:16 +0000 (Tue, 27 Nov 2007) | 3 lines 1395 Changed paths: 1396 M /libcaca/trunk/csharp/Caca.cs 1397 M /libcaca/trunk/csharp/Cucul.cs 1398 M /libcaca/trunk/csharp/Makefile.am 1399 M /libcaca/trunk/csharp/test.cs 148 1400 149 1401 * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments, … … 151 1403 152 1404 ------------------------------------------------------------------------ 153 r 1384 | pterjan | 2007-11-26 08:07:52 +0100 (Mon, 26 Nov 2007) | 2lines154 Changed paths: 155 M ruby/caca.c156 M ruby/cucul.c157 M ruby/ruby-caca.dox158 M ruby/ruby-cucul.dox1405 r2077 | pterjan | 2007-11-26 07:07:52 +0000 (Mon, 26 Nov 2007) | 3 lines 1406 Changed paths: 1407 M /libcaca/trunk/ruby/caca.c 1408 M /libcaca/trunk/ruby/cucul.c 1409 M /libcaca/trunk/ruby/ruby-caca.dox 1410 M /libcaca/trunk/ruby/ruby-cucul.dox 159 1411 160 1412 * Add Caca.version and Cucul.version 161 1413 162 ------------------------------------------------------------------------ 163 r1383 | sam | 2007-11-26 02:04:36 +0100 (Mon, 26 Nov 2007) | 3 lines 164 Changed paths: 165 M csharp/Caca.cs 166 M csharp/Cucul.cs 167 M csharp/test.cs 1414 1415 ------------------------------------------------------------------------ 1416 r2076 | sam | 2007-11-26 01:04:36 +0000 (Mon, 26 Nov 2007) | 3 lines 1417 Changed paths: 1418 M /libcaca/trunk/csharp/Caca.cs 1419 M /libcaca/trunk/csharp/Cucul.cs 1420 M /libcaca/trunk/csharp/test.cs 168 1421 169 1422 * Implemented getVersion() in the C# bindings. … … 171 1424 172 1425 ------------------------------------------------------------------------ 173 r 1382 | sam | 2007-11-26 02:04:34 +0100 (Mon, 26 Nov 2007) | 3 lines174 Changed paths: 175 M cucul/cucul.c176 M cxx/cxxtest.cpp177 M test/event.c178 M test/gamma.c1426 r2075 | sam | 2007-11-26 01:04:34 +0000 (Mon, 26 Nov 2007) | 3 lines 1427 Changed paths: 1428 M /libcaca/trunk/cucul/cucul.c 1429 M /libcaca/trunk/cxx/cxxtest.cpp 1430 M /libcaca/trunk/test/event.c 1431 M /libcaca/trunk/test/gamma.c 179 1432 180 1433 * Fix memory leaks that slipped in here and there. We still have 100,000 … … 182 1435 183 1436 ------------------------------------------------------------------------ 184 r 1381 | sam | 2007-11-26 02:04:32 +0100 (Mon, 26 Nov 2007) | 4 lines185 Changed paths: 186 M caca/caca.c187 M caca/caca.h188 M cucul/cucul.c189 M cucul/cucul.h190 M cucul/export.c191 M cxx/caca++.cpp192 M cxx/caca++.h193 M cxx/cucul++.cpp194 M cxx/cucul++.h195 M cxx/cxxtest.cpp196 M src/img2txt.c1437 r2074 | sam | 2007-11-26 01:04:32 +0000 (Mon, 26 Nov 2007) | 4 lines 1438 Changed paths: 1439 M /libcaca/trunk/caca/caca.c 1440 M /libcaca/trunk/caca/caca.h 1441 M /libcaca/trunk/cucul/cucul.c 1442 M /libcaca/trunk/cucul/cucul.h 1443 M /libcaca/trunk/cucul/export.c 1444 M /libcaca/trunk/cxx/caca++.cpp 1445 M /libcaca/trunk/cxx/caca++.h 1446 M /libcaca/trunk/cxx/cucul++.cpp 1447 M /libcaca/trunk/cxx/cucul++.h 1448 M /libcaca/trunk/cxx/cxxtest.cpp 1449 M /libcaca/trunk/src/img2txt.c 197 1450 198 1451 * Add cucul_get_version() and caca_get_version() and updated C++ bindings … … 201 1454 202 1455 ------------------------------------------------------------------------ 203 r 1380 | sam | 2007-11-26 02:04:28 +0100 (Mon, 26 Nov 2007) | 2 lines204 Changed paths: 205 M caca/caca.h1456 r2073 | sam | 2007-11-26 01:04:28 +0000 (Mon, 26 Nov 2007) | 2 lines 1457 Changed paths: 1458 M /libcaca/trunk/caca/caca.h 206 1459 207 1460 * Minor documentation fix. 208 1461 209 1462 ------------------------------------------------------------------------ 210 r 1379 | sam | 2007-11-26 02:04:25 +0100 (Mon, 26 Nov 2007) | 2 lines211 Changed paths: 212 M configure.ac213 M csharp/Makefile.am1463 r2072 | sam | 2007-11-26 01:04:25 +0000 (Mon, 26 Nov 2007) | 2 lines 1464 Changed paths: 1465 M /libcaca/trunk/configure.ac 1466 M /libcaca/trunk/csharp/Makefile.am 214 1467 215 1468 * Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp. 216 1469 217 1470 ------------------------------------------------------------------------ 218 r 1378 | sam | 2007-11-26 02:04:21 +0100 (Mon, 26 Nov 2007) | 3 lines219 Changed paths: 220 M caca/caca.h221 M cucul/cucul.h222 M cxx/caca++.h223 M cxx/cucul++.h224 M doc/doxygen.cfg.in1471 r2071 | sam | 2007-11-26 01:04:21 +0000 (Mon, 26 Nov 2007) | 3 lines 1472 Changed paths: 1473 M /libcaca/trunk/caca/caca.h 1474 M /libcaca/trunk/cucul/cucul.h 1475 M /libcaca/trunk/cxx/caca++.h 1476 M /libcaca/trunk/cxx/cucul++.h 1477 M /libcaca/trunk/doc/doxygen.cfg.in 225 1478 226 1479 * Tell doxygen to expand __class and __extern before parsing anything, so … … 228 1481 229 1482 ------------------------------------------------------------------------ 230 r 1377 | sam | 2007-11-25 21:23:03 +0100 (Sun, 25 Nov 2007) | 2 lines231 Changed paths: 232 M caca/caca.h233 M cucul/cucul.h234 M cxx/caca++.h235 M cxx/cucul++.h236 M cxx/cxxtest.cpp237 M msvc/config.h238 A msvc/libcaca++.def239 A msvc/libcaca++.vcproj240 M msvc/libcaca.sln241 A msvc/libcucul++.def242 A msvc/libcucul++.vcproj243 A msvc/test-cxx.vcproj1483 r2070 | sam | 2007-11-25 20:23:03 +0000 (Sun, 25 Nov 2007) | 2 lines 1484 Changed paths: 1485 M /libcaca/trunk/caca/caca.h 1486 M /libcaca/trunk/cucul/cucul.h 1487 M /libcaca/trunk/cxx/caca++.h 1488 M /libcaca/trunk/cxx/cucul++.h 1489 M /libcaca/trunk/cxx/cxxtest.cpp 1490 M /libcaca/trunk/msvc/config.h 1491 A /libcaca/trunk/msvc/libcaca++.def 1492 A /libcaca/trunk/msvc/libcaca++.vcproj 1493 M /libcaca/trunk/msvc/libcaca.sln 1494 A /libcaca/trunk/msvc/libcucul++.def 1495 A /libcaca/trunk/msvc/libcucul++.vcproj 1496 A /libcaca/trunk/msvc/test-cxx.vcproj 244 1497 245 1498 * Added MSVC project files for the C++ bindings and the C++ test. 246 1499 247 1500 ------------------------------------------------------------------------ 248 r 1376 | sam | 2007-11-25 20:00:32 +0100 (Sun, 25 Nov 2007) | 2 lines249 Changed paths: 250 M msvc/Makefile.am1501 r2069 | sam | 2007-11-25 19:00:32 +0000 (Sun, 25 Nov 2007) | 2 lines 1502 Changed paths: 1503 M /libcaca/trunk/msvc/Makefile.am 251 1504 252 1505 * Distribute all MSVC files. 253 1506 254 1507 ------------------------------------------------------------------------ 255 r 1375 | sam | 2007-11-25 20:00:29 +0100 (Sun, 25 Nov 2007) | 2 lines256 Changed paths: 257 M ruby/caca-event.h1508 r2068 | sam | 2007-11-25 19:00:29 +0000 (Sun, 25 Nov 2007) | 2 lines 1509 Changed paths: 1510 M /libcaca/trunk/ruby/caca-event.h 258 1511 259 1512 * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. 260 1513 261 1514 ------------------------------------------------------------------------ 262 r 1374 | sam | 2007-11-25 20:00:26 +0100 (Sun, 25 Nov 2007) | 2 lines263 Changed paths: 264 M configure.ac265 M ruby/Makefile.am1515 r2067 | sam | 2007-11-25 19:00:26 +0000 (Sun, 25 Nov 2007) | 2 lines 1516 Changed paths: 1517 M /libcaca/trunk/configure.ac 1518 M /libcaca/trunk/ruby/Makefile.am 266 1519 267 1520 * Some cleanup in the Ruby bindings Makefile.am. 268 1521 269 1522 ------------------------------------------------------------------------ 270 r 1373 | sam | 2007-11-25 20:00:22 +0100 (Sun, 25 Nov 2007) | 2 lines271 Changed paths: 272 M TODO1523 r2066 | sam | 2007-11-25 19:00:22 +0000 (Sun, 25 Nov 2007) | 2 lines 1524 Changed paths: 1525 M /libcaca/trunk/TODO 273 1526 274 1527 * Refresh TODO list. 275 1528 276 1529 ------------------------------------------------------------------------ 277 r1372 | sam | 2007-11-25 18:50:53 +0100 (Sun, 25 Nov 2007) | 3 lines 278 Changed paths: 279 M csharp/Caca.cs 280 M csharp/Cucul.cs 281 A msvc/caca-sharp.csproj 282 A msvc/cucul-sharp.csproj 283 M msvc/libcaca.sln 284 A msvc/test-csharp.csproj 1530 r2065 | sam | 2007-11-25 17:50:53 +0000 (Sun, 25 Nov 2007) | 3 lines 1531 Changed paths: 1532 M /libcaca/trunk/csharp/Caca.cs 1533 M /libcaca/trunk/csharp/Cucul.cs 1534 M /libcaca/trunk/msvc 1535 A /libcaca/trunk/msvc/caca-sharp.csproj 1536 A /libcaca/trunk/msvc/cucul-sharp.csproj 1537 M /libcaca/trunk/msvc/libcaca.sln 1538 A /libcaca/trunk/msvc/test-csharp.csproj 285 1539 286 1540 * Added the various C# projects to the Visual Studio solution and slightly … … 288 1542 289 1543 ------------------------------------------------------------------------ 290 r1371 | sam | 2007-11-25 18:49:49 +0100 (Sun, 25 Nov 2007) | 2 lines 1544 r2064 | sam | 2007-11-25 17:49:49 +0000 (Sun, 25 Nov 2007) | 2 lines 1545 Changed paths: 1546 D /libcaca/trunk/DotNet 1547 M /libcaca/trunk/ruby 291 1548 292 1549 * Fixed svn properties that git-svn was unable to get straight. 293 1550 294 1551 ------------------------------------------------------------------------ 295 r 1370 | sam | 2007-11-25 18:14:00 +0100 (Sun, 25 Nov 2007) | 2 lines296 Changed paths: 297 M caca/caca.h298 M cucul/cucul.h1552 r2063 | sam | 2007-11-25 17:14:00 +0000 (Sun, 25 Nov 2007) | 2 lines 1553 Changed paths: 1554 M /libcaca/trunk/caca/caca.h 1555 M /libcaca/trunk/cucul/cucul.h 299 1556 300 1557 * Damn, under Visual Studio it's _WIN32, not __WIN32__. 301 1558 302 1559 ------------------------------------------------------------------------ 303 r 1369 | sam | 2007-11-25 18:13:10 +0100 (Sun, 25 Nov 2007) | 3 lines304 Changed paths: 305 M doc/migrating.dox306 M doc/tutorial.dox307 M test/hsv.c1560 r2062 | sam | 2007-11-25 17:13:10 +0000 (Sun, 25 Nov 2007) | 3 lines 1561 Changed paths: 1562 M /libcaca/trunk/doc/migrating.dox 1563 M /libcaca/trunk/doc/tutorial.dox 1564 M /libcaca/trunk/test/hsv.c 308 1565 309 1566 * Switch to caca_create_display(NULL) in a few places to document the … … 311 1568 312 1569 ------------------------------------------------------------------------ 313 r 1368 | sam | 2007-11-25 18:13:08 +0100 (Sun, 25 Nov 2007) | 4 lines314 Changed paths: 315 M caca/caca.c316 M caca/caca.h317 M caca/caca_internals.h1570 r2061 | sam | 2007-11-25 17:13:08 +0000 (Sun, 25 Nov 2007) | 4 lines 1571 Changed paths: 1572 M /libcaca/trunk/caca/caca.c 1573 M /libcaca/trunk/caca/caca.h 1574 M /libcaca/trunk/caca/caca_internals.h 318 1575 319 1576 * Allow caca_create_display()'s argument to be NULL. It will automatically … … 322 1579 323 1580 ------------------------------------------------------------------------ 324 r 1367 | sam | 2007-11-25 18:13:06 +0100 (Sun, 25 Nov 2007) | 4 lines325 Changed paths: 326 M AUTHORS327 M Makefile.am328 M configure.ac329 D python/Makefile330 A python/Makefile.am331 A python/snake.py1581 r2060 | sam | 2007-11-25 17:13:06 +0000 (Sun, 25 Nov 2007) | 4 lines 1582 Changed paths: 1583 M /libcaca/trunk/AUTHORS 1584 M /libcaca/trunk/Makefile.am 1585 M /libcaca/trunk/configure.ac 1586 D /libcaca/trunk/python/Makefile 1587 A /libcaca/trunk/python/Makefile.am (from /libcaca/trunk/python/Makefile:2059) 1588 A /libcaca/trunk/python/snake.py 332 1589 333 1590 * Added Eriol’s snake.py example, even if it doesn’t use our (out of date) … … 336 1593 337 1594 ------------------------------------------------------------------------ 338 r 1366 | sam | 2007-11-25 18:13:03 +0100 (Sun, 25 Nov 2007) | 2 lines339 Changed paths: 340 M csharp/Caca.cs1595 r2059 | sam | 2007-11-25 17:13:03 +0000 (Sun, 25 Nov 2007) | 2 lines 1596 Changed paths: 1597 M /libcaca/trunk/csharp/Caca.cs 341 1598 342 1599 * Add missing entries in the CacaEventKey enum. 343 1600 344 1601 ------------------------------------------------------------------------ 345 r 1365 | sam | 2007-11-25 18:12:59 +0100 (Sun, 25 Nov 2007) | 2 lines346 Changed paths: 347 M csharp/AssemblyInfo.cs348 M csharp/Caca.cs349 M csharp/Cucul.cs350 M csharp/test.cs1602 r2058 | sam | 2007-11-25 17:12:59 +0000 (Sun, 25 Nov 2007) | 2 lines 1603 Changed paths: 1604 M /libcaca/trunk/csharp/AssemblyInfo.cs 1605 M /libcaca/trunk/csharp/Caca.cs 1606 M /libcaca/trunk/csharp/Cucul.cs 1607 M /libcaca/trunk/csharp/test.cs 351 1608 352 1609 * Implemented C# bindings for ditherBitmap() and added it to the C# test. 353 1610 354 1611 ------------------------------------------------------------------------ 355 r 1364 | sam | 2007-11-25 15:12:20 +0100 (Sun, 25 Nov 2007) | 6 lines356 Changed paths: 357 M caca/driver_cocoa.m358 M caca/driver_gl.c359 M caca/driver_x11.c360 M cucul/attr.c361 M cucul/cucul.h362 M cucul/cucul_internals.h363 M cucul/export.c364 M cucul/font.c1612 r2057 | sam | 2007-11-25 14:12:20 +0000 (Sun, 25 Nov 2007) | 6 lines 1613 Changed paths: 1614 M /libcaca/trunk/caca/driver_cocoa.m 1615 M /libcaca/trunk/caca/driver_gl.c 1616 M /libcaca/trunk/caca/driver_x11.c 1617 M /libcaca/trunk/cucul/attr.c 1618 M /libcaca/trunk/cucul/cucul.h 1619 M /libcaca/trunk/cucul/cucul_internals.h 1620 M /libcaca/trunk/cucul/export.c 1621 M /libcaca/trunk/cucul/font.c 365 1622 366 1623 * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and … … 371 1628 372 1629 ------------------------------------------------------------------------ 373 r 1363 | sam | 2007-11-25 15:12:01 +0100 (Sun, 25 Nov 2007) | 3 lines374 Changed paths: 375 M caca/caca.c376 M caca/driver_cocoa.m377 M caca/driver_conio.c378 M caca/driver_gl.c379 M caca/driver_ncurses.c380 M caca/driver_raw.c381 M caca/driver_slang.c382 M caca/driver_vga.c383 M caca/driver_win32.c384 M caca/driver_x11.c385 M caca/event.c386 M caca/graphics.c387 M cucul/cucul.c388 M cucul/cucul.h1630 r2056 | sam | 2007-11-25 14:12:01 +0000 (Sun, 25 Nov 2007) | 3 lines 1631 Changed paths: 1632 M /libcaca/trunk/caca/caca.c 1633 M /libcaca/trunk/caca/driver_cocoa.m 1634 M /libcaca/trunk/caca/driver_conio.c 1635 M /libcaca/trunk/caca/driver_gl.c 1636 M /libcaca/trunk/caca/driver_ncurses.c 1637 M /libcaca/trunk/caca/driver_raw.c 1638 M /libcaca/trunk/caca/driver_slang.c 1639 M /libcaca/trunk/caca/driver_vga.c 1640 M /libcaca/trunk/caca/driver_win32.c 1641 M /libcaca/trunk/caca/driver_x11.c 1642 M /libcaca/trunk/caca/event.c 1643 M /libcaca/trunk/caca/graphics.c 1644 M /libcaca/trunk/cucul/cucul.c 1645 M /libcaca/trunk/cucul/cucul.h 389 1646 390 1647 * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid … … 392 1649 393 1650 ------------------------------------------------------------------------ 394 r 1362 | sam | 2007-11-25 15:11:58 +0100 (Sun, 25 Nov 2007) | 4 lines395 Changed paths: 396 M caca/caca.c397 M caca/caca_internals.h398 M caca/driver_cocoa.m399 M caca/driver_conio.c400 M caca/driver_gl.c401 M caca/driver_ncurses.c402 M caca/driver_raw.c403 M caca/driver_slang.c404 M caca/driver_vga.c405 M caca/driver_win32.c406 M caca/driver_x11.c407 M caca/graphics.c408 M cucul/cucul.c409 M cucul/cucul.h410 M cucul/cucul_internals.h411 M msvc/libcucul.def1651 r2055 | sam | 2007-11-25 14:11:58 +0000 (Sun, 25 Nov 2007) | 4 lines 1652 Changed paths: 1653 M /libcaca/trunk/caca/caca.c 1654 M /libcaca/trunk/caca/caca_internals.h 1655 M /libcaca/trunk/caca/driver_cocoa.m 1656 M /libcaca/trunk/caca/driver_conio.c 1657 M /libcaca/trunk/caca/driver_gl.c 1658 M /libcaca/trunk/caca/driver_ncurses.c 1659 M /libcaca/trunk/caca/driver_raw.c 1660 M /libcaca/trunk/caca/driver_slang.c 1661 M /libcaca/trunk/caca/driver_vga.c 1662 M /libcaca/trunk/caca/driver_win32.c 1663 M /libcaca/trunk/caca/driver_x11.c 1664 M /libcaca/trunk/caca/graphics.c 1665 M /libcaca/trunk/cucul/cucul.c 1666 M /libcaca/trunk/cucul/cucul.h 1667 M /libcaca/trunk/cucul/cucul_internals.h 1668 M /libcaca/trunk/msvc/libcucul.def 412 1669 413 1670 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display … … 416 1673 417 1674 ------------------------------------------------------------------------ 418 r 1361 | sam | 2007-11-25 15:11:54 +0100 (Sun, 25 Nov 2007) | 2 lines419 Changed paths: 420 M build-kernel421 M kernel/Makefile.am422 A kernel/bootsect.S1675 r2054 | sam | 2007-11-25 14:11:54 +0000 (Sun, 25 Nov 2007) | 2 lines 1676 Changed paths: 1677 M /libcaca/trunk/build-kernel 1678 M /libcaca/trunk/kernel/Makefile.am 1679 A /libcaca/trunk/kernel/bootsect.S 423 1680 424 1681 * Add Linux 2.6's bootsect.S to fix the sample kernel build. 425 1682 426 1683 ------------------------------------------------------------------------ 427 r 1360 | sam | 2007-11-25 12:39:33 +0100 (Sun, 25 Nov 2007) | 2 lines428 Changed paths: 429 M configure.ac1684 r2053 | sam | 2007-11-25 11:39:33 +0000 (Sun, 25 Nov 2007) | 2 lines 1685 Changed paths: 1686 M /libcaca/trunk/configure.ac 430 1687 431 1688 * Check whether CXX can include <iostream> before compiling the C++ bindings. 432 1689 433 1690 ------------------------------------------------------------------------ 434 r 1359 | sam | 2007-11-25 12:12:25 +0100 (Sun, 25 Nov 2007) | 2 lines435 Changed paths: 436 M csharp/Caca.cs437 M csharp/test.cs1691 r2052 | sam | 2007-11-25 11:12:25 +0000 (Sun, 25 Nov 2007) | 2 lines 1692 Changed paths: 1693 M /libcaca/trunk/csharp/Caca.cs 1694 M /libcaca/trunk/csharp/test.cs 438 1695 439 1696 * Adapt the C# bindings to the event API change. 440 1697 441 1698 ------------------------------------------------------------------------ 442 r 1358 | sam | 2007-11-25 12:12:20 +0100 (Sun, 25 Nov 2007) | 2 lines443 Changed paths: 444 M ruby/caca-display.c1699 r2051 | sam | 2007-11-25 11:12:20 +0000 (Sun, 25 Nov 2007) | 2 lines 1700 Changed paths: 1701 M /libcaca/trunk/ruby/caca-display.c 445 1702 446 1703 * Adapt the Ruby bindings to the event API change. 447 1704 448 1705 ------------------------------------------------------------------------ 449 r 1357 | sam | 2007-11-25 12:11:59 +0100 (Sun, 25 Nov 2007) | 2 lines450 Changed paths: 451 M cxx/caca++.cpp452 M cxx/caca++.h453 M cxx/cxxtest.cpp1706 r2050 | sam | 2007-11-25 11:11:59 +0000 (Sun, 25 Nov 2007) | 2 lines 1707 Changed paths: 1708 M /libcaca/trunk/cxx/caca++.cpp 1709 M /libcaca/trunk/cxx/caca++.h 1710 M /libcaca/trunk/cxx/cxxtest.cpp 454 1711 455 1712 * Adapt the C++ bindings to the event API change. 456 1713 457 1714 ------------------------------------------------------------------------ 458 r 1356 | sam | 2007-11-25 12:11:54 +0100 (Sun, 25 Nov 2007) | 4 lines459 Changed paths: 460 M caca/caca.h461 M caca/caca0.c462 M caca/caca_internals.h463 M caca/driver_conio.c464 M caca/driver_gl.c465 M caca/driver_ncurses.c466 M caca/driver_raw.c467 M caca/driver_slang.c468 M caca/driver_vga.c469 M caca/driver_win32.c470 M caca/driver_x11.c471 M caca/event.c472 M src/aafire.c473 M src/cacademo.c474 M src/cacadraw.c475 M src/cacaplay.c476 M src/cacaview.c477 M test/demo.c478 M test/event.c479 M test/gamma.c480 M test/input.c481 M test/spritedit.c482 M test/swallow.c1715 r2049 | sam | 2007-11-25 11:11:54 +0000 (Sun, 25 Nov 2007) | 4 lines 1716 Changed paths: 1717 M /libcaca/trunk/caca/caca.h 1718 M /libcaca/trunk/caca/caca0.c 1719 M /libcaca/trunk/caca/caca_internals.h 1720 M /libcaca/trunk/caca/driver_conio.c 1721 M /libcaca/trunk/caca/driver_gl.c 1722 M /libcaca/trunk/caca/driver_ncurses.c 1723 M /libcaca/trunk/caca/driver_raw.c 1724 M /libcaca/trunk/caca/driver_slang.c 1725 M /libcaca/trunk/caca/driver_vga.c 1726 M /libcaca/trunk/caca/driver_win32.c 1727 M /libcaca/trunk/caca/driver_x11.c 1728 M /libcaca/trunk/caca/event.c 1729 M /libcaca/trunk/src/aafire.c 1730 M /libcaca/trunk/src/cacademo.c 1731 M /libcaca/trunk/src/cacadraw.c 1732 M /libcaca/trunk/src/cacaplay.c 1733 M /libcaca/trunk/src/cacaview.c 1734 M /libcaca/trunk/test/demo.c 1735 M /libcaca/trunk/test/event.c 1736 M /libcaca/trunk/test/gamma.c 1737 M /libcaca/trunk/test/input.c 1738 M /libcaca/trunk/test/spritedit.c 1739 M /libcaca/trunk/test/swallow.c 483 1740 484 1741 * Made the caca_event_t structure opaque and created a whole bunch of … … 487 1744 488 1745 ------------------------------------------------------------------------ 489 r1355 | pterjan | 2007-11-25 10:48:30 +0100 (Sun, 25 Nov 2007) | 4 lines 490 Changed paths: 491 M ruby/ruby-caca.dox 492 M ruby/ruby-cucul.dox 1746 r2048 | pterjan | 2007-11-25 09:48:30 +0000 (Sun, 25 Nov 2007) | 6 lines 1747 Changed paths: 1748 M /libcaca/trunk/ruby/ruby-caca.dox 1749 M /libcaca/trunk/ruby/ruby-cucul.dox 1750 493 1751 494 1752 * Little improvements in ruby doc … … 496 1754 + Added an example on a nice way to have q, Q and Esc to cause exit 497 1755 498 ------------------------------------------------------------------------ 499 r1354 | sam | 2007-11-24 20:56:33 +0100 (Sat, 24 Nov 2007) | 2 lines 500 Changed paths: 501 M csharp/Caca.cs 502 M csharp/test.cs 1756 1757 ------------------------------------------------------------------------ 1758 r2047 | sam | 2007-11-24 19:56:33 +0000 (Sat, 24 Nov 2007) | 2 lines 1759 Changed paths: 1760 M /libcaca/trunk/csharp/Caca.cs 1761 M /libcaca/trunk/csharp/test.cs 503 1762 504 1763 * Rewrote the C# test in a more object-oriented way. 505 1764 506 1765 ------------------------------------------------------------------------ 507 r 1353 | sam | 2007-11-24 16:00:21 +0100 (Sat, 24 Nov 2007) | 3 lines508 Changed paths: 509 M csharp/Caca.cs510 M csharp/Cucul.cs511 M csharp/test.cs1766 r2046 | sam | 2007-11-24 15:00:21 +0000 (Sat, 24 Nov 2007) | 3 lines 1767 Changed paths: 1768 M /libcaca/trunk/csharp/Caca.cs 1769 M /libcaca/trunk/csharp/Cucul.cs 1770 M /libcaca/trunk/csharp/test.cs 512 1771 513 1772 * Started Cucul# cleanup: added missing functions, used get/set attributes … … 515 1774 516 1775 ------------------------------------------------------------------------ 517 r 1352 | sam | 2007-11-24 14:26:33 +0100 (Sat, 24 Nov 2007) | 8 lines518 Changed paths: 519 M csharp/Caca.cs520 M csharp/Cucul.cs521 M csharp/Makefile.am522 A csharp/caca-sharp.dll.config523 A csharp/cucul-sharp.dll.config524 D csharp/libCaca.dll.config525 D csharp/libCucul.dll.config526 M csharp/test.cs1776 r2045 | sam | 2007-11-24 13:26:33 +0000 (Sat, 24 Nov 2007) | 8 lines 1777 Changed paths: 1778 M /libcaca/trunk/csharp/Caca.cs 1779 M /libcaca/trunk/csharp/Cucul.cs 1780 M /libcaca/trunk/csharp/Makefile.am 1781 A /libcaca/trunk/csharp/caca-sharp.dll.config 1782 A /libcaca/trunk/csharp/cucul-sharp.dll.config 1783 D /libcaca/trunk/csharp/libCaca.dll.config 1784 D /libcaca/trunk/csharp/libCucul.dll.config 1785 M /libcaca/trunk/csharp/test.cs 527 1786 528 1787 * Some mass-renaming in the C# bindings: … … 535 1794 536 1795 ------------------------------------------------------------------------ 537 r1351 | sam | 2007-11-24 14:26:28 +0100 (Sat, 24 Nov 2007) | 2 lines 538 Changed paths: 539 D DotNet/.gitignore 540 D DotNet/AssemblyInfo.cs 541 D DotNet/Caca.cs 542 D DotNet/Cucul.cs 543 D DotNet/Makefile.am 544 D DotNet/libCaca.dll.config 545 D DotNet/libCucul.dll.config 546 D DotNet/test.cs 547 M Makefile.am 548 M configure.ac 549 A csharp/.gitignore 550 A csharp/AssemblyInfo.cs 551 A csharp/Caca.cs 552 A csharp/Cucul.cs 553 A csharp/Makefile.am 554 A csharp/libCaca.dll.config 555 A csharp/libCucul.dll.config 556 A csharp/test.cs 1796 r2044 | sam | 2007-11-24 13:26:28 +0000 (Sat, 24 Nov 2007) | 2 lines 1797 Changed paths: 1798 D /libcaca/trunk/DotNet/.gitignore 1799 D /libcaca/trunk/DotNet/AssemblyInfo.cs 1800 D /libcaca/trunk/DotNet/Caca.cs 1801 D /libcaca/trunk/DotNet/Cucul.cs 1802 D /libcaca/trunk/DotNet/Makefile.am 1803 D /libcaca/trunk/DotNet/libCaca.dll.config 1804 D /libcaca/trunk/DotNet/libCucul.dll.config 1805 D /libcaca/trunk/DotNet/test.cs 1806 M /libcaca/trunk/Makefile.am 1807 M /libcaca/trunk/configure.ac 1808 A /libcaca/trunk/csharp 1809 A /libcaca/trunk/csharp/.gitignore (from /libcaca/trunk/DotNet/.gitignore:2043) 1810 A /libcaca/trunk/csharp/AssemblyInfo.cs (from /libcaca/trunk/DotNet/AssemblyInfo.cs:2043) 1811 A /libcaca/trunk/csharp/Caca.cs (from /libcaca/trunk/DotNet/Caca.cs:2043) 1812 A /libcaca/trunk/csharp/Cucul.cs (from /libcaca/trunk/DotNet/Cucul.cs:2043) 1813 A /libcaca/trunk/csharp/Makefile.am (from /libcaca/trunk/DotNet/Makefile.am:2043) 1814 A /libcaca/trunk/csharp/libCaca.dll.config (from /libcaca/trunk/DotNet/libCaca.dll.config:2043) 1815 A /libcaca/trunk/csharp/libCucul.dll.config (from /libcaca/trunk/DotNet/libCucul.dll.config:2043) 1816 A /libcaca/trunk/csharp/test.cs (from /libcaca/trunk/DotNet/test.cs:2043) 557 1817 558 1818 * Renamed DotNet/ to csharp/ because I hate mixed case. 559 1819 560 1820 ------------------------------------------------------------------------ 561 r 1350 | sam | 2007-11-24 12:08:21 +0100 (Sat, 24 Nov 2007) | 2 lines562 Changed paths: 563 M caca/caca.h564 M caca/caca_internals.h565 M caca/driver_conio.c566 M caca/driver_gl.c567 M caca/driver_ncurses.c568 M caca/driver_raw.c569 M caca/driver_slang.c570 M caca/driver_vga.c571 M caca/driver_win32.c572 M caca/driver_x11.c573 M caca/event.c574 M caca/graphics.c575 M cucul/attr.c576 M cucul/canvas.c577 M cucul/cucul.c578 M cucul/cucul.h579 M cucul/dither.c580 M cucul/export.c581 M cucul/font.c582 M cucul/frame.c1821 r2043 | sam | 2007-11-24 11:08:21 +0000 (Sat, 24 Nov 2007) | 2 lines 1822 Changed paths: 1823 M /libcaca/trunk/caca/caca.h 1824 M /libcaca/trunk/caca/caca_internals.h 1825 M /libcaca/trunk/caca/driver_conio.c 1826 M /libcaca/trunk/caca/driver_gl.c 1827 M /libcaca/trunk/caca/driver_ncurses.c 1828 M /libcaca/trunk/caca/driver_raw.c 1829 M /libcaca/trunk/caca/driver_slang.c 1830 M /libcaca/trunk/caca/driver_vga.c 1831 M /libcaca/trunk/caca/driver_win32.c 1832 M /libcaca/trunk/caca/driver_x11.c 1833 M /libcaca/trunk/caca/event.c 1834 M /libcaca/trunk/caca/graphics.c 1835 M /libcaca/trunk/cucul/attr.c 1836 M /libcaca/trunk/cucul/canvas.c 1837 M /libcaca/trunk/cucul/cucul.c 1838 M /libcaca/trunk/cucul/cucul.h 1839 M /libcaca/trunk/cucul/dither.c 1840 M /libcaca/trunk/cucul/export.c 1841 M /libcaca/trunk/cucul/font.c 1842 M /libcaca/trunk/cucul/frame.c 583 1843 584 1844 * Added as many "const" qualifiers as possible to the public API. 585 1845 586 1846 ------------------------------------------------------------------------ 587 r 1349 | pterjan | 2007-11-24 10:56:37 +0100 (Sat, 24 Nov 2007) | 2 lines588 Changed paths: 589 M ruby/lib/caca.rb590 M ruby/ruby-caca.dox1847 r2042 | pterjan | 2007-11-24 09:56:37 +0000 (Sat, 24 Nov 2007) | 1 line 1848 Changed paths: 1849 M /libcaca/trunk/ruby/lib/caca.rb 1850 M /libcaca/trunk/ruby/ruby-caca.dox 591 1851 592 1852 * Add Caca::Event#quit? to make tests nicer 593 594 ------------------------------------------------------------------------ 595 r1348 | sam | 2007-11-23 23:52:34 +0100 (Fri, 23 Nov 2007) | 3 lines 596 Changed paths: 597 M msvc/cacademo.vcproj 598 M msvc/cacafire.vcproj 599 M msvc/libcaca.vcproj 600 M msvc/libcucul.vcproj 1853 ------------------------------------------------------------------------ 1854 r2041 | sam | 2007-11-23 22:52:34 +0000 (Fri, 23 Nov 2007) | 3 lines 1855 Changed paths: 1856 M /libcaca/trunk/msvc/cacademo.vcproj 1857 M /libcaca/trunk/msvc/cacafire.vcproj 1858 M /libcaca/trunk/msvc/libcaca.vcproj 1859 M /libcaca/trunk/msvc/libcucul.vcproj 601 1860 602 1861 * Ignore annoying VC++ warnings (use of strdup instead of _strdup even in … … 604 1863 605 1864 ------------------------------------------------------------------------ 606 r 1347 | sam | 2007-11-23 23:34:35 +0100 (Fri, 23 Nov 2007) | 3 lines607 Changed paths: 608 M caca/driver_cocoa.m609 M caca/driver_conio.c610 M caca/driver_gl.c611 M caca/driver_ncurses.c612 M caca/driver_raw.c613 M caca/driver_slang.c614 M caca/driver_vga.c615 M caca/driver_win32.c616 M caca/driver_x11.c617 M caca/graphics.c618 M cucul/cucul.c619 M cucul/cucul_internals.h620 M msvc/libcucul.def1865 r2040 | sam | 2007-11-23 22:34:35 +0000 (Fri, 23 Nov 2007) | 3 lines 1866 Changed paths: 1867 M /libcaca/trunk/caca/driver_cocoa.m 1868 M /libcaca/trunk/caca/driver_conio.c 1869 M /libcaca/trunk/caca/driver_gl.c 1870 M /libcaca/trunk/caca/driver_ncurses.c 1871 M /libcaca/trunk/caca/driver_raw.c 1872 M /libcaca/trunk/caca/driver_slang.c 1873 M /libcaca/trunk/caca/driver_vga.c 1874 M /libcaca/trunk/caca/driver_win32.c 1875 M /libcaca/trunk/caca/driver_x11.c 1876 M /libcaca/trunk/caca/graphics.c 1877 M /libcaca/trunk/cucul/cucul.c 1878 M /libcaca/trunk/cucul/cucul_internals.h 1879 M /libcaca/trunk/msvc/libcucul.def 621 1880 622 1881 * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent … … 624 1883 625 1884 ------------------------------------------------------------------------ 626 r 1346 | sam | 2007-11-23 23:27:21 +0100 (Fri, 23 Nov 2007) | 3 lines627 Changed paths: 628 M caca/caca.h629 M cucul/cucul.h630 M msvc/libcaca.vcproj631 M msvc/libcucul.def632 M msvc/libcucul.vcproj1885 r2039 | sam | 2007-11-23 22:27:21 +0000 (Fri, 23 Nov 2007) | 3 lines 1886 Changed paths: 1887 M /libcaca/trunk/caca/caca.h 1888 M /libcaca/trunk/cucul/cucul.h 1889 M /libcaca/trunk/msvc/libcaca.vcproj 1890 M /libcaca/trunk/msvc/libcucul.def 1891 M /libcaca/trunk/msvc/libcucul.vcproj 633 1892 634 1893 * Add proper __declspec(dllexport) tags for Win32 compilation. … … 636 1895 637 1896 ------------------------------------------------------------------------ 638 r1345 | sam | 2007-11-23 22:48:55 +0100 (Fri, 23 Nov 2007) | 2 lines 639 Changed paths: 640 D msvc/cacaball.vcproj 641 A msvc/cacademo.vcproj 642 M msvc/cacafire.vcproj 643 D msvc/cacamoir.vcproj 644 D msvc/cacaplas.vcproj 645 M msvc/config.h 646 A msvc/libcaca.def 647 M msvc/libcaca.sln 648 M msvc/libcaca.vcproj 649 A msvc/libcucul.def 650 M msvc/libcucul.vcproj 1897 r2038 | sam | 2007-11-23 21:48:55 +0000 (Fri, 23 Nov 2007) | 2 lines 1898 Changed paths: 1899 M /libcaca/trunk/msvc 1900 D /libcaca/trunk/msvc/cacaball.vcproj 1901 A /libcaca/trunk/msvc/cacademo.vcproj 1902 M /libcaca/trunk/msvc/cacafire.vcproj 1903 D /libcaca/trunk/msvc/cacamoir.vcproj 1904 D /libcaca/trunk/msvc/cacaplas.vcproj 1905 M /libcaca/trunk/msvc/config.h 1906 A /libcaca/trunk/msvc/libcaca.def 1907 M /libcaca/trunk/msvc/libcaca.sln 1908 M /libcaca/trunk/msvc/libcaca.vcproj 1909 A /libcaca/trunk/msvc/libcucul.def 1910 M /libcaca/trunk/msvc/libcucul.vcproj 651 1911 652 1912 * Updated Visual Studio files. 653 1913 654 1914 ------------------------------------------------------------------------ 655 r 1344 | sam | 2007-11-23 17:39:32 +0100 (Fri, 23 Nov 2007) | 2 lines656 Changed paths: 657 A msvc/common.h658 M msvc/libcaca.sln659 M msvc/libcaca.vcproj660 A msvc/libcucul.vcproj1915 r2037 | sam | 2007-11-23 16:39:32 +0000 (Fri, 23 Nov 2007) | 2 lines 1916 Changed paths: 1917 A /libcaca/trunk/msvc/common.h 1918 M /libcaca/trunk/msvc/libcaca.sln 1919 M /libcaca/trunk/msvc/libcaca.vcproj 1920 A /libcaca/trunk/msvc/libcucul.vcproj (from /libcaca/trunk/msvc/libcaca.vcproj:2036) 661 1921 662 1922 * Split libcaca.vcproj into \1 and libcucul.vcproj. 663 1923 664 1924 ------------------------------------------------------------------------ 665 r 1343 | sam | 2007-11-23 17:39:29 +0100 (Fri, 23 Nov 2007) | 2 lines666 Changed paths: 667 M test/gamma.c1925 r2036 | sam | 2007-11-23 16:39:29 +0000 (Fri, 23 Nov 2007) | 2 lines 1926 Changed paths: 1927 M /libcaca/trunk/test/gamma.c 668 1928 669 1929 * Do not assume default gamma value is 1.0. 670 1930 671 1931 ------------------------------------------------------------------------ 672 r 1342 | sam | 2007-11-23 17:39:23 +0100 (Fri, 23 Nov 2007) | 2 lines673 Changed paths: 674 M src/cacaview.c1932 r2035 | sam | 2007-11-23 16:39:23 +0000 (Fri, 23 Nov 2007) | 2 lines 1933 Changed paths: 1934 M /libcaca/trunk/src/cacaview.c 675 1935 676 1936 * Escape quits cacaview, and F11 toggles fullscreen. 677 1937 678 1938 ------------------------------------------------------------------------ 679 r 1340 | pterjan | 2007-11-20 01:09:16 +0100 (Tue, 20 Nov 2007) | 2 lines680 Changed paths: 681 M ruby/README682 A ruby/ruby-caca.dox683 A ruby/ruby-cucul.dox684 A ruby/ruby.dox1939 r2033 | pterjan | 2007-11-20 00:09:16 +0000 (Tue, 20 Nov 2007) | 1 line 1940 Changed paths: 1941 M /libcaca/trunk/ruby/README 1942 A /libcaca/trunk/ruby/ruby-caca.dox 1943 A /libcaca/trunk/ruby/ruby-cucul.dox 1944 A /libcaca/trunk/ruby/ruby.dox 685 1945 686 1946 * Split Ruby documentation out of README 687 688 ------------------------------------------------------------------------ 689 r1333 | sam | 2007-11-19 00:00:35 +0100 (Mon, 19 Nov 2007) | 2 lines 690 Changed paths: 691 M AUTHORS 1947 ------------------------------------------------------------------------ 1948 r2026 | sam | 2007-11-18 23:00:35 +0000 (Sun, 18 Nov 2007) | 2 lines 1949 Changed paths: 1950 M /libcaca/trunk/AUTHORS 692 1951 693 1952 * Added Pascal to the AUTHORS file. 694 1953 695 1954 ------------------------------------------------------------------------ 696 r 1332 | jylam | 2007-11-18 23:59:22 +0100 (Sun, 18 Nov 2007) | 2 lines697 Changed paths: 698 M README1955 r2025 | jylam | 2007-11-18 22:59:22 +0000 (Sun, 18 Nov 2007) | 2 lines 1956 Changed paths: 1957 M /libcaca/trunk/README 699 1958 700 1959 * lol commit 701 1960 702 1961 ------------------------------------------------------------------------ 703 r1331 | pterjan | 2007-11-18 23:35:34 +0100 (Sun, 18 Nov 2007) | 2 lines 1962 r2024 | pterjan | 2007-11-18 22:35:34 +0000 (Sun, 18 Nov 2007) | 1 line 1963 Changed paths: 1964 D /libcaca/trunk/ruby/cucul 704 1965 705 1966 * Remove cucul directory that got forgotten 706 707 ------------------------------------------------------------------------ 708 r1330 | pterjan | 2007-11-18 23:15:29 +0100 (Sun, 18 Nov 2007) | 2 lines 709 Changed paths: 710 M ruby/README 1967 ------------------------------------------------------------------------ 1968 r2023 | pterjan | 2007-11-18 22:15:29 +0000 (Sun, 18 Nov 2007) | 1 line 1969 Changed paths: 1970 M /libcaca/trunk/ruby/README 711 1971 712 1972 * Improve the example in README 713 714 ------------------------------------------------------------------------ 715 r1329 | pterjan | 2007-11-18 23:03:19 +0100 (Sun, 18 Nov 2007) | 2 lines 716 Changed paths: 717 M configure.ac 718 M ruby/Makefile.am 719 M ruby/test 1973 ------------------------------------------------------------------------ 1974 r2022 | pterjan | 2007-11-18 22:03:19 +0000 (Sun, 18 Nov 2007) | 1 line 1975 Changed paths: 1976 M /libcaca/trunk/configure.ac 1977 M /libcaca/trunk/ruby/Makefile.am 1978 M /libcaca/trunk/ruby/test 720 1979 721 1980 * Install lib/caca.rb 722 723 ------------------------------------------------------------------------ 724 r1328 | pterjan | 2007-11-18 22:44:10 +0100 (Sun, 18 Nov 2007) | 2 lines 725 Changed paths: 726 M ruby/README 1981 ------------------------------------------------------------------------ 1982 r2021 | pterjan | 2007-11-18 21:44:10 +0000 (Sun, 18 Nov 2007) | 1 line 1983 Changed paths: 1984 M /libcaca/trunk/ruby/README 727 1985 728 1986 * Update README to talk about Caca 729 730 ------------------------------------------------------------------------ 731 r1327 | pterjan | 2007-11-18 22:29:02 +0100 (Sun, 18 Nov 2007) | 2 lines 732 Changed paths: 733 M ruby/caca-display.c 1987 ------------------------------------------------------------------------ 1988 r2020 | pterjan | 2007-11-18 21:29:02 +0000 (Sun, 18 Nov 2007) | 1 line 1989 Changed paths: 1990 M /libcaca/trunk/ruby/caca-display.c 734 1991 735 1992 * Use to_i on the event mask, it is not always an Integer 736 737 ------------------------------------------------------------------------ 738 r1326 | pterjan | 2007-11-18 22:13:33 +0100 (Sun, 18 Nov 2007) | 2 lines 739 Changed paths: 740 M ruby/caca-display.c741 M ruby/caca-event.c742 M ruby/caca-event.h743 M ruby/caca.c744 A ruby/lib/caca.rb1993 ------------------------------------------------------------------------ 1994 r2019 | pterjan | 2007-11-18 21:13:33 +0000 (Sun, 18 Nov 2007) | 1 line 1995 Changed paths: 1996 M /libcaca/trunk/ruby/caca-display.c 1997 M /libcaca/trunk/ruby/caca-event.c 1998 M /libcaca/trunk/ruby/caca-event.h 1999 M /libcaca/trunk/ruby/caca.c 2000 A /libcaca/trunk/ruby/lib 2001 A /libcaca/trunk/ruby/lib/caca.rb 745 2002 746 2003 - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) 747 748 ------------------------------------------------------------------------ 749 r1325 | pterjan | 2007-11-18 22:11:13 +0100 (Sun, 18 Nov 2007) | 2 lines 750 Changed paths: 751 M src/cacaview.c 2004 ------------------------------------------------------------------------ 2005 r2018 | pterjan | 2007-11-18 21:11:13 +0000 (Sun, 18 Nov 2007) | 1 line 2006 Changed paths: 2007 M /libcaca/trunk/src/cacaview.c 752 2008 753 2009 * Handle closing cacaview by window manager 754 755 ------------------------------------------------------------------------ 756 r1324 | pterjan | 2007-11-18 14:37:24 +0100 (Sun, 18 Nov 2007) | 2 lines 757 Changed paths: 758 M ruby/Makefile.am 759 M ruby/caca-display.c 760 A ruby/caca-event.c 761 A ruby/caca-event.h 2010 ------------------------------------------------------------------------ 2011 r2017 | pterjan | 2007-11-18 13:37:24 +0000 (Sun, 18 Nov 2007) | 1 line 2012 Changed paths: 2013 M /libcaca/trunk/ruby/Makefile.am 2014 M /libcaca/trunk/ruby/caca-display.c 2015 A /libcaca/trunk/ruby/caca-event.c 2016 A /libcaca/trunk/ruby/caca-event.h 762 2017 763 2018 * Add missing methods in Caca::Display and add empty Caca::Event 764 765 ------------------------------------------------------------------------ 766 r1323 | pterjan | 2007-11-18 14:29:16 +0100 (Sun, 18 Nov 2007) | 2 lines 767 Changed paths: 768 M caca/caca.h 2019 ------------------------------------------------------------------------ 2020 r2016 | pterjan | 2007-11-18 13:29:16 +0000 (Sun, 18 Nov 2007) | 1 line 2021 Changed paths: 2022 M /libcaca/trunk/caca/caca.h 769 2023 770 2024 * Slightly improved documentation 771 772 ------------------------------------------------------------------------ 773 r1322 | pterjan | 2007-11-18 13:43:48 +0100 (Sun, 18 Nov 2007) | 2 lines 774 Changed paths: 775 M ruby/Makefile.am 776 A ruby/caca-display.c 777 A ruby/caca-display.h 778 A ruby/caca.c 2025 ------------------------------------------------------------------------ 2026 r2015 | pterjan | 2007-11-18 12:43:48 +0000 (Sun, 18 Nov 2007) | 1 line 2027 Changed paths: 2028 M /libcaca/trunk/ruby/Makefile.am 2029 A /libcaca/trunk/ruby/caca-display.c 2030 A /libcaca/trunk/ruby/caca-display.h 2031 A /libcaca/trunk/ruby/caca.c 779 2032 780 2033 * Add Caca and Caca::Display 781 782 ------------------------------------------------------------------------ 783 r1316 | pterjan | 2007-11-17 14:36:15 +0100 (Sat, 17 Nov 2007) | 2 lines 784 Changed paths: 785 M ruby/README 786 M ruby/common.h 787 M ruby/cucul-canvas.c 788 M ruby/cucul-dither.c 2034 ------------------------------------------------------------------------ 2035 r2009 | pterjan | 2007-11-17 13:36:15 +0000 (Sat, 17 Nov 2007) | 1 line 2036 Changed paths: 2037 M /libcaca/trunk/ruby/README 2038 M /libcaca/trunk/ruby/common.h 2039 M /libcaca/trunk/ruby/cucul-canvas.c 2040 M /libcaca/trunk/ruby/cucul-dither.c 789 2041 790 2042 * Finish Cucul::Dither 791 792 ------------------------------------------------------------------------ 793 r1315 | pterjan | 2007-11-17 13:21:21 +0100 (Sat, 17 Nov 2007) | 2 lines 794 Changed paths: 795 M ruby/Makefile.am 796 M ruby/README 797 A ruby/cucul-dither.c 798 A ruby/cucul-dither.h 799 M ruby/cucul.c 800 A ruby/t/tc_dither.rb 2043 ------------------------------------------------------------------------ 2044 r2008 | pterjan | 2007-11-17 12:21:21 +0000 (Sat, 17 Nov 2007) | 1 line 2045 Changed paths: 2046 M /libcaca/trunk/ruby/Makefile.am 2047 M /libcaca/trunk/ruby/README 2048 A /libcaca/trunk/ruby/cucul-dither.c 2049 A /libcaca/trunk/ruby/cucul-dither.h 2050 M /libcaca/trunk/ruby/cucul.c 2051 A /libcaca/trunk/ruby/t/tc_dither.rb 801 2052 802 2053 * Add Cucul::Dither (incomplete) 803 804 ------------------------------------------------------------------------ 805 r1311 | pterjan | 2007-11-17 10:25:31 +0100 (Sat, 17 Nov 2007) | 2 lines 806 Changed paths: 807 M ruby/cucul-canvas.c 808 M ruby/t/tc_canvas.rb 2054 ------------------------------------------------------------------------ 2055 r2004 | pterjan | 2007-11-17 09:25:31 +0000 (Sat, 17 Nov 2007) | 1 line 2056 Changed paths: 2057 M /libcaca/trunk/ruby/cucul-canvas.c 2058 M /libcaca/trunk/ruby/t/tc_canvas.rb 809 2059 810 2060 * Improve type checking of arguments 811 812 ------------------------------------------------------------------------ 813 r1310 | sam | 2007-11-17 03:15:01 +0100 (Sat, 17 Nov 2007) | 3 lines 814 Changed paths: 815 M doc/doxygen.cfg.in 816 M doc/libcaca.dox 817 M ruby/README 2061 ------------------------------------------------------------------------ 2062 r2003 | sam | 2007-11-17 02:15:01 +0000 (Sat, 17 Nov 2007) | 3 lines 2063 Changed paths: 2064 M /libcaca/trunk/doc/doxygen.cfg.in 2065 M /libcaca/trunk/doc/libcaca.dox 2066 M /libcaca/trunk/ruby/README 818 2067 819 2068 * Slightly doxygenated ruby/README so that it appears in the manual (see … … 821 2070 822 2071 ------------------------------------------------------------------------ 823 r1 304 | pterjan | 2007-11-16 23:37:20 +0100 (Fri, 16 Nov 2007) | 2 lines824 Changed paths: 825 M ruby/README2072 r1997 | pterjan | 2007-11-16 22:37:20 +0000 (Fri, 16 Nov 2007) | 1 line 2073 Changed paths: 2074 M /libcaca/trunk/ruby/README 826 2075 827 2076 * Update README 828 829 ------------------------------------------------------------------------ 830 r1303 | pterjan | 2007-11-16 23:27:13 +0100 (Fri, 16 Nov 2007) | 2 lines 831 Changed paths: 832 M ruby/Makefile.am 2077 ------------------------------------------------------------------------ 2078 r1996 | pterjan | 2007-11-16 22:27:13 +0000 (Fri, 16 Nov 2007) | 1 line 2079 Changed paths: 2080 M /libcaca/trunk/ruby/Makefile.am 833 2081 834 2082 * Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am 835 836 ------------------------------------------------------------------------ 837 r1302 | pterjan | 2007-11-16 23:24:35 +0100 (Fri, 16 Nov 2007) | 2 lines 838 Changed paths: 839 M ruby/Makefile.am 840 A ruby/common.h 841 M ruby/cucul-canvas.c 842 M ruby/cucul-canvas.h 843 A ruby/cucul-font.c 844 A ruby/cucul-font.h 845 M ruby/cucul.c 846 M ruby/t/tc_canvas.rb 847 A ruby/t/tc_font.rb 2083 ------------------------------------------------------------------------ 2084 r1995 | pterjan | 2007-11-16 22:24:35 +0000 (Fri, 16 Nov 2007) | 1 line 2085 Changed paths: 2086 M /libcaca/trunk/ruby/Makefile.am 2087 A /libcaca/trunk/ruby/common.h 2088 M /libcaca/trunk/ruby/cucul-canvas.c 2089 M /libcaca/trunk/ruby/cucul-canvas.h 2090 A /libcaca/trunk/ruby/cucul-font.c 2091 A /libcaca/trunk/ruby/cucul-font.h 2092 M /libcaca/trunk/ruby/cucul.c 2093 M /libcaca/trunk/ruby/t/tc_canvas.rb 2094 A /libcaca/trunk/ruby/t/tc_font.rb 848 2095 849 2096 * Add Cucul::Font 850 851 ------------------------------------------------------------------------ 852 r1295 | sam | 2007-11-16 21:14:05 +0100 (Fri, 16 Nov 2007) | 2 lines 853 Changed paths: 854 M doc/doxygen.cfg.in 855 M doc/doxygen.css 2097 ------------------------------------------------------------------------ 2098 r1988 | sam | 2007-11-16 20:14:05 +0000 (Fri, 16 Nov 2007) | 2 lines 2099 Changed paths: 2100 M /libcaca/trunk/doc/doxygen.cfg.in 2101 M /libcaca/trunk/doc/doxygen.css 856 2102 857 2103 * Added minimal styles to doxygen.css to make the manual look decent. 858 2104 859 2105 ------------------------------------------------------------------------ 860 r1 294 | sam | 2007-11-16 20:49:25 +0100 (Fri, 16 Nov 2007) | 2 lines861 Changed paths: 862 M Makefile.am2106 r1987 | sam | 2007-11-16 19:49:25 +0000 (Fri, 16 Nov 2007) | 2 lines 2107 Changed paths: 2108 M /libcaca/trunk/Makefile.am 863 2109 864 2110 * Split "upload" target into "upload-source" and "upload-doc". 865 2111 866 2112 ------------------------------------------------------------------------ 867 r1 293 | sam | 2007-11-16 20:49:23 +0100 (Fri, 16 Nov 2007) | 3 lines868 Changed paths: 869 M doc/Makefile.am870 M doc/doxygen.cfg.in871 A doc/doxygen.css2113 r1986 | sam | 2007-11-16 19:49:23 +0000 (Fri, 16 Nov 2007) | 3 lines 2114 Changed paths: 2115 M /libcaca/trunk/doc/Makefile.am 2116 M /libcaca/trunk/doc/doxygen.cfg.in 2117 A /libcaca/trunk/doc/doxygen.css 872 2118 873 2119 * Updated doxygen file format. … … 875 2121 876 2122 ------------------------------------------------------------------------ 877 r1 290 | pterjan | 2007-11-16 18:47:59 +0100 (Fri, 16 Nov 2007) | 2 lines878 Changed paths: 879 M ruby/Makefile.am880 A ruby/README2123 r1983 | pterjan | 2007-11-16 17:47:59 +0000 (Fri, 16 Nov 2007) | 1 line 2124 Changed paths: 2125 M /libcaca/trunk/ruby/Makefile.am 2126 A /libcaca/trunk/ruby/README 881 2127 882 2128 * Add some pseudo doc for Ruby binding 883 884 ------------------------------------------------------------------------ 885 r1273 | pterjan | 2007-11-15 23:22:55 +0100 (Thu, 15 Nov 2007) | 2 lines 886 Changed paths: 887 M ruby/t/tc_canvas.rb 2129 ------------------------------------------------------------------------ 2130 r1966 | pterjan | 2007-11-15 22:22:55 +0000 (Thu, 15 Nov 2007) | 1 line 2131 Changed paths: 2132 M /libcaca/trunk/ruby/t/tc_canvas.rb 888 2133 889 2134 * Add more tests for the ruby binding 890 891 ------------------------------------------------------------------------ 892 r1272 | pterjan | 2007-11-15 23:06:01 +0100 (Thu, 15 Nov 2007) | 2 lines 893 Changed paths: 894 A ruby/t/tc_canvas.rb 895 M ruby/test 2135 ------------------------------------------------------------------------ 2136 r1965 | pterjan | 2007-11-15 22:06:01 +0000 (Thu, 15 Nov 2007) | 1 line 2137 Changed paths: 2138 A /libcaca/trunk/ruby/t/tc_canvas.rb 2139 M /libcaca/trunk/ruby/test 896 2140 897 2141 * Add more tests for the ruby binding 898 899 ------------------------------------------------------------------------ 900 r1271 | pterjan | 2007-11-15 23:03:12 +0100 (Thu, 15 Nov 2007) | 2 lines 901 Changed paths: 902 M ruby/cucul-canvas.c 2142 ------------------------------------------------------------------------ 2143 r1964 | pterjan | 2007-11-15 22:03:12 +0000 (Thu, 15 Nov 2007) | 1 line 2144 Changed paths: 2145 M /libcaca/trunk/ruby/cucul-canvas.c 903 2146 904 2147 * Fix number of arguments for set_height 905 906 ------------------------------------------------------------------------ 907 r1270 | pterjan | 2007-11-15 22:06:30 +0100 (Thu, 15 Nov 2007) | 2 lines 908 Changed paths: 909 M ruby/Makefile.am 2148 ------------------------------------------------------------------------ 2149 r1963 | pterjan | 2007-11-15 21:06:30 +0000 (Thu, 15 Nov 2007) | 1 line 2150 Changed paths: 2151 M /libcaca/trunk/ruby/Makefile.am 910 2152 911 2153 * Add the ruby tests to make check 912 913 ------------------------------------------------------------------------ 914 r1269 | pterjan | 2007-11-15 13:33:29 +0100 (Thu, 15 Nov 2007) | 2 lines 915 Changed paths: 916 M configure.ac 2154 ------------------------------------------------------------------------ 2155 r1962 | pterjan | 2007-11-15 12:33:29 +0000 (Thu, 15 Nov 2007) | 1 line 2156 Changed paths: 2157 M /libcaca/trunk/configure.ac 917 2158 918 2159 * Use autotools for Ruby bindings (2nd part) 919 920 ------------------------------------------------------------------------ 921 r1268 | pterjan | 2007-11-15 13:27:40 +0100 (Thu, 15 Nov 2007) | 2 lines 922 Changed paths: 923 M ruby/Makefile.am 924 D ruby/caca/extconf.rb 925 A ruby/cucul-canvas.c 926 A ruby/cucul-canvas.h 927 A ruby/cucul.c 928 D ruby/cucul/cucul-canvas.c 929 D ruby/cucul/cucul-canvas.h 930 D ruby/cucul/cucul.c 931 D ruby/cucul/extconf.rb 932 D ruby/cucul/t/tc_frame.rb 933 D ruby/cucul/test.rb 934 A ruby/t/tc_frame.rb 935 A ruby/test 2160 ------------------------------------------------------------------------ 2161 r1961 | pterjan | 2007-11-15 12:27:40 +0000 (Thu, 15 Nov 2007) | 1 line 2162 Changed paths: 2163 M /libcaca/trunk/ruby/Makefile.am 2164 D /libcaca/trunk/ruby/caca 2165 D /libcaca/trunk/ruby/cucul/cucul-canvas.c 2166 D /libcaca/trunk/ruby/cucul/cucul-canvas.h 2167 D /libcaca/trunk/ruby/cucul/cucul.c 2168 D /libcaca/trunk/ruby/cucul/extconf.rb 2169 D /libcaca/trunk/ruby/cucul/t 2170 D /libcaca/trunk/ruby/cucul/test.rb 2171 A /libcaca/trunk/ruby/cucul-canvas.c (from /libcaca/trunk/ruby/cucul/cucul-canvas.c:1960) 2172 A /libcaca/trunk/ruby/cucul-canvas.h (from /libcaca/trunk/ruby/cucul/cucul-canvas.h:1960) 2173 A /libcaca/trunk/ruby/cucul.c (from /libcaca/trunk/ruby/cucul/cucul.c:1960) 2174 A /libcaca/trunk/ruby/t (from /libcaca/trunk/ruby/cucul/t:1959) 2175 A /libcaca/trunk/ruby/test 936 2176 937 2177 * Use autotools for Ruby bindings 938 939 ------------------------------------------------------------------------ 940 r1267 | pterjan | 2007-11-15 12:34:43 +0100 (Thu, 15 Nov 2007) | 2 lines 941 Changed paths: 942 M ruby/Makefile.am 943 M ruby/cucul/cucul-canvas.c 944 A ruby/cucul/cucul-canvas.h 945 M ruby/cucul/cucul.c 2178 ------------------------------------------------------------------------ 2179 r1960 | pterjan | 2007-11-15 11:34:43 +0000 (Thu, 15 Nov 2007) | 1 line 2180 Changed paths: 2181 M /libcaca/trunk/ruby/Makefile.am 2182 M /libcaca/trunk/ruby/cucul/cucul-canvas.c 2183 A /libcaca/trunk/ruby/cucul/cucul-canvas.h 2184 M /libcaca/trunk/ruby/cucul/cucul.c 946 2185 947 2186 * Fix some prototypes and use a header file for Init_cucul_canvas 948 949 ------------------------------------------------------------------------ 950 r1266 | sam | 2007-11-15 09:20:37 +0100 (Thu, 15 Nov 2007) | 2 lines 951 Changed paths: 952 M cxx/cucul++.h 2187 ------------------------------------------------------------------------ 2188 r1959 | sam | 2007-11-15 08:20:37 +0000 (Thu, 15 Nov 2007) | 2 lines 2189 Changed paths: 2190 M /libcaca/trunk/cxx/cucul++.h 953 2191 954 2192 * Make Charset class methods explicitly public. 955 2193 956 2194 ------------------------------------------------------------------------ 957 r1 265 | sam | 2007-11-15 09:20:17 +0100 (Thu, 15 Nov 2007) | 2 lines958 Changed paths: 959 M cxx/Makefile.am2195 r1958 | sam | 2007-11-15 08:20:17 +0000 (Thu, 15 Nov 2007) | 2 lines 2196 Changed paths: 2197 M /libcaca/trunk/cxx/Makefile.am 960 2198 961 2199 * Link libcaca++ with libcucul++, not only the C versions. 962 2200 963 2201 ------------------------------------------------------------------------ 964 r1 264 | sam | 2007-11-15 01:22:37 +0100 (Thu, 15 Nov 2007) | 3 lines965 Changed paths: 966 M ruby/Makefile.am2202 r1957 | sam | 2007-11-15 00:22:37 +0000 (Thu, 15 Nov 2007) | 3 lines 2203 Changed paths: 2204 M /libcaca/trunk/ruby/Makefile.am 967 2205 968 2206 * Do not run "make clean" in ruby/* subdirectories when the Makefiles do … … 970 2208 971 2209 ------------------------------------------------------------------------ 972 r1 261 | sam | 2007-11-14 00:55:07 +0100 (Wed, 14Nov 2007) | 2 lines973 Changed paths: 974 A DotNet/.gitignore975 D DotNet/Makefile976 A DotNet/Makefile.am977 M Makefile.am978 M configure.ac2210 r1954 | sam | 2007-11-13 23:55:07 +0000 (Tue, 13 Nov 2007) | 2 lines 2211 Changed paths: 2212 A /libcaca/trunk/DotNet/.gitignore 2213 D /libcaca/trunk/DotNet/Makefile 2214 A /libcaca/trunk/DotNet/Makefile.am 2215 M /libcaca/trunk/Makefile.am 2216 M /libcaca/trunk/configure.ac 979 2217 980 2218 * Autotoolified the .NET bindings. Use --enable-dotnet. 981 2219 982 2220 ------------------------------------------------------------------------ 983 r1 260 | sam | 2007-11-14 00:55:05 +0100 (Wed, 14Nov 2007) | 2 lines984 Changed paths: 985 M configure.ac2221 r1953 | sam | 2007-11-13 23:55:05 +0000 (Tue, 13 Nov 2007) | 2 lines 2222 Changed paths: 2223 M /libcaca/trunk/configure.ac 986 2224 987 2225 * Build Ruby and C++ bindings by default. 988 2226 989 2227 ------------------------------------------------------------------------ 990 r1 259 | sam | 2007-11-14 00:55:03 +0100 (Wed, 14Nov 2007) | 2 lines991 Changed paths: 992 M cxx/cucul++.cpp2228 r1952 | sam | 2007-11-13 23:55:03 +0000 (Tue, 13 Nov 2007) | 2 lines 2229 Changed paths: 2230 M /libcaca/trunk/cxx/cucul++.cpp 993 2231 994 2232 * Update C++ bindings after cucul_set_dither_mode() deprecation. 995 2233 996 2234 ------------------------------------------------------------------------ 997 r1 258 | sam | 2007-11-14 00:55:01 +0100 (Wed, 14Nov 2007) | 2 lines998 Changed paths: 999 M Makefile.am1000 M configure.ac1001 A ruby/.gitignore1002 D ruby/Makefile1003 A ruby/Makefile.am2235 r1951 | sam | 2007-11-13 23:55:01 +0000 (Tue, 13 Nov 2007) | 2 lines 2236 Changed paths: 2237 M /libcaca/trunk/Makefile.am 2238 M /libcaca/trunk/configure.ac 2239 A /libcaca/trunk/ruby/.gitignore 2240 D /libcaca/trunk/ruby/Makefile 2241 A /libcaca/trunk/ruby/Makefile.am 1004 2242 1005 2243 * Autotoolified the Ruby bindings. Use --enable-ruby. 1006 2244 1007 2245 ------------------------------------------------------------------------ 1008 r1 257 | sam | 2007-11-14 00:54:59 +0100 (Wed, 14Nov 2007) | 2 lines1009 Changed paths: 1010 M src/.gitignore2246 r1950 | sam | 2007-11-13 23:54:59 +0000 (Tue, 13 Nov 2007) | 2 lines 2247 Changed paths: 2248 M /libcaca/trunk/src/.gitignore 1011 2249 1012 2250 * Update .gitignore after img2irc -> img2txt change. 1013 2251 1014 2252 ------------------------------------------------------------------------ 1015 r1256 | pterjan | 2007-11-14 00:28:59 +0100 (Wed, 14 Nov 2007) | 2 lines 1016 Changed paths: 1017 A ruby/cucul/t/tc_frame.rb 1018 A ruby/cucul/test.rb 2253 r1949 | pterjan | 2007-11-13 23:28:59 +0000 (Tue, 13 Nov 2007) | 1 line 2254 Changed paths: 2255 A /libcaca/trunk/ruby/cucul/t 2256 A /libcaca/trunk/ruby/cucul/t/tc_frame.rb 2257 A /libcaca/trunk/ruby/cucul/test.rb 1019 2258 1020 2259 * Add a first test for Ruby binding 1021 1022 ------------------------------------------------------------------------ 1023 r1255 | pterjan | 2007-11-13 14:20:14 +0100 (Tue, 13 Nov 2007) | 2 lines 1024 Changed paths: 1025 M ruby/cucul/cucul-canvas.c 2260 ------------------------------------------------------------------------ 2261 r1948 | pterjan | 2007-11-13 13:20:14 +0000 (Tue, 13 Nov 2007) | 1 line 2262 Changed paths: 2263 M /libcaca/trunk/ruby/cucul/cucul-canvas.c 1026 2264 1027 2265 Improve Ruby API for draw_{,thin_}polyline and fix a leak on error 1028 1029 ------------------------------------------------------------------------ 1030 r1254 | pterjan | 2007-11-13 13:41:33 +0100 (Tue, 13 Nov 2007) | 2 lines 1031 Changed paths: 1032 M cucul/line.c 2266 ------------------------------------------------------------------------ 2267 r1947 | pterjan | 2007-11-13 12:41:33 +0000 (Tue, 13 Nov 2007) | 1 line 2268 Changed paths: 2269 M /libcaca/trunk/cucul/line.c 1033 2270 1034 2271 Fix a typo in the doc 1035 1036 ------------------------------------------------------------------------ 1037 r1253 | sam | 2007-11-13 12:19:00 +0100 (Tue, 13 Nov 2007) | 2 lines 1038 Changed paths: 1039 M doc/tutorial.dox 2272 ------------------------------------------------------------------------ 2273 r1946 | sam | 2007-11-13 11:19:00 +0000 (Tue, 13 Nov 2007) | 2 lines 2274 Changed paths: 2275 M /libcaca/trunk/doc/tutorial.dox 1040 2276 1041 2277 * Add error checking to the tutorial. 1042 2278 1043 2279 ------------------------------------------------------------------------ 1044 r1 252 | sam | 2007-11-13 12:18:59 +0100 (Tue, 13 Nov 2007) | 2 lines1045 Changed paths: 1046 M doc/tutorial.dox2280 r1945 | sam | 2007-11-13 11:18:59 +0000 (Tue, 13 Nov 2007) | 2 lines 2281 Changed paths: 2282 M /libcaca/trunk/doc/tutorial.dox 1047 2283 1048 2284 * Tutorial was generating a warning since the deprecation of cucul_putstr(). 1049 2285 1050 2286 ------------------------------------------------------------------------ 1051 r1251 | pterjan | 2007-11-13 12:03:25 +0100 (Tue, 13 Nov 2007) | 2 lines 1052 Changed paths: 1053 A ruby/Makefile 1054 A ruby/caca/extconf.rb 1055 A ruby/cucul/cucul-canvas.c 1056 A ruby/cucul/cucul.c 1057 A ruby/cucul/extconf.rb 2287 r1944 | pterjan | 2007-11-13 11:03:25 +0000 (Tue, 13 Nov 2007) | 1 line 2288 Changed paths: 2289 A /libcaca/trunk/ruby 2290 A /libcaca/trunk/ruby/Makefile 2291 A /libcaca/trunk/ruby/caca 2292 A /libcaca/trunk/ruby/caca/extconf.rb 2293 A /libcaca/trunk/ruby/cucul 2294 A /libcaca/trunk/ruby/cucul/cucul-canvas.c 2295 A /libcaca/trunk/ruby/cucul/cucul.c 2296 A /libcaca/trunk/ruby/cucul/extconf.rb 1058 2297 1059 2298 Import Ruby binding 1060 1061 ------------------------------------------------------------------------ 1062 r1226 | jylam | 2007-11-07 11:29:02 +0100 (Wed, 07 Nov 2007) | 3 lines 1063 Changed paths: 1064 M doc/img2txt.1 1065 M src/img2txt.c 1066 1067 * Added switch to control output font size, and updated documentation 2299 ------------------------------------------------------------------------ 2300 r1919 | jylam | 2007-11-07 10:29:02 +0000 (Wed, 07 Nov 2007) | 3 lines 2301 Changed paths: 2302 M /libcaca/trunk/doc/img2txt.1 2303 M /libcaca/trunk/src/img2txt.c 2304 2305 * Added switch to control output font size, and updated documentation 1068 2306 accordingly 1069 2307 1070 2308 ------------------------------------------------------------------------ 1071 r1 225 | jylam | 2007-11-07 11:07:04 +0100 (Wed, 07 Nov 2007) | 2 lines1072 Changed paths: 1073 M doc/img2txt.11074 1075 * Updated man page for --version 1076 1077 ------------------------------------------------------------------------ 1078 r1 224 | jylam | 2007-11-07 11:03:50 +0100 (Wed, 07 Nov 2007) | 2 lines1079 Changed paths: 1080 M src/img2txt.c2309 r1918 | jylam | 2007-11-07 10:07:04 +0000 (Wed, 07 Nov 2007) | 2 lines 2310 Changed paths: 2311 M /libcaca/trunk/doc/img2txt.1 2312 2313 * Updated man page for --version 2314 2315 ------------------------------------------------------------------------ 2316 r1917 | jylam | 2007-11-07 10:03:50 +0000 (Wed, 07 Nov 2007) | 2 lines 2317 Changed paths: 2318 M /libcaca/trunk/src/img2txt.c 1081 2319 1082 2320 * Added version switch 1083 2321 1084 2322 ------------------------------------------------------------------------ 1085 r1 223 | jylam | 2007-11-07 10:44:26 +0100 (Wed, 07 Nov 2007) | 2 lines1086 Changed paths: 1087 M doc/Makefile.am1088 M doc/cacaview.11089 M src/img2txt.c2323 r1916 | jylam | 2007-11-07 09:44:26 +0000 (Wed, 07 Nov 2007) | 2 lines 2324 Changed paths: 2325 M /libcaca/trunk/doc/Makefile.am 2326 M /libcaca/trunk/doc/cacaview.1 2327 M /libcaca/trunk/src/img2txt.c 1090 2328 1091 2329 * Updated documentation to reflect img2irc name change, fixed typo in img2txt help 1092 2330 1093 2331 ------------------------------------------------------------------------ 1094 r1 222 | jylam | 2007-11-07 10:27:43 +0100 (Wed, 07 Nov 2007) | 2 lines1095 Changed paths: 1096 D doc/img2irc.11097 A doc/img2txt.12332 r1915 | jylam | 2007-11-07 09:27:43 +0000 (Wed, 07 Nov 2007) | 2 lines 2333 Changed paths: 2334 D /libcaca/trunk/doc/img2irc.1 2335 A /libcaca/trunk/doc/img2txt.1 (from /libcaca/trunk/doc/img2irc.1:1899) 1098 2336 1099 2337 * Updated img2txt man page 1100 2338 1101 2339 ------------------------------------------------------------------------ 1102 r1 221 | sam | 2007-11-07 02:09:20 +0100 (Wed, 07 Nov 2007) | 2 lines1103 Changed paths: 1104 M src/cacaserver.c2340 r1914 | sam | 2007-11-07 01:09:20 +0000 (Wed, 07 Nov 2007) | 2 lines 2341 Changed paths: 2342 M /libcaca/trunk/src/cacaserver.c 1105 2343 1106 2344 * Always include <netinet/in.h> when present, to make header simpler. 1107 2345 1108 2346 ------------------------------------------------------------------------ 1109 r1 220 | sam | 2007-11-07 02:09:16 +0100 (Wed, 07 Nov 2007) | 2 lines1110 Changed paths: 1111 M src/cacaserver.c2347 r1913 | sam | 2007-11-07 01:09:16 +0000 (Wed, 07 Nov 2007) | 2 lines 2348 Changed paths: 2349 M /libcaca/trunk/src/cacaserver.c 1112 2350 1113 2351 * cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier. 1114 2352 1115 2353 ------------------------------------------------------------------------ 1116 r1 219 | sam | 2007-11-07 02:09:13 +0100 (Wed, 07 Nov 2007) | 3 lines1117 Changed paths: 1118 M configure.ac2354 r1912 | sam | 2007-11-07 01:09:13 +0000 (Wed, 07 Nov 2007) | 3 lines 2355 Changed paths: 2356 M /libcaca/trunk/configure.ac 1119 2357 1120 2358 * Use kpsewhich to find a4.sty and a4wide.sty, as suggested by … … 1122 2360 1123 2361 ------------------------------------------------------------------------ 1124 r1 218 | jylam | 2007-11-06 17:12:33 +0100 (Tue, 06 Nov 2007) | 2 lines1125 Changed paths: 1126 M src/img2txt.c2362 r1911 | jylam | 2007-11-06 16:12:33 +0000 (Tue, 06 Nov 2007) | 2 lines 2363 Changed paths: 2364 M /libcaca/trunk/src/img2txt.c 1127 2365 1128 2366 * Fixed typo in help 1129 2367 1130 2368 ------------------------------------------------------------------------ 1131 r1 217 | jylam | 2007-11-06 17:07:03 +0100 (Tue, 06 Nov 2007) | 2 lines1132 Changed paths: 1133 M src/img2txt.c2369 r1910 | jylam | 2007-11-06 16:07:03 +0000 (Tue, 06 Nov 2007) | 2 lines 2370 Changed paths: 2371 M /libcaca/trunk/src/img2txt.c 1134 2372 1135 2373 * Added imlib2 note on builds without it 1136 2374 1137 2375 ------------------------------------------------------------------------ 1138 r1 216 | jylam | 2007-11-06 15:09:07 +0100 (Tue, 06 Nov 2007) | 2 lines1139 Changed paths: 1140 M src/img2txt.c2376 r1909 | jylam | 2007-11-06 14:09:07 +0000 (Tue, 06 Nov 2007) | 2 lines 2377 Changed paths: 2378 M /libcaca/trunk/src/img2txt.c 1141 2379 1142 2380 * Added brightness / contrast / gamma support 1143 2381 1144 2382 ------------------------------------------------------------------------ 1145 r1 215 | jylam | 2007-11-06 14:51:36 +0100 (Tue, 06 Nov 2007) | 2 lines1146 Changed paths: 1147 M src/img2txt.c2383 r1908 | jylam | 2007-11-06 13:51:36 +0000 (Tue, 06 Nov 2007) | 2 lines 2384 Changed paths: 2385 M /libcaca/trunk/src/img2txt.c 1148 2386 1149 2387 * Fixed bad file error handling, made dither and export errors more informative on program name 1150 2388 1151 2389 ------------------------------------------------------------------------ 1152 r1 214 | jylam | 2007-11-06 14:49:19 +0100 (Tue, 06 Nov 2007) | 2 lines1153 Changed paths: 1154 M src/img2txt.c2390 r1907 | jylam | 2007-11-06 13:49:19 +0000 (Tue, 06 Nov 2007) | 2 lines 2391 Changed paths: 2392 M /libcaca/trunk/src/img2txt.c 1155 2393 1156 2394 * Added dither error handling 1157 2395 1158 2396 ------------------------------------------------------------------------ 1159 r1 213 | jylam | 2007-11-06 14:45:18 +0100 (Tue, 06 Nov 2007) | 2 lines1160 Changed paths: 1161 M src/img2txt.c2397 r1906 | jylam | 2007-11-06 13:45:18 +0000 (Tue, 06 Nov 2007) | 2 lines 2398 Changed paths: 2399 M /libcaca/trunk/src/img2txt.c 1162 2400 1163 2401 * Added --dither option and updated usage() 1164 2402 1165 2403 ------------------------------------------------------------------------ 1166 r1 212 | jylam | 2007-11-06 14:19:23 +0100 (Tue, 06 Nov 2007) | 2 lines1167 Changed paths: 1168 M src/mygetopt.c2404 r1905 | jylam | 2007-11-06 13:19:23 +0000 (Tue, 06 Nov 2007) | 2 lines 2405 Changed paths: 2406 M /libcaca/trunk/src/mygetopt.c 1169 2407 1170 2408 * WTF is a typedef missing ? 1171 2409 1172 2410 ------------------------------------------------------------------------ 1173 r1 211 | jylam | 2007-11-06 14:13:14 +0100 (Tue, 06 Nov 2007) | 2 lines1174 Changed paths: 1175 M src/mygetopt.c2411 r1904 | jylam | 2007-11-06 13:13:14 +0000 (Tue, 06 Nov 2007) | 2 lines 2412 Changed paths: 2413 M /libcaca/trunk/src/mygetopt.c 1176 2414 1177 2415 * Quick and Dirty hack for DOS ans kernel drivers 1178 2416 1179 2417 ------------------------------------------------------------------------ 1180 r1 210 | jylam | 2007-11-06 13:59:54 +0100 (Tue, 06 Nov 2007) | 2 lines1181 Changed paths: 1182 A src/mygetopt.c1183 A src/mygetopt.h2418 r1903 | jylam | 2007-11-06 12:59:54 +0000 (Tue, 06 Nov 2007) | 2 lines 2419 Changed paths: 2420 A /libcaca/trunk/src/mygetopt.c 2421 A /libcaca/trunk/src/mygetopt.h 1184 2422 1185 2423 * Oops, forgot to add getopt replacement files, omg. 1186 2424 1187 2425 ------------------------------------------------------------------------ 1188 r1 209 | jylam | 2007-11-06 13:57:46 +0100 (Tue, 06 Nov 2007) | 2 lines1189 Changed paths: 1190 M src/img2txt.c2426 r1902 | jylam | 2007-11-06 12:57:46 +0000 (Tue, 06 Nov 2007) | 2 lines 2427 Changed paths: 2428 M /libcaca/trunk/src/img2txt.c 1191 2429 1192 2430 * Replaced img2irc / pic2irc occurences, fixed bad c/c in options list 1193 2431 1194 2432 ------------------------------------------------------------------------ 1195 r1 208 | jylam | 2007-11-06 13:55:26 +0100 (Tue, 06 Nov 2007) | 2 lines1196 Changed paths: 1197 M src/Makefile.am1198 D src/img2irc.c1199 A src/img2txt.c2433 r1901 | jylam | 2007-11-06 12:55:26 +0000 (Tue, 06 Nov 2007) | 2 lines 2434 Changed paths: 2435 M /libcaca/trunk/src/Makefile.am 2436 D /libcaca/trunk/src/img2irc.c 2437 A /libcaca/trunk/src/img2txt.c (from /libcaca/trunk/src/img2irc.c:1900) 1200 2438 1201 2439 * Renamed img2irc to a more generic img2txt 1202 2440 1203 2441 ------------------------------------------------------------------------ 1204 r1 207 | jylam | 2007-11-06 13:53:52 +0100 (Tue, 06 Nov 2007) | 2 lines1205 Changed paths: 1206 M src/Makefile.am1207 M src/img2irc.c2442 r1900 | jylam | 2007-11-06 12:53:52 +0000 (Tue, 06 Nov 2007) | 2 lines 2443 Changed paths: 2444 M /libcaca/trunk/src/Makefile.am 2445 M /libcaca/trunk/src/img2irc.c 1208 2446 1209 2447 * Added getopt / mygetopt support to img2irc, and added options to control width, height, and format 1210 2448 1211 2449 ------------------------------------------------------------------------ 1212 r1 191 | sam | 2007-11-04 19:37:38 +0100 (Sun, 04 Nov 2007) | 2 lines1213 Changed paths: 1214 M src/cacademo.c2450 r1884 | sam | 2007-11-04 18:37:38 +0000 (Sun, 04 Nov 2007) | 2 lines 2451 Changed paths: 2452 M /libcaca/trunk/src/cacademo.c 1215 2453 1216 2454 * New transition effects: horizontal and vertical lines. 1217 2455 1218 2456 ------------------------------------------------------------------------ 1219 r1 189 | sam | 2007-11-04 13:00:03 +0100 (Sun, 04 Nov 2007) | 2 lines1220 Changed paths: 1221 M caca/caca0.c1222 M src/cacaview.c2457 r1882 | sam | 2007-11-04 12:00:03 +0000 (Sun, 04 Nov 2007) | 2 lines 2458 Changed paths: 2459 M /libcaca/trunk/caca/caca0.c 2460 M /libcaca/trunk/src/cacaview.c 1223 2461 1224 2462 * Updated libcaca and cacaview after the API changes. 1225 2463 1226 2464 ------------------------------------------------------------------------ 1227 r1 188 | sam | 2007-11-04 13:00:00 +0100 (Sun, 04 Nov 2007) | 3 lines1228 Changed paths: 1229 M cucul/cucul.h1230 M cucul/dither.c1231 M cucul/legacy.c2465 r1881 | sam | 2007-11-04 12:00:00 +0000 (Sun, 04 Nov 2007) | 3 lines 2466 Changed paths: 2467 M /libcaca/trunk/cucul/cucul.h 2468 M /libcaca/trunk/cucul/dither.c 2469 M /libcaca/trunk/cucul/legacy.c 1232 2470 1233 2471 * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s … … 1235 2473 1236 2474 ------------------------------------------------------------------------ 1237 r1 187 | sam | 2007-11-04 12:59:57 +0100 (Sun, 04 Nov 2007) | 2 lines1238 Changed paths: 1239 M cucul/cucul.h1240 M cucul/dither.c2475 r1880 | sam | 2007-11-04 11:59:57 +0000 (Sun, 04 Nov 2007) | 2 lines 2476 Changed paths: 2477 M /libcaca/trunk/cucul/cucul.h 2478 M /libcaca/trunk/cucul/dither.c 1241 2479 1242 2480 * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). 1243 2481 1244 2482 ------------------------------------------------------------------------ 1245 r1 186 | sam | 2007-11-04 12:59:54 +0100 (Sun, 04 Nov 2007) | 3 lines1246 Changed paths: 1247 M AUTHORS1248 M NEWS1249 M THANKS1250 M TODO1251 M caca/caca.h1252 M cucul/cucul.h1253 M doc/canvas.dox1254 M doc/font.dox1255 M doc/libcaca.dox1256 M doc/migrating.dox1257 M doc/style.dox1258 M doc/tutorial.dox1259 M doc/user.dox2483 r1879 | sam | 2007-11-04 11:59:54 +0000 (Sun, 04 Nov 2007) | 3 lines 2484 Changed paths: 2485 M /libcaca/trunk/AUTHORS 2486 M /libcaca/trunk/NEWS 2487 M /libcaca/trunk/THANKS 2488 M /libcaca/trunk/TODO 2489 M /libcaca/trunk/caca/caca.h 2490 M /libcaca/trunk/cucul/cucul.h 2491 M /libcaca/trunk/doc/canvas.dox 2492 M /libcaca/trunk/doc/font.dox 2493 M /libcaca/trunk/doc/libcaca.dox 2494 M /libcaca/trunk/doc/migrating.dox 2495 M /libcaca/trunk/doc/style.dox 2496 M /libcaca/trunk/doc/tutorial.dox 2497 M /libcaca/trunk/doc/user.dox 1260 2498 1261 2499 * Renamed doxygen sections here and there to avoid embarassing side-effects … … 1263 2501 1264 2502 ------------------------------------------------------------------------ 1265 r1 185 | sam | 2007-11-04 12:59:47 +0100 (Sun, 04 Nov 2007) | 3 lines1266 Changed paths: 1267 M Makefile.am1268 M cucul/Makefile.am1269 M cucul/font.c1270 D cucul/font_mono9.h1271 D cucul/font_monobold12.h1272 A cucul/mono9.data1273 A cucul/monobold12.data2503 r1878 | sam | 2007-11-04 11:59:47 +0000 (Sun, 04 Nov 2007) | 3 lines 2504 Changed paths: 2505 M /libcaca/trunk/Makefile.am 2506 M /libcaca/trunk/cucul/Makefile.am 2507 M /libcaca/trunk/cucul/font.c 2508 D /libcaca/trunk/cucul/font_mono9.h 2509 D /libcaca/trunk/cucul/font_monobold12.h 2510 A /libcaca/trunk/cucul/mono9.data (from /libcaca/trunk/cucul/font_mono9.h:1877) 2511 A /libcaca/trunk/cucul/monobold12.data (from /libcaca/trunk/cucul/font_monobold12.h:1877) 1274 2512 1275 2513 * Renamed fonts to *.data to make sure they are not mistaken for editable … … 1277 2515 1278 2516 ------------------------------------------------------------------------ 1279 r1 184 | sam | 2007-11-04 11:41:07 +0100 (Sun, 04 Nov 2007) | 2 lines1280 Changed paths: 1281 M cucul/cucul.h1282 M cucul/dither.c2517 r1877 | sam | 2007-11-04 10:41:07 +0000 (Sun, 04 Nov 2007) | 2 lines 2518 Changed paths: 2519 M /libcaca/trunk/cucul/cucul.h 2520 M /libcaca/trunk/cucul/dither.c 1283 2521 1284 2522 * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). 1285 2523 1286 2524 ------------------------------------------------------------------------ 1287 r1 183 | sam | 2007-11-04 10:56:40 +0100 (Sun, 04 Nov 2007) | 3 lines1288 Changed paths: 1289 M cucul/dither.c2525 r1876 | sam | 2007-11-04 09:56:40 +0000 (Sun, 04 Nov 2007) | 3 lines 2526 Changed paths: 2527 M /libcaca/trunk/cucul/dither.c 1290 2528 1291 2529 * cucul_get_dither_brightness() is no longer a stub. … … 1293 2531 1294 2532 ------------------------------------------------------------------------ 1295 r1 182 | sam | 2007-11-04 10:56:37 +0100 (Sun, 04 Nov 2007) | 2 lines1296 Changed paths: 1297 M cxx/cucul++.cpp1298 M cxx/cucul++.h1299 M test/demo.c2533 r1875 | sam | 2007-11-04 09:56:37 +0000 (Sun, 04 Nov 2007) | 2 lines 2534 Changed paths: 2535 M /libcaca/trunk/cxx/cucul++.cpp 2536 M /libcaca/trunk/cxx/cucul++.h 2537 M /libcaca/trunk/test/demo.c 1300 2538 1301 2539 * Removed calls to now deprecated cucul_set_dither_invert(). 1302 2540 1303 2541 ------------------------------------------------------------------------ 1304 r1181 | sam | 2007-11-04 10:30:15 +0100 (Sun, 04 Nov 2007) | 2 lines 2542 r1874 | sam | 2007-11-04 09:30:15 +0000 (Sun, 04 Nov 2007) | 2 lines 2543 Changed paths: 2544 M /libcaca/trunk 1305 2545 1306 2546 * Ignore the autotools/ directory. 1307 2547 1308 2548 ------------------------------------------------------------------------ 1309 r1 180 | sam | 2007-11-04 10:29:07 +0100 (Sun, 04 Nov 2007) | 2 lines1310 Changed paths: 1311 A .gitignore1312 A cxx/.gitignore1313 A doc/.gitignore1314 A src/.gitignore1315 A test/.gitignore1316 A tools/.gitignore2549 r1873 | sam | 2007-11-04 09:29:07 +0000 (Sun, 04 Nov 2007) | 2 lines 2550 Changed paths: 2551 A /libcaca/trunk/.gitignore 2552 A /libcaca/trunk/cxx/.gitignore 2553 A /libcaca/trunk/doc/.gitignore 2554 A /libcaca/trunk/src/.gitignore 2555 A /libcaca/trunk/test/.gitignore 2556 A /libcaca/trunk/tools/.gitignore 1317 2557 1318 2558 * Added .gitignore files in addition to svn:ignore properties. 1319 2559 1320 2560 ------------------------------------------------------------------------ 1321 r1 179 | sam | 2007-11-04 09:45:47 +0100 (Sun, 04 Nov 2007) | 2 lines1322 Changed paths: 1323 M Makefile.am1324 D autotools/Makefile.am1325 M configure.ac2561 r1872 | sam | 2007-11-04 08:45:47 +0000 (Sun, 04 Nov 2007) | 2 lines 2562 Changed paths: 2563 M /libcaca/trunk/Makefile.am 2564 D /libcaca/trunk/autotools 2565 M /libcaca/trunk/configure.ac 1326 2566 1327 2567 * Don’t manage autotools/ with SVN. 1328 2568 1329 2569 ------------------------------------------------------------------------ 1330 r1 178 | sam | 2007-11-04 00:27:54 +0100 (Sun, 04Nov 2007) | 3 lines1331 Changed paths: 1332 M tools/sortchars.c2570 r1871 | sam | 2007-11-03 23:27:54 +0000 (Sat, 03 Nov 2007) | 3 lines 2571 Changed paths: 2572 M /libcaca/trunk/tools/sortchars.c 1333 2573 1334 2574 * Add a lookback table in the output. Will be handy later. … … 1336 2576 1337 2577 ------------------------------------------------------------------------ 1338 r1 177 | sam | 2007-11-03 23:59:53 +0100 (Sat, 03 Nov 2007) | 5 lines1339 Changed paths: 1340 M cucul/cucul.h1341 M cucul/dither.c1342 M cucul/legacy.c2578 r1870 | sam | 2007-11-03 22:59:53 +0000 (Sat, 03 Nov 2007) | 5 lines 2579 Changed paths: 2580 M /libcaca/trunk/cucul/cucul.h 2581 M /libcaca/trunk/cucul/dither.c 2582 M /libcaca/trunk/cucul/legacy.c 1343 2583 1344 2584 * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no … … 1348 2588 1349 2589 ------------------------------------------------------------------------ 1350 r1 176 | sam | 2007-11-03 13:59:42 +0100 (Sat, 03 Nov 2007) | 2 lines1351 Changed paths: 1352 M bootstrap2590 r1869 | sam | 2007-11-03 12:59:42 +0000 (Sat, 03 Nov 2007) | 2 lines 2591 Changed paths: 2592 M /libcaca/trunk/bootstrap 1353 2593 1354 2594 * Crap, typo in bootstrap script. 1355 2595 1356 2596 ------------------------------------------------------------------------ 1357 r1 175 | sam | 2007-11-03 13:58:05 +0100 (Sat, 03 Nov 2007) | 2 lines1358 Changed paths: 1359 M bootstrap2597 r1868 | sam | 2007-11-03 12:58:05 +0000 (Sat, 03 Nov 2007) | 2 lines 2598 Changed paths: 2599 M /libcaca/trunk/bootstrap 1360 2600 1361 2601 * Updated bootstrap script. 1362 2602 1363 2603 ------------------------------------------------------------------------ 1364 r1 174 | sam | 2007-10-28 11:27:01 +0100 (Sun, 28 Oct 2007) | 2 lines1365 Changed paths: 1366 M cucul/cucul.h2604 r1853 | sam | 2007-10-28 10:27:01 +0000 (Sun, 28 Oct 2007) | 2 lines 2605 Changed paths: 2606 M /libcaca/trunk/cucul/cucul.h 1367 2607 1368 2608 * Only use __attribute__((__deprecated__)) with gcc >= 3.x. 1369 2609 1370 2610 ------------------------------------------------------------------------ 1371 r1 173 | sam | 2007-10-28 11:23:59 +0100 (Sun, 28 Oct 2007) | 3 lines1372 Changed paths: 1373 M test/font.c2611 r1852 | sam | 2007-10-28 10:23:59 +0000 (Sun, 28 Oct 2007) | 3 lines 2612 Changed paths: 2613 M /libcaca/trunk/test/font.c 1374 2614 1375 2615 * C89 compilation fix for machines that do not have <endian.h>, thanks to … … 1377 2617 1378 2618 ------------------------------------------------------------------------ 1379 r1 172 | sam | 2007-10-28 11:20:11 +0100 (Sun, 28 Oct 2007) | 3 lines1380 Changed paths: 1381 M caca/driver_ncurses.c1382 M configure.ac2619 r1851 | sam | 2007-10-28 10:20:11 +0000 (Sun, 28 Oct 2007) | 3 lines 2620 Changed paths: 2621 M /libcaca/trunk/caca/driver_ncurses.c 2622 M /libcaca/trunk/configure.ac 1383 2623 1384 2624 * When present, include <termios.h> and <unistd.h> to allow the ncurses … … 1386 2626 1387 2627 ------------------------------------------------------------------------ 1388 r1 163 | sam | 2007-10-24 01:02:40 +0200 (Wed, 24 Oct 2007) | 23lines1389 Changed paths: 1390 M tools/sortchars.c2628 r1842 | sam | 2007-10-23 23:02:40 +0000 (Tue, 23 Oct 2007) | 24 lines 2629 Changed paths: 2630 M /libcaca/trunk/tools/sortchars.c 1391 2631 1392 2632 * Improved distance computation in sortchars.c. … … 1394 2634 * Print a bitmapped example at the end. 1395 2635 1396 _pBBBBPP"' '7PBBBBBL 1397 _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_ 2636 _pBBBBPP"' '7PBBBBBL 2637 _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_ 1398 2638 _BBBB" _@BBBBBPPPPPPPP%BBBBBpL %BBBb 1399 2639 BBB" _@BBBP"' ____ 'PBBBBp %BB 1400 2640 BB @BBBP __iIIIIIIIIIiL '%BBBL 7B 1401 2641 P BBBP _IIII**''''"*lIIIi_ 7BBBb 7 1402 BBBP III/' ,,:::, "IIIi BBBb 1403 JBBB III" ,!!!!!!!!:, lIIi 7BBB 1404 BBBL JIII ,!!"' '!!! III BBBL 1405 BBBL lIII "!!, !!! IIIL BBBP 1406 BBBL III !!!::::!!!" JIII BBBL 1407 JBBB lIIIL '"!!!!""' iIII @BBB 1408 L 3BBBL "lIIIi_ __iIII/ @BBB 2642 BBBP III/' ,,:::, "IIIi BBBb 2643 JBBB III" ,!!!!!!!!:, lIIi 7BBB 2644 BBBL JIII ,!!"' '!!! III BBBL 2645 BBBL lIII "!!, !!! IIIL BBBP 2646 BBBL III !!!::::!!!" JIII BBBL 2647 JBBB lIIIL '"!!!!""' iIII @BBB 2648 L 3BBBL "lIIIi_ __iIII/ @BBB 1409 2649 BL 7BBBb '*IIIIIIIIIIII/" _@BBP @ 1410 2650 BBb %BBBb_ '"*****"' __BBBB" _BB 1411 2651 %BBBp 7BBBBbpL__ __ppBBBBP" _@BBB 1412 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP 1413 'PBBBBpL_ ''''PP"'''' _p@BBBBP 1414 1415 ------------------------------------------------------------------------ 1416 r1162 | sam | 2007-10-22 12:15:54 +0200 (Mon, 22 Oct 2007) | 2 lines 1417 Changed paths: 1418 M tools/sortchars.c 2652 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP 2653 'PBBBBpL_ ''''PP"'''' _p@BBBBP 2654 2655 2656 ------------------------------------------------------------------------ 2657 r1841 | sam | 2007-10-22 10:15:54 +0000 (Mon, 22 Oct 2007) | 2 lines 2658 Changed paths: 2659 M /libcaca/trunk/tools/sortchars.c 1419 2660 1420 2661 * Updates to sortchars.c so that it can output a proper LUT. 1421 2662 1422 2663 ------------------------------------------------------------------------ 1423 r1161 | sam | 2007-10-22 10:47:05 +0200 (Mon, 22 Oct 2007) | 3 lines 1424 Changed paths: 1425 M tools/Makefile.am 1426 A tools/sortchars.c 2664 r1840 | sam | 2007-10-22 08:47:05 +0000 (Mon, 22 Oct 2007) | 3 lines 2665 Changed paths: 2666 M /libcaca/trunk/tools 2667 M /libcaca/trunk/tools/Makefile.am 2668 A /libcaca/trunk/tools/sortchars.c 1427 2669 1428 2670 * Small tool to analyse character glyphs depending on their shape. Will be … … 1430 2672 1431 2673 ------------------------------------------------------------------------ 1432 r1 160 | sam | 2007-10-20 09:37:28 +0200 (Sat, 20 Oct 2007) | 2 lines1433 Changed paths: 1434 M caca/graphics.c2674 r1839 | sam | 2007-10-20 07:37:28 +0000 (Sat, 20 Oct 2007) | 2 lines 2675 Changed paths: 2676 M /libcaca/trunk/caca/graphics.c 1435 2677 1436 2678 * Documented which drivers support caca_set_cursor(). 1437 2679 1438 2680 ------------------------------------------------------------------------ 1439 r1 159 | sam | 2007-10-20 00:22:13 +0200 (Sat, 20Oct 2007) | 3 lines1440 Changed paths: 1441 M caca/driver_ncurses.c1442 M caca/driver_slang.c1443 M caca/driver_x11.c1444 M test/input.c2681 r1837 | sam | 2007-10-19 22:22:13 +0000 (Fri, 19 Oct 2007) | 3 lines 2682 Changed paths: 2683 M /libcaca/trunk/caca/driver_ncurses.c 2684 M /libcaca/trunk/caca/driver_slang.c 2685 M /libcaca/trunk/caca/driver_x11.c 2686 M /libcaca/trunk/test/input.c 1445 2687 1446 2688 * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers. … … 1448 2690 1449 2691 ------------------------------------------------------------------------ 1450 r1 158 | sam | 2007-10-19 00:07:39 +0200 (Fri, 19Oct 2007) | 2 lines1451 Changed paths: 1452 M src/cacaview.c2692 r1836 | sam | 2007-10-18 22:07:39 +0000 (Thu, 18 Oct 2007) | 2 lines 2693 Changed paths: 2694 M /libcaca/trunk/src/cacaview.c 1453 2695 1454 2696 * Fixed cacaview’s dithering selection. 1455 2697 1456 2698 ------------------------------------------------------------------------ 1457 r1 157 | sam | 2007-10-07 22:40:39 +0200 (Sun, 07 Oct 2007) | 2 lines1458 Changed paths: 1459 M doc/Makefile.am2699 r1835 | sam | 2007-10-07 20:40:39 +0000 (Sun, 07 Oct 2007) | 2 lines 2700 Changed paths: 2701 M /libcaca/trunk/doc/Makefile.am 1460 2702 1461 2703 * Output refman.log in case of build error. 1462 2704 1463 2705 ------------------------------------------------------------------------ 1464 r1 156 | sam | 2007-09-30 18:49:47 +0200 (Sun, 30 Sep 2007) | 2 lines1465 Changed paths: 1466 M cucul/dither.c2706 r1833 | sam | 2007-09-30 16:49:47 +0000 (Sun, 30 Sep 2007) | 2 lines 2707 Changed paths: 2708 M /libcaca/trunk/cucul/dither.c 1467 2709 1468 2710 * Save user attributes when calling cucul_dither_bitmap(). 1469 2711 1470 2712 ------------------------------------------------------------------------ 1471 r1 155 | sam | 2007-09-30 17:03:38 +0200 (Sun, 30 Sep 2007) | 3 lines1472 Changed paths: 1473 M bootstrap1474 M configure.ac2713 r1829 | sam | 2007-09-30 15:03:38 +0000 (Sun, 30 Sep 2007) | 3 lines 2714 Changed paths: 2715 M /libcaca/trunk/bootstrap 2716 M /libcaca/trunk/configure.ac 1475 2717 1476 2718 * Further refined the tetex/texlive detection method. … … 1478 2720 1479 2721 ------------------------------------------------------------------------ 1480 r1 154 | sam | 2007-09-30 16:44:46 +0200 (Sun, 30 Sep 2007) | 2 lines1481 Changed paths: 1482 M configure.ac2722 r1828 | sam | 2007-09-30 14:44:46 +0000 (Sun, 30 Sep 2007) | 2 lines 2723 Changed paths: 2724 M /libcaca/trunk/configure.ac 1483 2725 1484 2726 * Support Debian's texlive installation. Will sneak this fix in beta12. 1485 2727 1486 2728 ------------------------------------------------------------------------ 1487 r1 150 | sam | 2007-09-30 15:34:11 +0200 (Sun, 30 Sep 2007) | 3 lines1488 Changed paths: 1489 M ChangeLog1490 M NEWS1491 M configure.ac2729 r1824 | sam | 2007-09-30 13:34:11 +0000 (Sun, 30 Sep 2007) | 3 lines 2730 Changed paths: 2731 M /libcaca/trunk/ChangeLog 2732 M /libcaca/trunk/NEWS 2733 M /libcaca/trunk/configure.ac 1492 2734 1493 2735 * Set version to 0.99.beta11. … … 1495 2737 1496 2738 ------------------------------------------------------------------------ 1497 r1 149 | sam | 2007-09-30 15:32:16 +0200 (Sun, 30 Sep 2007) | 2 lines1498 Changed paths: 1499 M test/blit.c1500 M test/colors.c1501 M test/demo.c1502 M test/demo0.c1503 M test/dithering.c1504 M test/event.c2739 r1823 | sam | 2007-09-30 13:32:16 +0000 (Sun, 30 Sep 2007) | 2 lines 2740 Changed paths: 2741 M /libcaca/trunk/test/blit.c 2742 M /libcaca/trunk/test/colors.c 2743 M /libcaca/trunk/test/demo.c 2744 M /libcaca/trunk/test/demo0.c 2745 M /libcaca/trunk/test/dithering.c 2746 M /libcaca/trunk/test/event.c 1505 2747 1506 2748 * Minor tuning to the various tests, just so that they’re releasable. 1507 2749 1508 2750 ------------------------------------------------------------------------ 1509 r1 148 | sam | 2007-09-30 13:28:13 +0200 (Sun, 30 Sep 2007) | 2 lines1510 Changed paths: 1511 M cxx/cucul++.cpp2751 r1822 | sam | 2007-09-30 11:28:13 +0000 (Sun, 30 Sep 2007) | 2 lines 2752 Changed paths: 2753 M /libcaca/trunk/cxx/cucul++.cpp 1512 2754 1513 2755 * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). 1514 2756 1515 2757 ------------------------------------------------------------------------ 1516 r1 147 | sam | 2007-09-30 12:22:24 +0200 (Sun, 30 Sep 2007) | 2 lines1517 Changed paths: 1518 M cucul/transform.c2758 r1820 | sam | 2007-09-30 10:22:24 +0000 (Sun, 30 Sep 2007) | 2 lines 2759 Changed paths: 2760 M /libcaca/trunk/cucul/transform.c 1519 2761 1520 2762 * Added a few rotation pairs. Nothing awesome. 1521 2763 1522 2764 ------------------------------------------------------------------------ 1523 r1 146 | sam | 2007-09-30 12:12:19 +0200 (Sun, 30 Sep 2007) | 3 lines1524 Changed paths: 1525 M cucul/transform.c2765 r1819 | sam | 2007-09-30 10:12:19 +0000 (Sun, 30 Sep 2007) | 3 lines 2766 Changed paths: 2767 M /libcaca/trunk/cucul/transform.c 1526 2768 1527 2769 * Improve rotation output by avoiding white-on-black attributes to appear … … 1529 2771 1530 2772 ------------------------------------------------------------------------ 1531 r1 145 | sam | 2007-09-29 17:15:17 +0200 (Sat, 29 Sep 2007) | 4 lines1532 Changed paths: 1533 M cucul/transform.c2773 r1816 | sam | 2007-09-29 15:15:17 +0000 (Sat, 29 Sep 2007) | 4 lines 2774 Changed paths: 2775 M /libcaca/trunk/cucul/transform.c 1534 2776 1535 2777 * Allow to rotate canvases with an odd width. … … 1538 2780 1539 2781 ------------------------------------------------------------------------ 1540 r1 144 | sam | 2007-08-02 20:12:19 +0200 (Thu, 02 Aug 2007) | 2 lines1541 Changed paths: 1542 M cucul/transform.c2782 r1814 | sam | 2007-08-02 18:12:19 +0000 (Thu, 02 Aug 2007) | 2 lines 2783 Changed paths: 2784 M /libcaca/trunk/cucul/transform.c 1543 2785 1544 2786 * More widechar rotations. \/ > /\ < is cool. 1545 2787 1546 2788 ------------------------------------------------------------------------ 1547 r1 143 | sam | 2007-08-02 19:33:10 +0200 (Thu, 02 Aug 2007) | 2 lines1548 Changed paths: 1549 M cucul/cucul.c2789 r1813 | sam | 2007-08-02 17:33:10 +0000 (Thu, 02 Aug 2007) | 2 lines 2790 Changed paths: 2791 M /libcaca/trunk/cucul/cucul.c 1550 2792 1551 2793 * Reset cursor position after a resize. Not sure it’s what I want. 1552 2794 1553 2795 ------------------------------------------------------------------------ 1554 r1 142 | sam | 2007-08-02 18:38:31 +0200 (Thu, 02 Aug 2007) | 2 lines1555 Changed paths: 1556 M cucul/transform.c2796 r1812 | sam | 2007-08-02 16:38:31 +0000 (Thu, 02 Aug 2007) | 2 lines 2797 Changed paths: 2798 M /libcaca/trunk/cucul/transform.c 1557 2799 1558 2800 * More widechar rotation pairs. 1559 2801 1560 2802 ------------------------------------------------------------------------ 1561 r1 141 | sam | 2007-07-17 22:46:18 +0200 (Tue, 17 Jul 2007) | 4 lines1562 Changed paths: 1563 M cucul/cucul.h1564 M cucul/transform.c1565 M test/text.c2803 r1809 | sam | 2007-07-17 20:46:18 +0000 (Tue, 17 Jul 2007) | 4 lines 2804 Changed paths: 2805 M /libcaca/trunk/cucul/cucul.h 2806 M /libcaca/trunk/cucul/transform.c 2807 M /libcaca/trunk/test/text.c 1566 2808 1567 2809 * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to … … 1570 2812 1571 2813 ------------------------------------------------------------------------ 1572 r1 140 | sam | 2007-07-17 19:20:11 +0200 (Tue, 17 Jul 2007) | 3 lines1573 Changed paths: 1574 M cucul/transform.c1575 M test/text.c2814 r1808 | sam | 2007-07-17 17:20:11 +0000 (Tue, 17 Jul 2007) | 3 lines 2815 Changed paths: 2816 M /libcaca/trunk/cucul/transform.c 2817 M /libcaca/trunk/test/text.c 1576 2818 1577 2819 * More characters for the wide rotations. … … 1579 2821 1580 2822 ------------------------------------------------------------------------ 1581 r1 139 | sam | 2007-07-17 17:22:34 +0200 (Tue, 17 Jul 2007) | 2 lines1582 Changed paths: 1583 M cucul/transform.c2823 r1807 | sam | 2007-07-17 15:22:34 +0000 (Tue, 17 Jul 2007) | 2 lines 2824 Changed paths: 2825 M /libcaca/trunk/cucul/transform.c 1584 2826 1585 2827 * Use j/ḷ and l/ȷ pairs in glyph rotation. 1586 2828 1587 2829 ------------------------------------------------------------------------ 1588 r1 138 | sam | 2007-07-17 01:51:49 +0200 (Tue, 17Jul 2007) | 2 lines1589 Changed paths: 1590 M test/input.c2830 r1806 | sam | 2007-07-16 23:51:49 +0000 (Mon, 16 Jul 2007) | 2 lines 2831 Changed paths: 2832 M /libcaca/trunk/test/input.c 1591 2833 1592 2834 * minor warning fix 1593 2835 1594 2836 ------------------------------------------------------------------------ 1595 r1 137 | sam | 2007-07-10 19:02:46 +0200 (Tue, 10 Jul 2007) | 3 lines1596 Changed paths: 1597 M cucul/cucul.h1598 M cucul/transform.c1599 M test/text.c2837 r1805 | sam | 2007-07-10 17:02:46 +0000 (Tue, 10 Jul 2007) | 3 lines 2838 Changed paths: 2839 M /libcaca/trunk/cucul/cucul.h 2840 M /libcaca/trunk/cucul/transform.c 2841 M /libcaca/trunk/test/text.c 1600 2842 1601 2843 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They … … 1603 2845 1604 2846 ------------------------------------------------------------------------ 1605 r1 136 | sam | 2007-07-09 19:24:28 +0200 (Mon, 09 Jul 2007) | 2 lines1606 Changed paths: 1607 M COPYING2847 r1795 | sam | 2007-07-09 17:24:28 +0000 (Mon, 09 Jul 2007) | 2 lines 2848 Changed paths: 2849 M /libcaca/trunk/COPYING 1608 2850 1609 2851 * Fixed address in license. 1610 2852 1611 2853 ------------------------------------------------------------------------ 1612 r1 135 | sam | 2007-06-28 18:29:00 +0200 (Thu, 28 Jun 2007) | 5 lines1613 Changed paths: 1614 M cucul/cucul.h1615 M cucul/legacy.c1616 M cucul/transform.c1617 M test/text.c1618 M test/transform.c2854 r1788 | sam | 2007-06-28 16:29:00 +0000 (Thu, 28 Jun 2007) | 5 lines 2855 Changed paths: 2856 M /libcaca/trunk/cucul/cucul.h 2857 M /libcaca/trunk/cucul/legacy.c 2858 M /libcaca/trunk/cucul/transform.c 2859 M /libcaca/trunk/test/text.c 2860 M /libcaca/trunk/test/transform.c 1619 2861 1620 2862 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. … … 1624 2866 1625 2867 ------------------------------------------------------------------------ 1626 r1 134 | sam | 2007-06-28 17:57:25 +0200 (Thu, 28 Jun 2007) | 2 lines1627 Changed paths: 1628 M test/text.c2868 r1787 | sam | 2007-06-28 15:57:25 +0000 (Thu, 28 Jun 2007) | 2 lines 2869 Changed paths: 2870 M /libcaca/trunk/test/text.c 1629 2871 1630 2872 * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. 1631 2873 1632 2874 ------------------------------------------------------------------------ 1633 r1 133 | sam | 2007-06-28 17:56:59 +0200 (Thu, 28 Jun 2007) | 2 lines1634 Changed paths: 1635 M cucul/cucul.h1636 M cucul/transform.c2875 r1786 | sam | 2007-06-28 15:56:59 +0000 (Thu, 28 Jun 2007) | 2 lines 2876 Changed paths: 2877 M /libcaca/trunk/cucul/cucul.h 2878 M /libcaca/trunk/cucul/transform.c 1637 2879 1638 2880 * Implemented cucul_left() and cucul_right() for 90-degree rotations. 1639 2881 1640 2882 ------------------------------------------------------------------------ 1641 r1 132 | sam | 2007-06-28 14:58:17 +0200 (Thu, 28 Jun 2007) | 3 lines1642 Changed paths: 1643 M caca/driver_ncurses.c2883 r1785 | sam | 2007-06-28 12:58:17 +0000 (Thu, 28 Jun 2007) | 3 lines 2884 Changed paths: 2885 M /libcaca/trunk/caca/driver_ncurses.c 1644 2886 1645 2887 * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses … … 1647 2889 1648 2890 ------------------------------------------------------------------------ 1649 r1 131 | sam | 2007-06-28 14:56:40 +0200 (Thu, 28 Jun 2007) | 3 lines1650 Changed paths: 1651 M cucul/import.c2891 r1784 | sam | 2007-06-28 12:56:40 +0000 (Thu, 28 Jun 2007) | 3 lines 2892 Changed paths: 2893 M /libcaca/trunk/cucul/import.c 1652 2894 1653 2895 * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley … … 1655 2897 1656 2898 ------------------------------------------------------------------------ 1657 r1 130 | sam | 2007-06-28 14:49:28 +0200 (Thu, 28 Jun 2007) | 3 lines1658 Changed paths: 1659 M src/cacademo.c2899 r1783 | sam | 2007-06-28 12:49:28 +0000 (Thu, 28 Jun 2007) | 3 lines 2900 Changed paths: 2901 M /libcaca/trunk/src/cacademo.c 1660 2902 1661 2903 * Removed malloc() calls from the rotozoom code, put initialisation in the … … 1663 2905 1664 2906 ------------------------------------------------------------------------ 1665 r1 129 | sam | 2007-06-28 14:47:57 +0200 (Thu, 28 Jun 2007) | 3 lines1666 Changed paths: 1667 M cucul/transform.c2907 r1782 | sam | 2007-06-28 12:47:57 +0000 (Thu, 28 Jun 2007) | 3 lines 2908 Changed paths: 2909 M /libcaca/trunk/cucul/transform.c 1668 2910 1669 2911 * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley … … 1671 2913 1672 2914 ------------------------------------------------------------------------ 1673 r1 128 | sam | 2007-06-28 14:46:54 +0200 (Thu, 28 Jun 2007) | 2 lines1674 Changed paths: 1675 M test/unicode.c2915 r1781 | sam | 2007-06-28 12:46:54 +0000 (Thu, 28 Jun 2007) | 2 lines 2916 Changed paths: 2917 M /libcaca/trunk/test/unicode.c 1676 2918 1677 2919 * Added a few chars to the unicode test. 1678 2920 1679 2921 ------------------------------------------------------------------------ 1680 r1 127 | sam | 2007-06-28 14:46:04 +0200 (Thu, 28 Jun 2007) | 2 lines1681 Changed paths: 1682 M caca/driver_x11.c2922 r1780 | sam | 2007-06-28 12:46:04 +0000 (Thu, 28 Jun 2007) | 2 lines 2923 Changed paths: 2924 M /libcaca/trunk/caca/driver_x11.c 1683 2925 1684 2926 * Differentiate between • and ● in the X11 rendering overrides. 1685 2927 1686 2928 ------------------------------------------------------------------------ 1687 r1 126 | sam | 2007-06-28 14:15:06 +0200 (Thu, 28 Jun 2007) | 2 lines1688 Changed paths: 1689 M caca/driver_x11.c2929 r1779 | sam | 2007-06-28 12:15:06 +0000 (Thu, 28 Jun 2007) | 2 lines 2930 Changed paths: 2931 M /libcaca/trunk/caca/driver_x11.c 1690 2932 1691 2933 * Patch by Ben Wiley Sittler for two misrendered glyphs. 1692 2934 1693 2935 ------------------------------------------------------------------------ 1694 r1 125 | sam | 2007-06-28 09:43:41 +0200 (Thu, 28 Jun 2007) | 2 lines1695 Changed paths: 1696 M caca/driver_x11.c2936 r1778 | sam | 2007-06-28 07:43:41 +0000 (Thu, 28 Jun 2007) | 2 lines 2937 Changed paths: 2938 M /libcaca/trunk/caca/driver_x11.c 1697 2939 1698 2940 * Slightly nicer code in driver_x11.c. 1699 2941 1700 2942 ------------------------------------------------------------------------ 1701 r1 124 | jylam | 2007-06-28 09:42:36 +0200 (Thu, 28 Jun 2007) | 2 lines1702 Changed paths: 1703 M src/cacademo.c2943 r1777 | jylam | 2007-06-28 07:42:36 +0000 (Thu, 28 Jun 2007) | 2 lines 2944 Changed paths: 2945 M /libcaca/trunk/src/cacademo.c 1704 2946 1705 2947 * Minor cosmetic changes 1706 2948 1707 2949 ------------------------------------------------------------------------ 1708 r1 123 | sam | 2007-06-27 20:00:18 +0200 (Wed, 27 Jun 2007) | 2 lines1709 Changed paths: 1710 M caca/driver_slang.c2950 r1776 | sam | 2007-06-27 18:00:18 +0000 (Wed, 27 Jun 2007) | 2 lines 2951 Changed paths: 2952 M /libcaca/trunk/caca/driver_slang.c 1711 2953 1712 2954 * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. 1713 2955 1714 2956 ------------------------------------------------------------------------ 1715 r1 122 | sam | 2007-06-27 19:40:14 +0200 (Wed, 27 Jun 2007) | 3 lines1716 Changed paths: 1717 M caca/driver_x11.c2957 r1775 | sam | 2007-06-27 17:40:14 +0000 (Wed, 27 Jun 2007) | 3 lines 2958 Changed paths: 2959 M /libcaca/trunk/caca/driver_x11.c 1718 2960 1719 2961 * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a … … 1721 2963 1722 2964 ------------------------------------------------------------------------ 1723 r1 121 | sam | 2007-06-27 16:43:59 +0200 (Wed, 27 Jun 2007) | 3 lines1724 Changed paths: 1725 M caca/driver_slang.c2965 r1774 | sam | 2007-06-27 14:43:59 +0000 (Wed, 27 Jun 2007) | 3 lines 2966 Changed paths: 2967 M /libcaca/trunk/caca/driver_slang.c 1726 2968 1727 2969 * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does … … 1729 2971 1730 2972 ------------------------------------------------------------------------ 1731 r1 120 | sam | 2007-06-27 16:39:47 +0200 (Wed, 27 Jun 2007) | 2 lines1732 Changed paths: 1733 M cucul/charset.c1734 M cucul/cucul.h2973 r1773 | sam | 2007-06-27 14:39:47 +0000 (Wed, 27 Jun 2007) | 2 lines 2974 Changed paths: 2975 M /libcaca/trunk/cucul/charset.c 2976 M /libcaca/trunk/cucul/cucul.h 1735 2977 1736 2978 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. 1737 2979 1738 2980 ------------------------------------------------------------------------ 1739 r1 119 | sam | 2007-06-27 15:35:59 +0200 (Wed, 27 Jun 2007) | 2 lines1740 Changed paths: 1741 M AUTHORS1742 M caca/driver_gl.c2981 r1772 | sam | 2007-06-27 13:35:59 +0000 (Wed, 27 Jun 2007) | 2 lines 2982 Changed paths: 2983 M /libcaca/trunk/AUTHORS 2984 M /libcaca/trunk/caca/driver_gl.c 1743 2985 1744 2986 * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. 1745 2987 1746 2988 ------------------------------------------------------------------------ 1747 r1 118 | sam | 2007-06-27 15:06:18 +0200 (Wed, 27 Jun 2007) | 2 lines1748 Changed paths: 1749 M caca/driver_cocoa.m2989 r1771 | sam | 2007-06-27 13:06:18 +0000 (Wed, 27 Jun 2007) | 2 lines 2990 Changed paths: 2991 M /libcaca/trunk/caca/driver_cocoa.m 1750 2992 1751 2993 * Disabled USE_RGB12_FGBG for now, as it was reported not to work. 1752 2994 1753 2995 ------------------------------------------------------------------------ 1754 r1 117 | sam | 2007-06-27 15:03:31 +0200 (Wed, 27 Jun 2007) | 3 lines1755 Changed paths: 1756 M src/cacaserver.c2996 r1770 | sam | 2007-06-27 13:03:31 +0000 (Wed, 27 Jun 2007) | 3 lines 2997 Changed paths: 2998 M /libcaca/trunk/src/cacaserver.c 1757 2999 1758 3000 * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler … … 1760 3002 1761 3003 ------------------------------------------------------------------------ 1762 r1 116 | sam | 2007-06-27 14:52:15 +0200 (Wed, 27 Jun 2007) | 2 lines1763 Changed paths: 1764 M cucul/font_mono9.h1765 M cucul/font_monobold12.h3004 r1769 | sam | 2007-06-27 12:52:15 +0000 (Wed, 27 Jun 2007) | 2 lines 3005 Changed paths: 3006 M /libcaca/trunk/cucul/font_mono9.h 3007 M /libcaca/trunk/cucul/font_monobold12.h 1766 3008 1767 3009 * Updated internal fonts to match tools/makefont.c. 1768 3010 1769 3011 ------------------------------------------------------------------------ 1770 r1 115 | sam | 2007-06-27 14:48:34 +0200 (Wed, 27 Jun 2007) | 5 lines1771 Changed paths: 1772 M tools/makefont.c3012 r1768 | sam | 2007-06-27 12:48:34 +0000 (Wed, 27 Jun 2007) | 5 lines 3013 Changed paths: 3014 M /libcaca/trunk/tools/makefont.c 1773 3015 1774 3016 * Added glyphs to our default fonts: … … 1778 3020 1779 3021 ------------------------------------------------------------------------ 1780 r1 114 | sam | 2007-06-27 14:46:25 +0200 (Wed, 27 Jun 2007) | 2 lines1781 Changed paths: 1782 M Makefile.am3022 r1767 | sam | 2007-06-27 12:46:25 +0000 (Wed, 27 Jun 2007) | 2 lines 3023 Changed paths: 3024 M /libcaca/trunk/Makefile.am 1783 3025 1784 3026 * Add a "make fonts" rule to the makefile for easy updates. 1785 3027 1786 3028 ------------------------------------------------------------------------ 1787 r1 113 | jylam | 2007-06-24 09:46:18 +0200 (Sun, 24 Jun 2007) | 2 lines1788 Changed paths: 1789 M src/Makefile.am1790 M src/cacademo.c1791 A src/texture.h3029 r1766 | jylam | 2007-06-24 07:46:18 +0000 (Sun, 24 Jun 2007) | 2 lines 3030 Changed paths: 3031 M /libcaca/trunk/src/Makefile.am 3032 M /libcaca/trunk/src/cacademo.c 3033 A /libcaca/trunk/src/texture.h 1792 3034 1793 3035 * Added rotozoom (and its 1MB header file) 1794 3036 1795 3037 ------------------------------------------------------------------------ 1796 r1 112 | jylam | 2007-02-23 15:34:48 +0100 (Fri, 23 Feb 2007) | 2 lines1797 Changed paths: 1798 M build-kernel1799 M src/cacademo.c3038 r1757 | jylam | 2007-02-23 14:34:48 +0000 (Fri, 23 Feb 2007) | 2 lines 3039 Changed paths: 3040 M /libcaca/trunk/build-kernel 3041 M /libcaca/trunk/src/cacademo.c 1800 3042 1801 3043 * Added squared transition to cacademo 1802 3044 1803 3045 ------------------------------------------------------------------------ 1804 r1 111 | jylam | 2007-02-22 16:34:48 +0100 (Thu, 22 Feb 2007) | 2 lines1805 Changed paths: 1806 M src/cacaplay.c3046 r1754 | jylam | 2007-02-22 15:34:48 +0000 (Thu, 22 Feb 2007) | 2 lines 3047 Changed paths: 3048 M /libcaca/trunk/src/cacaplay.c 1807 3049 1808 3050 * Added error checks to cacaplay 1809 3051 1810 3052 ------------------------------------------------------------------------ 1811 r1 110 | jylam | 2007-02-22 16:31:39 +0100 (Thu, 22 Feb 2007) | 2 lines1812 Changed paths: 1813 M test/blit.c1814 M test/colors.c1815 M test/cucul.c1816 M test/demo.c1817 M test/dithering.c1818 M test/event.c1819 M test/font.c1820 M test/frames.c1821 M test/fullwidth.c1822 M test/gamma.c1823 M test/hsv.c1824 M test/import.c1825 M test/input.c1826 M test/swallow.c1827 M test/text.c1828 M test/transform.c1829 M test/unicode.c3053 r1753 | jylam | 2007-02-22 15:31:39 +0000 (Thu, 22 Feb 2007) | 2 lines 3054 Changed paths: 3055 M /libcaca/trunk/test/blit.c 3056 M /libcaca/trunk/test/colors.c 3057 M /libcaca/trunk/test/cucul.c 3058 M /libcaca/trunk/test/demo.c 3059 M /libcaca/trunk/test/dithering.c 3060 M /libcaca/trunk/test/event.c 3061 M /libcaca/trunk/test/font.c 3062 M /libcaca/trunk/test/frames.c 3063 M /libcaca/trunk/test/fullwidth.c 3064 M /libcaca/trunk/test/gamma.c 3065 M /libcaca/trunk/test/hsv.c 3066 M /libcaca/trunk/test/import.c 3067 M /libcaca/trunk/test/input.c 3068 M /libcaca/trunk/test/swallow.c 3069 M /libcaca/trunk/test/text.c 3070 M /libcaca/trunk/test/transform.c 3071 M /libcaca/trunk/test/unicode.c 1830 3072 1831 3073 * Added error checks on canvas / display creations 1832 3074 1833 3075 ------------------------------------------------------------------------ 1834 r1 109 | jylam | 2007-02-22 15:47:32 +0100 (Thu, 22 Feb 2007) | 2 lines1835 Changed paths: 1836 M test/truecolor.c3076 r1752 | jylam | 2007-02-22 14:47:32 +0000 (Thu, 22 Feb 2007) | 2 lines 3077 Changed paths: 3078 M /libcaca/trunk/test/truecolor.c 1837 3079 1838 3080 * Added error detection to truecolor test 1839 3081 1840 3082 ------------------------------------------------------------------------ 1841 r1 108 | sam | 2007-02-20 19:15:52 +0100 (Tue, 20 Feb 2007) | 2 lines1842 Changed paths: 1843 M cucul/transform.c3083 r1750 | sam | 2007-02-20 18:15:52 +0000 (Tue, 20 Feb 2007) | 2 lines 3084 Changed paths: 3085 M /libcaca/trunk/cucul/transform.c 1844 3086 1845 3087 * The transformation rules didn’t have ⅃ ⅄ ⅂. 1846 3088 1847 3089 ------------------------------------------------------------------------ 1848 r1 104 | jylam | 2007-01-04 12:07:43 +0100 (Thu, 04 Jan 2007) | 2 lines1849 Changed paths: 1850 M caca/event.c3090 r1556 | jylam | 2007-01-04 11:07:43 +0000 (Thu, 04 Jan 2007) | 2 lines 3091 Changed paths: 3092 M /libcaca/trunk/caca/event.c 1851 3093 1852 3094 * Changed threshold in key events, a bit more natural 1853 3095 1854 3096 ------------------------------------------------------------------------ 1855 r1 103 | sam | 2006-12-12 02:53:54 +0100 (Tue, 12 Dec 2006) | 2 lines1856 Changed paths: 1857 M DotNet/AssemblyInfo.cs1858 M DotNet/Caca.cs1859 M DotNet/Cucul.cs1860 M DotNet/test.cs1861 M caca/caca.c1862 M caca/caca.h1863 M caca/caca0.c1864 M caca/caca0.h1865 M caca/caca_internals.h1866 M caca/driver_cocoa.m1867 M caca/driver_conio.c1868 M caca/driver_gl.c1869 M caca/driver_ncurses.c1870 M caca/driver_raw.c1871 M caca/driver_slang.c1872 M caca/driver_vga.c1873 M caca/driver_win32.c1874 M caca/driver_x11.c1875 M caca/event.c1876 M caca/graphics.c1877 M caca/time.c1878 M cucul/attr.c1879 M cucul/box.c1880 M cucul/canvas.c1881 M cucul/charset.c1882 M cucul/conic.c1883 M cucul/cucul.c1884 M cucul/cucul.h1885 M cucul/cucul_internals.h1886 M cucul/dither.c1887 M cucul/export.c1888 M cucul/font.c1889 M cucul/frame.c1890 M cucul/import.c1891 M cucul/legacy.c1892 M cucul/line.c1893 M cucul/transform.c1894 M cucul/triangle.c1895 M cxx/caca++.cpp1896 M cxx/caca++.h1897 M cxx/cucul++.cpp1898 M cxx/cucul++.h1899 M cxx/cxxtest.cpp1900 M kernel/kernel.c1901 M kernel/kernel.h1902 M python/pypycaca.c1903 M python/pypycaca.h1904 M src/aafire.c1905 M src/cacademo.c1906 M src/cacadraw.c1907 M src/cacaplay.c1908 M src/cacaserver.c1909 M src/cacaview.c1910 M src/common-image.c1911 M src/common-image.h1912 M src/img2irc.c1913 M test/blit.c1914 M test/colors.c1915 M test/cucul.c1916 M test/demo.c1917 M test/dithering.c1918 M test/event.c1919 M test/export.c1920 M test/font.c1921 M test/font2tga.c1922 M test/frames.c1923 M test/fullwidth.c1924 M test/gamma.c1925 M test/hsv.c1926 M test/import.c1927 M test/input.c1928 M test/spritedit.c1929 M test/swallow.c1930 M test/text.c1931 M test/transform.c1932 M test/truecolor.c1933 M test/unicode.c1934 M tools/makefont.c1935 M tools/optipal.c3097 r1462 | sam | 2006-12-12 01:53:54 +0000 (Tue, 12 Dec 2006) | 1 line 3098 Changed paths: 3099 M /libcaca/trunk/DotNet/AssemblyInfo.cs 3100 M /libcaca/trunk/DotNet/Caca.cs 3101 M /libcaca/trunk/DotNet/Cucul.cs 3102 M /libcaca/trunk/DotNet/test.cs 3103 M /libcaca/trunk/caca/caca.c 3104 M /libcaca/trunk/caca/caca.h 3105 M /libcaca/trunk/caca/caca0.c 3106 M /libcaca/trunk/caca/caca0.h 3107 M /libcaca/trunk/caca/caca_internals.h 3108 M /libcaca/trunk/caca/driver_cocoa.m 3109 M /libcaca/trunk/caca/driver_conio.c 3110 M /libcaca/trunk/caca/driver_gl.c 3111 M /libcaca/trunk/caca/driver_ncurses.c 3112 M /libcaca/trunk/caca/driver_raw.c 3113 M /libcaca/trunk/caca/driver_slang.c 3114 M /libcaca/trunk/caca/driver_vga.c 3115 M /libcaca/trunk/caca/driver_win32.c 3116 M /libcaca/trunk/caca/driver_x11.c 3117 M /libcaca/trunk/caca/event.c 3118 M /libcaca/trunk/caca/graphics.c 3119 M /libcaca/trunk/caca/time.c 3120 M /libcaca/trunk/cucul/attr.c 3121 M /libcaca/trunk/cucul/box.c 3122 M /libcaca/trunk/cucul/canvas.c 3123 M /libcaca/trunk/cucul/charset.c 3124 M /libcaca/trunk/cucul/conic.c 3125 M /libcaca/trunk/cucul/cucul.c 3126 M /libcaca/trunk/cucul/cucul.h 3127 M /libcaca/trunk/cucul/cucul_internals.h 3128 M /libcaca/trunk/cucul/dither.c 3129 M /libcaca/trunk/cucul/export.c 3130 M /libcaca/trunk/cucul/font.c 3131 M /libcaca/trunk/cucul/frame.c 3132 M /libcaca/trunk/cucul/import.c 3133 M /libcaca/trunk/cucul/legacy.c 3134 M /libcaca/trunk/cucul/line.c 3135 M /libcaca/trunk/cucul/transform.c 3136 M /libcaca/trunk/cucul/triangle.c 3137 M /libcaca/trunk/cxx/caca++.cpp 3138 M /libcaca/trunk/cxx/caca++.h 3139 M /libcaca/trunk/cxx/cucul++.cpp 3140 M /libcaca/trunk/cxx/cucul++.h 3141 M /libcaca/trunk/cxx/cxxtest.cpp 3142 M /libcaca/trunk/kernel/kernel.c 3143 M /libcaca/trunk/kernel/kernel.h 3144 M /libcaca/trunk/python/pypycaca.c 3145 M /libcaca/trunk/python/pypycaca.h 3146 M /libcaca/trunk/src/aafire.c 3147 M /libcaca/trunk/src/cacademo.c 3148 M /libcaca/trunk/src/cacadraw.c 3149 M /libcaca/trunk/src/cacaplay.c 3150 M /libcaca/trunk/src/cacaserver.c 3151 M /libcaca/trunk/src/cacaview.c 3152 M /libcaca/trunk/src/common-image.c 3153 M /libcaca/trunk/src/common-image.h 3154 M /libcaca/trunk/src/img2irc.c 3155 M /libcaca/trunk/test/blit.c 3156 M /libcaca/trunk/test/colors.c 3157 M /libcaca/trunk/test/cucul.c 3158 M /libcaca/trunk/test/demo.c 3159 M /libcaca/trunk/test/dithering.c 3160 M /libcaca/trunk/test/event.c 3161 M /libcaca/trunk/test/export.c 3162 M /libcaca/trunk/test/font.c 3163 M /libcaca/trunk/test/font2tga.c 3164 M /libcaca/trunk/test/frames.c 3165 M /libcaca/trunk/test/fullwidth.c 3166 M /libcaca/trunk/test/gamma.c 3167 M /libcaca/trunk/test/hsv.c 3168 M /libcaca/trunk/test/import.c 3169 M /libcaca/trunk/test/input.c 3170 M /libcaca/trunk/test/spritedit.c 3171 M /libcaca/trunk/test/swallow.c 3172 M /libcaca/trunk/test/text.c 3173 M /libcaca/trunk/test/transform.c 3174 M /libcaca/trunk/test/truecolor.c 3175 M /libcaca/trunk/test/unicode.c 3176 M /libcaca/trunk/tools/makefont.c 3177 M /libcaca/trunk/tools/optipal.c 1936 3178 1937 3179 * Bwarf, typo in the no warranty clause. 1938 1939 ------------------------------------------------------------------------ 1940 r1102 | sam | 2006-12-11 16:48:46 +0100 (Mon, 11 Dec 2006) | 2 lines 1941 Changed paths: 1942 M DotNet/AssemblyInfo.cs 1943 M DotNet/Caca.cs 1944 M DotNet/Cucul.cs 1945 M DotNet/test.cs 1946 M caca/caca.c 1947 M caca/caca.h 1948 M caca/caca0.c 1949 M caca/caca0.h 1950 M caca/caca_internals.h 1951 M caca/driver_cocoa.m 1952 M caca/driver_conio.c 1953 M caca/driver_gl.c 1954 M caca/driver_ncurses.c 1955 M caca/driver_raw.c 1956 M caca/driver_slang.c 1957 M caca/driver_vga.c 1958 M caca/driver_win32.c 1959 M caca/driver_x11.c 1960 M caca/event.c 1961 M caca/graphics.c 1962 M caca/time.c 1963 M cucul/attr.c 1964 M cucul/box.c 1965 M cucul/canvas.c 1966 M cucul/charset.c 1967 M cucul/conic.c 1968 M cucul/cucul.c 1969 M cucul/cucul.h 1970 M cucul/cucul_internals.h 1971 M cucul/dither.c 1972 M cucul/export.c 1973 M cucul/font.c 1974 M cucul/frame.c 1975 M cucul/import.c 1976 M cucul/legacy.c 1977 M cucul/line.c 1978 M cucul/transform.c 1979 M cucul/triangle.c 1980 M cxx/caca++.cpp 1981 M cxx/caca++.h 1982 M cxx/cucul++.cpp 1983 M cxx/cucul++.h 1984 M cxx/cxxtest.cpp 1985 M kernel/kernel.c 1986 M kernel/kernel.h 1987 M python/pypycaca.c 1988 M python/pypycaca.h 1989 M src/aafire.c 1990 M src/cacademo.c 1991 M src/cacadraw.c 1992 M src/cacaplay.c 1993 M src/cacaserver.c 1994 M src/cacaview.c 1995 M src/common-image.c 1996 M src/common-image.h 1997 M src/img2irc.c 1998 M test/blit.c 1999 M test/colors.c 2000 M test/cucul.c 2001 M test/demo.c 2002 M test/dithering.c 2003 M test/event.c 2004 M test/export.c 2005 M test/font.c 2006 M test/font2tga.c 2007 M test/frames.c 2008 M test/fullwidth.c 2009 M test/gamma.c 2010 M test/hsv.c 2011 M test/import.c 2012 M test/input.c 2013 M test/spritedit.c 2014 M test/swallow.c 2015 M test/text.c 2016 M test/transform.c 2017 M test/truecolor.c 2018 M test/unicode.c 2019 M tools/makefont.c 2020 M tools/optipal.c 3180 ------------------------------------------------------------------------ 3181 r1452 | sam | 2006-12-11 15:48:46 +0000 (Mon, 11 Dec 2006) | 2 lines 3182 Changed paths: 3183 M /libcaca/trunk/DotNet/AssemblyInfo.cs 3184 M /libcaca/trunk/DotNet/Caca.cs 3185 M /libcaca/trunk/DotNet/Cucul.cs 3186 M /libcaca/trunk/DotNet/test.cs 3187 M /libcaca/trunk/caca/caca.c 3188 M /libcaca/trunk/caca/caca.h 3189 M /libcaca/trunk/caca/caca0.c 3190 M /libcaca/trunk/caca/caca0.h 3191 M /libcaca/trunk/caca/caca_internals.h 3192 M /libcaca/trunk/caca/driver_cocoa.m 3193 M /libcaca/trunk/caca/driver_conio.c 3194 M /libcaca/trunk/caca/driver_gl.c 3195 M /libcaca/trunk/caca/driver_ncurses.c 3196 M /libcaca/trunk/caca/driver_raw.c 3197 M /libcaca/trunk/caca/driver_slang.c 3198 M /libcaca/trunk/caca/driver_vga.c 3199 M /libcaca/trunk/caca/driver_win32.c 3200 M /libcaca/trunk/caca/driver_x11.c 3201 M /libcaca/trunk/caca/event.c 3202 M /libcaca/trunk/caca/graphics.c 3203 M /libcaca/trunk/caca/time.c 3204 M /libcaca/trunk/cucul/attr.c 3205 M /libcaca/trunk/cucul/box.c 3206 M /libcaca/trunk/cucul/canvas.c 3207 M /libcaca/trunk/cucul/charset.c 3208 M /libcaca/trunk/cucul/conic.c 3209 M /libcaca/trunk/cucul/cucul.c 3210 M /libcaca/trunk/cucul/cucul.h 3211 M /libcaca/trunk/cucul/cucul_internals.h 3212 M /libcaca/trunk/cucul/dither.c 3213 M /libcaca/trunk/cucul/export.c 3214 M /libcaca/trunk/cucul/font.c 3215 M /libcaca/trunk/cucul/frame.c 3216 M /libcaca/trunk/cucul/import.c 3217 M /libcaca/trunk/cucul/legacy.c 3218 M /libcaca/trunk/cucul/line.c 3219 M /libcaca/trunk/cucul/transform.c 3220 M /libcaca/trunk/cucul/triangle.c 3221 M /libcaca/trunk/cxx/caca++.cpp 3222 M /libcaca/trunk/cxx/caca++.h 3223 M /libcaca/trunk/cxx/cucul++.cpp 3224 M /libcaca/trunk/cxx/cucul++.h 3225 M /libcaca/trunk/cxx/cxxtest.cpp 3226 M /libcaca/trunk/kernel/kernel.c 3227 M /libcaca/trunk/kernel/kernel.h 3228 M /libcaca/trunk/python/pypycaca.c 3229 M /libcaca/trunk/python/pypycaca.h 3230 M /libcaca/trunk/src/aafire.c 3231 M /libcaca/trunk/src/cacademo.c 3232 M /libcaca/trunk/src/cacadraw.c 3233 M /libcaca/trunk/src/cacaplay.c 3234 M /libcaca/trunk/src/cacaserver.c 3235 M /libcaca/trunk/src/cacaview.c 3236 M /libcaca/trunk/src/common-image.c 3237 M /libcaca/trunk/src/common-image.h 3238 M /libcaca/trunk/src/img2irc.c 3239 M /libcaca/trunk/test/blit.c 3240 M /libcaca/trunk/test/colors.c 3241 M /libcaca/trunk/test/cucul.c 3242 M /libcaca/trunk/test/demo.c 3243 M /libcaca/trunk/test/dithering.c 3244 M /libcaca/trunk/test/event.c 3245 M /libcaca/trunk/test/export.c 3246 M /libcaca/trunk/test/font.c 3247 M /libcaca/trunk/test/font2tga.c 3248 M /libcaca/trunk/test/frames.c 3249 M /libcaca/trunk/test/fullwidth.c 3250 M /libcaca/trunk/test/gamma.c 3251 M /libcaca/trunk/test/hsv.c 3252 M /libcaca/trunk/test/import.c 3253 M /libcaca/trunk/test/input.c 3254 M /libcaca/trunk/test/spritedit.c 3255 M /libcaca/trunk/test/swallow.c 3256 M /libcaca/trunk/test/text.c 3257 M /libcaca/trunk/test/transform.c 3258 M /libcaca/trunk/test/truecolor.c 3259 M /libcaca/trunk/test/unicode.c 3260 M /libcaca/trunk/tools/makefont.c 3261 M /libcaca/trunk/tools/optipal.c 2021 3262 2022 3263 * Add a no warranty clause to the code. 2023 3264 2024 3265 ------------------------------------------------------------------------ 2025 r1 101 | sam | 2006-12-05 18:50:40 +0100 (Tue, 05 Dec 2006) | 2 lines2026 Changed paths: 2027 M caca/driver_ncurses.c3266 r1450 | sam | 2006-12-05 17:50:40 +0000 (Tue, 05 Dec 2006) | 2 lines 3267 Changed paths: 3268 M /libcaca/trunk/caca/driver_ncurses.c 2028 3269 2029 3270 * Fix OpenBSD build. 2030 3271 2031 3272 ------------------------------------------------------------------------ 2032 r1 100 | sam | 2006-11-30 23:41:52 +0100 (Thu, 30 Nov 2006) | 2 lines2033 Changed paths: 2034 M caca/driver_cocoa.m2035 M configure.ac3273 r1449 | sam | 2006-11-30 22:41:52 +0000 (Thu, 30 Nov 2006) | 2 lines 3274 Changed paths: 3275 M /libcaca/trunk/caca/driver_cocoa.m 3276 M /libcaca/trunk/configure.ac 2036 3277 2037 3278 * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>. 2038 3279 2039 3280 ------------------------------------------------------------------------ 2040 r1 099 | sam | 2006-11-27 15:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines2041 Changed paths: 2042 M cucul/cucul.c2043 M cucul/cucul_internals.h2044 M cucul/frame.c2045 M cucul/import.c3281 r1440 | sam | 2006-11-27 14:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines 3282 Changed paths: 3283 M /libcaca/trunk/cucul/cucul.c 3284 M /libcaca/trunk/cucul/cucul_internals.h 3285 M /libcaca/trunk/cucul/frame.c 3286 M /libcaca/trunk/cucul/import.c 2046 3287 2047 3288 * Got rid of that ugly cv->import member. 2048 3289 2049 3290 ------------------------------------------------------------------------ 2050 r1 098 | sam | 2006-11-27 15:55:00 +0100 (Mon, 27 Nov 2006) | 3 lines2051 Changed paths: 2052 M configure.ac2053 M test/Makefile.am2054 D test/term.c3291 r1439 | sam | 2006-11-27 14:55:00 +0000 (Mon, 27 Nov 2006) | 3 lines 3292 Changed paths: 3293 M /libcaca/trunk/configure.ac 3294 M /libcaca/trunk/test/Makefile.am 3295 D /libcaca/trunk/test/term.c 2055 3296 2056 3297 * Get rid of test/term.c, it's now in its own repository. … … 2058 3299 2059 3300 ------------------------------------------------------------------------ 2060 r1 097 | sam | 2006-11-27 15:53:17 +0100 (Mon, 27 Nov 2006) | 2 lines2061 Changed paths: 2062 M cucul/canvas.c2063 M cucul/export.c2064 M tools/makefont.c3301 r1438 | sam | 2006-11-27 14:53:17 +0000 (Mon, 27 Nov 2006) | 2 lines 3302 Changed paths: 3303 M /libcaca/trunk/cucul/canvas.c 3304 M /libcaca/trunk/cucul/export.c 3305 M /libcaca/trunk/tools/makefont.c 2065 3306 2066 3307 * Fix shadowing declarations. 2067 3308 2068 3309 ------------------------------------------------------------------------ 2069 r1 096 | sam | 2006-11-27 06:59:29 +0100 (Mon, 27 Nov 2006) | 2 lines2070 Changed paths: 2071 M test/Makefile.am3310 r1435 | sam | 2006-11-27 05:59:29 +0000 (Mon, 27 Nov 2006) | 2 lines 3311 Changed paths: 3312 M /libcaca/trunk/test/Makefile.am 2072 3313 2073 3314 * Do not build test/term if fcntl() is not available. Yes, could be improved. 2074 3315 2075 3316 ------------------------------------------------------------------------ 2076 r1 095 | sam | 2006-11-27 06:40:51 +0100 (Mon, 27 Nov 2006) | 2 lines2077 Changed paths: 2078 M caca/driver_ncurses.c2079 M caca/driver_slang.c3317 r1434 | sam | 2006-11-27 05:40:51 +0000 (Mon, 27 Nov 2006) | 2 lines 3318 Changed paths: 3319 M /libcaca/trunk/caca/driver_ncurses.c 3320 M /libcaca/trunk/caca/driver_slang.c 2080 3321 2081 3322 * Fixed syntax errors. 2082 3323 2083 3324 ------------------------------------------------------------------------ 2084 r1 094 | sam | 2006-11-27 02:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines2085 Changed paths: 2086 M TODO3325 r1433 | sam | 2006-11-27 01:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines 3326 Changed paths: 3327 M /libcaca/trunk/TODO 2087 3328 2088 3329 * Added stuff to the TODO list. 2089 3330 2090 3331 ------------------------------------------------------------------------ 2091 r1 093 | sam | 2006-11-27 02:58:00 +0100 (Mon, 27 Nov 2006) | 2 lines2092 Changed paths: 2093 M test/term.c3332 r1432 | sam | 2006-11-27 01:58:00 +0000 (Mon, 27 Nov 2006) | 2 lines 3333 Changed paths: 3334 M /libcaca/trunk/test/term.c 2094 3335 2095 3336 * A few improvements to the screen/splitvt clone project. 2096 3337 2097 3338 ------------------------------------------------------------------------ 2098 r1 092 | sam | 2006-11-27 02:56:37 +0100 (Mon, 27 Nov 2006) | 2 lines2099 Changed paths: 2100 M cucul/cucul.c2101 M cucul/cucul_internals.h2102 M cucul/frame.c2103 M cucul/import.c3339 r1431 | sam | 2006-11-27 01:56:37 +0000 (Mon, 27 Nov 2006) | 2 lines 3340 Changed paths: 3341 M /libcaca/trunk/cucul/cucul.c 3342 M /libcaca/trunk/cucul/cucul_internals.h 3343 M /libcaca/trunk/cucul/frame.c 3344 M /libcaca/trunk/cucul/import.c 2104 3345 2105 3346 * Improved vt220 import by adding a persistent context to canvases. 2106 3347 2107 3348 ------------------------------------------------------------------------ 2108 r1 091 | sam | 2006-11-24 06:51:10 +0100 (Fri, 24 Nov 2006) | 2 lines2109 Changed paths: 2110 M caca/caca.h2111 M caca/caca_internals.h2112 M caca/driver_conio.c2113 M caca/driver_gl.c2114 M caca/driver_ncurses.c2115 M caca/driver_raw.c2116 M caca/driver_slang.c2117 M caca/driver_vga.c2118 M caca/driver_win32.c2119 M caca/driver_x11.c2120 M caca/graphics.c3349 r1430 | sam | 2006-11-24 05:51:10 +0000 (Fri, 24 Nov 2006) | 2 lines 3350 Changed paths: 3351 M /libcaca/trunk/caca/caca.h 3352 M /libcaca/trunk/caca/caca_internals.h 3353 M /libcaca/trunk/caca/driver_conio.c 3354 M /libcaca/trunk/caca/driver_gl.c 3355 M /libcaca/trunk/caca/driver_ncurses.c 3356 M /libcaca/trunk/caca/driver_raw.c 3357 M /libcaca/trunk/caca/driver_slang.c 3358 M /libcaca/trunk/caca/driver_vga.c 3359 M /libcaca/trunk/caca/driver_win32.c 3360 M /libcaca/trunk/caca/driver_x11.c 3361 M /libcaca/trunk/caca/graphics.c 2121 3362 2122 3363 * Added caca_set_cursor(). Not yet functional. 2123 3364 2124 3365 ------------------------------------------------------------------------ 2125 r1 090 | sam | 2006-11-24 06:49:49 +0100 (Fri, 24 Nov 2006) | 3 lines2126 Changed paths: 2127 M caca/driver_ncurses.c2128 M caca/driver_slang.c3366 r1429 | sam | 2006-11-24 05:49:49 +0000 (Fri, 24 Nov 2006) | 3 lines 3367 Changed paths: 3368 M /libcaca/trunk/caca/driver_ncurses.c 3369 M /libcaca/trunk/caca/driver_slang.c 2129 3370 2130 3371 * Add support for doublewidth characters even if ncurses or SLang don't know … … 2132 3373 2133 3374 ------------------------------------------------------------------------ 2134 r1 089 | jylam | 2006-11-23 21:22:03 +0100 (Thu, 23 Nov 2006) | 2 lines2135 Changed paths: 2136 M DotNet/Cucul.cs2137 M DotNet/test.cs3375 r1428 | jylam | 2006-11-23 20:22:03 +0000 (Thu, 23 Nov 2006) | 2 lines 3376 Changed paths: 3377 M /libcaca/trunk/DotNet/Cucul.cs 3378 M /libcaca/trunk/DotNet/test.cs 2138 3379 2139 3380 * .Net : Fixed drawLine() and updated example (rasters rule) 2140 3381 2141 3382 ------------------------------------------------------------------------ 2142 r1088 | sam | 2006-11-21 08:09:35 +0100 (Tue, 21 Nov 2006) | 2 lines 2143 Changed paths: 2144 M configure.ac 2145 M test/Makefile.am 2146 A test/term.c 3383 r1427 | sam | 2006-11-21 07:09:35 +0000 (Tue, 21 Nov 2006) | 2 lines 3384 Changed paths: 3385 M /libcaca/trunk/configure.ac 3386 M /libcaca/trunk/test 3387 M /libcaca/trunk/test/Makefile.am 3388 A /libcaca/trunk/test/term.c 2147 3389 2148 3390 * Added a test app that swallows two console applications. Switch with C-a. 2149 3391 2150 3392 ------------------------------------------------------------------------ 2151 r1 087 | sam | 2006-11-21 07:35:04 +0100 (Tue, 21 Nov 2006) | 3 lines2152 Changed paths: 2153 M cucul/import.c3393 r1426 | sam | 2006-11-21 06:35:04 +0000 (Tue, 21 Nov 2006) | 3 lines 3394 Changed paths: 3395 M /libcaca/trunk/cucul/import.c 2154 3396 2155 3397 * Improved ANSI importer so that it supports a lot more of what is needed … … 2157 3399 2158 3400 ------------------------------------------------------------------------ 2159 r1 086 | sam | 2006-11-20 06:49:45 +0100 (Mon, 20 Nov 2006) | 2 lines2160 Changed paths: 2161 M TODO3401 r1425 | sam | 2006-11-20 05:49:45 +0000 (Mon, 20 Nov 2006) | 2 lines 3402 Changed paths: 3403 M /libcaca/trunk/TODO 2162 3404 2163 3405 * Added a few ideas to the TODO list. 2164 3406 2165 3407 ------------------------------------------------------------------------ 2166 r1 085 | jylam | 2006-11-18 13:27:16 +0100 (Sat, 18 Nov 2006) | 2 lines2167 Changed paths: 2168 M DotNet/Cucul.cs2169 M DotNet/test.cs3408 r1424 | jylam | 2006-11-18 12:27:16 +0000 (Sat, 18 Nov 2006) | 2 lines 3409 Changed paths: 3410 M /libcaca/trunk/DotNet/Cucul.cs 3411 M /libcaca/trunk/DotNet/test.cs 2170 3412 2171 3413 * Added preliminary dither support to .NET bindings 2172 3414 2173 3415 ------------------------------------------------------------------------ 2174 r1 084 | jylam | 2006-11-18 12:34:40 +0100 (Sat, 18 Nov 2006) | 2 lines2175 Changed paths: 2176 M DotNet/Cucul.cs3416 r1423 | jylam | 2006-11-18 11:34:40 +0000 (Sat, 18 Nov 2006) | 2 lines 3417 Changed paths: 3418 M /libcaca/trunk/DotNet/Cucul.cs 2177 3419 2178 3420 * Added frames to .NET bindings 2179 3421 2180 3422 ------------------------------------------------------------------------ 2181 r1 083 | jylam | 2006-11-18 12:25:50 +0100 (Sat, 18 Nov 2006) | 2 lines2182 Changed paths: 2183 M DotNet/Cucul.cs2184 M DotNet/test.cs3423 r1422 | jylam | 2006-11-18 11:25:50 +0000 (Sat, 18 Nov 2006) | 2 lines 3424 Changed paths: 3425 M /libcaca/trunk/DotNet/Cucul.cs 3426 M /libcaca/trunk/DotNet/test.cs 2185 3427 2186 3428 * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. 2187 3429 2188 3430 ------------------------------------------------------------------------ 2189 r1 082 | sam | 2006-11-17 12:28:32 +0100 (Fri, 17 Nov 2006) | 2 lines2190 Changed paths: 2191 M caca/driver_cocoa.m2192 M configure.ac3431 r1421 | sam | 2006-11-17 11:28:32 +0000 (Fri, 17 Nov 2006) | 2 lines 3432 Changed paths: 3433 M /libcaca/trunk/caca/driver_cocoa.m 3434 M /libcaca/trunk/configure.ac 2193 3435 2194 3436 * Merged old code by Ol that can be used as a start for the Cocoa driver. 2195 3437 2196 3438 ------------------------------------------------------------------------ 2197 r1 080 | sam | 2006-11-16 17:29:57 +0100 (Thu, 16 Nov 2006) | 3 lines2198 Changed paths: 2199 M ChangeLog2200 M NEWS2201 M configure.ac3439 r1419 | sam | 2006-11-16 16:29:57 +0000 (Thu, 16 Nov 2006) | 3 lines 3440 Changed paths: 3441 M /libcaca/trunk/ChangeLog 3442 M /libcaca/trunk/NEWS 3443 M /libcaca/trunk/configure.ac 2202 3444 2203 3445 * Set version to 0.99.beta11. … … 2205 3447 2206 3448 ------------------------------------------------------------------------ 2207 r1 079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines2208 Changed paths: 2209 M cucul/export.c2210 M test/export.c3449 r1417 | sam | 2006-11-16 15:01:31 +0000 (Thu, 16 Nov 2006) | 3 lines 3450 Changed paths: 3451 M /libcaca/trunk/cucul/export.c 3452 M /libcaca/trunk/test/export.c 2211 3453 2212 3454 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. … … 2214 3456 2215 3457 ------------------------------------------------------------------------ 2216 r1 078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines2217 Changed paths: 2218 M common.h3458 r1416 | sam | 2006-11-16 11:26:22 +0000 (Thu, 16 Nov 2006) | 3 lines 3459 Changed paths: 3460 M /libcaca/trunk/common.h 2219 3461 2220 3462 * Fix a compilation warning by pretending to use seterrno()'s argument … … 2222 3464 2223 3465 ------------------------------------------------------------------------ 2224 r1 077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines2225 Changed paths: 2226 M kernel/kernel.c2227 M kernel/kernel.h3466 r1415 | sam | 2006-11-16 11:23:56 +0000 (Thu, 16 Nov 2006) | 3 lines 3467 Changed paths: 3468 M /libcaca/trunk/kernel/kernel.c 3469 M /libcaca/trunk/kernel/kernel.h 2228 3470 2229 3471 * Implemented strcmp() and strdup() and added an fflush() stub to the … … 2231 3473 2232 3474 ------------------------------------------------------------------------ 2233 r1 076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines2234 Changed paths: 2235 M cucul/transform.c3475 r1414 | sam | 2006-11-16 02:08:05 +0000 (Thu, 16 Nov 2006) | 3 lines 3476 Changed paths: 3477 M /libcaca/trunk/cucul/transform.c 2236 3478 2237 3479 * Added some box drawing glyphs that are used by TOIlet's future.tlf font … … 2239 3481 2240 3482 ------------------------------------------------------------------------ 2241 r1 072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines2242 Changed paths: 2243 M caca/Makefile.am2244 M src/Makefile.am2245 M tools/Makefile.am3483 r1399 | sam | 2006-11-14 20:14:38 +0000 (Tue, 14 Nov 2006) | 2 lines 3484 Changed paths: 3485 M /libcaca/trunk/caca/Makefile.am 3486 M /libcaca/trunk/src/Makefile.am 3487 M /libcaca/trunk/tools/Makefile.am 2246 3488 2247 3489 * Don't rely on pkg-config macros for variable substitution. Just in case. 2248 3490 2249 3491 ------------------------------------------------------------------------ 2250 r1 071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines2251 Changed paths: 2252 M configure.ac3492 r1398 | sam | 2006-11-14 18:22:31 +0000 (Tue, 14 Nov 2006) | 2 lines 3493 Changed paths: 3494 M /libcaca/trunk/configure.ac 2253 3495 2254 3496 * No longer bail out with an error if Imlib2 or Doxygen were not found. 2255 3497 2256 3498 ------------------------------------------------------------------------ 2257 r1 070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines2258 Changed paths: 2259 M cucul/frame.c3499 r1397 | sam | 2006-11-14 18:05:02 +0000 (Tue, 14 Nov 2006) | 2 lines 3500 Changed paths: 3501 M /libcaca/trunk/cucul/frame.c 2260 3502 2261 3503 * Minor documentation fix. 2262 3504 2263 3505 ------------------------------------------------------------------------ 2264 r1 069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines2265 Changed paths: 2266 M caca/Makefile.am2267 M caca/caca.c2268 M caca/caca_internals.h2269 A caca/driver_cocoa.m2270 M configure.ac3506 r1396 | sam | 2006-11-14 18:02:29 +0000 (Tue, 14 Nov 2006) | 2 lines 3507 Changed paths: 3508 M /libcaca/trunk/caca/Makefile.am 3509 M /libcaca/trunk/caca/caca.c 3510 M /libcaca/trunk/caca/caca_internals.h 3511 A /libcaca/trunk/caca/driver_cocoa.m 3512 M /libcaca/trunk/configure.ac 2271 3513 2272 3514 * Added all the glue needed for a Cocoa output driver. 2273 3515 2274 3516 ------------------------------------------------------------------------ 2275 r1 068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines2276 Changed paths: 2277 M test/spritedit.c3517 r1395 | sam | 2006-11-14 16:27:15 +0000 (Tue, 14 Nov 2006) | 2 lines 3518 Changed paths: 3519 M /libcaca/trunk/test/spritedit.c 2278 3520 2279 3521 * Minor compilation warning fix. OS X x86 defines "DELAY". 2280 3522 2281 3523 ------------------------------------------------------------------------ 2282 r1 067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines2283 Changed paths: 2284 M cucul/transform.c2285 M test/text.c3524 r1394 | sam | 2006-11-14 07:59:52 +0000 (Tue, 14 Nov 2006) | 3 lines 3525 Changed paths: 3526 M /libcaca/trunk/cucul/transform.c 3527 M /libcaca/trunk/test/text.c 2286 3528 2287 3529 * Documented flip/flop/rotate as being involutive. … … 2289 3531 2290 3532 ------------------------------------------------------------------------ 2291 r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines 2292 Changed paths: 2293 M test/Makefile.am 2294 D test/all.c 2295 A test/cucul.c 3533 r1393 | sam | 2006-11-14 07:46:51 +0000 (Tue, 14 Nov 2006) | 3 lines 3534 Changed paths: 3535 M /libcaca/trunk/test 3536 M /libcaca/trunk/test/Makefile.am 3537 D /libcaca/trunk/test/all.c 3538 A /libcaca/trunk/test/cucul.c (from /libcaca/trunk/test/all.c:1390) 2296 3539 2297 3540 * Renamed the "all" test to "cucul" because it otherwise conflicted with … … 2299 3542 2300 3543 ------------------------------------------------------------------------ 2301 r1 065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14Nov 2006) | 3 lines2302 Changed paths: 2303 M caca/caca_internals.h2304 M caca/driver_ncurses.c2305 M caca/driver_slang.c2306 M caca/graphics.c3544 r1392 | sam | 2006-11-13 23:42:43 +0000 (Mon, 13 Nov 2006) | 3 lines 3545 Changed paths: 3546 M /libcaca/trunk/caca/caca_internals.h 3547 M /libcaca/trunk/caca/driver_ncurses.c 3548 M /libcaca/trunk/caca/driver_slang.c 3549 M /libcaca/trunk/caca/graphics.c 2307 3550 2308 3551 * Factored terminal title setting code. … … 2310 3553 2311 3554 ------------------------------------------------------------------------ 2312 r1 064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14Nov 2006) | 2 lines2313 Changed paths: 2314 M caca/driver_ncurses.c2315 M caca/driver_slang.c2316 M caca/graphics.c2317 M doc/migrating.dox3555 r1391 | sam | 2006-11-13 23:33:49 +0000 (Mon, 13 Nov 2006) | 2 lines 3556 Changed paths: 3557 M /libcaca/trunk/caca/driver_ncurses.c 3558 M /libcaca/trunk/caca/driver_slang.c 3559 M /libcaca/trunk/caca/graphics.c 3560 M /libcaca/trunk/doc/migrating.dox 2318 3561 2319 3562 * Implemented caca_set_display_title() for ncurses and S-Lang. 2320 3563 2321 3564 ------------------------------------------------------------------------ 2322 r1 063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14Nov 2006) | 4 lines2323 Changed paths: 2324 M cucul/canvas.c2325 M cucul/cucul.c2326 M cucul/cucul.h2327 M cucul/cucul_internals.h2328 M cucul/frame.c2329 M cucul/legacy.c2330 M cxx/cucul++.cpp2331 M test/all.c2332 M test/frames.c3565 r1390 | sam | 2006-11-13 23:16:35 +0000 (Mon, 13 Nov 2006) | 4 lines 3566 Changed paths: 3567 M /libcaca/trunk/cucul/canvas.c 3568 M /libcaca/trunk/cucul/cucul.c 3569 M /libcaca/trunk/cucul/cucul.h 3570 M /libcaca/trunk/cucul/cucul_internals.h 3571 M /libcaca/trunk/cucul/frame.c 3572 M /libcaca/trunk/cucul/legacy.c 3573 M /libcaca/trunk/cxx/cucul++.cpp 3574 M /libcaca/trunk/test/all.c 3575 M /libcaca/trunk/test/frames.c 2333 3576 2334 3577 * Implemented cucul_get_frame_name() and cucul_set_frame_name(). … … 2337 3580 2338 3581 ------------------------------------------------------------------------ 2339 r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines 2340 Changed paths: 2341 M test/Makefile.am 2342 A test/all.c 2343 M test/blit.c 3582 r1389 | sam | 2006-11-13 23:00:02 +0000 (Mon, 13 Nov 2006) | 2 lines 3583 Changed paths: 3584 M /libcaca/trunk/test 3585 M /libcaca/trunk/test/Makefile.am 3586 A /libcaca/trunk/test/all.c 3587 M /libcaca/trunk/test/blit.c 2344 3588 2345 3589 * Started writing a full API test. Not sure where it'll lead. 2346 3590 2347 3591 ------------------------------------------------------------------------ 2348 r1 061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines2349 Changed paths: 2350 M cxx/cucul++.cpp2351 M cxx/cucul++.h2352 M cxx/cxxtest.cpp3592 r1388 | sam | 2006-11-13 21:42:15 +0000 (Mon, 13 Nov 2006) | 2 lines 3593 Changed paths: 3594 M /libcaca/trunk/cxx/cucul++.cpp 3595 M /libcaca/trunk/cxx/cucul++.h 3596 M /libcaca/trunk/cxx/cxxtest.cpp 2353 3597 2354 3598 * Updated C++ bindings so that they build, at least. 2355 3599 2356 3600 ------------------------------------------------------------------------ 2357 r1 060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines2358 Changed paths: 2359 M src/cacademo.c2360 M test/swallow.c3601 r1387 | sam | 2006-11-13 13:34:06 +0000 (Mon, 13 Nov 2006) | 3 lines 3602 Changed paths: 3603 M /libcaca/trunk/src/cacademo.c 3604 M /libcaca/trunk/test/swallow.c 2361 3605 2362 3606 * Add more randomness to the cacademo effects. … … 2364 3608 2365 3609 ------------------------------------------------------------------------ 2366 r1 059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines2367 Changed paths: 2368 M caca/caca.h2369 M src/aafire.c2370 M src/cacademo.c3610 r1386 | sam | 2006-11-13 08:55:36 +0000 (Mon, 13 Nov 2006) | 2 lines 3611 Changed paths: 3612 M /libcaca/trunk/caca/caca.h 3613 M /libcaca/trunk/src/aafire.c 3614 M /libcaca/trunk/src/cacademo.c 2371 3615 2372 3616 * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. 2373 3617 2374 3618 ------------------------------------------------------------------------ 2375 r1 058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines2376 Changed paths: 2377 M cucul/import.c3619 r1384 | sam | 2006-11-13 00:19:18 +0000 (Mon, 13 Nov 2006) | 2 lines 3620 Changed paths: 3621 M /libcaca/trunk/cucul/import.c 2378 3622 2379 3623 * Improved ANSI import, especially wrt. drawing context persistence. 2380 3624 2381 3625 ------------------------------------------------------------------------ 2382 r1 057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13Nov 2006) | 2 lines2383 Changed paths: 2384 M cucul/attr.c3626 r1383 | sam | 2006-11-12 23:09:17 +0000 (Sun, 12 Nov 2006) | 2 lines 3627 Changed paths: 3628 M /libcaca/trunk/cucul/attr.c 2385 3629 2386 3630 * Fix a bug in cucul_put_attr. This function was simply not working. 2387 3631 2388 3632 ------------------------------------------------------------------------ 2389 r1 056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines2390 Changed paths: 2391 M cucul/cucul.c2392 M cucul/cucul_internals.h2393 M cucul/frame.c3633 r1381 | sam | 2006-11-12 22:26:36 +0000 (Sun, 12 Nov 2006) | 3 lines 3634 Changed paths: 3635 M /libcaca/trunk/cucul/cucul.c 3636 M /libcaca/trunk/cucul/cucul_internals.h 3637 M /libcaca/trunk/cucul/frame.c 2394 3638 2395 3639 * Fix a bug in cucul_set_canvas_size() that caused the default attribute … … 2397 3641 2398 3642 ------------------------------------------------------------------------ 2399 r1 054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines2400 Changed paths: 2401 M cucul/import.c3643 r1378 | sam | 2006-11-12 21:29:31 +0000 (Sun, 12 Nov 2006) | 4 lines 3644 Changed paths: 3645 M /libcaca/trunk/cucul/import.c 2402 3646 2403 3647 * When importing an utf-8 file, set background and foreground colours to … … 2406 3650 2407 3651 ------------------------------------------------------------------------ 2408 r1 053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines2409 Changed paths: 2410 M NEWS3652 r1377 | sam | 2006-11-12 20:39:27 +0000 (Sun, 12 Nov 2006) | 2 lines 3653 Changed paths: 3654 M /libcaca/trunk/NEWS 2411 3655 2412 3656 * Oops, fixed NEW entry. 2413 3657 2414 3658 ------------------------------------------------------------------------ 2415 r1 048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines2416 Changed paths: 2417 M Makefile.am3659 r1371 | sam | 2006-11-12 19:29:43 +0000 (Sun, 12 Nov 2006) | 2 lines 3660 Changed paths: 3661 M /libcaca/trunk/Makefile.am 2418 3662 2419 3663 * Added a "make upload" rule for releases. 2420 3664 2421 3665 ------------------------------------------------------------------------ 2422 r1 047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines2423 Changed paths: 2424 M ChangeLog2425 M NEWS2426 M configure.ac3666 r1370 | sam | 2006-11-12 18:26:40 +0000 (Sun, 12 Nov 2006) | 3 lines 3667 Changed paths: 3668 M /libcaca/trunk/ChangeLog 3669 M /libcaca/trunk/NEWS 3670 M /libcaca/trunk/configure.ac 2427 3671 2428 3672 * Set version to 0.99.beta10. … … 2430 3674 2431 3675 ------------------------------------------------------------------------ 2432 r1 046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines2433 Changed paths: 2434 M doc/migrating.dox3676 r1369 | sam | 2006-11-12 18:23:29 +0000 (Sun, 12 Nov 2006) | 2 lines 3677 Changed paths: 3678 M /libcaca/trunk/doc/migrating.dox 2435 3679 2436 3680 * Documentation updates. 2437 3681 2438 3682 ------------------------------------------------------------------------ 2439 r1 045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines2440 Changed paths: 2441 M cucul/cucul.h2442 M cucul/legacy.c3683 r1366 | sam | 2006-11-12 17:45:14 +0000 (Sun, 12 Nov 2006) | 3 lines 3684 Changed paths: 3685 M /libcaca/trunk/cucul/cucul.h 3686 M /libcaca/trunk/cucul/legacy.c 2443 3687 2444 3688 * Re-added cucul_getchar() to the legacy functions. Debian's current version … … 2446 3690 2447 3691 ------------------------------------------------------------------------ 2448 r1 044 | sam | 2006-11-12 18:30:08 +0100 (Sun, 12 Nov 2006) | 2 lines2449 Changed paths: 2450 M cucul/font.c2451 M cucul/font_mono9.h2452 M cucul/font_monobold12.h2453 M doc/font.dox2454 M tools/makefont.c3692 r1365 | sam | 2006-11-12 17:30:08 +0000 (Sun, 12 Nov 2006) | 2 lines 3693 Changed paths: 3694 M /libcaca/trunk/cucul/font.c 3695 M /libcaca/trunk/cucul/font_mono9.h 3696 M /libcaca/trunk/cucul/font_monobold12.h 3697 M /libcaca/trunk/doc/font.dox 3698 M /libcaca/trunk/tools/makefont.c 2455 3699 2456 3700 * Add maxwidth and maxheight members to the font format. 2457 3701 2458 3702 ------------------------------------------------------------------------ 2459 r1 043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines2460 Changed paths: 2461 M src/cacademo.c2462 M test/swallow.c3703 r1364 | sam | 2006-11-12 15:54:50 +0000 (Sun, 12 Nov 2006) | 3 lines 3704 Changed paths: 3705 M /libcaca/trunk/src/cacademo.c 3706 M /libcaca/trunk/test/swallow.c 2463 3707 2464 3708 * Random transition times in cacademo. … … 2466 3710 2467 3711 ------------------------------------------------------------------------ 2468 r1 042 | sam | 2006-11-12 16:35:04 +0100 (Sun, 12 Nov 2006) | 2 lines2469 Changed paths: 2470 M src/aafire.c2471 M src/cacademo.c3712 r1363 | sam | 2006-11-12 15:35:04 +0000 (Sun, 12 Nov 2006) | 2 lines 3713 Changed paths: 3714 M /libcaca/trunk/src/aafire.c 3715 M /libcaca/trunk/src/cacademo.c 2472 3716 2473 3717 * Ctrl-C and Ctrl-Z quit cacafire and cacademo. 2474 3718 2475 3719 ------------------------------------------------------------------------ 2476 r1 041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines2477 Changed paths: 2478 M caca/caca.c2479 M caca/graphics.c2480 M common.h2481 M cucul/attr.c2482 M cucul/canvas.c2483 M cucul/cucul.c2484 M cucul/dither.c2485 M cucul/export.c2486 M cucul/font.c2487 M cucul/frame.c2488 M cucul/import.c2489 M cucul/legacy.c3720 r1362 | sam | 2006-11-12 15:26:13 +0000 (Sun, 12 Nov 2006) | 3 lines 3721 Changed paths: 3722 M /libcaca/trunk/caca/caca.c 3723 M /libcaca/trunk/caca/graphics.c 3724 M /libcaca/trunk/common.h 3725 M /libcaca/trunk/cucul/attr.c 3726 M /libcaca/trunk/cucul/canvas.c 3727 M /libcaca/trunk/cucul/cucul.c 3728 M /libcaca/trunk/cucul/dither.c 3729 M /libcaca/trunk/cucul/export.c 3730 M /libcaca/trunk/cucul/font.c 3731 M /libcaca/trunk/cucul/frame.c 3732 M /libcaca/trunk/cucul/import.c 3733 M /libcaca/trunk/cucul/legacy.c 2490 3734 2491 3735 * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. … … 2493 3737 2494 3738 ------------------------------------------------------------------------ 2495 r1 040 | sam | 2006-11-12 15:42:58 +0100 (Sun, 12 Nov 2006) | 3 lines2496 Changed paths: 2497 M cucul/font_mono9.h2498 M cucul/font_monobold12.h2499 M test/font2tga.c2500 M tools/makefont.c3739 r1361 | sam | 2006-11-12 14:42:58 +0000 (Sun, 12 Nov 2006) | 3 lines 3740 Changed paths: 3741 M /libcaca/trunk/cucul/font_mono9.h 3742 M /libcaca/trunk/cucul/font_monobold12.h 3743 M /libcaca/trunk/test/font2tga.c 3744 M /libcaca/trunk/tools/makefont.c 2501 3745 2502 3746 * Add CJK punctuation to the default fonts. … … 2504 3748 2505 3749 ------------------------------------------------------------------------ 2506 r1 039 | sam | 2006-11-12 14:11:01 +0100 (Sun, 12 Nov 2006) | 2 lines2507 Changed paths: 2508 M common.h2509 M configure.ac2510 M cucul/export.c3750 r1360 | sam | 2006-11-12 13:11:01 +0000 (Sun, 12 Nov 2006) | 2 lines 3751 Changed paths: 3752 M /libcaca/trunk/common.h 3753 M /libcaca/trunk/configure.ac 3754 M /libcaca/trunk/cucul/export.c 2511 3755 2512 3756 * Add a debug() function and a --enable-debug configure flag. 2513 3757 2514 3758 ------------------------------------------------------------------------ 2515 r1 038 | sam | 2006-11-12 13:26:48 +0100 (Sun, 12 Nov 2006) | 3 lines2516 Changed paths: 2517 M cucul/font.c2518 M cucul/font_mono9.h2519 M cucul/font_monobold12.h2520 M test/font2tga.c2521 M tools/makefont.c3759 r1359 | sam | 2006-11-12 12:26:48 +0000 (Sun, 12 Nov 2006) | 3 lines 3760 Changed paths: 3761 M /libcaca/trunk/cucul/font.c 3762 M /libcaca/trunk/cucul/font_mono9.h 3763 M /libcaca/trunk/cucul/font_monobold12.h 3764 M /libcaca/trunk/test/font2tga.c 3765 M /libcaca/trunk/tools/makefont.c 2522 3766 2523 3767 * Support fullwidth fonts. … … 2525 3769 2526 3770 ------------------------------------------------------------------------ 2527 r1 037 | sam | 2006-11-12 12:06:34 +0100 (Sun, 12 Nov 2006) | 2 lines2528 Changed paths: 2529 M caca/caca.h3771 r1358 | sam | 2006-11-12 11:06:34 +0000 (Sun, 12 Nov 2006) | 2 lines 3772 Changed paths: 3773 M /libcaca/trunk/caca/caca.h 2530 3774 2531 3775 * Documented caca_event_t members. 2532 3776 2533 3777 ------------------------------------------------------------------------ 2534 r1 036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines2535 Changed paths: 2536 M cucul/cucul.h2537 M cucul/export.c2538 M cucul/font.c2539 M cucul/frame.c2540 M doc/Makefile.am2541 A doc/canvas.dox2542 A doc/font.dox2543 M doc/libcaca.dox3778 r1357 | sam | 2006-11-12 10:42:14 +0000 (Sun, 12 Nov 2006) | 3 lines 3779 Changed paths: 3780 M /libcaca/trunk/cucul/cucul.h 3781 M /libcaca/trunk/cucul/export.c 3782 M /libcaca/trunk/cucul/font.c 3783 M /libcaca/trunk/cucul/frame.c 3784 M /libcaca/trunk/doc/Makefile.am 3785 A /libcaca/trunk/doc/canvas.dox (from /libcaca/trunk/cucul/export.c:1354) 3786 A /libcaca/trunk/doc/font.dox (from /libcaca/trunk/cucul/font.c:1349) 3787 M /libcaca/trunk/doc/libcaca.dox 2544 3788 2545 3789 * Documentation updates. Moved the canvas and font format definitions to … … 2547 3791 2548 3792 ------------------------------------------------------------------------ 2549 r1 035 | sam | 2006-11-12 11:32:38 +0100 (Sun, 12 Nov 2006) | 4 lines2550 Changed paths: 2551 M doc/caca-config.13793 r1356 | sam | 2006-11-12 10:32:38 +0000 (Sun, 12 Nov 2006) | 4 lines 3794 Changed paths: 3795 M /libcaca/trunk/doc/caca-config.1 2552 3796 2553 3797 * Mention caca-config being deprecated in its manpage, and removed mention … … 2556 3800 2557 3801 ------------------------------------------------------------------------ 2558 r1 034 | sam | 2006-11-12 11:06:35 +0100 (Sun, 12 Nov 2006) | 2 lines2559 Changed paths: 2560 M src/cacaplay.c3802 r1355 | sam | 2006-11-12 10:06:35 +0000 (Sun, 12 Nov 2006) | 2 lines 3803 Changed paths: 3804 M /libcaca/trunk/src/cacaplay.c 2561 3805 2562 3806 * Properly handle EOF in cacaplay. 2563 3807 2564 3808 ------------------------------------------------------------------------ 2565 r1 033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines2566 Changed paths: 2567 M TODO2568 M cucul/export.c3809 r1354 | sam | 2006-11-12 10:04:23 +0000 (Sun, 12 Nov 2006) | 2 lines 3810 Changed paths: 3811 M /libcaca/trunk/TODO 3812 M /libcaca/trunk/cucul/export.c 2569 3813 2570 3814 * Documentation fixes and TODO updates. 2571 3815 2572 3816 ------------------------------------------------------------------------ 2573 r1 032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines2574 Changed paths: 2575 M caca/driver_raw.c3817 r1353 | sam | 2006-11-12 10:02:51 +0000 (Sun, 12 Nov 2006) | 2 lines 3818 Changed paths: 3819 M /libcaca/trunk/caca/driver_raw.c 2576 3820 2577 3821 * Flush stdout after writing the data in the raw driver. 2578 3822 2579 3823 ------------------------------------------------------------------------ 2580 r1 031 | sam | 2006-11-12 10:48:37 +0100 (Sun, 12 Nov 2006) | 2 lines2581 Changed paths: 2582 M doc/cacaplay.12583 M src/cacaplay.c3824 r1352 | sam | 2006-11-12 09:48:37 +0000 (Sun, 12 Nov 2006) | 2 lines 3825 Changed paths: 3826 M /libcaca/trunk/doc/cacaplay.1 3827 M /libcaca/trunk/src/cacaplay.c 2584 3828 2585 3829 * Allow cacaplay to play streams and updated its manpage. 2586 3830 2587 3831 ------------------------------------------------------------------------ 2588 r1 030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines2589 Changed paths: 2590 M test/swallow.c3832 r1351 | sam | 2006-11-12 09:46:10 +0000 (Sun, 12 Nov 2006) | 2 lines 3833 Changed paths: 3834 M /libcaca/trunk/test/swallow.c 2591 3835 2592 3836 * Fix infinite loop due to signed/unsigned mistake. 2593 3837 2594 3838 ------------------------------------------------------------------------ 2595 r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines 2596 Changed paths: 2597 M test/Makefile.am 2598 A test/swallow.c 3839 r1350 | sam | 2006-11-11 18:07:58 +0000 (Sat, 11 Nov 2006) | 3 lines 3840 Changed paths: 3841 M /libcaca/trunk/test 3842 M /libcaca/trunk/test/Makefile.am 3843 A /libcaca/trunk/test/swallow.c 2599 3844 2600 3845 * libcaca multiplexer: swallows two libcaca applications, for instance … … 2602 3847 2603 3848 ------------------------------------------------------------------------ 2604 r1 028 | sam | 2006-11-11 18:55:11 +0100 (Sat, 11 Nov 2006) | 2 lines2605 Changed paths: 2606 M cucul/import.c3849 r1349 | sam | 2006-11-11 17:55:11 +0000 (Sat, 11 Nov 2006) | 2 lines 3850 Changed paths: 3851 M /libcaca/trunk/cucul/import.c 2607 3852 2608 3853 * Fixed a bug in the caca importer. 2609 3854 2610 3855 ------------------------------------------------------------------------ 2611 r1 027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines2612 Changed paths: 2613 M test/blit.c3856 r1348 | sam | 2006-11-11 17:13:16 +0000 (Sat, 11 Nov 2006) | 2 lines 3857 Changed paths: 3858 M /libcaca/trunk/test/blit.c 2614 3859 2615 3860 * Fix program header. 2616 3861 2617 3862 ------------------------------------------------------------------------ 2618 r1 026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines2619 Changed paths: 2620 M caca/caca0.h2621 M caca/driver_gl.c2622 M cucul/attr.c2623 M cucul/box.c2624 M cucul/canvas.c2625 M cucul/conic.c2626 M cucul/cucul.h2627 M cucul/dither.c2628 M cucul/import.c2629 M cucul/legacy.c2630 M cucul/line.c2631 M cucul/triangle.c2632 M src/aafire.c2633 M src/cacademo.c2634 M src/cacaview.c2635 M test/blit.c2636 M test/colors.c2637 M test/demo.c2638 M test/dithering.c2639 M test/event.c2640 M test/export.c2641 M test/font.c2642 M test/font2tga.c2643 M test/frames.c2644 M test/fullwidth.c2645 M test/input.c2646 M test/spritedit.c2647 M test/transform.c2648 M test/truecolor.c2649 M test/unicode.c3863 r1347 | sam | 2006-11-11 16:29:39 +0000 (Sat, 11 Nov 2006) | 2 lines 3864 Changed paths: 3865 M /libcaca/trunk/caca/caca0.h 3866 M /libcaca/trunk/caca/driver_gl.c 3867 M /libcaca/trunk/cucul/attr.c 3868 M /libcaca/trunk/cucul/box.c 3869 M /libcaca/trunk/cucul/canvas.c 3870 M /libcaca/trunk/cucul/conic.c 3871 M /libcaca/trunk/cucul/cucul.h 3872 M /libcaca/trunk/cucul/dither.c 3873 M /libcaca/trunk/cucul/import.c 3874 M /libcaca/trunk/cucul/legacy.c 3875 M /libcaca/trunk/cucul/line.c 3876 M /libcaca/trunk/cucul/triangle.c 3877 M /libcaca/trunk/src/aafire.c 3878 M /libcaca/trunk/src/cacademo.c 3879 M /libcaca/trunk/src/cacaview.c 3880 M /libcaca/trunk/test/blit.c 3881 M /libcaca/trunk/test/colors.c 3882 M /libcaca/trunk/test/demo.c 3883 M /libcaca/trunk/test/dithering.c 3884 M /libcaca/trunk/test/event.c 3885 M /libcaca/trunk/test/export.c 3886 M /libcaca/trunk/test/font.c 3887 M /libcaca/trunk/test/font2tga.c 3888 M /libcaca/trunk/test/frames.c 3889 M /libcaca/trunk/test/fullwidth.c 3890 M /libcaca/trunk/test/input.c 3891 M /libcaca/trunk/test/spritedit.c 3892 M /libcaca/trunk/test/transform.c 3893 M /libcaca/trunk/test/truecolor.c 3894 M /libcaca/trunk/test/unicode.c 2650 3895 2651 3896 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 2652 3897 2653 3898 ------------------------------------------------------------------------ 2654 r1 025 | sam | 2006-11-11 16:38:40 +0100 (Sat, 11 Nov 2006) | 2 lines2655 Changed paths: 2656 M cucul/canvas.c2657 M test/Makefile.am2658 A test/blit.c3899 r1346 | sam | 2006-11-11 15:38:40 +0000 (Sat, 11 Nov 2006) | 2 lines 3900 Changed paths: 3901 M /libcaca/trunk/cucul/canvas.c 3902 M /libcaca/trunk/test/Makefile.am 3903 A /libcaca/trunk/test/blit.c 2659 3904 2660 3905 * Made cucul_blit() handle-aware. Added a blit test for that. 2661 3906 2662 3907 ------------------------------------------------------------------------ 2663 r1 024 | sam | 2006-11-11 16:17:16 +0100 (Sat, 11 Nov 2006) | 2 lines2664 Changed paths: 2665 M test/transform.c3908 r1345 | sam | 2006-11-11 15:17:16 +0000 (Sat, 11 Nov 2006) | 2 lines 3909 Changed paths: 3910 M /libcaca/trunk/test/transform.c 2666 3911 2667 3912 * Free all memory upon exit in the transform test. 2668 3913 2669 3914 ------------------------------------------------------------------------ 2670 r1 023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines2671 Changed paths: 2672 M test/transform.c3915 r1344 | sam | 2006-11-11 15:10:38 +0000 (Sat, 11 Nov 2006) | 3 lines 3916 Changed paths: 3917 M /libcaca/trunk/test/transform.c 2673 3918 2674 3919 * Update transform.c so that it uses import functions instead of blitting … … 2676 3921 2677 3922 ------------------------------------------------------------------------ 2678 r1 022 | sam | 2006-11-11 15:51:04 +0100 (Sat, 11 Nov 2006) | 2 lines2679 Changed paths: 2680 M cucul/import.c3923 r1343 | sam | 2006-11-11 14:51:04 +0000 (Sat, 11 Nov 2006) | 2 lines 3924 Changed paths: 3925 M /libcaca/trunk/cucul/import.c 2681 3926 2682 3927 * Do not force the text colour when importing a text file. 2683 3928 2684 3929 ------------------------------------------------------------------------ 2685 r1 021 | sam | 2006-11-11 15:24:35 +0100 (Sat, 11 Nov 2006) | 2 lines2686 Changed paths: 2687 M TODO2688 M cucul/canvas.c2689 M cucul/cucul.c2690 M cucul/cucul.h2691 M cucul/cucul_internals.h2692 M cucul/export.c2693 M cucul/frame.c2694 M cucul/import.c3930 r1342 | sam | 2006-11-11 14:24:35 +0000 (Sat, 11 Nov 2006) | 2 lines 3931 Changed paths: 3932 M /libcaca/trunk/TODO 3933 M /libcaca/trunk/cucul/canvas.c 3934 M /libcaca/trunk/cucul/cucul.c 3935 M /libcaca/trunk/cucul/cucul.h 3936 M /libcaca/trunk/cucul/cucul_internals.h 3937 M /libcaca/trunk/cucul/export.c 3938 M /libcaca/trunk/cucul/frame.c 3939 M /libcaca/trunk/cucul/import.c 2695 3940 2696 3941 * Add cursor and handle support to canvases. Unused yet. 2697 3942 2698 3943 ------------------------------------------------------------------------ 2699 r1 020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines2700 Changed paths: 2701 M TODO2702 M cucul/canvas.c2703 M cucul/frame.c3944 r1341 | sam | 2006-11-11 13:29:03 +0000 (Sat, 11 Nov 2006) | 3 lines 3945 Changed paths: 3946 M /libcaca/trunk/TODO 3947 M /libcaca/trunk/cucul/canvas.c 3948 M /libcaca/trunk/cucul/frame.c 2704 3949 2705 3950 * Cosmetic code and documentation changes here and there. … … 2707 3952 2708 3953 ------------------------------------------------------------------------ 2709 r1 019 | sam | 2006-11-11 14:03:19 +0100 (Sat, 11 Nov 2006) | 2 lines2710 Changed paths: 2711 M test/frames.c3954 r1340 | sam | 2006-11-11 13:03:19 +0000 (Sat, 11 Nov 2006) | 2 lines 3955 Changed paths: 3956 M /libcaca/trunk/test/frames.c 2712 3957 2713 3958 * Restore attribute settings before resizing the canvas in the frame test. 2714 3959 2715 3960 ------------------------------------------------------------------------ 2716 r1 018 | sam | 2006-11-11 14:00:36 +0100 (Sat, 11 Nov 2006) | 2 lines2717 Changed paths: 2718 M cucul/Makefile.am2719 A cucul/frame.c2720 D cucul/sprite.c3961 r1339 | sam | 2006-11-11 13:00:36 +0000 (Sat, 11 Nov 2006) | 2 lines 3962 Changed paths: 3963 M /libcaca/trunk/cucul/Makefile.am 3964 A /libcaca/trunk/cucul/frame.c (from /libcaca/trunk/cucul/sprite.c:1338) 3965 D /libcaca/trunk/cucul/sprite.c 2721 3966 2722 3967 * Rename sprite.c into frame.c. 2723 3968 2724 3969 ------------------------------------------------------------------------ 2725 r1 017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines2726 Changed paths: 2727 M cucul/canvas.c2728 M cucul/cucul.c2729 M cucul/cucul_internals.h2730 M cucul/sprite.c3970 r1338 | sam | 2006-11-11 12:57:03 +0000 (Sat, 11 Nov 2006) | 2 lines 3971 Changed paths: 3972 M /libcaca/trunk/cucul/canvas.c 3973 M /libcaca/trunk/cucul/cucul.c 3974 M /libcaca/trunk/cucul/cucul_internals.h 3975 M /libcaca/trunk/cucul/sprite.c 2731 3976 2732 3977 * Prepare the way for per-frame width/height information. 2733 3978 2734 3979 ------------------------------------------------------------------------ 2735 r1 016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines2736 Changed paths: 2737 M cucul/cucul.c3980 r1337 | sam | 2006-11-11 12:27:37 +0000 (Sat, 11 Nov 2006) | 2 lines 3981 Changed paths: 3982 M /libcaca/trunk/cucul/cucul.c 2738 3983 2739 3984 * Fix minor uninitialised data bug in cucul_canvas_create(). 2740 3985 2741 3986 ------------------------------------------------------------------------ 2742 r1 015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines2743 Changed paths: 2744 M cucul/cucul.c3987 r1336 | sam | 2006-11-11 12:11:20 +0000 (Sat, 11 Nov 2006) | 2 lines 3988 Changed paths: 3989 M /libcaca/trunk/cucul/cucul.c 2745 3990 2746 3991 * Allow to resize canvases back to (0,0). 2747 3992 2748 3993 ------------------------------------------------------------------------ 2749 r1 014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines2750 Changed paths: 2751 M cucul/charset.c2752 M cucul/cucul_internals.h3994 r1335 | sam | 2006-11-11 09:22:10 +0000 (Sat, 11 Nov 2006) | 4 lines 3995 Changed paths: 3996 M /libcaca/trunk/cucul/charset.c 3997 M /libcaca/trunk/cucul/cucul_internals.h 2753 3998 2754 3999 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() … … 2757 4002 2758 4003 ------------------------------------------------------------------------ 2759 r1 013 | sam | 2006-11-11 10:18:42 +0100 (Sat, 11 Nov 2006) | 2 lines2760 Changed paths: 2761 M cucul/cucul.c2762 M cucul/cucul_internals.h2763 M cucul/dither.c4004 r1334 | sam | 2006-11-11 09:18:42 +0000 (Sat, 11 Nov 2006) | 2 lines 4005 Changed paths: 4006 M /libcaca/trunk/cucul/cucul.c 4007 M /libcaca/trunk/cucul/cucul_internals.h 4008 M /libcaca/trunk/cucul/dither.c 2764 4009 2765 4010 * Got rid of very old _cucul_init_dither() function call. 2766 4011 2767 4012 ------------------------------------------------------------------------ 2768 r1 012 | sam | 2006-11-11 10:10:17 +0100 (Sat, 11 Nov 2006) | 3 lines2769 Changed paths: 2770 M caca/driver_conio.c2771 M caca/driver_ncurses.c2772 M caca/driver_slang.c2773 M caca/driver_vga.c2774 M cucul/attr.c2775 M cucul/cucul.h2776 M cucul/cucul_internals.h4013 r1333 | sam | 2006-11-11 09:10:17 +0000 (Sat, 11 Nov 2006) | 3 lines 4014 Changed paths: 4015 M /libcaca/trunk/caca/driver_conio.c 4016 M /libcaca/trunk/caca/driver_ncurses.c 4017 M /libcaca/trunk/caca/driver_slang.c 4018 M /libcaca/trunk/caca/driver_vga.c 4019 M /libcaca/trunk/cucul/attr.c 4020 M /libcaca/trunk/cucul/cucul.h 4021 M /libcaca/trunk/cucul/cucul_internals.h 2777 4022 2778 4023 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() … … 2780 4025 2781 4026 ------------------------------------------------------------------------ 2782 r1 011 | sam | 2006-11-11 09:44:14 +0100 (Sat, 11 Nov 2006) | 3 lines2783 Changed paths: 2784 M caca/driver_slang.c2785 M caca/driver_win32.c2786 M cucul/attr.c2787 M cucul/export.c4027 r1332 | sam | 2006-11-11 08:44:14 +0000 (Sat, 11 Nov 2006) | 3 lines 4028 Changed paths: 4029 M /libcaca/trunk/caca/driver_slang.c 4030 M /libcaca/trunk/caca/driver_win32.c 4031 M /libcaca/trunk/cucul/attr.c 4032 M /libcaca/trunk/cucul/export.c 2788 4033 2789 4034 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with … … 2791 4036 2792 4037 ------------------------------------------------------------------------ 2793 r1 010 | sam | 2006-11-11 09:34:41 +0100 (Sat, 11 Nov 2006) | 2 lines2794 Changed paths: 2795 M cucul/attr.c2796 M cucul/cucul.h4038 r1331 | sam | 2006-11-11 08:34:41 +0000 (Sat, 11 Nov 2006) | 2 lines 4039 Changed paths: 4040 M /libcaca/trunk/cucul/attr.c 4041 M /libcaca/trunk/cucul/cucul.h 2797 4042 2798 4043 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 2799 4044 2800 4045 ------------------------------------------------------------------------ 2801 r1 009 | sam | 2006-11-11 09:11:26 +0100 (Sat, 11 Nov 2006) | 4 lines2802 Changed paths: 2803 M caca/caca0.h2804 M cucul/box.c2805 M cucul/conic.c2806 M cucul/cucul.h2807 M cucul/line.c2808 M cucul/triangle.c2809 M src/cacademo.c2810 M src/cacaview.c2811 M test/demo.c2812 M test/event.c2813 M test/export.c2814 M test/frames.c2815 M test/gamma.c2816 M test/input.c4046 r1330 | sam | 2006-11-11 08:11:26 +0000 (Sat, 11 Nov 2006) | 4 lines 4047 Changed paths: 4048 M /libcaca/trunk/caca/caca0.h 4049 M /libcaca/trunk/cucul/box.c 4050 M /libcaca/trunk/cucul/conic.c 4051 M /libcaca/trunk/cucul/cucul.h 4052 M /libcaca/trunk/cucul/line.c 4053 M /libcaca/trunk/cucul/triangle.c 4054 M /libcaca/trunk/src/cacademo.c 4055 M /libcaca/trunk/src/cacaview.c 4056 M /libcaca/trunk/test/demo.c 4057 M /libcaca/trunk/test/event.c 4058 M /libcaca/trunk/test/export.c 4059 M /libcaca/trunk/test/frames.c 4060 M /libcaca/trunk/test/gamma.c 4061 M /libcaca/trunk/test/input.c 2817 4062 2818 4063 * Switch back to UTF-32 arguments for drawing primitives, now that we … … 2821 4066 2822 4067 ------------------------------------------------------------------------ 2823 r1 008 | sam | 2006-11-11 08:56:30 +0100 (Sat, 11 Nov 2006) | 2 lines2824 Changed paths: 2825 M cucul/box.c2826 M cucul/cucul.h4068 r1329 | sam | 2006-11-11 07:56:30 +0000 (Sat, 11 Nov 2006) | 2 lines 4069 Changed paths: 4070 M /libcaca/trunk/cucul/box.c 4071 M /libcaca/trunk/cucul/cucul.h 2827 4072 2828 4073 * Implemented cucul_draw_cp437_box(). 2829 4074 2830 4075 ------------------------------------------------------------------------ 2831 r1 007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines2832 Changed paths: 2833 M doc/Makefile.am2834 A doc/cacaplay.12835 A doc/cacaserver.12836 M doc/cacaview.12837 A doc/img2irc.12838 M src/img2irc.c4076 r1328 | sam | 2006-11-10 15:38:09 +0000 (Fri, 10 Nov 2006) | 2 lines 4077 Changed paths: 4078 M /libcaca/trunk/doc/Makefile.am 4079 A /libcaca/trunk/doc/cacaplay.1 4080 A /libcaca/trunk/doc/cacaserver.1 4081 M /libcaca/trunk/doc/cacaview.1 4082 A /libcaca/trunk/doc/img2irc.1 4083 M /libcaca/trunk/src/img2irc.c 2839 4084 2840 4085 * Wrote manual pages for img2irc, cacaplay and cacaserver. 2841 4086 2842 4087 ------------------------------------------------------------------------ 2843 r1 006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines2844 Changed paths: 2845 M cucul/Makefile.am2846 A cucul/attr.c2847 D cucul/colour.c2848 M cucul/cucul.h4088 r1324 | sam | 2006-11-10 10:29:54 +0000 (Fri, 10 Nov 2006) | 2 lines 4089 Changed paths: 4090 M /libcaca/trunk/cucul/Makefile.am 4091 A /libcaca/trunk/cucul/attr.c (from /libcaca/trunk/cucul/colour.c:1312) 4092 D /libcaca/trunk/cucul/colour.c 4093 M /libcaca/trunk/cucul/cucul.h 2849 4094 2850 4095 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 2851 4096 2852 4097 ------------------------------------------------------------------------ 2853 r1 005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines2854 Changed paths: 2855 M src/cacaserver.c4098 r1315 | sam | 2006-11-09 17:24:29 +0000 (Thu, 09 Nov 2006) | 3 lines 4099 Changed paths: 4100 M /libcaca/trunk/src/cacaserver.c 2856 4101 2857 4102 * Don't try to guess the file format in cacaserver, instead feed the data … … 2859 4104 2860 4105 ------------------------------------------------------------------------ 2861 r1 004 | sam | 2006-11-09 18:20:47 +0100 (Thu, 09 Nov 2006) | 2 lines2862 Changed paths: 2863 M cucul/import.c4106 r1314 | sam | 2006-11-09 17:20:47 +0000 (Thu, 09 Nov 2006) | 2 lines 4107 Changed paths: 4108 M /libcaca/trunk/cucul/import.c 2864 4109 2865 4110 * If not enough data is available for import, return 0 instead of an error. 2866 4111 2867 4112 ------------------------------------------------------------------------ 2868 r1 003 | sam | 2006-11-09 12:14:57 +0100 (Thu, 09 Nov 2006) | 2 lines2869 Changed paths: 2870 M cucul/canvas.c2871 M cucul/import.c4113 r1313 | sam | 2006-11-09 11:14:57 +0000 (Thu, 09 Nov 2006) | 2 lines 4114 Changed paths: 4115 M /libcaca/trunk/cucul/canvas.c 4116 M /libcaca/trunk/cucul/import.c 2872 4117 2873 4118 * Minor documentation fixes. 2874 4119 2875 4120 ------------------------------------------------------------------------ 2876 r1 002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines2877 Changed paths: 2878 M cxx/cxxtest.cpp4121 r1310 | jylam | 2006-11-09 09:27:35 +0000 (Thu, 09 Nov 2006) | 2 lines 4122 Changed paths: 4123 M /libcaca/trunk/cxx/cxxtest.cpp 2879 4124 2880 4125 * Fixed behaviour of the pig while resizing window 2881 4126 2882 4127 ------------------------------------------------------------------------ 2883 r1 001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines2884 Changed paths: 2885 M doc/migrating.dox4128 r1309 | sam | 2006-11-08 17:27:48 +0000 (Wed, 08 Nov 2006) | 2 lines 4129 Changed paths: 4130 M /libcaca/trunk/doc/migrating.dox 2886 4131 2887 4132 * Slight documentation update. 2888 4133 2889 4134 ------------------------------------------------------------------------ 2890 r1 000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines2891 Changed paths: 2892 M src/cacadraw.c2893 M src/cacaplay.c2894 M src/cacaserver.c2895 M src/img2irc.c2896 M test/export.c2897 M test/font2tga.c2898 M test/import.c2899 M test/text.c4135 r1308 | sam | 2006-11-08 17:26:57 +0000 (Wed, 08 Nov 2006) | 2 lines 4136 Changed paths: 4137 M /libcaca/trunk/src/cacadraw.c 4138 M /libcaca/trunk/src/cacaplay.c 4139 M /libcaca/trunk/src/cacaserver.c 4140 M /libcaca/trunk/src/img2irc.c 4141 M /libcaca/trunk/test/export.c 4142 M /libcaca/trunk/test/font2tga.c 4143 M /libcaca/trunk/test/import.c 4144 M /libcaca/trunk/test/text.c 2900 4145 2901 4146 * Convert all programs and tests to the new import/export API. 2902 4147 2903 4148 ------------------------------------------------------------------------ 2904 r 999 | sam | 2006-11-08 18:18:23 +0100 (Wed, 08 Nov 2006) | 8 lines2905 Changed paths: 2906 M cucul/cucul.h2907 M cucul/import.c4149 r1307 | sam | 2006-11-08 17:18:23 +0000 (Wed, 08 Nov 2006) | 8 lines 4150 Changed paths: 4151 M /libcaca/trunk/cucul/cucul.h 4152 M /libcaca/trunk/cucul/import.c 2908 4153 2909 4154 * Set the cucul_import_memory() buffer type to void const * instead of … … 2916 4161 2917 4162 ------------------------------------------------------------------------ 2918 r 998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines2919 Changed paths: 2920 M caca/caca0.c2921 M caca/driver_raw.c2922 M cucul/cucul.h2923 M cucul/export.c2924 M cucul/legacy.c4163 r1306 | sam | 2006-11-08 16:43:59 +0000 (Wed, 08 Nov 2006) | 4 lines 4164 Changed paths: 4165 M /libcaca/trunk/caca/caca0.c 4166 M /libcaca/trunk/caca/driver_raw.c 4167 M /libcaca/trunk/cucul/cucul.h 4168 M /libcaca/trunk/cucul/export.c 4169 M /libcaca/trunk/cucul/legacy.c 2925 4170 2926 4171 * Renamed cucul_export() to cucul_export_memory(), paves the way for a … … 2929 4174 2930 4175 ------------------------------------------------------------------------ 2931 r 997 | sam | 2006-11-08 17:34:43 +0100 (Wed, 08 Nov 2006) | 3 lines2932 Changed paths: 2933 M cucul/cucul.h2934 M cucul/import.c2935 M cucul/legacy.c4176 r1305 | sam | 2006-11-08 16:34:43 +0000 (Wed, 08 Nov 2006) | 3 lines 4177 Changed paths: 4178 M /libcaca/trunk/cucul/cucul.h 4179 M /libcaca/trunk/cucul/import.c 4180 M /libcaca/trunk/cucul/legacy.c 2936 4181 2937 4182 * Renamed cucul_import() to cucul_import_memory() and implemented … … 2939 4184 2940 4185 ------------------------------------------------------------------------ 2941 r 996 | sam | 2006-11-08 14:12:06 +0100 (Wed, 08 Nov 2006) | 2 lines2942 Changed paths: 2943 M common.h4186 r1304 | sam | 2006-11-08 13:12:06 +0000 (Wed, 08 Nov 2006) | 2 lines 4187 Changed paths: 4188 M /libcaca/trunk/common.h 2944 4189 2945 4190 * Don't try to include arpa/inet.h in kernel mode. 2946 4191 2947 4192 ------------------------------------------------------------------------ 2948 r 995 | sam | 2006-11-08 14:05:42 +0100 (Wed, 08 Nov 2006) | 2 lines2949 Changed paths: 2950 M common.h2951 M cucul/font.c2952 M cucul/import.c4193 r1303 | sam | 2006-11-08 13:05:42 +0000 (Wed, 08 Nov 2006) | 2 lines 4194 Changed paths: 4195 M /libcaca/trunk/common.h 4196 M /libcaca/trunk/cucul/font.c 4197 M /libcaca/trunk/cucul/import.c 2953 4198 2954 4199 * Don't use htonl() directly, use common.h's hton32() wrapper. 2955 4200 2956 4201 ------------------------------------------------------------------------ 2957 r 994 | sam | 2006-11-08 13:11:07 +0100 (Wed, 08 Nov 2006) | 2 lines2958 Changed paths: 2959 M cucul/Makefile.am2960 D cucul/buffer.c2961 M cucul/colour.c2962 M cucul/cucul.h2963 M cucul/export.c2964 M cucul/import.c2965 A cucul/legacy.c4202 r1302 | sam | 2006-11-08 12:11:07 +0000 (Wed, 08 Nov 2006) | 2 lines 4203 Changed paths: 4204 M /libcaca/trunk/cucul/Makefile.am 4205 D /libcaca/trunk/cucul/buffer.c 4206 M /libcaca/trunk/cucul/colour.c 4207 M /libcaca/trunk/cucul/cucul.h 4208 M /libcaca/trunk/cucul/export.c 4209 M /libcaca/trunk/cucul/import.c 4210 A /libcaca/trunk/cucul/legacy.c (from /libcaca/trunk/cucul/buffer.c:1301) 2966 4211 2967 4212 * Deprecate buffer management. We're back to standard void* memory areas. 2968 4213 2969 4214 ------------------------------------------------------------------------ 2970 r 993 | sam | 2006-11-08 08:59:23 +0100 (Wed, 08 Nov 2006) | 2 lines2971 Changed paths: 2972 M cucul/buffer.c4215 r1301 | sam | 2006-11-08 07:59:23 +0000 (Wed, 08 Nov 2006) | 2 lines 4216 Changed paths: 4217 M /libcaca/trunk/cucul/buffer.c 2973 4218 2974 4219 * Minor syntax fix in the doxygen documentation. 2975 4220 2976 4221 ------------------------------------------------------------------------ 2977 r 992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines2978 Changed paths: 2979 M src/Makefile.am2980 M src/cacaserver.c4222 r1300 | sam | 2006-11-08 07:58:03 +0000 (Wed, 08 Nov 2006) | 2 lines 4223 Changed paths: 4224 M /libcaca/trunk/src/Makefile.am 4225 M /libcaca/trunk/src/cacaserver.c 2981 4226 2982 4227 * Do not link cacaserver with libcaca, it only uses libcucul. 2983 4228 2984 4229 ------------------------------------------------------------------------ 2985 r 991 | sam | 2006-11-06 12:06:44 +0100 (Mon, 06 Nov 2006) | 2 lines2986 Changed paths: 2987 M doc/tutorial.dox4230 r1295 | sam | 2006-11-06 11:06:44 +0000 (Mon, 06 Nov 2006) | 2 lines 4231 Changed paths: 4232 M /libcaca/trunk/doc/tutorial.dox 2988 4233 2989 4234 * Replace CUCUL_COLOR_* with CUCUL_*. 2990 4235 2991 4236 ------------------------------------------------------------------------ 2992 r 990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines2993 Changed paths: 2994 M test/font2tga.c4237 r1294 | sam | 2006-11-06 11:04:37 +0000 (Mon, 06 Nov 2006) | 2 lines 4238 Changed paths: 4239 M /libcaca/trunk/test/font2tga.c 2995 4240 2996 4241 * Use cucul_get_font_blocks() instead of hardcoding the glyph list. 2997 4242 2998 4243 ------------------------------------------------------------------------ 2999 r 989 | sam | 2006-11-06 00:59:06 +0100 (Mon, 06Nov 2006) | 2 lines3000 Changed paths: 3001 M caca/caca0.c4244 r1287 | sam | 2006-11-05 23:59:06 +0000 (Sun, 05 Nov 2006) | 2 lines 4245 Changed paths: 4246 M /libcaca/trunk/caca/caca0.c 3002 4247 3003 4248 * Fix a harmless warning in caca0.c. 3004 4249 3005 4250 ------------------------------------------------------------------------ 3006 r 987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines3007 Changed paths: 3008 M ChangeLog3009 M NEWS3010 M configure.ac4251 r1285 | sam | 2006-11-05 22:51:04 +0000 (Sun, 05 Nov 2006) | 3 lines 4252 Changed paths: 4253 M /libcaca/trunk/ChangeLog 4254 M /libcaca/trunk/NEWS 4255 M /libcaca/trunk/configure.ac 3011 4256 3012 4257 * Set version to 0.99.beta9. … … 3014 4259 3015 4260 ------------------------------------------------------------------------ 3016 r 986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines3017 Changed paths: 3018 M TODO4261 r1284 | sam | 2006-11-05 22:45:10 +0000 (Sun, 05 Nov 2006) | 2 lines 4262 Changed paths: 4263 M /libcaca/trunk/TODO 3019 4264 3020 4265 * Updated TODO list. 3021 4266 3022 4267 ------------------------------------------------------------------------ 3023 r 985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines3024 Changed paths: 3025 M cucul/export.c3026 M cucul/import.c3027 M src/cacaserver.c4268 r1283 | sam | 2006-11-05 22:20:51 +0000 (Sun, 05 Nov 2006) | 6 lines 4269 Changed paths: 4270 M /libcaca/trunk/cucul/export.c 4271 M /libcaca/trunk/cucul/import.c 4272 M /libcaca/trunk/src/cacaserver.c 3028 4273 3029 4274 * Updated the caca export format so that it supports multiple frames. … … 3034 4279 3035 4280 ------------------------------------------------------------------------ 3036 r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines 3037 Changed paths: 3038 M cxx/cxxtest.cpp 4281 r1282 | sam | 2006-11-05 21:59:26 +0000 (Sun, 05 Nov 2006) | 2 lines 4282 Changed paths: 4283 M /libcaca/trunk/cxx 4284 M /libcaca/trunk/cxx/cxxtest.cpp 3039 4285 3040 4286 * Use the import function to load the pig image in cxxtest. 3041 4287 3042 4288 ------------------------------------------------------------------------ 3043 r 983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines3044 Changed paths: 3045 M cucul/font.c4289 r1281 | sam | 2006-11-05 21:47:51 +0000 (Sun, 05 Nov 2006) | 2 lines 4290 Changed paths: 4291 M /libcaca/trunk/cucul/font.c 3046 4292 3047 4293 * Add information to the font format. 3048 4294 3049 4295 ------------------------------------------------------------------------ 3050 r 982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines3051 Changed paths: 3052 M doc/tutorial.dox4296 r1280 | jylam | 2006-11-05 18:31:45 +0000 (Sun, 05 Nov 2006) | 2 lines 4297 Changed paths: 4298 M /libcaca/trunk/doc/tutorial.dox 3053 4299 3054 4300 * Fixed typo, added compilation example 3055 4301 3056 4302 ------------------------------------------------------------------------ 3057 r 981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines3058 Changed paths: 3059 M doc/tutorial.dox4303 r1279 | jylam | 2006-11-05 18:14:26 +0000 (Sun, 05 Nov 2006) | 2 lines 4304 Changed paths: 4305 M /libcaca/trunk/doc/tutorial.dox 3060 4306 3061 4307 * Started a real and complete tutorial 3062 4308 3063 4309 ------------------------------------------------------------------------ 3064 r 980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines3065 Changed paths: 3066 M cxx/cucul++.h4310 r1278 | sam | 2006-11-05 18:08:36 +0000 (Sun, 05 Nov 2006) | 2 lines 4311 Changed paths: 4312 M /libcaca/trunk/cxx/cucul++.h 3067 4313 3068 4314 * Oops, fixed getChar's prototype. 3069 4315 3070 4316 ------------------------------------------------------------------------ 3071 r 979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines3072 Changed paths: 3073 M cxx/cucul++.cpp3074 M cxx/cucul++.h4317 r1277 | sam | 2006-11-05 18:06:09 +0000 (Sun, 05 Nov 2006) | 2 lines 4318 Changed paths: 4319 M /libcaca/trunk/cxx/cucul++.cpp 4320 M /libcaca/trunk/cxx/cucul++.h 3075 4321 3076 4322 * Implemented putChar() and updated getChar()'s prototype. 3077 4323 3078 4324 ------------------------------------------------------------------------ 3079 r 978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines3080 Changed paths: 3081 M cxx/cucul++.cpp4325 r1276 | sam | 2006-11-05 18:00:53 +0000 (Sun, 05 Nov 2006) | 2 lines 4326 Changed paths: 4327 M /libcaca/trunk/cxx/cucul++.cpp 3082 4328 3083 4329 * Don't crash if Blit()'s second canvas argument is NULL (which is valid). 3084 4330 3085 4331 ------------------------------------------------------------------------ 3086 r 977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines3087 Changed paths: 3088 M cxx/cxxtest.cpp4332 r1275 | jylam | 2006-11-05 17:27:37 +0000 (Sun, 05 Nov 2006) | 2 lines 4333 Changed paths: 4334 M /libcaca/trunk/cxx/cxxtest.cpp 3089 4335 3090 4336 * Fixed c++ example 3091 4337 3092 4338 ------------------------------------------------------------------------ 3093 r 976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines3094 Changed paths: 3095 M cucul/cucul.c4339 r1274 | sam | 2006-11-05 16:58:58 +0000 (Sun, 05 Nov 2006) | 2 lines 4340 Changed paths: 4341 M /libcaca/trunk/cucul/cucul.c 3096 4342 3097 4343 * Fix the default canvas colour value. 3098 4344 3099 4345 ------------------------------------------------------------------------ 3100 r 975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines3101 Changed paths: 3102 M cucul/cucul.h4346 r1273 | sam | 2006-11-05 16:56:49 +0000 (Sun, 05 Nov 2006) | 2 lines 4347 Changed paths: 4348 M /libcaca/trunk/cucul/cucul.h 3103 4349 3104 4350 * Remove legacy cucul_ansi_to_str() from cucul.h. 3105 4351 3106 4352 ------------------------------------------------------------------------ 3107 r 974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines3108 Changed paths: 3109 M cucul/font.c3110 M cucul/font_mono9.h3111 M cucul/font_monobold12.h3112 M tools/makefont.c4353 r1271 | sam | 2006-10-31 17:03:21 +0000 (Tue, 31 Oct 2006) | 3 lines 4354 Changed paths: 4355 M /libcaca/trunk/cucul/font.c 4356 M /libcaca/trunk/cucul/font_mono9.h 4357 M /libcaca/trunk/cucul/font_monobold12.h 4358 M /libcaca/trunk/tools/makefont.c 3113 4359 3114 4360 * Slightly changed the font header information. No one distributes libcaca … … 3116 4362 3117 4363 ------------------------------------------------------------------------ 3118 r 973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines3119 Changed paths: 3120 M cucul/colour.c4364 r1270 | sam | 2006-10-31 14:34:06 +0000 (Tue, 31 Oct 2006) | 2 lines 4365 Changed paths: 4366 M /libcaca/trunk/cucul/colour.c 3121 4367 3122 4368 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. 3123 4369