You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13484 lines
404 KiB

  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
  6. * Implemented the empty CuculCanvas constructor.
  7. * Implemented CacaDisplay.Canvas which acts the same as caca_get_canvas().
  8. ------------------------------------------------------------------------
  9. r1401 | pterjan | 2007-11-28 17:43:32 +0100 (Wed, 28 Nov 2007) | 2 lines
  10. Changed paths:
  11. M ruby/cucul-canvas.c
  12. * Improve Cucul::Canvas creation
  13. ------------------------------------------------------------------------
  14. r1400 | pterjan | 2007-11-28 17:39:10 +0100 (Wed, 28 Nov 2007) | 2 lines
  15. Changed paths:
  16. M ruby/caca-display.c
  17. M ruby/cucul-canvas.c
  18. M ruby/cucul-canvas.h
  19. M ruby/lib/caca.rb
  20. M ruby/ruby-caca.dox
  21. * Add Caca::Display#canvas
  22. ------------------------------------------------------------------------
  23. r1399 | pterjan | 2007-11-28 08:29:12 +0100 (Wed, 28 Nov 2007) | 2 lines
  24. Changed paths:
  25. M ruby/caca-display.c
  26. * Allow calling Caca::Display.new without parameter
  27. ------------------------------------------------------------------------
  28. r1398 | sam | 2007-11-28 08:15:09 +0100 (Wed, 28 Nov 2007) | 3 lines
  29. Changed paths:
  30. M csharp/Cucul.cs
  31. * Re-add methods that take int as arguments in addition to the Point,
  32. Size and Rectangle versions.
  33. ------------------------------------------------------------------------
  34. r1397 | sam | 2007-11-28 08:15:07 +0100 (Wed, 28 Nov 2007) | 2 lines
  35. Changed paths:
  36. M csharp/test.cs
  37. * Put the demo text on top of the copper bar, not the contrary.
  38. ------------------------------------------------------------------------
  39. r1396 | sam | 2007-11-28 08:15:05 +0100 (Wed, 28 Nov 2007) | 2 lines
  40. Changed paths:
  41. M csharp/Caca.cs
  42. M csharp/Cucul.cs
  43. M csharp/test.cs
  44. * Minor naming convention changes in the C# bindings.
  45. ------------------------------------------------------------------------
  46. r1395 | sam | 2007-11-28 08:15:01 +0100 (Wed, 28 Nov 2007) | 3 lines
  47. Changed paths:
  48. M configure.ac
  49. M csharp/.gitignore
  50. M csharp/Makefile.am
  51. D csharp/caca-sharp.dll.config
  52. A csharp/caca-sharp.dll.config.in
  53. D csharp/cucul-sharp.dll.config
  54. A csharp/cucul-sharp.dll.config.in
  55. * Generate CLI .config files at configure time so that we can embed the
  56. library version and not rely on .so being present.
  57. ------------------------------------------------------------------------
  58. r1394 | sam | 2007-11-28 08:14:55 +0100 (Wed, 28 Nov 2007) | 3 lines
  59. Changed paths:
  60. M caca/Makefile.am
  61. M configure.ac
  62. M cucul/Makefile.am
  63. M cxx/Makefile.am
  64. * Use libtool’s -version-number instead of -version-info and its insane
  65. major/minor computation scheme.
  66. ------------------------------------------------------------------------
  67. r1393 | pterjan | 2007-11-27 18:13:29 +0100 (Tue, 27 Nov 2007) | 2 lines
  68. Changed paths:
  69. M ruby/cucul-canvas.c
  70. * Rename parameters of draw_box* in Ruby binding
  71. ------------------------------------------------------------------------
  72. r1391 | sam | 2007-11-27 12:08:04 +0100 (Tue, 27 Nov 2007) | 2 lines
  73. Changed paths:
  74. M msvc/caca-sharp.csproj
  75. M msvc/cucul-sharp.csproj
  76. M msvc/test-csharp.csproj
  77. * Add System.Drawing to the C# project references.
  78. ------------------------------------------------------------------------
  79. r1390 | sam | 2007-11-27 10:04:54 +0100 (Tue, 27 Nov 2007) | 2 lines
  80. Changed paths:
  81. M csharp/test.cs
  82. * Use the bigger font for the C# test scroller.
  83. ------------------------------------------------------------------------
  84. r1389 | sam | 2007-11-27 02:55:41 +0100 (Tue, 27 Nov 2007) | 3 lines
  85. Changed paths:
  86. M csharp/Cucul.cs
  87. M csharp/test.cs
  88. * Add a C# wrapper for cucul_render_canvas().
  89. * Use CuculFont.Render() in the C# test for a nice oldschool effect.
  90. ------------------------------------------------------------------------
  91. r1388 | sam | 2007-11-27 01:58:27 +0100 (Tue, 27 Nov 2007) | 2 lines
  92. Changed paths:
  93. M csharp/Cucul.cs
  94. M csharp/test.cs
  95. * Started to implement the CuculFont class.
  96. ------------------------------------------------------------------------
  97. r1387 | sam | 2007-11-27 01:58:24 +0100 (Tue, 27 Nov 2007) | 2 lines
  98. Changed paths:
  99. M csharp/Cucul.cs
  100. M csharp/test.cs
  101. * Implement all line drawing functions (even variadic ones).
  102. ------------------------------------------------------------------------
  103. r1386 | sam | 2007-11-27 01:58:19 +0100 (Tue, 27 Nov 2007) | 4 lines
  104. Changed paths:
  105. M cucul/box.c
  106. * Changed the box drawing functions so that their arguments are (point, size)
  107. instead of (point, point). Yeah, I break the ABI again. But who uses these
  108. functions anyway?
  109. ------------------------------------------------------------------------
  110. r1385 | sam | 2007-11-27 01:58:16 +0100 (Tue, 27 Nov 2007) | 3 lines
  111. Changed paths:
  112. M csharp/Caca.cs
  113. M csharp/Cucul.cs
  114. M csharp/Makefile.am
  115. M csharp/test.cs
  116. * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments,
  117. allowing for much cleaner code (at the expense of an extra dependency).
  118. ------------------------------------------------------------------------
  119. r1384 | pterjan | 2007-11-26 08:07:52 +0100 (Mon, 26 Nov 2007) | 2 lines
  120. Changed paths:
  121. M ruby/caca.c
  122. M ruby/cucul.c
  123. M ruby/ruby-caca.dox
  124. M ruby/ruby-cucul.dox
  125. * Add Caca.version and Cucul.version
  126. ------------------------------------------------------------------------
  127. r1383 | sam | 2007-11-26 02:04:36 +0100 (Mon, 26 Nov 2007) | 3 lines
  128. Changed paths:
  129. M csharp/Caca.cs
  130. M csharp/Cucul.cs
  131. M csharp/test.cs
  132. * Implemented getVersion() in the C# bindings.
  133. * Slightly improved the C# test program.
  134. ------------------------------------------------------------------------
  135. r1382 | sam | 2007-11-26 02:04:34 +0100 (Mon, 26 Nov 2007) | 3 lines
  136. Changed paths:
  137. M cucul/cucul.c
  138. M cxx/cxxtest.cpp
  139. M test/event.c
  140. M test/gamma.c
  141. * Fix memory leaks that slipped in here and there. We still have 100,000
  142. fewer than Firefox, lol.
  143. ------------------------------------------------------------------------
  144. r1381 | sam | 2007-11-26 02:04:32 +0100 (Mon, 26 Nov 2007) | 4 lines
  145. Changed paths:
  146. M caca/caca.c
  147. M caca/caca.h
  148. M cucul/cucul.c
  149. M cucul/cucul.h
  150. M cucul/export.c
  151. M cxx/caca++.cpp
  152. M cxx/caca++.h
  153. M cxx/cucul++.cpp
  154. M cxx/cucul++.h
  155. M cxx/cxxtest.cpp
  156. M src/img2txt.c
  157. * Add cucul_get_version() and caca_get_version() and updated C++ bindings
  158. accordingly.
  159. * The C++ test example no longer needs "config.h".
  160. ------------------------------------------------------------------------
  161. r1380 | sam | 2007-11-26 02:04:28 +0100 (Mon, 26 Nov 2007) | 2 lines
  162. Changed paths:
  163. M caca/caca.h
  164. * Minor documentation fix.
  165. ------------------------------------------------------------------------
  166. r1379 | sam | 2007-11-26 02:04:25 +0100 (Mon, 26 Nov 2007) | 2 lines
  167. Changed paths:
  168. M configure.ac
  169. M csharp/Makefile.am
  170. * Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp.
  171. ------------------------------------------------------------------------
  172. r1378 | sam | 2007-11-26 02:04:21 +0100 (Mon, 26 Nov 2007) | 3 lines
  173. Changed paths:
  174. M caca/caca.h
  175. M cucul/cucul.h
  176. M cxx/caca++.h
  177. M cxx/cucul++.h
  178. M doc/doxygen.cfg.in
  179. * Tell doxygen to expand __class and __extern before parsing anything, so
  180. we don’t end with those ugly identifiers in the documentation.
  181. ------------------------------------------------------------------------
  182. r1377 | sam | 2007-11-25 21:23:03 +0100 (Sun, 25 Nov 2007) | 2 lines
  183. Changed paths:
  184. M caca/caca.h
  185. M cucul/cucul.h
  186. M cxx/caca++.h
  187. M cxx/cucul++.h
  188. M cxx/cxxtest.cpp
  189. M msvc/config.h
  190. A msvc/libcaca++.def
  191. A msvc/libcaca++.vcproj
  192. M msvc/libcaca.sln
  193. A msvc/libcucul++.def
  194. A msvc/libcucul++.vcproj
  195. A msvc/test-cxx.vcproj
  196. * Added MSVC project files for the C++ bindings and the C++ test.
  197. ------------------------------------------------------------------------
  198. r1376 | sam | 2007-11-25 20:00:32 +0100 (Sun, 25 Nov 2007) | 2 lines
  199. Changed paths:
  200. M msvc/Makefile.am
  201. * Distribute all MSVC files.
  202. ------------------------------------------------------------------------
  203. r1375 | sam | 2007-11-25 20:00:29 +0100 (Sun, 25 Nov 2007) | 2 lines
  204. Changed paths:
  205. M ruby/caca-event.h
  206. * Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
  207. ------------------------------------------------------------------------
  208. r1374 | sam | 2007-11-25 20:00:26 +0100 (Sun, 25 Nov 2007) | 2 lines
  209. Changed paths:
  210. M configure.ac
  211. M ruby/Makefile.am
  212. * Some cleanup in the Ruby bindings Makefile.am.
  213. ------------------------------------------------------------------------
  214. r1373 | sam | 2007-11-25 20:00:22 +0100 (Sun, 25 Nov 2007) | 2 lines
  215. Changed paths:
  216. M TODO
  217. * Refresh TODO list.
  218. ------------------------------------------------------------------------
  219. r1372 | sam | 2007-11-25 18:50:53 +0100 (Sun, 25 Nov 2007) | 3 lines
  220. Changed paths:
  221. M csharp/Caca.cs
  222. M csharp/Cucul.cs
  223. A msvc/caca-sharp.csproj
  224. A msvc/cucul-sharp.csproj
  225. M msvc/libcaca.sln
  226. A msvc/test-csharp.csproj
  227. * Added the various C# projects to the Visual Studio solution and slightly
  228. fixed the bindings so that they now work with the Microsoft CLR.
  229. ------------------------------------------------------------------------
  230. r1371 | sam | 2007-11-25 18:49:49 +0100 (Sun, 25 Nov 2007) | 2 lines
  231. * Fixed svn properties that git-svn was unable to get straight.
  232. ------------------------------------------------------------------------
  233. r1370 | sam | 2007-11-25 18:14:00 +0100 (Sun, 25 Nov 2007) | 2 lines
  234. Changed paths:
  235. M caca/caca.h
  236. M cucul/cucul.h
  237. * Damn, under Visual Studio it's _WIN32, not __WIN32__.
  238. ------------------------------------------------------------------------
  239. r1369 | sam | 2007-11-25 18:13:10 +0100 (Sun, 25 Nov 2007) | 3 lines
  240. Changed paths:
  241. M doc/migrating.dox
  242. M doc/tutorial.dox
  243. M test/hsv.c
  244. * Switch to caca_create_display(NULL) in a few places to document the
  245. behaviour.
  246. ------------------------------------------------------------------------
  247. r1368 | sam | 2007-11-25 18:13:08 +0100 (Sun, 25 Nov 2007) | 4 lines
  248. Changed paths:
  249. M caca/caca.c
  250. M caca/caca.h
  251. M caca/caca_internals.h
  252. * Allow caca_create_display()'s argument to be NULL. It will automatically
  253. create a canvas when so.
  254. * Add caca_get_canvas() to retrieve the cucul canvas.
  255. ------------------------------------------------------------------------
  256. r1367 | sam | 2007-11-25 18:13:06 +0100 (Sun, 25 Nov 2007) | 4 lines
  257. Changed paths:
  258. M AUTHORS
  259. M Makefile.am
  260. M configure.ac
  261. D python/Makefile
  262. A python/Makefile.am
  263. A python/snake.py
  264. * Added Eriol’s snake.py example, even if it doesn’t use our (out of date)
  265. bindings.
  266. * Distribute the python/ subdirectory using automake.
  267. ------------------------------------------------------------------------
  268. r1366 | sam | 2007-11-25 18:13:03 +0100 (Sun, 25 Nov 2007) | 2 lines
  269. Changed paths:
  270. M csharp/Caca.cs
  271. * Add missing entries in the CacaEventKey enum.
  272. ------------------------------------------------------------------------
  273. r1365 | sam | 2007-11-25 18:12:59 +0100 (Sun, 25 Nov 2007) | 2 lines
  274. Changed paths:
  275. M csharp/AssemblyInfo.cs
  276. M csharp/Caca.cs
  277. M csharp/Cucul.cs
  278. M csharp/test.cs
  279. * Implemented C# bindings for ditherBitmap() and added it to the C# test.
  280. ------------------------------------------------------------------------
  281. r1364 | sam | 2007-11-25 15:12:20 +0100 (Sun, 25 Nov 2007) | 6 lines
  282. Changed paths:
  283. M caca/driver_cocoa.m
  284. M caca/driver_gl.c
  285. M caca/driver_x11.c
  286. M cucul/attr.c
  287. M cucul/cucul.h
  288. M cucul/cucul_internals.h
  289. M cucul/export.c
  290. M cucul/font.c
  291. * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and
  292. cucul_attr_to_argb64() (previously _cucul_attr_to_rgb12bg,
  293. _cucul_attr_to_rgb12fg and _cucul_attr_to_argb4) in the official
  294. libcucul API.
  295. * Cleanup complete: libcaca no longer depends on "cucul_internals.h".
  296. ------------------------------------------------------------------------
  297. r1363 | sam | 2007-11-25 15:12:01 +0100 (Sun, 25 Nov 2007) | 3 lines
  298. Changed paths:
  299. M caca/caca.c
  300. M caca/driver_cocoa.m
  301. M caca/driver_conio.c
  302. M caca/driver_gl.c
  303. M caca/driver_ncurses.c
  304. M caca/driver_raw.c
  305. M caca/driver_slang.c
  306. M caca/driver_vga.c
  307. M caca/driver_win32.c
  308. M caca/driver_x11.c
  309. M caca/event.c
  310. M caca/graphics.c
  311. M cucul/cucul.c
  312. M cucul/cucul.h
  313. * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid
  314. direct cv->chars and cv->attrs access by display drivers.
  315. ------------------------------------------------------------------------
  316. r1362 | sam | 2007-11-25 15:11:58 +0100 (Sun, 25 Nov 2007) | 4 lines
  317. Changed paths:
  318. M caca/caca.c
  319. M caca/caca_internals.h
  320. M caca/driver_cocoa.m
  321. M caca/driver_conio.c
  322. M caca/driver_gl.c
  323. M caca/driver_ncurses.c
  324. M caca/driver_raw.c
  325. M caca/driver_slang.c
  326. M caca/driver_vga.c
  327. M caca/driver_win32.c
  328. M caca/driver_x11.c
  329. M caca/graphics.c
  330. M cucul/cucul.c
  331. M cucul/cucul.h
  332. M cucul/cucul_internals.h
  333. M msvc/libcucul.def
  334. * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display
  335. drivers no longer need to access the cv->refcount private member
  336. and __cucul_set_canvas_size() is no longer needed.
  337. ------------------------------------------------------------------------
  338. r1361 | sam | 2007-11-25 15:11:54 +0100 (Sun, 25 Nov 2007) | 2 lines
  339. Changed paths:
  340. M build-kernel
  341. M kernel/Makefile.am
  342. A kernel/bootsect.S
  343. * Add Linux 2.6's bootsect.S to fix the sample kernel build.
  344. ------------------------------------------------------------------------
  345. r1360 | sam | 2007-11-25 12:39:33 +0100 (Sun, 25 Nov 2007) | 2 lines
  346. Changed paths:
  347. M configure.ac
  348. * Check whether CXX can include <iostream> before compiling the C++ bindings.
  349. ------------------------------------------------------------------------
  350. r1359 | sam | 2007-11-25 12:12:25 +0100 (Sun, 25 Nov 2007) | 2 lines
  351. Changed paths:
  352. M csharp/Caca.cs
  353. M csharp/test.cs
  354. * Adapt the C# bindings to the event API change.
  355. ------------------------------------------------------------------------
  356. r1358 | sam | 2007-11-25 12:12:20 +0100 (Sun, 25 Nov 2007) | 2 lines
  357. Changed paths:
  358. M ruby/caca-display.c
  359. * Adapt the Ruby bindings to the event API change.
  360. ------------------------------------------------------------------------
  361. r1357 | sam | 2007-11-25 12:11:59 +0100 (Sun, 25 Nov 2007) | 2 lines
  362. Changed paths:
  363. M cxx/caca++.cpp
  364. M cxx/caca++.h
  365. M cxx/cxxtest.cpp
  366. * Adapt the C++ bindings to the event API change.
  367. ------------------------------------------------------------------------
  368. r1356 | sam | 2007-11-25 12:11:54 +0100 (Sun, 25 Nov 2007) | 4 lines
  369. Changed paths:
  370. M caca/caca.h
  371. M caca/caca0.c
  372. M caca/caca_internals.h
  373. M caca/driver_conio.c
  374. M caca/driver_gl.c
  375. M caca/driver_ncurses.c
  376. M caca/driver_raw.c
  377. M caca/driver_slang.c
  378. M caca/driver_vga.c
  379. M caca/driver_win32.c
  380. M caca/driver_x11.c
  381. M caca/event.c
  382. M src/aafire.c
  383. M src/cacademo.c
  384. M src/cacadraw.c
  385. M src/cacaplay.c
  386. M src/cacaview.c
  387. M test/demo.c
  388. M test/event.c
  389. M test/gamma.c
  390. M test/input.c
  391. M test/spritedit.c
  392. M test/swallow.c
  393. * Made the caca_event_t structure opaque and created a whole bunch of
  394. functions to access its real data. This is a big API change that will
  395. break your software, sorry :(
  396. ------------------------------------------------------------------------
  397. r1355 | pterjan | 2007-11-25 10:48:30 +0100 (Sun, 25 Nov 2007) | 4 lines
  398. Changed paths:
  399. M ruby/ruby-caca.dox
  400. M ruby/ruby-cucul.dox
  401. * Little improvements in ruby doc
  402. + Made the doc a little more easy to read
  403. + Added an example on a nice way to have q, Q and Esc to cause exit
  404. ------------------------------------------------------------------------
  405. r1354 | sam | 2007-11-24 20:56:33 +0100 (Sat, 24 Nov 2007) | 2 lines
  406. Changed paths:
  407. M csharp/Caca.cs
  408. M csharp/test.cs
  409. * Rewrote the C# test in a more object-oriented way.
  410. ------------------------------------------------------------------------
  411. r1353 | sam | 2007-11-24 16:00:21 +0100 (Sat, 24 Nov 2007) | 3 lines
  412. Changed paths:
  413. M csharp/Caca.cs
  414. M csharp/Cucul.cs
  415. M csharp/test.cs
  416. * Started Cucul# cleanup: added missing functions, used get/set attributes
  417. when meaningful, removed deprecated bindings.
  418. ------------------------------------------------------------------------
  419. r1352 | sam | 2007-11-24 14:26:33 +0100 (Sat, 24 Nov 2007) | 8 lines
  420. Changed paths:
  421. M csharp/Caca.cs
  422. M csharp/Cucul.cs
  423. M csharp/Makefile.am
  424. A csharp/caca-sharp.dll.config
  425. A csharp/cucul-sharp.dll.config
  426. D csharp/libCaca.dll.config
  427. D csharp/libCucul.dll.config
  428. M csharp/test.cs
  429. * Some mass-renaming in the C# bindings:
  430. + Renamed the dlls so that the C# versions do not have the same name
  431. as the C DLLs on Win32. It's now "cucul-sharp.dll", mimicking GTK#.
  432. + Renamed namespaces: "using Cucul" instead of "using libCucul".
  433. + Renamed the Cucul class into CuculCanvas to avoid namespace/class
  434. name collisions.
  435. + Renamed old-fashioned "kk"/"qq" names into "dp"/"cv".
  436. ------------------------------------------------------------------------
  437. r1351 | sam | 2007-11-24 14:26:28 +0100 (Sat, 24 Nov 2007) | 2 lines
  438. Changed paths:
  439. D DotNet/.gitignore
  440. D DotNet/AssemblyInfo.cs
  441. D DotNet/Caca.cs
  442. D DotNet/Cucul.cs
  443. D DotNet/Makefile.am
  444. D DotNet/libCaca.dll.config
  445. D DotNet/libCucul.dll.config
  446. D DotNet/test.cs
  447. M Makefile.am
  448. M configure.ac
  449. A csharp/.gitignore
  450. A csharp/AssemblyInfo.cs
  451. A csharp/Caca.cs
  452. A csharp/Cucul.cs
  453. A csharp/Makefile.am
  454. A csharp/libCaca.dll.config
  455. A csharp/libCucul.dll.config
  456. A csharp/test.cs
  457. * Renamed DotNet/ to csharp/ because I hate mixed case.
  458. ------------------------------------------------------------------------
  459. r1350 | sam | 2007-11-24 12:08:21 +0100 (Sat, 24 Nov 2007) | 2 lines
  460. Changed paths:
  461. M caca/caca.h
  462. M caca/caca_internals.h
  463. M caca/driver_conio.c
  464. M caca/driver_gl.c
  465. M caca/driver_ncurses.c
  466. M caca/driver_raw.c
  467. M caca/driver_slang.c
  468. M caca/driver_vga.c
  469. M caca/driver_win32.c
  470. M caca/driver_x11.c
  471. M caca/event.c
  472. M caca/graphics.c
  473. M cucul/attr.c
  474. M cucul/canvas.c
  475. M cucul/cucul.c
  476. M cucul/cucul.h
  477. M cucul/dither.c
  478. M cucul/export.c
  479. M cucul/font.c
  480. M cucul/frame.c
  481. * Added as many "const" qualifiers as possible to the public API.
  482. ------------------------------------------------------------------------
  483. r1349 | pterjan | 2007-11-24 10:56:37 +0100 (Sat, 24 Nov 2007) | 2 lines
  484. Changed paths:
  485. M ruby/lib/caca.rb
  486. M ruby/ruby-caca.dox
  487. * Add Caca::Event#quit? to make tests nicer
  488. ------------------------------------------------------------------------
  489. r1348 | sam | 2007-11-23 23:52:34 +0100 (Fri, 23 Nov 2007) | 3 lines
  490. Changed paths:
  491. M msvc/cacademo.vcproj
  492. M msvc/cacafire.vcproj
  493. M msvc/libcaca.vcproj
  494. M msvc/libcucul.vcproj
  495. * Ignore annoying VC++ warnings (use of strdup instead of _strdup even in
  496. C mode, "benign redefinition" of macros...).
  497. ------------------------------------------------------------------------
  498. r1347 | sam | 2007-11-23 23:34:35 +0100 (Fri, 23 Nov 2007) | 3 lines
  499. Changed paths:
  500. M caca/driver_cocoa.m
  501. M caca/driver_conio.c
  502. M caca/driver_gl.c
  503. M caca/driver_ncurses.c
  504. M caca/driver_raw.c
  505. M caca/driver_slang.c
  506. M caca/driver_vga.c
  507. M caca/driver_win32.c
  508. M caca/driver_x11.c
  509. M caca/graphics.c
  510. M cucul/cucul.c
  511. M cucul/cucul_internals.h
  512. M msvc/libcucul.def
  513. * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent
  514. collisions due to symbol mangling.
  515. ------------------------------------------------------------------------
  516. r1346 | sam | 2007-11-23 23:27:21 +0100 (Fri, 23 Nov 2007) | 3 lines
  517. Changed paths:
  518. M caca/caca.h
  519. M cucul/cucul.h
  520. M msvc/libcaca.vcproj
  521. M msvc/libcucul.def
  522. M msvc/libcucul.vcproj
  523. * Add proper __declspec(dllexport) tags for Win32 compilation.
  524. * Manually export private libcaca symbols.
  525. ------------------------------------------------------------------------
  526. r1345 | sam | 2007-11-23 22:48:55 +0100 (Fri, 23 Nov 2007) | 2 lines
  527. Changed paths:
  528. D msvc/cacaball.vcproj
  529. A msvc/cacademo.vcproj
  530. M msvc/cacafire.vcproj
  531. D msvc/cacamoir.vcproj
  532. D msvc/cacaplas.vcproj
  533. M msvc/config.h
  534. A msvc/libcaca.def
  535. M msvc/libcaca.sln
  536. M msvc/libcaca.vcproj
  537. A msvc/libcucul.def
  538. M msvc/libcucul.vcproj
  539. * Updated Visual Studio files.
  540. ------------------------------------------------------------------------
  541. r1344 | sam | 2007-11-23 17:39:32 +0100 (Fri, 23 Nov 2007) | 2 lines
  542. Changed paths:
  543. A msvc/common.h
  544. M msvc/libcaca.sln
  545. M msvc/libcaca.vcproj
  546. A msvc/libcucul.vcproj
  547. * Split libcaca.vcproj into \1 and libcucul.vcproj.
  548. ------------------------------------------------------------------------
  549. r1343 | sam | 2007-11-23 17:39:29 +0100 (Fri, 23 Nov 2007) | 2 lines
  550. Changed paths:
  551. M test/gamma.c
  552. * Do not assume default gamma value is 1.0.
  553. ------------------------------------------------------------------------
  554. r1342 | sam | 2007-11-23 17:39:23 +0100 (Fri, 23 Nov 2007) | 2 lines
  555. Changed paths:
  556. M src/cacaview.c
  557. * Escape quits cacaview, and F11 toggles fullscreen.
  558. ------------------------------------------------------------------------
  559. r1340 | pterjan | 2007-11-20 01:09:16 +0100 (Tue, 20 Nov 2007) | 2 lines
  560. Changed paths:
  561. M ruby/README
  562. A ruby/ruby-caca.dox
  563. A ruby/ruby-cucul.dox
  564. A ruby/ruby.dox
  565. * Split Ruby documentation out of README
  566. ------------------------------------------------------------------------
  567. r1333 | sam | 2007-11-19 00:00:35 +0100 (Mon, 19 Nov 2007) | 2 lines
  568. Changed paths:
  569. M AUTHORS
  570. * Added Pascal to the AUTHORS file.
  571. ------------------------------------------------------------------------
  572. r1332 | jylam | 2007-11-18 23:59:22 +0100 (Sun, 18 Nov 2007) | 2 lines
  573. Changed paths:
  574. M README
  575. * lol commit
  576. ------------------------------------------------------------------------
  577. r1331 | pterjan | 2007-11-18 23:35:34 +0100 (Sun, 18 Nov 2007) | 2 lines
  578. * Remove cucul directory that got forgotten
  579. ------------------------------------------------------------------------
  580. r1330 | pterjan | 2007-11-18 23:15:29 +0100 (Sun, 18 Nov 2007) | 2 lines
  581. Changed paths:
  582. M ruby/README
  583. * Improve the example in README
  584. ------------------------------------------------------------------------
  585. r1329 | pterjan | 2007-11-18 23:03:19 +0100 (Sun, 18 Nov 2007) | 2 lines
  586. Changed paths:
  587. M configure.ac
  588. M ruby/Makefile.am
  589. M ruby/test
  590. * Install lib/caca.rb
  591. ------------------------------------------------------------------------
  592. r1328 | pterjan | 2007-11-18 22:44:10 +0100 (Sun, 18 Nov 2007) | 2 lines
  593. Changed paths:
  594. M ruby/README
  595. * Update README to talk about Caca
  596. ------------------------------------------------------------------------
  597. r1327 | pterjan | 2007-11-18 22:29:02 +0100 (Sun, 18 Nov 2007) | 2 lines
  598. Changed paths:
  599. M ruby/caca-display.c
  600. * Use to_i on the event mask, it is not always an Integer
  601. ------------------------------------------------------------------------
  602. r1326 | pterjan | 2007-11-18 22:13:33 +0100 (Sun, 18 Nov 2007) | 2 lines
  603. Changed paths:
  604. M ruby/caca-display.c
  605. M ruby/caca-event.c
  606. M ruby/caca-event.h
  607. M ruby/caca.c
  608. A ruby/lib/caca.rb
  609. - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui)
  610. ------------------------------------------------------------------------
  611. r1325 | pterjan | 2007-11-18 22:11:13 +0100 (Sun, 18 Nov 2007) | 2 lines
  612. Changed paths:
  613. M src/cacaview.c
  614. * Handle closing cacaview by window manager
  615. ------------------------------------------------------------------------
  616. r1324 | pterjan | 2007-11-18 14:37:24 +0100 (Sun, 18 Nov 2007) | 2 lines
  617. Changed paths:
  618. M ruby/Makefile.am
  619. M ruby/caca-display.c
  620. A ruby/caca-event.c
  621. A ruby/caca-event.h
  622. * Add missing methods in Caca::Display and add empty Caca::Event
  623. ------------------------------------------------------------------------
  624. r1323 | pterjan | 2007-11-18 14:29:16 +0100 (Sun, 18 Nov 2007) | 2 lines
  625. Changed paths:
  626. M caca/caca.h
  627. * Slightly improved documentation
  628. ------------------------------------------------------------------------
  629. r1322 | pterjan | 2007-11-18 13:43:48 +0100 (Sun, 18 Nov 2007) | 2 lines
  630. Changed paths:
  631. M ruby/Makefile.am
  632. A ruby/caca-display.c
  633. A ruby/caca-display.h
  634. A ruby/caca.c
  635. * Add Caca and Caca::Display
  636. ------------------------------------------------------------------------
  637. r1316 | pterjan | 2007-11-17 14:36:15 +0100 (Sat, 17 Nov 2007) | 2 lines
  638. Changed paths:
  639. M ruby/README
  640. M ruby/common.h
  641. M ruby/cucul-canvas.c
  642. M ruby/cucul-dither.c
  643. * Finish Cucul::Dither
  644. ------------------------------------------------------------------------
  645. r1315 | pterjan | 2007-11-17 13:21:21 +0100 (Sat, 17 Nov 2007) | 2 lines
  646. Changed paths:
  647. M ruby/Makefile.am
  648. M ruby/README
  649. A ruby/cucul-dither.c
  650. A ruby/cucul-dither.h
  651. M ruby/cucul.c
  652. A ruby/t/tc_dither.rb
  653. * Add Cucul::Dither (incomplete)
  654. ------------------------------------------------------------------------
  655. r1311 | pterjan | 2007-11-17 10:25:31 +0100 (Sat, 17 Nov 2007) | 2 lines
  656. Changed paths:
  657. M ruby/cucul-canvas.c
  658. M ruby/t/tc_canvas.rb
  659. * Improve type checking of arguments
  660. ------------------------------------------------------------------------
  661. r1310 | sam | 2007-11-17 03:15:01 +0100 (Sat, 17 Nov 2007) | 3 lines
  662. Changed paths:
  663. M doc/doxygen.cfg.in
  664. M doc/libcaca.dox
  665. M ruby/README
  666. * Slightly doxygenated ruby/README so that it appears in the manual (see
  667. http://libcaca.zoy.org/manual/libcaca-ruby.html).
  668. ------------------------------------------------------------------------
  669. r1304 | pterjan | 2007-11-16 23:37:20 +0100 (Fri, 16 Nov 2007) | 2 lines
  670. Changed paths:
  671. M ruby/README
  672. * Update README
  673. ------------------------------------------------------------------------
  674. r1303 | pterjan | 2007-11-16 23:27:13 +0100 (Fri, 16 Nov 2007) | 2 lines
  675. Changed paths:
  676. M ruby/Makefile.am
  677. * Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
  678. ------------------------------------------------------------------------
  679. r1302 | pterjan | 2007-11-16 23:24:35 +0100 (Fri, 16 Nov 2007) | 2 lines
  680. Changed paths:
  681. M ruby/Makefile.am
  682. A ruby/common.h
  683. M ruby/cucul-canvas.c
  684. M ruby/cucul-canvas.h
  685. A ruby/cucul-font.c
  686. A ruby/cucul-font.h
  687. M ruby/cucul.c
  688. M ruby/t/tc_canvas.rb
  689. A ruby/t/tc_font.rb
  690. * Add Cucul::Font
  691. ------------------------------------------------------------------------
  692. r1295 | sam | 2007-11-16 21:14:05 +0100 (Fri, 16 Nov 2007) | 2 lines
  693. Changed paths:
  694. M doc/doxygen.cfg.in
  695. M doc/doxygen.css
  696. * Added minimal styles to doxygen.css to make the manual look decent.
  697. ------------------------------------------------------------------------
  698. r1294 | sam | 2007-11-16 20:49:25 +0100 (Fri, 16 Nov 2007) | 2 lines
  699. Changed paths:
  700. M Makefile.am
  701. * Split "upload" target into "upload-source" and "upload-doc".
  702. ------------------------------------------------------------------------
  703. r1293 | sam | 2007-11-16 20:49:23 +0100 (Fri, 16 Nov 2007) | 3 lines
  704. Changed paths:
  705. M doc/Makefile.am
  706. M doc/doxygen.cfg.in
  707. A doc/doxygen.css
  708. * Updated doxygen file format.
  709. * Add an empty doxygen.css file.
  710. ------------------------------------------------------------------------
  711. r1290 | pterjan | 2007-11-16 18:47:59 +0100 (Fri, 16 Nov 2007) | 2 lines
  712. Changed paths:
  713. M ruby/Makefile.am
  714. A ruby/README
  715. * Add some pseudo doc for Ruby binding
  716. ------------------------------------------------------------------------
  717. r1273 | pterjan | 2007-11-15 23:22:55 +0100 (Thu, 15 Nov 2007) | 2 lines
  718. Changed paths:
  719. M ruby/t/tc_canvas.rb
  720. * Add more tests for the ruby binding
  721. ------------------------------------------------------------------------
  722. r1272 | pterjan | 2007-11-15 23:06:01 +0100 (Thu, 15 Nov 2007) | 2 lines
  723. Changed paths:
  724. A ruby/t/tc_canvas.rb
  725. M ruby/test
  726. * Add more tests for the ruby binding
  727. ------------------------------------------------------------------------
  728. r1271 | pterjan | 2007-11-15 23:03:12 +0100 (Thu, 15 Nov 2007) | 2 lines
  729. Changed paths:
  730. M ruby/cucul-canvas.c
  731. * Fix number of arguments for set_height
  732. ------------------------------------------------------------------------
  733. r1270 | pterjan | 2007-11-15 22:06:30 +0100 (Thu, 15 Nov 2007) | 2 lines
  734. Changed paths:
  735. M ruby/Makefile.am
  736. * Add the ruby tests to make check
  737. ------------------------------------------------------------------------
  738. r1269 | pterjan | 2007-11-15 13:33:29 +0100 (Thu, 15 Nov 2007) | 2 lines
  739. Changed paths:
  740. M configure.ac
  741. * Use autotools for Ruby bindings (2nd part)
  742. ------------------------------------------------------------------------
  743. r1268 | pterjan | 2007-11-15 13:27:40 +0100 (Thu, 15 Nov 2007) | 2 lines
  744. Changed paths:
  745. M ruby/Makefile.am
  746. D ruby/caca/extconf.rb
  747. A ruby/cucul-canvas.c
  748. A ruby/cucul-canvas.h
  749. A ruby/cucul.c
  750. D ruby/cucul/cucul-canvas.c
  751. D ruby/cucul/cucul-canvas.h
  752. D ruby/cucul/cucul.c
  753. D ruby/cucul/extconf.rb
  754. D ruby/cucul/t/tc_frame.rb
  755. D ruby/cucul/test.rb
  756. A ruby/t/tc_frame.rb
  757. A ruby/test
  758. * Use autotools for Ruby bindings
  759. ------------------------------------------------------------------------
  760. r1267 | pterjan | 2007-11-15 12:34:43 +0100 (Thu, 15 Nov 2007) | 2 lines
  761. Changed paths:
  762. M ruby/Makefile.am
  763. M ruby/cucul/cucul-canvas.c
  764. A ruby/cucul/cucul-canvas.h
  765. M ruby/cucul/cucul.c
  766. * Fix some prototypes and use a header file for Init_cucul_canvas
  767. ------------------------------------------------------------------------
  768. r1266 | sam | 2007-11-15 09:20:37 +0100 (Thu, 15 Nov 2007) | 2 lines
  769. Changed paths:
  770. M cxx/cucul++.h
  771. * Make Charset class methods explicitly public.
  772. ------------------------------------------------------------------------
  773. r1265 | sam | 2007-11-15 09:20:17 +0100 (Thu, 15 Nov 2007) | 2 lines
  774. Changed paths:
  775. M cxx/Makefile.am
  776. * Link libcaca++ with libcucul++, not only the C versions.
  777. ------------------------------------------------------------------------
  778. r1264 | sam | 2007-11-15 01:22:37 +0100 (Thu, 15 Nov 2007) | 3 lines
  779. Changed paths:
  780. M ruby/Makefile.am
  781. * Do not run "make clean" in ruby/* subdirectories when the Makefiles do
  782. not even exist.
  783. ------------------------------------------------------------------------
  784. r1261 | sam | 2007-11-14 00:55:07 +0100 (Wed, 14 Nov 2007) | 2 lines
  785. Changed paths:
  786. A DotNet/.gitignore
  787. D DotNet/Makefile
  788. A DotNet/Makefile.am
  789. M Makefile.am
  790. M configure.ac
  791. * Autotoolified the .NET bindings. Use --enable-dotnet.
  792. ------------------------------------------------------------------------
  793. r1260 | sam | 2007-11-14 00:55:05 +0100 (Wed, 14 Nov 2007) | 2 lines
  794. Changed paths:
  795. M configure.ac
  796. * Build Ruby and C++ bindings by default.
  797. ------------------------------------------------------------------------
  798. r1259 | sam | 2007-11-14 00:55:03 +0100 (Wed, 14 Nov 2007) | 2 lines
  799. Changed paths:
  800. M cxx/cucul++.cpp
  801. * Update C++ bindings after cucul_set_dither_mode() deprecation.
  802. ------------------------------------------------------------------------
  803. r1258 | sam | 2007-11-14 00:55:01 +0100 (Wed, 14 Nov 2007) | 2 lines
  804. Changed paths:
  805. M Makefile.am
  806. M configure.ac
  807. A ruby/.gitignore
  808. D ruby/Makefile
  809. A ruby/Makefile.am
  810. * Autotoolified the Ruby bindings. Use --enable-ruby.
  811. ------------------------------------------------------------------------
  812. r1257 | sam | 2007-11-14 00:54:59 +0100 (Wed, 14 Nov 2007) | 2 lines
  813. Changed paths:
  814. M src/.gitignore
  815. * Update .gitignore after img2irc -> img2txt change.
  816. ------------------------------------------------------------------------
  817. r1256 | pterjan | 2007-11-14 00:28:59 +0100 (Wed, 14 Nov 2007) | 2 lines
  818. Changed paths:
  819. A ruby/cucul/t/tc_frame.rb
  820. A ruby/cucul/test.rb
  821. * Add a first test for Ruby binding
  822. ------------------------------------------------------------------------
  823. r1255 | pterjan | 2007-11-13 14:20:14 +0100 (Tue, 13 Nov 2007) | 2 lines
  824. Changed paths:
  825. M ruby/cucul/cucul-canvas.c
  826. Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
  827. ------------------------------------------------------------------------
  828. r1254 | pterjan | 2007-11-13 13:41:33 +0100 (Tue, 13 Nov 2007) | 2 lines
  829. Changed paths:
  830. M cucul/line.c
  831. Fix a typo in the doc
  832. ------------------------------------------------------------------------
  833. r1253 | sam | 2007-11-13 12:19:00 +0100 (Tue, 13 Nov 2007) | 2 lines
  834. Changed paths:
  835. M doc/tutorial.dox
  836. * Add error checking to the tutorial.
  837. ------------------------------------------------------------------------
  838. r1252 | sam | 2007-11-13 12:18:59 +0100 (Tue, 13 Nov 2007) | 2 lines
  839. Changed paths:
  840. M doc/tutorial.dox
  841. * Tutorial was generating a warning since the deprecation of cucul_putstr().
  842. ------------------------------------------------------------------------
  843. r1251 | pterjan | 2007-11-13 12:03:25 +0100 (Tue, 13 Nov 2007) | 2 lines
  844. Changed paths:
  845. A ruby/Makefile
  846. A ruby/caca/extconf.rb
  847. A ruby/cucul/cucul-canvas.c
  848. A ruby/cucul/cucul.c
  849. A ruby/cucul/extconf.rb
  850. Import Ruby binding
  851. ------------------------------------------------------------------------
  852. r1226 | jylam | 2007-11-07 11:29:02 +0100 (Wed, 07 Nov 2007) | 3 lines
  853. Changed paths:
  854. M doc/img2txt.1
  855. M src/img2txt.c
  856. * Added switch to control output font size, and updated documentation
  857. accordingly
  858. ------------------------------------------------------------------------
  859. r1225 | jylam | 2007-11-07 11:07:04 +0100 (Wed, 07 Nov 2007) | 2 lines
  860. Changed paths:
  861. M doc/img2txt.1
  862. * Updated man page for --version
  863. ------------------------------------------------------------------------
  864. r1224 | jylam | 2007-11-07 11:03:50 +0100 (Wed, 07 Nov 2007) | 2 lines
  865. Changed paths:
  866. M src/img2txt.c
  867. * Added version switch
  868. ------------------------------------------------------------------------
  869. r1223 | jylam | 2007-11-07 10:44:26 +0100 (Wed, 07 Nov 2007) | 2 lines
  870. Changed paths:
  871. M doc/Makefile.am
  872. M doc/cacaview.1
  873. M src/img2txt.c
  874. * Updated documentation to reflect img2irc name change, fixed typo in img2txt help
  875. ------------------------------------------------------------------------
  876. r1222 | jylam | 2007-11-07 10:27:43 +0100 (Wed, 07 Nov 2007) | 2 lines
  877. Changed paths:
  878. D doc/img2irc.1
  879. A doc/img2txt.1
  880. * Updated img2txt man page
  881. ------------------------------------------------------------------------
  882. r1221 | sam | 2007-11-07 02:09:20 +0100 (Wed, 07 Nov 2007) | 2 lines
  883. Changed paths:
  884. M src/cacaserver.c
  885. * Always include <netinet/in.h> when present, to make header simpler.
  886. ------------------------------------------------------------------------
  887. r1220 | sam | 2007-11-07 02:09:16 +0100 (Wed, 07 Nov 2007) | 2 lines
  888. Changed paths:
  889. M src/cacaserver.c
  890. * cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
  891. ------------------------------------------------------------------------
  892. r1219 | sam | 2007-11-07 02:09:13 +0100 (Wed, 07 Nov 2007) | 3 lines
  893. Changed paths:
  894. M configure.ac
  895. * Use kpsewhich to find a4.sty and a4wide.sty, as suggested by
  896. Alexis Ballier.
  897. ------------------------------------------------------------------------
  898. r1218 | jylam | 2007-11-06 17:12:33 +0100 (Tue, 06 Nov 2007) | 2 lines
  899. Changed paths:
  900. M src/img2txt.c
  901. * Fixed typo in help
  902. ------------------------------------------------------------------------
  903. r1217 | jylam | 2007-11-06 17:07:03 +0100 (Tue, 06 Nov 2007) | 2 lines
  904. Changed paths:
  905. M src/img2txt.c
  906. * Added imlib2 note on builds without it
  907. ------------------------------------------------------------------------
  908. r1216 | jylam | 2007-11-06 15:09:07 +0100 (Tue, 06 Nov 2007) | 2 lines
  909. Changed paths:
  910. M src/img2txt.c
  911. * Added brightness / contrast / gamma support
  912. ------------------------------------------------------------------------
  913. r1215 | jylam | 2007-11-06 14:51:36 +0100 (Tue, 06 Nov 2007) | 2 lines
  914. Changed paths:
  915. M src/img2txt.c
  916. * Fixed bad file error handling, made dither and export errors more informative on program name
  917. ------------------------------------------------------------------------
  918. r1214 | jylam | 2007-11-06 14:49:19 +0100 (Tue, 06 Nov 2007) | 2 lines
  919. Changed paths:
  920. M src/img2txt.c
  921. * Added dither error handling
  922. ------------------------------------------------------------------------
  923. r1213 | jylam | 2007-11-06 14:45:18 +0100 (Tue, 06 Nov 2007) | 2 lines
  924. Changed paths:
  925. M src/img2txt.c
  926. * Added --dither option and updated usage()
  927. ------------------------------------------------------------------------
  928. r1212 | jylam | 2007-11-06 14:19:23 +0100 (Tue, 06 Nov 2007) | 2 lines
  929. Changed paths:
  930. M src/mygetopt.c
  931. * WTF is a typedef missing ?
  932. ------------------------------------------------------------------------
  933. r1211 | jylam | 2007-11-06 14:13:14 +0100 (Tue, 06 Nov 2007) | 2 lines
  934. Changed paths:
  935. M src/mygetopt.c
  936. * Quick and Dirty hack for DOS ans kernel drivers
  937. ------------------------------------------------------------------------
  938. r1210 | jylam | 2007-11-06 13:59:54 +0100 (Tue, 06 Nov 2007) | 2 lines
  939. Changed paths:
  940. A src/mygetopt.c
  941. A src/mygetopt.h
  942. * Oops, forgot to add getopt replacement files, omg.
  943. ------------------------------------------------------------------------
  944. r1209 | jylam | 2007-11-06 13:57:46 +0100 (Tue, 06 Nov 2007) | 2 lines
  945. Changed paths:
  946. M src/img2txt.c
  947. * Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
  948. ------------------------------------------------------------------------
  949. r1208 | jylam | 2007-11-06 13:55:26 +0100 (Tue, 06 Nov 2007) | 2 lines
  950. Changed paths:
  951. M src/Makefile.am
  952. D src/img2irc.c
  953. A src/img2txt.c
  954. * Renamed img2irc to a more generic img2txt
  955. ------------------------------------------------------------------------
  956. r1207 | jylam | 2007-11-06 13:53:52 +0100 (Tue, 06 Nov 2007) | 2 lines
  957. Changed paths:
  958. M src/Makefile.am
  959. M src/img2irc.c
  960. * Added getopt / mygetopt support to img2irc, and added options to control width, height, and format
  961. ------------------------------------------------------------------------
  962. r1191 | sam | 2007-11-04 19:37:38 +0100 (Sun, 04 Nov 2007) | 2 lines
  963. Changed paths:
  964. M src/cacademo.c
  965. * New transition effects: horizontal and vertical lines.
  966. ------------------------------------------------------------------------
  967. r1189 | sam | 2007-11-04 13:00:03 +0100 (Sun, 04 Nov 2007) | 2 lines
  968. Changed paths:
  969. M caca/caca0.c
  970. M src/cacaview.c
  971. * Updated libcaca and cacaview after the API changes.
  972. ------------------------------------------------------------------------
  973. r1188 | sam | 2007-11-04 13:00:00 +0100 (Sun, 04 Nov 2007) | 3 lines
  974. Changed paths:
  975. M cucul/cucul.h
  976. M cucul/dither.c
  977. M cucul/legacy.c
  978. * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s
  979. a longer name but "mode" really wasn’t appropriate here.
  980. ------------------------------------------------------------------------
  981. r1187 | sam | 2007-11-04 12:59:57 +0100 (Sun, 04 Nov 2007) | 2 lines
  982. Changed paths:
  983. M cucul/cucul.h
  984. M cucul/dither.c
  985. * Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
  986. ------------------------------------------------------------------------
  987. r1186 | sam | 2007-11-04 12:59:54 +0100 (Sun, 04 Nov 2007) | 3 lines
  988. Changed paths:
  989. M AUTHORS
  990. M NEWS
  991. M THANKS
  992. M TODO
  993. M caca/caca.h
  994. M cucul/cucul.h
  995. M doc/canvas.dox
  996. M doc/font.dox
  997. M doc/libcaca.dox
  998. M doc/migrating.dox
  999. M doc/style.dox
  1000. M doc/tutorial.dox
  1001. M doc/user.dox
  1002. * Renamed doxygen sections here and there to avoid embarassing side-effects
  1003. such as "man tutorial" showing the libcaca tutorial on Debian systems.
  1004. ------------------------------------------------------------------------
  1005. r1185 | sam | 2007-11-04 12:59:47 +0100 (Sun, 04 Nov 2007) | 3 lines
  1006. Changed paths:
  1007. M Makefile.am
  1008. M cucul/Makefile.am
  1009. M cucul/font.c
  1010. D cucul/font_mono9.h
  1011. D cucul/font_monobold12.h
  1012. A cucul/mono9.data
  1013. A cucul/monobold12.data
  1014. * Renamed fonts to *.data to make sure they are not mistaken for editable
  1015. files (like there is any chance).
  1016. ------------------------------------------------------------------------
  1017. r1184 | sam | 2007-11-04 11:41:07 +0100 (Sun, 04 Nov 2007) | 2 lines
  1018. Changed paths:
  1019. M cucul/cucul.h
  1020. M cucul/dither.c
  1021. * Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
  1022. ------------------------------------------------------------------------
  1023. r1183 | sam | 2007-11-04 10:56:40 +0100 (Sun, 04 Nov 2007) | 3 lines
  1024. Changed paths:
  1025. M cucul/dither.c
  1026. * cucul_get_dither_brightness() is no longer a stub.
  1027. * Implemented missing cucul_get_dither_contrast().
  1028. ------------------------------------------------------------------------
  1029. r1182 | sam | 2007-11-04 10:56:37 +0100 (Sun, 04 Nov 2007) | 2 lines
  1030. Changed paths:
  1031. M cxx/cucul++.cpp
  1032. M cxx/cucul++.h
  1033. M test/demo.c
  1034. * Removed calls to now deprecated cucul_set_dither_invert().
  1035. ------------------------------------------------------------------------
  1036. r1181 | sam | 2007-11-04 10:30:15 +0100 (Sun, 04 Nov 2007) | 2 lines
  1037. * Ignore the autotools/ directory.
  1038. ------------------------------------------------------------------------
  1039. r1180 | sam | 2007-11-04 10:29:07 +0100 (Sun, 04 Nov 2007) | 2 lines
  1040. Changed paths:
  1041. A .gitignore
  1042. A cxx/.gitignore
  1043. A doc/.gitignore
  1044. A src/.gitignore
  1045. A test/.gitignore
  1046. A tools/.gitignore
  1047. * Added .gitignore files in addition to svn:ignore properties.
  1048. ------------------------------------------------------------------------
  1049. r1179 | sam | 2007-11-04 09:45:47 +0100 (Sun, 04 Nov 2007) | 2 lines
  1050. Changed paths:
  1051. M Makefile.am
  1052. D autotools/Makefile.am
  1053. M configure.ac
  1054. * Don’t manage autotools/ with SVN.
  1055. ------------------------------------------------------------------------
  1056. r1178 | sam | 2007-11-04 00:27:54 +0100 (Sun, 04 Nov 2007) | 3 lines
  1057. Changed paths:
  1058. M tools/sortchars.c
  1059. * Add a lookback table in the output. Will be handy later.
  1060. * Now sortchars’s output can be directly saved to a C header file.
  1061. ------------------------------------------------------------------------
  1062. r1177 | sam | 2007-11-03 23:59:53 +0100 (Sat, 03 Nov 2007) | 5 lines
  1063. Changed paths:
  1064. M cucul/cucul.h
  1065. M cucul/dither.c
  1066. M cucul/legacy.c
  1067. * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no
  1068. reason to keep a copy of them in the calling program.
  1069. * Deprecate cucul_set_dither_invert(). Inverting a dither's colours is now
  1070. done by setting a negative gamma value.
  1071. ------------------------------------------------------------------------
  1072. r1176 | sam | 2007-11-03 13:59:42 +0100 (Sat, 03 Nov 2007) | 2 lines
  1073. Changed paths:
  1074. M bootstrap
  1075. * Crap, typo in bootstrap script.
  1076. ------------------------------------------------------------------------
  1077. r1175 | sam | 2007-11-03 13:58:05 +0100 (Sat, 03 Nov 2007) | 2 lines
  1078. Changed paths:
  1079. M bootstrap
  1080. * Updated bootstrap script.
  1081. ------------------------------------------------------------------------
  1082. r1174 | sam | 2007-10-28 11:27:01 +0100 (Sun, 28 Oct 2007) | 2 lines
  1083. Changed paths:
  1084. M cucul/cucul.h
  1085. * Only use __attribute__((__deprecated__)) with gcc >= 3.x.
  1086. ------------------------------------------------------------------------
  1087. r1173 | sam | 2007-10-28 11:23:59 +0100 (Sun, 28 Oct 2007) | 3 lines
  1088. Changed paths:
  1089. M test/font.c
  1090. * C89 compilation fix for machines that do not have <endian.h>, thanks to
  1091. Rado S.
  1092. ------------------------------------------------------------------------
  1093. r1172 | sam | 2007-10-28 11:20:11 +0100 (Sun, 28 Oct 2007) | 3 lines
  1094. Changed paths:
  1095. M caca/driver_ncurses.c
  1096. M configure.ac
  1097. * When present, include <termios.h> and <unistd.h> to allow the ncurses
  1098. driver to build on Solaris. Fix courtesy of Rado S.
  1099. ------------------------------------------------------------------------
  1100. r1163 | sam | 2007-10-24 01:02:40 +0200 (Wed, 24 Oct 2007) | 23 lines
  1101. Changed paths:
  1102. M tools/sortchars.c
  1103. * Improved distance computation in sortchars.c.
  1104. * Use font 0 instead of font 1.
  1105. * Print a bitmapped example at the end.
  1106. _pBBBBPP"' '7PBBBBBL
  1107. _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_
  1108. _BBBB" _@BBBBBPPPPPPPP%BBBBBpL %BBBb
  1109. BBB" _@BBBP"' ____ 'PBBBBp %BB
  1110. BB @BBBP __iIIIIIIIIIiL '%BBBL 7B
  1111. P BBBP _IIII**''''"*lIIIi_ 7BBBb 7
  1112. BBBP III/' ,,:::, "IIIi BBBb
  1113. JBBB III" ,!!!!!!!!:, lIIi 7BBB
  1114. BBBL JIII ,!!"' '!!! III BBBL
  1115. BBBL lIII "!!, !!! IIIL BBBP
  1116. BBBL III !!!::::!!!" JIII BBBL
  1117. JBBB lIIIL '"!!!!""' iIII @BBB
  1118. L 3BBBL "lIIIi_ __iIII/ @BBB
  1119. BL 7BBBb '*IIIIIIIIIIII/" _@BBP @
  1120. BBb %BBBb_ '"*****"' __BBBB" _BB
  1121. %BBBp 7BBBBbpL__ __ppBBBBP" _@BBB
  1122. 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP
  1123. 'PBBBBpL_ ''''PP"'''' _p@BBBBP
  1124. ------------------------------------------------------------------------
  1125. r1162 | sam | 2007-10-22 12:15:54 +0200 (Mon, 22 Oct 2007) | 2 lines
  1126. Changed paths:
  1127. M tools/sortchars.c
  1128. * Updates to sortchars.c so that it can output a proper LUT.
  1129. ------------------------------------------------------------------------
  1130. r1161 | sam | 2007-10-22 10:47:05 +0200 (Mon, 22 Oct 2007) | 3 lines
  1131. Changed paths:
  1132. M tools/Makefile.am
  1133. A tools/sortchars.c
  1134. * Small tool to analyse character glyphs depending on their shape. Will be
  1135. used for improved dithering.
  1136. ------------------------------------------------------------------------
  1137. r1160 | sam | 2007-10-20 09:37:28 +0200 (Sat, 20 Oct 2007) | 2 lines
  1138. Changed paths:
  1139. M caca/graphics.c
  1140. * Documented which drivers support caca_set_cursor().
  1141. ------------------------------------------------------------------------
  1142. r1159 | sam | 2007-10-20 00:22:13 +0200 (Sat, 20 Oct 2007) | 3 lines
  1143. Changed paths:
  1144. M caca/driver_ncurses.c
  1145. M caca/driver_slang.c
  1146. M caca/driver_x11.c
  1147. M test/input.c
  1148. * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers.
  1149. * Use caca_set_cursor() in test/input.c.
  1150. ------------------------------------------------------------------------
  1151. r1158 | sam | 2007-10-19 00:07:39 +0200 (Fri, 19 Oct 2007) | 2 lines
  1152. Changed paths:
  1153. M src/cacaview.c
  1154. * Fixed cacaview’s dithering selection.
  1155. ------------------------------------------------------------------------
  1156. r1157 | sam | 2007-10-07 22:40:39 +0200 (Sun, 07 Oct 2007) | 2 lines
  1157. Changed paths:
  1158. M doc/Makefile.am
  1159. * Output refman.log in case of build error.
  1160. ------------------------------------------------------------------------
  1161. r1156 | sam | 2007-09-30 18:49:47 +0200 (Sun, 30 Sep 2007) | 2 lines
  1162. Changed paths:
  1163. M cucul/dither.c
  1164. * Save user attributes when calling cucul_dither_bitmap().
  1165. ------------------------------------------------------------------------
  1166. r1155 | sam | 2007-09-30 17:03:38 +0200 (Sun, 30 Sep 2007) | 3 lines
  1167. Changed paths:
  1168. M bootstrap
  1169. M configure.ac
  1170. * Further refined the tetex/texlive detection method.
  1171. * Support for autotools-1.10.
  1172. ------------------------------------------------------------------------
  1173. r1154 | sam | 2007-09-30 16:44:46 +0200 (Sun, 30 Sep 2007) | 2 lines
  1174. Changed paths:
  1175. M configure.ac
  1176. * Support Debian's texlive installation. Will sneak this fix in beta12.
  1177. ------------------------------------------------------------------------
  1178. r1150 | sam | 2007-09-30 15:34:11 +0200 (Sun, 30 Sep 2007) | 3 lines
  1179. Changed paths:
  1180. M ChangeLog
  1181. M NEWS
  1182. M configure.ac
  1183. * Set version to 0.99.beta11.
  1184. * Updated NEWS and ChangeLog.
  1185. ------------------------------------------------------------------------
  1186. r1149 | sam | 2007-09-30 15:32:16 +0200 (Sun, 30 Sep 2007) | 2 lines
  1187. Changed paths:
  1188. M test/blit.c
  1189. M test/colors.c
  1190. M test/demo.c
  1191. M test/demo0.c
  1192. M test/dithering.c
  1193. M test/event.c
  1194. * Minor tuning to the various tests, just so that they’re releasable.
  1195. ------------------------------------------------------------------------
  1196. r1148 | sam | 2007-09-30 13:28:13 +0200 (Sun, 30 Sep 2007) | 2 lines
  1197. Changed paths:
  1198. M cxx/cucul++.cpp
  1199. * Replaced deprecated cucul_rotate() call with cucul_rotate_180().
  1200. ------------------------------------------------------------------------
  1201. r1147 | sam | 2007-09-30 12:22:24 +0200 (Sun, 30 Sep 2007) | 2 lines
  1202. Changed paths:
  1203. M cucul/transform.c
  1204. * Added a few rotation pairs. Nothing awesome.
  1205. ------------------------------------------------------------------------
  1206. r1146 | sam | 2007-09-30 12:12:19 +0200 (Sun, 30 Sep 2007) | 3 lines
  1207. Changed paths:
  1208. M cucul/transform.c
  1209. * Improve rotation output by avoiding white-on-black attributes to appear
  1210. due to spaces.
  1211. ------------------------------------------------------------------------
  1212. r1145 | sam | 2007-09-29 17:15:17 +0200 (Sat, 29 Sep 2007) | 4 lines
  1213. Changed paths:
  1214. M cucul/transform.c
  1215. * Allow to rotate canvases with an odd width.
  1216. * Added a few additional character pairs of the left/right rotations.
  1217. * Added missing errno sets.
  1218. ------------------------------------------------------------------------
  1219. r1144 | sam | 2007-08-02 20:12:19 +0200 (Thu, 02 Aug 2007) | 2 lines
  1220. Changed paths:
  1221. M cucul/transform.c
  1222. * More widechar rotations. \/ > /\ < is cool.
  1223. ------------------------------------------------------------------------
  1224. r1143 | sam | 2007-08-02 19:33:10 +0200 (Thu, 02 Aug 2007) | 2 lines
  1225. Changed paths:
  1226. M cucul/cucul.c
  1227. * Reset cursor position after a resize. Not sure it’s what I want.
  1228. ------------------------------------------------------------------------
  1229. r1142 | sam | 2007-08-02 18:38:31 +0200 (Thu, 02 Aug 2007) | 2 lines
  1230. Changed paths:
  1231. M cucul/transform.c
  1232. * More widechar rotation pairs.
  1233. ------------------------------------------------------------------------
  1234. r1141 | sam | 2007-07-17 22:46:18 +0200 (Tue, 17 Jul 2007) | 4 lines
  1235. Changed paths:
  1236. M cucul/cucul.h
  1237. M cucul/transform.c
  1238. M test/text.c
  1239. * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
  1240. cucul_stretch_* to avoid long function names. And the pairwise rotations
  1241. look so nice now that they should be the real rotation chars.
  1242. ------------------------------------------------------------------------
  1243. r1140 | sam | 2007-07-17 19:20:11 +0200 (Tue, 17 Jul 2007) | 3 lines
  1244. Changed paths:
  1245. M cucul/transform.c
  1246. M test/text.c
  1247. * More characters for the wide rotations.
  1248. * Updated test/text to show what the wide rotations now do.
  1249. ------------------------------------------------------------------------
  1250. r1139 | sam | 2007-07-17 17:22:34 +0200 (Tue, 17 Jul 2007) | 2 lines
  1251. Changed paths:
  1252. M cucul/transform.c
  1253. * Use j/ḷ and l/ȷ pairs in glyph rotation.
  1254. ------------------------------------------------------------------------
  1255. r1138 | sam | 2007-07-17 01:51:49 +0200 (Tue, 17 Jul 2007) | 2 lines
  1256. Changed paths:
  1257. M test/input.c
  1258. * minor warning fix
  1259. ------------------------------------------------------------------------
  1260. r1137 | sam | 2007-07-10 19:02:46 +0200 (Tue, 10 Jul 2007) | 3 lines
  1261. Changed paths:
  1262. M cucul/cucul.h
  1263. M cucul/transform.c
  1264. M test/text.c
  1265. * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They
  1266. suck massively for now.
  1267. ------------------------------------------------------------------------
  1268. r1136 | sam | 2007-07-09 19:24:28 +0200 (Mon, 09 Jul 2007) | 2 lines
  1269. Changed paths:
  1270. M COPYING
  1271. * Fixed address in license.
  1272. ------------------------------------------------------------------------
  1273. r1135 | sam | 2007-06-28 18:29:00 +0200 (Thu, 28 Jun 2007) | 5 lines
  1274. Changed paths:
  1275. M cucul/cucul.h
  1276. M cucul/legacy.c
  1277. M cucul/transform.c
  1278. M test/text.c
  1279. M test/transform.c
  1280. * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right.
  1281. * Renamed cucul_rotate into cucul_rotate_180.
  1282. * Deprecated cucul_rotate and fix examples accordingly.
  1283. Hope it all makes sense.
  1284. ------------------------------------------------------------------------
  1285. r1134 | sam | 2007-06-28 17:57:25 +0200 (Thu, 28 Jun 2007) | 2 lines
  1286. Changed paths:
  1287. M test/text.c
  1288. * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly.
  1289. ------------------------------------------------------------------------
  1290. r1133 | sam | 2007-06-28 17:56:59 +0200 (Thu, 28 Jun 2007) | 2 lines
  1291. Changed paths:
  1292. M cucul/cucul.h
  1293. M cucul/transform.c
  1294. * Implemented cucul_left() and cucul_right() for 90-degree rotations.
  1295. ------------------------------------------------------------------------
  1296. r1132 | sam | 2007-06-28 14:58:17 +0200 (Thu, 28 Jun 2007) | 3 lines
  1297. Changed paths:
  1298. M caca/driver_ncurses.c
  1299. * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses
  1300. driver.
  1301. ------------------------------------------------------------------------
  1302. r1131 | sam | 2007-06-28 14:56:40 +0200 (Thu, 28 Jun 2007) | 3 lines
  1303. Changed paths:
  1304. M cucul/import.c
  1305. * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley
  1306. Sittler. Untested.
  1307. ------------------------------------------------------------------------
  1308. r1130 | sam | 2007-06-28 14:49:28 +0200 (Thu, 28 Jun 2007) | 3 lines
  1309. Changed paths:
  1310. M src/cacademo.c
  1311. * Removed malloc() calls from the rotozoom code, put initialisation in the
  1312. PREPARE rule and did minor cleanup (SCNR).
  1313. ------------------------------------------------------------------------
  1314. r1129 | sam | 2007-06-28 14:47:57 +0200 (Thu, 28 Jun 2007) | 3 lines
  1315. Changed paths:
  1316. M cucul/transform.c
  1317. * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley
  1318. Sittler.
  1319. ------------------------------------------------------------------------
  1320. r1128 | sam | 2007-06-28 14:46:54 +0200 (Thu, 28 Jun 2007) | 2 lines
  1321. Changed paths:
  1322. M test/unicode.c
  1323. * Added a few chars to the unicode test.
  1324. ------------------------------------------------------------------------
  1325. r1127 | sam | 2007-06-28 14:46:04 +0200 (Thu, 28 Jun 2007) | 2 lines
  1326. Changed paths:
  1327. M caca/driver_x11.c
  1328. * Differentiate between • and ● in the X11 rendering overrides.
  1329. ------------------------------------------------------------------------
  1330. r1126 | sam | 2007-06-28 14:15:06 +0200 (Thu, 28 Jun 2007) | 2 lines
  1331. Changed paths:
  1332. M caca/driver_x11.c
  1333. * Patch by Ben Wiley Sittler for two misrendered glyphs.
  1334. ------------------------------------------------------------------------
  1335. r1125 | sam | 2007-06-28 09:43:41 +0200 (Thu, 28 Jun 2007) | 2 lines
  1336. Changed paths:
  1337. M caca/driver_x11.c
  1338. * Slightly nicer code in driver_x11.c.
  1339. ------------------------------------------------------------------------
  1340. r1124 | jylam | 2007-06-28 09:42:36 +0200 (Thu, 28 Jun 2007) | 2 lines
  1341. Changed paths:
  1342. M src/cacademo.c
  1343. * Minor cosmetic changes
  1344. ------------------------------------------------------------------------
  1345. r1123 | sam | 2007-06-27 20:00:18 +0200 (Wed, 27 Jun 2007) | 2 lines
  1346. Changed paths:
  1347. M caca/driver_slang.c
  1348. * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8.
  1349. ------------------------------------------------------------------------
  1350. r1122 | sam | 2007-06-27 19:40:14 +0200 (Wed, 27 Jun 2007) | 3 lines
  1351. Changed paths:
  1352. M caca/driver_x11.c
  1353. * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a
  1354. bit myself, too.
  1355. ------------------------------------------------------------------------
  1356. r1121 | sam | 2007-06-27 16:43:59 +0200 (Wed, 27 Jun 2007) | 3 lines
  1357. Changed paths:
  1358. M caca/driver_slang.c
  1359. * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does
  1360. not exist, courtesy of Ben Wiley Sittler.
  1361. ------------------------------------------------------------------------
  1362. r1120 | sam | 2007-06-27 16:39:47 +0200 (Wed, 27 Jun 2007) | 2 lines
  1363. Changed paths:
  1364. M cucul/charset.c
  1365. M cucul/cucul.h
  1366. * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler.
  1367. ------------------------------------------------------------------------
  1368. r1119 | sam | 2007-06-27 15:35:59 +0200 (Wed, 27 Jun 2007) | 2 lines
  1369. Changed paths:
  1370. M AUTHORS
  1371. M caca/driver_gl.c
  1372. * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler.
  1373. ------------------------------------------------------------------------
  1374. r1118 | sam | 2007-06-27 15:06:18 +0200 (Wed, 27 Jun 2007) | 2 lines
  1375. Changed paths:
  1376. M caca/driver_cocoa.m
  1377. * Disabled USE_RGB12_FGBG for now, as it was reported not to work.
  1378. ------------------------------------------------------------------------
  1379. r1117 | sam | 2007-06-27 15:03:31 +0200 (Wed, 27 Jun 2007) | 3 lines
  1380. Changed paths:
  1381. M src/cacaserver.c
  1382. * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler
  1383. <bsittler@gmail.com>
  1384. ------------------------------------------------------------------------
  1385. r1116 | sam | 2007-06-27 14:52:15 +0200 (Wed, 27 Jun 2007) | 2 lines
  1386. Changed paths:
  1387. M cucul/font_mono9.h
  1388. M cucul/font_monobold12.h
  1389. * Updated internal fonts to match tools/makefont.c.
  1390. ------------------------------------------------------------------------
  1391. r1115 | sam | 2007-06-27 14:48:34 +0200 (Wed, 27 Jun 2007) | 5 lines
  1392. Changed paths:
  1393. M tools/makefont.c
  1394. * Added glyphs to our default fonts:
  1395. + Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben
  1396. Wiley Sittler)
  1397. + Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette)
  1398. ------------------------------------------------------------------------
  1399. r1114 | sam | 2007-06-27 14:46:25 +0200 (Wed, 27 Jun 2007) | 2 lines
  1400. Changed paths:
  1401. M Makefile.am
  1402. * Add a "make fonts" rule to the makefile for easy updates.
  1403. ------------------------------------------------------------------------
  1404. r1113 | jylam | 2007-06-24 09:46:18 +0200 (Sun, 24 Jun 2007) | 2 lines
  1405. Changed paths:
  1406. M src/Makefile.am
  1407. M src/cacademo.c
  1408. A src/texture.h
  1409. * Added rotozoom (and its 1MB header file)
  1410. ------------------------------------------------------------------------
  1411. r1112 | jylam | 2007-02-23 15:34:48 +0100 (Fri, 23 Feb 2007) | 2 lines
  1412. Changed paths:
  1413. M build-kernel
  1414. M src/cacademo.c
  1415. * Added squared transition to cacademo
  1416. ------------------------------------------------------------------------
  1417. r1111 | jylam | 2007-02-22 16:34:48 +0100 (Thu, 22 Feb 2007) | 2 lines
  1418. Changed paths:
  1419. M src/cacaplay.c
  1420. * Added error checks to cacaplay
  1421. ------------------------------------------------------------------------
  1422. r1110 | jylam | 2007-02-22 16:31:39 +0100 (Thu, 22 Feb 2007) | 2 lines
  1423. Changed paths:
  1424. M test/blit.c
  1425. M test/colors.c
  1426. M test/cucul.c
  1427. M test/demo.c
  1428. M test/dithering.c
  1429. M test/event.c
  1430. M test/font.c
  1431. M test/frames.c
  1432. M test/fullwidth.c
  1433. M test/gamma.c
  1434. M test/hsv.c
  1435. M test/import.c
  1436. M test/input.c
  1437. M test/swallow.c
  1438. M test/text.c
  1439. M test/transform.c
  1440. M test/unicode.c
  1441. * Added error checks on canvas / display creations
  1442. ------------------------------------------------------------------------
  1443. r1109 | jylam | 2007-02-22 15:47:32 +0100 (Thu, 22 Feb 2007) | 2 lines
  1444. Changed paths:
  1445. M test/truecolor.c
  1446. * Added error detection to truecolor test
  1447. ------------------------------------------------------------------------
  1448. r1108 | sam | 2007-02-20 19:15:52 +0100 (Tue, 20 Feb 2007) | 2 lines
  1449. Changed paths:
  1450. M cucul/transform.c
  1451. * The transformation rules didn’t have ⅃ ⅄ ⅂.
  1452. ------------------------------------------------------------------------
  1453. r1104 | jylam | 2007-01-04 12:07:43 +0100 (Thu, 04 Jan 2007) | 2 lines
  1454. Changed paths:
  1455. M caca/event.c
  1456. * Changed threshold in key events, a bit more natural
  1457. ------------------------------------------------------------------------
  1458. r1103 | sam | 2006-12-12 02:53:54 +0100 (Tue, 12 Dec 2006) | 2 lines
  1459. Changed paths:
  1460. M DotNet/AssemblyInfo.cs
  1461. M DotNet/Caca.cs
  1462. M DotNet/Cucul.cs
  1463. M DotNet/test.cs
  1464. M caca/caca.c
  1465. M caca/caca.h
  1466. M caca/caca0.c
  1467. M caca/caca0.h
  1468. M caca/caca_internals.h
  1469. M caca/driver_cocoa.m
  1470. M caca/driver_conio.c
  1471. M caca/driver_gl.c
  1472. M caca/driver_ncurses.c
  1473. M caca/driver_raw.c
  1474. M caca/driver_slang.c
  1475. M caca/driver_vga.c
  1476. M caca/driver_win32.c
  1477. M caca/driver_x11.c
  1478. M caca/event.c
  1479. M caca/graphics.c
  1480. M caca/time.c
  1481. M cucul/attr.c
  1482. M cucul/box.c
  1483. M cucul/canvas.c
  1484. M cucul/charset.c
  1485. M cucul/conic.c
  1486. M cucul/cucul.c
  1487. M cucul/cucul.h
  1488. M cucul/cucul_internals.h
  1489. M cucul/dither.c
  1490. M cucul/export.c
  1491. M cucul/font.c
  1492. M cucul/frame.c
  1493. M cucul/import.c
  1494. M cucul/legacy.c
  1495. M cucul/line.c
  1496. M cucul/transform.c
  1497. M cucul/triangle.c
  1498. M cxx/caca++.cpp
  1499. M cxx/caca++.h
  1500. M cxx/cucul++.cpp
  1501. M cxx/cucul++.h
  1502. M cxx/cxxtest.cpp
  1503. M kernel/kernel.c
  1504. M kernel/kernel.h
  1505. M python/pypycaca.c
  1506. M python/pypycaca.h
  1507. M src/aafire.c
  1508. M src/cacademo.c
  1509. M src/cacadraw.c
  1510. M src/cacaplay.c
  1511. M src/cacaserver.c
  1512. M src/cacaview.c
  1513. M src/common-image.c
  1514. M src/common-image.h
  1515. M src/img2irc.c
  1516. M test/blit.c
  1517. M test/colors.c
  1518. M test/cucul.c
  1519. M test/demo.c
  1520. M test/dithering.c
  1521. M test/event.c
  1522. M test/export.c
  1523. M test/font.c
  1524. M test/font2tga.c
  1525. M test/frames.c
  1526. M test/fullwidth.c
  1527. M test/gamma.c
  1528. M test/hsv.c
  1529. M test/import.c
  1530. M test/input.c
  1531. M test/spritedit.c
  1532. M test/swallow.c
  1533. M test/text.c
  1534. M test/transform.c
  1535. M test/truecolor.c
  1536. M test/unicode.c
  1537. M tools/makefont.c
  1538. M tools/optipal.c
  1539. * Bwarf, typo in the no warranty clause.
  1540. ------------------------------------------------------------------------
  1541. r1102 | sam | 2006-12-11 16:48:46 +0100 (Mon, 11 Dec 2006) | 2 lines
  1542. Changed paths:
  1543. M DotNet/AssemblyInfo.cs
  1544. M DotNet/Caca.cs
  1545. M DotNet/Cucul.cs
  1546. M DotNet/test.cs
  1547. M caca/caca.c
  1548. M caca/caca.h
  1549. M caca/caca0.c
  1550. M caca/caca0.h
  1551. M caca/caca_internals.h
  1552. M caca/driver_cocoa.m
  1553. M caca/driver_conio.c
  1554. M caca/driver_gl.c
  1555. M caca/driver_ncurses.c
  1556. M caca/driver_raw.c
  1557. M caca/driver_slang.c
  1558. M caca/driver_vga.c
  1559. M caca/driver_win32.c
  1560. M caca/driver_x11.c
  1561. M caca/event.c
  1562. M caca/graphics.c
  1563. M caca/time.c
  1564. M cucul/attr.c
  1565. M cucul/box.c
  1566. M cucul/canvas.c
  1567. M cucul/charset.c
  1568. M cucul/conic.c
  1569. M cucul/cucul.c
  1570. M cucul/cucul.h
  1571. M cucul/cucul_internals.h
  1572. M cucul/dither.c
  1573. M cucul/export.c
  1574. M cucul/font.c
  1575. M cucul/frame.c
  1576. M cucul/import.c
  1577. M cucul/legacy.c
  1578. M cucul/line.c
  1579. M cucul/transform.c
  1580. M cucul/triangle.c
  1581. M cxx/caca++.cpp
  1582. M cxx/caca++.h
  1583. M cxx/cucul++.cpp
  1584. M cxx/cucul++.h
  1585. M cxx/cxxtest.cpp
  1586. M kernel/kernel.c
  1587. M kernel/kernel.h
  1588. M python/pypycaca.c
  1589. M python/pypycaca.h
  1590. M src/aafire.c
  1591. M src/cacademo.c
  1592. M src/cacadraw.c
  1593. M src/cacaplay.c
  1594. M src/cacaserver.c
  1595. M src/cacaview.c
  1596. M src/common-image.c
  1597. M src/common-image.h
  1598. M src/img2irc.c
  1599. M test/blit.c
  1600. M test/colors.c
  1601. M test/cucul.c
  1602. M test/demo.c
  1603. M test/dithering.c
  1604. M test/event.c
  1605. M test/export.c
  1606. M test/font.c
  1607. M test/font2tga.c
  1608. M test/frames.c
  1609. M test/fullwidth.c
  1610. M test/gamma.c
  1611. M test/hsv.c
  1612. M test/import.c
  1613. M test/input.c
  1614. M test/spritedit.c
  1615. M test/swallow.c
  1616. M test/text.c
  1617. M test/transform.c
  1618. M test/truecolor.c
  1619. M test/unicode.c
  1620. M tools/makefont.c
  1621. M tools/optipal.c
  1622. * Add a no warranty clause to the code.
  1623. ------------------------------------------------------------------------
  1624. r1101 | sam | 2006-12-05 18:50:40 +0100 (Tue, 05 Dec 2006) | 2 lines
  1625. Changed paths:
  1626. M caca/driver_ncurses.c
  1627. * Fix OpenBSD build.
  1628. ------------------------------------------------------------------------
  1629. r1100 | sam | 2006-11-30 23:41:52 +0100 (Thu, 30 Nov 2006) | 2 lines
  1630. Changed paths:
  1631. M caca/driver_cocoa.m
  1632. M configure.ac
  1633. * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
  1634. ------------------------------------------------------------------------
  1635. r1099 | sam | 2006-11-27 15:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines
  1636. Changed paths:
  1637. M cucul/cucul.c
  1638. M cucul/cucul_internals.h
  1639. M cucul/frame.c
  1640. M cucul/import.c
  1641. * Got rid of that ugly cv->import member.
  1642. ------------------------------------------------------------------------
  1643. r1098 | sam | 2006-11-27 15:55:00 +0100 (Mon, 27 Nov 2006) | 3 lines
  1644. Changed paths:
  1645. M configure.ac
  1646. M test/Makefile.am
  1647. D test/term.c
  1648. * Get rid of test/term.c, it's now in its own repository.
  1649. * Added back -Wshadow, it's more useful than annoying.
  1650. ------------------------------------------------------------------------
  1651. r1097 | sam | 2006-11-27 15:53:17 +0100 (Mon, 27 Nov 2006) | 2 lines
  1652. Changed paths:
  1653. M cucul/canvas.c
  1654. M cucul/export.c
  1655. M tools/makefont.c
  1656. * Fix shadowing declarations.
  1657. ------------------------------------------------------------------------
  1658. r1096 | sam | 2006-11-27 06:59:29 +0100 (Mon, 27 Nov 2006) | 2 lines
  1659. Changed paths:
  1660. M test/Makefile.am
  1661. * Do not build test/term if fcntl() is not available. Yes, could be improved.
  1662. ------------------------------------------------------------------------
  1663. r1095 | sam | 2006-11-27 06:40:51 +0100 (Mon, 27 Nov 2006) | 2 lines
  1664. Changed paths:
  1665. M caca/driver_ncurses.c
  1666. M caca/driver_slang.c
  1667. * Fixed syntax errors.
  1668. ------------------------------------------------------------------------
  1669. r1094 | sam | 2006-11-27 02:58:59 +0100 (Mon, 27 Nov 2006) | 2 lines
  1670. Changed paths:
  1671. M TODO
  1672. * Added stuff to the TODO list.
  1673. ------------------------------------------------------------------------
  1674. r1093 | sam | 2006-11-27 02:58:00 +0100 (Mon, 27 Nov 2006) | 2 lines
  1675. Changed paths:
  1676. M test/term.c
  1677. * A few improvements to the screen/splitvt clone project.
  1678. ------------------------------------------------------------------------
  1679. r1092 | sam | 2006-11-27 02:56:37 +0100 (Mon, 27 Nov 2006) | 2 lines
  1680. Changed paths:
  1681. M cucul/cucul.c
  1682. M cucul/cucul_internals.h
  1683. M cucul/frame.c
  1684. M cucul/import.c
  1685. * Improved vt220 import by adding a persistent context to canvases.
  1686. ------------------------------------------------------------------------
  1687. r1091 | sam | 2006-11-24 06:51:10 +0100 (Fri, 24 Nov 2006) | 2 lines
  1688. Changed paths:
  1689. M caca/caca.h
  1690. M caca/caca_internals.h
  1691. M caca/driver_conio.c
  1692. M caca/driver_gl.c
  1693. M caca/driver_ncurses.c
  1694. M caca/driver_raw.c
  1695. M caca/driver_slang.c
  1696. M caca/driver_vga.c
  1697. M caca/driver_win32.c
  1698. M caca/driver_x11.c
  1699. M caca/graphics.c
  1700. * Added caca_set_cursor(). Not yet functional.
  1701. ------------------------------------------------------------------------
  1702. r1090 | sam | 2006-11-24 06:49:49 +0100 (Fri, 24 Nov 2006) | 3 lines
  1703. Changed paths:
  1704. M caca/driver_ncurses.c
  1705. M caca/driver_slang.c
  1706. * Add support for doublewidth characters even if ncurses or SLang don't know
  1707. about them.
  1708. ------------------------------------------------------------------------
  1709. r1089 | jylam | 2006-11-23 21:22:03 +0100 (Thu, 23 Nov 2006) | 2 lines
  1710. Changed paths:
  1711. M DotNet/Cucul.cs
  1712. M DotNet/test.cs
  1713. * .Net : Fixed drawLine() and updated example (rasters rule)
  1714. ------------------------------------------------------------------------
  1715. r1088 | sam | 2006-11-21 08:09:35 +0100 (Tue, 21 Nov 2006) | 2 lines
  1716. Changed paths:
  1717. M configure.ac
  1718. M test/Makefile.am
  1719. A test/term.c
  1720. * Added a test app that swallows two console applications. Switch with C-a.
  1721. ------------------------------------------------------------------------
  1722. r1087 | sam | 2006-11-21 07:35:04 +0100 (Tue, 21 Nov 2006) | 3 lines
  1723. Changed paths:
  1724. M cucul/import.c
  1725. * Improved ANSI importer so that it supports a lot more of what is needed
  1726. for basic vt220 emulation.
  1727. ------------------------------------------------------------------------
  1728. r1086 | sam | 2006-11-20 06:49:45 +0100 (Mon, 20 Nov 2006) | 2 lines
  1729. Changed paths:
  1730. M TODO
  1731. * Added a few ideas to the TODO list.
  1732. ------------------------------------------------------------------------
  1733. r1085 | jylam | 2006-11-18 13:27:16 +0100 (Sat, 18 Nov 2006) | 2 lines
  1734. Changed paths:
  1735. M DotNet/Cucul.cs
  1736. M DotNet/test.cs
  1737. * Added preliminary dither support to .NET bindings
  1738. ------------------------------------------------------------------------
  1739. r1084 | jylam | 2006-11-18 12:34:40 +0100 (Sat, 18 Nov 2006) | 2 lines
  1740. Changed paths:
  1741. M DotNet/Cucul.cs
  1742. * Added frames to .NET bindings
  1743. ------------------------------------------------------------------------
  1744. r1083 | jylam | 2006-11-18 12:25:50 +0100 (Sat, 18 Nov 2006) | 2 lines
  1745. Changed paths:
  1746. M DotNet/Cucul.cs
  1747. M DotNet/test.cs
  1748. * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export.
  1749. ------------------------------------------------------------------------
  1750. r1082 | sam | 2006-11-17 12:28:32 +0100 (Fri, 17 Nov 2006) | 2 lines
  1751. Changed paths:
  1752. M caca/driver_cocoa.m
  1753. M configure.ac
  1754. * Merged old code by Ol that can be used as a start for the Cocoa driver.
  1755. ------------------------------------------------------------------------
  1756. r1080 | sam | 2006-11-16 17:29:57 +0100 (Thu, 16 Nov 2006) | 3 lines
  1757. Changed paths:
  1758. M ChangeLog
  1759. M NEWS
  1760. M configure.ac
  1761. * Set version to 0.99.beta11.
  1762. * Updated NEWS and ChangeLog.
  1763. ------------------------------------------------------------------------
  1764. r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines
  1765. Changed paths:
  1766. M cucul/export.c
  1767. M test/export.c
  1768. * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters.
  1769. * Updated export test accordingly.
  1770. ------------------------------------------------------------------------
  1771. r1078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines
  1772. Changed paths:
  1773. M common.h
  1774. * Fix a compilation warning by pretending to use seterrno()'s argument
  1775. even when it isn't.
  1776. ------------------------------------------------------------------------
  1777. r1077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines
  1778. Changed paths:
  1779. M kernel/kernel.c
  1780. M kernel/kernel.h
  1781. * Implemented strcmp() and strdup() and added an fflush() stub to the
  1782. kernel code.
  1783. ------------------------------------------------------------------------
  1784. r1076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines
  1785. Changed paths:
  1786. M cucul/transform.c
  1787. * Added some box drawing glyphs that are used by TOIlet's future.tlf font
  1788. to the flip/flop/rotation filters.
  1789. ------------------------------------------------------------------------
  1790. r1072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines
  1791. Changed paths:
  1792. M caca/Makefile.am
  1793. M src/Makefile.am
  1794. M tools/Makefile.am
  1795. * Don't rely on pkg-config macros for variable substitution. Just in case.
  1796. ------------------------------------------------------------------------
  1797. r1071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines
  1798. Changed paths:
  1799. M configure.ac
  1800. * No longer bail out with an error if Imlib2 or Doxygen were not found.
  1801. ------------------------------------------------------------------------
  1802. r1070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines
  1803. Changed paths:
  1804. M cucul/frame.c
  1805. * Minor documentation fix.
  1806. ------------------------------------------------------------------------
  1807. r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines
  1808. Changed paths:
  1809. M caca/Makefile.am
  1810. M caca/caca.c
  1811. M caca/caca_internals.h
  1812. A caca/driver_cocoa.m
  1813. M configure.ac
  1814. * Added all the glue needed for a Cocoa output driver.
  1815. ------------------------------------------------------------------------
  1816. r1068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines
  1817. Changed paths:
  1818. M test/spritedit.c
  1819. * Minor compilation warning fix. OS X x86 defines "DELAY".
  1820. ------------------------------------------------------------------------
  1821. r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines
  1822. Changed paths:
  1823. M cucul/transform.c
  1824. M test/text.c
  1825. * Documented flip/flop/rotate as being involutive.
  1826. * Updated text test.
  1827. ------------------------------------------------------------------------
  1828. r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines
  1829. Changed paths:
  1830. M test/Makefile.am
  1831. D test/all.c
  1832. A test/cucul.c
  1833. * Renamed the "all" test to "cucul" because it otherwise conflicted with
  1834. the automake "all" rule.
  1835. ------------------------------------------------------------------------
  1836. r1065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14 Nov 2006) | 3 lines
  1837. Changed paths:
  1838. M caca/caca_internals.h
  1839. M caca/driver_ncurses.c
  1840. M caca/driver_slang.c
  1841. M caca/graphics.c
  1842. * Factored terminal title setting code.
  1843. * Do not try to set the terminal title if TERM=linux.
  1844. ------------------------------------------------------------------------
  1845. r1064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14 Nov 2006) | 2 lines
  1846. Changed paths:
  1847. M caca/driver_ncurses.c
  1848. M caca/driver_slang.c
  1849. M caca/graphics.c
  1850. M doc/migrating.dox
  1851. * Implemented caca_set_display_title() for ncurses and S-Lang.
  1852. ------------------------------------------------------------------------
  1853. r1063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14 Nov 2006) | 4 lines
  1854. Changed paths:
  1855. M cucul/canvas.c
  1856. M cucul/cucul.c
  1857. M cucul/cucul.h
  1858. M cucul/cucul_internals.h
  1859. M cucul/frame.c
  1860. M cucul/legacy.c
  1861. M cxx/cucul++.cpp
  1862. M test/all.c
  1863. M test/frames.c
  1864. * Implemented cucul_get_frame_name() and cucul_set_frame_name().
  1865. * Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well
  1866. know that a frame belongs to a canvas.
  1867. ------------------------------------------------------------------------
  1868. r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines
  1869. Changed paths:
  1870. M test/Makefile.am
  1871. A test/all.c
  1872. M test/blit.c
  1873. * Started writing a full API test. Not sure where it'll lead.
  1874. ------------------------------------------------------------------------
  1875. r1061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines
  1876. Changed paths:
  1877. M cxx/cucul++.cpp
  1878. M cxx/cucul++.h
  1879. M cxx/cxxtest.cpp
  1880. * Updated C++ bindings so that they build, at least.
  1881. ------------------------------------------------------------------------
  1882. r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines
  1883. Changed paths:
  1884. M src/cacademo.c
  1885. M test/swallow.c
  1886. * Add more randomness to the cacademo effects.
  1887. * Adapt the swallow test to the display's size.
  1888. ------------------------------------------------------------------------
  1889. r1059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines
  1890. Changed paths:
  1891. M caca/caca.h
  1892. M src/aafire.c
  1893. M src/cacademo.c
  1894. * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
  1895. ------------------------------------------------------------------------
  1896. r1058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines
  1897. Changed paths:
  1898. M cucul/import.c
  1899. * Improved ANSI import, especially wrt. drawing context persistence.
  1900. ------------------------------------------------------------------------
  1901. r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines
  1902. Changed paths:
  1903. M cucul/attr.c
  1904. * Fix a bug in cucul_put_attr. This function was simply not working.
  1905. ------------------------------------------------------------------------
  1906. r1056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines
  1907. Changed paths:
  1908. M cucul/cucul.c
  1909. M cucul/cucul_internals.h
  1910. M cucul/frame.c
  1911. * Fix a bug in cucul_set_canvas_size() that caused the default attribute
  1912. to be ignored.
  1913. ------------------------------------------------------------------------
  1914. r1054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines
  1915. Changed paths:
  1916. M cucul/import.c
  1917. * When importing an utf-8 file, set background and foreground colours to
  1918. the nearest ANSI values for the current attribute. When importing an ANSI
  1919. file, force them to lightgray on black.
  1920. ------------------------------------------------------------------------
  1921. r1053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines
  1922. Changed paths:
  1923. M NEWS
  1924. * Oops, fixed NEW entry.
  1925. ------------------------------------------------------------------------
  1926. r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines
  1927. Changed paths:
  1928. M Makefile.am
  1929. * Added a "make upload" rule for releases.
  1930. ------------------------------------------------------------------------
  1931. r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines
  1932. Changed paths:
  1933. M ChangeLog
  1934. M NEWS
  1935. M configure.ac
  1936. * Set version to 0.99.beta10.
  1937. * Updated NEWS and ChangeLog.
  1938. ------------------------------------------------------------------------
  1939. r1046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines
  1940. Changed paths:
  1941. M doc/migrating.dox
  1942. * Documentation updates.
  1943. ------------------------------------------------------------------------
  1944. r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines
  1945. Changed paths:
  1946. M cucul/cucul.h
  1947. M cucul/legacy.c
  1948. * Re-added cucul_getchar() to the legacy functions. Debian's current version
  1949. of toilet needs it.
  1950. ------------------------------------------------------------------------
  1951. r1044 | sam | 2006-11-12 18:30:08 +0100 (Sun, 12 Nov 2006) | 2 lines
  1952. Changed paths:
  1953. M cucul/font.c
  1954. M cucul/font_mono9.h
  1955. M cucul/font_monobold12.h
  1956. M doc/font.dox
  1957. M tools/makefont.c
  1958. * Add maxwidth and maxheight members to the font format.
  1959. ------------------------------------------------------------------------
  1960. r1043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines
  1961. Changed paths:
  1962. M src/cacademo.c
  1963. M test/swallow.c
  1964. * Random transition times in cacademo.
  1965. * Swallow 4 applications instead of 2 in the swallow test.
  1966. ------------------------------------------------------------------------
  1967. r1042 | sam | 2006-11-12 16:35:04 +0100 (Sun, 12 Nov 2006) | 2 lines
  1968. Changed paths:
  1969. M src/aafire.c
  1970. M src/cacademo.c
  1971. * Ctrl-C and Ctrl-Z quit cacafire and cacademo.
  1972. ------------------------------------------------------------------------
  1973. r1041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines
  1974. Changed paths:
  1975. M caca/caca.c
  1976. M caca/graphics.c
  1977. M common.h
  1978. M cucul/attr.c
  1979. M cucul/canvas.c
  1980. M cucul/cucul.c
  1981. M cucul/dither.c
  1982. M cucul/export.c
  1983. M cucul/font.c
  1984. M cucul/frame.c
  1985. M cucul/import.c
  1986. M cucul/legacy.c
  1987. * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions.
  1988. * More debugging information in the import/export and font functions.
  1989. ------------------------------------------------------------------------
  1990. r1040 | sam | 2006-11-12 15:42:58 +0100 (Sun, 12 Nov 2006) | 3 lines
  1991. Changed paths:
  1992. M cucul/font_mono9.h
  1993. M cucul/font_monobold12.h
  1994. M test/font2tga.c
  1995. M tools/makefont.c
  1996. * Add CJK punctuation to the default fonts.
  1997. * Minor changes to the font2tga test program.
  1998. ------------------------------------------------------------------------
  1999. r1039 | sam | 2006-11-12 14:11:01 +0100 (Sun, 12 Nov 2006) | 2 lines
  2000. Changed paths:
  2001. M common.h
  2002. M configure.ac
  2003. M cucul/export.c
  2004. * Add a debug() function and a --enable-debug configure flag.
  2005. ------------------------------------------------------------------------
  2006. r1038 | sam | 2006-11-12 13:26:48 +0100 (Sun, 12 Nov 2006) | 3 lines
  2007. Changed paths:
  2008. M cucul/font.c
  2009. M cucul/font_mono9.h
  2010. M cucul/font_monobold12.h
  2011. M test/font2tga.c
  2012. M tools/makefont.c
  2013. * Support fullwidth fonts.
  2014. * Add Katakanas and Hiraganas to the default fonts.
  2015. ------------------------------------------------------------------------
  2016. r1037 | sam | 2006-11-12 12:06:34 +0100 (Sun, 12 Nov 2006) | 2 lines
  2017. Changed paths:
  2018. M caca/caca.h
  2019. * Documented caca_event_t members.
  2020. ------------------------------------------------------------------------
  2021. r1036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines
  2022. Changed paths:
  2023. M cucul/cucul.h
  2024. M cucul/export.c
  2025. M cucul/font.c
  2026. M cucul/frame.c
  2027. M doc/Makefile.am
  2028. A doc/canvas.dox
  2029. A doc/font.dox
  2030. M doc/libcaca.dox
  2031. * Documentation updates. Moved the canvas and font format definitions to
  2032. the Doxygen documentation.
  2033. ------------------------------------------------------------------------
  2034. r1035 | sam | 2006-11-12 11:32:38 +0100 (Sun, 12 Nov 2006) | 4 lines
  2035. Changed paths:
  2036. M doc/caca-config.1
  2037. * Mention caca-config being deprecated in its manpage, and removed mention
  2038. of --plugin-libs from it. The option is still here but does the same as
  2039. --libs.
  2040. ------------------------------------------------------------------------
  2041. r1034 | sam | 2006-11-12 11:06:35 +0100 (Sun, 12 Nov 2006) | 2 lines
  2042. Changed paths:
  2043. M src/cacaplay.c
  2044. * Properly handle EOF in cacaplay.
  2045. ------------------------------------------------------------------------
  2046. r1033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines
  2047. Changed paths:
  2048. M TODO
  2049. M cucul/export.c
  2050. * Documentation fixes and TODO updates.
  2051. ------------------------------------------------------------------------
  2052. r1032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines
  2053. Changed paths:
  2054. M caca/driver_raw.c
  2055. * Flush stdout after writing the data in the raw driver.
  2056. ------------------------------------------------------------------------
  2057. r1031 | sam | 2006-11-12 10:48:37 +0100 (Sun, 12 Nov 2006) | 2 lines
  2058. Changed paths:
  2059. M doc/cacaplay.1
  2060. M src/cacaplay.c
  2061. * Allow cacaplay to play streams and updated its manpage.
  2062. ------------------------------------------------------------------------
  2063. r1030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines
  2064. Changed paths:
  2065. M test/swallow.c
  2066. * Fix infinite loop due to signed/unsigned mistake.
  2067. ------------------------------------------------------------------------
  2068. r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines
  2069. Changed paths:
  2070. M test/Makefile.am
  2071. A test/swallow.c
  2072. * libcaca multiplexer: swallows two libcaca applications, for instance
  2073. cacademo and cacafire, and displays them in a canvas.
  2074. ------------------------------------------------------------------------
  2075. r1028 | sam | 2006-11-11 18:55:11 +0100 (Sat, 11 Nov 2006) | 2 lines
  2076. Changed paths:
  2077. M cucul/import.c
  2078. * Fixed a bug in the caca importer.
  2079. ------------------------------------------------------------------------
  2080. r1027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines
  2081. Changed paths:
  2082. M test/blit.c
  2083. * Fix program header.
  2084. ------------------------------------------------------------------------
  2085. r1026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines
  2086. Changed paths:
  2087. M caca/caca0.h
  2088. M caca/driver_gl.c
  2089. M cucul/attr.c
  2090. M cucul/box.c
  2091. M cucul/canvas.c
  2092. M cucul/conic.c
  2093. M cucul/cucul.h
  2094. M cucul/dither.c
  2095. M cucul/import.c
  2096. M cucul/legacy.c
  2097. M cucul/line.c
  2098. M cucul/triangle.c
  2099. M src/aafire.c
  2100. M src/cacademo.c
  2101. M src/cacaview.c
  2102. M test/blit.c
  2103. M test/colors.c
  2104. M test/demo.c
  2105. M test/dithering.c
  2106. M test/event.c
  2107. M test/export.c
  2108. M test/font.c
  2109. M test/font2tga.c
  2110. M test/frames.c
  2111. M test/fullwidth.c
  2112. M test/input.c
  2113. M test/spritedit.c
  2114. M test/transform.c
  2115. M test/truecolor.c
  2116. M test/unicode.c
  2117. * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
  2118. ------------------------------------------------------------------------
  2119. r1025 | sam | 2006-11-11 16:38:40 +0100 (Sat, 11 Nov 2006) | 2 lines
  2120. Changed paths:
  2121. M cucul/canvas.c
  2122. M test/Makefile.am
  2123. A test/blit.c
  2124. * Made cucul_blit() handle-aware. Added a blit test for that.
  2125. ------------------------------------------------------------------------
  2126. r1024 | sam | 2006-11-11 16:17:16 +0100 (Sat, 11 Nov 2006) | 2 lines
  2127. Changed paths:
  2128. M test/transform.c
  2129. * Free all memory upon exit in the transform test.
  2130. ------------------------------------------------------------------------
  2131. r1023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines
  2132. Changed paths:
  2133. M test/transform.c
  2134. * Update transform.c so that it uses import functions instead of blitting
  2135. lines.
  2136. ------------------------------------------------------------------------
  2137. r1022 | sam | 2006-11-11 15:51:04 +0100 (Sat, 11 Nov 2006) | 2 lines
  2138. Changed paths:
  2139. M cucul/import.c
  2140. * Do not force the text colour when importing a text file.
  2141. ------------------------------------------------------------------------
  2142. r1021 | sam | 2006-11-11 15:24:35 +0100 (Sat, 11 Nov 2006) | 2 lines
  2143. Changed paths:
  2144. M TODO
  2145. M cucul/canvas.c
  2146. M cucul/cucul.c
  2147. M cucul/cucul.h
  2148. M cucul/cucul_internals.h
  2149. M cucul/export.c
  2150. M cucul/frame.c
  2151. M cucul/import.c
  2152. * Add cursor and handle support to canvases. Unused yet.
  2153. ------------------------------------------------------------------------
  2154. r1020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines
  2155. Changed paths:
  2156. M TODO
  2157. M cucul/canvas.c
  2158. M cucul/frame.c
  2159. * Cosmetic code and documentation changes here and there.
  2160. * Updated TODO.
  2161. ------------------------------------------------------------------------
  2162. r1019 | sam | 2006-11-11 14:03:19 +0100 (Sat, 11 Nov 2006) | 2 lines
  2163. Changed paths:
  2164. M test/frames.c
  2165. * Restore attribute settings before resizing the canvas in the frame test.
  2166. ------------------------------------------------------------------------
  2167. r1018 | sam | 2006-11-11 14:00:36 +0100 (Sat, 11 Nov 2006) | 2 lines
  2168. Changed paths:
  2169. M cucul/Makefile.am
  2170. A cucul/frame.c
  2171. D cucul/sprite.c
  2172. * Rename sprite.c into frame.c.
  2173. ------------------------------------------------------------------------
  2174. r1017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines
  2175. Changed paths:
  2176. M cucul/canvas.c
  2177. M cucul/cucul.c
  2178. M cucul/cucul_internals.h
  2179. M cucul/sprite.c
  2180. * Prepare the way for per-frame width/height information.
  2181. ------------------------------------------------------------------------
  2182. r1016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines
  2183. Changed paths:
  2184. M cucul/cucul.c
  2185. * Fix minor uninitialised data bug in cucul_canvas_create().
  2186. ------------------------------------------------------------------------
  2187. r1015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines
  2188. Changed paths:
  2189. M cucul/cucul.c
  2190. * Allow to resize canvases back to (0,0).
  2191. ------------------------------------------------------------------------
  2192. r1014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines
  2193. Changed paths:
  2194. M cucul/charset.c
  2195. M cucul/cucul_internals.h
  2196. * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8()
  2197. functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless
  2198. by fullwidth character support.
  2199. ------------------------------------------------------------------------
  2200. r1013 | sam | 2006-11-11 10:18:42 +0100 (Sat, 11 Nov 2006) | 2 lines
  2201. Changed paths:
  2202. M cucul/cucul.c
  2203. M cucul/cucul_internals.h
  2204. M cucul/dither.c
  2205. * Got rid of very old _cucul_init_dither() function call.
  2206. ------------------------------------------------------------------------
  2207. r1012 | sam | 2006-11-11 10:10:17 +0100 (Sat, 11 Nov 2006) | 3 lines
  2208. Changed paths:
  2209. M caca/driver_conio.c
  2210. M caca/driver_ncurses.c
  2211. M caca/driver_slang.c
  2212. M caca/driver_vga.c
  2213. M cucul/attr.c
  2214. M cucul/cucul.h
  2215. M cucul/cucul_internals.h
  2216. * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi()
  2217. function.
  2218. ------------------------------------------------------------------------
  2219. r1011 | sam | 2006-11-11 09:44:14 +0100 (Sat, 11 Nov 2006) | 3 lines
  2220. Changed paths:
  2221. M caca/driver_slang.c
  2222. M caca/driver_win32.c
  2223. M cucul/attr.c
  2224. M cucul/export.c
  2225. * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with
  2226. the now official cucul_attr_to_ansi_[fb]g().
  2227. ------------------------------------------------------------------------
  2228. r1010 | sam | 2006-11-11 09:34:41 +0100 (Sat, 11 Nov 2006) | 2 lines
  2229. Changed paths:
  2230. M cucul/attr.c
  2231. M cucul/cucul.h
  2232. * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg().
  2233. ------------------------------------------------------------------------
  2234. r1009 | sam | 2006-11-11 09:11:26 +0100 (Sat, 11 Nov 2006) | 4 lines
  2235. Changed paths:
  2236. M caca/caca0.h
  2237. M cucul/box.c
  2238. M cucul/conic.c
  2239. M cucul/cucul.h
  2240. M cucul/line.c
  2241. M cucul/triangle.c
  2242. M src/cacademo.c
  2243. M src/cacaview.c
  2244. M test/demo.c
  2245. M test/event.c
  2246. M test/export.c
  2247. M test/frames.c
  2248. M test/gamma.c
  2249. M test/input.c
  2250. * Switch back to UTF-32 arguments for drawing primitives, now that we
  2251. properly export cucul_utf8_to_utf32(). Evil API breakage, but no one
  2252. uses these functions anyway.
  2253. ------------------------------------------------------------------------
  2254. r1008 | sam | 2006-11-11 08:56:30 +0100 (Sat, 11 Nov 2006) | 2 lines
  2255. Changed paths:
  2256. M cucul/box.c
  2257. M cucul/cucul.h
  2258. * Implemented cucul_draw_cp437_box().
  2259. ------------------------------------------------------------------------
  2260. r1007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines
  2261. Changed paths:
  2262. M doc/Makefile.am
  2263. A doc/cacaplay.1
  2264. A doc/cacaserver.1
  2265. M doc/cacaview.1
  2266. A doc/img2irc.1
  2267. M src/img2irc.c
  2268. * Wrote manual pages for img2irc, cacaplay and cacaserver.
  2269. ------------------------------------------------------------------------
  2270. r1006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines
  2271. Changed paths:
  2272. M cucul/Makefile.am
  2273. A cucul/attr.c
  2274. D cucul/colour.c
  2275. M cucul/cucul.h
  2276. * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent.
  2277. ------------------------------------------------------------------------
  2278. r1005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines
  2279. Changed paths:
  2280. M src/cacaserver.c
  2281. * Don't try to guess the file format in cacaserver, instead feed the data
  2282. to cucul_import_memory() and try again later if it says "not enough data".
  2283. ------------------------------------------------------------------------
  2284. r1004 | sam | 2006-11-09 18:20:47 +0100 (Thu, 09 Nov 2006) | 2 lines
  2285. Changed paths:
  2286. M cucul/import.c
  2287. * If not enough data is available for import, return 0 instead of an error.
  2288. ------------------------------------------------------------------------
  2289. r1003 | sam | 2006-11-09 12:14:57 +0100 (Thu, 09 Nov 2006) | 2 lines
  2290. Changed paths:
  2291. M cucul/canvas.c
  2292. M cucul/import.c
  2293. * Minor documentation fixes.
  2294. ------------------------------------------------------------------------
  2295. r1002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines
  2296. Changed paths:
  2297. M cxx/cxxtest.cpp
  2298. * Fixed behaviour of the pig while resizing window
  2299. ------------------------------------------------------------------------
  2300. r1001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines
  2301. Changed paths:
  2302. M doc/migrating.dox
  2303. * Slight documentation update.
  2304. ------------------------------------------------------------------------
  2305. r1000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines
  2306. Changed paths:
  2307. M src/cacadraw.c
  2308. M src/cacaplay.c
  2309. M src/cacaserver.c
  2310. M src/img2irc.c
  2311. M test/export.c
  2312. M test/font2tga.c
  2313. M test/import.c
  2314. M test/text.c
  2315. * Convert all programs and tests to the new import/export API.
  2316. ------------------------------------------------------------------------
  2317. r999 | sam | 2006-11-08 18:18:23 +0100 (Wed, 08 Nov 2006) | 8 lines
  2318. Changed paths:
  2319. M cucul/cucul.h
  2320. M cucul/import.c
  2321. * Set the cucul_import_memory() buffer type to void const * instead of
  2322. unsigned char const * so that C++ programs won't complain.
  2323. ___ __ __ ____ ___ ___ ___
  2324. / _ \| \/ |/ ___| / _ \ / _ \ / _ \
  2325. | | | | |\/| | | _ | (_) | (_) | (_) |
  2326. | |_| | | | | |_| | \__, |\__, |\__, |
  2327. \___/|_| |_|\____| /_/ /_/ /_/
  2328. ------------------------------------------------------------------------
  2329. r998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines
  2330. Changed paths:
  2331. M caca/caca0.c
  2332. M caca/driver_raw.c
  2333. M cucul/cucul.h
  2334. M cucul/export.c
  2335. M cucul/legacy.c
  2336. * Renamed cucul_export() to cucul_export_memory(), paves the way for a
  2337. cucul_export_file() but I'm not sure yet this is a good idea.
  2338. * Use the new import/export API in libcaca.
  2339. ------------------------------------------------------------------------
  2340. r997 | sam | 2006-11-08 17:34:43 +0100 (Wed, 08 Nov 2006) | 3 lines
  2341. Changed paths:
  2342. M cucul/cucul.h
  2343. M cucul/import.c
  2344. M cucul/legacy.c
  2345. * Renamed cucul_import() to cucul_import_memory() and implemented
  2346. cucul_import_file().
  2347. ------------------------------------------------------------------------
  2348. r996 | sam | 2006-11-08 14:12:06 +0100 (Wed, 08 Nov 2006) | 2 lines
  2349. Changed paths:
  2350. M common.h
  2351. * Don't try to include arpa/inet.h in kernel mode.
  2352. ------------------------------------------------------------------------
  2353. r995 | sam | 2006-11-08 14:05:42 +0100 (Wed, 08 Nov 2006) | 2 lines
  2354. Changed paths:
  2355. M common.h
  2356. M cucul/font.c
  2357. M cucul/import.c
  2358. * Don't use htonl() directly, use common.h's hton32() wrapper.
  2359. ------------------------------------------------------------------------
  2360. r994 | sam | 2006-11-08 13:11:07 +0100 (Wed, 08 Nov 2006) | 2 lines
  2361. Changed paths:
  2362. M cucul/Makefile.am
  2363. D cucul/buffer.c
  2364. M cucul/colour.c
  2365. M cucul/cucul.h
  2366. M cucul/export.c
  2367. M cucul/import.c
  2368. A cucul/legacy.c
  2369. * Deprecate buffer management. We're back to standard void* memory areas.
  2370. ------------------------------------------------------------------------
  2371. r993 | sam | 2006-11-08 08:59:23 +0100 (Wed, 08 Nov 2006) | 2 lines
  2372. Changed paths:
  2373. M cucul/buffer.c
  2374. * Minor syntax fix in the doxygen documentation.
  2375. ------------------------------------------------------------------------
  2376. r992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines
  2377. Changed paths:
  2378. M src/Makefile.am
  2379. M src/cacaserver.c
  2380. * Do not link cacaserver with libcaca, it only uses libcucul.
  2381. ------------------------------------------------------------------------
  2382. r991 | sam | 2006-11-06 12:06:44 +0100 (Mon, 06 Nov 2006) | 2 lines
  2383. Changed paths:
  2384. M doc/tutorial.dox
  2385. * Replace CUCUL_COLOR_* with CUCUL_*.
  2386. ------------------------------------------------------------------------
  2387. r990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines
  2388. Changed paths:
  2389. M test/font2tga.c
  2390. * Use cucul_get_font_blocks() instead of hardcoding the glyph list.
  2391. ------------------------------------------------------------------------
  2392. r989 | sam | 2006-11-06 00:59:06 +0100 (Mon, 06 Nov 2006) | 2 lines
  2393. Changed paths:
  2394. M caca/caca0.c
  2395. * Fix a harmless warning in caca0.c.
  2396. ------------------------------------------------------------------------
  2397. r987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines
  2398. Changed paths:
  2399. M ChangeLog
  2400. M NEWS
  2401. M configure.ac
  2402. * Set version to 0.99.beta9.
  2403. * Updated NEWS and ChangeLog.
  2404. ------------------------------------------------------------------------
  2405. r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines
  2406. Changed paths:
  2407. M TODO
  2408. * Updated TODO list.
  2409. ------------------------------------------------------------------------
  2410. r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines
  2411. Changed paths:
  2412. M cucul/export.c
  2413. M cucul/import.c
  2414. M src/cacaserver.c
  2415. * Updated the caca export format so that it supports multiple frames.
  2416. * Updated the caca importer to reflect that; only one frame is read at the
  2417. moment.
  2418. * Added an "utf8cr" export format for UTF-8 + CRLF exports.
  2419. * Updated cacaserver to reflect file format changes.
  2420. ------------------------------------------------------------------------
  2421. r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines
  2422. Changed paths:
  2423. M cxx/cxxtest.cpp
  2424. * Use the import function to load the pig image in cxxtest.
  2425. ------------------------------------------------------------------------
  2426. r983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines
  2427. Changed paths:
  2428. M cucul/font.c
  2429. * Add information to the font format.
  2430. ------------------------------------------------------------------------
  2431. r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines
  2432. Changed paths:
  2433. M doc/tutorial.dox
  2434. * Fixed typo, added compilation example
  2435. ------------------------------------------------------------------------
  2436. r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines
  2437. Changed paths:
  2438. M doc/tutorial.dox
  2439. * Started a real and complete tutorial
  2440. ------------------------------------------------------------------------
  2441. r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines
  2442. Changed paths:
  2443. M cxx/cucul++.h
  2444. * Oops, fixed getChar's prototype.
  2445. ------------------------------------------------------------------------
  2446. r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines
  2447. Changed paths:
  2448. M cxx/cucul++.cpp
  2449. M cxx/cucul++.h
  2450. * Implemented putChar() and updated getChar()'s prototype.
  2451. ------------------------------------------------------------------------
  2452. r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines
  2453. Changed paths:
  2454. M cxx/cucul++.cpp
  2455. * Don't crash if Blit()'s second canvas argument is NULL (which is valid).
  2456. ------------------------------------------------------------------------
  2457. r977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines
  2458. Changed paths:
  2459. M cxx/cxxtest.cpp
  2460. * Fixed c++ example
  2461. ------------------------------------------------------------------------
  2462. r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines
  2463. Changed paths:
  2464. M cucul/cucul.c
  2465. * Fix the default canvas colour value.
  2466. ------------------------------------------------------------------------
  2467. r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines
  2468. Changed paths:
  2469. M cucul/cucul.h
  2470. * Remove legacy cucul_ansi_to_str() from cucul.h.
  2471. ------------------------------------------------------------------------
  2472. r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines
  2473. Changed paths:
  2474. M cucul/font.c
  2475. M cucul/font_mono9.h
  2476. M cucul/font_monobold12.h
  2477. M tools/makefont.c
  2478. * Slightly changed the font header information. No one distributes libcaca
  2479. fonts yet anyway :-)
  2480. ------------------------------------------------------------------------
  2481. r973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines
  2482. Changed paths:
  2483. M cucul/colour.c
  2484. * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation.
  2485. ------------------------------------------------------------------------
  2486. r972 | sam | 2006-10-31 15:04:22 +0100 (Tue, 31 Oct 2006) | 4 lines
  2487. Changed paths:
  2488. M caca/caca0.c
  2489. M caca/caca0.h
  2490. M cucul/cucul.c
  2491. M cucul/cucul.h
  2492. M cxx/cucul++.cpp
  2493. M cxx/cucul++.h
  2494. M cxx/cxxtest.cpp
  2495. M doc/migrating.dox
  2496. M doc/tutorial.dox
  2497. M test/colors.c
  2498. M test/demo.c
  2499. * Got rid of cucul_ansi_to_str(), it's really useless.
  2500. * Partial update of the C++ bindings.
  2501. * Updated documentation.
  2502. ------------------------------------------------------------------------
  2503. r971 | sam | 2006-10-31 14:44:41 +0100 (Tue, 31 Oct 2006) | 2 lines
  2504. Changed paths:
  2505. D cxx/cpptest.cpp
  2506. M cxx/cxxtest.cpp
  2507. * Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
  2508. ------------------------------------------------------------------------
  2509. r970 | sam | 2006-10-31 14:29:48 +0100 (Tue, 31 Oct 2006) | 5 lines
  2510. Changed paths:
  2511. M caca/caca0.h
  2512. M caca/driver_gl.c
  2513. M cucul/colour.c
  2514. M cucul/cucul.c
  2515. M cucul/cucul.h
  2516. M cucul/dither.c
  2517. M cucul/import.c
  2518. M src/aafire.c
  2519. M src/cacademo.c
  2520. M src/cacadraw.c
  2521. M src/cacaview.c
  2522. M src/img2irc.c
  2523. M test/colors.c
  2524. M test/demo.c
  2525. M test/dithering.c
  2526. M test/event.c
  2527. M test/export.c
  2528. M test/font.c
  2529. M test/font2tga.c
  2530. M test/frames.c
  2531. M test/fullwidth.c
  2532. M test/gamma.c
  2533. M test/input.c
  2534. M test/spritedit.c
  2535. M test/transform.c
  2536. M test/truecolor.c
  2537. M test/unicode.c
  2538. * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
  2539. cucul_set_color() and cucul_set_truecolor() under the new names
  2540. cucul_set_color_ansi() and cucul_set_color_argb().
  2541. * Renamed cucul_get_color_name() into cucul_ansi_to_str().
  2542. ------------------------------------------------------------------------
  2543. r969 | sam | 2006-10-31 09:17:58 +0100 (Tue, 31 Oct 2006) | 3 lines
  2544. Changed paths:
  2545. M cucul/colour.c
  2546. M cucul/export.c
  2547. M test/colors.c
  2548. M test/export.c
  2549. * Changed cucul_set_attr() so that only setting the style does not change
  2550. the colour.
  2551. ------------------------------------------------------------------------
  2552. r968 | sam | 2006-10-30 17:37:36 +0100 (Mon, 30 Oct 2006) | 3 lines
  2553. Changed paths:
  2554. M caca/driver_x11.c
  2555. M cucul/export.c
  2556. * Blink/Underline/Bold/Italics support in the HTML exporters.
  2557. * Underline support in the X11 driver.
  2558. ------------------------------------------------------------------------
  2559. r967 | sam | 2006-10-30 15:41:16 +0100 (Mon, 30 Oct 2006) | 2 lines
  2560. Changed paths:
  2561. M test/colors.c
  2562. M test/export.c
  2563. * Add Bold/Blink/Italics/Underline to the export and color tests.
  2564. ------------------------------------------------------------------------
  2565. r966 | sam | 2006-10-30 15:33:46 +0100 (Mon, 30 Oct 2006) | 2 lines
  2566. Changed paths:
  2567. M cucul/export.c
  2568. * Fix IRC and term transparency (again).
  2569. ------------------------------------------------------------------------
  2570. r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines
  2571. Changed paths:
  2572. M TODO
  2573. * Updated TODO list.
  2574. ------------------------------------------------------------------------
  2575. r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines
  2576. Changed paths:
  2577. M cucul/colour.c
  2578. M cucul/cucul.h
  2579. * Add back cucul_set_color() and cucul_set_truecolor() but mark them as
  2580. deprecated using GCC attributes.
  2581. ------------------------------------------------------------------------
  2582. r961 | sam | 2006-10-29 21:54:51 +0100 (Sun, 29 Oct 2006) | 5 lines
  2583. Changed paths:
  2584. M caca/caca0.c
  2585. M caca/caca0.h
  2586. M caca/driver_gl.c
  2587. M caca/driver_slang.c
  2588. M cucul/colour.c
  2589. M cucul/cucul.c
  2590. M cucul/cucul.h
  2591. M cucul/dither.c
  2592. M cucul/export.c
  2593. M cucul/import.c
  2594. M cucul/sprite.c
  2595. M src/aafire.c
  2596. M src/cacademo.c
  2597. M src/cacadraw.c
  2598. M src/cacaview.c
  2599. M src/img2irc.c
  2600. M test/colors.c
  2601. M test/demo.c
  2602. M test/dithering.c
  2603. M test/event.c
  2604. M test/export.c
  2605. M test/font.c
  2606. M test/font2tga.c
  2607. M test/frames.c
  2608. M test/fullwidth.c
  2609. M test/gamma.c
  2610. M test/input.c
  2611. M test/spritedit.c
  2612. M test/transform.c
  2613. M test/truecolor.c
  2614. M test/unicode.c
  2615. M tools/optipal.c
  2616. * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
  2617. functionality into cucul_set_attr().
  2618. * Add cucul_ansi_to_attr() and cucul_argb_to_attr().
  2619. * Rename CUCUL_COLOR_* to CUCUL_*.
  2620. ------------------------------------------------------------------------
  2621. r960 | sam | 2006-10-29 09:35:46 +0100 (Sun, 29 Oct 2006) | 4 lines
  2622. Changed paths:
  2623. M caca/driver_gl.c
  2624. M cucul/colour.c
  2625. M cucul/cucul.h
  2626. M cucul/dither.c
  2627. M cucul/import.c
  2628. M cucul/sprite.c
  2629. M src/aafire.c
  2630. M src/cacademo.c
  2631. M src/cacadraw.c
  2632. M src/cacaview.c
  2633. M src/img2irc.c
  2634. M test/colors.c
  2635. M test/demo.c
  2636. M test/dithering.c
  2637. M test/event.c
  2638. M test/export.c
  2639. M test/font.c
  2640. M test/font2tga.c
  2641. M test/frames.c
  2642. M test/fullwidth.c
  2643. M test/gamma.c
  2644. M test/input.c
  2645. M test/spritedit.c
  2646. M test/transform.c
  2647. M test/truecolor.c
  2648. M test/unicode.c
  2649. * Remove cucul_set_color() from the exported API and replaced all calls
  2650. with cucul_set_attr_ansi(). Old application will still compile (but issue
  2651. a warning) and run, though.
  2652. ------------------------------------------------------------------------
  2653. r959 | sam | 2006-10-29 09:06:27 +0100 (Sun, 29 Oct 2006) | 2 lines
  2654. Changed paths:
  2655. M configure.ac
  2656. M src/cacaview.c
  2657. M src/common-image.c
  2658. * Fix broken Imlib2 support in cacaview.
  2659. ------------------------------------------------------------------------
  2660. r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines
  2661. Changed paths:
  2662. M caca/caca0.h
  2663. M caca/driver_conio.c
  2664. M caca/driver_gl.c
  2665. M caca/driver_ncurses.c
  2666. M caca/driver_slang.c
  2667. M caca/driver_vga.c
  2668. M caca/driver_win32.c
  2669. M caca/driver_x11.c
  2670. M cucul/canvas.c
  2671. M cucul/colour.c
  2672. M cucul/cucul.c
  2673. M cucul/cucul.h
  2674. M cucul/cucul_internals.h
  2675. M cucul/export.c
  2676. M cucul/font.c
  2677. M cucul/import.c
  2678. M cucul/sprite.c
  2679. M cucul/transform.c
  2680. * Use the LSB of alpha and blue components to encode additional flags such
  2681. as bold or underline. No higher level support for these yet, but at
  2682. least everything is consistent.
  2683. * Created cucul_set_attr_ansi() and cucul_set_attr_argb() which are bound
  2684. to replace cucul_set_color() and cucul_set_truecolor().
  2685. ------------------------------------------------------------------------
  2686. r957 | sam | 2006-10-27 22:40:24 +0200 (Fri, 27 Oct 2006) | 2 lines
  2687. Changed paths:
  2688. M cucul/buffer.c
  2689. * Reworded documentation about buffer/string distinction.
  2690. ------------------------------------------------------------------------
  2691. r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines
  2692. Changed paths:
  2693. M cucul/import.c
  2694. * Fix a buffer overflow in the utf-8 cucul_import().
  2695. ------------------------------------------------------------------------
  2696. r955 | jylam | 2006-10-27 22:18:23 +0200 (Fri, 27 Oct 2006) | 2 lines
  2697. Changed paths:
  2698. M cucul/buffer.c
  2699. * Documentation a bit clearer while importing a string into a buffer
  2700. ------------------------------------------------------------------------
  2701. r954 | jylam | 2006-10-27 21:26:35 +0200 (Fri, 27 Oct 2006) | 2 lines
  2702. Changed paths:
  2703. M DotNet/test.cs
  2704. M cucul/import.c
  2705. * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed.
  2706. ------------------------------------------------------------------------
  2707. r953 | sam | 2006-10-26 11:24:29 +0200 (Thu, 26 Oct 2006) | 3 lines
  2708. Changed paths:
  2709. M cucul/export.c
  2710. * Put at least one space in empty IRC lines otherwise most clients won't
  2711. output them.
  2712. ------------------------------------------------------------------------
  2713. r952 | sam | 2006-10-26 11:17:21 +0200 (Thu, 26 Oct 2006) | 2 lines
  2714. Changed paths:
  2715. M cucul/import.c
  2716. * Allow to import empty files or files with only empty lines.
  2717. ------------------------------------------------------------------------
  2718. r951 | sam | 2006-10-26 11:04:55 +0200 (Thu, 26 Oct 2006) | 2 lines
  2719. Changed paths:
  2720. M cucul/export.c
  2721. * Support export of zero-sized canvases.
  2722. ------------------------------------------------------------------------
  2723. r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines
  2724. Changed paths:
  2725. M cucul/import.c
  2726. * Fix a buffer overflow in the import format autodetection code.
  2727. ------------------------------------------------------------------------
  2728. r949 | sam | 2006-10-26 10:45:18 +0200 (Thu, 26 Oct 2006) | 2 lines
  2729. Changed paths:
  2730. M cucul/import.c
  2731. * Allow to import zero-sized canvases.
  2732. ------------------------------------------------------------------------
  2733. r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines
  2734. Changed paths:
  2735. M doc/user.dox
  2736. * CACA_GEOMETRY works with the raw driver.
  2737. ------------------------------------------------------------------------
  2738. r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines
  2739. Changed paths:
  2740. M caca/driver_gl.c
  2741. M caca/driver_raw.c
  2742. M caca/driver_win32.c
  2743. M caca/driver_x11.c
  2744. M cucul/cucul.c
  2745. * Allow to create the initial canvas with a zero size. Either the application
  2746. resizes it later, or the driver changes it to fit the display.
  2747. ------------------------------------------------------------------------
  2748. r946 | sam | 2006-10-26 10:11:39 +0200 (Thu, 26 Oct 2006) | 2 lines
  2749. Changed paths:
  2750. M test/frames.c
  2751. * Minor changes to the frames test.
  2752. ------------------------------------------------------------------------
  2753. r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines
  2754. Changed paths:
  2755. M caca/event.c
  2756. M caca/graphics.c
  2757. M cucul/buffer.c
  2758. M cucul/canvas.c
  2759. M cucul/charset.c
  2760. M cucul/colour.c
  2761. M cucul/cucul.c
  2762. M cucul/import.c
  2763. M cucul/sprite.c
  2764. M cucul/transform.c
  2765. * Removed "This function..." constructs from documentation. Fixed a few
  2766. documentation errors or imprecisions.
  2767. ------------------------------------------------------------------------
  2768. r944 | sam | 2006-10-26 00:04:31 +0200 (Thu, 26 Oct 2006) | 2 lines
  2769. Changed paths:
  2770. M cucul/transform.c
  2771. * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
  2772. ------------------------------------------------------------------------
  2773. r943 | sam | 2006-10-26 00:01:38 +0200 (Thu, 26 Oct 2006) | 2 lines
  2774. Changed paths:
  2775. M cucul/export.c
  2776. * Do not output \r in the UTF-8 exporter.
  2777. ------------------------------------------------------------------------
  2778. r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines
  2779. Changed paths:
  2780. M doc/cacafire.1
  2781. M src/cacademo.c
  2782. * Use enter as the transition key.
  2783. ------------------------------------------------------------------------
  2784. r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines
  2785. Changed paths:
  2786. M ChangeLog
  2787. M NEWS
  2788. M configure.ac
  2789. * Set version to 0.99.beta8.
  2790. * Updated NEWS and ChangeLog.
  2791. ------------------------------------------------------------------------
  2792. r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines
  2793. Changed paths:
  2794. M cucul/canvas.c
  2795. M cucul/transform.c
  2796. M test/fullwidth.c
  2797. * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
  2798. fullwidth characters.
  2799. * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
  2800. ------------------------------------------------------------------------
  2801. r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines
  2802. Changed paths:
  2803. M cucul/transform.c
  2804. * Added block drawing glyphs to the flip/flop/rotate functions.
  2805. * Made these functions fullwidth-aware.
  2806. ------------------------------------------------------------------------
  2807. r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines
  2808. Changed paths:
  2809. M test/transform.c
  2810. * Add fullwidth characters to the transform test.
  2811. ------------------------------------------------------------------------
  2812. r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines
  2813. Changed paths:
  2814. M cucul/canvas.c
  2815. M cucul/export.c
  2816. * Updated documentation of fullwidth-aware functions.
  2817. * Fullwidth support in all exporters.
  2818. ------------------------------------------------------------------------
  2819. r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines
  2820. Changed paths:
  2821. M test/export.c
  2822. * Add a test for fullwidth characters to the exporter test.
  2823. ------------------------------------------------------------------------
  2824. r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines
  2825. Changed paths:
  2826. M cucul/import.c
  2827. * Support for fullwidth glyphs in the UTF-8 importer.
  2828. ------------------------------------------------------------------------
  2829. r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines
  2830. Changed paths:
  2831. M caca/driver_conio.c
  2832. M caca/driver_gl.c
  2833. M caca/driver_ncurses.c
  2834. M caca/driver_slang.c
  2835. M caca/driver_vga.c
  2836. M caca/driver_win32.c
  2837. M caca/driver_x11.c
  2838. M cucul/canvas.c
  2839. M cucul/cucul.h
  2840. M cucul/cucul_internals.h
  2841. * Support for fullwidth glyphs in the libcaca output drivers.
  2842. ------------------------------------------------------------------------
  2843. r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines
  2844. Changed paths:
  2845. M test/fullwidth.c
  2846. * Use 0xCACA as the test character. Ahaha. Caca. Got it?
  2847. ------------------------------------------------------------------------
  2848. r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines
  2849. Changed paths:
  2850. M test/Makefile.am
  2851. A test/fullwidth.c
  2852. M test/unicode.c
  2853. * Fix the Unicode test.
  2854. * Add a test for fullwidth characters.
  2855. ------------------------------------------------------------------------
  2856. r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines
  2857. Changed paths:
  2858. M cucul/canvas.c
  2859. M cucul/cucul_internals.h
  2860. * Support for fullwidth (= double width) Unicode characters.
  2861. ------------------------------------------------------------------------
  2862. r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines
  2863. Changed paths:
  2864. M doc/libcaca.dox
  2865. * Minor changes to the documentation front page.
  2866. ------------------------------------------------------------------------
  2867. r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines
  2868. Changed paths:
  2869. M cxx/Makefile.am
  2870. M src/Makefile.am
  2871. M test/Makefile.am
  2872. M tools/Makefile.am
  2873. * Do not link binaries with @CACA_LIBS@, it's useless.
  2874. ------------------------------------------------------------------------
  2875. r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines
  2876. Changed paths:
  2877. M cucul/charset.c
  2878. M cucul/cucul.h
  2879. * Implemented cucul_utf32_is_fullwidth().
  2880. ------------------------------------------------------------------------
  2881. r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines
  2882. Changed paths:
  2883. M TODO
  2884. * Slightly updated TODO list.
  2885. ------------------------------------------------------------------------
  2886. r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines
  2887. Changed paths:
  2888. M caca/Makefile.am
  2889. M caca/caca.c
  2890. M caca/caca_internals.h
  2891. M configure.ac
  2892. * Added a --enable-plugins configure flag that builds the GL and X11 drivers
  2893. as plugins. This way, libcaca does not directly depend on those libraries.
  2894. ------------------------------------------------------------------------
  2895. r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines
  2896. Changed paths:
  2897. M configure.ac
  2898. * Add checks for getopt / getopt_long.
  2899. ------------------------------------------------------------------------
  2900. r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines
  2901. Changed paths:
  2902. M cxx/cucul++.h
  2903. * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
  2904. ------------------------------------------------------------------------
  2905. r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines
  2906. Changed paths:
  2907. M configure.ac
  2908. M src/Makefile.am
  2909. * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
  2910. ------------------------------------------------------------------------
  2911. r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines
  2912. Changed paths:
  2913. M cucul/export.c
  2914. * Fixed a bug in the IRC exporter that could break the output when there
  2915. were commas in the canvas.
  2916. ------------------------------------------------------------------------
  2917. r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines
  2918. Changed paths:
  2919. M ChangeLog
  2920. M NEWS
  2921. M configure.ac
  2922. * Set version to 0.99.beta7.
  2923. * Updated NEWS and ChangeLog.
  2924. ------------------------------------------------------------------------
  2925. r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
  2926. Changed paths:
  2927. M cucul/export.c
  2928. * Support transparency in the colour UTF-8 exporter.
  2929. ------------------------------------------------------------------------
  2930. r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
  2931. Changed paths:
  2932. M cucul/triangle.c
  2933. * Better precision in cucul_fill_triangle().
  2934. ------------------------------------------------------------------------
  2935. r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
  2936. Changed paths:
  2937. M cucul/triangle.c
  2938. * More optimisations in cucul_fill_triangle().
  2939. ------------------------------------------------------------------------
  2940. r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  2941. Changed paths:
  2942. M cucul/triangle.c
  2943. * Optimised triangle rasteriser. Thanks to Jylam for the hints.
  2944. ------------------------------------------------------------------------
  2945. r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  2946. Changed paths:
  2947. M cucul/import.c
  2948. * Set default background to transparent in the ANSI and UTF-8 importers.
  2949. ------------------------------------------------------------------------
  2950. r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
  2951. Changed paths:
  2952. M cxx/Makefile.am
  2953. M cxx/cucul++.cpp
  2954. M cxx/cucul++.h
  2955. A cxx/cxxtest.cpp
  2956. * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
  2957. --This line, and those below, will be ignored--
  2958. M cxx/cucul++.cpp
  2959. A cxx/cxxtest.cpp
  2960. M cxx/cucul++.h
  2961. M cxx/Makefile.am
  2962. ------------------------------------------------------------------------
  2963. r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
  2964. Changed paths:
  2965. M ChangeLog
  2966. M NEWS
  2967. * Updated NEWS and ChangeLog.
  2968. ------------------------------------------------------------------------
  2969. r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  2970. Changed paths:
  2971. M configure.ac
  2972. * Set version to 0.99.beta6.
  2973. ------------------------------------------------------------------------
  2974. r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines
  2975. Changed paths:
  2976. M test/import.c
  2977. * Added an optional argument to the import test to select import format.
  2978. ------------------------------------------------------------------------
  2979. r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines
  2980. Changed paths:
  2981. M src/aafire.c
  2982. M src/cacademo.c
  2983. * As per user request, only display the "Powered by libcaca" banner for a
  2984. few seconds at the beginning.
  2985. ------------------------------------------------------------------------
  2986. r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines
  2987. Changed paths:
  2988. M cucul/canvas.c
  2989. * Fix minor memory leak in cucul_set_canvas_boundaries().
  2990. ------------------------------------------------------------------------
  2991. r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines
  2992. Changed paths:
  2993. M cucul/cucul.c
  2994. * Fix minor memory leak in cucul_free_canvas().
  2995. ------------------------------------------------------------------------
  2996. r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines
  2997. Changed paths:
  2998. M cucul/canvas.c
  2999. * Fixed a bug in cucul_putchar() that broke half of the Unicode set.
  3000. ------------------------------------------------------------------------
  3001. r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines
  3002. Changed paths:
  3003. M cucul/import.c
  3004. * Add "utf8" import format.
  3005. * Documented "text" import format.
  3006. ------------------------------------------------------------------------
  3007. r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines
  3008. Changed paths:
  3009. M cucul/cucul.c
  3010. * Initialise colours to default/transparent instead of lightgray/black.
  3011. ------------------------------------------------------------------------
  3012. r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines
  3013. Changed paths:
  3014. M NEWS
  3015. * Remove non-ASCII character from NEWS file because Doxygen is unable to
  3016. encode it in the manpages.
  3017. ------------------------------------------------------------------------
  3018. r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines
  3019. Changed paths:
  3020. M TODO
  3021. M caca/caca.h
  3022. M cucul/dither.c
  3023. M cucul/export.c
  3024. M cucul/import.c
  3025. * Fix enumeration layout in the manpage documentation.
  3026. ------------------------------------------------------------------------
  3027. r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines
  3028. Changed paths:
  3029. M doc/Makefile.am
  3030. * Fucking Doxygen replaces "s with 's in manpages. And it does not even
  3031. escape them. Fix that upon installation.
  3032. ------------------------------------------------------------------------
  3033. r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines
  3034. Changed paths:
  3035. M cucul/import.c
  3036. * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
  3037. before calling cucul_set_canvas_size(), otherwise it'll fill the new area
  3038. with the current values.
  3039. ------------------------------------------------------------------------
  3040. r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines
  3041. Changed paths:
  3042. M TODO
  3043. * Updated TODO.
  3044. ------------------------------------------------------------------------
  3045. r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines
  3046. Changed paths:
  3047. M ChangeLog
  3048. M NEWS
  3049. * Updated NEWS and ChangeLog.
  3050. ------------------------------------------------------------------------
  3051. r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines
  3052. Changed paths:
  3053. M doc/Makefile.am
  3054. M doc/cacafire.1
  3055. * Update the cacademo manpage to reflect the merge.
  3056. ------------------------------------------------------------------------
  3057. r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  3058. Changed paths:
  3059. M cucul/colour.c
  3060. M cucul/cucul.h
  3061. * Implemented cucul_get_color().
  3062. ------------------------------------------------------------------------
  3063. r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  3064. Changed paths:
  3065. M cucul/canvas.c
  3066. * Fixed chcul_getchar's error behaviour.
  3067. ------------------------------------------------------------------------
  3068. r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
  3069. Changed paths:
  3070. M configure.ac
  3071. * Update versioning.
  3072. ------------------------------------------------------------------------
  3073. r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
  3074. Changed paths:
  3075. M cucul/export.c
  3076. * Handle transparency in the IRC export.
  3077. ------------------------------------------------------------------------
  3078. r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
  3079. Changed paths:
  3080. M cucul/cucul.c
  3081. * When resizing a canvas, use the current fg/bg colours to fill holes.
  3082. ------------------------------------------------------------------------
  3083. r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
  3084. Changed paths:
  3085. M configure.ac
  3086. M test/Makefile.am
  3087. D test/toilet.c
  3088. * Remove toilet from the libcaca source, it'll be moved to its own repo.
  3089. ------------------------------------------------------------------------
  3090. r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
  3091. Changed paths:
  3092. M test/toilet.c
  3093. * Autocrop toilet output.
  3094. ------------------------------------------------------------------------
  3095. r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
  3096. Changed paths:
  3097. M cucul/canvas.c
  3098. M cucul/cucul.h
  3099. * Implement cucul_set_canvas_boundaries() for cropping and expanding.
  3100. ------------------------------------------------------------------------
  3101. r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
  3102. Changed paths:
  3103. M cucul/export.c
  3104. * Really export IRC as UTF-8, as advertised in the documentation.
  3105. ------------------------------------------------------------------------
  3106. r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
  3107. Changed paths:
  3108. M test/toilet.c
  3109. * Handle UTF-8 in TOIlet.
  3110. * Add a --irc flag to TOIlet.
  3111. ------------------------------------------------------------------------
  3112. r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
  3113. Changed paths:
  3114. M test/toilet.c
  3115. * Support for platforms without <getopt.h> in TOIlet.
  3116. ------------------------------------------------------------------------
  3117. r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
  3118. Changed paths:
  3119. M test/Makefile.am
  3120. M test/toilet.c
  3121. * Added getopt support to toilet.
  3122. ------------------------------------------------------------------------
  3123. r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
  3124. Changed paths:
  3125. M configure.ac
  3126. * Check for <getopt.h> and getopt_long.
  3127. ------------------------------------------------------------------------
  3128. r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
  3129. Changed paths:
  3130. M test/Makefile.am
  3131. A test/toilet.c
  3132. * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
  3133. ------------------------------------------------------------------------
  3134. r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
  3135. Changed paths:
  3136. M caca/driver_gl.c
  3137. M cucul/font.c
  3138. * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
  3139. ------------------------------------------------------------------------
  3140. r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
  3141. Changed paths:
  3142. M caca/driver_gl.c
  3143. * Oops \o/
  3144. ------------------------------------------------------------------------
  3145. r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
  3146. Changed paths:
  3147. M caca/driver_gl.c
  3148. * REAL fix
  3149. ------------------------------------------------------------------------
  3150. r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
  3151. Changed paths:
  3152. M caca/driver_gl.c
  3153. * More long int -> int32 casts to fix the GL driver on 64-bit arches.
  3154. ------------------------------------------------------------------------
  3155. r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
  3156. Changed paths:
  3157. M caca/driver_gl.c
  3158. M cucul/font.c
  3159. * Hopefully fix 64-bit bug.
  3160. ------------------------------------------------------------------------
  3161. r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
  3162. Changed paths:
  3163. M caca/driver_gl.c
  3164. M cucul/font.c
  3165. * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
  3166. ------------------------------------------------------------------------
  3167. r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
  3168. Changed paths:
  3169. M cucul/canvas.c
  3170. M cucul/cucul.h
  3171. * Implemented cucul_getchar(). Useful because you don’t necessarily know
  3172. what you are importing.
  3173. ------------------------------------------------------------------------
  3174. r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
  3175. Changed paths:
  3176. M kernel/kernel.c
  3177. M kernel/kernel.h
  3178. * Added an fprintf stub to the kernel.
  3179. ------------------------------------------------------------------------
  3180. r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
  3181. Changed paths:
  3182. M caca/driver_gl.c
  3183. * Optimised memory usage in the GL driver and added a few comments.
  3184. ------------------------------------------------------------------------
  3185. r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 3 lines
  3186. Changed paths:
  3187. M caca/driver_gl.c
  3188. * Fixed compilation warning, and ....
  3189. AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
  3190. ------------------------------------------------------------------------
  3191. r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
  3192. Changed paths:
  3193. M cucul/cucul.h
  3194. M cucul/font.c
  3195. * Got rid of cucul_render_glyph(). Ahahahaha.
  3196. ------------------------------------------------------------------------
  3197. r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
  3198. Changed paths:
  3199. M caca/driver_gl.c
  3200. * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
  3201. ------------------------------------------------------------------------
  3202. r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
  3203. Changed paths:
  3204. M caca/driver_gl.c
  3205. * Full Unicode support in the GL driver.
  3206. ------------------------------------------------------------------------
  3207. r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
  3208. Changed paths:
  3209. M cucul/font.c
  3210. * Oops, fixed typo in cucul_get_font_blocks().
  3211. ------------------------------------------------------------------------
  3212. r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
  3213. Changed paths:
  3214. M cucul/cucul.h
  3215. M cucul/font.c
  3216. * Implemented cucul_get_font_blocks() to export the list of available glyphs.
  3217. ------------------------------------------------------------------------
  3218. r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
  3219. Changed paths:
  3220. M configure.ac
  3221. * Remove useless -I../kernel/ from CFLAGS.
  3222. ------------------------------------------------------------------------
  3223. r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
  3224. Changed paths:
  3225. M build-kernel
  3226. * Fix the kernel build rules.
  3227. ------------------------------------------------------------------------
  3228. r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
  3229. Changed paths:
  3230. M caca/caca.c
  3231. M caca/driver_raw.c
  3232. M caca/driver_vga.c
  3233. * Do not build the raw output in kernel mode.
  3234. * Fix cucul_utf32_to_cp437() call in the VGA output.
  3235. ------------------------------------------------------------------------
  3236. r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
  3237. Changed paths:
  3238. M kernel/kernel.c
  3239. M kernel/kernel.h
  3240. * Fixed memcmp() prototype and implementation.
  3241. ------------------------------------------------------------------------
  3242. r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
  3243. Changed paths:
  3244. M cucul/cucul.c
  3245. M kernel/kernel.c
  3246. M kernel/kernel.h
  3247. * Added errno support to the kernel.
  3248. ------------------------------------------------------------------------
  3249. r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
  3250. Changed paths:
  3251. M DotNet/Caca.cs
  3252. M DotNet/test.cs
  3253. * Updated .Net bindings
  3254. ------------------------------------------------------------------------
  3255. r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  3256. Changed paths:
  3257. M README
  3258. M caca/driver_gl.c
  3259. * Updated README, just to say my coding style is just perfect, sam is too pedantic.
  3260. ------------------------------------------------------------------------
  3261. r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  3262. Changed paths:
  3263. M kernel/kernel.c
  3264. M src/cacaview.c
  3265. M src/img2irc.c
  3266. * A few coding style fixes.
  3267. ------------------------------------------------------------------------
  3268. r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  3269. Changed paths:
  3270. M caca/driver_vga.c
  3271. M common.h
  3272. M configure.ac
  3273. M cucul/buffer.c
  3274. M cucul/cucul.c
  3275. M kernel/kernel.c
  3276. M kernel/kernel.h
  3277. M src/Makefile.am
  3278. M src/cacadraw.c
  3279. M src/cacaplay.c
  3280. M src/cacaview.c
  3281. M src/common-image.c
  3282. M src/img2irc.c
  3283. M test/demo.c
  3284. M test/demo0.c
  3285. M test/dithering.c
  3286. M test/event.c
  3287. M test/export.c
  3288. M test/font.c
  3289. M test/font2tga.c
  3290. M test/frames.c
  3291. M test/gamma.c
  3292. M test/hsv.c
  3293. M test/import.c
  3294. M test/input.c
  3295. M test/spritedit.c
  3296. M test/text.c
  3297. M test/transform.c
  3298. M test/truecolor.c
  3299. M test/unicode.c
  3300. M tools/optipal.c
  3301. * Updated kernel 'driver', still not working, but most of the work is done
  3302. ------------------------------------------------------------------------
  3303. r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
  3304. Changed paths:
  3305. M TODO
  3306. * Minor TODO update.
  3307. ------------------------------------------------------------------------
  3308. r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
  3309. Changed paths:
  3310. M cucul/font.c
  3311. * Minor documentation fix (testing the buildbot, actually).
  3312. ------------------------------------------------------------------------
  3313. r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  3314. Changed paths:
  3315. M caca/driver_gl.c
  3316. M cucul/font.c
  3317. * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
  3318. ------------------------------------------------------------------------
  3319. r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
  3320. Changed paths:
  3321. M caca/driver_gl.c
  3322. * Coding style (ahaha vieux porc).
  3323. ------------------------------------------------------------------------
  3324. r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
  3325. Changed paths:
  3326. M src/cacademo.c
  3327. * Got rid of OFFSET_X and OFFSET_Y.
  3328. ------------------------------------------------------------------------
  3329. r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines
  3330. Changed paths:
  3331. M src/cacademo.c
  3332. * More cleanup in cacademo.c.
  3333. ------------------------------------------------------------------------
  3334. r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  3335. Changed paths:
  3336. M src/cacademo.c
  3337. * Cosmetic changes to cacademo.
  3338. ------------------------------------------------------------------------
  3339. r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
  3340. Changed paths:
  3341. M src/cacademo.c
  3342. * Factored the star code (vieux porc).
  3343. ------------------------------------------------------------------------
  3344. r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
  3345. Changed paths:
  3346. M caca/driver_gl.c
  3347. M cucul/cucul.h
  3348. M cucul/font.c
  3349. * Fixed cucul_render_glyph(). There is no way this could have ever possibly
  3350. worked properly.
  3351. ------------------------------------------------------------------------
  3352. r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  3353. Changed paths:
  3354. M src/cacademo.c
  3355. * Moved transition data to the function.
  3356. ------------------------------------------------------------------------
  3357. r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
  3358. Changed paths:
  3359. M src/cacademo.c
  3360. * Added nifty rotation to our 80's star.
  3361. ------------------------------------------------------------------------
  3362. r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  3363. Changed paths:
  3364. M cucul/triangle.c
  3365. * Fixing precision.
  3366. ------------------------------------------------------------------------
  3367. r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
  3368. Changed paths:
  3369. M cucul/triangle.c
  3370. * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
  3371. ------------------------------------------------------------------------
  3372. r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
  3373. Changed paths:
  3374. M src/cacademo.c
  3375. * Added much disco transition (ellipses suck). YMCA \o/
  3376. ------------------------------------------------------------------------
  3377. r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  3378. Changed paths:
  3379. M caca/driver_slang.c
  3380. * Fix compilation warning in the slang driver.
  3381. ------------------------------------------------------------------------
  3382. r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
  3383. Changed paths:
  3384. M src/cacademo.c
  3385. * Smooth transitions between effects in cacademo. Press 'n' to switch
  3386. immediately to the next transition.
  3387. ------------------------------------------------------------------------
  3388. r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
  3389. Changed paths:
  3390. M test/gamma.c
  3391. * Fix badly initialised data in the gamma test.
  3392. ------------------------------------------------------------------------
  3393. r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
  3394. Changed paths:
  3395. M src/cacademo.c
  3396. M test/Makefile.am
  3397. D test/matrix.c
  3398. * Moved the matrix effect test into cacademo. Removed the motion sensor
  3399. stuff, it's cool but it's crap.
  3400. ------------------------------------------------------------------------
  3401. r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
  3402. Changed paths:
  3403. M test/matrix.c
  3404. * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
  3405. ------------------------------------------------------------------------
  3406. r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
  3407. Changed paths:
  3408. M caca/driver_gl.c
  3409. * Fixed truecolor bug in OpenGL driver.
  3410. ------------------------------------------------------------------------
  3411. r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  3412. Changed paths:
  3413. M src/cacademo.c
  3414. * Factor most of the cacademo code.
  3415. ------------------------------------------------------------------------
  3416. r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
  3417. Changed paths:
  3418. M src/cacademo.c
  3419. * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
  3420. to cast the int to double in the sin() call. (:@ gruik!
  3421. ------------------------------------------------------------------------
  3422. r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
  3423. Changed paths:
  3424. M src/cacademo.c
  3425. * hey, ***I*** found a factorisation bug in cacaballs !
  3426. ------------------------------------------------------------------------
  3427. r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
  3428. Changed paths:
  3429. M caca/driver_gl.c
  3430. M cucul/cucul.h
  3431. M cucul/font.c
  3432. * OpenGL builtin font support
  3433. ------------------------------------------------------------------------
  3434. r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
  3435. Changed paths:
  3436. M src/Makefile.am
  3437. D src/cacaball.c
  3438. A src/cacademo.c
  3439. D src/cacamoir.c
  3440. D src/cacaplas.c
  3441. * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
  3442. ------------------------------------------------------------------------
  3443. r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
  3444. Changed paths:
  3445. M cucul/cucul.c
  3446. * Initialize random seed to getpid()+time(NULL) so that the user does not
  3447. have to do it.
  3448. ------------------------------------------------------------------------
  3449. r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
  3450. Changed paths:
  3451. M ChangeLog
  3452. M NEWS
  3453. M configure.ac
  3454. * Updated ChangeLog and NEWS.
  3455. * 0.99.beta4 release.
  3456. ------------------------------------------------------------------------
  3457. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  3458. Changed paths:
  3459. M doc/Makefile.am
  3460. * Replace 'man3caca' with 'man3' in generated manpages.
  3461. ------------------------------------------------------------------------
  3462. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  3463. Changed paths:
  3464. M test/demo0.c
  3465. * Fix dithering handling in demo0.c.
  3466. ------------------------------------------------------------------------
  3467. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  3468. Changed paths:
  3469. M caca-config.in
  3470. * Do not output unnecessary libraries in caca-output config.
  3471. ------------------------------------------------------------------------
  3472. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  3473. Changed paths:
  3474. M doc/migrating.dox
  3475. * Oops, thinko in the migration doc.
  3476. ------------------------------------------------------------------------
  3477. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  3478. Changed paths:
  3479. M doc/migrating.dox
  3480. * Updated the migration documentation so that it mentions the <caca0.h>
  3481. compatibility layer.
  3482. ------------------------------------------------------------------------
  3483. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  3484. Changed paths:
  3485. M caca/caca0.c
  3486. M caca/caca0.h
  3487. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  3488. 0.x glue code.
  3489. ------------------------------------------------------------------------
  3490. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  3491. Changed paths:
  3492. M test/Makefile.am
  3493. A test/demo0.c
  3494. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  3495. test for the <caca0.h> emulation layer.
  3496. ------------------------------------------------------------------------
  3497. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  3498. Changed paths:
  3499. M caca/Makefile.am
  3500. A caca/caca0.c
  3501. A caca/caca0.h
  3502. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  3503. just need to include <caca0.h> instead of <caca.h> and should be source-
  3504. compatible with old versions of libcaca.
  3505. Most of the old API works, except features and caca_sqrt(). Sprites do
  3506. work API-wise but due to the new format they are no longer working in
  3507. the same way.
  3508. ------------------------------------------------------------------------
  3509. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  3510. Changed paths:
  3511. M test/export.c
  3512. * Fix a crash in export.c with unknown file formats.
  3513. ------------------------------------------------------------------------
  3514. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  3515. Changed paths:
  3516. M cucul/transform.c
  3517. * U+214B TURNED AMPERSAND
  3518. ------------------------------------------------------------------------
  3519. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  3520. Changed paths:
  3521. M ChangeLog
  3522. M NEWS
  3523. M configure.ac
  3524. * Updated ChangeLog and NEWS.
  3525. * 0.99.beta3 release.
  3526. ------------------------------------------------------------------------
  3527. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  3528. Changed paths:
  3529. M ChangeLog
  3530. M Makefile.am
  3531. M configure.ac
  3532. D debian/Makefile.am
  3533. D debian/caca-utils.install
  3534. D debian/caca-utils.mime
  3535. D debian/changelog
  3536. D debian/compat
  3537. D debian/control
  3538. D debian/copyright
  3539. D debian/libcaca-dev.install
  3540. D debian/libcaca0.install
  3541. D debian/libcucul-dev.install
  3542. D debian/libcucul0.install
  3543. D debian/rules
  3544. * Removed debian packaging stuff from the trunk. It'll now be at
  3545. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  3546. ------------------------------------------------------------------------
  3547. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  3548. Changed paths:
  3549. M caca/driver_gl.c
  3550. * Factored some of the GL code.
  3551. ------------------------------------------------------------------------
  3552. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  3553. Changed paths:
  3554. M test/matrix.c
  3555. * A few changes to the matrix program. I do not plan to maintain it.
  3556. ------------------------------------------------------------------------
  3557. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  3558. Changed paths:
  3559. M caca/caca.c
  3560. M caca/caca.h
  3561. M caca/driver_conio.c
  3562. M caca/driver_ncurses.c
  3563. M caca/driver_raw.c
  3564. M caca/driver_slang.c
  3565. M caca/driver_vga.c
  3566. M caca/event.c
  3567. M caca/graphics.c
  3568. * Fixed libcaca prototypes so that all functions use the errno mechanism
  3569. and return a value.
  3570. ------------------------------------------------------------------------
  3571. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  3572. Changed paths:
  3573. M cucul/cucul.c
  3574. * Fixed cucul_create_canvas()'s documentation.
  3575. ------------------------------------------------------------------------
  3576. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  3577. Changed paths:
  3578. M cucul/dither.c
  3579. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  3580. thanks to Sean D'Epagnier.
  3581. ------------------------------------------------------------------------
  3582. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  3583. Changed paths:
  3584. M cxx/caca++.cpp
  3585. M cxx/caca++.h
  3586. M cxx/cpptest.cpp
  3587. * Updated C++ bindings
  3588. ------------------------------------------------------------------------
  3589. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  3590. Changed paths:
  3591. M debian/control
  3592. * Fix debian package dependencies; -dev packages didn't pull their library
  3593. dependencies. Of course.
  3594. ------------------------------------------------------------------------
  3595. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  3596. Changed paths:
  3597. M test/matrix.c
  3598. * Fixed matrix.c for non-Thinkpad computers.
  3599. ------------------------------------------------------------------------
  3600. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  3601. Changed paths:
  3602. M configure.ac
  3603. * Fix a build failure when X11R7 is available but OpenGL isn't.
  3604. ------------------------------------------------------------------------
  3605. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  3606. Changed paths:
  3607. M test/Makefile.am
  3608. A test/matrix.c
  3609. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  3610. which case it is massively useless.
  3611. ------------------------------------------------------------------------
  3612. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  3613. Changed paths:
  3614. M ChangeLog
  3615. M NEWS
  3616. M configure.ac
  3617. M debian/changelog
  3618. * Updated ChangeLog and NEWS.
  3619. * 0.99.beta2 release.
  3620. ------------------------------------------------------------------------
  3621. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  3622. Changed paths:
  3623. M debian/caca-utils.install
  3624. M debian/libcucul-dev.install
  3625. * Updated the Debian build scripts.
  3626. ------------------------------------------------------------------------
  3627. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  3628. Changed paths:
  3629. M cucul/canvas.c
  3630. * Fixed an out of bounds bug in cucul_blit().
  3631. ------------------------------------------------------------------------
  3632. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  3633. Changed paths:
  3634. M caca-config.in
  3635. * Removed legacy CUCUL_LIBS from caca-config.
  3636. ------------------------------------------------------------------------
  3637. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  3638. Changed paths:
  3639. M caca/driver_ncurses.c
  3640. M caca/driver_slang.c
  3641. * UTF-8 input support for ncurses.
  3642. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  3643. ------------------------------------------------------------------------
  3644. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  3645. Changed paths:
  3646. M caca/graphics.c
  3647. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  3648. ------------------------------------------------------------------------
  3649. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  3650. Changed paths:
  3651. M caca/caca.c
  3652. M caca/driver_ncurses.c
  3653. M configure.ac
  3654. * Fixed UTF-8 support in ncurses.
  3655. * Set ncurses's priority higher than slang.
  3656. ------------------------------------------------------------------------
  3657. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  3658. Changed paths:
  3659. M TODO
  3660. * Updated TODO list.
  3661. ------------------------------------------------------------------------
  3662. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  3663. Changed paths:
  3664. M caca/driver_slang.c
  3665. M cucul/box.c
  3666. M cucul/canvas.c
  3667. M cucul/charset.c
  3668. M cucul/conic.c
  3669. M cucul/cucul.h
  3670. M cucul/line.c
  3671. M cucul/triangle.c
  3672. * Have cucul_utf8_to_utf32 write how many bytes it read.
  3673. * Use that in the SLang driver so that it supports UTF-8 input.
  3674. ------------------------------------------------------------------------
  3675. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  3676. Changed paths:
  3677. M cucul/export.c
  3678. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  3679. an explicit cast.
  3680. ------------------------------------------------------------------------
  3681. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  3682. Changed paths:
  3683. M caca/caca.c
  3684. M caca/driver_ncurses.c
  3685. M test/colors.c
  3686. M test/input.c
  3687. * Minor cosmetic changes in the test programs.
  3688. * Code enhancements in the ncurses driver.
  3689. * Added a comment to explain why slang has a higher priority than ncurses.
  3690. ------------------------------------------------------------------------
  3691. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  3692. Changed paths:
  3693. M caca/driver_conio.c
  3694. * Fixed the DOS build.
  3695. ------------------------------------------------------------------------
  3696. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  3697. Changed paths:
  3698. M caca/caca_internals.h
  3699. * Minor cosmetic fix.
  3700. ------------------------------------------------------------------------
  3701. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  3702. Changed paths:
  3703. M caca/Makefile.am
  3704. M cucul/Makefile.am
  3705. M cxx/Makefile.am
  3706. M kernel/Makefile.am
  3707. M test/Makefile.am
  3708. M tools/Makefile.am
  3709. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  3710. from an alternate directory (they failed to find common.h).
  3711. ------------------------------------------------------------------------
  3712. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  3713. Changed paths:
  3714. M configure.ac
  3715. M src/Makefile.am
  3716. * Removed --enable-network flag, but reused the test as a condition for
  3717. building cacaserver.
  3718. ------------------------------------------------------------------------
  3719. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  3720. Changed paths:
  3721. M build-dos
  3722. M build-win32
  3723. * Updated build scripts for DOS and Win32.
  3724. ------------------------------------------------------------------------
  3725. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  3726. Changed paths:
  3727. M caca/driver_ncurses.c
  3728. M caca/driver_slang.c
  3729. * Got backspace to work with the slang and ncurses drivers in an X
  3730. terminal window.
  3731. ------------------------------------------------------------------------
  3732. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  3733. Changed paths:
  3734. M caca/driver_gl.c
  3735. * More coding style fixes in the GL driver.
  3736. ------------------------------------------------------------------------
  3737. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  3738. Changed paths:
  3739. M caca/driver_gl.c
  3740. * Fixed awful indenting of the GL plugin.
  3741. ------------------------------------------------------------------------
  3742. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  3743. Changed paths:
  3744. M caca/driver_ncurses.c
  3745. * Make the ncurses driver UTF-8 and UTF-32 aware.
  3746. * Add the backspace key to the ncurses driver.
  3747. ------------------------------------------------------------------------
  3748. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  3749. Changed paths:
  3750. M caca/driver_slang.c
  3751. * Make the slang driver UTF-8 and UTF-32 aware.
  3752. * Add the backspace key to the slang driver.
  3753. ------------------------------------------------------------------------
  3754. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  3755. Changed paths:
  3756. M caca/caca.h
  3757. M caca/driver_conio.c
  3758. M caca/driver_gl.c
  3759. M caca/driver_ncurses.c
  3760. M caca/driver_slang.c
  3761. M caca/driver_win32.c
  3762. M caca/driver_x11.c
  3763. M caca/event.c
  3764. M test/input.c
  3765. * Renamed the event data member "ucs4" to "utf32" for consistency
  3766. with "utf8".
  3767. ------------------------------------------------------------------------
  3768. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  3769. Changed paths:
  3770. M debian/changelog
  3771. M debian/control
  3772. * Added information from a recent Debian upload of the old
  3773. version of libcaca.
  3774. ------------------------------------------------------------------------
  3775. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  3776. Changed paths:
  3777. M test/Makefile.am
  3778. A test/input.c
  3779. * Text input test program. Might be merged into libcaca if it works well.
  3780. ------------------------------------------------------------------------
  3781. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  3782. Changed paths:
  3783. M TODO
  3784. * Updated the TODO list.
  3785. ------------------------------------------------------------------------
  3786. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  3787. Changed paths:
  3788. M debian/caca-utils.install
  3789. M debian/libcucul-dev.install
  3790. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  3791. ------------------------------------------------------------------------
  3792. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  3793. Changed paths:
  3794. M caca/caca.h
  3795. M caca/graphics.c
  3796. M python/pypycaca.c
  3797. M python/pypycaca.h
  3798. M src/aafire.c
  3799. M src/cacaball.c
  3800. M src/cacamoir.c
  3801. M src/cacaplas.c
  3802. M test/demo.c
  3803. M test/frames.c
  3804. M test/gamma.c
  3805. * Renamed caca_set_delay() and caca_get_rendertime() into
  3806. caca_set_display_time() and caca_get_display_time() for consistency.
  3807. ------------------------------------------------------------------------
  3808. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  3809. Changed paths:
  3810. M cucul/charset.c
  3811. * Documented the newly exported charset functions.
  3812. ------------------------------------------------------------------------
  3813. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  3814. Changed paths:
  3815. M caca/driver_ncurses.c
  3816. M caca/driver_slang.c
  3817. M cucul/box.c
  3818. M cucul/canvas.c
  3819. M cucul/charset.c
  3820. M cucul/conic.c
  3821. M cucul/cucul.h
  3822. M cucul/cucul_internals.h
  3823. M cucul/export.c
  3824. M cucul/import.c
  3825. M cucul/line.c
  3826. M cucul/triangle.c
  3827. M tools/makefont.c
  3828. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  3829. ------------------------------------------------------------------------
  3830. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  3831. Changed paths:
  3832. M cucul/font.c
  3833. M cucul/font_mono9.h
  3834. M cucul/font_monobold12.h
  3835. * Regenerated fonts and reactivated them under Win32.
  3836. ------------------------------------------------------------------------
  3837. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  3838. Changed paths:
  3839. M tools/makefont.c
  3840. * Elite trick in the font generator to cope with C89's string length
  3841. limitation of 509 characters. Instead of doing:
  3842. char foo[10] = "abcdefghij";
  3843. we now do:
  3844. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  3845. ------------------------------------------------------------------------
  3846. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  3847. Changed paths:
  3848. M test/font2tga.c
  3849. * font2tga no longer needs cucul_internal.h.
  3850. ------------------------------------------------------------------------
  3851. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  3852. Changed paths:
  3853. M cucul/box.c
  3854. M cucul/canvas.c
  3855. M cucul/conic.c
  3856. M cucul/cucul.h
  3857. M cucul/cucul_internals.h
  3858. M cucul/dither.c
  3859. M cucul/import.c
  3860. M cucul/line.c
  3861. M cucul/triangle.c
  3862. M test/font2tga.c
  3863. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  3864. int which shall be used as an UTF-32 character. We do not have any casting
  3865. problems due to the signedness of chars because all characters were
  3866. ASCII (ie. <= 0x7f) beforehands.
  3867. ------------------------------------------------------------------------
  3868. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  3869. Changed paths:
  3870. M test/Makefile.am
  3871. A test/font2tga.c
  3872. * Added font2tga, a test program that exports our font in a known format.
  3873. ------------------------------------------------------------------------
  3874. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  3875. Changed paths:
  3876. M test/export.c
  3877. * If the export test target is ANSI or UTF-8, dither image with special
  3878. shaded glyphs.
  3879. ------------------------------------------------------------------------
  3880. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  3881. Changed paths:
  3882. M configure.ac
  3883. * Removed useless -lXt from X11 libraries check.
  3884. ------------------------------------------------------------------------
  3885. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  3886. Changed paths:
  3887. M cucul/import.c
  3888. * Workaround for illegal ^[[0,0H ANSI escape code.
  3889. ------------------------------------------------------------------------
  3890. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  3891. Changed paths:
  3892. M cucul/dither.c
  3893. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  3894. better performances.
  3895. ------------------------------------------------------------------------
  3896. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  3897. Changed paths:
  3898. M cucul/export.c
  3899. * Add linebreaks to the ANSI exporter for better readability, and use
  3900. the save/load cursor position trick to ignore them.
  3901. ------------------------------------------------------------------------
  3902. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  3903. Changed paths:
  3904. M cucul/export.c
  3905. * Fixed postscript exporter, image in not at the bottom of the page anymore
  3906. ------------------------------------------------------------------------
  3907. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 2 lines
  3908. Changed paths:
  3909. M src/cacaserver.c
  3910. * Use UTF-8 instead of ANSI in cacaserver
  3911. ------------------------------------------------------------------------
  3912. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 2 lines
  3913. Changed paths:
  3914. M cucul/font_mono9.h
  3915. M cucul/font_monobold12.h
  3916. * Optimise built-in fonts. We gain about 100kB in the final binary.
  3917. ------------------------------------------------------------------------
  3918. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  3919. Changed paths:
  3920. M tools/makefont.c
  3921. * Optimise similar glyphs when generating a font. Given how many glyphs
  3922. are unavailable, this is a significant gain.
  3923. ------------------------------------------------------------------------
  3924. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  3925. Changed paths:
  3926. M caca/driver_x11.c
  3927. * Added the long dash and middle dot CP437 characters to the X11 driver.
  3928. ------------------------------------------------------------------------
  3929. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  3930. Changed paths:
  3931. M cucul/import.c
  3932. * If the ANSI file we import does not use the 80 columns, we don't expand
  3933. the canvas to 80 columns.
  3934. ------------------------------------------------------------------------
  3935. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  3936. Changed paths:
  3937. M src/cacadraw.c
  3938. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  3939. * Decreased PgUp/PgDn scrolling rate.
  3940. ------------------------------------------------------------------------
  3941. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  3942. Changed paths:
  3943. M kernel/kernel.c
  3944. * Removed a useless cast in the kernel code.
  3945. ------------------------------------------------------------------------
  3946. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  3947. Changed paths:
  3948. M DotNet/AssemblyInfo.cs
  3949. M DotNet/Caca.cs
  3950. M DotNet/Cucul.cs
  3951. M DotNet/test.cs
  3952. * Set svn properties on the .NET files.
  3953. ------------------------------------------------------------------------
  3954. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  3955. Changed paths:
  3956. M test/font.c
  3957. M test/text.c
  3958. * Cosmetic fix in test/font.c.
  3959. * Use UTF-8 output in test/text.c instead of ANSI.
  3960. ------------------------------------------------------------------------
  3961. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  3962. Changed paths:
  3963. M caca/caca.h
  3964. * Minor cosmetic fix in a comment.
  3965. ------------------------------------------------------------------------
  3966. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  3967. Changed paths:
  3968. M cucul/font_mono9.h
  3969. M cucul/font_monobold12.h
  3970. M tools/makefont.c
  3971. * Added a few more Unicode blocks to the default fonts.
  3972. ------------------------------------------------------------------------
  3973. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  3974. Changed paths:
  3975. M cucul/transform.c
  3976. * Added a few more Unicode characters to the glyph transformations.
  3977. ------------------------------------------------------------------------
  3978. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  3979. Changed paths:
  3980. M cucul/cucul.h
  3981. M cucul/dither.c
  3982. * Changed the cucul_create_dither() prototype to make sure the mask
  3983. arguments are at least 32 bits.
  3984. ------------------------------------------------------------------------
  3985. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  3986. Changed paths:
  3987. M test/export.c
  3988. * Make the export test 80 columns wide, so that the ANSI we generate can
  3989. be read by other programs.
  3990. ------------------------------------------------------------------------
  3991. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  3992. Changed paths:
  3993. M cucul/font_mono9.h
  3994. M cucul/font_monobold12.h
  3995. * Updated fonts with the new hardcoded CP437 glyphs.
  3996. ------------------------------------------------------------------------
  3997. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  3998. Changed paths:
  3999. M tools/makefont.c
  4000. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  4001. good with Pango.
  4002. ------------------------------------------------------------------------
  4003. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  4004. Changed paths:
  4005. M caca/driver_ncurses.c
  4006. M caca/driver_slang.c
  4007. M tools/Makefile.am
  4008. M tools/makefont.c
  4009. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  4010. ------------------------------------------------------------------------
  4011. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  4012. Changed paths:
  4013. M cucul/export.c
  4014. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  4015. SVG exporters.
  4016. ------------------------------------------------------------------------
  4017. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  4018. Changed paths:
  4019. M cucul/charset.c
  4020. M cucul/cucul_internals.h
  4021. * Implemented the private _cucul_utf32_to_utf8() helper.
  4022. ------------------------------------------------------------------------
  4023. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  4024. Changed paths:
  4025. M cucul/export.c
  4026. * Exporter now generates valid ANSI, with CP437 characters.
  4027. ------------------------------------------------------------------------
  4028. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  4029. Changed paths:
  4030. M cucul/export.c
  4031. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  4032. text.
  4033. ------------------------------------------------------------------------
  4034. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  4035. Changed paths:
  4036. M cucul/colour.c
  4037. * Use a slightly different RGB palette for ANSI colours, so that brown
  4038. really looks like brown and not like desaturated yellow.
  4039. ------------------------------------------------------------------------
  4040. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  4041. Changed paths:
  4042. M DotNet/test.cs
  4043. M caca/event.c
  4044. M doc/tutorial.dox
  4045. * Fixed error in tutorial, updated caca_get_event() doc
  4046. ------------------------------------------------------------------------
  4047. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  4048. Changed paths:
  4049. M DotNet/AssemblyInfo.cs
  4050. M DotNet/Caca.cs
  4051. M DotNet/Cucul.cs
  4052. M DotNet/test.cs
  4053. * Fixed $Id
  4054. ------------------------------------------------------------------------
  4055. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  4056. Changed paths:
  4057. A DotNet/AssemblyInfo.cs
  4058. A DotNet/Caca.cs
  4059. A DotNet/Cucul.cs
  4060. A DotNet/Makefile
  4061. A DotNet/libCaca.dll.config
  4062. A DotNet/libCucul.dll.config
  4063. A DotNet/test.cs
  4064. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  4065. ------------------------------------------------------------------------
  4066. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  4067. Changed paths:
  4068. M cucul/cucul.h
  4069. M cucul/dither.c
  4070. M cucul/export.c
  4071. M cucul/font.c
  4072. M cucul/import.c
  4073. M cucul/sprite.c
  4074. M cucul/transform.c
  4075. * Completed return value and errno handling in libcucul API.
  4076. ------------------------------------------------------------------------
  4077. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  4078. Changed paths:
  4079. M test/export.c
  4080. * Allow an optional input filename in the export test for cheap conversions.
  4081. ------------------------------------------------------------------------
  4082. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  4083. Changed paths:
  4084. M caca/driver_gl.c
  4085. M cucul/import.c
  4086. * coding style fixes again
  4087. ------------------------------------------------------------------------
  4088. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  4089. Changed paths:
  4090. M cxx/caca++.cpp
  4091. M cxx/caca++.h
  4092. M cxx/cucul++.h
  4093. M src/cacadraw.c
  4094. * Fixed indentation. I did it myself, I'm a big boy.
  4095. ------------------------------------------------------------------------
  4096. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  4097. Changed paths:
  4098. M cucul/import.c
  4099. * Fixed line wrapping on some weird ANSI files.
  4100. ------------------------------------------------------------------------
  4101. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  4102. Changed paths:
  4103. M cucul/import.c
  4104. * Fixed an ANSI rendering bug related to the bold attribute.
  4105. ------------------------------------------------------------------------
  4106. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  4107. Changed paths:
  4108. M cucul/font_mono9.h
  4109. M cucul/font_monobold12.h
  4110. M tools/makefont.c
  4111. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  4112. built-in font so that we now cover all of CP437.
  4113. ------------------------------------------------------------------------
  4114. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  4115. Changed paths:
  4116. M cucul/import.c
  4117. * Minor code reorganisation and documenting.
  4118. ------------------------------------------------------------------------
  4119. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  4120. Changed paths:
  4121. M caca/driver_gl.c
  4122. * Added preliminary (it means that's fucked up) CP437 codepage
  4123. ------------------------------------------------------------------------
  4124. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  4125. Changed paths:
  4126. M caca/driver_x11.c
  4127. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  4128. ------------------------------------------------------------------------
  4129. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  4130. Changed paths:
  4131. M caca/driver_gl.c
  4132. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  4133. ------------------------------------------------------------------------
  4134. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  4135. Changed paths:
  4136. M caca/driver_x11.c
  4137. * removed duplicate code
  4138. ------------------------------------------------------------------------
  4139. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  4140. Changed paths:
  4141. M caca/driver_x11.c
  4142. * Wow, we even have Home/End support in X11.
  4143. ------------------------------------------------------------------------
  4144. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  4145. Changed paths:
  4146. M caca/driver_x11.c
  4147. * PageUp/PageDown support in X11.
  4148. ------------------------------------------------------------------------
  4149. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  4150. Changed paths:
  4151. M caca/driver_gl.c
  4152. * Fixed home/pgup/pgdown/insert events
  4153. ------------------------------------------------------------------------
  4154. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  4155. Changed paths:
  4156. M src/cacadraw.c
  4157. * page up / down
  4158. ------------------------------------------------------------------------
  4159. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  4160. Changed paths:
  4161. M cucul/import.c
  4162. * In ANSI, bold only sets the foreground colour to bright, not the
  4163. background.
  4164. ------------------------------------------------------------------------
  4165. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  4166. Changed paths:
  4167. M src/Makefile.am
  4168. A src/cacadraw.c
  4169. M test/import.c
  4170. * Added cacadraw. It only shows files and lets you scroll for now, but
  4171. it will eventually evolve into something better.
  4172. ------------------------------------------------------------------------
  4173. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  4174. Changed paths:
  4175. M cucul/import.c
  4176. * Really updated doc
  4177. ------------------------------------------------------------------------
  4178. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  4179. Changed paths:
  4180. M cucul/import.c
  4181. * Fixed documentation for import
  4182. ------------------------------------------------------------------------
  4183. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  4184. Changed paths:
  4185. D cpp/Makefile.am
  4186. D cpp/caca++.cpp
  4187. D cpp/caca++.h
  4188. D cpp/caca++.pc.in
  4189. D cpp/cpptest.cpp
  4190. D cpp/cucul++.cpp
  4191. D cpp/cucul++.h
  4192. D cpp/cucul++.pc.in
  4193. * Removed legacy cpp directory.
  4194. ------------------------------------------------------------------------
  4195. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  4196. Changed paths:
  4197. M Makefile.am
  4198. M configure.ac
  4199. A cxx/Makefile.am
  4200. A cxx/caca++.cpp
  4201. A cxx/caca++.h
  4202. A cxx/caca++.pc.in
  4203. A cxx/cpptest.cpp
  4204. A cxx/cucul++.cpp
  4205. A cxx/cucul++.h
  4206. A cxx/cucul++.pc.in
  4207. * Updated C++ bindings and renamed directory to more comprehensive cxx
  4208. ------------------------------------------------------------------------
  4209. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  4210. Changed paths:
  4211. M test/event.c
  4212. * Minor typo.
  4213. ------------------------------------------------------------------------
  4214. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  4215. Changed paths:
  4216. M cpp/caca++.cpp
  4217. M cpp/caca++.h
  4218. M cpp/cpptest.cpp
  4219. M cpp/cucul++.cpp
  4220. M cpp/cucul++.h
  4221. * Updated libcaca c++ bindings
  4222. ------------------------------------------------------------------------
  4223. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  4224. Changed paths:
  4225. M cucul/buffer.c
  4226. M cucul/cucul.h
  4227. M cucul/cucul_internals.h
  4228. M cucul/export.c
  4229. M cucul/import.c
  4230. M src/cacaplay.c
  4231. M src/cacaserver.c
  4232. M test/import.c
  4233. M test/text.c
  4234. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  4235. a file and a memory area into a libcucul buffer.
  4236. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  4237. buffers instead of simple memory areas.
  4238. ------------------------------------------------------------------------
  4239. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  4240. Changed paths:
  4241. M cucul/import.c
  4242. * Argh, _really_ fixed the uninitialised variable.
  4243. ------------------------------------------------------------------------
  4244. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  4245. Changed paths:
  4246. M cucul/import.c
  4247. * Fixed an uninitialised variable.
  4248. ------------------------------------------------------------------------
  4249. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  4250. Changed paths:
  4251. M cucul/import.c
  4252. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  4253. sequences longer than 100 characters.
  4254. * Documented the escape sequence format.
  4255. ------------------------------------------------------------------------
  4256. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  4257. Changed paths:
  4258. M cpp/cpptest.cpp
  4259. M cpp/cucul++.cpp
  4260. M cpp/cucul++.h
  4261. M test/demo.c
  4262. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  4263. ------------------------------------------------------------------------
  4264. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  4265. Changed paths:
  4266. M cucul/import.c
  4267. * More robust ANSI sequence argument parser. Detects private sequences and
  4268. intermediate bytes.
  4269. ------------------------------------------------------------------------
  4270. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  4271. Changed paths:
  4272. M cucul/import.c
  4273. * Fixed warning in a clever and tested way. Bordel de merde.
  4274. ------------------------------------------------------------------------
  4275. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  4276. Changed paths:
  4277. M cucul/import.c
  4278. * Coding style.
  4279. ------------------------------------------------------------------------
  4280. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  4281. Changed paths:
  4282. M cucul/import.c
  4283. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  4284. ------------------------------------------------------------------------
  4285. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  4286. Changed paths:
  4287. M cucul/import.c
  4288. * Fixed warnings in ansi importer
  4289. ------------------------------------------------------------------------
  4290. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  4291. Changed paths:
  4292. M cucul/import.c
  4293. * More cleaning up of the ANSI loader. Fixed reverse video.
  4294. ------------------------------------------------------------------------
  4295. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  4296. Changed paths:
  4297. M cucul/colour.c
  4298. * Set the transparent colour's RGB values to the default colour's ones.
  4299. ------------------------------------------------------------------------
  4300. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  4301. Changed paths:
  4302. M cucul/import.c
  4303. * Improved ANSI format detection
  4304. ------------------------------------------------------------------------
  4305. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  4306. Changed paths:
  4307. M cucul/import.c
  4308. * Really fixed bold in ANSI loader, and removed dead code.
  4309. ------------------------------------------------------------------------
  4310. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  4311. Changed paths:
  4312. M cucul/import.c
  4313. * Simplified _manage_modifiers() a bit.
  4314. ------------------------------------------------------------------------
  4315. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  4316. Changed paths:
  4317. M cucul/import.c
  4318. * Fixed bold support in ANSI loader.
  4319. ------------------------------------------------------------------------
  4320. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  4321. Changed paths:
  4322. M cucul/import.c
  4323. * A few fixes in the ANSI interpreter.
  4324. ------------------------------------------------------------------------
  4325. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  4326. Changed paths:
  4327. M cucul/import.c
  4328. * Got rid of _update_canvas_size().
  4329. ------------------------------------------------------------------------
  4330. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  4331. Changed paths:
  4332. M cucul/import.c
  4333. * _updated_coding_style(aBit);
  4334. ------------------------------------------------------------------------
  4335. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  4336. Changed paths:
  4337. M cucul/import.c
  4338. * Ahahaha. Meet the "optimisation" that breaks everything.
  4339. ------------------------------------------------------------------------
  4340. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  4341. Changed paths:
  4342. M cucul/import.c
  4343. * Small optimisation in import_text().
  4344. ------------------------------------------------------------------------
  4345. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  4346. Changed paths:
  4347. M cucul/import.c
  4348. * Really minor coding style fixes in the ANSI importer.
  4349. ------------------------------------------------------------------------
  4350. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  4351. Changed paths:
  4352. M cucul/canvas.c
  4353. M cucul/colour.c
  4354. M cucul/cucul.c
  4355. M cucul/cucul.h
  4356. M cucul/cucul_internals.h
  4357. * More error checking in libcucul.
  4358. ------------------------------------------------------------------------
  4359. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  4360. Changed paths:
  4361. M test/import.c
  4362. * Jylam is too modest.
  4363. ------------------------------------------------------------------------
  4364. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  4365. Changed paths:
  4366. A test/import.c
  4367. * Added importers test
  4368. ------------------------------------------------------------------------
  4369. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  4370. Changed paths:
  4371. M cucul/import.c
  4372. M test/Makefile.am
  4373. * Added preliminary ANSI importer, added import formats autodection
  4374. ------------------------------------------------------------------------
  4375. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  4376. Changed paths:
  4377. M configure.ac
  4378. M cucul/box.c
  4379. M cucul/buffer.c
  4380. M cucul/canvas.c
  4381. M cucul/conic.c
  4382. M cucul/cucul.h
  4383. M cucul/line.c
  4384. M cucul/triangle.c
  4385. * Check for <errno.h>.
  4386. * Started changing function prototypes so that they return an integer
  4387. instead of void, just in case they might fail.
  4388. ------------------------------------------------------------------------
  4389. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  4390. Changed paths:
  4391. M cucul/Makefile.am
  4392. M cucul/cucul.h
  4393. D cucul/error.c
  4394. * Reverted that errno stuff. We'll just use the real errno.
  4395. ------------------------------------------------------------------------
  4396. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  4397. Changed paths:
  4398. M cucul/Makefile.am
  4399. M cucul/cucul.h
  4400. A cucul/error.c
  4401. * Added basis for an errno-like mechanism.
  4402. ------------------------------------------------------------------------
  4403. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  4404. Changed paths:
  4405. M build-win32
  4406. M configure.ac
  4407. * Removed my previously introduced --enable-pangoft2 and replaced it with
  4408. a nicer cross compilation check.
  4409. ------------------------------------------------------------------------
  4410. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  4411. Changed paths:
  4412. M build-win32
  4413. M configure.ac
  4414. M src/Makefile.am
  4415. M src/cacaserver.c
  4416. * Brought the Win32 build back on its wheels.
  4417. ------------------------------------------------------------------------
  4418. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  4419. Changed paths:
  4420. M common.h
  4421. M configure.ac
  4422. M cucul/font.c
  4423. M src/cacaserver.c
  4424. M tools/makefont.c
  4425. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  4426. ------------------------------------------------------------------------
  4427. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  4428. Changed paths:
  4429. M caca/driver_win32.c
  4430. * Fixed minor compilation warning.
  4431. ------------------------------------------------------------------------
  4432. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  4433. Changed paths:
  4434. M common.h
  4435. * Win32 compilation fix.
  4436. ------------------------------------------------------------------------
  4437. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  4438. Changed paths:
  4439. M cucul/font.c
  4440. * On win32, only disable the built-in fonts, not all the font functions.
  4441. ------------------------------------------------------------------------
  4442. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  4443. Changed paths:
  4444. M common.h
  4445. M configure.ac
  4446. M cucul/font.c
  4447. M tools/makefont.c
  4448. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  4449. * Implement htons/htonl in common.h just in case.
  4450. ------------------------------------------------------------------------
  4451. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  4452. Changed paths:
  4453. M doc/style.dox
  4454. * Hahaha, fixed the coding style example.
  4455. ------------------------------------------------------------------------
  4456. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  4457. Changed paths:
  4458. M caca/caca.c
  4459. M caca/caca_internals.h
  4460. M caca/driver_conio.c
  4461. M caca/driver_gl.c
  4462. M caca/driver_ncurses.c
  4463. M caca/driver_raw.c
  4464. M caca/driver_slang.c
  4465. M caca/driver_vga.c
  4466. M caca/driver_win32.c
  4467. M caca/driver_x11.c
  4468. M caca/event.c
  4469. M caca/graphics.c
  4470. M caca/time.c
  4471. M common.h
  4472. M configure.ac
  4473. M cucul/box.c
  4474. M cucul/buffer.c
  4475. M cucul/canvas.c
  4476. M cucul/charset.c
  4477. M cucul/colour.c
  4478. M cucul/conic.c
  4479. M cucul/cucul.c
  4480. M cucul/cucul_internals.h
  4481. M cucul/dither.c
  4482. M cucul/export.c
  4483. M cucul/font.c
  4484. M cucul/import.c
  4485. M cucul/line.c
  4486. M cucul/sprite.c
  4487. M cucul/transform.c
  4488. M cucul/triangle.c
  4489. M kernel/kernel.c
  4490. M src/aafire.c
  4491. M src/cacaball.c
  4492. M src/cacamoir.c
  4493. M src/cacaplas.c
  4494. M src/cacaplay.c
  4495. M src/cacaserver.c
  4496. M src/cacaview.c
  4497. M src/common-image.c
  4498. M src/img2irc.c
  4499. M test/colors.c
  4500. M test/demo.c
  4501. M test/dithering.c
  4502. M test/event.c
  4503. M test/spritedit.c
  4504. M tools/makefont.c
  4505. M tools/optipal.c
  4506. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  4507. in all .c files that needed it.
  4508. ------------------------------------------------------------------------
  4509. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  4510. Changed paths:
  4511. M Makefile.am
  4512. A common.h
  4513. M test/export.c
  4514. M test/font.c
  4515. M test/frames.c
  4516. M test/gamma.c
  4517. M test/hsv.c
  4518. M test/text.c
  4519. M test/transform.c
  4520. M test/truecolor.c
  4521. M test/unicode.c
  4522. * Added "common.h", a placeholder for simple features and functions missing
  4523. from some systems.
  4524. ------------------------------------------------------------------------
  4525. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  4526. Changed paths:
  4527. M cucul/export.c
  4528. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  4529. whether we want plain ASCII, UTF-8, or CP437.
  4530. ------------------------------------------------------------------------
  4531. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  4532. Changed paths:
  4533. M configure.ac
  4534. * Oops, fixed an old typo that brevented building without PangoFt2.
  4535. ------------------------------------------------------------------------
  4536. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  4537. Changed paths:
  4538. M debian/Makefile.am
  4539. M debian/caca-utils.install
  4540. M debian/libcucul-dev.install
  4541. * Fixed Debian build files.
  4542. ------------------------------------------------------------------------
  4543. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  4544. Changed paths:
  4545. M configure.ac
  4546. * Do not bail out if PangoFt2 was not found.
  4547. ------------------------------------------------------------------------
  4548. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  4549. Changed paths:
  4550. M ChangeLog
  4551. M NEWS
  4552. M TODO
  4553. * 0.99.beta1 release.
  4554. ------------------------------------------------------------------------
  4555. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  4556. Changed paths:
  4557. M configure.ac
  4558. M cucul/Makefile.am
  4559. M test/Makefile.am
  4560. * Got rid of CUCUL_LIBS. It's unused.
  4561. ------------------------------------------------------------------------
  4562. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  4563. Changed paths:
  4564. M Makefile.am
  4565. M debian/Makefile.am
  4566. A debian/caca-utils.install
  4567. M debian/changelog
  4568. M debian/control
  4569. A debian/libcaca-dev.install
  4570. A debian/libcaca0.install
  4571. A debian/libcucul-dev.install
  4572. A debian/libcucul0.install
  4573. M debian/rules
  4574. M doc/Makefile.am
  4575. * Updated Debian build rules.
  4576. ------------------------------------------------------------------------
  4577. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  4578. Changed paths:
  4579. M caca/event.c
  4580. M doc/migrating.dox
  4581. M test/colors.c
  4582. M test/dithering.c
  4583. M test/font.c
  4584. M test/frames.c
  4585. M test/hsv.c
  4586. M test/transform.c
  4587. M test/truecolor.c
  4588. M test/unicode.c
  4589. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  4590. ------------------------------------------------------------------------
  4591. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  4592. Changed paths:
  4593. M doc/migrating.dox
  4594. * Minor updates to the migration documentation.
  4595. ------------------------------------------------------------------------
  4596. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  4597. Changed paths:
  4598. M doc/Makefile.am
  4599. * Slightly improved the documentation build rules dependencies.
  4600. ------------------------------------------------------------------------
  4601. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  4602. Changed paths:
  4603. M ChangeLog
  4604. M NEWS
  4605. M TODO
  4606. * Updated ChangeLog, NEWS and TODO.
  4607. ------------------------------------------------------------------------
  4608. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  4609. Changed paths:
  4610. M doc/libcaca.dox
  4611. M doc/migrating.dox
  4612. * Updated the migration guide.
  4613. ------------------------------------------------------------------------
  4614. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  4615. Changed paths:
  4616. M doc/style.dox
  4617. * Wrote the C coding style documentation.
  4618. ------------------------------------------------------------------------
  4619. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  4620. Changed paths:
  4621. M test/Makefile.am
  4622. A test/frames.c
  4623. A test/text.c
  4624. * Added a test for multiple frames support.
  4625. * Added a test for textfile loading.
  4626. ------------------------------------------------------------------------
  4627. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  4628. Changed paths:
  4629. M cucul/cucul.c
  4630. M cucul/cucul.h
  4631. M cucul/cucul_internals.h
  4632. M cucul/sprite.c
  4633. * Support for multiple frames in canvases.
  4634. ------------------------------------------------------------------------
  4635. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  4636. Changed paths:
  4637. M cucul/import.c
  4638. * Added a simple "text" importer, until the cool ANSI importer arrives.
  4639. ------------------------------------------------------------------------
  4640. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  4641. Changed paths:
  4642. M cucul/export.c
  4643. * Disabled the foreground/background optimisation in the IRC export because
  4644. it breaks on too many IRC clients.
  4645. ------------------------------------------------------------------------
  4646. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  4647. Changed paths:
  4648. M test/demo.c
  4649. M test/spritedit.c
  4650. * Disabled sprite stuff from the tests.
  4651. ------------------------------------------------------------------------
  4652. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  4653. Changed paths:
  4654. M cpp/caca++.h
  4655. M cpp/cucul++.cpp
  4656. M cpp/cucul++.h
  4657. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  4658. ------------------------------------------------------------------------
  4659. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  4660. Changed paths:
  4661. M configure.ac
  4662. M cpp/Makefile.am
  4663. * Fixed --enable-cpp to actually do something. Also, disabled it by
  4664. default for the release, because it's not up to date and needs a lot
  4665. of polishing.
  4666. ------------------------------------------------------------------------
  4667. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  4668. Changed paths:
  4669. M doc/Makefile.am
  4670. M doc/libcaca.dox
  4671. M doc/migrating.dox
  4672. A doc/style.dox
  4673. A doc/tutorial.dox
  4674. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  4675. ------------------------------------------------------------------------
  4676. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  4677. Changed paths:
  4678. M configure.ac
  4679. * Set version number to 0.99.beta1.
  4680. ------------------------------------------------------------------------
  4681. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  4682. Changed paths:
  4683. M cucul/cucul.c
  4684. M cucul/cucul_internals.h
  4685. * Got rid of cv->scratch_line. It's unused, too.
  4686. ------------------------------------------------------------------------
  4687. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  4688. Changed paths:
  4689. M cucul/cucul.c
  4690. M cucul/cucul_internals.h
  4691. * Got rid of cv->empty_line, it's now unused.
  4692. ------------------------------------------------------------------------
  4693. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  4694. Changed paths:
  4695. M configure.ac
  4696. M cpp/cucul++.cpp
  4697. M cpp/cucul++.h
  4698. M cucul/canvas.c
  4699. M cucul/cucul.h
  4700. M src/cacaview.c
  4701. M src/img2irc.c
  4702. M test/colors.c
  4703. M test/demo.c
  4704. M test/event.c
  4705. M test/gamma.c
  4706. M test/spritedit.c
  4707. * Changed cucul_clear_canvas() again. It now uses the current foreground
  4708. and background colours to clear the screen.
  4709. ------------------------------------------------------------------------
  4710. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  4711. Changed paths:
  4712. M cpp/caca++.cpp
  4713. M cpp/caca++.h
  4714. * Fixed a segfault in the C++ bindings. Vieux porc !
  4715. ------------------------------------------------------------------------
  4716. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  4717. Changed paths:
  4718. M caca/Makefile.am
  4719. M configure.ac
  4720. M cpp/Makefile.am
  4721. M cucul/Makefile.am
  4722. * Set library names to lib*.so.0.10.0.
  4723. ------------------------------------------------------------------------
  4724. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  4725. Changed paths:
  4726. M cucul/import.c
  4727. * Fixed a compilation warning.
  4728. ------------------------------------------------------------------------
  4729. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  4730. Changed paths:
  4731. M cucul/import.c
  4732. * Minor documentation fix.
  4733. ------------------------------------------------------------------------
  4734. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  4735. Changed paths:
  4736. M cpp/caca++.cpp
  4737. M cpp/caca++.h
  4738. M cpp/cpptest.cpp
  4739. M cpp/cucul++.cpp
  4740. M cpp/cucul++.h
  4741. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  4742. ------------------------------------------------------------------------
  4743. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  4744. Changed paths:
  4745. M caca/driver_raw.c
  4746. M cpp/cucul++.cpp
  4747. M cpp/cucul++.h
  4748. M cucul/Makefile.am
  4749. M cucul/cucul.c
  4750. M cucul/cucul.h
  4751. M cucul/export.c
  4752. A cucul/import.c
  4753. M src/cacaplay.c
  4754. M src/cacaserver.c
  4755. M src/img2irc.c
  4756. M test/export.c
  4757. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  4758. cucul_import_canvas().
  4759. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  4760. ------------------------------------------------------------------------
  4761. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  4762. Changed paths:
  4763. M cucul/colour.c
  4764. M cucul/dither.c
  4765. M cucul/export.c
  4766. M cucul/font.c
  4767. * Minor documentation improvements.
  4768. ------------------------------------------------------------------------
  4769. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  4770. Changed paths:
  4771. M TODO
  4772. M caca/caca.h
  4773. M cucul/cucul.h
  4774. M doc/Makefile.am
  4775. M doc/libcaca.dox
  4776. A doc/migrating.dox
  4777. A doc/user.dox
  4778. * Documentation improvements. Wrote a small migration guide and added the
  4779. skeleton of a tutorial for Jylam.
  4780. ------------------------------------------------------------------------
  4781. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  4782. Changed paths:
  4783. M AUTHORS
  4784. M NEWS
  4785. M THANKS
  4786. M TODO
  4787. M caca/caca.h
  4788. M doc/Makefile.am
  4789. M doc/doxygen.cfg.in
  4790. A doc/libcaca.dox
  4791. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  4792. documentation page from caca.h to a separate file.
  4793. ------------------------------------------------------------------------
  4794. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  4795. Changed paths:
  4796. M caca/driver_ncurses.c
  4797. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  4798. ------------------------------------------------------------------------
  4799. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  4800. Changed paths:
  4801. M cpp/Makefile.am
  4802. * Workaround for broken C++ linking with old libtool versions.
  4803. ------------------------------------------------------------------------
  4804. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  4805. Changed paths:
  4806. M NOTES
  4807. M tools/optipal.c
  4808. * Moved the technical discussion on S-Lang's palette optimisation from
  4809. NOTES to tools/optipal.c.
  4810. ------------------------------------------------------------------------
  4811. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  4812. Changed paths:
  4813. M caca/caca.c
  4814. M caca/caca.h
  4815. M caca/caca_internals.h
  4816. M caca/driver_conio.c
  4817. M caca/driver_gl.c
  4818. M caca/driver_ncurses.c
  4819. M caca/driver_raw.c
  4820. M caca/driver_slang.c
  4821. M caca/driver_vga.c
  4822. M caca/driver_win32.c
  4823. M caca/driver_x11.c
  4824. M caca/graphics.c
  4825. M cpp/caca++.cpp
  4826. M cpp/caca++.h
  4827. M cucul/cucul.c
  4828. M python/pypycaca.c
  4829. M python/pypycaca.h
  4830. M src/aafire.c
  4831. M src/cacaball.c
  4832. M src/cacamoir.c
  4833. M src/cacaplas.c
  4834. M src/cacaplay.c
  4835. M src/cacaview.c
  4836. M test/colors.c
  4837. M test/demo.c
  4838. M test/dithering.c
  4839. M test/event.c
  4840. M test/font.c
  4841. M test/gamma.c
  4842. M test/hsv.c
  4843. M test/spritedit.c
  4844. M test/transform.c
  4845. M test/truecolor.c
  4846. M test/unicode.c
  4847. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  4848. ------------------------------------------------------------------------
  4849. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  4850. Changed paths:
  4851. M caca/driver_raw.c
  4852. M cucul/cucul.c
  4853. M cucul/export.c
  4854. M src/cacaserver.c
  4855. * Added a new "caca" exporter.
  4856. * Removed most code from the raw driver and replaced it with a call to the
  4857. caca exporter.
  4858. * Slightly changed the caca export format and updated code accordingly.
  4859. * Improved cacaserver error reporting.
  4860. ------------------------------------------------------------------------
  4861. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  4862. Changed paths:
  4863. M debian/control
  4864. * Updates to the Debian build files.
  4865. ------------------------------------------------------------------------
  4866. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  4867. Changed paths:
  4868. M cucul/dither.c
  4869. M src/aafire.c
  4870. M src/cacaball.c
  4871. M src/cacamoir.c
  4872. M src/cacaplas.c
  4873. M src/cacaview.c
  4874. M src/img2irc.c
  4875. M test/demo.c
  4876. M test/export.c
  4877. M test/font.c
  4878. M test/gamma.c
  4879. M test/hsv.c
  4880. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  4881. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  4882. computations.
  4883. ------------------------------------------------------------------------
  4884. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  4885. Changed paths:
  4886. M cucul/cucul.c
  4887. M cucul/dither.c
  4888. M test/demo.c
  4889. M test/dithering.c
  4890. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  4891. values between 0 and 9 (used to be 0 and 10). Updated documentation
  4892. accordingly.
  4893. ------------------------------------------------------------------------
  4894. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  4895. Changed paths:
  4896. M cpp/cucul++.cpp
  4897. M cpp/cucul++.h
  4898. M cucul/canvas.c
  4899. M cucul/cucul.h
  4900. M src/cacaview.c
  4901. M src/img2irc.c
  4902. M test/colors.c
  4903. M test/demo.c
  4904. M test/event.c
  4905. M test/gamma.c
  4906. M test/spritedit.c
  4907. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  4908. choose the background colour.
  4909. ------------------------------------------------------------------------
  4910. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  4911. Changed paths:
  4912. M caca/driver_conio.c
  4913. M caca/driver_gl.c
  4914. M caca/driver_ncurses.c
  4915. M caca/driver_slang.c
  4916. M caca/driver_vga.c
  4917. M caca/driver_win32.c
  4918. M caca/driver_x11.c
  4919. M caca/graphics.c
  4920. M cpp/cucul++.cpp
  4921. M cucul/Makefile.am
  4922. A cucul/buffer.c
  4923. M cucul/cucul.c
  4924. M cucul/cucul.h
  4925. M cucul/cucul_internals.h
  4926. M cucul/export.c
  4927. M cucul/font.c
  4928. M src/aafire.c
  4929. M src/cacaball.c
  4930. M src/cacamoir.c
  4931. M src/cacaplas.c
  4932. M src/cacaplay.c
  4933. M src/cacaserver.c
  4934. M src/cacaview.c
  4935. M src/img2irc.c
  4936. M test/colors.c
  4937. M test/demo.c
  4938. M test/dithering.c
  4939. M test/event.c
  4940. M test/export.c
  4941. M test/font.c
  4942. M test/gamma.c
  4943. M test/hsv.c
  4944. M test/spritedit.c
  4945. M test/transform.c
  4946. M test/truecolor.c
  4947. M test/unicode.c
  4948. * Renamed main canvas-related functions so that they have "canvas" in
  4949. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  4950. * Moved buffer-related functions to cucul/buffer.c.
  4951. ------------------------------------------------------------------------
  4952. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  4953. Changed paths:
  4954. M tools/makefont.c
  4955. * Cosmetic changes.
  4956. ------------------------------------------------------------------------
  4957. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  4958. Changed paths:
  4959. M caca/caca.c
  4960. M caca/caca.h
  4961. M caca/caca_internals.h
  4962. M caca/driver_conio.c
  4963. M caca/driver_gl.c
  4964. M caca/driver_ncurses.c
  4965. M caca/driver_raw.c
  4966. M caca/driver_slang.c
  4967. M caca/driver_vga.c
  4968. M caca/driver_win32.c
  4969. M caca/driver_x11.c
  4970. M caca/event.c
  4971. M caca/graphics.c
  4972. M cpp/caca++.cpp
  4973. M cpp/caca++.h
  4974. M cpp/cucul++.cpp
  4975. M cpp/cucul++.h
  4976. M cucul/box.c
  4977. M cucul/canvas.c
  4978. M cucul/charset.c
  4979. M cucul/colour.c
  4980. M cucul/conic.c
  4981. M cucul/cucul.c
  4982. M cucul/dither.c
  4983. M cucul/export.c
  4984. M cucul/font.c
  4985. M cucul/line.c
  4986. M cucul/sprite.c
  4987. M cucul/transform.c
  4988. M cucul/triangle.c
  4989. M src/aafire.c
  4990. M src/cacaball.c
  4991. M src/cacamoir.c
  4992. M src/cacaplas.c
  4993. M src/cacaplay.c
  4994. M src/cacaview.c
  4995. M src/img2irc.c
  4996. M test/colors.c
  4997. M test/demo.c
  4998. M test/dithering.c
  4999. M test/event.c
  5000. M test/export.c
  5001. M test/font.c
  5002. M test/gamma.c
  5003. M test/hsv.c
  5004. M test/spritedit.c
  5005. M test/transform.c
  5006. M test/truecolor.c
  5007. M test/unicode.c
  5008. * Renamed caca_t into caca_display_t.
  5009. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  5010. ------------------------------------------------------------------------
  5011. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  5012. Changed paths:
  5013. M caca/caca.c
  5014. M caca/caca.h
  5015. M caca/caca_internals.h
  5016. M caca/driver_conio.c
  5017. M caca/driver_gl.c
  5018. M caca/driver_ncurses.c
  5019. M caca/driver_raw.c
  5020. M caca/driver_slang.c
  5021. M caca/driver_vga.c
  5022. M caca/driver_win32.c
  5023. M caca/driver_x11.c
  5024. M caca/event.c
  5025. M caca/graphics.c
  5026. M cpp/caca++.cpp
  5027. M cpp/cucul++.cpp
  5028. M cpp/cucul++.h
  5029. M cucul/box.c
  5030. M cucul/canvas.c
  5031. M cucul/colour.c
  5032. M cucul/conic.c
  5033. M cucul/cucul.c
  5034. M cucul/cucul.h
  5035. M cucul/cucul_internals.h
  5036. M cucul/dither.c
  5037. M cucul/export.c
  5038. M cucul/font.c
  5039. M cucul/line.c
  5040. M cucul/sprite.c
  5041. M cucul/transform.c
  5042. M cucul/triangle.c
  5043. M src/aafire.c
  5044. M src/cacaball.c
  5045. M src/cacamoir.c
  5046. M src/cacaplas.c
  5047. M src/cacaplay.c
  5048. M src/cacaserver.c
  5049. M src/cacaview.c
  5050. M src/img2irc.c
  5051. M test/colors.c
  5052. M test/demo.c
  5053. M test/dithering.c
  5054. M test/event.c
  5055. M test/export.c
  5056. M test/font.c
  5057. M test/gamma.c
  5058. M test/hsv.c
  5059. M test/spritedit.c
  5060. M test/transform.c
  5061. M test/truecolor.c
  5062. M test/unicode.c
  5063. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  5064. ------------------------------------------------------------------------
  5065. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  5066. Changed paths:
  5067. M cpp/Makefile.am
  5068. * Fixed C++ bindings makefile so that it does not try to use the system's
  5069. <cucul.h> and <caca.h> headers.
  5070. ------------------------------------------------------------------------
  5071. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  5072. Changed paths:
  5073. M cucul/export.c
  5074. * Truecolor support for the HTML and HTMLv3 exporters.
  5075. ------------------------------------------------------------------------
  5076. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  5077. Changed paths:
  5078. M cucul/colour.c
  5079. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  5080. ------------------------------------------------------------------------
  5081. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  5082. Changed paths:
  5083. M README
  5084. M TODO
  5085. * Updated README (caca-config -> pkg-config) and TODO.
  5086. ------------------------------------------------------------------------
  5087. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  5088. Changed paths:
  5089. M cucul/export.c
  5090. M tools/makefont.c
  5091. * Cosmetic code changes and minor optimisations.
  5092. ------------------------------------------------------------------------
  5093. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  5094. Changed paths:
  5095. M cucul/Makefile.am
  5096. M cucul/cucul.c
  5097. M cucul/cucul_internals.h
  5098. A cucul/export.c
  5099. D cucul/export_ansi.c
  5100. D cucul/export_bitmap.c
  5101. D cucul/export_html.c
  5102. D cucul/export_irc.c
  5103. D cucul/export_ps.c
  5104. D cucul/export_svg.c
  5105. * Merged again all export functions into cucul/export.c. They're all the
  5106. same and they're very short (50-100 lines).
  5107. ------------------------------------------------------------------------
  5108. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  5109. Changed paths:
  5110. M cucul/cucul.h
  5111. M cucul/font.c
  5112. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  5113. compilation warnings.
  5114. ------------------------------------------------------------------------
  5115. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  5116. Changed paths:
  5117. M test/event.c
  5118. * Handle CACA_EVENT_QUIT in the event test program.
  5119. ------------------------------------------------------------------------
  5120. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  5121. Changed paths:
  5122. M configure.ac
  5123. * Workaround for broken AC_PATH_X autoconf macros.
  5124. ------------------------------------------------------------------------
  5125. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  5126. Changed paths:
  5127. M caca/driver_x11.c
  5128. * Compilation fix.
  5129. ------------------------------------------------------------------------
  5130. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  5131. Changed paths:
  5132. M TODO
  5133. M caca/caca.h
  5134. M caca/driver_gl.c
  5135. M caca/driver_x11.c
  5136. M configure.ac
  5137. * Implemented CACA_EVENT_QUIT. Unused yet.
  5138. ------------------------------------------------------------------------
  5139. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  5140. Changed paths:
  5141. M cpp/Makefile.am
  5142. * Fixed autotools stuff in the cpp bindings.
  5143. ------------------------------------------------------------------------
  5144. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  5145. Changed paths:
  5146. M cpp/cpptest.cpp
  5147. * Compilation fix in cpptest.cpp.
  5148. ------------------------------------------------------------------------
  5149. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 2 lines
  5150. Changed paths:
  5151. M cpp/caca++.cpp
  5152. M cpp/caca++.h
  5153. M cpp/cpptest.cpp
  5154. * Fixed compile problem, put Event outside Caca class
  5155. ------------------------------------------------------------------------
  5156. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  5157. Changed paths:
  5158. M cpp/cucul++.cpp
  5159. M cpp/cucul++.h
  5160. M cucul/Makefile.am
  5161. M cucul/cucul.c
  5162. M cucul/cucul.h
  5163. D cucul/math.c
  5164. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  5165. cucul.c just in case.
  5166. ------------------------------------------------------------------------
  5167. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  5168. Changed paths:
  5169. D cpp/Makefile.in
  5170. D cpp/caca++.pc
  5171. D cpp/cucul++.pc
  5172. * Removed a few useless files (vieux porc).
  5173. ------------------------------------------------------------------------
  5174. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  5175. Changed paths:
  5176. M TODO
  5177. * Updated TODO list.
  5178. ------------------------------------------------------------------------
  5179. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  5180. Changed paths:
  5181. M test/dithering.c
  5182. M test/truecolor.c
  5183. * Minor cosmetic changes in the test programs.
  5184. ------------------------------------------------------------------------
  5185. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  5186. Changed paths:
  5187. M cucul/export_ps.c
  5188. M cucul/export_svg.c
  5189. * Truecolor support in the SVG and PostScript exporters.
  5190. ------------------------------------------------------------------------
  5191. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  5192. Changed paths:
  5193. M cucul/Makefile.am
  5194. M cucul/cucul.c
  5195. M cucul/cucul_internals.h
  5196. A cucul/export_bitmap.c
  5197. * Implemented TGA image export.
  5198. ------------------------------------------------------------------------
  5199. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  5200. Changed paths:
  5201. M cucul/colour.c
  5202. M cucul/cucul_internals.h
  5203. * Implemented argb32 to rgb24fg/bg colour conversions.
  5204. ------------------------------------------------------------------------
  5205. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  5206. Changed paths:
  5207. M test/export.c
  5208. * Use cucul_get_export_list() in the export test instead of hardcoding the
  5209. list of available formats. Also added a few truecolor blocks to the test.
  5210. ------------------------------------------------------------------------
  5211. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  5212. Changed paths:
  5213. M cucul/font.c
  5214. * Fixed abusive strictness in the font loader.
  5215. ------------------------------------------------------------------------
  5216. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  5217. Changed paths:
  5218. M TODO
  5219. * Updated TODO list.
  5220. ------------------------------------------------------------------------
  5221. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  5222. Changed paths:
  5223. M cpp/cpptest.cpp
  5224. * Better C++ test
  5225. ------------------------------------------------------------------------
  5226. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  5227. Changed paths:
  5228. M cpp/caca++.cpp
  5229. M cpp/caca++.h
  5230. M cpp/cpptest.cpp
  5231. M cpp/cucul++.cpp
  5232. M cpp/cucul++.h
  5233. * Added license in C++ files.
  5234. ------------------------------------------------------------------------
  5235. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  5236. Changed paths:
  5237. M cpp/cpptest.cpp
  5238. M cpp/cucul++.cpp
  5239. M cpp/cucul++.h
  5240. * Fixed C++ printf(), added it in example
  5241. ------------------------------------------------------------------------
  5242. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  5243. Changed paths:
  5244. M cpp/cpptest.cpp
  5245. * Forgot a test on Caca() instantiation
  5246. ------------------------------------------------------------------------
  5247. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  5248. Changed paths:
  5249. M Makefile.am
  5250. M configure.ac
  5251. A cpp/Makefile.am
  5252. A cpp/Makefile.in
  5253. A cpp/caca++.cpp
  5254. A cpp/caca++.h
  5255. A cpp/caca++.pc
  5256. A cpp/caca++.pc.in
  5257. A cpp/cpptest.cpp
  5258. A cpp/cucul++.cpp
  5259. A cpp/cucul++.h
  5260. A cpp/cucul++.pc
  5261. A cpp/cucul++.pc.in
  5262. * Added preliminary C++ bindings
  5263. ------------------------------------------------------------------------
  5264. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  5265. Changed paths:
  5266. M caca/driver_gl.c
  5267. M caca/driver_x11.c
  5268. * Added truecolor support to the X11 and GL drivers.
  5269. ------------------------------------------------------------------------
  5270. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  5271. Changed paths:
  5272. M test/Makefile.am
  5273. A test/truecolor.c
  5274. * Added test/truecolor.c to test non-ANSI colour pairs.
  5275. ------------------------------------------------------------------------
  5276. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  5277. Changed paths:
  5278. M cucul/canvas.c
  5279. M cucul/colour.c
  5280. M cucul/cucul.h
  5281. M cucul/cucul_internals.h
  5282. * Moved cucul_set_color() from canvas.c to colour.c.
  5283. * Added cucul_set_truecolor() for non-ANSI colours.
  5284. * Added new argb32 -> rgb12 conversion functions.
  5285. ------------------------------------------------------------------------
  5286. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  5287. Changed paths:
  5288. M caca/caca.h
  5289. M caca/caca_internals.h
  5290. M caca/driver_conio.c
  5291. M caca/driver_gl.c
  5292. M caca/driver_ncurses.c
  5293. M caca/driver_raw.c
  5294. M caca/driver_slang.c
  5295. M caca/driver_vga.c
  5296. M caca/driver_win32.c
  5297. M caca/driver_x11.c
  5298. M caca/event.c
  5299. M caca/time.c
  5300. M cucul/cucul.c
  5301. M cucul/cucul.h
  5302. M cucul/cucul_internals.h
  5303. M cucul/dither.c
  5304. M cucul/export_ansi.c
  5305. M cucul/export_html.c
  5306. M cucul/export_irc.c
  5307. M cucul/export_ps.c
  5308. M cucul/export_svg.c
  5309. M cucul/font.c
  5310. M cucul/sprite.c
  5311. M src/aafire.c
  5312. M src/cacaball.c
  5313. M src/cacamoir.c
  5314. M src/cacaplas.c
  5315. M src/cacaplay.c
  5316. M src/cacaserver.c
  5317. M src/cacaview.c
  5318. M src/img2irc.c
  5319. M test/colors.c
  5320. M test/demo.c
  5321. M test/dithering.c
  5322. M test/event.c
  5323. M test/export.c
  5324. M test/font.c
  5325. M test/gamma.c
  5326. M test/hsv.c
  5327. M test/spritedit.c
  5328. M test/transform.c
  5329. M test/unicode.c
  5330. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  5331. such as cucul_dither_t instead of struct cucul_dither.
  5332. * Made cucul_buffer_t an opaque structure and implemented the two getters
  5333. cucul_get_buffer_data() and cucul_get_buffer_size().
  5334. * Documented all missing functions and function parameters.
  5335. ------------------------------------------------------------------------
  5336. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  5337. Changed paths:
  5338. M cucul/cucul.pc.in
  5339. * Fixed bad library name in pc file.
  5340. ------------------------------------------------------------------------
  5341. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  5342. Changed paths:
  5343. M caca/caca_internals.h
  5344. M cucul/font.c
  5345. M msvc/cacaball.vcproj
  5346. M msvc/cacafire.vcproj
  5347. M msvc/cacamoir.vcproj
  5348. M msvc/cacaplas.vcproj
  5349. M msvc/cacaview.vcproj
  5350. M msvc/config.h
  5351. M msvc/libcaca.sln
  5352. M msvc/libcaca.vcproj
  5353. M perl/lib/Term/Caca.pm
  5354. M perl/lib/Term/Caca/Constants.pm
  5355. M perl/lib/Term/Kaka.pm
  5356. * Updated MSVC++ project (static library and src/*)
  5357. ------------------------------------------------------------------------
  5358. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  5359. Changed paths:
  5360. M test/demo.c
  5361. M test/spritedit.c
  5362. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  5363. ------------------------------------------------------------------------
  5364. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  5365. Changed paths:
  5366. M caca/caca.c
  5367. M caca/caca.h
  5368. M caca/event.c
  5369. M caca/graphics.c
  5370. M cucul/box.c
  5371. M cucul/canvas.c
  5372. M cucul/conic.c
  5373. M cucul/cucul.c
  5374. M cucul/cucul.h
  5375. M cucul/dither.c
  5376. M cucul/font.c
  5377. M cucul/line.c
  5378. M cucul/math.c
  5379. M cucul/sprite.c
  5380. M cucul/triangle.c
  5381. * Improved documentation in many places.
  5382. ------------------------------------------------------------------------
  5383. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  5384. Changed paths:
  5385. M configure.ac
  5386. M doc/Makefile.am
  5387. M doc/doxygen.cfg.in
  5388. * Generate a PDF documentation instead of the PostScript one. It has nice
  5389. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  5390. ------------------------------------------------------------------------
  5391. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  5392. Changed paths:
  5393. M cucul/font.c
  5394. * Ahaha I didn't even check that it compiled properly.
  5395. ------------------------------------------------------------------------
  5396. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  5397. Changed paths:
  5398. M cucul/font.c
  5399. * Only support version 1 fonts.
  5400. ------------------------------------------------------------------------
  5401. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  5402. Changed paths:
  5403. M caca/caca.c
  5404. M caca/caca.h
  5405. M caca/caca_internals.h
  5406. M caca/driver_conio.c
  5407. M caca/driver_gl.c
  5408. M caca/driver_ncurses.c
  5409. M caca/driver_raw.c
  5410. M caca/driver_slang.c
  5411. M caca/driver_vga.c
  5412. M caca/driver_win32.c
  5413. M caca/driver_x11.c
  5414. M caca/event.c
  5415. M caca/graphics.c
  5416. M caca/time.c
  5417. M cucul/box.c
  5418. M cucul/canvas.c
  5419. M cucul/charset.c
  5420. M cucul/colour.c
  5421. M cucul/conic.c
  5422. M cucul/cucul.c
  5423. M cucul/cucul.h
  5424. M cucul/cucul_internals.h
  5425. M cucul/dither.c
  5426. M cucul/export_ansi.c
  5427. M cucul/export_html.c
  5428. M cucul/export_irc.c
  5429. M cucul/export_ps.c
  5430. M cucul/export_svg.c
  5431. M cucul/font.c
  5432. M cucul/line.c
  5433. M cucul/math.c
  5434. M cucul/sprite.c
  5435. M cucul/transform.c
  5436. M cucul/triangle.c
  5437. M kernel/kernel.c
  5438. M kernel/kernel.h
  5439. M python/pypycaca.c
  5440. M python/pypycaca.h
  5441. M src/cacaplas.c
  5442. M src/cacaserver.c
  5443. M src/cacaview.c
  5444. M src/common-image.c
  5445. M src/common-image.h
  5446. * Removed \file directives from all files except caca.h and cucul.h, to
  5447. remove redundencies in the Doxygen documentation.
  5448. ------------------------------------------------------------------------
  5449. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  5450. Changed paths:
  5451. M cucul/font.c
  5452. * Added a lot of sanity checks to the font parsing. It should now be
  5453. secure against broken files, but it probably needs peer review.
  5454. ------------------------------------------------------------------------
  5455. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  5456. Changed paths:
  5457. M test/Makefile.am
  5458. M test/font.c
  5459. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  5460. ------------------------------------------------------------------------
  5461. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  5462. Changed paths:
  5463. M test/hsv.c
  5464. * Fixed caca_get_event() call in test/hsv.c.
  5465. ------------------------------------------------------------------------
  5466. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  5467. Changed paths:
  5468. M cucul/colour.c
  5469. * Fixed compilation warning.
  5470. ------------------------------------------------------------------------
  5471. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  5472. Changed paths:
  5473. M cucul/colour.c
  5474. * Fixed colour conversion routines so that they work with ARGB too.
  5475. ------------------------------------------------------------------------
  5476. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  5477. Changed paths:
  5478. M cucul/Makefile.am
  5479. M cucul/cucul.h
  5480. M cucul/font.c
  5481. A cucul/font_mono9.h
  5482. A cucul/font_monobold12.h
  5483. D cucul/font_monospace9.h
  5484. M test/font.c
  5485. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  5486. * Fixed font selection through cucul_font_load().
  5487. * Added a bigger 10x19 bold font.
  5488. ------------------------------------------------------------------------
  5489. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  5490. Changed paths:
  5491. M tools/makefont.c
  5492. * Made makefont more configurable. Also, store the commandline in a comment
  5493. so that the font can be easily rebuilt.
  5494. ------------------------------------------------------------------------
  5495. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  5496. Changed paths:
  5497. M TODO
  5498. * Updated TODO list.
  5499. ------------------------------------------------------------------------
  5500. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  5501. Changed paths:
  5502. M cucul/cucul.h
  5503. M cucul/font.c
  5504. M test/font.c
  5505. * Internal font support through cucul_load_font(). Documented that.
  5506. * Removed ugly hooks from test/font.c.
  5507. ------------------------------------------------------------------------
  5508. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  5509. Changed paths:
  5510. M cucul/font.c
  5511. * Ugly overflow bug in the rendering code.
  5512. ------------------------------------------------------------------------
  5513. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  5514. Changed paths:
  5515. M cucul/cucul.h
  5516. M cucul/font.c
  5517. M test/font.c
  5518. * Implemented cucul_get_font_width() and cucul_get_font_height().
  5519. * Documented most font functions.
  5520. * Cleaned up cucul_render_canvas() and made it actually usable by external
  5521. programs. Removed ugly printf() debug calls.
  5522. ------------------------------------------------------------------------
  5523. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  5524. Changed paths:
  5525. M cucul/cucul.c
  5526. M cucul/cucul.h
  5527. M cucul/cucul_internals.h
  5528. M cucul/export_ansi.c
  5529. M cucul/export_html.c
  5530. M cucul/export_irc.c
  5531. M cucul/export_ps.c
  5532. M cucul/export_svg.c
  5533. M src/cacaserver.c
  5534. M src/img2irc.c
  5535. M test/export.c
  5536. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  5537. ------------------------------------------------------------------------
  5538. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  5539. Changed paths:
  5540. M cucul/font_monospace9.h
  5541. * Putain de bordel de manche a couilles. I forgot to fix the font.
  5542. ------------------------------------------------------------------------
  5543. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  5544. Changed paths:
  5545. M tools/makefont.c
  5546. * Some cleaning up in makefont.c.
  5547. ------------------------------------------------------------------------
  5548. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  5549. Changed paths:
  5550. M cucul/font.c
  5551. M cucul/font_monospace9.h
  5552. M tools/makefont.c
  5553. * Fixed 4, 2 and 1-bit font rendering.
  5554. * Replaced the 8-bit internal font with a 4-bit one.
  5555. ------------------------------------------------------------------------
  5556. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  5557. Changed paths:
  5558. M cucul/colour.c
  5559. M cucul/cucul_internals.h
  5560. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  5561. fg/bg value into its separate argb 4-bit fields.
  5562. ------------------------------------------------------------------------
  5563. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  5564. Changed paths:
  5565. M test/spritedit.c
  5566. * Added silly play with interframe delay. Need to rework sprite format.
  5567. ------------------------------------------------------------------------
  5568. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  5569. Changed paths:
  5570. M cucul/font_monospace9.h
  5571. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  5572. for the moment.
  5573. ------------------------------------------------------------------------
  5574. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  5575. Changed paths:
  5576. M test/Makefile.am
  5577. A test/font.c
  5578. * Added a test program for the font renderer.
  5579. ------------------------------------------------------------------------
  5580. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  5581. Changed paths:
  5582. M test/export.c
  5583. * Code simplification.
  5584. ------------------------------------------------------------------------
  5585. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  5586. Changed paths:
  5587. M cucul/Makefile.am
  5588. M cucul/font.c
  5589. A cucul/font_monospace9.h
  5590. * Created a built-in font from Bitstream Vera (Monospace 9).
  5591. ------------------------------------------------------------------------
  5592. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  5593. Changed paths:
  5594. M configure.ac
  5595. M tools/Makefile.am
  5596. A tools/makefont.c
  5597. * Added a font creator that uses pango to render glyphs.
  5598. ------------------------------------------------------------------------
  5599. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  5600. Changed paths:
  5601. M cucul/cucul.h
  5602. M cucul/font.c
  5603. * Slightly updated the font format and wrote a font loader. Also added a
  5604. skeleton for the renderer that will not last very long.
  5605. ------------------------------------------------------------------------
  5606. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  5607. Changed paths:
  5608. M cucul/font.c
  5609. * New version of the font format.
  5610. ------------------------------------------------------------------------
  5611. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  5612. Changed paths:
  5613. M cucul/Makefile.am
  5614. A cucul/font.c
  5615. * Added a file for future font handling routines. Currently only the font
  5616. format proposal is in this file. Feel free to comment.
  5617. ------------------------------------------------------------------------
  5618. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  5619. * Proper svn:ignore properties on tools/.
  5620. ------------------------------------------------------------------------
  5621. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  5622. Changed paths:
  5623. M Makefile.am
  5624. M caca/driver_slang.c
  5625. M configure.ac
  5626. M test/Makefile.am
  5627. D test/optipal.c
  5628. A tools/Makefile.am
  5629. A tools/optipal.c
  5630. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  5631. contain development tools that are only useful to libcaca developers.
  5632. ------------------------------------------------------------------------
  5633. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  5634. Changed paths:
  5635. M src/Makefile.am
  5636. M src/cacaview.c
  5637. * cacaview works again. Somewhat. Image loading is now handled by the
  5638. factored common-image.c file. Feature selection such as antialiasing or
  5639. dithering mode are still disabled.
  5640. ------------------------------------------------------------------------
  5641. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  5642. Changed paths:
  5643. M src/common-image.c
  5644. * Renamed "freadint" to "u32fread", and so on.
  5645. ------------------------------------------------------------------------
  5646. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  5647. Changed paths:
  5648. M src/Makefile.am
  5649. A src/common-image.c
  5650. A src/common-image.h
  5651. A src/img2irc.c
  5652. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  5653. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  5654. ------------------------------------------------------------------------
  5655. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  5656. Changed paths:
  5657. M cucul/export_ansi.c
  5658. M cucul/export_html.c
  5659. M cucul/export_irc.c
  5660. M cucul/export_ps.c
  5661. M cucul/export_svg.c
  5662. * Avoid useless call to strlen() in the exporters.
  5663. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  5664. ------------------------------------------------------------------------
  5665. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  5666. Changed paths:
  5667. M test/export.c
  5668. * Fixed test/export that was not printing the last character of the file.
  5669. ------------------------------------------------------------------------
  5670. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  5671. Changed paths:
  5672. M TODO
  5673. * Updated TODO list. I forgot the aspect ratio function!
  5674. ------------------------------------------------------------------------
  5675. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  5676. Changed paths:
  5677. M cucul/Makefile.am
  5678. D cucul/bitmap.c
  5679. A cucul/dither.c
  5680. * Renamed bitmap.c into dither.c.
  5681. ------------------------------------------------------------------------
  5682. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  5683. Changed paths:
  5684. M cucul/bitmap.c
  5685. M cucul/cucul.c
  5686. M cucul/cucul.h
  5687. M cucul/cucul_internals.h
  5688. M src/aafire.c
  5689. M src/cacaball.c
  5690. M src/cacamoir.c
  5691. M src/cacaplas.c
  5692. M src/cacaview.c
  5693. M test/demo.c
  5694. M test/export.c
  5695. M test/gamma.c
  5696. M test/hsv.c
  5697. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  5698. ------------------------------------------------------------------------
  5699. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  5700. Changed paths:
  5701. M cucul/bitmap.c
  5702. M cucul/canvas.c
  5703. M cucul/cucul.c
  5704. M cucul/cucul.h
  5705. M cucul/cucul_internals.h
  5706. M cucul/sprite.c
  5707. M test/dithering.c
  5708. M test/optipal.c
  5709. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  5710. really portable, and Visual Studio complains when they are not explicitely
  5711. cast.
  5712. ------------------------------------------------------------------------
  5713. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  5714. Changed paths:
  5715. M doc/doxygen.cfg.in
  5716. * Updated the Doxygen configuration file.
  5717. ------------------------------------------------------------------------
  5718. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  5719. Changed paths:
  5720. M cucul/export_ansi.c
  5721. M cucul/export_html.c
  5722. M cucul/export_irc.c
  5723. M cucul/export_ps.c
  5724. M cucul/export_svg.c
  5725. * Fixed old bugs I introduced in the exporters.
  5726. * Fixed exporter headers to make Doxygen happy.
  5727. ------------------------------------------------------------------------
  5728. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  5729. * Forgot an svn:ignore property.
  5730. ------------------------------------------------------------------------
  5731. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  5732. Changed paths:
  5733. M caca/Makefile.am
  5734. A caca/caca.pc.in
  5735. M configure.ac
  5736. M cucul/Makefile.am
  5737. A cucul/cucul.pc.in
  5738. * Added pkgconfig files. Eh ouais mon gars.
  5739. ------------------------------------------------------------------------
  5740. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  5741. Changed paths:
  5742. M caca/driver_conio.c
  5743. M caca/driver_gl.c
  5744. M caca/driver_ncurses.c
  5745. M caca/driver_slang.c
  5746. M caca/driver_vga.c
  5747. M caca/driver_win32.c
  5748. M caca/driver_x11.c
  5749. M cucul/colour.c
  5750. M cucul/cucul_internals.h
  5751. M cucul/export_ansi.c
  5752. M cucul/export_html.c
  5753. M cucul/export_irc.c
  5754. M cucul/export_ps.c
  5755. M cucul/export_svg.c
  5756. * Replaced occurrences of "rgba" with "argb".
  5757. ------------------------------------------------------------------------
  5758. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  5759. Changed paths:
  5760. M cucul/bitmap.c
  5761. * Fixed a syntax error. Gruik.
  5762. ------------------------------------------------------------------------
  5763. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  5764. Changed paths:
  5765. M cucul/bitmap.c
  5766. M cucul/cucul.h
  5767. * Changed the cucul_set_bitmap_antialias() argument to a string.
  5768. ------------------------------------------------------------------------
  5769. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  5770. Changed paths:
  5771. M cucul/export_ps.c
  5772. * Of course I had to fuck up something. Here, PS export works again.
  5773. ------------------------------------------------------------------------
  5774. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  5775. Changed paths:
  5776. M caca/driver_conio.c
  5777. M caca/driver_gl.c
  5778. M caca/driver_ncurses.c
  5779. M caca/driver_raw.c
  5780. M caca/driver_slang.c
  5781. M caca/driver_vga.c
  5782. M caca/driver_win32.c
  5783. M caca/driver_x11.c
  5784. M cucul/Makefile.am
  5785. M cucul/canvas.c
  5786. A cucul/colour.c
  5787. M cucul/cucul.c
  5788. M cucul/cucul_internals.h
  5789. M cucul/export_ansi.c
  5790. M cucul/export_html.c
  5791. M cucul/export_irc.c
  5792. M cucul/export_ps.c
  5793. M cucul/export_svg.c
  5794. M cucul/transform.c
  5795. M src/cacaserver.c
  5796. * Store colour information on 32 bits, for future 12-bit colour support.
  5797. ------------------------------------------------------------------------
  5798. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  5799. Changed paths:
  5800. M cucul/canvas.c
  5801. M cucul/cucul.h
  5802. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  5803. ------------------------------------------------------------------------
  5804. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  5805. Changed paths:
  5806. M cucul/cucul.c
  5807. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  5808. ------------------------------------------------------------------------
  5809. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  5810. Changed paths:
  5811. M src/cacaserver.c
  5812. * Sanity check in cacaserver.c.
  5813. ------------------------------------------------------------------------
  5814. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  5815. Changed paths:
  5816. M src/cacaserver.c
  5817. * Fixed a crash when realloc() returns a new address.
  5818. ------------------------------------------------------------------------
  5819. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  5820. Changed paths:
  5821. M cucul/cucul.c
  5822. * Fixed old typo that caused qq->height to be uninitialised.
  5823. ------------------------------------------------------------------------
  5824. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  5825. Changed paths:
  5826. M src/cacaserver.c
  5827. * Oops, removed unused variable
  5828. ------------------------------------------------------------------------
  5829. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  5830. Changed paths:
  5831. M src/cacaserver.c
  5832. * Added Winsock (c)(tm)(r) compatibility
  5833. ------------------------------------------------------------------------
  5834. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  5835. Changed paths:
  5836. M src/cacaplas.c
  5837. * removed b0rked test. No more pigs, I just commited 500 of them.
  5838. ------------------------------------------------------------------------
  5839. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  5840. Changed paths:
  5841. M cucul/bitmap.c
  5842. * Set the default dithering mode to Floyd-Steinberg.
  5843. ------------------------------------------------------------------------
  5844. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  5845. Changed paths:
  5846. M cucul/canvas.c
  5847. M cucul/sprite.c
  5848. ((`)_.._ ,'-. _..._ _._
  5849. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  5850. .' / (
  5851. / S | _ _ \
  5852. | a \ o o |
  5853. ; m .-. /
  5854. ; ', '-.( '')-'
  5855. '. | ;-'
  5856. \ / /
  5857. / /-._ __, 7 |
  5858. \ `\ \`` | | |
  5859. \ \_,\ | |_,\
  5860. '-`' \_,\
  5861. ------------------------------------------------------------------------
  5862. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  5863. Changed paths:
  5864. M TODO
  5865. M cucul/canvas.c
  5866. M cucul/cucul.h
  5867. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  5868. ------------------------------------------------------------------------
  5869. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  5870. Changed paths:
  5871. M TODO
  5872. * Updated the TODO list.
  5873. ------------------------------------------------------------------------
  5874. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  5875. Changed paths:
  5876. M caca/caca.h
  5877. M cucul/bitmap.c
  5878. M cucul/cucul.c
  5879. M cucul/cucul.h
  5880. M cucul/cucul_internals.h
  5881. M test/demo.c
  5882. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  5883. environment variables handling. Replaced that with three per-bitmap
  5884. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  5885. cucul_set_bitmap_dithering().
  5886. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  5887. prototypes (but did not implement them yet).
  5888. * Added cucul_set_bitmap_charset() to choose what characters are going
  5889. to be used for the bitmap rendering.
  5890. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  5891. ------------------------------------------------------------------------
  5892. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  5893. Changed paths:
  5894. M caca/caca.h
  5895. M caca/event.c
  5896. M src/aafire.c
  5897. M src/cacaball.c
  5898. M src/cacamoir.c
  5899. M src/cacaplas.c
  5900. M src/cacaplay.c
  5901. M src/cacaview.c
  5902. M test/colors.c
  5903. M test/demo.c
  5904. M test/dithering.c
  5905. M test/event.c
  5906. M test/gamma.c
  5907. M test/hsv.c
  5908. M test/spritedit.c
  5909. M test/transform.c
  5910. M test/unicode.c
  5911. * Merged caca_wait_event() into caca_get_event() and added a timeout
  5912. parameter to do what both functions did before, and even more.
  5913. ------------------------------------------------------------------------
  5914. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  5915. Changed paths:
  5916. M src/Makefile.am
  5917. * Disabled cacaview for now. I'm going to utterly break it.
  5918. ------------------------------------------------------------------------
  5919. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  5920. Changed paths:
  5921. M cucul/cucul.c
  5922. M cucul/cucul.h
  5923. * Added cucul_get_export_list(). Returns a list of known export formats.
  5924. ------------------------------------------------------------------------
  5925. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  5926. Changed paths:
  5927. M src/cacaserver.c
  5928. * cacaserver works again (but needs a complete rewrite because it's really
  5929. become ugly). You can now emulate the previous network driver behaviour
  5930. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  5931. ------------------------------------------------------------------------
  5932. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  5933. Changed paths:
  5934. M cucul/cucul.c
  5935. M cucul/cucul.h
  5936. M src/cacaserver.c
  5937. M test/export.c
  5938. * Changed the 2nd argument of cucul_create_export to a string. This way we
  5939. can add new exporters without changing the API.
  5940. ------------------------------------------------------------------------
  5941. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  5942. Changed paths:
  5943. M src/Makefile.am
  5944. * Oops, I barfed that makefile.
  5945. ------------------------------------------------------------------------
  5946. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  5947. Changed paths:
  5948. M src/aafire.c
  5949. M src/cacaball.c
  5950. M src/cacamoir.c
  5951. * Added "powered by libcaca" text to all examples for consistency
  5952. ------------------------------------------------------------------------
  5953. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  5954. Changed paths:
  5955. M caca/Makefile.am
  5956. M caca/caca.c
  5957. M caca/caca.h
  5958. M caca/caca_internals.h
  5959. D caca/driver_network.c
  5960. M src/Makefile.am
  5961. M src/cacaplas.c
  5962. A src/cacaserver.c
  5963. * Removed the network driver and replaced it with a cacaserver executable
  5964. that has all the functionality, except it does not work yet (the stdin
  5965. reading routine is missing).
  5966. ------------------------------------------------------------------------
  5967. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  5968. Changed paths:
  5969. M caca/driver_raw.c
  5970. M src/Makefile.am
  5971. A src/cacaplay.c
  5972. * Implemented a proof-of-concept cacaplay program that can redisplay a
  5973. single frame that was saved by the raw driver.
  5974. ------------------------------------------------------------------------
  5975. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  5976. Changed paths:
  5977. M cucul/cucul.c
  5978. M cucul/cucul.h
  5979. * Implemented cucul_load() to reload a file that was saved with the
  5980. raw driver. I know it is inconsistent to have the loader in libcucul
  5981. and the exporter in libcaca but I'll find a way to harmonise that.
  5982. ------------------------------------------------------------------------
  5983. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 14 lines
  5984. Changed paths:
  5985. M caca/driver_gl.c
  5986. * Fixed OpenGL mouse handling
  5987. Sam Le Vieux Porc
  5988. (\____/)
  5989. Le / @__@ \ Le
  5990. ( (oo) )
  5991. `-.~~.-' Vieux
  5992. Vieux / \
  5993. @/ \_
  5994. (/ / \ \) Porc
  5995. Porc WW`----'WW
  5996. Sam Le Vieux Porc
  5997. ------------------------------------------------------------------------
  5998. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  5999. Changed paths:
  6000. M caca/Makefile.am
  6001. M caca/caca.c
  6002. M caca/caca_internals.h
  6003. A caca/driver_raw.c
  6004. * Created a minimal raw driver that outputs stuff to stdout.
  6005. ------------------------------------------------------------------------
  6006. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  6007. Changed paths:
  6008. M caca/driver_gl.c
  6009. ██████ ██████
  6010. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  6011. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  6012. ██░░░░███░░░░░░░░███░░░░██
  6013. ██░░░░░░███░░░░░░███░░░░░░██
  6014. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  6015. ██░░░░░░██████████████░░░░░░██
  6016. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  6017. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  6018. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  6019. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  6020. ██░░░░██████████████░░░░██
  6021. ███░░░░░░██████░░░░░░███
  6022. █████░░░░░░░░░░█████
  6023. ████████████
  6024. ------------------------------------------------------------------------
  6025. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  6026. Changed paths:
  6027. M caca/driver_gl.c
  6028. M configure.ac
  6029. * Reworked the OpenGL headers and Glut features detection (what did you
  6030. expect).
  6031. ------------------------------------------------------------------------
  6032. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  6033. Changed paths:
  6034. M cucul/cucul.h
  6035. M cucul/transform.c
  6036. * Implemented cucul_invert() to invert a canvas' colours.
  6037. ------------------------------------------------------------------------
  6038. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  6039. Changed paths:
  6040. M caca/driver_gl.c
  6041. * Fixed glutCheckLoop headers, testing only under MacOSX
  6042. ------------------------------------------------------------------------
  6043. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  6044. Changed paths:
  6045. M caca/driver_gl.c
  6046. M configure.ac
  6047. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  6048. ------------------------------------------------------------------------
  6049. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  6050. Changed paths:
  6051. M cucul/transform.c
  6052. * Minor addition to the rotate code.
  6053. ------------------------------------------------------------------------
  6054. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  6055. Changed paths:
  6056. M caca/Makefile.am
  6057. M src/Makefile.am
  6058. M test/Makefile.am
  6059. * Workaround for automake < 1.6.
  6060. ------------------------------------------------------------------------
  6061. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 20 lines
  6062. Changed paths:
  6063. M cucul/bitmap.c
  6064. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  6065. AHAHAH _
  6066. _._ _..._ .-', _.._(`))
  6067. '-. ` ' /-._.-' ',/
  6068. ) MAIS \ '.
  6069. / _ _ | JE \
  6070. | a a / SUIS |
  6071. \ .-. ;
  6072. '-('' ).-' ,' UN ;
  6073. '-; | .'
  6074. \ VIEUX \ /
  6075. | 7 .__ _.-\ \
  6076. | | | ``/ /` /
  6077. /,_| | /,_/ /
  6078. /,_/ '`-'
  6079. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  6080. ------------------------------------------------------------------------
  6081. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 2 lines
  6082. Changed paths:
  6083. M cucul/bitmap.c
  6084. M cucul/cucul.h
  6085. M test/demo.c
  6086. * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour.
  6087. ------------------------------------------------------------------------
  6088. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  6089. Changed paths:
  6090. M caca/caca.h
  6091. M caca/caca_internals.h
  6092. M caca/driver_conio.c
  6093. M caca/driver_gl.c
  6094. M caca/driver_ncurses.c
  6095. M caca/driver_network.c
  6096. M caca/driver_slang.c
  6097. M caca/driver_vga.c
  6098. M caca/driver_win32.c
  6099. M caca/driver_x11.c
  6100. M caca/graphics.c
  6101. M test/demo.c
  6102. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  6103. that we have one function less.
  6104. * Fixed coding style.
  6105. * Removed FUCKING TABS. ____.------.___
  6106. _______.----'`` ``` `` ``` ``-.
  6107. _.--' ` ```` ` ` ` ``` `` `` ``.
  6108. _.-' ' ` `` ``` `` ` `' `. _
  6109. .-'' ` H A H A H A `' M A I S \/.)
  6110. . . .-' / ` ` ` `` ||
  6111. |`-.(``-. ` ` ` ' ` ` ``` |\
  6112. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  6113. `/''````) `` ` - - ````` ' '.' |\_)
  6114. |`'_._` ``` ''` P O R C . . ```` /
  6115. // @) \ ` `` ''' . ``` '/
  6116. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  6117. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  6118. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  6119. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  6120. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  6121. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  6122. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  6123. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  6124. ''''
  6125. ------------------------------------------------------------------------
  6126. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  6127. Changed paths:
  6128. M caca/driver_x11.c
  6129. M caca/graphics.c
  6130. * Fixed bug in show/hide cursor, implemented X11 cursor
  6131. ------------------------------------------------------------------------
  6132. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  6133. Changed paths:
  6134. M caca/driver_x11.c
  6135. M test/demo.c
  6136. * Added forgotten X11 set/hide cursor (non-working code)
  6137. ------------------------------------------------------------------------
  6138. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  6139. Changed paths:
  6140. M caca/caca.h
  6141. M caca/caca_internals.h
  6142. M caca/driver_conio.c
  6143. M caca/driver_gl.c
  6144. M caca/driver_ncurses.c
  6145. M caca/driver_network.c
  6146. M caca/driver_slang.c
  6147. M caca/driver_vga.c
  6148. M caca/driver_win32.c
  6149. M caca/graphics.c
  6150. * Added caca_show/hide_cursor, and corresponding GL binding
  6151. ------------------------------------------------------------------------
  6152. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  6153. Changed paths:
  6154. M caca/caca.h
  6155. * Documented the caca_event structure and improved a few things here and
  6156. there in the documentation.
  6157. ------------------------------------------------------------------------
  6158. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  6159. Changed paths:
  6160. M caca/caca.c
  6161. M caca/caca_internals.h
  6162. M caca/driver_conio.c
  6163. M caca/driver_gl.c
  6164. M caca/driver_ncurses.c
  6165. M caca/driver_network.c
  6166. M caca/driver_slang.c
  6167. M caca/driver_vga.c
  6168. M caca/driver_win32.c
  6169. M caca/driver_x11.c
  6170. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  6171. ------------------------------------------------------------------------
  6172. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  6173. Changed paths:
  6174. M cucul/math.c
  6175. * Removed spurious prototype.
  6176. ------------------------------------------------------------------------
  6177. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  6178. Changed paths:
  6179. M TODO
  6180. * Updated the TODO list with what's been done so far.
  6181. ------------------------------------------------------------------------
  6182. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  6183. Changed paths:
  6184. M caca/caca.c
  6185. M caca/caca.h
  6186. M caca/caca_internals.h
  6187. M caca/driver_conio.c
  6188. M caca/driver_gl.c
  6189. M caca/driver_ncurses.c
  6190. M caca/driver_network.c
  6191. M caca/driver_slang.c
  6192. M caca/driver_vga.c
  6193. M caca/driver_win32.c
  6194. M caca/driver_x11.c
  6195. M caca/event.c
  6196. M src/aafire.c
  6197. M src/cacaball.c
  6198. M src/cacamoir.c
  6199. M src/cacaplas.c
  6200. M src/cacaview.c
  6201. M test/colors.c
  6202. M test/demo.c
  6203. M test/dithering.c
  6204. M test/event.c
  6205. M test/gamma.c
  6206. M test/hsv.c
  6207. M test/spritedit.c
  6208. M test/transform.c
  6209. M test/unicode.c
  6210. * Massive rework of the event handling code, as per the TODO list.
  6211. ------------------------------------------------------------------------
  6212. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  6213. Changed paths:
  6214. M test/gamma.c
  6215. * Hahaha mais le vieux porc c'est moi.
  6216. ------------------------------------------------------------------------
  6217. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  6218. Changed paths:
  6219. M cucul/transform.c
  6220. * Added missing ASCII characters to cucul_rotate().
  6221. ------------------------------------------------------------------------
  6222. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  6223. Changed paths:
  6224. M cucul/box.c
  6225. M cucul/canvas.c
  6226. M cucul/conic.c
  6227. M cucul/cucul.h
  6228. M cucul/cucul_internals.h
  6229. M cucul/line.c
  6230. M cucul/triangle.c
  6231. M src/cacaview.c
  6232. M test/demo.c
  6233. M test/event.c
  6234. M test/export.c
  6235. M test/spritedit.c
  6236. * Made cucul_putchar32() an internal-only function.
  6237. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  6238. string instead of a single character as their last argument.
  6239. ------------------------------------------------------------------------
  6240. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  6241. Changed paths:
  6242. M cucul/cucul.c
  6243. M cucul/cucul.h
  6244. M src/aafire.c
  6245. M src/cacaball.c
  6246. M src/cacamoir.c
  6247. M src/cacaplas.c
  6248. M src/cacaview.c
  6249. M test/colors.c
  6250. M test/demo.c
  6251. M test/dithering.c
  6252. M test/event.c
  6253. M test/export.c
  6254. M test/gamma.c
  6255. M test/hsv.c
  6256. M test/spritedit.c
  6257. M test/transform.c
  6258. M test/unicode.c
  6259. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  6260. ------------------------------------------------------------------------
  6261. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  6262. Changed paths:
  6263. M TODO
  6264. * Removed done stuff from the TODO.
  6265. * Updated the TODO list with what I said in the mailing-list. The top
  6266. priority is what's marked "API-dependent stuff".
  6267. ------------------------------------------------------------------------
  6268. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  6269. Changed paths:
  6270. M test/Makefile.am
  6271. A test/transform.c
  6272. * Added a test for the transformation routines.
  6273. ------------------------------------------------------------------------
  6274. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  6275. Changed paths:
  6276. M cucul/transform.c
  6277. * Added more characters to the flip/rotate routines.
  6278. ------------------------------------------------------------------------
  6279. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  6280. Changed paths:
  6281. M cucul/Makefile.am
  6282. M cucul/cucul.h
  6283. A cucul/transform.c
  6284. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  6285. operations on canvases.
  6286. ------------------------------------------------------------------------
  6287. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  6288. Changed paths:
  6289. M caca/caca.c
  6290. M caca/caca.h
  6291. M caca/caca_internals.h
  6292. M caca/driver_conio.c
  6293. M caca/driver_gl.c
  6294. M caca/driver_ncurses.c
  6295. M caca/driver_network.c
  6296. M caca/driver_slang.c
  6297. M caca/driver_vga.c
  6298. M caca/driver_win32.c
  6299. M caca/driver_x11.c
  6300. M caca/event.c
  6301. M caca/graphics.c
  6302. M caca/time.c
  6303. M cucul/bitmap.c
  6304. M cucul/box.c
  6305. M cucul/canvas.c
  6306. M cucul/charset.c
  6307. M cucul/conic.c
  6308. M cucul/cucul.c
  6309. M cucul/cucul.h
  6310. M cucul/cucul_internals.h
  6311. M cucul/export_ansi.c
  6312. M cucul/export_html.c
  6313. M cucul/export_irc.c
  6314. M cucul/export_ps.c
  6315. M cucul/export_svg.c
  6316. M cucul/line.c
  6317. M cucul/math.c
  6318. M cucul/sprite.c
  6319. M cucul/triangle.c
  6320. M kernel/kernel.c
  6321. M kernel/kernel.h
  6322. * Slightly changed header comments.
  6323. ------------------------------------------------------------------------
  6324. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  6325. Changed paths:
  6326. M cucul/canvas.c
  6327. * Optimise cucul_blit() by using memcpy() if there is no mask.
  6328. ------------------------------------------------------------------------
  6329. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  6330. Changed paths:
  6331. M cucul/canvas.c
  6332. M cucul/cucul.h
  6333. M test/Makefile.am
  6334. M test/gamma.c
  6335. * Added the cucul_blit() function. It lets us blit various canvas one
  6336. onto the other with an optional mask.
  6337. ------------------------------------------------------------------------
  6338. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  6339. Changed paths:
  6340. M cucul/cucul.c
  6341. * Fixed an uninitialised structure member.
  6342. ------------------------------------------------------------------------
  6343. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  6344. Changed paths:
  6345. M cucul/Makefile.am
  6346. A cucul/canvas.c
  6347. D cucul/char.c
  6348. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  6349. that is a bit more high level than characters.
  6350. ------------------------------------------------------------------------
  6351. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  6352. Changed paths:
  6353. M caca/driver_network.c
  6354. M cucul/cucul.c
  6355. M cucul/cucul.h
  6356. M test/export.c
  6357. * Renamed cucul_get_export() to cucul_create_export().
  6358. ------------------------------------------------------------------------
  6359. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  6360. Changed paths:
  6361. M cucul/bitmap.c
  6362. M cucul/cucul.h
  6363. M src/aafire.c
  6364. M src/cacaball.c
  6365. M src/cacamoir.c
  6366. M src/cacaplas.c
  6367. M src/cacaview.c
  6368. M test/demo.c
  6369. M test/export.c
  6370. M test/gamma.c
  6371. M test/hsv.c
  6372. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  6373. ------------------------------------------------------------------------
  6374. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  6375. Changed paths:
  6376. M cucul/cucul.c
  6377. M cucul/cucul.h
  6378. M src/aafire.c
  6379. M src/cacaball.c
  6380. M src/cacamoir.c
  6381. M src/cacaplas.c
  6382. M src/cacaview.c
  6383. M test/colors.c
  6384. M test/demo.c
  6385. M test/dithering.c
  6386. M test/event.c
  6387. M test/export.c
  6388. M test/gamma.c
  6389. M test/hsv.c
  6390. M test/spritedit.c
  6391. M test/unicode.c
  6392. * Changed the cucul_init parameter so that it now directly accepts a
  6393. canvas size (use cucul_init(0, 0) for the old behaviour).
  6394. ------------------------------------------------------------------------
  6395. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  6396. Changed paths:
  6397. M kernel/kernel.c
  6398. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  6399. ------------------------------------------------------------------------
  6400. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  6401. Changed paths:
  6402. M cucul/cucul.c
  6403. * Removed code that did not need to be duplicated.
  6404. ------------------------------------------------------------------------
  6405. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  6406. Changed paths:
  6407. M src/cacaview.c
  6408. * Gamma support in cacaview (through the g/G key).
  6409. ------------------------------------------------------------------------
  6410. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  6411. Changed paths:
  6412. M test/gamma.c
  6413. * Added colour to the gamma test.
  6414. ------------------------------------------------------------------------
  6415. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  6416. Changed paths:
  6417. M cucul/bitmap.c
  6418. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  6419. ------------------------------------------------------------------------
  6420. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  6421. Changed paths:
  6422. M test/gamma.c
  6423. * Animated gamma test.
  6424. ------------------------------------------------------------------------
  6425. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  6426. Changed paths:
  6427. M cucul/cucul.h
  6428. M cucul/math.c
  6429. * Got rid of cucul_powf(), too complex to implement and no longer used.
  6430. ------------------------------------------------------------------------
  6431. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  6432. Changed paths:
  6433. M configure.ac
  6434. M cucul/bitmap.c
  6435. * Added optional support for CP437 gray blocks in the bitmap renderer.
  6436. * Use a custom pow() function for gamma computation.
  6437. ------------------------------------------------------------------------
  6438. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  6439. Changed paths:
  6440. M cucul/math.c
  6441. * Tried to do something with cucul_powf. It currently sucks.
  6442. ------------------------------------------------------------------------
  6443. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  6444. Changed paths:
  6445. M src/cacaplas.c
  6446. * Changed the cacaplas colours. Yeah, I do what I want.
  6447. ------------------------------------------------------------------------
  6448. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  6449. Changed paths:
  6450. M test/Makefile.am
  6451. A test/gamma.c
  6452. ___
  6453. * Bitmap gamma test example. Of ,---. /""`_,'
  6454. course it does not work yet, | `\``""-; /
  6455. because some dirty old pig \ /`\\ ';'
  6456. implemented a cucul_powf() .') | __ \
  6457. function that only works / (` / /(O\. _|
  6458. with integer exponents. .-`| `"` ` .-\_
  6459. .-' \ ` ;=-.
  6460. HAHAHAHA MAIS .' . ._, / o o\
  6461. VIEUX PORC ! .-'` . '-._;_._.J
  6462. .-'` `.-'`
  6463. _. -` L ' .'
  6464. .' U '- ._.-'
  6465. /` C /
  6466. / y |
  6467. ._ ; J | |
  6468. )).-| | | /
  6469. (/`.-| \ \ / .;
  6470. ( (_)| | \ ; .' |
  6471. '--'; | `\ / / |
  6472. \ | `\ /.' /
  6473. \ / ; |`\ |
  6474. '. .' _.-| | | |
  6475. '-. .-';_"---'`.__| | | \
  6476. `'-._ ``'-. | \ \__\\
  6477. `''--.___\\ \__\\
  6478. ------------------------------------------------------------------------
  6479. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  6480. Changed paths:
  6481. M cucul/bitmap.c
  6482. M cucul/cucul.h
  6483. M cucul/sprite.c
  6484. M src/aafire.c
  6485. M src/cacaball.c
  6486. M src/cacamoir.c
  6487. M src/cacaplas.c
  6488. M src/cacaview.c
  6489. M test/demo.c
  6490. M test/export.c
  6491. M test/hsv.c
  6492. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  6493. ------------------------------------------------------------------------
  6494. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  6495. Changed paths:
  6496. M configure.ac
  6497. M kernel/kernel.c
  6498. * Use the asm versions of sin and cos when available.
  6499. ------------------------------------------------------------------------
  6500. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  6501. Changed paths:
  6502. M caca/driver_gl.c
  6503. * Added a bird.
  6504. ------------------------------------------------------------------------
  6505. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  6506. Changed paths:
  6507. M caca/driver_x11.c
  6508. * Added basic support for a few Unicode characters to the X11 driver.
  6509. ------------------------------------------------------------------------
  6510. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  6511. Changed paths:
  6512. M src/cacaplas.c
  6513. * Added a lame "powered by libcaca" banner to cacaplas.
  6514. ------------------------------------------------------------------------
  6515. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  6516. Changed paths:
  6517. M TODO
  6518. * Added a few notes to the TODO list.
  6519. ------------------------------------------------------------------------
  6520. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  6521. Changed paths:
  6522. M src/cacaball.c
  6523. Nan mais avec ma config _,--. ,--._
  6524. d'Emacs c'est vraiment \ > `-"""-' < /
  6525. impossible qu'il reste `-. .-'
  6526. des tabs dans mon code / 'e___e` \
  6527. \__ ( (o o) )
  6528. HAHAHAHA MAIS _\_ `=' _/_
  6529. VIEUX PORC ! / /|`-._.-'|\ \
  6530. \ ., / /||_______||\ \
  6531. .,|_) _/ /_||=======||_\ \_
  6532. _ _______( ,\ ', / _/==|| ||==\_ \
  6533. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  6534. '/ (") \ /
  6535. | t-` \______|______/
  6536. \ )_.-` |______|______|
  6537. \ .^--| /_| )__| |__(
  6538. \_(_\ |_|'[_\ / ] [ \
  6539. '[_\ '[_\ `--' `--'
  6540. ------------------------------------------------------------------------
  6541. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  6542. Changed paths:
  6543. M test/unicode.c
  6544. * More special characters in the Unicode test.
  6545. ------------------------------------------------------------------------
  6546. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  6547. Changed paths:
  6548. M caca/caca.h
  6549. M caca/caca_internals.h
  6550. M caca/event.c
  6551. M caca/graphics.c
  6552. M cucul/char.c
  6553. M cucul/cucul_internals.h
  6554. * Cosmetic fixes.
  6555. ------------------------------------------------------------------------
  6556. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  6557. Changed paths:
  6558. M caca/driver_network.c
  6559. M cucul/cucul.c
  6560. M cucul/cucul.h
  6561. M cucul/export_ansi.c
  6562. M cucul/export_html.c
  6563. M cucul/export_irc.c
  6564. M cucul/export_ps.c
  6565. M cucul/export_svg.c
  6566. M test/export.c
  6567. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  6568. ------------------------------------------------------------------------
  6569. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  6570. Changed paths:
  6571. M caca/driver_conio.c
  6572. M caca/driver_vga.c
  6573. M cucul/Makefile.am
  6574. M cucul/char.c
  6575. A cucul/charset.c
  6576. M cucul/cucul_internals.h
  6577. * Factorised some charset handling code into a new cucul/charset.c file.
  6578. ------------------------------------------------------------------------
  6579. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  6580. Changed paths:
  6581. M test/export.c
  6582. * Added a few commonly escaped characters to the export test: ( ) " < > &
  6583. ------------------------------------------------------------------------
  6584. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  6585. Changed paths:
  6586. M cucul/export_svg.c
  6587. * Full Unicode support in the SVG exporter.
  6588. ------------------------------------------------------------------------
  6589. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  6590. Changed paths:
  6591. M caca/driver_x11.c
  6592. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  6593. ------------------------------------------------------------------------
  6594. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  6595. Changed paths:
  6596. M cucul/export_ps.c
  6597. ___
  6598. ',_`""\ .---,
  6599. \ :-""``/` |
  6600. Ahaha mais vieux porc !! `;' //`\ /
  6601. / __ | ('.
  6602. |_ ./O)\ \ `) \
  6603. _/-. ` `"` |`
  6604. .-=; ` /
  6605. /o o \ ,_, .
  6606. L._._;_.-' .
  6607. `'-.` '
  6608. `. '
  6609. '-._. -'
  6610. ------------------------------------------------------------------------
  6611. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  6612. Changed paths:
  6613. M ChangeLog
  6614. * Updated ChangeLog and converted it to UTF-8.
  6615. ------------------------------------------------------------------------
  6616. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  6617. Changed paths:
  6618. M cucul/export_svg.c
  6619. * Fixed Unicode handling and improved coding style in the SVG exporter.
  6620. ------------------------------------------------------------------------
  6621. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  6622. Changed paths:
  6623. M test/export.c
  6624. * Do not write the trailing \0 when exporting data.
  6625. ------------------------------------------------------------------------
  6626. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  6627. Changed paths:
  6628. M cucul/export_ps.c
  6629. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  6630. Unicode characters are encountered.
  6631. ------------------------------------------------------------------------
  6632. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  6633. Changed paths:
  6634. M cucul/export_ps.c
  6635. * Optimised for speed and space, fixed a few bugs, and improved coding style
  6636. in the PS exporter (vieux porc !).
  6637. ------------------------------------------------------------------------
  6638. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  6639. Changed paths:
  6640. M cucul/cucul.c
  6641. * Comment clarification.
  6642. ------------------------------------------------------------------------
  6643. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  6644. Changed paths:
  6645. M caca/driver_win32.c
  6646. * Fix resizing of the Win32 console. It now adapts to the requested size.
  6647. ------------------------------------------------------------------------
  6648. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  6649. Changed paths:
  6650. M caca/driver_conio.c
  6651. M caca/driver_vga.c
  6652. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  6653. * Cosmetic code changes.
  6654. ------------------------------------------------------------------------
  6655. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  6656. Changed paths:
  6657. M caca/driver_slang.c
  6658. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  6659. ------------------------------------------------------------------------
  6660. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  6661. Changed paths:
  6662. M caca/driver_ncurses.c
  6663. M configure.ac
  6664. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  6665. ------------------------------------------------------------------------
  6666. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  6667. Changed paths:
  6668. M build-win32
  6669. * Distribute the license with Win32 packages and convert text files to
  6670. CRLF format.
  6671. ------------------------------------------------------------------------
  6672. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  6673. Changed paths:
  6674. M caca/driver_conio.c
  6675. M test/unicode.c
  6676. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  6677. the DOS/conio.h driver, and updated the unicode test accordingly.
  6678. ------------------------------------------------------------------------
  6679. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  6680. Changed paths:
  6681. M test/export.c
  6682. M test/unicode.c
  6683. * Added a few more Unicode characters to the export and unicode tests.
  6684. ------------------------------------------------------------------------
  6685. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  6686. Changed paths:
  6687. M caca/driver_conio.c
  6688. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  6689. equivalents in CP437 0x7f - 0xff are translated.
  6690. ------------------------------------------------------------------------
  6691. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  6692. Changed paths:
  6693. M cucul/export_html.c
  6694. * Unicode support in the HTML exporter.
  6695. ------------------------------------------------------------------------
  6696. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  6697. Changed paths:
  6698. M caca/caca.c
  6699. * Cosmetic.
  6700. ------------------------------------------------------------------------
  6701. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  6702. Changed paths:
  6703. M test/Makefile.am
  6704. A test/export.c
  6705. * Small test program for exporters. Usage: "export html", "export irc" etc.
  6706. ------------------------------------------------------------------------
  6707. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 23 lines
  6708. Changed paths:
  6709. A cucul/export_svg.c
  6710. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  6711. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  6712. p______...___________________________p
  6713. e____(_..__`'-.,--,__________________e
  6714. n_____'-._'-.__`\a\\_________________n
  6715. i_________'.___.'_(|_________________i
  6716. s____________7____||_________________s
  6717. b___________/___.'_|_________________b
  6718. i__________/_.-'__,J_________________i
  6719. r_________/_________\________________r
  6720. d________||___/______;_______________d
  6721. *________||__|_______|_______________*
  6722. p________`\__\_______|__/__''\_______p
  6723. e__________'._\______/.-`____{}|_____e
  6724. n___________/\_`;_.-'_________/______n
  6725. i___________\_;(((____.--'\_/________i
  6726. s_________.(((_____.-;\______________s
  6727. b____.--'`_____,;`'.'-;\_____________b
  6728. i_taco's____.'____'._.'\\____________i
  6729. r_dick_--'_________|__\_|____________r
  6730. d__________________\_\,_/____________d
  6731. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  6732. ------------------------------------------------------------------------
  6733. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  6734. Changed paths:
  6735. M cucul/Makefile.am
  6736. M cucul/cucul.c
  6737. M cucul/cucul.h
  6738. M cucul/export_html.c
  6739. M cucul/export_ps.c
  6740. * Added preliminary (but working) SVG exporter
  6741. ------------------------------------------------------------------------
  6742. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  6743. Changed paths:
  6744. M caca/driver_network.c
  6745. * Added telnet commands and options strings for debug
  6746. ------------------------------------------------------------------------
  6747. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  6748. Changed paths:
  6749. M test/demo.c
  6750. * Fixed refresh when updating parameter in display_menu()
  6751. ------------------------------------------------------------------------
  6752. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  6753. Changed paths:
  6754. M kernel/kernel.c
  6755. * Removed false comment
  6756. ------------------------------------------------------------------------
  6757. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  6758. Changed paths:
  6759. M src/cacaball.c
  6760. * Optimised cacaballs a bit
  6761. ------------------------------------------------------------------------
  6762. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  6763. Changed paths:
  6764. M src/cacaball.c
  6765. * Better cacaballs parameters
  6766. ------------------------------------------------------------------------
  6767. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  6768. Changed paths:
  6769. M src/cacamoir.c
  6770. * Increased cacamoir circle thikness by 50%, because it currently really
  6771. sucks in small resolutions.
  6772. ------------------------------------------------------------------------
  6773. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  6774. Changed paths:
  6775. M caca/driver_gl.c
  6776. M caca/driver_ncurses.c
  6777. M caca/driver_x11.c
  6778. M src/cacaball.c
  6779. * Minor coding style fixes.
  6780. ------------------------------------------------------------------------
  6781. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  6782. Changed paths:
  6783. M caca/driver_win32.c
  6784. * UTF-8 support in the Win32 driver.
  6785. ------------------------------------------------------------------------
  6786. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  6787. Changed paths:
  6788. M caca/caca.h
  6789. M caca/driver_network.c
  6790. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  6791. * Use RETSIGTYPE for signal handler return values.
  6792. ------------------------------------------------------------------------
  6793. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  6794. Changed paths:
  6795. M caca/driver_slang.c
  6796. M configure.ac
  6797. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  6798. in the SLang driver.
  6799. * Cosmetic fixes in configure.ac.
  6800. ------------------------------------------------------------------------
  6801. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  6802. Changed paths:
  6803. M caca/driver_network.c
  6804. M cucul/cucul.c
  6805. M cucul/cucul.h
  6806. M cucul/cucul_internals.h
  6807. M cucul/export_ansi.c
  6808. M cucul/export_html.c
  6809. M cucul/export_irc.c
  6810. M cucul/export_ps.c
  6811. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  6812. * Got rid of static buffers; we now use cucul_free() to free exported
  6813. buffers.
  6814. * Fixed light background in the ANSI exporter by adding escape sequences for
  6815. most terminal emulators.
  6816. ------------------------------------------------------------------------
  6817. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  6818. Changed paths:
  6819. M kernel/kernel.c
  6820. * Fixed UPPER() for strcasecmp
  6821. ------------------------------------------------------------------------
  6822. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  6823. Changed paths:
  6824. M kernel/kernel.c
  6825. * Rewrote strncasecmp. Totally untested, of course.
  6826. ------------------------------------------------------------------------
  6827. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  6828. Changed paths:
  6829. M cucul/export_ps.c
  6830. * STATIC char const. AHAHAHAHA.
  6831. ------------------------------------------------------------------------
  6832. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  6833. Changed paths:
  6834. M caca/driver_network.c
  6835. * Do not switch to alternate screen when clearing, because sometimes we
  6836. are unable to cleanly restore the state.
  6837. ------------------------------------------------------------------------
  6838. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  6839. Changed paths:
  6840. M cucul/export_ps.c
  6841. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  6842. ------------------------------------------------------------------------
  6843. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  6844. Changed paths:
  6845. M cucul/export_ps.c
  6846. * Postscript exporter now kinda works. Paper size to be fixed
  6847. ------------------------------------------------------------------------
  6848. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  6849. Changed paths:
  6850. M cucul/Makefile.am
  6851. M cucul/cucul.c
  6852. M cucul/cucul.h
  6853. M cucul/cucul_internals.h
  6854. A cucul/export_ps.c
  6855. * Added preliminary Postscript (tm) (r) (c) exporter.
  6856. ------------------------------------------------------------------------
  6857. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  6858. Changed paths:
  6859. M caca/driver_network.c
  6860. * Pressing Ctrl-C on the client side now drops the connection.
  6861. ------------------------------------------------------------------------
  6862. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  6863. Changed paths:
  6864. M TODO
  6865. * Updated the TODO list, mostly with Unicode-related tasks.
  6866. ------------------------------------------------------------------------
  6867. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  6868. Changed paths:
  6869. M caca/caca.h
  6870. M caca/driver_network.c
  6871. * Changed port environment variable to "CACA_PORT". No need to mention it's
  6872. a network port, we could have guessed.
  6873. ------------------------------------------------------------------------
  6874. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  6875. Changed paths:
  6876. M caca/caca.c
  6877. * Ooops, fixed an old typo.
  6878. ------------------------------------------------------------------------
  6879. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  6880. Changed paths:
  6881. M src/cacaball.c
  6882. * Fixed a warning in cacaball.c.
  6883. ------------------------------------------------------------------------
  6884. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  6885. Changed paths:
  6886. M caca/driver_network.c
  6887. * Improvements to the network output:
  6888. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  6889. the registered ports area, but we'd never be accepted anyway).
  6890. + Retry network sends in caca_get_event(), too.
  6891. + Have a per-client buffer in case of network congestion. If that buffer
  6892. gets full, just drop it and start again at the next frame.
  6893. + Set the window title to "caca for the network".
  6894. + Do not send the ANSI buffer's terminating \0.
  6895. + Restore the SIGPIPE handler on close.
  6896. + Set window size to 80x24 instead of 80x25.
  6897. ------------------------------------------------------------------------
  6898. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 23 lines
  6899. * Set svn:keyword Id property on a few files.
  6900. Note to developers: use that chunk in your ~/.subversion/config:
  6901. [miscellany]
  6902. enable-auto-props = yes
  6903. [auto-props]
  6904. *.m = svn:keywords=Id
  6905. *.h = svn:keywords=Id
  6906. *.mm = svn:keywords=Id
  6907. *.c = svn:keywords=Id
  6908. *.cpp = svn:keywords=Id
  6909. *.pch = svn:keywords=Id
  6910. *.command = svn:keywords=Id
  6911. *.pl = svn:keywords=Id
  6912. *.pm = svn:keywords=Id
  6913. *.py = svn:keywords=Id
  6914. *.sh = svn:keywords=Id
  6915. *.txt = svn:keywords=Id
  6916. *.html = svn:keywords=Id
  6917. *.php = svn:keywords=Id
  6918. ------------------------------------------------------------------------
  6919. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  6920. Changed paths:
  6921. M cucul/export_ansi.c
  6922. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  6923. ------------------------------------------------------------------------
  6924. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  6925. Changed paths:
  6926. M caca/caca.c
  6927. * Fixed an uninitialised variable in the event queue handling.
  6928. ------------------------------------------------------------------------
  6929. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  6930. Changed paths:
  6931. M test/colors.c
  6932. * Allow the color test to be built as a kernel.
  6933. ------------------------------------------------------------------------
  6934. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  6935. Changed paths:
  6936. M THANKS
  6937. * Sorted list of extra contributors by topic and added the FSF.
  6938. ------------------------------------------------------------------------
  6939. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  6940. Changed paths:
  6941. M caca/driver_network.c
  6942. * Set the client sockets as non-blocking, and implemented non-blocking
  6943. writes. Currently works very badly with more than one client.
  6944. ------------------------------------------------------------------------
  6945. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  6946. Changed paths:
  6947. M kernel/kernel.c
  6948. * wrote strcasecmp for fun
  6949. ------------------------------------------------------------------------
  6950. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  6951. Changed paths:
  6952. M cucul/Makefile.am
  6953. A cucul/export_ansi.c
  6954. A cucul/export_html.c
  6955. A cucul/export_irc.c
  6956. D cucul/exporter_ansi.c
  6957. D cucul/exporter_html.c
  6958. D cucul/exporter_irc.c
  6959. * Renamed exporter_* to export_*, from God recommendation.
  6960. ------------------------------------------------------------------------
  6961. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  6962. Changed paths:
  6963. M cucul/Makefile.am
  6964. D cucul/export.c
  6965. A cucul/exporter_ansi.c
  6966. A cucul/exporter_html.c
  6967. A cucul/exporter_irc.c
  6968. * Exploded cucul/export.c
  6969. ------------------------------------------------------------------------
  6970. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  6971. Changed paths:
  6972. M caca/caca.c
  6973. M caca/caca.h
  6974. M caca/driver_network.c
  6975. * Added CACA_NETWORK_PORT env and related documentation
  6976. ------------------------------------------------------------------------
  6977. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  6978. Changed paths:
  6979. M caca/driver_network.c
  6980. M configure.ac
  6981. M cucul/cucul_internals.h
  6982. * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver
  6983. ------------------------------------------------------------------------
  6984. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  6985. Changed paths:
  6986. M caca/driver_network.c
  6987. * Handle incoming connections in network_get_event() as well as
  6988. network_display() so that new clients immediately get the contents
  6989. of the canvas and do not need to wait for a caca_display() call.
  6990. ------------------------------------------------------------------------
  6991. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  6992. Changed paths:
  6993. M cucul/char.c
  6994. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  6995. cucul_putchar32() function but I'm not convinced it will be useful.
  6996. ------------------------------------------------------------------------
  6997. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  6998. Changed paths:
  6999. M caca/driver_conio.c
  7000. M caca/driver_gl.c
  7001. M caca/driver_ncurses.c
  7002. M caca/driver_network.c
  7003. M caca/driver_win32.c
  7004. M caca/driver_x11.c
  7005. M caca/graphics.c
  7006. * Use the internal version of cucul_set_size in output drivers so that
  7007. they can force a resize. We need to find a way to make those specific
  7008. cucul - caca interactions unavailable to the clueless user.
  7009. ------------------------------------------------------------------------
  7010. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  7011. Changed paths:
  7012. M src/cacaball.c
  7013. M src/cacamoir.c
  7014. M src/cacaplas.c
  7015. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  7016. ------------------------------------------------------------------------
  7017. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  7018. Changed paths:
  7019. M caca/driver_vga.c
  7020. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  7021. 80x25 upon initialisation.
  7022. ------------------------------------------------------------------------
  7023. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  7024. Changed paths:
  7025. M caca/driver_slang.c
  7026. * Added Unicode support to the SLang driver.
  7027. ------------------------------------------------------------------------
  7028. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  7029. Changed paths:
  7030. M kernel/kernel.c
  7031. M kernel/kernel.h
  7032. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  7033. ------------------------------------------------------------------------
  7034. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  7035. Changed paths:
  7036. M test/unicode.c
  7037. * More Unicode tests: gradient glyphs, double width characters.
  7038. ------------------------------------------------------------------------
  7039. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  7040. Changed paths:
  7041. M build-kernel
  7042. * Oops, modified build-kernel while testing and commited it ;)
  7043. ------------------------------------------------------------------------
  7044. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  7045. Changed paths:
  7046. M build-kernel
  7047. M caca/driver_network.c
  7048. * Multiplexed sockets, it is now possible to have multiple clients at the same time watching for the same libcaca application. And no fork or threads involved. THAT'S high technology.
  7049. ------------------------------------------------------------------------
  7050. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  7051. Changed paths:
  7052. M caca/driver_vga.c
  7053. * Fixed VGA colours. The values only range from 0 to 63.
  7054. ------------------------------------------------------------------------
  7055. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  7056. Changed paths:
  7057. M build-kernel
  7058. M caca/caca_internals.h
  7059. M cucul/cucul_internals.h
  7060. M kernel/kernel.c
  7061. M kernel/kernel.h
  7062. * Added assembly code for inb() and outb().
  7063. * Print a small message at kernel boot time just to check that the kernel
  7064. was properly loaded.
  7065. ------------------------------------------------------------------------
  7066. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  7067. Changed paths:
  7068. M cucul/export.c
  7069. * Added tests for malloc()'s
  7070. ------------------------------------------------------------------------
  7071. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  7072. Changed paths:
  7073. M README
  7074. M cucul/cucul.c
  7075. M cucul/cucul_internals.h
  7076. M cucul/export.c
  7077. * Updated README for network driver, fixed remaining exporters
  7078. ------------------------------------------------------------------------
  7079. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  7080. Changed paths:
  7081. M caca/Makefile.am
  7082. M configure.ac
  7083. M kernel/Makefile.am
  7084. * Added a conditional to only build the kernel if --enable-vga was set.
  7085. ------------------------------------------------------------------------
  7086. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  7087. Changed paths:
  7088. M build-kernel
  7089. * Set executable flag to the build-kernel script.
  7090. ------------------------------------------------------------------------
  7091. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  7092. Changed paths:
  7093. A COPYING.GPL
  7094. M Makefile.am
  7095. A build-kernel
  7096. M caca/time.c
  7097. M configure.ac
  7098. M cucul/bitmap.c
  7099. M cucul/box.c
  7100. M cucul/char.c
  7101. M cucul/conic.c
  7102. M cucul/cucul.c
  7103. M cucul/cucul_internals.h
  7104. M cucul/export.c
  7105. M cucul/line.c
  7106. M cucul/math.c
  7107. M cucul/sprite.c
  7108. M cucul/triangle.c
  7109. A kernel/Makefile.am
  7110. A kernel/kernel.c
  7111. A kernel/kernel.h
  7112. A kernel/multiboot.S
  7113. A kernel/multiboot.h
  7114. M src/aafire.c
  7115. * Added glue code to compile libcaca without a libc and build applications
  7116. as multiboot kernels.
  7117. ------------------------------------------------------------------------
  7118. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  7119. Changed paths:
  7120. M caca/driver_conio.c
  7121. * Cosmetic change.
  7122. ------------------------------------------------------------------------
  7123. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  7124. Changed paths:
  7125. M README
  7126. * Slightly updated README.
  7127. ------------------------------------------------------------------------
  7128. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  7129. Changed paths:
  7130. M caca/caca.c
  7131. M caca/caca_internals.h
  7132. A caca/driver_vga.c
  7133. * Pure VGA output driver.
  7134. ------------------------------------------------------------------------
  7135. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  7136. Changed paths:
  7137. M caca/graphics.c
  7138. * Removed unused includes.
  7139. ------------------------------------------------------------------------
  7140. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  7141. Changed paths:
  7142. M AUTHORS
  7143. * Added a few details for authors.
  7144. ------------------------------------------------------------------------
  7145. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  7146. Changed paths:
  7147. M test/Makefile.am
  7148. A test/unicode.c
  7149. * Added a tiny Unicode test program. Of course it does not work yet, but
  7150. good to have something to start with.
  7151. ------------------------------------------------------------------------
  7152. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  7153. Changed paths:
  7154. M caca/caca.h
  7155. M cucul/cucul.h
  7156. * Updated documentation a bit
  7157. ------------------------------------------------------------------------
  7158. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  7159. Changed paths:
  7160. M caca/driver_network.c
  7161. M cucul/cucul.c
  7162. M cucul/cucul_internals.h
  7163. M cucul/export.c
  7164. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  7165. ------------------------------------------------------------------------
  7166. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  7167. Changed paths:
  7168. M caca/driver_network.c
  7169. * Fixed memory leak in network driver
  7170. ------------------------------------------------------------------------
  7171. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  7172. Changed paths:
  7173. M caca/driver_gl.c
  7174. * Made the OpenGL colors slightly less saturated.
  7175. ------------------------------------------------------------------------
  7176. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  7177. Changed paths:
  7178. M caca/driver_conio.c
  7179. M caca/driver_gl.c
  7180. M caca/driver_ncurses.c
  7181. M caca/driver_slang.c
  7182. M caca/driver_win32.c
  7183. M caca/driver_x11.c
  7184. * Make output drivers more error resilient when handling UTF-32 characters,
  7185. by simply ignoring everything non ASCII :-)
  7186. ------------------------------------------------------------------------
  7187. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  7188. Changed paths:
  7189. M caca/driver_network.c
  7190. * Fixed blinking screen
  7191. ------------------------------------------------------------------------
  7192. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  7193. Changed paths:
  7194. M caca/driver_network.c
  7195. M cucul/cucul.h
  7196. M cucul/export.c
  7197. * Exporters now return size of generated data
  7198. ------------------------------------------------------------------------
  7199. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  7200. Changed paths:
  7201. M caca/Makefile.am
  7202. M caca/caca.c
  7203. M caca/caca_internals.h
  7204. A caca/driver_network.c
  7205. M configure.ac
  7206. * Added very preliminary network driver
  7207. ------------------------------------------------------------------------
  7208. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  7209. Changed paths:
  7210. M caca/caca.c
  7211. M caca/caca_internals.h
  7212. M caca/driver_conio.c
  7213. M caca/driver_gl.c
  7214. M caca/driver_ncurses.c
  7215. M caca/driver_slang.c
  7216. M caca/driver_win32.c
  7217. M caca/driver_x11.c
  7218. M caca/event.c
  7219. M caca/graphics.c
  7220. M cucul/cucul.c
  7221. * Fixed async issues between the driver and libcaca when resizing windows,
  7222. and simplified the handle_resize() API. Still can be polished.
  7223. ------------------------------------------------------------------------
  7224. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  7225. Changed paths:
  7226. M cucul/cucul.c
  7227. * cucul_set_size() does nothing if a graphical backend is attached. Added
  7228. documentation to explain this behaviour.
  7229. ------------------------------------------------------------------------
  7230. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  7231. Changed paths:
  7232. M caca/caca.c
  7233. M caca/caca_internals.h
  7234. M caca/driver_gl.c
  7235. M caca/driver_ncurses.c
  7236. M caca/driver_slang.c
  7237. M caca/driver_win32.c
  7238. M caca/driver_x11.c
  7239. M caca/event.c
  7240. * Cosmetic changes here and there.
  7241. ------------------------------------------------------------------------
  7242. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  7243. Changed paths:
  7244. M caca/caca.c
  7245. M caca/caca_internals.h
  7246. M caca/driver_conio.c
  7247. M caca/driver_gl.c
  7248. M caca/driver_ncurses.c
  7249. M caca/driver_slang.c
  7250. M caca/driver_win32.c
  7251. M caca/driver_x11.c
  7252. M caca/event.c
  7253. M caca/graphics.c
  7254. * Finished moving everything driver-specific to the apropriate driver_*.c
  7255. files. Phew. Now they just need a few comments.
  7256. ------------------------------------------------------------------------
  7257. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  7258. Changed paths:
  7259. M caca/driver_conio.c
  7260. M caca/driver_gl.c
  7261. M caca/driver_ncurses.c
  7262. M caca/driver_slang.c
  7263. M caca/driver_win32.c
  7264. M caca/driver_x11.c
  7265. * Cleaned up useless header includes.
  7266. ------------------------------------------------------------------------
  7267. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  7268. Changed paths:
  7269. M caca/caca_internals.h
  7270. M caca/driver_conio.c
  7271. M caca/driver_gl.c
  7272. M caca/driver_ncurses.c
  7273. M caca/driver_slang.c
  7274. M caca/driver_win32.c
  7275. M caca/driver_x11.c
  7276. M caca/event.c
  7277. * Split event.c into the appropriate driver_*.c files.
  7278. ------------------------------------------------------------------------
  7279. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  7280. Changed paths:
  7281. M caca-config.in
  7282. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  7283. ------------------------------------------------------------------------
  7284. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  7285. Changed paths:
  7286. M doc/doxygen.cfg.in
  7287. * Ignore driver_*.c files when building documentation.
  7288. ------------------------------------------------------------------------
  7289. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  7290. Changed paths:
  7291. M configure.ac
  7292. * configure.ac: look for a4wide.sty in more than one location.
  7293. ------------------------------------------------------------------------
  7294. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  7295. Changed paths:
  7296. M Makefile.am
  7297. A build-dos
  7298. M caca/caca_internals.h
  7299. M caca/driver_conio.c
  7300. M cucul/cucul_internals.h
  7301. * Fixed DOS driver.
  7302. * Added a build-dos script to cross-compile the DOS version using djgpp.
  7303. ------------------------------------------------------------------------
  7304. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  7305. Changed paths:
  7306. M configure.ac
  7307. * configure.ac: removed the "null" frontend. just don't attach any frontend
  7308. if you do not want any.
  7309. ------------------------------------------------------------------------
  7310. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  7311. Changed paths:
  7312. M caca/caca.c
  7313. M caca/caca_internals.h
  7314. M caca/event.c
  7315. * Got rid of static variables in the event code.
  7316. ------------------------------------------------------------------------
  7317. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  7318. Changed paths:
  7319. M caca/caca.c
  7320. M caca/caca_internals.h
  7321. M caca/driver_conio.c
  7322. M caca/driver_gl.c
  7323. M caca/driver_ncurses.c
  7324. M caca/driver_slang.c
  7325. M caca/driver_win32.c
  7326. M caca/driver_x11.c
  7327. M caca/event.c
  7328. M caca/graphics.c
  7329. M cucul/bitmap.c
  7330. M cucul/box.c
  7331. M cucul/char.c
  7332. M cucul/conic.c
  7333. M cucul/cucul.c
  7334. M cucul/cucul_internals.h
  7335. M cucul/export.c
  7336. M cucul/line.c
  7337. M cucul/math.c
  7338. M cucul/sprite.c
  7339. M cucul/triangle.c
  7340. M src/cacaview.c
  7341. * Polished the driver split a bit (still no events, except resize events),
  7342. properly credited authors and documented a few things.
  7343. ------------------------------------------------------------------------
  7344. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  7345. Changed paths:
  7346. M caca/Makefile.am
  7347. M caca/caca.c
  7348. M caca/caca_internals.h
  7349. A caca/driver_conio.c
  7350. A caca/driver_gl.c
  7351. A caca/driver_ncurses.c
  7352. A caca/driver_slang.c
  7353. A caca/driver_win32.c
  7354. A caca/driver_x11.c
  7355. M caca/event.c
  7356. M caca/graphics.c
  7357. * Split caca/graphics.c into driver-specific files. Resize is currently
  7358. broken, and event handling is not yet in the driver-specific files, but
  7359. I will of course fix that later.
  7360. ------------------------------------------------------------------------
  7361. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  7362. Changed paths:
  7363. M configure.ac
  7364. * Ooops, I fucked up the build.
  7365. ------------------------------------------------------------------------
  7366. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  7367. Changed paths:
  7368. M Makefile.am
  7369. D examples/Makefile.am
  7370. D examples/aafire.c
  7371. D examples/caca.txt
  7372. D examples/cacaball.c
  7373. D examples/cacamoir.c
  7374. D examples/cacaplas.c
  7375. D examples/cacaview.c
  7376. A src/Makefile.am
  7377. A src/aafire.c
  7378. A src/caca.txt
  7379. A src/cacaball.c
  7380. A src/cacamoir.c
  7381. A src/cacaplas.c
  7382. A src/cacaview.c
  7383. * Moved stuff again.
  7384. ------------------------------------------------------------------------
  7385. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  7386. Changed paths:
  7387. M Makefile.am
  7388. A caca/Makefile.am
  7389. A caca/caca.c
  7390. A caca/caca.h
  7391. A caca/caca_internals.h
  7392. A caca/event.c
  7393. A caca/graphics.c
  7394. A caca/time.c
  7395. M configure.ac
  7396. A cucul/Makefile.am
  7397. A cucul/bitmap.c
  7398. A cucul/box.c
  7399. A cucul/char.c
  7400. A cucul/conic.c
  7401. A cucul/cucul.c
  7402. A cucul/cucul.h
  7403. A cucul/cucul_internals.h
  7404. A cucul/export.c
  7405. A cucul/line.c
  7406. A cucul/math.c
  7407. A cucul/sprite.c
  7408. A cucul/triangle.c
  7409. M examples/Makefile.am
  7410. D src/Makefile.am
  7411. D src/bitmap.c
  7412. D src/box.c
  7413. D src/caca.c
  7414. D src/caca.h
  7415. D src/caca_internals.h
  7416. D src/char.c
  7417. D src/conic.c
  7418. D src/cucul.c
  7419. D src/cucul.h
  7420. D src/cucul_internals.h
  7421. D src/event.c
  7422. D src/export.c
  7423. D src/graphics.c
  7424. D src/line.c
  7425. D src/math.c
  7426. D src/sprite.c
  7427. D src/time.c
  7428. D src/triangle.c
  7429. M test/Makefile.am
  7430. * Moved stuff around to differenciate between libcucul and libcaca.
  7431. ------------------------------------------------------------------------
  7432. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  7433. Changed paths:
  7434. M src/caca.c
  7435. M src/char.c
  7436. M src/cucul.c
  7437. M src/cucul_internals.h
  7438. M src/export.c
  7439. M src/graphics.c
  7440. * Use 32 bit integers for the character array. No visible difference for
  7441. now because we only do ASCII, but that will let us do Unicode later.
  7442. ------------------------------------------------------------------------
  7443. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  7444. Changed paths:
  7445. M src/caca.h
  7446. M src/graphics.c
  7447. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  7448. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  7449. future because it's libcaca who gets the resize events, after all.
  7450. ------------------------------------------------------------------------
  7451. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  7452. Changed paths:
  7453. M src/graphics.c
  7454. * I just suck. I'll goatse myself right after beeing back at home.
  7455. ------------------------------------------------------------------------
  7456. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  7457. Changed paths:
  7458. M src/graphics.c
  7459. * src/graphics.c: minor optimisations.
  7460. ------------------------------------------------------------------------
  7461. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  7462. Changed paths:
  7463. M src/graphics.c
  7464. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  7465. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  7466. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  7467. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  7468. pas de warnings et/ou que ca segfaulte pas !
  7469. ------------------------------------------------------------------------
  7470. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  7471. Changed paths:
  7472. M src/graphics.c
  7473. * Mais je fais comme je veux bordel de cul !
  7474. ------------------------------------------------------------------------
  7475. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  7476. Changed paths:
  7477. M src/graphics.c
  7478. * Haha mais vieux porc a pattes !
  7479. ------------------------------------------------------------------------
  7480. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  7481. Changed paths:
  7482. M src/graphics.c
  7483. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  7484. ------------------------------------------------------------------------
  7485. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  7486. Changed paths:
  7487. M caca-config.in
  7488. M configure.ac
  7489. M examples/aafire.c
  7490. M examples/cacaball.c
  7491. M examples/cacamoir.c
  7492. M examples/cacaplas.c
  7493. M examples/cacaview.c
  7494. M src/Makefile.am
  7495. M src/bitmap.c
  7496. M src/box.c
  7497. M src/caca.c
  7498. M src/caca.h
  7499. M src/caca_internals.h
  7500. M src/char.c
  7501. M src/conic.c
  7502. M src/cucul.c
  7503. M src/cucul_internals.h
  7504. M src/event.c
  7505. M src/export.c
  7506. M src/graphics.c
  7507. M src/line.c
  7508. M src/math.c
  7509. M src/sprite.c
  7510. M src/time.c
  7511. M src/triangle.c
  7512. M test/colors.c
  7513. M test/demo.c
  7514. M test/dithering.c
  7515. M test/event.c
  7516. M test/hsv.c
  7517. M test/spritedit.c
  7518. * All output plugins should now work again.
  7519. * Renamed caca_refresh() into caca_display() which makes more sense.
  7520. * Optimised gl_bgpal by directly storing floats instead of doing the
  7521. conversion at runtime.
  7522. * Handle resizing in cucul_set_size() and try to keep as much information
  7523. as possible from the previous canvas.
  7524. * Moved most global variables into cucul_t or caca_t contexts.
  7525. * Moved time.c into libcaca.
  7526. ------------------------------------------------------------------------
  7527. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  7528. Changed paths:
  7529. M debian/changelog
  7530. M debian/control
  7531. M debian/copyright
  7532. M debian/rules
  7533. M doc/Makefile.am
  7534. D doc/cacademo.1
  7535. A doc/cacafire.1
  7536. M libcaca.spec
  7537. M msvc/Makefile.am
  7538. D msvc/cacademo.vcproj
  7539. M msvc/libcaca.sln
  7540. * Removed cacademo from examples, manpages and distributions. It's useless.
  7541. ------------------------------------------------------------------------
  7542. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  7543. Changed paths:
  7544. M src/cucul.c
  7545. * src/cucul.c: s/width/height/.
  7546. ------------------------------------------------------------------------
  7547. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  7548. Changed paths:
  7549. M configure.ac
  7550. M doc/doxygen.cfg.in
  7551. M examples/Makefile.am
  7552. M examples/aafire.c
  7553. M examples/cacaball.c
  7554. M examples/cacamoir.c
  7555. M examples/cacaplas.c
  7556. M examples/cacaview.c
  7557. D examples/demo.c
  7558. M src/Makefile.am
  7559. M src/bitmap.c
  7560. M src/box.c
  7561. M src/caca.c
  7562. M src/caca.h
  7563. M src/caca_internals.h
  7564. A src/char.c
  7565. M src/conic.c
  7566. A src/cucul.c
  7567. A src/cucul.h
  7568. A src/cucul_internals.h
  7569. M src/event.c
  7570. A src/export.c
  7571. M src/graphics.c
  7572. M src/line.c
  7573. M src/math.c
  7574. M src/sprite.c
  7575. M src/triangle.c
  7576. M test/Makefile.am
  7577. M test/colors.c
  7578. A test/demo.c
  7579. M test/dithering.c
  7580. M test/event.c
  7581. M test/hsv.c
  7582. M test/optipal.c
  7583. M test/spritedit.c
  7584. A new low-level text management library (canvas for ultrafast compositing
  7585. of unicode letters) is now separated from the higher level rendering and I/O
  7586. (that is, libcaca). This commit totally breaks the API, but once everything
  7587. is polished I will think about source-level backward compatibility. Most
  7588. drivers are broken, but X11 still sorta works.
  7589. The new design is much more object-oriented and allows having several
  7590. active renderers at the same time, changing renderers on the fly, and more
  7591. important, having no renderer at all (useful for converters, or when you
  7592. want to do your own renderer).
  7593. And in case you are still wondering, the libcucul acronym has "Unicode"
  7594. because I want to support at least a subset of Unicode. There are awesome
  7595. glyphs in it, including the ones inherited from Codepage 437 such as
  7596. "gray 25%" that are used in DOS and Win32 ANSI art.
  7597. ------------------------------------------------------------------------
  7598. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  7599. Changed paths:
  7600. M bootstrap
  7601. * New updated bootstrap script.
  7602. ------------------------------------------------------------------------
  7603. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  7604. Changed paths:
  7605. M COPYING
  7606. A COPYING.LGPL
  7607. M Makefile.am
  7608. M debian/copyright
  7609. M doc/cacademo.1
  7610. M examples/cacaball.c
  7611. M examples/cacamoir.c
  7612. M examples/cacaplas.c
  7613. M examples/cacaview.c
  7614. M examples/demo.c
  7615. M perl/Build.PL
  7616. M perl/META.yml
  7617. M python/pypycaca.c
  7618. M python/pypycaca.h
  7619. M src/bitmap.c
  7620. M src/box.c
  7621. M src/caca.c
  7622. M src/caca.h
  7623. M src/caca_internals.h
  7624. M src/conic.c
  7625. M src/event.c
  7626. M src/graphics.c
  7627. M src/line.c
  7628. M src/math.c
  7629. M src/sprite.c
  7630. M src/time.c
  7631. M src/triangle.c
  7632. M test/colors.c
  7633. M test/dithering.c
  7634. M test/event.c
  7635. M test/hsv.c
  7636. M test/optipal.c
  7637. M test/spritedit.c
  7638. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  7639. ------------------------------------------------------------------------
  7640. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  7641. Changed paths:
  7642. A python/caca.txt
  7643. A python/test1.py
  7644. A python/test2.py
  7645. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  7646. ------------------------------------------------------------------------
  7647. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  7648. Changed paths:
  7649. M src/event.c
  7650. * Fixed bug in events with GL driver
  7651. ------------------------------------------------------------------------
  7652. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  7653. Changed paths:
  7654. M src/graphics.c
  7655. * Improved GL rendering (characters are not blurry anymore)
  7656. ------------------------------------------------------------------------
  7657. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  7658. Changed paths:
  7659. A python/Makefile
  7660. A python/README
  7661. A python/pypycaca.c
  7662. A python/pypycaca.h
  7663. * Added -preliminary- Python bindings
  7664. ------------------------------------------------------------------------
  7665. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  7666. Changed paths:
  7667. M AUTHORS
  7668. * Updated for my ego trip
  7669. ------------------------------------------------------------------------
  7670. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  7671. Changed paths:
  7672. M examples/cacaball.c
  7673. * Removed debug test, kekeke ^^
  7674. ------------------------------------------------------------------------
  7675. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  7676. Changed paths:
  7677. M examples/cacaball.c
  7678. M src/caca.h
  7679. M src/graphics.c
  7680. * Added caca_set_width, set_height_, set_size
  7681. ------------------------------------------------------------------------
  7682. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  7683. Changed paths:
  7684. M examples/aafire.c
  7685. M examples/cacaball.c
  7686. M examples/cacamoir.c
  7687. M examples/cacaplas.c
  7688. * Fixed remaining warnings with gcc 3.x and 4.x
  7689. ------------------------------------------------------------------------
  7690. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  7691. Changed paths:
  7692. M src/bitmap.c
  7693. M src/graphics.c
  7694. * Fixed warnings under GCC 4.x
  7695. ------------------------------------------------------------------------
  7696. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  7697. Changed paths:
  7698. M src/bitmap.c
  7699. M src/event.c
  7700. M src/graphics.c
  7701. * Fixed a bunch of warnings
  7702. ------------------------------------------------------------------------
  7703. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  7704. Changed paths:
  7705. M src/graphics.c
  7706. * more coding style fixes.
  7707. ------------------------------------------------------------------------
  7708. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  7709. Changed paths:
  7710. M src/caca.c
  7711. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  7712. ------------------------------------------------------------------------
  7713. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  7714. Changed paths:
  7715. M src/graphics.c
  7716. * src/graphics.c: call glutInit() before calling other glut functions.
  7717. ------------------------------------------------------------------------
  7718. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  7719. Changed paths:
  7720. M src/caca.h
  7721. M src/graphics.c
  7722. * coding style fixes.
  7723. ------------------------------------------------------------------------
  7724. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  7725. Changed paths:
  7726. M src/bitmap.c
  7727. * src/bitmap.c:
  7728. + Renamed gammaval into gamma.
  7729. + Fixed Doxygen comments.
  7730. ------------------------------------------------------------------------
  7731. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  7732. Changed paths:
  7733. M src/event.c
  7734. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  7735. ------------------------------------------------------------------------
  7736. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  7737. Changed paths:
  7738. M debian/Makefile.am
  7739. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  7740. ------------------------------------------------------------------------
  7741. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  7742. Changed paths:
  7743. M src/caca.h
  7744. M src/graphics.c
  7745. * src/graphics.c src/caca.h : Added ANSI exporter
  7746. ------------------------------------------------------------------------
  7747. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  7748. Changed paths:
  7749. M src/bitmap.c
  7750. M src/caca.h
  7751. M src/math.c
  7752. * src/math.c src/bitmap.c src/caca.h Removed powf call, added caca_powf, to remove libm depencies and problems on old compilers/linkers.
  7753. ------------------------------------------------------------------------
  7754. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  7755. Changed paths:
  7756. M src/caca.c
  7757. M src/event.c
  7758. * src/event.c src/caca.c: fixed coding style
  7759. ------------------------------------------------------------------------
  7760. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  7761. Changed paths:
  7762. M src/event.c
  7763. M src/graphics.c
  7764. * OpenGL driver mouse support
  7765. ------------------------------------------------------------------------
  7766. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  7767. Changed paths:
  7768. M debian/changelog
  7769. * imported previous Debian uploads.
  7770. ------------------------------------------------------------------------
  7771. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  7772. Changed paths:
  7773. M src/graphics.c
  7774. * src/graphics.c: more optimisations in the exporters
  7775. ------------------------------------------------------------------------
  7776. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  7777. Changed paths:
  7778. M src/graphics.c
  7779. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  7780. ------------------------------------------------------------------------
  7781. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  7782. Changed paths:
  7783. M src/graphics.c
  7784. * src/graphics.c: cleaned caca_get_html()
  7785. ------------------------------------------------------------------------
  7786. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  7787. Changed paths:
  7788. M src/graphics.c
  7789. * src/graphics.c: heavy cleanup in caca_get_html3().
  7790. ------------------------------------------------------------------------
  7791. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  7792. Changed paths:
  7793. M configure.ac
  7794. M src/caca.c
  7795. M src/caca.h
  7796. M src/caca_internals.h
  7797. M src/event.c
  7798. M src/graphics.c
  7799. * Added Null driver and html3 exporter.
  7800. ------------------------------------------------------------------------
  7801. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  7802. Changed paths:
  7803. M src/caca.h
  7804. M src/graphics.c
  7805. GL driver : Updated documentation and added support for CACA_GEOMETRY
  7806. ------------------------------------------------------------------------
  7807. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  7808. Changed paths:
  7809. M src/caca.h
  7810. M src/graphics.c
  7811. Added HTML and IRC output support
  7812. ------------------------------------------------------------------------
  7813. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  7814. Changed paths:
  7815. M debian/control
  7816. * debian/control: use libslang2 instead of slang1.
  7817. ------------------------------------------------------------------------
  7818. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  7819. Changed paths:
  7820. M configure.ac
  7821. M src/caca.c
  7822. M src/caca_internals.h
  7823. M src/event.c
  7824. M src/graphics.c
  7825. OpenGL support.
  7826. ------------------------------------------------------------------------
  7827. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  7828. Changed paths:
  7829. M bootstrap
  7830. M configure.ac
  7831. M examples/Makefile.am
  7832. M src/Makefile.am
  7833. M test/Makefile.am
  7834. * Use libtool for the static library generation; paves the way for
  7835. a future shared library.
  7836. ------------------------------------------------------------------------
  7837. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  7838. Changed paths:
  7839. M src/graphics.c
  7840. * compilation fix.
  7841. ------------------------------------------------------------------------
  7842. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  7843. Changed paths:
  7844. M src/bitmap.c
  7845. M src/caca.h
  7846. * src/bitmap.c:
  7847. + Implemented caca_set_bitmap_gamma().
  7848. ------------------------------------------------------------------------
  7849. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  7850. Changed paths:
  7851. M src/caca.h
  7852. M src/graphics.c
  7853. * src/graphics.c:
  7854. + Implemented caca_get_screen().
  7855. ------------------------------------------------------------------------
  7856. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  7857. Changed paths:
  7858. M examples/cacaplas.c
  7859. * examples/cacaplas: slower animation.
  7860. ------------------------------------------------------------------------
  7861. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  7862. Changed paths:
  7863. M AUTHORS
  7864. A perl/Build.PL
  7865. A perl/MANIFEST
  7866. A perl/MANIFEST.SKIP
  7867. A perl/META.yml
  7868. A perl/Makefile.PL
  7869. A perl/README
  7870. A perl/lib/Term/Caca.pm
  7871. A perl/lib/Term/Caca.xs
  7872. A perl/lib/Term/Caca/Bitmap.pm
  7873. A perl/lib/Term/Caca/Constants.pm
  7874. A perl/lib/Term/Caca/Sprite.pm
  7875. A perl/lib/Term/Kaka.pm
  7876. A perl/lib/Term/Kaka/Bitmap.pm
  7877. A perl/lib/Term/Kaka/Constants.pm
  7878. A perl/lib/Term/Kaka/Sprite.pm
  7879. A perl/t/data/caca.txt
  7880. * Imported John Beppu's Perl wrapper.
  7881. ------------------------------------------------------------------------
  7882. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  7883. Changed paths:
  7884. M src/bitmap.c
  7885. * src/bitmap.c: dark background works again with floyd-steinberg.
  7886. ------------------------------------------------------------------------
  7887. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  7888. Changed paths:
  7889. M examples/aafire.c
  7890. M examples/cacaball.c
  7891. M examples/cacamoir.c
  7892. M examples/cacaplas.c
  7893. * examples/:
  7894. + Use Space to pause demos, Esc to quit.
  7895. ------------------------------------------------------------------------
  7896. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  7897. Changed paths:
  7898. M src/bitmap.c
  7899. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  7900. ------------------------------------------------------------------------
  7901. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  7902. Changed paths:
  7903. M src/bitmap.c
  7904. M src/caca.c
  7905. M src/caca.h
  7906. * src/caca.h:
  7907. + Introduced CACA_DITHER_FSTEIN.
  7908. * src/caca.c:
  7909. + CACA_DITHER_FSTEIN is the default dithering method.
  7910. * src/bitmap.c:
  7911. + Fixed other dithering methods. Black background does not work yet.
  7912. ------------------------------------------------------------------------
  7913. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  7914. Changed paths:
  7915. M src/bitmap.c
  7916. * src/bitmap.c: oops, removed spurious test code.
  7917. ------------------------------------------------------------------------
  7918. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  7919. Changed paths:
  7920. M src/bitmap.c
  7921. * src/bitmap.c:
  7922. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  7923. ------------------------------------------------------------------------
  7924. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  7925. Changed paths:
  7926. M doc/Makefile.am
  7927. * doc/Makefile.am:
  7928. + Really fixed the manpage generation.
  7929. ------------------------------------------------------------------------
  7930. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  7931. Changed paths:
  7932. M doc/Makefile.am
  7933. * doc/Makefile.am:
  7934. + Manpage installation fix.
  7935. ------------------------------------------------------------------------
  7936. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  7937. Changed paths:
  7938. M examples/cacaplas.c
  7939. * examples/cacaplas.c: use Esc to quit, Space to pause.
  7940. ------------------------------------------------------------------------
  7941. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  7942. Changed paths:
  7943. M THANKS
  7944. M src/graphics.c
  7945. * src/graphics.c:
  7946. + Win32 speed improvements by Jari Komppa.
  7947. ------------------------------------------------------------------------
  7948. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  7949. Changed paths:
  7950. M src/graphics.c
  7951. * src/graphics.c:
  7952. + Fix strict aliasing rules breakage.
  7953. ------------------------------------------------------------------------
  7954. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  7955. Changed paths:
  7956. M bootstrap
  7957. * bootstrap:
  7958. + Support for automake 1.8.
  7959. ------------------------------------------------------------------------
  7960. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  7961. Changed paths:
  7962. D BUGS
  7963. M Makefile.am
  7964. M TODO
  7965. M debian/changelog
  7966. M debian/control
  7967. M debian/rules
  7968. * BUGS TODO:
  7969. + Removed BUGS, updated TODO.
  7970. * debian/*:
  7971. + Depend on libx11-dev instead of xlibs-dev.
  7972. + New Debian upload.
  7973. ------------------------------------------------------------------------
  7974. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  7975. Changed paths:
  7976. M configure.ac
  7977. M msvc/config.h
  7978. M src/graphics.c
  7979. * configure.ac src/graphics:
  7980. + Check for resize_term and resizeterm in -lncurses.
  7981. ------------------------------------------------------------------------
  7982. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  7983. Changed paths:
  7984. M ChangeLog
  7985. * 0.9 branch.
  7986. ------------------------------------------------------------------------
  7987. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  7988. Changed paths:
  7989. M ChangeLog
  7990. M NEWS
  7991. M configure.ac
  7992. M debian/changelog
  7993. M libcaca.spec
  7994. M msvc/config.h
  7995. * 0.9 release.
  7996. ------------------------------------------------------------------------
  7997. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  7998. Changed paths:
  7999. M configure.ac
  8000. M debian/changelog
  8001. M src/caca.c
  8002. M src/event.c
  8003. M src/graphics.c
  8004. * configure.ac:
  8005. + Check for curses.h as well as ncurses.h.
  8006. * src/caca.c src/event.c src/graphics.c:
  8007. + Include curses.h if ncurses.h was not found.
  8008. ------------------------------------------------------------------------
  8009. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  8010. Changed paths:
  8011. M examples/cacaview.c
  8012. * examples/cacaview.c:
  8013. + Moved statusbar and help menu handling in separate functions.
  8014. ------------------------------------------------------------------------
  8015. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  8016. Changed paths:
  8017. M src/caca.c
  8018. * src/caca.c:
  8019. + Alloc the AllocConsole() call to fail in case the process already has
  8020. a console.
  8021. ------------------------------------------------------------------------
  8022. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  8023. Changed paths:
  8024. M examples/cacaview.c
  8025. * examples/cacaview.c:
  8026. + Proper aspect ratio support.
  8027. + Finer zoom support.
  8028. + Handle mouse clicks as next/prev picture command.
  8029. + Removed useless iterations in draw_checkers().
  8030. ------------------------------------------------------------------------
  8031. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  8032. Changed paths:
  8033. M THANKS
  8034. M src/event.c
  8035. M src/graphics.c
  8036. * src/graphics.c:
  8037. + Fixed a buffer overflow due to bad signed/unsigned handling.
  8038. * src/event.c:
  8039. + Disallow zero width or height in the X11 driver.
  8040. + Fixed resizing in ncurses and slang.
  8041. * THANKS:
  8042. + Added the Source Mage maintainer.
  8043. ------------------------------------------------------------------------
  8044. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  8045. Changed paths:
  8046. M ChangeLog
  8047. * 0.8 branch.
  8048. ------------------------------------------------------------------------
  8049. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  8050. Changed paths:
  8051. M ChangeLog
  8052. M NEWS
  8053. M THANKS
  8054. M configure.ac
  8055. M debian/changelog
  8056. M libcaca.spec
  8057. M msvc/config.h
  8058. * 0.8 release.
  8059. ------------------------------------------------------------------------
  8060. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  8061. Changed paths:
  8062. M examples/cacaview.c
  8063. M src/event.c
  8064. M src/graphics.c
  8065. * src/graphics.c:
  8066. + When resizing under X11, copy the old pixmap to the new one.
  8067. * examples/cacaview.c:
  8068. + Resizing support.
  8069. ------------------------------------------------------------------------
  8070. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  8071. Changed paths:
  8072. M src/caca_internals.h
  8073. M src/event.c
  8074. M src/graphics.c
  8075. * src/event.c:
  8076. + Refresh the X11 window when an exposure event is received.
  8077. + When resizing the X11 window, start showing extra characters when two
  8078. thirds are visible.
  8079. ------------------------------------------------------------------------
  8080. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  8081. Changed paths:
  8082. M TODO
  8083. M examples/cacaview.c
  8084. M src/caca.h
  8085. M src/graphics.c
  8086. * src/graphics.c:
  8087. + Renamed caca_set_title() to caca_set_window_title().
  8088. + Implemented caca_get_window_width() and caca_get_window_height().
  8089. * examples/cacaview.c:
  8090. + Set the window title to cacaview.
  8091. ------------------------------------------------------------------------
  8092. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  8093. Changed paths:
  8094. M src/bitmap.c
  8095. M src/event.c
  8096. * src/event.c:
  8097. + Make sure the mouse coordinates stay within the screen boundaries even
  8098. if the window was resized.
  8099. * src/bitmap.c:
  8100. + Fixed a buffer underflow in the rendering routine that caused the bottom
  8101. and rightmost pixels to be missed in certain conditions.
  8102. + Minor speed optimisation.
  8103. ------------------------------------------------------------------------
  8104. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  8105. Changed paths:
  8106. M test/Makefile.am
  8107. A test/colors.c
  8108. * test/colors.c:
  8109. + Extracted the colour test from examples/demo.c.
  8110. ------------------------------------------------------------------------
  8111. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  8112. Changed paths:
  8113. M src/caca_internals.h
  8114. M src/event.c
  8115. M src/graphics.c
  8116. M test/event.c
  8117. * src/graphics.c src/event.c:
  8118. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  8119. * test/event.c:
  8120. + Display CACA_EVENT_RESIZE.
  8121. ------------------------------------------------------------------------
  8122. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  8123. Changed paths:
  8124. M configure.ac
  8125. M msvc/config.h
  8126. M src/graphics.c
  8127. * src/graphics.c:
  8128. + Resize handling in the ncurses and slang drivers.
  8129. ------------------------------------------------------------------------
  8130. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  8131. Changed paths:
  8132. M examples/aafire.c
  8133. M src/caca.h
  8134. M src/caca_internals.h
  8135. M src/event.c
  8136. M src/graphics.c
  8137. * src/event.c:
  8138. + Added the CACA_EVENT_RESIZE event.
  8139. + Added caca_get_mouse_x() and caca_get_mouse_y().
  8140. * src/graphics.c:
  8141. + Window resize handling in the X11 driver.
  8142. * examples/aafire.c:
  8143. + Fixed a bad assumption in the resize handling code.
  8144. ------------------------------------------------------------------------
  8145. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  8146. Changed paths:
  8147. M build-win32
  8148. M configure.ac
  8149. M debian/rules
  8150. M doc/Makefile.am
  8151. M libcaca.spec
  8152. * configure.ac:
  8153. + Added --disable-doc to let the user not build documentation.
  8154. * build-win32:
  8155. + Do not build documentation.
  8156. ------------------------------------------------------------------------
  8157. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  8158. Changed paths:
  8159. M THANKS
  8160. M src/Makefile.am
  8161. A src/event.c
  8162. M src/graphics.c
  8163. D src/io.c
  8164. * src/graphics.c:
  8165. + Fixed a typo preventing Win32 builds.
  8166. * src/event.c:
  8167. + Renamed io.c into event.c.
  8168. * THANKS:
  8169. + Added Gentoo, NetBSD and FreeBSD porters.
  8170. ------------------------------------------------------------------------
  8171. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  8172. Changed paths:
  8173. M Makefile.am
  8174. M configure.ac
  8175. M examples/aafire.c
  8176. M examples/cacaview.c
  8177. A msvc/Makefile.am
  8178. A msvc/cacaball.vcproj
  8179. A msvc/cacademo.vcproj
  8180. A msvc/cacafire.vcproj
  8181. A msvc/cacamoir.vcproj
  8182. A msvc/cacaplas.vcproj
  8183. A msvc/cacaview.vcproj
  8184. A msvc/config.h
  8185. A msvc/libcaca.sln
  8186. A msvc/libcaca.vcproj
  8187. M src/caca.c
  8188. M src/graphics.c
  8189. M src/time.c
  8190. * configure.ac:
  8191. + Check for sys/times.h and unistd.h.
  8192. + Added calls to AC_C_CONST and AC_C_INLINE.
  8193. * src/time.c src/graphics.c:
  8194. + Fixes for MSVC compilation warnings.
  8195. + Additional sanity checks in the Win32 driver.
  8196. * src/caca.c:
  8197. + Use raw()/noraw() in the curses driver instead of cbreak().
  8198. * msvc/libcaca.sln:
  8199. + Added an MSVC solution.
  8200. * examples/aafire.c:
  8201. + Slightly reduced the maximum cacafire framerate.
  8202. ------------------------------------------------------------------------
  8203. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  8204. Changed paths:
  8205. M NOTES
  8206. M examples/cacaview.c
  8207. M src/caca.h
  8208. M src/graphics.c
  8209. * src/graphics.c:
  8210. + Implemented caca_set_title() for X11 and Win32.
  8211. * examples/cacaview.c:
  8212. + Use caca_set_title() to set the window title to "cacaview".
  8213. ------------------------------------------------------------------------
  8214. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  8215. Changed paths:
  8216. M Makefile.am
  8217. M autotools/Makefile.am
  8218. M debian/Makefile.am
  8219. M doc/Makefile.am
  8220. M examples/Makefile.am
  8221. M src/Makefile.am
  8222. M test/Makefile.am
  8223. * Fixed $Id in all Makefile.am files.
  8224. ------------------------------------------------------------------------
  8225. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  8226. Changed paths:
  8227. M Makefile.am
  8228. M autotools/Makefile.am
  8229. A build-win32
  8230. M debian/Makefile.am
  8231. M doc/Makefile.am
  8232. M examples/Makefile.am
  8233. M src/Makefile.am
  8234. M test/Makefile.am
  8235. * build-win32:
  8236. + Win32 cross-compilation script.
  8237. ------------------------------------------------------------------------
  8238. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  8239. Changed paths:
  8240. M NEWS
  8241. M debian/control
  8242. M debian/rules
  8243. M doc/Makefile.am
  8244. M doc/cacademo.1
  8245. M examples/Makefile.am
  8246. D examples/cacacirc.c
  8247. A examples/cacamoir.c
  8248. M libcaca.spec
  8249. * examples/cacamoir.c:
  8250. + Renamed cacacirc to cacamoir.
  8251. * libcaca.spec debian/ doc/:
  8252. + Added cacamoir to the distributed files.
  8253. ------------------------------------------------------------------------
  8254. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  8255. Changed paths:
  8256. M examples/Makefile.am
  8257. M examples/cacaball.c
  8258. A examples/cacacirc.c
  8259. M examples/cacaplas.c
  8260. * examples/cacaballs.c:
  8261. + Bigger metaballs, less metaballs.
  8262. + Rotating palette.
  8263. * examples/cacaplas.c:
  8264. + Slightly decreased speed.
  8265. * examples/cacacirc.c:
  8266. + New effect.
  8267. ------------------------------------------------------------------------
  8268. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  8269. Changed paths:
  8270. M configure.ac
  8271. M src/time.c
  8272. * configure.ac:
  8273. + Better win32 check for Sleep().
  8274. ------------------------------------------------------------------------
  8275. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  8276. Changed paths:
  8277. M configure.ac
  8278. M examples/cacaview.c
  8279. M src/time.c
  8280. * configure.ac src/time.c:
  8281. + Look for Sleep in -lkernel32.
  8282. * examples/cacaview.c:
  8283. + Use caca_wait_event() instead of usleep()/caca_get_event().
  8284. ------------------------------------------------------------------------
  8285. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  8286. Changed paths:
  8287. M NOTES
  8288. M examples/cacaview.c
  8289. M src/caca.c
  8290. M src/caca_internals.h
  8291. M src/graphics.c
  8292. M src/io.c
  8293. M src/time.c
  8294. * src/caca.c src/graphics.c src/io.c src/time.c:
  8295. + Native win32 port.
  8296. ------------------------------------------------------------------------
  8297. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  8298. Changed paths:
  8299. M configure.ac
  8300. M src/caca.c
  8301. M src/caca_internals.h
  8302. M src/graphics.c
  8303. M src/io.c
  8304. M src/time.c
  8305. M test/event.c
  8306. * configure.ac:
  8307. + Check for gettimeofday().
  8308. * src/time.c:
  8309. + Created _caca_time().
  8310. + Ported _caca_getticks() to the Win32 API.
  8311. * src/caca.c:
  8312. + Properly builds on Win32.
  8313. * test/event.c:
  8314. + Added <stdlib.h> because we use malloc().
  8315. ------------------------------------------------------------------------
  8316. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  8317. Changed paths:
  8318. M NEWS
  8319. M THANKS
  8320. M examples/cacaplas.c
  8321. * THANKS examples/cacaplas.c:
  8322. + Updated credits.
  8323. * NEWS:
  8324. + Forthcoming 0.8 news.
  8325. ------------------------------------------------------------------------
  8326. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  8327. Changed paths:
  8328. M configure.ac
  8329. M examples/Makefile.am
  8330. A examples/cacaplas.c
  8331. * configure.ac:
  8332. + Check for -lm.
  8333. * examples/cacaplas.c:
  8334. + New demo, cacaplas, that displays a colour plasma.
  8335. ------------------------------------------------------------------------
  8336. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  8337. Changed paths:
  8338. M src/caca.h
  8339. M src/graphics.c
  8340. M src/io.c
  8341. M test/event.c
  8342. * src/graphics:
  8343. + Initialise the char buffers in the X11 driver.
  8344. * src/io.c:
  8345. + caca_get_event() and caca_wait_event() immediately return zero if
  8346. event_mask is zero.
  8347. + Added support for the Home, End, PgUp and PgDown keys.
  8348. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  8349. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  8350. * test/event.c:
  8351. + The "quit" sequence now quits the program, instead of "q" alone.
  8352. + Added a status bar below.
  8353. ------------------------------------------------------------------------
  8354. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  8355. Changed paths:
  8356. M BUGS
  8357. M NOTES
  8358. M README
  8359. M configure.ac
  8360. M src/Makefile.am
  8361. M src/caca.c
  8362. M src/caca_internals.h
  8363. M src/graphics.c
  8364. M src/io.c
  8365. A src/time.c
  8366. M test/event.c
  8367. * test/event.c:
  8368. + Do not refresh after each event, but only when there is no event
  8369. pending.
  8370. + If the pressed key is a printable character, display it.
  8371. * src/time.c:
  8372. + Moved _caca_getticks() to this file.
  8373. * src/caca.c:
  8374. + Set the escape delay to a very low value in the ncurses driver,
  8375. because I don't want escape sequences to be entered manually.
  8376. * src/io.c:
  8377. + Autorepeat emulation in the ncurses and slang drivers: do not
  8378. immediately send the key release event.
  8379. * configure.ac:
  8380. + Check for usleep.
  8381. + Improvements in the win32 platform detection.
  8382. ------------------------------------------------------------------------
  8383. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  8384. Changed paths:
  8385. M configure.ac
  8386. M src/graphics.c
  8387. M test/event.c
  8388. * test/event.c:
  8389. + Display at least two digits for keycodes.
  8390. * configure.ac:
  8391. + ScreenUpdate is actually mandatory for our conio driver.
  8392. ------------------------------------------------------------------------
  8393. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  8394. Changed paths:
  8395. M src/graphics.c
  8396. M src/io.c
  8397. M test/event.c
  8398. * src/io.c:
  8399. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  8400. directly interpreted.
  8401. + Major rehandling of the event code. All output drivers are now
  8402. correctly separated.
  8403. * src/graphics.c:
  8404. + Fixed a compilation warning.
  8405. * test/event.c:
  8406. + More human-readable event printing.
  8407. ------------------------------------------------------------------------
  8408. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  8409. Changed paths:
  8410. M ChangeLog
  8411. M libcaca.spec
  8412. * 0.7 branch.
  8413. ------------------------------------------------------------------------
  8414. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  8415. Changed paths:
  8416. M configure.ac
  8417. M debian/changelog
  8418. M libcaca.spec
  8419. * configure.ac:
  8420. + Release 0.7.
  8421. ------------------------------------------------------------------------
  8422. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  8423. Changed paths:
  8424. M src/bitmap.c
  8425. * src/bitmap.c:
  8426. + Fixed a bug in the dithering characters.
  8427. ------------------------------------------------------------------------
  8428. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  8429. Changed paths:
  8430. M NEWS
  8431. M src/bitmap.c
  8432. M src/io.c
  8433. * src/io.c:
  8434. + Do not report mouse motions if the coordinates did not change.
  8435. * src/bitmap.c:
  8436. + More documentation.
  8437. ------------------------------------------------------------------------
  8438. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  8439. Changed paths:
  8440. M configure.ac
  8441. M src/caca.c
  8442. M src/graphics.c
  8443. M src/io.c
  8444. M test/Makefile.am
  8445. A test/event.c
  8446. * test/event.c:
  8447. + Small event lister, similar to X11's xev.
  8448. * src/graphics.c:
  8449. + If possible, disable autorepeat in the X11 driver.
  8450. * src/io.c:
  8451. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  8452. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  8453. ------------------------------------------------------------------------
  8454. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  8455. Changed paths:
  8456. M debian/control
  8457. M debian/rules
  8458. M doc/Makefile.am
  8459. D doc/caca-spritedit.1
  8460. M examples/Makefile.am
  8461. D examples/spritedit.c
  8462. M libcaca.spec
  8463. M test/Makefile.am
  8464. A test/spritedit.c
  8465. * test/spritedit.c:
  8466. + Moved spritedit to the test/ directory, because it is not mature enough.
  8467. * libcaca.spec debian/control debian/rules:
  8468. + Do not install caca-spritedit.
  8469. ------------------------------------------------------------------------
  8470. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  8471. Changed paths:
  8472. M NEWS
  8473. M debian/control
  8474. M debian/rules
  8475. M doc/Makefile.am
  8476. M doc/cacademo.1
  8477. M libcaca.spec
  8478. M src/bitmap.c
  8479. M src/caca.c
  8480. M src/caca.h
  8481. M src/conic.c
  8482. M src/graphics.c
  8483. M src/io.c
  8484. M src/line.c
  8485. M src/sprite.c
  8486. * libcaca.spec debian/control:
  8487. + Updated the package descriptions to include cacaball.
  8488. * doc/cacademo.1 doc/Makefile.am:
  8489. + Use the cacademo manpage as the cacaball manpage.
  8490. * src/:
  8491. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  8492. documenting bizarre stuff.
  8493. ------------------------------------------------------------------------
  8494. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  8495. Changed paths:
  8496. M examples/cacaball.c
  8497. * examples/cacaball.c:
  8498. + 24 metaballs instead of 5, but smaller.
  8499. + Zoom the bitmap to make more use of the screen area.
  8500. ------------------------------------------------------------------------
  8501. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  8502. Changed paths:
  8503. M AUTHORS
  8504. M THANKS
  8505. M examples/aafire.c
  8506. M examples/cacaball.c
  8507. * examples/cacaball.c:
  8508. + Crop the palette so that it looks a bit more like metaballs.
  8509. * AUTHORS THANKS:
  8510. + Credited Jylam and Jan Hubicka.
  8511. ------------------------------------------------------------------------
  8512. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  8513. Changed paths:
  8514. M examples/cacaball.c
  8515. * examples/cacaball.c:
  8516. + Huge coding style overhaul.
  8517. + Display 5 metaballs instead of 3.
  8518. + Generate the palette instead of having a static one.
  8519. + Use a 256x256 back buffer for more smoothness.
  8520. ------------------------------------------------------------------------
  8521. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  8522. Changed paths:
  8523. M src/graphics.c
  8524. * src/graphics.c:
  8525. + Fixed a compilation warning.
  8526. ------------------------------------------------------------------------
  8527. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  8528. Changed paths:
  8529. M examples/Makefile.am
  8530. A examples/cacaball.c
  8531. * examples/cacaball.c:
  8532. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  8533. ------------------------------------------------------------------------
  8534. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  8535. Changed paths:
  8536. M examples/aafire.c
  8537. M examples/cacaview.c
  8538. M examples/demo.c
  8539. M examples/spritedit.c
  8540. M src/caca.h
  8541. M src/io.c
  8542. M test/dithering.c
  8543. M test/hsv.c
  8544. * src/io.c:
  8545. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  8546. in order to select events.
  8547. ------------------------------------------------------------------------
  8548. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  8549. Changed paths:
  8550. M src/graphics.c
  8551. * src/graphics.c:
  8552. + Fixed a bug that caused an infinite loop if the delay between two
  8553. caca_refresh() calls was greater than 2000 seconds (or something).
  8554. ------------------------------------------------------------------------
  8555. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  8556. Changed paths:
  8557. M examples/cacaview.c
  8558. M src/io.c
  8559. * src/io.c:
  8560. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  8561. * examples/cacaview.c:
  8562. + Use <stdlib.h> instead of <malloc.h>.
  8563. ------------------------------------------------------------------------
  8564. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  8565. Changed paths:
  8566. M configure.ac
  8567. M doc/Makefile.am
  8568. * configure.ac:
  8569. + Check for dvips in addition to latex.
  8570. * doc/Makefile.am:
  8571. + Workaround for a bug in the latex code generated by doxygen
  8572. in Mandrake 9.1.
  8573. ------------------------------------------------------------------------
  8574. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  8575. Changed paths:
  8576. M libcaca.spec
  8577. * libcaca.spec:
  8578. + Install documentation into %{doc}/package-version/ instead
  8579. of %{doc}/package/.
  8580. + Added tetex-dvips to the build dependencies.
  8581. ------------------------------------------------------------------------
  8582. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  8583. Changed paths:
  8584. M ChangeLog
  8585. * 0.6 branch.
  8586. ------------------------------------------------------------------------
  8587. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  8588. Changed paths:
  8589. M NEWS
  8590. M configure.ac
  8591. M debian/changelog
  8592. M debian/control
  8593. M debian/rules
  8594. M doc/Makefile.am
  8595. M libcaca.spec
  8596. * configure.ac NEWS:
  8597. + Prepared the 0.6 release.
  8598. * libcaca.spec:
  8599. + Split the RPM into libcaca-devel and caca-utils.
  8600. + More detailed descriptions.
  8601. + Packages are now rpmlint clean.
  8602. * doc/Makefile.am:
  8603. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  8604. ------------------------------------------------------------------------
  8605. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  8606. Changed paths:
  8607. M configure.ac
  8608. M src/caca.c
  8609. M src/graphics.c
  8610. M src/io.c
  8611. * configure.ac:
  8612. + Search for <slang/slang.h> in addition of <slang.h>.
  8613. ------------------------------------------------------------------------
  8614. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  8615. Changed paths:
  8616. M src/bitmap.c
  8617. * src/bitmap.c:
  8618. + Dither H/S/V when looking up the two nearest colours.
  8619. + Weigh pixels in the distance calculation.
  8620. + Factorised the lookup table calculation.
  8621. ------------------------------------------------------------------------
  8622. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  8623. Changed paths:
  8624. M test/Makefile.am
  8625. A test/hsv.c
  8626. * test/hsv.c:
  8627. + Trivial saturation/value rendering test.
  8628. ------------------------------------------------------------------------
  8629. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  8630. Changed paths:
  8631. M src/bitmap.c
  8632. M src/caca.c
  8633. M src/caca_internals.h
  8634. * src/bitmap.c:
  8635. + Fixed a minor overflow in the saturation computation.
  8636. + Use a global lookup table for foreground/background colour selection
  8637. in the bitmap rendering routine. This broke dithering, sorry.
  8638. ------------------------------------------------------------------------
  8639. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  8640. Changed paths:
  8641. M examples/aafire.c
  8642. M examples/cacaview.c
  8643. M src/bitmap.c
  8644. M src/caca.c
  8645. M src/caca.h
  8646. M src/graphics.c
  8647. M src/line.c
  8648. M src/sprite.c
  8649. M test/optipal.c
  8650. * src/ examples/ test/:
  8651. + Changed <const type> constructs into <type const>.
  8652. ------------------------------------------------------------------------
  8653. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  8654. Changed paths:
  8655. M examples/aafire.c
  8656. * examples/aafire.c:
  8657. + Do not call caca_get_width() 10000 times per frame. Cache the value
  8658. instead.
  8659. ------------------------------------------------------------------------
  8660. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  8661. Changed paths:
  8662. M src/graphics.c
  8663. * src/graphics.c:
  8664. + Split the drawing of foreground and background colours in the X11
  8665. driver. Nice performance improvement.
  8666. ------------------------------------------------------------------------
  8667. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  8668. Changed paths:
  8669. M examples/cacaview.c
  8670. * examples/cacaview.c:
  8671. + If Imlib2 was not activated, warn the user that only BMP is supported.
  8672. ------------------------------------------------------------------------
  8673. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  8674. Changed paths:
  8675. M AUTHORS
  8676. M Makefile.am
  8677. A THANKS
  8678. A libcaca.spec
  8679. * libcaca.spec:
  8680. + RPM specfile, courtesy of Richard Zidlicky.
  8681. * THANKS:
  8682. + Added a THANKS file for contributors.
  8683. ------------------------------------------------------------------------
  8684. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  8685. Changed paths:
  8686. M README
  8687. M src/caca.c
  8688. M src/graphics.c
  8689. * src/graphics.c:
  8690. + Minor optimisation in caca_set_color().
  8691. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  8692. + Optimised the X11 caca_refresh() routine by handling strings of the
  8693. same colour as one text chunk.
  8694. * src/caca.c:
  8695. + Bugfix in caca_init when conio is the only compiled-in driver.
  8696. * README:
  8697. + Minor documentation updates.
  8698. ------------------------------------------------------------------------
  8699. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  8700. Changed paths:
  8701. M examples/aafire.c
  8702. M examples/cacaview.c
  8703. * examples/cacaview.c:
  8704. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  8705. * examples/aafire.c:
  8706. + bzero the pixel buffer in the initialisation routine.
  8707. ------------------------------------------------------------------------
  8708. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  8709. Changed paths:
  8710. M doc/doxygen.cfg.in
  8711. M src/bitmap.c
  8712. M src/box.c
  8713. M src/caca.h
  8714. M src/conic.c
  8715. M src/graphics.c
  8716. M src/io.c
  8717. M src/line.c
  8718. M src/math.c
  8719. M src/triangle.c
  8720. * doc/doxygen.cfg.in:
  8721. + Removed caca_internal.h from the list of documented files.
  8722. * src/:
  8723. + Minor documentation updates.
  8724. ------------------------------------------------------------------------
  8725. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  8726. Changed paths:
  8727. M BUGS
  8728. M debian/rules
  8729. M doc/Makefile.am
  8730. M test/dithering.c
  8731. * test/dithering.c:
  8732. + Fixed a minor compilation warning.
  8733. * debian/rules:
  8734. + Explicitely use --enable-imlib2.
  8735. * BUGS:
  8736. + Added a note about blinking consoles.
  8737. * doc/Makefile.am:
  8738. + Fixed a bashism in the HTML files installation.
  8739. ------------------------------------------------------------------------
  8740. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  8741. Changed paths:
  8742. M doc/Makefile.am
  8743. * doc/Makefile.am:
  8744. + Do not install doxygen.png directly, because it can be doxygen.gif on
  8745. old installations.
  8746. ------------------------------------------------------------------------
  8747. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  8748. Changed paths:
  8749. M examples/aafire.c
  8750. * examples/aafire.c:
  8751. + Only quit upon keypress, not mouse motion.
  8752. ------------------------------------------------------------------------
  8753. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  8754. Changed paths:
  8755. M examples/aafire.c
  8756. * examples/aafire.c:
  8757. + Render cacafire at full speed.
  8758. ------------------------------------------------------------------------
  8759. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  8760. Changed paths:
  8761. M src/graphics.c
  8762. M test/Makefile.am
  8763. A test/optipal.c
  8764. * test/optipal.c:
  8765. + Optimised S-Lang palette generator.
  8766. * src/graphics:
  8767. + Removed the S-Lang palette generator and replaced it with the tables
  8768. generated by optipal.
  8769. ------------------------------------------------------------------------
  8770. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  8771. Changed paths:
  8772. M Makefile.am
  8773. M configure.ac
  8774. M examples/Makefile.am
  8775. A test/Makefile.am
  8776. A test/dithering.c
  8777. * Makefile.am:
  8778. + Added a test directory for test programs.
  8779. * test/dithering.c:
  8780. + The value/saturation dithering example.
  8781. ------------------------------------------------------------------------
  8782. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  8783. Changed paths:
  8784. M examples/cacaview.c
  8785. M src/caca.c
  8786. * src/caca.c:
  8787. + Do not try the X11 driver if DISPLAY is set to the empty string.
  8788. * examples/cacaview.c:
  8789. + Cosmetic fixes.
  8790. ------------------------------------------------------------------------
  8791. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  8792. Changed paths:
  8793. M examples/Makefile.am
  8794. A examples/cacaview.c
  8795. D examples/view.c
  8796. * example/:
  8797. + Renamed view.c into cacaview.c.
  8798. ------------------------------------------------------------------------
  8799. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  8800. Changed paths:
  8801. M src/io.c
  8802. * src/io.c:
  8803. + Fixed mouse support under ncurses and slang.
  8804. ------------------------------------------------------------------------
  8805. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  8806. Changed paths:
  8807. M configure.ac
  8808. * configure.ac:
  8809. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  8810. ------------------------------------------------------------------------
  8811. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  8812. Changed paths:
  8813. M examples/demo.c
  8814. M src/caca.h
  8815. M src/io.c
  8816. * src/io.c:
  8817. + Mouse support under X11.
  8818. + Split the mouse motion and mouse click events.
  8819. * examples/demo.c:
  8820. + Mouse motion support.
  8821. ------------------------------------------------------------------------
  8822. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  8823. Changed paths:
  8824. M src/caca.c
  8825. M src/graphics.c
  8826. * src/graphics.c:
  8827. + Compilation fix.
  8828. * src/caca.c:
  8829. + Minor indentation fix.
  8830. ------------------------------------------------------------------------
  8831. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  8832. Changed paths:
  8833. M configure.ac
  8834. M src/caca.c
  8835. * src/caca.c:
  8836. + Prefer the X11 driver if $DISPLAY is set.
  8837. + The slang driver is now preferred over the ncurses driver.
  8838. * configure.ac:
  8839. + Autodetect conio.h.
  8840. ------------------------------------------------------------------------
  8841. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  8842. Changed paths:
  8843. M configure.ac
  8844. * configure.ac:
  8845. + Autodetect ncurses, slang and X11.
  8846. + Abort if no output driver was selected or detected.
  8847. ------------------------------------------------------------------------
  8848. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  8849. Changed paths:
  8850. M ChangeLog
  8851. * 0.5 branch.
  8852. ------------------------------------------------------------------------
  8853. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  8854. Changed paths:
  8855. M NEWS
  8856. M configure.ac
  8857. M debian/changelog
  8858. * configure.ac NEWS debian/changelog:
  8859. + New 0.5 release.
  8860. ------------------------------------------------------------------------
  8861. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  8862. Changed paths:
  8863. M BUGS
  8864. M NOTES
  8865. M configure.ac
  8866. M src/graphics.c
  8867. * NOTES BUGS:
  8868. + Updated information about the S-Lang colour pair shortage bug.
  8869. * src/graphics.c:
  8870. + Implemented the solution explained in NOTES.
  8871. ------------------------------------------------------------------------
  8872. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  8873. Changed paths:
  8874. M src/caca.c
  8875. * src/caca.c:
  8876. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  8877. ------------------------------------------------------------------------
  8878. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  8879. Changed paths:
  8880. M NOTES
  8881. * NOTES:
  8882. + Added a section with a proposed solution to the slang problem.
  8883. ------------------------------------------------------------------------
  8884. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  8885. Changed paths:
  8886. M ChangeLog
  8887. * 0.4 branch.
  8888. ------------------------------------------------------------------------
  8889. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  8890. Changed paths:
  8891. M configure.ac
  8892. M debian/control
  8893. * debian/control:
  8894. + Added missing dependencies to the -dev package.
  8895. * configure.ac:
  8896. + Kludge for woody builds where x_includes is undefined.
  8897. ------------------------------------------------------------------------
  8898. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  8899. Changed paths:
  8900. M src/caca.h
  8901. * src/caca.h:
  8902. + Documented CACA_FONT.
  8903. ------------------------------------------------------------------------
  8904. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  8905. Changed paths:
  8906. M doc/Makefile.am
  8907. * doc/Makefile.am:
  8908. + Rename the refman.ps doxygen documentation to libcaca.ps.
  8909. ------------------------------------------------------------------------
  8910. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  8911. Changed paths:
  8912. M NEWS
  8913. M src/caca.h
  8914. M src/graphics.c
  8915. * src/graphics.c:
  8916. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  8917. * src/caca.c:
  8918. + Documented the CACA_GEOMETRY environment variable.
  8919. ------------------------------------------------------------------------
  8920. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  8921. Changed paths:
  8922. M src/caca_internals.h
  8923. M src/graphics.c
  8924. M src/io.c
  8925. * src/io.c:
  8926. + Mouse support in the X11 driver.
  8927. ------------------------------------------------------------------------
  8928. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  8929. Changed paths:
  8930. M src/graphics.c
  8931. * src/graphics:
  8932. + Use XCreateWindow instead of XCreateSimpleWindow.
  8933. + Set the X window title to "caca for X".
  8934. ------------------------------------------------------------------------
  8935. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  8936. Changed paths:
  8937. M debian/changelog
  8938. M debian/control
  8939. M debian/rules
  8940. * debian/control:
  8941. + Build-depend on doxygen and tetex to build documentation.
  8942. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  8943. ------------------------------------------------------------------------
  8944. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  8945. Changed paths:
  8946. M BUGS
  8947. M Makefile.am
  8948. M NEWS
  8949. M README
  8950. M TODO
  8951. M configure.ac
  8952. M doc/Makefile.am
  8953. M src/graphics.c
  8954. * configure.ac NEWS:
  8955. + Prepared release 0.4.
  8956. * src/graphics.c README BUGS TODO:
  8957. + Updated documentation.
  8958. * Makefile.am doc/Makefile.am:
  8959. + Install the generated doxygen documentation.
  8960. ------------------------------------------------------------------------
  8961. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  8962. Changed paths:
  8963. M src/io.c
  8964. * src/io.c:
  8965. + Fixed a warning by including <unistd.h>.
  8966. + Support for arrow and function keys under X11.
  8967. ------------------------------------------------------------------------
  8968. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  8969. Changed paths:
  8970. M configure.ac
  8971. M doc/Makefile.am
  8972. D doc/doxygen.cfg
  8973. A doc/doxygen.cfg.in
  8974. M examples/aafire.c
  8975. M examples/demo.c
  8976. M examples/spritedit.c
  8977. M examples/view.c
  8978. M src/bitmap.c
  8979. M src/box.c
  8980. M src/caca.c
  8981. M src/caca.h
  8982. M src/caca_internals.h
  8983. M src/conic.c
  8984. M src/graphics.c
  8985. M src/io.c
  8986. M src/line.c
  8987. M src/math.c
  8988. M src/sprite.c
  8989. M src/triangle.c
  8990. * src/io.c:
  8991. + Added caca_wait_event(), a blocking caca_get_event().
  8992. * src/ examples/:
  8993. + More documentation.
  8994. * doc/doxygen.cfg.in:
  8995. + doc/doxygen.cfg is now generated by configure, so that we can use
  8996. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  8997. + Create manpages.
  8998. ------------------------------------------------------------------------
  8999. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  9000. Changed paths:
  9001. M doc/doxygen.cfg
  9002. M src/bitmap.c
  9003. M src/caca.c
  9004. M src/caca.h
  9005. * More API documentation.
  9006. ------------------------------------------------------------------------
  9007. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  9008. Changed paths:
  9009. M src/caca.c
  9010. * caca.c:
  9011. + Fixed typos in the initialisation code.
  9012. ------------------------------------------------------------------------
  9013. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  9014. Changed paths:
  9015. M configure.ac
  9016. M src/bitmap.c
  9017. M src/caca.c
  9018. M src/caca.h
  9019. M src/caca_internals.h
  9020. M src/conic.c
  9021. M src/graphics.c
  9022. M src/io.c
  9023. M src/line.c
  9024. * src/graphics.c src/caca.c src/io.c:
  9025. + Support for simultaneously compiled-in drivers.
  9026. + Honour the CACA_DRIVER environment variable.
  9027. * configure.ac:
  9028. + Drivers are no longer mutually exclusive.
  9029. ------------------------------------------------------------------------
  9030. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  9031. Changed paths:
  9032. M src/graphics.c
  9033. * src/graphics:
  9034. + Initialise default height at 32 (as in aalib).
  9035. ------------------------------------------------------------------------
  9036. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  9037. Changed paths:
  9038. M src/caca_internals.h
  9039. M src/graphics.c
  9040. M src/io.c
  9041. * src/graphics.c:
  9042. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  9043. + Use an intermediary X pixmap for rendering.
  9044. + Slightly changed the variable naming scheme.
  9045. ------------------------------------------------------------------------
  9046. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  9047. Changed paths:
  9048. M examples/aafire.c
  9049. * examples/aafire.c:
  9050. + The image buffer in cacafire was too small.
  9051. ------------------------------------------------------------------------
  9052. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  9053. Changed paths:
  9054. M src/graphics.c
  9055. * src/graphics.c:
  9056. + Progress in the X11 driver.
  9057. + Fixed a compilation bug in the conio driver.
  9058. ------------------------------------------------------------------------
  9059. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  9060. Changed paths:
  9061. M debian/changelog
  9062. M debian/control
  9063. M debian/rules
  9064. * debian/rules debian/control:
  9065. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  9066. + Symlinked cacafire.1 to cacademo.1.
  9067. ------------------------------------------------------------------------
  9068. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  9069. Changed paths:
  9070. M ChangeLog
  9071. M NEWS
  9072. M README
  9073. M debian/changelog
  9074. M debian/control
  9075. M doc/doxygen.cfg
  9076. * debian/control:
  9077. + Updated long descriptions.
  9078. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  9079. + Prepared 0.3 release.
  9080. * README:
  9081. + --enable-ncurses is now the default.
  9082. ------------------------------------------------------------------------
  9083. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  9084. Changed paths:
  9085. M src/bitmap.c
  9086. M src/box.c
  9087. M src/caca.c
  9088. M src/caca.h
  9089. M src/conic.c
  9090. M src/graphics.c
  9091. M src/io.c
  9092. M src/line.c
  9093. M src/math.c
  9094. M src/sprite.c
  9095. M src/triangle.c
  9096. * src/:
  9097. + Doxygenated public functions.
  9098. ------------------------------------------------------------------------
  9099. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  9100. Changed paths:
  9101. M src/caca.h
  9102. * src/caca.h:
  9103. + Documented environment variables.
  9104. ------------------------------------------------------------------------
  9105. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  9106. Changed paths:
  9107. M examples/view.c
  9108. * examples/view.c:
  9109. + Fixed a bug in the loading of 1bpp BMPs.
  9110. + Commented stuff.
  9111. ------------------------------------------------------------------------
  9112. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  9113. Changed paths:
  9114. M examples/Makefile.am
  9115. M examples/view.c
  9116. * examples/view.c:
  9117. + If Imlib2 is not available, use a custom simple BMP loader.
  9118. + Draw the bottom bar one line higher to leave room for a status line.
  9119. + '?' now properly toggles help.
  9120. * examples/Makefile.am:
  9121. + Always build cacaview.
  9122. ------------------------------------------------------------------------
  9123. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  9124. Changed paths:
  9125. M configure.ac
  9126. M src/bitmap.c
  9127. * src/bitmap.c:
  9128. + If the alpha palette is all-zero, forget the alpha channel.
  9129. * configure.ac:
  9130. + Export HAVE_IMLIB2_H and the like.
  9131. ------------------------------------------------------------------------
  9132. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  9133. Changed paths:
  9134. M src/bitmap.c
  9135. * src/bitmap.c:
  9136. + If the alpha mask is 0, ignore alpha information.
  9137. + Ditto if no alpha information is given with the palette.
  9138. ------------------------------------------------------------------------
  9139. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  9140. Changed paths:
  9141. M configure.ac
  9142. M src/caca.c
  9143. M src/caca_internals.h
  9144. M src/graphics.c
  9145. M src/io.c
  9146. * src/graphics.c src/io.c:
  9147. + Beginning of an X11 driver. Currently we merely open the window and
  9148. check keyboard events.
  9149. ------------------------------------------------------------------------
  9150. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  9151. Changed paths:
  9152. M configure.ac
  9153. M debian/changelog
  9154. M src/caca.c
  9155. * configure.ac debian/changelog:
  9156. + Prepare for 0.3 release.
  9157. + Check for strcasecmp().
  9158. * src/caca.c:
  9159. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  9160. variables.
  9161. ------------------------------------------------------------------------
  9162. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  9163. Changed paths:
  9164. M examples/aafire.c
  9165. M examples/demo.c
  9166. M examples/view.c
  9167. M src/bitmap.c
  9168. M src/caca.c
  9169. M src/caca.h
  9170. M src/caca_internals.h
  9171. * src/bitmap.c:
  9172. + Added antialiasing support.
  9173. + Dithering, antialiasing and background mode can now be selected at
  9174. runtime.
  9175. * src/caca.c src/caca.h:
  9176. + Renamed caca_dithering into caca_feature and extended the type to
  9177. express background colour and antialiasing mode.
  9178. * examples/demo.c:
  9179. + Fixed a bug that disabled the sprite demo.
  9180. + Draw solid flares.
  9181. * examples/view.c:
  9182. + Select antialiasing and background mode at runtime.
  9183. ------------------------------------------------------------------------
  9184. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  9185. Changed paths:
  9186. M BUGS
  9187. M TODO
  9188. M debian/control
  9189. M doc/cacademo.1
  9190. M doc/cacaview.1
  9191. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  9192. ------------------------------------------------------------------------
  9193. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  9194. Changed paths:
  9195. M src/Makefile.am
  9196. M src/bitmap.c
  9197. M src/caca.c
  9198. M src/caca.h
  9199. M src/caca_internals.h
  9200. M src/graphics.c
  9201. * src/caca.c:
  9202. + Moved global variables to src/graphics.c.
  9203. * src/bitmap.c:
  9204. + Sanitised prototypes.
  9205. ------------------------------------------------------------------------
  9206. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  9207. Changed paths:
  9208. M examples/aafire.c
  9209. M examples/demo.c
  9210. M examples/view.c
  9211. M src/bitmap.c
  9212. M src/box.c
  9213. M src/caca.c
  9214. M src/caca.h
  9215. M src/caca_internals.h
  9216. M src/conic.c
  9217. M src/graphics.c
  9218. M src/line.c
  9219. M src/sprite.c
  9220. M src/triangle.c
  9221. * src/graphics.c:
  9222. + Internally cache screen width and height.
  9223. * src/bitmap.c:
  9224. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  9225. alpha as fully transparent, and any other value as fully opaque.
  9226. + Slightly tuned colour weights in the renderer.
  9227. + caca_set_bitmap_palette() takes unsigned ints.
  9228. * examples/demo.c:
  9229. + Added a crap render demo.
  9230. * examples/aafire.c:
  9231. + Set a 20ms delay.
  9232. + Added alpha values to the palette.
  9233. * examples/view.c:
  9234. + Draw a gray checkered grid below the image so that transparent images
  9235. look a lot nicer.
  9236. + 'f' toggles "fullscreen" mode.
  9237. ------------------------------------------------------------------------
  9238. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  9239. Changed paths:
  9240. M caca-config.in
  9241. M configure.ac
  9242. * configure.ac:
  9243. + Set the executable bit of caca-config when regenerating that file.
  9244. * caca-config.in:
  9245. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  9246. have @CACA_LIBS@.
  9247. ------------------------------------------------------------------------
  9248. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  9249. Changed paths:
  9250. M configure.ac
  9251. M examples/Makefile.am
  9252. A examples/aafire.c
  9253. * configure.ac:
  9254. + Removed unused USE_* variables.
  9255. + Export -lslang and -lncurses as @CACA_LIBS@.
  9256. * examples/aafire.c:
  9257. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  9258. ------------------------------------------------------------------------
  9259. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  9260. Changed paths:
  9261. M ChangeLog
  9262. M NEWS
  9263. M TODO
  9264. M debian/changelog
  9265. M debian/control
  9266. * 0.2 release.
  9267. ------------------------------------------------------------------------
  9268. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  9269. Changed paths:
  9270. M examples/view.c
  9271. * examples/view.c:
  9272. + Removed last endianness issue.
  9273. ------------------------------------------------------------------------
  9274. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  9275. Changed paths:
  9276. M examples/view.c
  9277. M src/bitmap.c
  9278. M src/io.c
  9279. * src/io.c:
  9280. + Removed a useless message.
  9281. * src/bitmap.c examples/view.c:
  9282. + Really fixed the endianness issue.
  9283. ------------------------------------------------------------------------
  9284. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  9285. Changed paths:
  9286. M src/bitmap.c
  9287. * src/bitmap.c:
  9288. + Fine-tuned the new renderer.
  9289. + Fixed warnings.
  9290. + Changed hardcoded values to macros.
  9291. ------------------------------------------------------------------------
  9292. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  9293. Changed paths:
  9294. M configure.ac
  9295. M examples/demo.c
  9296. M examples/view.c
  9297. M src/bitmap.c
  9298. M src/caca.c
  9299. M src/caca.h
  9300. * src/bitmap.c:
  9301. + Fixed an endianness issue in the byte reader.
  9302. + Decreased precision in RGB and HSV values to avoid overflows.
  9303. + New dithering method: 2x2 ordered.
  9304. + New renderer, with background colour awareness.
  9305. * configure.ac:
  9306. + Check for <endian.h>.
  9307. * examples/demo.c examples/view.c:
  9308. + Fixed an endianness issue in cacaview.
  9309. + Adapted code to the additional dithering method.
  9310. ------------------------------------------------------------------------
  9311. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  9312. Changed paths:
  9313. M examples/view.c
  9314. M src/bitmap.c
  9315. * src/bitmap.c examples/view.c:
  9316. + Fixed an endianness issue in caca_draw_bitmap().
  9317. + Code cleanup.
  9318. ------------------------------------------------------------------------
  9319. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  9320. Changed paths:
  9321. M TODO
  9322. M doc/cacaview.1
  9323. M examples/Makefile.am
  9324. M examples/view.c
  9325. M src/caca.c
  9326. * src/caca.c:
  9327. + Minor change to the dithering names.
  9328. * TODO:
  9329. + Added cacaview TODO.
  9330. * doc/cacaview.1:
  9331. + Wrote a manpage for cacaview.
  9332. * examples/Makefile.am:
  9333. + Moved the -DX_DISPLAY_MISSING=1 here.
  9334. * examples/view.c:
  9335. + Capital 'D' cycles through dithering modes in reverse order.
  9336. + Sleep when there is nothing to do.
  9337. + Cosmetic code reorganisation.
  9338. ------------------------------------------------------------------------
  9339. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  9340. Changed paths:
  9341. M examples/demo.c
  9342. M examples/view.c
  9343. M src/bitmap.c
  9344. M src/caca.c
  9345. M src/caca.h
  9346. * src/caca.c src/caca.h:
  9347. + Added caca_get_dithering_name().
  9348. * src/bitmap.c:
  9349. + Created a new dithering method with an 8x8 ordered matrix.
  9350. + Replaced the char list with a string for better readability.
  9351. + Dithering functions now return a value between 0 and 255.
  9352. * examples/demo.c examples/view.c:
  9353. + Adapted to use caca_get_dithering_name().
  9354. ------------------------------------------------------------------------
  9355. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  9356. Changed paths:
  9357. M src/caca.c
  9358. * src/caca.c:
  9359. + Test whether ncurses knows xterm-16color before setting $TERM.
  9360. ------------------------------------------------------------------------
  9361. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  9362. Changed paths:
  9363. M examples/view.c
  9364. * examples/view.c:
  9365. + Added top and bottom status lines, like in mutt and slrn.
  9366. + Added a status string when loading an image or upon error.
  9367. + Can load multiple files; use 'n' and 'p' for next and previous.
  9368. + Clip zoom between -48 and +48.
  9369. ------------------------------------------------------------------------
  9370. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  9371. Changed paths:
  9372. M src/caca.c
  9373. * Fixed a C99ism.
  9374. ------------------------------------------------------------------------
  9375. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  9376. Changed paths:
  9377. M NOTES
  9378. M configure.ac
  9379. M src/caca.c
  9380. M src/graphics.c
  9381. * configure.ac:
  9382. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  9383. * src/caca.c:
  9384. + Disable scrolling to avoid hashmap scrolling optimization code.
  9385. * src/graphics.c:
  9386. + Swap fg and bg in the colour pair indexing, so that bg is always
  9387. right.
  9388. + Disable alt charset support to exploit my patched slang.
  9389. ------------------------------------------------------------------------
  9390. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  9391. Changed paths:
  9392. M NOTES
  9393. M examples/view.c
  9394. M src/bitmap.c
  9395. * src/bitmap.c:
  9396. + Dither chroma outside of rgb2hsv_default().
  9397. + Clip fromx and fromy values.
  9398. * NOTES:
  9399. + Link to the XTerm control sequences.
  9400. * examples/view.c:
  9401. + Draw status bar.
  9402. + Move with 'h' 'j' 'k' 'l', à la vi.
  9403. + '?' toggles a help menu.
  9404. ------------------------------------------------------------------------
  9405. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  9406. Changed paths:
  9407. M src/bitmap.c
  9408. * src/bitmap.c:
  9409. + Removed § from the list of default characters due to collisions.
  9410. ------------------------------------------------------------------------
  9411. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  9412. Changed paths:
  9413. A debian/caca-utils.mime
  9414. M debian/control
  9415. M debian/rules
  9416. * debian/control:
  9417. + Removed slang1-dev dependency in caca-utils.
  9418. * debian/caca-utils.mime debian/rules:
  9419. + Added a MIME file with low priority.
  9420. + Added call to dh_installmime.
  9421. ------------------------------------------------------------------------
  9422. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  9423. Changed paths:
  9424. M configure.ac
  9425. M src/caca.c
  9426. M src/caca_internals.h
  9427. M src/graphics.c
  9428. * src/caca.c src/graphics.c:
  9429. + Moved graphics stuff from caca.c to graphics.c.
  9430. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  9431. to TERM=xterm-16color to benefit from extended colour palette.
  9432. ------------------------------------------------------------------------
  9433. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  9434. Changed paths:
  9435. M NOTES
  9436. M examples/demo.c
  9437. M examples/spritedit.c
  9438. M src/bitmap.c
  9439. M src/caca.c
  9440. M src/caca.h
  9441. M src/graphics.c
  9442. M src/sprite.c
  9443. * NOTES:
  9444. + Added setab/setaf quotes from the XTerm terminfo.
  9445. + Proposed a workaround for bright colours on any terminal.
  9446. * src/caca.c:
  9447. + 16 colour support for ncurses and conio.
  9448. * src/graphics.c:
  9449. + Ported to 16 colour support.
  9450. + Added a missing <stdio.h> for BUFSIZ.
  9451. + Disabled vsnprintf under DOS (only vsprintf exists).
  9452. * examples/:
  9453. + Don't abort if the caca.txt sprite was not found.
  9454. + Ported to 16 colour support.
  9455. ------------------------------------------------------------------------
  9456. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  9457. Changed paths:
  9458. M NOTES
  9459. * NOTES: more notes about colours.
  9460. ------------------------------------------------------------------------
  9461. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  9462. Changed paths:
  9463. M Makefile.am
  9464. M configure.ac
  9465. M examples/Makefile.am
  9466. * configure.ac:
  9467. + More sensible imlib2 detection, works with cross-compilation.
  9468. * Makefile.am:
  9469. + Don't forget to include NOTES to the dist tarball.
  9470. ------------------------------------------------------------------------
  9471. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  9472. Changed paths:
  9473. A NOTES
  9474. M README
  9475. M debian/rules
  9476. * NOTES: added information about colour support.
  9477. ------------------------------------------------------------------------
  9478. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  9479. Changed paths:
  9480. M configure.ac
  9481. * configure.ac: Added a missing check for <inttypes.h>.
  9482. ------------------------------------------------------------------------
  9483. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  9484. Changed paths:
  9485. M src/bitmap.c
  9486. * src/bitmap.c: Support for more colour depths.
  9487. ------------------------------------------------------------------------
  9488. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  9489. Changed paths:
  9490. M configure.ac
  9491. M examples/Makefile.am
  9492. M examples/demo.c
  9493. M examples/view.c
  9494. * configure.ac examples/Makefile.am:
  9495. + Added a check for imlib2-config.
  9496. + Build cacaview conditionally.
  9497. * examples/demo.c:
  9498. + Removed all gdkpixbuf code.
  9499. * examples/view.c:
  9500. + Default to ordered dithering.
  9501. + Make sure the arrows always work even if delta is too small.
  9502. ------------------------------------------------------------------------
  9503. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  9504. Changed paths:
  9505. M debian/control
  9506. M debian/rules
  9507. * debian/:
  9508. + New caca-utils package.
  9509. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  9510. ------------------------------------------------------------------------
  9511. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  9512. Changed paths:
  9513. M doc/Makefile.am
  9514. D doc/caca-demo.1
  9515. A doc/cacademo.1
  9516. A doc/cacaview.1
  9517. M examples/Makefile.am
  9518. A examples/view.c
  9519. * examples/:
  9520. + Simple image viewer, cacaview, based on libcaca and imlib2.
  9521. + Renamed caca-demo into cacademo.
  9522. * doc/:
  9523. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  9524. ------------------------------------------------------------------------
  9525. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  9526. Changed paths:
  9527. M src/Makefile.am
  9528. A src/bitmap.c
  9529. D src/blit.c
  9530. * Renamed src/blit.c into src/bitmap.c.
  9531. ------------------------------------------------------------------------
  9532. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  9533. Changed paths:
  9534. M examples/demo.c
  9535. M src/caca.c
  9536. M src/caca.h
  9537. M src/io.c
  9538. * src/caca.c:
  9539. + Mouse initialisation in ncurses.
  9540. * src/io.c:
  9541. + Mouse support in ncurses.
  9542. ------------------------------------------------------------------------
  9543. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  9544. Changed paths:
  9545. M debian/control
  9546. * debian/control:
  9547. + libcaca-dev should depend on slang1-dev.
  9548. ------------------------------------------------------------------------
  9549. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  9550. Changed paths:
  9551. M debian/Makefile.am
  9552. * debian/Makefile.am:
  9553. + Added compat and copyright to the distributed files.
  9554. ------------------------------------------------------------------------
  9555. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  9556. Changed paths:
  9557. A ChangeLog
  9558. M debian/rules
  9559. * Added a ChangeLog file.
  9560. ------------------------------------------------------------------------
  9561. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  9562. Changed paths:
  9563. M examples/Makefile.am
  9564. * examples/Makefile.am:
  9565. + Compilation fix when libcaca is not available.
  9566. ------------------------------------------------------------------------
  9567. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  9568. Changed paths:
  9569. M debian/changelog
  9570. A debian/copyright
  9571. M debian/rules
  9572. M doc/Makefile.am
  9573. M doc/caca-config.1
  9574. A doc/caca-demo.1
  9575. A doc/caca-spritedit.1
  9576. M examples/caca.txt
  9577. * debian/:
  9578. + Wrote the changelog for the Debian release.
  9579. + Wrote a copyright file.
  9580. * doc/:
  9581. + Wrote manpages for caca-demo and caca-spritedit.
  9582. * examples/caca.txt:
  9583. + Centered the sprite handle.
  9584. + Added a second frame to the sprite.
  9585. ------------------------------------------------------------------------
  9586. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  9587. Changed paths:
  9588. A AUTHORS
  9589. M Makefile.am
  9590. A NEWS
  9591. M configure.ac
  9592. A doc/Makefile.am
  9593. A doc/caca-config.1
  9594. A doc/doxygen.cfg
  9595. A doc/footer.html
  9596. A doc/header.html
  9597. * AUTHORS NEWS:
  9598. + Added these mandatory files.
  9599. * doc/:
  9600. + Wrote a Doxygen configuration file.
  9601. + Added a manpage for caca-config(1), borrowed from sdl-config.
  9602. * configure.ac:
  9603. + Use new style AC_INIT.
  9604. + Error out if no library was found.
  9605. + Added *djgpp* to the list of non-PIC platforms.
  9606. + Added checks for doxygen and latex.
  9607. ------------------------------------------------------------------------
  9608. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  9609. Changed paths:
  9610. M examples/Makefile.am
  9611. M examples/demo.c
  9612. * Disabled gdkpixbuf code.
  9613. ------------------------------------------------------------------------
  9614. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  9615. Changed paths:
  9616. M src/blit.c
  9617. M src/box.c
  9618. M src/caca.c
  9619. M src/caca.h
  9620. M src/caca_internals.h
  9621. M src/conic.c
  9622. M src/graphics.c
  9623. M src/io.c
  9624. M src/line.c
  9625. M src/math.c
  9626. M src/sprite.c
  9627. M src/triangle.c
  9628. * src/:
  9629. + Doxygenated a few things.
  9630. ------------------------------------------------------------------------
  9631. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  9632. Changed paths:
  9633. M TODO
  9634. M examples/demo.c
  9635. M src/blit.c
  9636. M src/caca.h
  9637. * TODO:
  9638. + A few updates.
  9639. * src/blit.c:
  9640. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  9641. + Started removing hardcoded bitmask and pitch values.
  9642. * examples/demo.c:
  9643. + Do something with mouse clicks.
  9644. ------------------------------------------------------------------------
  9645. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  9646. Changed paths:
  9647. M src/io.c
  9648. * src/io.c:
  9649. + Fixed an off-by-one error in the mouse driver.
  9650. ------------------------------------------------------------------------
  9651. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  9652. Changed paths:
  9653. M Makefile.am
  9654. M README
  9655. M TODO
  9656. A caca-config.in
  9657. M configure.ac
  9658. A debian/compat
  9659. M debian/control
  9660. M debian/rules
  9661. M examples/Makefile.am
  9662. M examples/demo.c
  9663. M src/Makefile.am
  9664. * debian/control:
  9665. + Changed section to libs/libdevel instead of games/games.
  9666. + Changed package name to libcaca-dev.
  9667. * debian/rules:
  9668. + Use debian/compat instead of DH_COMPAT.
  9669. + Install README, BUGS and TODO into /usr/share/doc.
  9670. * caca-config.in:
  9671. + First version of the config script.
  9672. * configure.ac src/Makefile.am:
  9673. + Build a static PIC library as well.
  9674. * README TODO:
  9675. + Various updates.
  9676. ------------------------------------------------------------------------
  9677. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  9678. Changed paths:
  9679. M TODO
  9680. M src/io.c
  9681. * TODO: New stuff to do.
  9682. * src/io.c: left and right arrow keys were swapped.
  9683. ------------------------------------------------------------------------
  9684. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  9685. Changed paths:
  9686. M src/blit.c
  9687. M src/caca.c
  9688. M src/io.c
  9689. * src/io.c:
  9690. + Fixed a bug in the mouse coordinates reporting.
  9691. ------------------------------------------------------------------------
  9692. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  9693. Changed paths:
  9694. M examples/demo.c
  9695. M examples/spritedit.c
  9696. M src/blit.c
  9697. M src/caca.c
  9698. M src/caca.h
  9699. M src/io.c
  9700. * src/io.c:
  9701. + Renamed sdl_get_key() into sdl_get_event().
  9702. + Handle mouse clicks.
  9703. * src/caca.c:
  9704. + Activate the terminal's mouse handling if supported.
  9705. ------------------------------------------------------------------------
  9706. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  9707. Changed paths:
  9708. M examples/Makefile.am
  9709. M src/Makefile.am
  9710. M src/blit.c
  9711. M src/caca.h
  9712. M src/io.c
  9713. * src/io.c src/caca.h:
  9714. + Interpret escape sequences for F1, F2, left, right, etc.
  9715. * src/Makefile.am examples/Makefile.am:
  9716. + Install caca.h in /usr/include.
  9717. + Do not install example programs.
  9718. * src/blit.c:
  9719. + Minor improvements to grayscale colors.
  9720. ------------------------------------------------------------------------
  9721. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  9722. Changed paths:
  9723. D .cvsignore
  9724. D autotools/.cvsignore
  9725. * Removed legacy .cvsignore files.
  9726. ------------------------------------------------------------------------
  9727. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  9728. Changed paths:
  9729. M examples/demo.c
  9730. M src/blit.c
  9731. M src/caca.h
  9732. * src/blit.c:
  9733. + Hue calculation now uses integers only.
  9734. + Dithering is now parametrable. Implemented none, ordered, random.
  9735. * examples/demo.c:
  9736. + Added dithering selection.
  9737. ------------------------------------------------------------------------
  9738. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  9739. Changed paths:
  9740. M examples/Makefile.am
  9741. A examples/caca.txt
  9742. M examples/demo.c
  9743. M examples/spritedit.c
  9744. M src/blit.c
  9745. M src/caca.c
  9746. M src/caca.h
  9747. M src/caca_internals.h
  9748. M src/graphics.c
  9749. * src/blit.c:
  9750. + Added caca_set_dithering() (unused yet).
  9751. + Added random dithering.
  9752. * src/caca.h:
  9753. + Renamed legacy EE_* enums to CACA_*.
  9754. * examples/demo.c examples/caca.txt:
  9755. + Added a default sprite for libcaca.
  9756. ------------------------------------------------------------------------
  9757. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  9758. Changed paths:
  9759. M examples/demo.c
  9760. M examples/spritedit.c
  9761. M src/blit.c
  9762. M src/box.c
  9763. M src/caca.c
  9764. M src/caca.h
  9765. M src/caca_internals.h
  9766. M src/conic.c
  9767. M src/graphics.c
  9768. M src/io.c
  9769. M src/line.c
  9770. M src/math.c
  9771. M src/sprite.c
  9772. M src/triangle.c
  9773. * Changed copyleft to LGPL.
  9774. ------------------------------------------------------------------------
  9775. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  9776. Changed paths:
  9777. M Makefile.am
  9778. M configure.ac
  9779. A examples/Makefile.am
  9780. A examples/demo.c
  9781. A examples/spritedit.c
  9782. D libcaca/Makefile.am
  9783. D libcaca/blit.c
  9784. D libcaca/box.c
  9785. D libcaca/caca.c
  9786. D libcaca/caca.h
  9787. D libcaca/caca_internals.h
  9788. D libcaca/conic.c
  9789. D libcaca/graphics.c
  9790. D libcaca/io.c
  9791. D libcaca/line.c
  9792. D libcaca/math.c
  9793. D libcaca/sprite.c
  9794. D libcaca/triangle.c
  9795. A src/Makefile.am
  9796. A src/blit.c
  9797. A src/box.c
  9798. A src/caca.c
  9799. A src/caca.h
  9800. A src/caca_internals.h
  9801. A src/conic.c
  9802. A src/graphics.c
  9803. A src/io.c
  9804. A src/line.c
  9805. A src/math.c
  9806. A src/sprite.c
  9807. A src/triangle.c
  9808. D test/Makefile.am
  9809. D test/demo.c
  9810. D test/spritedit.c
  9811. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  9812. to examples/.
  9813. ------------------------------------------------------------------------
  9814. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  9815. Changed paths:
  9816. M COPYING
  9817. M Makefile.am
  9818. M README
  9819. M TODO
  9820. M bootstrap
  9821. M configure.ac
  9822. D data/Makefile.am
  9823. D data/barboss.txt
  9824. D data/barfight.txt
  9825. D data/bazfight.txt
  9826. D data/bongem.txt
  9827. D data/bonheart.txt
  9828. D data/foofight.txt
  9829. D data/ship.txt
  9830. D data/wpnbomb.txt
  9831. D data/wpnfrag.txt
  9832. D data/xplmed.txt
  9833. D data/xplsmall.txt
  9834. D debian/.cvsignore
  9835. M debian/changelog
  9836. M debian/control
  9837. M debian/rules
  9838. D doc/shapes.txt
  9839. D src/.cvsignore
  9840. D src/Makefile.am
  9841. D src/aliens.c
  9842. D src/bonus.c
  9843. D src/box.c
  9844. D src/ceo.c
  9845. D src/collide.c
  9846. D src/common.h
  9847. D src/explosions.c
  9848. D src/intro.c
  9849. D src/main.c
  9850. D src/overlay.c
  9851. D src/player.c
  9852. D src/starfield.c
  9853. D src/tunnel.c
  9854. D src/weapons.c
  9855. * The big TTYvaders/libcaca split. This is libcaca.
  9856. ------------------------------------------------------------------------
  9857. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  9858. Changed paths:
  9859. M configure.ac
  9860. M libcaca/blit.c
  9861. M libcaca/caca.c
  9862. M libcaca/conic.c
  9863. M libcaca/graphics.c
  9864. M src/weapons.c
  9865. * configure.ac:
  9866. + Added -Wsign-compare to the warning flags.
  9867. * libcaca/caca.c:
  9868. + Fixed a signed/unsigned bug that caused infinite waits with
  9869. ee_set_delay(0).
  9870. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  9871. + Fixed minor signed/unsigned comparison warnings.
  9872. ------------------------------------------------------------------------
  9873. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  9874. Changed paths:
  9875. M Makefile.am
  9876. M TODO
  9877. M configure.ac
  9878. A libcaca/Makefile.am
  9879. A libcaca/blit.c
  9880. A libcaca/box.c
  9881. A libcaca/caca.c
  9882. A libcaca/caca.h
  9883. A libcaca/caca_internals.h
  9884. A libcaca/conic.c
  9885. A libcaca/graphics.c
  9886. A libcaca/io.c
  9887. A libcaca/line.c
  9888. A libcaca/math.c
  9889. A libcaca/sprite.c
  9890. A libcaca/triangle.c
  9891. D libee/Makefile.am
  9892. D libee/blit.c
  9893. D libee/box.c
  9894. D libee/conic.c
  9895. D libee/ee.c
  9896. D libee/ee.h
  9897. D libee/ee_internals.h
  9898. D libee/graphics.c
  9899. D libee/io.c
  9900. D libee/line.c
  9901. D libee/math.c
  9902. D libee/sprite.c
  9903. D libee/triangle.c
  9904. M src/Makefile.am
  9905. M src/aliens.c
  9906. M src/bonus.c
  9907. M src/box.c
  9908. M src/ceo.c
  9909. M src/collide.c
  9910. M src/common.h
  9911. M src/explosions.c
  9912. M src/intro.c
  9913. M src/main.c
  9914. M src/overlay.c
  9915. M src/player.c
  9916. M src/starfield.c
  9917. M src/tunnel.c
  9918. M src/weapons.c
  9919. M test/Makefile.am
  9920. M test/demo.c
  9921. M test/spritedit.c
  9922. * Renamed libee to libcaca. Far less collisions.
  9923. ------------------------------------------------------------------------
  9924. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  9925. Changed paths:
  9926. M libee/Makefile.am
  9927. A libee/blit.c
  9928. M libee/ee.h
  9929. M test/Makefile.am
  9930. M test/demo.c
  9931. * Very ugly ee_blit function. Will be polished in a while.
  9932. ------------------------------------------------------------------------
  9933. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  9934. Changed paths:
  9935. M libee/ee.c
  9936. M libee/ee.h
  9937. M libee/graphics.c
  9938. M test/demo.c
  9939. * libee/ee.c:
  9940. + Replaced ee_color_names[] with ee_get_color_name().
  9941. + Don't oversleep in ee_refresh().
  9942. * libee/graphics.c:
  9943. + Implemented ee_printf().
  9944. * test/demo.c:
  9945. + If new keypresses are detected, don't wait for the next screen refresh.
  9946. + Added an fps counter on demos.
  9947. + Added controls for outlines and drawing boundaries.
  9948. ------------------------------------------------------------------------
  9949. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  9950. Changed paths:
  9951. M libee/ee.c
  9952. M libee/ee.h
  9953. M libee/ee_internals.h
  9954. M libee/graphics.c
  9955. M libee/line.c
  9956. * libee/graphics.c:
  9957. + Correct clipping in ee_putstr() for long strings.
  9958. * libee/ee.c:
  9959. + New ee_get_rendertime() call to provide framerate information.
  9960. * libee/ee.h:
  9961. + Added const keywords where it was meaningful, despite Slang's blatant
  9962. omission of such keywords in its prototypes.
  9963. ------------------------------------------------------------------------
  9964. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  9965. Changed paths:
  9966. M libee/ee.c
  9967. M src/main.c
  9968. M test/demo.c
  9969. * libee/ee.c:
  9970. + Implemented correct framerate wait loop.
  9971. + No framedropping yet.
  9972. * test/demo.c src/main.c:
  9973. + Set an arbitrary framerate for demos.
  9974. ------------------------------------------------------------------------
  9975. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  9976. Changed paths:
  9977. M src/Makefile.am
  9978. M test/Makefile.am
  9979. * Fixed compilation in an alternate directory.
  9980. ------------------------------------------------------------------------
  9981. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  9982. Changed paths:
  9983. M src/box.c
  9984. M src/main.c
  9985. M src/player.c
  9986. M src/starfield.c
  9987. M src/tunnel.c
  9988. M src/weapons.c
  9989. * Sanity checks after each malloc() call.
  9990. ------------------------------------------------------------------------
  9991. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  9992. Changed paths:
  9993. M libee/ee.h
  9994. M libee/math.c
  9995. * libee/math.c:
  9996. + ee_sqrt() now uses unsigned ints.
  9997. + Avoid overflows in ee_sqrt().
  9998. ------------------------------------------------------------------------
  9999. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  10000. Changed paths:
  10001. M src/intro.c
  10002. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  10003. ------------------------------------------------------------------------
  10004. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  10005. Changed paths:
  10006. M libee/ee.c
  10007. M libee/ee_internals.h
  10008. M libee/graphics.c
  10009. M libee/sprite.c
  10010. * libee/ee.c:
  10011. + Error checking in ee_init().
  10012. + Pre-generate the empty line for ee_clear().
  10013. * libee/sprite.c:
  10014. + Better error checking in ee_sprite_load().
  10015. ------------------------------------------------------------------------
  10016. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  10017. Changed paths:
  10018. M libee/conic.c
  10019. M libee/line.c
  10020. M src/box.c
  10021. * Minor coding style changes.
  10022. ------------------------------------------------------------------------
  10023. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  10024. Changed paths:
  10025. M data/Makefile.am
  10026. D data/bar_boss
  10027. D data/bar_fighter
  10028. A data/barboss.txt
  10029. A data/barfight.txt
  10030. D data/baz_fighter
  10031. A data/bazfight.txt
  10032. A data/bongem.txt
  10033. A data/bonheart.txt
  10034. D data/explosion_medium
  10035. D data/explosion_small
  10036. D data/foo_fighter
  10037. A data/foofight.txt
  10038. D data/item_gem
  10039. D data/item_heart
  10040. A data/ship.txt
  10041. D data/ship_green
  10042. D data/weapon_bomb
  10043. D data/weapon_fragbomb
  10044. A data/wpnbomb.txt
  10045. A data/wpnfrag.txt
  10046. A data/xplmed.txt
  10047. A data/xplsmall.txt
  10048. M src/aliens.c
  10049. M src/bonus.c
  10050. M src/explosions.c
  10051. M src/intro.c
  10052. M src/player.c
  10053. M src/weapons.c
  10054. M test/demo.c
  10055. * Renamed sprites to < 8+3 names for the DOS port.
  10056. ------------------------------------------------------------------------
  10057. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  10058. Changed paths:
  10059. M data/bar_boss
  10060. M data/bar_fighter
  10061. M data/baz_fighter
  10062. M data/explosion_medium
  10063. M data/explosion_small
  10064. M data/foo_fighter
  10065. M data/item_gem
  10066. M data/item_heart
  10067. M data/ship_green
  10068. M data/weapon_bomb
  10069. M data/weapon_fragbomb
  10070. M src/starfield.c
  10071. M test/demo.c
  10072. * test/demo.c:
  10073. + Removed a spurious '\n' from an ee_putstr().
  10074. * src/starfield.c:
  10075. + Fixed starfield color.
  10076. * data/:
  10077. + Fixed every sprite's colors.
  10078. ------------------------------------------------------------------------
  10079. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  10080. Changed paths:
  10081. A BUGS
  10082. M Makefile.am
  10083. M README
  10084. M TODO
  10085. M libee/Makefile.am
  10086. M libee/box.c
  10087. M libee/conic.c
  10088. M libee/ee.c
  10089. M libee/ee.h
  10090. A libee/ee_internals.h
  10091. M libee/graphics.c
  10092. M libee/io.c
  10093. M libee/line.c
  10094. M libee/math.c
  10095. M libee/sprite.c
  10096. M libee/triangle.c
  10097. M src/Makefile.am
  10098. M src/overlay.c
  10099. M src/weapons.c
  10100. M test/demo.c
  10101. * libee/ee.h:
  10102. + Added ee_color_names[] containing our 16 color names.
  10103. * libee/ee.c:
  10104. + Extended our color set to the full 16 instead of 10.
  10105. + Precalculate ncurses attributes.
  10106. * libee/graphics.c:
  10107. + Clip color value in ee_set_color().
  10108. + Clip characters in ee_putchar().
  10109. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  10110. * libee/ee_internals.h:
  10111. + New file to share extern variables within libee.
  10112. * test/demo.c:
  10113. + Added a simple demo_color() to output all colors.
  10114. + Replaced four ee_draw_line() with ee_draw_thin_box().
  10115. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  10116. defines y1.
  10117. + Randomized colours from 0 to 15 instead of 1 to 10.
  10118. * src/Makefiles.am:
  10119. + Added -lm to the ttyvaders linking flags because of the intro.
  10120. * README BUGS TODO:
  10121. + Updated.
  10122. ------------------------------------------------------------------------
  10123. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  10124. Changed paths:
  10125. M README
  10126. M configure.ac
  10127. M libee/ee.c
  10128. M libee/graphics.c
  10129. * README:
  10130. + Added a note about dos cross-compilation.
  10131. * configure.ac:
  10132. + Added a check for ScreenUpdate in <pc.h>.
  10133. * libee/graphics.c libee/ee.c:
  10134. + Improved the conio port thanks to ScreenUpdate().
  10135. ------------------------------------------------------------------------
  10136. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  10137. Changed paths:
  10138. M configure.ac
  10139. M libee/conic.c
  10140. M libee/ee.c
  10141. M libee/graphics.c
  10142. M libee/io.c
  10143. M libee/line.c
  10144. * MS-DOS port of libee, using <conio.h>.
  10145. ------------------------------------------------------------------------
  10146. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  10147. Changed paths:
  10148. M data/foo_fighter
  10149. M libee/box.c
  10150. M libee/ee.h
  10151. M libee/graphics.c
  10152. M libee/line.c
  10153. M libee/sprite.c
  10154. M src/Makefile.am
  10155. M src/aliens.c
  10156. M src/bonus.c
  10157. M src/box.c
  10158. M src/common.h
  10159. M src/explosions.c
  10160. A src/intro.c
  10161. M src/main.c
  10162. M src/overlay.c
  10163. M src/player.c
  10164. M src/starfield.c
  10165. M src/tunnel.c
  10166. M src/weapons.c
  10167. M test/demo.c
  10168. M test/spritedit.c
  10169. * libee/graphics.c:
  10170. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  10171. * libee/line.c:
  10172. + Implemented draw_polyline() and draw_thin_polyline().
  10173. * libee/sprite.c:
  10174. + Removed the f member of struct ee_sprite.
  10175. + Implemented ee_get_sprite_{width|height|dx|dy}().
  10176. + Restore the color fater ee_draw_sprite() is called.
  10177. * libee/box.c:
  10178. + Fixed a bug causing improper box clipping at the right and the bottom.
  10179. * data/foo_fighter:
  10180. + Fixed bugs in the sprite.
  10181. * src/intro.c:
  10182. + Test effects for the future game's intro.
  10183. * test/spritedit.c:
  10184. + Added stuff to the sprite editor. We can now navigate through frames.
  10185. ------------------------------------------------------------------------
  10186. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  10187. Changed paths:
  10188. M libee/Makefile.am
  10189. A libee/box.c
  10190. M libee/conic.c
  10191. M libee/ee.h
  10192. M libee/triangle.c
  10193. M test/demo.c
  10194. * libee/triangle.c:
  10195. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  10196. * libee/box.c:
  10197. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  10198. * libee/conic.c:
  10199. + Wrote ee_fill_ellipse().
  10200. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  10201. * test/demo.c:
  10202. + Merged demo_lines() and demo_thin_lines().
  10203. + Merged demo_triangles() and demo_outlined_triangles().
  10204. + Wrote demo_box().
  10205. + Use ee_fill_ellipse() in demo_all().
  10206. ------------------------------------------------------------------------
  10207. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  10208. Changed paths:
  10209. M data/Makefile.am
  10210. A data/ship_green
  10211. M src/collide.c
  10212. M src/main.c
  10213. M src/player.c
  10214. M src/weapons.c
  10215. * src/weapons.c:
  10216. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  10217. * src/player.c:
  10218. + Use ee_draw_sprite() to draw our ship.
  10219. ------------------------------------------------------------------------
  10220. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  10221. Changed paths:
  10222. M libee/Makefile.am
  10223. M libee/conic.c
  10224. M libee/ee.c
  10225. M libee/ee.h
  10226. A libee/graphics.c
  10227. M libee/io.c
  10228. M libee/line.c
  10229. M libee/math.c
  10230. M libee/sprite.c
  10231. M libee/triangle.c
  10232. M src/box.c
  10233. M src/overlay.c
  10234. M src/player.c
  10235. M src/starfield.c
  10236. M src/tunnel.c
  10237. M src/weapons.c
  10238. M test/demo.c
  10239. * libee/graphics.c:
  10240. + Moved ee_putstr() and ee_putchar() in here.
  10241. * libee/ee.h:
  10242. + Got rid of ee_goto().
  10243. + Moved <slang.h> or <curses.h> into libee.
  10244. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  10245. * Ditto for ee_putchar().
  10246. ------------------------------------------------------------------------
  10247. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  10248. Changed paths:
  10249. M data/Makefile.am
  10250. M src/Makefile.am
  10251. M test/Makefile.am
  10252. A test/spritedit.c
  10253. * test/spritedit.c:
  10254. + Placeholder for our upcoming sprite editor.
  10255. * src/Makefile.am data/Makefile.am:
  10256. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  10257. ------------------------------------------------------------------------
  10258. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  10259. Changed paths:
  10260. M data/Makefile.am
  10261. A data/weapon_fragbomb
  10262. M src/weapons.c
  10263. * src/weapons.c data/weapon_fragbomb:
  10264. + Drew the fragbomb sprite.
  10265. + Use the fragbomb in src/weapons.c.
  10266. ------------------------------------------------------------------------
  10267. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  10268. Changed paths:
  10269. M data/Makefile.am
  10270. A data/weapon_bomb
  10271. M src/weapons.c
  10272. * data/weapon_bomb:
  10273. + New bomb sprite.
  10274. * src/weapons.c:
  10275. + Switched the bomb drawing to use ee_draw_sprite().
  10276. ------------------------------------------------------------------------
  10277. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  10278. Changed paths:
  10279. M data/Makefile.am
  10280. A data/explosion_medium
  10281. A data/explosion_small
  10282. M libee/sprite.c
  10283. M src/explosions.c
  10284. * libee/sprite.c:
  10285. + Made sprite loading more robust.
  10286. * src/explosions.c:
  10287. + No longer use ee_putchar etc. to draw our sprites, but use
  10288. ee_draw_sprite().
  10289. * data/:
  10290. + Drew explosion_medium and explosion_small sprites.
  10291. ------------------------------------------------------------------------
  10292. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  10293. Changed paths:
  10294. M libee/conic.c
  10295. * libee/conic.c: Clip circles and ellipses.
  10296. ------------------------------------------------------------------------
  10297. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  10298. Changed paths:
  10299. M libee/conic.c
  10300. M libee/sprite.c
  10301. * libee/sprite.c:
  10302. + Added sanity checks in ee_sprite_* functions.
  10303. * libee/conic.c:
  10304. + Use ellipsepoints() in ee_draw_circle().
  10305. ------------------------------------------------------------------------
  10306. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  10307. Changed paths:
  10308. M test/demo.c
  10309. * test/demo.c:
  10310. + Ellipses demo.
  10311. ------------------------------------------------------------------------
  10312. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  10313. Changed paths:
  10314. M libee/conic.c
  10315. M libee/ee.h
  10316. * libee/conic.c:
  10317. + ee_draw_ellipse().
  10318. ------------------------------------------------------------------------
  10319. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  10320. Changed paths:
  10321. M libee/Makefile.am
  10322. D libee/circle.c
  10323. A libee/conic.c
  10324. M libee/line.c
  10325. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  10326. ------------------------------------------------------------------------
  10327. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  10328. Changed paths:
  10329. M libee/line.c
  10330. * libee/line.c:
  10331. + Added code comments.
  10332. ------------------------------------------------------------------------
  10333. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  10334. Changed paths:
  10335. M configure.ac
  10336. M libee/Makefile.am
  10337. M src/Makefile.am
  10338. M test/Makefile.am
  10339. * configure.ac:
  10340. + Moved optimization flags and warning triggers here.
  10341. + Updated the snapshot timestamp.
  10342. ------------------------------------------------------------------------
  10343. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  10344. Changed paths:
  10345. M test/demo.c
  10346. * test/demo.c: Nicer complete demo.
  10347. ------------------------------------------------------------------------
  10348. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  10349. Changed paths:
  10350. M data/Makefile.am
  10351. A data/baz_fighter
  10352. A data/foo_fighter
  10353. A data/item_gem
  10354. A data/item_heart
  10355. M libee/ee.h
  10356. M libee/sprite.c
  10357. M src/aliens.c
  10358. M src/bonus.c
  10359. M src/box.c
  10360. * libee/sprite.c:
  10361. + More robust sprite loader.
  10362. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  10363. + Free all structures in ee_free_sprite().
  10364. * src/aliens.c src/bonus.c:
  10365. + Use ee_draw_sprite() instead of our manual sprite rendering.
  10366. * src/box.c:
  10367. + Use ee_draw_line() instead of the manual equivalent.
  10368. * data/:
  10369. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  10370. ------------------------------------------------------------------------
  10371. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  10372. Changed paths:
  10373. A data/Makefile.am
  10374. * Oops, forgot data/Makefile.am.
  10375. ------------------------------------------------------------------------
  10376. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  10377. Changed paths:
  10378. M Makefile.am
  10379. M configure.ac
  10380. A data/bar_boss
  10381. A data/bar_fighter
  10382. M test/demo.c
  10383. * test/demo.c:
  10384. + Wrote a little sprite demo.
  10385. * data/:
  10386. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  10387. ------------------------------------------------------------------------
  10388. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  10389. Changed paths:
  10390. M libee/Makefile.am
  10391. M libee/ee.h
  10392. A libee/sprite.c
  10393. * libee/sprite.c:
  10394. + Beginning of sprite handling within the library.
  10395. + Added support to load files.
  10396. ------------------------------------------------------------------------
  10397. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  10398. Changed paths:
  10399. M test/demo.c
  10400. * test/demo.c:
  10401. + outlined triangles demo.
  10402. ------------------------------------------------------------------------
  10403. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  10404. Changed paths:
  10405. M configure.ac
  10406. M libee/Makefile.am
  10407. M src/Makefile.am
  10408. M test/Makefile.am
  10409. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  10410. ------------------------------------------------------------------------
  10411. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  10412. Changed paths:
  10413. M src/aliens.c
  10414. M src/bonus.c
  10415. M src/box.c
  10416. M src/collide.c
  10417. M src/explosions.c
  10418. M src/main.c
  10419. M src/overlay.c
  10420. M src/player.c
  10421. M src/starfield.c
  10422. M src/tunnel.c
  10423. M src/weapons.c
  10424. * src/*.c:
  10425. + Added missing #include "config.h".
  10426. + Fixed a nasty bug in ee_rand() calls.
  10427. ------------------------------------------------------------------------
  10428. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  10429. Changed paths:
  10430. M test/demo.c
  10431. * test/demo.c:
  10432. + Disabled the pyramid demo and wrote a simple triangles demo.
  10433. ------------------------------------------------------------------------
  10434. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  10435. Changed paths:
  10436. M libee/Makefile.am
  10437. M libee/ee.h
  10438. A libee/triangle.c
  10439. M test/Makefile.am
  10440. M test/demo.c
  10441. * libee/triangle.c:
  10442. + Implemented ee_fill_triangle().
  10443. * test/demo.c:
  10444. + Triangle demo.
  10445. ------------------------------------------------------------------------
  10446. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  10447. Changed paths:
  10448. M libee/ee.h
  10449. M libee/line.c
  10450. M test/demo.c
  10451. * libee/line.c:
  10452. + ee_draw_thin_line().
  10453. * test/demo.c:
  10454. + Added a thin lines demo.
  10455. ------------------------------------------------------------------------
  10456. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  10457. Changed paths:
  10458. M libee/line.c
  10459. * libee/line.c: genericized line drawing for future use.
  10460. ------------------------------------------------------------------------
  10461. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  10462. Changed paths:
  10463. M test/demo.c
  10464. * test/demo.c:
  10465. + Putpixel demo.
  10466. + Draw line demo.
  10467. + Draw circle demo.
  10468. + Animated radar demo.
  10469. ------------------------------------------------------------------------
  10470. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  10471. Changed paths:
  10472. M libee/Makefile.am
  10473. A libee/circle.c
  10474. M libee/ee.h
  10475. M libee/line.c
  10476. M src/weapons.c
  10477. * src/weapons.c:
  10478. + Removed draw_circle, use ee_draw_circle instead.
  10479. * libee/circle.c:
  10480. + New ee_draw_circle function.
  10481. * libee/line.c:
  10482. + Changed an internal function's name.
  10483. ------------------------------------------------------------------------
  10484. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  10485. Changed paths:
  10486. M libee/Makefile.am
  10487. M libee/ee.h
  10488. A libee/line.c
  10489. * libee/line.c: Implemented ee_draw_line.
  10490. ------------------------------------------------------------------------
  10491. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  10492. Changed paths:
  10493. M libee/ee.c
  10494. M libee/ee.h
  10495. M test/demo.c
  10496. * libee/ee.c:
  10497. + got rid of DELAY.
  10498. * test/demo.c:
  10499. + Minor animation effect.
  10500. ------------------------------------------------------------------------
  10501. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  10502. Changed paths:
  10503. M libee/math.c
  10504. * libee/math.c: fixed a thinko in ee_rand().
  10505. ------------------------------------------------------------------------
  10506. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  10507. Changed paths:
  10508. M libee/Makefile.am
  10509. M libee/ee.c
  10510. M libee/ee.h
  10511. A libee/io.c
  10512. A libee/math.c
  10513. M src/Makefile.am
  10514. M src/aliens.c
  10515. M src/collide.c
  10516. M src/common.h
  10517. M src/explosions.c
  10518. M src/main.c
  10519. D src/math.c
  10520. M src/starfield.c
  10521. M src/tunnel.c
  10522. M src/weapons.c
  10523. * libee/io.c:
  10524. + Moved ee_get_key() here.
  10525. * libee/math.c:
  10526. + Moved r00t() here and renamed it to ee_sqrt().
  10527. + Moved GET_RAND() here and renamed it to ee_rand().
  10528. * src/math.c:
  10529. + Removed this deprecated file.
  10530. ------------------------------------------------------------------------
  10531. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  10532. Changed paths:
  10533. M src/aliens.c
  10534. M src/bonus.c
  10535. M src/box.c
  10536. M src/ceo.c
  10537. M src/collide.c
  10538. M src/common.h
  10539. M src/explosions.c
  10540. M src/main.c
  10541. M src/math.c
  10542. M src/overlay.c
  10543. M src/player.c
  10544. M src/starfield.c
  10545. M src/tunnel.c
  10546. M src/weapons.c
  10547. * Coding style everywhere.
  10548. ------------------------------------------------------------------------
  10549. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  10550. Changed paths:
  10551. M libee/Makefile.am
  10552. M test/Makefile.am
  10553. A test/demo.c
  10554. * libee/Makefile.am, test/Makefile.am:
  10555. + Added more compiler warning flags.
  10556. * test/demo.c:
  10557. + Small demo for libee.
  10558. ------------------------------------------------------------------------
  10559. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  10560. Changed paths:
  10561. M libee/ee.c
  10562. * libee/ee.c: Fixed a compilation warning.
  10563. ------------------------------------------------------------------------
  10564. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  10565. Changed paths:
  10566. M libee/ee.c
  10567. * libee/ee.c: Exact line fill in ee_clear().
  10568. ------------------------------------------------------------------------
  10569. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  10570. Changed paths:
  10571. M libee/Makefile.am
  10572. M libee/ee.c
  10573. A libee/ee.h
  10574. M src/Makefile.am
  10575. M src/aliens.c
  10576. M src/bonus.c
  10577. M src/box.c
  10578. M src/ceo.c
  10579. M src/common.h
  10580. M src/explosions.c
  10581. M src/main.c
  10582. M src/overlay.c
  10583. M src/player.c
  10584. M src/starfield.c
  10585. M src/tunnel.c
  10586. M src/weapons.c
  10587. * libee is now standalone.
  10588. ------------------------------------------------------------------------
  10589. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  10590. Changed paths:
  10591. M Makefile.am
  10592. M configure.ac
  10593. A libee/Makefile.am
  10594. M src/Makefile.am
  10595. A test/Makefile.am
  10596. * libee is now (almost) standalone.
  10597. ------------------------------------------------------------------------
  10598. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  10599. Changed paths:
  10600. M doc/shapes.txt
  10601. A libee/ee.c
  10602. M src/Makefile.am
  10603. M src/ceo.c
  10604. M src/common.h
  10605. D src/graphics.c
  10606. M src/main.c
  10607. * libee/ee.c:
  10608. + First file in libee, from src/graphics.c.
  10609. + Disable cursor upon initialisation.
  10610. + Added delay code for constant framerate.
  10611. * src/common.h:
  10612. + Minor compilation fix for latest ncurses.
  10613. ------------------------------------------------------------------------
  10614. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  10615. Changed paths:
  10616. M bootstrap
  10617. * bootstrap: always remove autom4te.cache.
  10618. ------------------------------------------------------------------------
  10619. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  10620. Changed paths:
  10621. M bootstrap
  10622. M configure.ac
  10623. * Fixed keywords, ignore, and lots of tiny SVN things.
  10624. ------------------------------------------------------------------------
  10625. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  10626. Changed paths:
  10627. M TODO
  10628. M src/Makefile.am
  10629. A src/box.c
  10630. M src/common.h
  10631. M src/main.c
  10632. M src/overlay.c
  10633. * support for boxes
  10634. * application: pause box
  10635. ------------------------------------------------------------------------
  10636. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  10637. Changed paths:
  10638. M TODO
  10639. M src/collide.c
  10640. * cosmetic code changes.
  10641. * fixed a bug in the tunnel munching.
  10642. ------------------------------------------------------------------------
  10643. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  10644. Changed paths:
  10645. M README
  10646. M TODO
  10647. M configure.ac
  10648. M src/weapons.c
  10649. * fixed the ncurses build.
  10650. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  10651. ------------------------------------------------------------------------
  10652. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  10653. Changed paths:
  10654. M configure.ac
  10655. M src/collide.c
  10656. M src/common.h
  10657. M src/graphics.c
  10658. M src/main.c
  10659. M src/overlay.c
  10660. M src/player.c
  10661. * new timestamp for a new snapshot.
  10662. * lots of sanity checks in collide.c.
  10663. * moved usleep() to graphics.c.
  10664. * added random key generator in the dummy driver.
  10665. * cosmetic changes in the energy bars.
  10666. ------------------------------------------------------------------------
  10667. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  10668. Changed paths:
  10669. M src/Makefile.am
  10670. M src/common.h
  10671. M src/main.c
  10672. A src/overlay.c
  10673. M src/player.c
  10674. * better handling of special weapon timeout.
  10675. * the bomb is now part of the standard fire button effect.
  10676. * overlay for life and special weapon jauges.
  10677. ------------------------------------------------------------------------
  10678. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  10679. Changed paths:
  10680. M src/aliens.c
  10681. M src/collide.c
  10682. M src/common.h
  10683. M src/main.c
  10684. M src/player.c
  10685. * aliens are now named foo, bar and baz.
  10686. * beginning of life jauges.
  10687. ------------------------------------------------------------------------
  10688. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  10689. Changed paths:
  10690. M src/common.h
  10691. M src/main.c
  10692. M src/player.c
  10693. * ship has vx and vy.
  10694. ------------------------------------------------------------------------
  10695. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  10696. Changed paths:
  10697. M TODO
  10698. M src/main.c
  10699. M src/tunnel.c
  10700. * cosmetic change: reworked draw_tunnel.
  10701. ------------------------------------------------------------------------
  10702. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  10703. Changed paths:
  10704. M src/main.c
  10705. M src/tunnel.c
  10706. * lasers are now twice as fast.
  10707. * walls are now filled, and displayed on top of aliens.
  10708. ------------------------------------------------------------------------
  10709. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  10710. Changed paths:
  10711. M configure.ac
  10712. M src/Makefile.am
  10713. M src/ceo.c
  10714. M src/common.h
  10715. M src/graphics.c
  10716. M src/main.c
  10717. M src/tunnel.c
  10718. * added support for --disable-slang.
  10719. * fixed an overflow in the tunnel update code.
  10720. * fragbomb is now 'f', not 'd'.
  10721. * added a missing call to init_bonus().
  10722. ------------------------------------------------------------------------
  10723. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  10724. Changed paths:
  10725. M TODO
  10726. M src/collide.c
  10727. M src/common.h
  10728. M src/main.c
  10729. M src/starfield.c
  10730. M src/tunnel.c
  10731. M src/weapons.c
  10732. * the beam now digs the tunnel.
  10733. * the starfield is now an array of stars.
  10734. * fixed wall rendering (offset issues and disappearing left wall).
  10735. * 32 seekers on fragbomb explosion, not 16.
  10736. ------------------------------------------------------------------------
  10737. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  10738. Changed paths:
  10739. M src/weapons.c
  10740. * seekers and homing bombs react more quickly.
  10741. * 16 seekers on fragbomb explosion instead of 12.
  10742. ------------------------------------------------------------------------
  10743. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  10744. Changed paths:
  10745. M src/math.c
  10746. M src/weapons.c
  10747. * fixed a segfault when the target seeker speed was zero.
  10748. * factorized the seeker generation on fragbomb explosion.
  10749. ------------------------------------------------------------------------
  10750. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  10751. Changed paths:
  10752. M src/Makefile.am
  10753. M src/common.h
  10754. A src/math.c
  10755. M src/weapons.c
  10756. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  10757. ------------------------------------------------------------------------
  10758. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  10759. Changed paths:
  10760. M doc/shapes.txt
  10761. M src/aliens.c
  10762. M src/ceo.c
  10763. M src/collide.c
  10764. M src/common.h
  10765. M src/main.c
  10766. M src/weapons.c
  10767. * dead aliens don't explode in the collision loop but in their update loop.
  10768. * new super weapon, the fragmentation bomb.
  10769. ------------------------------------------------------------------------
  10770. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  10771. Changed paths:
  10772. M .cvsignore
  10773. M Makefile.am
  10774. A autotools/.cvsignore
  10775. A autotools/Makefile.am
  10776. M bootstrap
  10777. M configure.ac
  10778. M debian/.cvsignore
  10779. M src/Makefile.am
  10780. * Moved generated autotools files to the autotools/ directory.
  10781. ------------------------------------------------------------------------
  10782. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  10783. Changed paths:
  10784. M src/aliens.c
  10785. M src/bonus.c
  10786. M src/ceo.c
  10787. M src/collide.c
  10788. M src/common.h
  10789. M src/explosions.c
  10790. M src/graphics.c
  10791. M src/main.c
  10792. M src/player.c
  10793. M src/starfield.c
  10794. M src/tunnel.c
  10795. M src/weapons.c
  10796. * I think I fucked up the $Id tags on my previous commit.
  10797. ------------------------------------------------------------------------
  10798. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  10799. Changed paths:
  10800. A COPYING
  10801. M src/aliens.c
  10802. M src/bonus.c
  10803. M src/ceo.c
  10804. M src/collide.c
  10805. M src/common.h
  10806. M src/explosions.c
  10807. M src/graphics.c
  10808. M src/main.c
  10809. M src/player.c
  10810. M src/starfield.c
  10811. M src/tunnel.c
  10812. M src/weapons.c
  10813. * added the COPYING file (GPLv2).
  10814. * added GPL headers to source files.
  10815. ------------------------------------------------------------------------
  10816. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  10817. Changed paths:
  10818. M src/Makefile.am
  10819. A src/ceo.c
  10820. M src/common.h
  10821. M src/main.c
  10822. * tab == hotkey for CEO alert.
  10823. ------------------------------------------------------------------------
  10824. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  10825. Changed paths:
  10826. M TODO
  10827. M doc/shapes.txt
  10828. M src/aliens.c
  10829. * 3rd alien type.
  10830. ------------------------------------------------------------------------
  10831. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  10832. Changed paths:
  10833. D Makefile
  10834. * Scrapped Makefile.
  10835. ------------------------------------------------------------------------
  10836. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  10837. Changed paths:
  10838. M Makefile
  10839. A README
  10840. A TODO
  10841. * README and TODO files.
  10842. ------------------------------------------------------------------------
  10843. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  10844. Changed paths:
  10845. M Makefile
  10846. M configure.ac
  10847. M doc/shapes.txt
  10848. M src/collide.c
  10849. M src/weapons.c
  10850. * the bomb's head is now white
  10851. ------------------------------------------------------------------------
  10852. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  10853. Changed paths:
  10854. M doc/shapes.txt
  10855. M src/aliens.c
  10856. M src/collide.c
  10857. M src/common.h
  10858. M src/main.c
  10859. M src/weapons.c
  10860. * new weapon: bomb.
  10861. * beam now collides with aliens.
  10862. ------------------------------------------------------------------------
  10863. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  10864. Changed paths:
  10865. M doc/shapes.txt
  10866. M src/common.h
  10867. M src/main.c
  10868. M src/weapons.c
  10869. * 'beam' weapon.
  10870. ------------------------------------------------------------------------
  10871. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  10872. Changed paths:
  10873. M Makefile
  10874. M configure.ac
  10875. M debian/changelog
  10876. M debian/control
  10877. M debian/rules
  10878. M doc/shapes.txt
  10879. M src/Makefile.am
  10880. M src/aliens.c
  10881. A src/bonus.c
  10882. M src/collide.c
  10883. M src/common.h
  10884. M src/explosions.c
  10885. M src/graphics.c
  10886. M src/main.c
  10887. M src/player.c
  10888. M src/starfield.c
  10889. M src/tunnel.c
  10890. M src/weapons.c
  10891. * real Debian package files.
  10892. * two new types of aliens. only one rules.
  10893. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  10894. * added bonuses at alien death. they do nothing yet.
  10895. * seeker missiles. 'b' to test.
  10896. * weapon resolution is now 16*char. needs to be generalized.
  10897. * fixed the supernova bugs. center could collide with the tunnel, and
  10898. the last frame was badly displayed.
  10899. * lots of cleanups everywhere.
  10900. ------------------------------------------------------------------------
  10901. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  10902. Changed paths:
  10903. M .cvsignore
  10904. M Makefile
  10905. A Makefile.am
  10906. D aliens.c
  10907. A bootstrap
  10908. D collide.c
  10909. D common.h
  10910. A configure.ac
  10911. A debian/.cvsignore
  10912. A debian/Makefile.am
  10913. A debian/changelog
  10914. A debian/control
  10915. A debian/rules
  10916. A doc/shapes.txt
  10917. D explosions.c
  10918. D graphics.c
  10919. D main.c
  10920. D player.c
  10921. D shapes.txt
  10922. A src/.cvsignore
  10923. A src/Makefile.am
  10924. A src/aliens.c
  10925. A src/collide.c
  10926. A src/common.h
  10927. A src/explosions.c
  10928. A src/graphics.c
  10929. A src/main.c
  10930. A src/player.c
  10931. A src/starfield.c
  10932. A src/tunnel.c
  10933. A src/weapons.c
  10934. D starfield.c
  10935. D tunnel.c
  10936. D weapons.c
  10937. * autotoolificationized the whole thing.
  10938. ------------------------------------------------------------------------
  10939. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  10940. Changed paths:
  10941. M collide.c
  10942. M common.h
  10943. M explosions.c
  10944. M main.c
  10945. M player.c
  10946. M weapons.c
  10947. * moved nuke from explosions to weapons.
  10948. * used a cool Bresenham algorithm to draw the nuke circles.
  10949. * nuke collides with aliens.
  10950. ------------------------------------------------------------------------
  10951. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  10952. Changed paths:
  10953. A .cvsignore
  10954. * .cvsignore file.
  10955. ------------------------------------------------------------------------
  10956. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  10957. Changed paths:
  10958. A Makefile
  10959. A aliens.c
  10960. A collide.c
  10961. A common.h
  10962. A explosions.c
  10963. A graphics.c
  10964. A main.c
  10965. A player.c
  10966. A shapes.txt
  10967. A starfield.c
  10968. A tunnel.c
  10969. A weapons.c
  10970. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  10971. the nuke is still ugly, almost no collision detection. Nice demo :)
  10972. ------------------------------------------------------------------------