Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

8935 rindas
288 KiB

  1. ------------------------------------------------------------------------
  2. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/debian/caca-utils.install
  5. M /trunk/debian/libcucul-dev.install
  6. * Updated the Debian build scripts.
  7. ------------------------------------------------------------------------
  8. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  9. Changed paths:
  10. M /trunk/cucul/canvas.c
  11. * Fixed an out of bounds bug in cucul_blit().
  12. ------------------------------------------------------------------------
  13. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  14. Changed paths:
  15. M /trunk/caca-config.in
  16. * Removed legacy CUCUL_LIBS from caca-config.
  17. ------------------------------------------------------------------------
  18. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  19. Changed paths:
  20. M /trunk/caca/driver_ncurses.c
  21. M /trunk/caca/driver_slang.c
  22. * UTF-8 input support for ncurses.
  23. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  24. ------------------------------------------------------------------------
  25. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  26. Changed paths:
  27. M /trunk/caca/graphics.c
  28. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  29. ------------------------------------------------------------------------
  30. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  31. Changed paths:
  32. M /trunk/caca/caca.c
  33. M /trunk/caca/driver_ncurses.c
  34. M /trunk/configure.ac
  35. * Fixed UTF-8 support in ncurses.
  36. * Set ncurses's priority higher than slang.
  37. ------------------------------------------------------------------------
  38. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  39. Changed paths:
  40. M /trunk/TODO
  41. * Updated TODO list.
  42. ------------------------------------------------------------------------
  43. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  44. Changed paths:
  45. M /trunk/caca/driver_slang.c
  46. M /trunk/cucul/box.c
  47. M /trunk/cucul/canvas.c
  48. M /trunk/cucul/charset.c
  49. M /trunk/cucul/conic.c
  50. M /trunk/cucul/cucul.h
  51. M /trunk/cucul/line.c
  52. M /trunk/cucul/triangle.c
  53. * Have cucul_utf8_to_utf32 write how many bytes it read.
  54. * Use that in the SLang driver so that it supports UTF-8 input.
  55. ------------------------------------------------------------------------
  56. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  57. Changed paths:
  58. M /trunk/cucul/export.c
  59. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  60. an explicit cast.
  61. ------------------------------------------------------------------------
  62. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  63. Changed paths:
  64. M /trunk/caca/caca.c
  65. M /trunk/caca/driver_ncurses.c
  66. M /trunk/test/colors.c
  67. M /trunk/test/input.c
  68. * Minor cosmetic changes in the test programs.
  69. * Code enhancements in the ncurses driver.
  70. * Added a comment to explain why slang has a higher priority than ncurses.
  71. ------------------------------------------------------------------------
  72. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  73. Changed paths:
  74. M /trunk/caca/driver_conio.c
  75. * Fixed the DOS build.
  76. ------------------------------------------------------------------------
  77. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  78. Changed paths:
  79. M /trunk/caca/caca_internals.h
  80. * Minor cosmetic fix.
  81. ------------------------------------------------------------------------
  82. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  83. Changed paths:
  84. M /trunk/caca/Makefile.am
  85. M /trunk/cucul/Makefile.am
  86. M /trunk/cxx/Makefile.am
  87. M /trunk/kernel/Makefile.am
  88. M /trunk/test/Makefile.am
  89. M /trunk/tools/Makefile.am
  90. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  91. from an alternate directory (they failed to find common.h).
  92. ------------------------------------------------------------------------
  93. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  94. Changed paths:
  95. M /trunk/configure.ac
  96. M /trunk/src/Makefile.am
  97. * Removed --enable-network flag, but reused the test as a condition for
  98. building cacaserver.
  99. ------------------------------------------------------------------------
  100. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  101. Changed paths:
  102. M /trunk/build-dos
  103. M /trunk/build-win32
  104. * Updated build scripts for DOS and Win32.
  105. ------------------------------------------------------------------------
  106. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  107. Changed paths:
  108. M /trunk/caca/driver_ncurses.c
  109. M /trunk/caca/driver_slang.c
  110. * Got backspace to work with the slang and ncurses drivers in an X
  111. terminal window.
  112. ------------------------------------------------------------------------
  113. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  114. Changed paths:
  115. M /trunk/caca/driver_gl.c
  116. * More coding style fixes in the GL driver.
  117. ------------------------------------------------------------------------
  118. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  119. Changed paths:
  120. M /trunk/caca/driver_gl.c
  121. * Fixed awful indenting of the GL plugin.
  122. ------------------------------------------------------------------------
  123. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  124. Changed paths:
  125. M /trunk/caca/driver_ncurses.c
  126. * Make the ncurses driver UTF-8 and UTF-32 aware.
  127. * Add the backspace key to the ncurses driver.
  128. ------------------------------------------------------------------------
  129. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  130. Changed paths:
  131. M /trunk/caca/driver_slang.c
  132. * Make the slang driver UTF-8 and UTF-32 aware.
  133. * Add the backspace key to the slang driver.
  134. ------------------------------------------------------------------------
  135. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  136. Changed paths:
  137. M /trunk/caca/caca.h
  138. M /trunk/caca/driver_conio.c
  139. M /trunk/caca/driver_gl.c
  140. M /trunk/caca/driver_ncurses.c
  141. M /trunk/caca/driver_slang.c
  142. M /trunk/caca/driver_win32.c
  143. M /trunk/caca/driver_x11.c
  144. M /trunk/caca/event.c
  145. M /trunk/test/input.c
  146. * Renamed the event data member "ucs4" to "utf32" for consistency
  147. with "utf8".
  148. ------------------------------------------------------------------------
  149. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  150. Changed paths:
  151. M /trunk/debian/changelog
  152. M /trunk/debian/control
  153. * Added information from a recent Debian upload of the old
  154. version of libcaca.
  155. ------------------------------------------------------------------------
  156. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  157. Changed paths:
  158. M /trunk/test
  159. M /trunk/test/Makefile.am
  160. A /trunk/test/input.c
  161. * Text input test program. Might be merged into libcaca if it works well.
  162. ------------------------------------------------------------------------
  163. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  164. Changed paths:
  165. M /trunk/TODO
  166. * Updated the TODO list.
  167. ------------------------------------------------------------------------
  168. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  169. Changed paths:
  170. M /trunk/debian/caca-utils.install
  171. M /trunk/debian/libcucul-dev.install
  172. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  173. ------------------------------------------------------------------------
  174. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  175. Changed paths:
  176. M /trunk/caca/caca.h
  177. M /trunk/caca/graphics.c
  178. M /trunk/python/pypycaca.c
  179. M /trunk/python/pypycaca.h
  180. M /trunk/src/aafire.c
  181. M /trunk/src/cacaball.c
  182. M /trunk/src/cacamoir.c
  183. M /trunk/src/cacaplas.c
  184. M /trunk/test/demo.c
  185. M /trunk/test/frames.c
  186. M /trunk/test/gamma.c
  187. * Renamed caca_set_delay() and caca_get_rendertime() into
  188. caca_set_display_time() and caca_get_display_time() for consistency.
  189. ------------------------------------------------------------------------
  190. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  191. Changed paths:
  192. M /trunk/cucul/charset.c
  193. * Documented the newly exported charset functions.
  194. ------------------------------------------------------------------------
  195. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  196. Changed paths:
  197. M /trunk/caca/driver_ncurses.c
  198. M /trunk/caca/driver_slang.c
  199. M /trunk/cucul/box.c
  200. M /trunk/cucul/canvas.c
  201. M /trunk/cucul/charset.c
  202. M /trunk/cucul/conic.c
  203. M /trunk/cucul/cucul.h
  204. M /trunk/cucul/cucul_internals.h
  205. M /trunk/cucul/export.c
  206. M /trunk/cucul/import.c
  207. M /trunk/cucul/line.c
  208. M /trunk/cucul/triangle.c
  209. M /trunk/tools/makefont.c
  210. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  211. ------------------------------------------------------------------------
  212. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  213. Changed paths:
  214. M /trunk/cucul/font.c
  215. M /trunk/cucul/font_mono9.h
  216. M /trunk/cucul/font_monobold12.h
  217. * Regenerated fonts and reactivated them under Win32.
  218. ------------------------------------------------------------------------
  219. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  220. Changed paths:
  221. M /trunk/tools/makefont.c
  222. * Elite trick in the font generator to cope with C89's string length
  223. limitation of 509 characters. Instead of doing:
  224. char foo[10] = "abcdefghij";
  225. we now do:
  226. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  227. ------------------------------------------------------------------------
  228. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  229. Changed paths:
  230. M /trunk/test/font2tga.c
  231. * font2tga no longer needs cucul_internal.h.
  232. ------------------------------------------------------------------------
  233. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  234. Changed paths:
  235. M /trunk/cucul/box.c
  236. M /trunk/cucul/canvas.c
  237. M /trunk/cucul/conic.c
  238. M /trunk/cucul/cucul.h
  239. M /trunk/cucul/cucul_internals.h
  240. M /trunk/cucul/dither.c
  241. M /trunk/cucul/import.c
  242. M /trunk/cucul/line.c
  243. M /trunk/cucul/triangle.c
  244. M /trunk/test/font2tga.c
  245. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  246. int which shall be used as an UTF-32 character. We do not have any casting
  247. problems due to the signedness of chars because all characters were
  248. ASCII (ie. <= 0x7f) beforehands.
  249. ------------------------------------------------------------------------
  250. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  251. Changed paths:
  252. M /trunk/test
  253. M /trunk/test/Makefile.am
  254. A /trunk/test/font2tga.c
  255. * Added font2tga, a test program that exports our font in a known format.
  256. ------------------------------------------------------------------------
  257. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  258. Changed paths:
  259. M /trunk/test/export.c
  260. * If the export test target is ANSI or UTF-8, dither image with special
  261. shaded glyphs.
  262. ------------------------------------------------------------------------
  263. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  264. Changed paths:
  265. M /trunk/configure.ac
  266. * Removed useless -lXt from X11 libraries check.
  267. ------------------------------------------------------------------------
  268. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  269. Changed paths:
  270. M /trunk/cucul/import.c
  271. * Workaround for illegal ^[[0,0H ANSI escape code.
  272. ------------------------------------------------------------------------
  273. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  274. Changed paths:
  275. M /trunk/cucul/dither.c
  276. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  277. better performances.
  278. ------------------------------------------------------------------------
  279. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  280. Changed paths:
  281. M /trunk/cucul/export.c
  282. * Add linebreaks to the ANSI exporter for better readability, and use
  283. the save/load cursor position trick to ignore them.
  284. ------------------------------------------------------------------------
  285. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  286. Changed paths:
  287. M /trunk/cucul/export.c
  288. * Fixed postscript exporter, image in not at the bottom of the page anymore
  289. ------------------------------------------------------------------------
  290. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  291. Changed paths:
  292. M /trunk/src/cacaserver.c
  293. * Use UTF-8 instead of ANSI in cacaserver
  294. ------------------------------------------------------------------------
  295. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  296. Changed paths:
  297. M /trunk/cucul/font_mono9.h
  298. M /trunk/cucul/font_monobold12.h
  299. * Optimise built-in fonts. We gain about 100kB in the final binary.
  300. ------------------------------------------------------------------------
  301. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  302. Changed paths:
  303. M /trunk/tools/makefont.c
  304. * Optimise similar glyphs when generating a font. Given how many glyphs
  305. are unavailable, this is a significant gain.
  306. ------------------------------------------------------------------------
  307. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  308. Changed paths:
  309. M /trunk/caca/driver_x11.c
  310. * Added the long dash and middle dot CP437 characters to the X11 driver.
  311. ------------------------------------------------------------------------
  312. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  313. Changed paths:
  314. M /trunk/cucul/import.c
  315. * If the ANSI file we import does not use the 80 columns, we don't expand
  316. the canvas to 80 columns.
  317. ------------------------------------------------------------------------
  318. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  319. Changed paths:
  320. M /trunk/src/cacadraw.c
  321. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  322. * Decreased PgUp/PgDn scrolling rate.
  323. ------------------------------------------------------------------------
  324. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  325. Changed paths:
  326. M /trunk/kernel/kernel.c
  327. * Removed a useless cast in the kernel code.
  328. ------------------------------------------------------------------------
  329. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  330. Changed paths:
  331. M /trunk/DotNet
  332. M /trunk/DotNet/AssemblyInfo.cs
  333. M /trunk/DotNet/Caca.cs
  334. M /trunk/DotNet/Cucul.cs
  335. M /trunk/DotNet/test.cs
  336. * Set svn properties on the .NET files.
  337. ------------------------------------------------------------------------
  338. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  339. Changed paths:
  340. M /trunk/test/font.c
  341. M /trunk/test/text.c
  342. * Cosmetic fix in test/font.c.
  343. * Use UTF-8 output in test/text.c instead of ANSI.
  344. ------------------------------------------------------------------------
  345. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  346. Changed paths:
  347. M /trunk/caca/caca.h
  348. * Minor cosmetic fix in a comment.
  349. ------------------------------------------------------------------------
  350. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  351. Changed paths:
  352. M /trunk/cucul/font_mono9.h
  353. M /trunk/cucul/font_monobold12.h
  354. M /trunk/tools/makefont.c
  355. * Added a few more Unicode blocks to the default fonts.
  356. ------------------------------------------------------------------------
  357. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  358. Changed paths:
  359. M /trunk/cucul/transform.c
  360. * Added a few more Unicode characters to the glyph transformations.
  361. ------------------------------------------------------------------------
  362. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  363. Changed paths:
  364. M /trunk/cucul/cucul.h
  365. M /trunk/cucul/dither.c
  366. * Changed the cucul_create_dither() prototype to make sure the mask
  367. arguments are at least 32 bits.
  368. ------------------------------------------------------------------------
  369. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  370. Changed paths:
  371. M /trunk/test/export.c
  372. * Make the export test 80 columns wide, so that the ANSI we generate can
  373. be read by other programs.
  374. ------------------------------------------------------------------------
  375. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  376. Changed paths:
  377. M /trunk/cucul/font_mono9.h
  378. M /trunk/cucul/font_monobold12.h
  379. * Updated fonts with the new hardcoded CP437 glyphs.
  380. ------------------------------------------------------------------------
  381. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  382. Changed paths:
  383. M /trunk/tools/makefont.c
  384. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  385. good with Pango.
  386. ------------------------------------------------------------------------
  387. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  388. Changed paths:
  389. M /trunk/caca/driver_ncurses.c
  390. M /trunk/caca/driver_slang.c
  391. M /trunk/tools/Makefile.am
  392. M /trunk/tools/makefont.c
  393. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  394. ------------------------------------------------------------------------
  395. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  396. Changed paths:
  397. M /trunk/cucul/export.c
  398. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  399. SVG exporters.
  400. ------------------------------------------------------------------------
  401. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  402. Changed paths:
  403. M /trunk/cucul/charset.c
  404. M /trunk/cucul/cucul_internals.h
  405. * Implemented the private _cucul_utf32_to_utf8() helper.
  406. ------------------------------------------------------------------------
  407. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  408. Changed paths:
  409. M /trunk/cucul/export.c
  410. * Exporter now generates valid ANSI, with CP437 characters.
  411. ------------------------------------------------------------------------
  412. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  413. Changed paths:
  414. M /trunk/cucul/export.c
  415. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  416. text.
  417. ------------------------------------------------------------------------
  418. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  419. Changed paths:
  420. M /trunk/cucul/colour.c
  421. * Use a slightly different RGB palette for ANSI colours, so that brown
  422. really looks like brown and not like desaturated yellow.
  423. ------------------------------------------------------------------------
  424. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  425. Changed paths:
  426. M /trunk/DotNet/test.cs
  427. M /trunk/caca/event.c
  428. M /trunk/doc/tutorial.dox
  429. * Fixed error in tutorial, updated caca_get_event() doc
  430. ------------------------------------------------------------------------
  431. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  432. Changed paths:
  433. M /trunk/DotNet/AssemblyInfo.cs
  434. M /trunk/DotNet/Caca.cs
  435. M /trunk/DotNet/Cucul.cs
  436. M /trunk/DotNet/test.cs
  437. * Fixed $Id
  438. ------------------------------------------------------------------------
  439. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  440. Changed paths:
  441. A /trunk/DotNet
  442. A /trunk/DotNet/AssemblyInfo.cs
  443. A /trunk/DotNet/Caca.cs
  444. A /trunk/DotNet/Cucul.cs
  445. A /trunk/DotNet/Makefile
  446. A /trunk/DotNet/libCaca.dll.config
  447. A /trunk/DotNet/libCucul.dll.config
  448. A /trunk/DotNet/test.cs
  449. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  450. ------------------------------------------------------------------------
  451. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  452. Changed paths:
  453. M /trunk/cucul/cucul.h
  454. M /trunk/cucul/dither.c
  455. M /trunk/cucul/export.c
  456. M /trunk/cucul/font.c
  457. M /trunk/cucul/import.c
  458. M /trunk/cucul/sprite.c
  459. M /trunk/cucul/transform.c
  460. * Completed return value and errno handling in libcucul API.
  461. ------------------------------------------------------------------------
  462. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  463. Changed paths:
  464. M /trunk/test/export.c
  465. * Allow an optional input filename in the export test for cheap conversions.
  466. ------------------------------------------------------------------------
  467. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  468. Changed paths:
  469. M /trunk/caca/driver_gl.c
  470. M /trunk/cucul/import.c
  471. * coding style fixes again
  472. ------------------------------------------------------------------------
  473. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  474. Changed paths:
  475. M /trunk/cxx/caca++.cpp
  476. M /trunk/cxx/caca++.h
  477. M /trunk/cxx/cucul++.h
  478. M /trunk/src/cacadraw.c
  479. * Fixed indentation. I did it myself, I'm a big boy.
  480. ------------------------------------------------------------------------
  481. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  482. Changed paths:
  483. M /trunk/cucul/import.c
  484. * Fixed line wrapping on some weird ANSI files.
  485. ------------------------------------------------------------------------
  486. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  487. Changed paths:
  488. M /trunk/cucul/import.c
  489. * Fixed an ANSI rendering bug related to the bold attribute.
  490. ------------------------------------------------------------------------
  491. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  492. Changed paths:
  493. M /trunk/cucul/font_mono9.h
  494. M /trunk/cucul/font_monobold12.h
  495. M /trunk/tools/makefont.c
  496. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  497. built-in font so that we now cover all of CP437.
  498. ------------------------------------------------------------------------
  499. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  500. Changed paths:
  501. M /trunk/cucul/import.c
  502. * Minor code reorganisation and documenting.
  503. ------------------------------------------------------------------------
  504. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  505. Changed paths:
  506. M /trunk/caca/driver_gl.c
  507. * Added preliminary (it means that's fucked up) CP437 codepage
  508. ------------------------------------------------------------------------
  509. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  510. Changed paths:
  511. M /trunk/caca/driver_x11.c
  512. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  513. ------------------------------------------------------------------------
  514. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  515. Changed paths:
  516. M /trunk/caca/driver_gl.c
  517. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  518. ------------------------------------------------------------------------
  519. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  520. Changed paths:
  521. M /trunk/caca/driver_x11.c
  522. * removed duplicate code
  523. ------------------------------------------------------------------------
  524. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  525. Changed paths:
  526. M /trunk/caca/driver_x11.c
  527. * Wow, we even have Home/End support in X11.
  528. ------------------------------------------------------------------------
  529. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  530. Changed paths:
  531. M /trunk/caca/driver_x11.c
  532. * PageUp/PageDown support in X11.
  533. ------------------------------------------------------------------------
  534. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  535. Changed paths:
  536. M /trunk/caca/driver_gl.c
  537. * Fixed home/pgup/pgdown/insert events
  538. ------------------------------------------------------------------------
  539. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  540. Changed paths:
  541. M /trunk/src/cacadraw.c
  542. * page up / down
  543. ------------------------------------------------------------------------
  544. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  545. Changed paths:
  546. M /trunk/cucul/import.c
  547. * In ANSI, bold only sets the foreground colour to bright, not the
  548. background.
  549. ------------------------------------------------------------------------
  550. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  551. Changed paths:
  552. M /trunk/src
  553. M /trunk/src/Makefile.am
  554. A /trunk/src/cacadraw.c
  555. M /trunk/test/import.c
  556. * Added cacadraw. It only shows files and lets you scroll for now, but
  557. it will eventually evolve into something better.
  558. ------------------------------------------------------------------------
  559. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  560. Changed paths:
  561. M /trunk/cucul/import.c
  562. * Really updated doc
  563. ------------------------------------------------------------------------
  564. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  565. Changed paths:
  566. M /trunk/cucul/import.c
  567. * Fixed documentation for import
  568. ------------------------------------------------------------------------
  569. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  570. Changed paths:
  571. D /trunk/cpp
  572. * Removed legacy cpp directory.
  573. ------------------------------------------------------------------------
  574. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  575. Changed paths:
  576. M /trunk/Makefile.am
  577. M /trunk/configure.ac
  578. A /trunk/cxx (from /trunk/cpp:684)
  579. M /trunk/cxx/Makefile.am
  580. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  581. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  582. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  583. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  584. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  585. * Updated C++ bindings and renamed directory to more comprehensive cxx
  586. ------------------------------------------------------------------------
  587. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  588. Changed paths:
  589. M /trunk/test/event.c
  590. * Minor typo.
  591. ------------------------------------------------------------------------
  592. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  593. Changed paths:
  594. M /trunk/cpp/caca++.cpp
  595. M /trunk/cpp/caca++.h
  596. M /trunk/cpp/cpptest.cpp
  597. M /trunk/cpp/cucul++.cpp
  598. M /trunk/cpp/cucul++.h
  599. * Updated libcaca c++ bindings
  600. ------------------------------------------------------------------------
  601. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  602. Changed paths:
  603. M /trunk/cucul/buffer.c
  604. M /trunk/cucul/cucul.h
  605. M /trunk/cucul/cucul_internals.h
  606. M /trunk/cucul/export.c
  607. M /trunk/cucul/import.c
  608. M /trunk/src/cacaplay.c
  609. M /trunk/src/cacaserver.c
  610. M /trunk/test
  611. M /trunk/test/import.c
  612. M /trunk/test/text.c
  613. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  614. a file and a memory area into a libcucul buffer.
  615. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  616. buffers instead of simple memory areas.
  617. ------------------------------------------------------------------------
  618. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  619. Changed paths:
  620. M /trunk/cucul/import.c
  621. * Argh, _really_ fixed the uninitialised variable.
  622. ------------------------------------------------------------------------
  623. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  624. Changed paths:
  625. M /trunk/cucul/import.c
  626. * Fixed an uninitialised variable.
  627. ------------------------------------------------------------------------
  628. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  629. Changed paths:
  630. M /trunk/cucul/import.c
  631. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  632. sequences longer than 100 characters.
  633. * Documented the escape sequence format.
  634. ------------------------------------------------------------------------
  635. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  636. Changed paths:
  637. M /trunk/cpp/cpptest.cpp
  638. M /trunk/cpp/cucul++.cpp
  639. M /trunk/cpp/cucul++.h
  640. M /trunk/test/demo.c
  641. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  642. ------------------------------------------------------------------------
  643. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  644. Changed paths:
  645. M /trunk/cucul/import.c
  646. * More robust ANSI sequence argument parser. Detects private sequences and
  647. intermediate bytes.
  648. ------------------------------------------------------------------------
  649. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  650. Changed paths:
  651. M /trunk/cucul/import.c
  652. * Fixed warning in a clever and tested way. Bordel de merde.
  653. ------------------------------------------------------------------------
  654. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  655. Changed paths:
  656. M /trunk/cucul/import.c
  657. * Coding style.
  658. ------------------------------------------------------------------------
  659. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  660. Changed paths:
  661. M /trunk/cucul/import.c
  662. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  663. ------------------------------------------------------------------------
  664. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  665. Changed paths:
  666. M /trunk/cucul/import.c
  667. * Fixed warnings in ansi importer
  668. ------------------------------------------------------------------------
  669. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  670. Changed paths:
  671. M /trunk/cucul/import.c
  672. * More cleaning up of the ANSI loader. Fixed reverse video.
  673. ------------------------------------------------------------------------
  674. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  675. Changed paths:
  676. M /trunk/cucul/colour.c
  677. * Set the transparent colour's RGB values to the default colour's ones.
  678. ------------------------------------------------------------------------
  679. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  680. Changed paths:
  681. M /trunk/cucul/import.c
  682. * Improved ANSI format detection
  683. ------------------------------------------------------------------------
  684. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  685. Changed paths:
  686. M /trunk/cucul/import.c
  687. * Really fixed bold in ANSI loader, and removed dead code.
  688. ------------------------------------------------------------------------
  689. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  690. Changed paths:
  691. M /trunk/cucul/import.c
  692. * Simplified _manage_modifiers() a bit.
  693. ------------------------------------------------------------------------
  694. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  695. Changed paths:
  696. M /trunk/cucul/import.c
  697. * Fixed bold support in ANSI loader.
  698. ------------------------------------------------------------------------
  699. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  700. Changed paths:
  701. M /trunk/cucul/import.c
  702. * A few fixes in the ANSI interpreter.
  703. ------------------------------------------------------------------------
  704. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  705. Changed paths:
  706. M /trunk/cucul/import.c
  707. * Got rid of _update_canvas_size().
  708. ------------------------------------------------------------------------
  709. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  710. Changed paths:
  711. M /trunk/cucul/import.c
  712. * _updated_coding_style(aBit);
  713. ------------------------------------------------------------------------
  714. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  715. Changed paths:
  716. M /trunk/cucul/import.c
  717. * Ahahaha. Meet the "optimisation" that breaks everything.
  718. ------------------------------------------------------------------------
  719. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  720. Changed paths:
  721. M /trunk/cucul/import.c
  722. * Small optimisation in import_text().
  723. ------------------------------------------------------------------------
  724. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  725. Changed paths:
  726. M /trunk/cucul/import.c
  727. * Really minor coding style fixes in the ANSI importer.
  728. ------------------------------------------------------------------------
  729. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  730. Changed paths:
  731. M /trunk/cucul/canvas.c
  732. M /trunk/cucul/colour.c
  733. M /trunk/cucul/cucul.c
  734. M /trunk/cucul/cucul.h
  735. M /trunk/cucul/cucul_internals.h
  736. * More error checking in libcucul.
  737. ------------------------------------------------------------------------
  738. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  739. Changed paths:
  740. M /trunk/test/import.c
  741. * Jylam is too modest.
  742. ------------------------------------------------------------------------
  743. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  744. Changed paths:
  745. A /trunk/test/import.c
  746. * Added importers test
  747. ------------------------------------------------------------------------
  748. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  749. Changed paths:
  750. M /trunk/cucul/import.c
  751. M /trunk/test/Makefile.am
  752. * Added preliminary ANSI importer, added import formats autodection
  753. ------------------------------------------------------------------------
  754. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  755. Changed paths:
  756. M /trunk/configure.ac
  757. M /trunk/cucul/box.c
  758. M /trunk/cucul/buffer.c
  759. M /trunk/cucul/canvas.c
  760. M /trunk/cucul/conic.c
  761. M /trunk/cucul/cucul.h
  762. M /trunk/cucul/line.c
  763. M /trunk/cucul/triangle.c
  764. * Check for <errno.h>.
  765. * Started changing function prototypes so that they return an integer
  766. instead of void, just in case they might fail.
  767. ------------------------------------------------------------------------
  768. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  769. Changed paths:
  770. M /trunk/cucul/Makefile.am
  771. M /trunk/cucul/cucul.h
  772. D /trunk/cucul/error.c
  773. * Reverted that errno stuff. We'll just use the real errno.
  774. ------------------------------------------------------------------------
  775. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  776. Changed paths:
  777. M /trunk/cucul/Makefile.am
  778. M /trunk/cucul/cucul.h
  779. A /trunk/cucul/error.c
  780. * Added basis for an errno-like mechanism.
  781. ------------------------------------------------------------------------
  782. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  783. Changed paths:
  784. M /trunk/build-win32
  785. M /trunk/configure.ac
  786. * Removed my previously introduced --enable-pangoft2 and replaced it with
  787. a nicer cross compilation check.
  788. ------------------------------------------------------------------------
  789. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  790. Changed paths:
  791. M /trunk/build-win32
  792. M /trunk/configure.ac
  793. M /trunk/src/Makefile.am
  794. M /trunk/src/cacaserver.c
  795. * Brought the Win32 build back on its wheels.
  796. ------------------------------------------------------------------------
  797. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  798. Changed paths:
  799. M /trunk/common.h
  800. M /trunk/configure.ac
  801. M /trunk/cucul/font.c
  802. M /trunk/src/cacaserver.c
  803. M /trunk/tools/makefont.c
  804. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  805. ------------------------------------------------------------------------
  806. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  807. Changed paths:
  808. M /trunk/caca/driver_win32.c
  809. * Fixed minor compilation warning.
  810. ------------------------------------------------------------------------
  811. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  812. Changed paths:
  813. M /trunk/common.h
  814. * Win32 compilation fix.
  815. ------------------------------------------------------------------------
  816. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  817. Changed paths:
  818. M /trunk/cucul/font.c
  819. * On win32, only disable the built-in fonts, not all the font functions.
  820. ------------------------------------------------------------------------
  821. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  822. Changed paths:
  823. M /trunk/common.h
  824. M /trunk/configure.ac
  825. M /trunk/cucul/font.c
  826. M /trunk/tools/makefont.c
  827. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  828. * Implement htons/htonl in common.h just in case.
  829. ------------------------------------------------------------------------
  830. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  831. Changed paths:
  832. M /trunk/doc/style.dox
  833. * Hahaha, fixed the coding style example.
  834. ------------------------------------------------------------------------
  835. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  836. Changed paths:
  837. M /trunk/caca/caca.c
  838. M /trunk/caca/caca_internals.h
  839. M /trunk/caca/driver_conio.c
  840. M /trunk/caca/driver_gl.c
  841. M /trunk/caca/driver_ncurses.c
  842. M /trunk/caca/driver_raw.c
  843. M /trunk/caca/driver_slang.c
  844. M /trunk/caca/driver_vga.c
  845. M /trunk/caca/driver_win32.c
  846. M /trunk/caca/driver_x11.c
  847. M /trunk/caca/event.c
  848. M /trunk/caca/graphics.c
  849. M /trunk/caca/time.c
  850. M /trunk/common.h
  851. M /trunk/configure.ac
  852. M /trunk/cucul/box.c
  853. M /trunk/cucul/buffer.c
  854. M /trunk/cucul/canvas.c
  855. M /trunk/cucul/charset.c
  856. M /trunk/cucul/colour.c
  857. M /trunk/cucul/conic.c
  858. M /trunk/cucul/cucul.c
  859. M /trunk/cucul/cucul_internals.h
  860. M /trunk/cucul/dither.c
  861. M /trunk/cucul/export.c
  862. M /trunk/cucul/font.c
  863. M /trunk/cucul/import.c
  864. M /trunk/cucul/line.c
  865. M /trunk/cucul/sprite.c
  866. M /trunk/cucul/transform.c
  867. M /trunk/cucul/triangle.c
  868. M /trunk/kernel/kernel.c
  869. M /trunk/src/aafire.c
  870. M /trunk/src/cacaball.c
  871. M /trunk/src/cacamoir.c
  872. M /trunk/src/cacaplas.c
  873. M /trunk/src/cacaplay.c
  874. M /trunk/src/cacaserver.c
  875. M /trunk/src/cacaview.c
  876. M /trunk/src/common-image.c
  877. M /trunk/src/img2irc.c
  878. M /trunk/test/colors.c
  879. M /trunk/test/demo.c
  880. M /trunk/test/dithering.c
  881. M /trunk/test/event.c
  882. M /trunk/test/spritedit.c
  883. M /trunk/tools/makefont.c
  884. M /trunk/tools/optipal.c
  885. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  886. in all .c files that needed it.
  887. ------------------------------------------------------------------------
  888. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  889. Changed paths:
  890. M /trunk/Makefile.am
  891. A /trunk/common.h
  892. M /trunk/test/export.c
  893. M /trunk/test/font.c
  894. M /trunk/test/frames.c
  895. M /trunk/test/gamma.c
  896. M /trunk/test/hsv.c
  897. M /trunk/test/text.c
  898. M /trunk/test/transform.c
  899. M /trunk/test/truecolor.c
  900. M /trunk/test/unicode.c
  901. * Added "common.h", a placeholder for simple features and functions missing
  902. from some systems.
  903. ------------------------------------------------------------------------
  904. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  905. Changed paths:
  906. M /trunk/cucul/export.c
  907. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  908. whether we want plain ASCII, UTF-8, or CP437.
  909. ------------------------------------------------------------------------
  910. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  911. Changed paths:
  912. M /trunk/configure.ac
  913. * Oops, fixed an old typo that brevented building without PangoFt2.
  914. ------------------------------------------------------------------------
  915. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  916. Changed paths:
  917. M /trunk/debian/Makefile.am
  918. M /trunk/debian/caca-utils.install
  919. M /trunk/debian/libcucul-dev.install
  920. * Fixed Debian build files.
  921. ------------------------------------------------------------------------
  922. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  923. Changed paths:
  924. M /trunk/configure.ac
  925. * Do not bail out if PangoFt2 was not found.
  926. ------------------------------------------------------------------------
  927. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  928. Changed paths:
  929. M /trunk/ChangeLog
  930. M /trunk/NEWS
  931. M /trunk/TODO
  932. * 0.99.beta1 release.
  933. ------------------------------------------------------------------------
  934. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  935. Changed paths:
  936. M /trunk/configure.ac
  937. M /trunk/cucul/Makefile.am
  938. M /trunk/test/Makefile.am
  939. * Got rid of CUCUL_LIBS. It's unused.
  940. ------------------------------------------------------------------------
  941. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  942. Changed paths:
  943. M /trunk/Makefile.am
  944. M /trunk/debian
  945. M /trunk/debian/Makefile.am
  946. A /trunk/debian/caca-utils.install
  947. M /trunk/debian/changelog
  948. M /trunk/debian/control
  949. A /trunk/debian/libcaca-dev.install
  950. A /trunk/debian/libcaca0.install
  951. A /trunk/debian/libcucul-dev.install
  952. A /trunk/debian/libcucul0.install
  953. M /trunk/debian/rules
  954. M /trunk/doc/Makefile.am
  955. * Updated Debian build rules.
  956. ------------------------------------------------------------------------
  957. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  958. Changed paths:
  959. M /trunk/caca/event.c
  960. M /trunk/doc/migrating.dox
  961. M /trunk/test/colors.c
  962. M /trunk/test/dithering.c
  963. M /trunk/test/font.c
  964. M /trunk/test/frames.c
  965. M /trunk/test/hsv.c
  966. M /trunk/test/transform.c
  967. M /trunk/test/truecolor.c
  968. M /trunk/test/unicode.c
  969. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  970. ------------------------------------------------------------------------
  971. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  972. Changed paths:
  973. M /trunk/doc/migrating.dox
  974. * Minor updates to the migration documentation.
  975. ------------------------------------------------------------------------
  976. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  977. Changed paths:
  978. M /trunk/doc/Makefile.am
  979. * Slightly improved the documentation build rules dependencies.
  980. ------------------------------------------------------------------------
  981. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  982. Changed paths:
  983. M /trunk/ChangeLog
  984. M /trunk/NEWS
  985. M /trunk/TODO
  986. * Updated ChangeLog, NEWS and TODO.
  987. ------------------------------------------------------------------------
  988. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  989. Changed paths:
  990. M /trunk/doc/libcaca.dox
  991. M /trunk/doc/migrating.dox
  992. * Updated the migration guide.
  993. ------------------------------------------------------------------------
  994. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  995. Changed paths:
  996. M /trunk/doc/style.dox
  997. * Wrote the C coding style documentation.
  998. ------------------------------------------------------------------------
  999. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  1000. Changed paths:
  1001. M /trunk/test
  1002. M /trunk/test/Makefile.am
  1003. A /trunk/test/frames.c
  1004. A /trunk/test/text.c
  1005. * Added a test for multiple frames support.
  1006. * Added a test for textfile loading.
  1007. ------------------------------------------------------------------------
  1008. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  1009. Changed paths:
  1010. M /trunk/cucul/cucul.c
  1011. M /trunk/cucul/cucul.h
  1012. M /trunk/cucul/cucul_internals.h
  1013. M /trunk/cucul/sprite.c
  1014. * Support for multiple frames in canvases.
  1015. ------------------------------------------------------------------------
  1016. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  1017. Changed paths:
  1018. M /trunk/cucul/import.c
  1019. * Added a simple "text" importer, until the cool ANSI importer arrives.
  1020. ------------------------------------------------------------------------
  1021. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  1022. Changed paths:
  1023. M /trunk/cucul/export.c
  1024. * Disabled the foreground/background optimisation in the IRC export because
  1025. it breaks on too many IRC clients.
  1026. ------------------------------------------------------------------------
  1027. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1028. Changed paths:
  1029. M /trunk/test/demo.c
  1030. M /trunk/test/spritedit.c
  1031. * Disabled sprite stuff from the tests.
  1032. ------------------------------------------------------------------------
  1033. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1034. Changed paths:
  1035. M /trunk/cpp/caca++.h
  1036. M /trunk/cpp/cucul++.cpp
  1037. M /trunk/cpp/cucul++.h
  1038. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  1039. ------------------------------------------------------------------------
  1040. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  1041. Changed paths:
  1042. M /trunk/configure.ac
  1043. M /trunk/cpp/Makefile.am
  1044. * Fixed --enable-cpp to actually do something. Also, disabled it by
  1045. default for the release, because it's not up to date and needs a lot
  1046. of polishing.
  1047. ------------------------------------------------------------------------
  1048. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1049. Changed paths:
  1050. M /trunk/doc/Makefile.am
  1051. M /trunk/doc/libcaca.dox
  1052. M /trunk/doc/migrating.dox
  1053. A /trunk/doc/style.dox
  1054. A /trunk/doc/tutorial.dox
  1055. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  1056. ------------------------------------------------------------------------
  1057. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  1058. Changed paths:
  1059. M /trunk/configure.ac
  1060. * Set version number to 0.99.beta1.
  1061. ------------------------------------------------------------------------
  1062. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  1063. Changed paths:
  1064. M /trunk/cucul/cucul.c
  1065. M /trunk/cucul/cucul_internals.h
  1066. * Got rid of cv->scratch_line. It's unused, too.
  1067. ------------------------------------------------------------------------
  1068. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1069. Changed paths:
  1070. M /trunk/cucul/cucul.c
  1071. M /trunk/cucul/cucul_internals.h
  1072. * Got rid of cv->empty_line, it's now unused.
  1073. ------------------------------------------------------------------------
  1074. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  1075. Changed paths:
  1076. M /trunk/configure.ac
  1077. M /trunk/cpp/cucul++.cpp
  1078. M /trunk/cpp/cucul++.h
  1079. M /trunk/cucul/canvas.c
  1080. M /trunk/cucul/cucul.h
  1081. M /trunk/src/cacaview.c
  1082. M /trunk/src/img2irc.c
  1083. M /trunk/test/colors.c
  1084. M /trunk/test/demo.c
  1085. M /trunk/test/event.c
  1086. M /trunk/test/gamma.c
  1087. M /trunk/test/spritedit.c
  1088. * Changed cucul_clear_canvas() again. It now uses the current foreground
  1089. and background colours to clear the screen.
  1090. ------------------------------------------------------------------------
  1091. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  1092. Changed paths:
  1093. M /trunk/cpp/caca++.cpp
  1094. M /trunk/cpp/caca++.h
  1095. * Fixed a segfault in the C++ bindings. Vieux porc !
  1096. ------------------------------------------------------------------------
  1097. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  1098. Changed paths:
  1099. M /trunk/caca/Makefile.am
  1100. M /trunk/configure.ac
  1101. M /trunk/cpp/Makefile.am
  1102. M /trunk/cucul/Makefile.am
  1103. * Set library names to lib*.so.0.10.0.
  1104. ------------------------------------------------------------------------
  1105. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  1106. Changed paths:
  1107. M /trunk/cucul/import.c
  1108. * Fixed a compilation warning.
  1109. ------------------------------------------------------------------------
  1110. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  1111. Changed paths:
  1112. M /trunk/cucul/import.c
  1113. * Minor documentation fix.
  1114. ------------------------------------------------------------------------
  1115. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  1116. Changed paths:
  1117. M /trunk/cpp/caca++.cpp
  1118. M /trunk/cpp/caca++.h
  1119. M /trunk/cpp/cpptest.cpp
  1120. M /trunk/cpp/cucul++.cpp
  1121. M /trunk/cpp/cucul++.h
  1122. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  1123. ------------------------------------------------------------------------
  1124. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  1125. Changed paths:
  1126. M /trunk/caca/driver_raw.c
  1127. M /trunk/cpp/cucul++.cpp
  1128. M /trunk/cpp/cucul++.h
  1129. M /trunk/cucul/Makefile.am
  1130. M /trunk/cucul/cucul.c
  1131. M /trunk/cucul/cucul.h
  1132. M /trunk/cucul/export.c
  1133. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  1134. M /trunk/src/cacaplay.c
  1135. M /trunk/src/cacaserver.c
  1136. M /trunk/src/img2irc.c
  1137. M /trunk/test/export.c
  1138. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  1139. cucul_import_canvas().
  1140. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  1141. ------------------------------------------------------------------------
  1142. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1143. Changed paths:
  1144. M /trunk/cucul/colour.c
  1145. M /trunk/cucul/dither.c
  1146. M /trunk/cucul/export.c
  1147. M /trunk/cucul/font.c
  1148. * Minor documentation improvements.
  1149. ------------------------------------------------------------------------
  1150. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  1151. Changed paths:
  1152. M /trunk/TODO
  1153. M /trunk/caca/caca.h
  1154. M /trunk/cucul/cucul.h
  1155. M /trunk/doc/Makefile.am
  1156. M /trunk/doc/libcaca.dox
  1157. A /trunk/doc/migrating.dox
  1158. A /trunk/doc/user.dox
  1159. * Documentation improvements. Wrote a small migration guide and added the
  1160. skeleton of a tutorial for Jylam.
  1161. ------------------------------------------------------------------------
  1162. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  1163. Changed paths:
  1164. M /trunk/AUTHORS
  1165. M /trunk/NEWS
  1166. M /trunk/THANKS
  1167. M /trunk/TODO
  1168. M /trunk/caca/caca.h
  1169. M /trunk/doc/Makefile.am
  1170. M /trunk/doc/doxygen.cfg.in
  1171. A /trunk/doc/libcaca.dox
  1172. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  1173. documentation page from caca.h to a separate file.
  1174. ------------------------------------------------------------------------
  1175. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1176. Changed paths:
  1177. M /trunk/caca/driver_ncurses.c
  1178. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  1179. ------------------------------------------------------------------------
  1180. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  1181. Changed paths:
  1182. M /trunk/cpp/Makefile.am
  1183. * Workaround for broken C++ linking with old libtool versions.
  1184. ------------------------------------------------------------------------
  1185. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  1186. Changed paths:
  1187. M /trunk/NOTES
  1188. M /trunk/tools/optipal.c
  1189. * Moved the technical discussion on S-Lang's palette optimisation from
  1190. NOTES to tools/optipal.c.
  1191. ------------------------------------------------------------------------
  1192. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  1193. Changed paths:
  1194. M /trunk/caca/caca.c
  1195. M /trunk/caca/caca.h
  1196. M /trunk/caca/caca_internals.h
  1197. M /trunk/caca/driver_conio.c
  1198. M /trunk/caca/driver_gl.c
  1199. M /trunk/caca/driver_ncurses.c
  1200. M /trunk/caca/driver_raw.c
  1201. M /trunk/caca/driver_slang.c
  1202. M /trunk/caca/driver_vga.c
  1203. M /trunk/caca/driver_win32.c
  1204. M /trunk/caca/driver_x11.c
  1205. M /trunk/caca/graphics.c
  1206. M /trunk/cpp/caca++.cpp
  1207. M /trunk/cpp/caca++.h
  1208. M /trunk/cucul/cucul.c
  1209. M /trunk/python/pypycaca.c
  1210. M /trunk/python/pypycaca.h
  1211. M /trunk/src/aafire.c
  1212. M /trunk/src/cacaball.c
  1213. M /trunk/src/cacamoir.c
  1214. M /trunk/src/cacaplas.c
  1215. M /trunk/src/cacaplay.c
  1216. M /trunk/src/cacaview.c
  1217. M /trunk/test/colors.c
  1218. M /trunk/test/demo.c
  1219. M /trunk/test/dithering.c
  1220. M /trunk/test/event.c
  1221. M /trunk/test/font.c
  1222. M /trunk/test/gamma.c
  1223. M /trunk/test/hsv.c
  1224. M /trunk/test/spritedit.c
  1225. M /trunk/test/transform.c
  1226. M /trunk/test/truecolor.c
  1227. M /trunk/test/unicode.c
  1228. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  1229. ------------------------------------------------------------------------
  1230. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  1231. Changed paths:
  1232. M /trunk/caca/driver_raw.c
  1233. M /trunk/cucul/cucul.c
  1234. M /trunk/cucul/export.c
  1235. M /trunk/src/cacaserver.c
  1236. * Added a new "caca" exporter.
  1237. * Removed most code from the raw driver and replaced it with a call to the
  1238. caca exporter.
  1239. * Slightly changed the caca export format and updated code accordingly.
  1240. * Improved cacaserver error reporting.
  1241. ------------------------------------------------------------------------
  1242. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  1243. Changed paths:
  1244. M /trunk/debian/control
  1245. * Updates to the Debian build files.
  1246. ------------------------------------------------------------------------
  1247. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  1248. Changed paths:
  1249. M /trunk/cucul/dither.c
  1250. M /trunk/src/aafire.c
  1251. M /trunk/src/cacaball.c
  1252. M /trunk/src/cacamoir.c
  1253. M /trunk/src/cacaplas.c
  1254. M /trunk/src/cacaview.c
  1255. M /trunk/src/img2irc.c
  1256. M /trunk/test/demo.c
  1257. M /trunk/test/export.c
  1258. M /trunk/test/font.c
  1259. M /trunk/test/gamma.c
  1260. M /trunk/test/hsv.c
  1261. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  1262. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  1263. computations.
  1264. ------------------------------------------------------------------------
  1265. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  1266. Changed paths:
  1267. M /trunk/cucul/cucul.c
  1268. M /trunk/cucul/dither.c
  1269. M /trunk/test/demo.c
  1270. M /trunk/test/dithering.c
  1271. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  1272. values between 0 and 9 (used to be 0 and 10). Updated documentation
  1273. accordingly.
  1274. ------------------------------------------------------------------------
  1275. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  1276. Changed paths:
  1277. M /trunk/cpp/cucul++.cpp
  1278. M /trunk/cpp/cucul++.h
  1279. M /trunk/cucul/canvas.c
  1280. M /trunk/cucul/cucul.h
  1281. M /trunk/src/cacaview.c
  1282. M /trunk/src/img2irc.c
  1283. M /trunk/test/colors.c
  1284. M /trunk/test/demo.c
  1285. M /trunk/test/event.c
  1286. M /trunk/test/gamma.c
  1287. M /trunk/test/spritedit.c
  1288. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  1289. choose the background colour.
  1290. ------------------------------------------------------------------------
  1291. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  1292. Changed paths:
  1293. M /trunk/caca/driver_conio.c
  1294. M /trunk/caca/driver_gl.c
  1295. M /trunk/caca/driver_ncurses.c
  1296. M /trunk/caca/driver_slang.c
  1297. M /trunk/caca/driver_vga.c
  1298. M /trunk/caca/driver_win32.c
  1299. M /trunk/caca/driver_x11.c
  1300. M /trunk/caca/graphics.c
  1301. M /trunk/cpp/cucul++.cpp
  1302. M /trunk/cucul/Makefile.am
  1303. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  1304. M /trunk/cucul/cucul.c
  1305. M /trunk/cucul/cucul.h
  1306. M /trunk/cucul/cucul_internals.h
  1307. M /trunk/cucul/export.c
  1308. M /trunk/cucul/font.c
  1309. M /trunk/src/aafire.c
  1310. M /trunk/src/cacaball.c
  1311. M /trunk/src/cacamoir.c
  1312. M /trunk/src/cacaplas.c
  1313. M /trunk/src/cacaplay.c
  1314. M /trunk/src/cacaserver.c
  1315. M /trunk/src/cacaview.c
  1316. M /trunk/src/img2irc.c
  1317. M /trunk/test/colors.c
  1318. M /trunk/test/demo.c
  1319. M /trunk/test/dithering.c
  1320. M /trunk/test/event.c
  1321. M /trunk/test/export.c
  1322. M /trunk/test/font.c
  1323. M /trunk/test/gamma.c
  1324. M /trunk/test/hsv.c
  1325. M /trunk/test/spritedit.c
  1326. M /trunk/test/transform.c
  1327. M /trunk/test/truecolor.c
  1328. M /trunk/test/unicode.c
  1329. * Renamed main canvas-related functions so that they have "canvas" in
  1330. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  1331. * Moved buffer-related functions to cucul/buffer.c.
  1332. ------------------------------------------------------------------------
  1333. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  1334. Changed paths:
  1335. M /trunk/tools/makefont.c
  1336. * Cosmetic changes.
  1337. ------------------------------------------------------------------------
  1338. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  1339. Changed paths:
  1340. M /trunk/caca/caca.c
  1341. M /trunk/caca/caca.h
  1342. M /trunk/caca/caca_internals.h
  1343. M /trunk/caca/driver_conio.c
  1344. M /trunk/caca/driver_gl.c
  1345. M /trunk/caca/driver_ncurses.c
  1346. M /trunk/caca/driver_raw.c
  1347. M /trunk/caca/driver_slang.c
  1348. M /trunk/caca/driver_vga.c
  1349. M /trunk/caca/driver_win32.c
  1350. M /trunk/caca/driver_x11.c
  1351. M /trunk/caca/event.c
  1352. M /trunk/caca/graphics.c
  1353. M /trunk/cpp/caca++.cpp
  1354. M /trunk/cpp/caca++.h
  1355. M /trunk/cpp/cucul++.cpp
  1356. M /trunk/cpp/cucul++.h
  1357. M /trunk/cucul/box.c
  1358. M /trunk/cucul/canvas.c
  1359. M /trunk/cucul/charset.c
  1360. M /trunk/cucul/colour.c
  1361. M /trunk/cucul/conic.c
  1362. M /trunk/cucul/cucul.c
  1363. M /trunk/cucul/dither.c
  1364. M /trunk/cucul/export.c
  1365. M /trunk/cucul/font.c
  1366. M /trunk/cucul/line.c
  1367. M /trunk/cucul/sprite.c
  1368. M /trunk/cucul/transform.c
  1369. M /trunk/cucul/triangle.c
  1370. M /trunk/src/aafire.c
  1371. M /trunk/src/cacaball.c
  1372. M /trunk/src/cacamoir.c
  1373. M /trunk/src/cacaplas.c
  1374. M /trunk/src/cacaplay.c
  1375. M /trunk/src/cacaview.c
  1376. M /trunk/src/img2irc.c
  1377. M /trunk/test/colors.c
  1378. M /trunk/test/demo.c
  1379. M /trunk/test/dithering.c
  1380. M /trunk/test/event.c
  1381. M /trunk/test/export.c
  1382. M /trunk/test/font.c
  1383. M /trunk/test/gamma.c
  1384. M /trunk/test/hsv.c
  1385. M /trunk/test/spritedit.c
  1386. M /trunk/test/transform.c
  1387. M /trunk/test/truecolor.c
  1388. M /trunk/test/unicode.c
  1389. * Renamed caca_t into caca_display_t.
  1390. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  1391. ------------------------------------------------------------------------
  1392. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  1393. Changed paths:
  1394. M /trunk/caca/caca.c
  1395. M /trunk/caca/caca.h
  1396. M /trunk/caca/caca_internals.h
  1397. M /trunk/caca/driver_conio.c
  1398. M /trunk/caca/driver_gl.c
  1399. M /trunk/caca/driver_ncurses.c
  1400. M /trunk/caca/driver_raw.c
  1401. M /trunk/caca/driver_slang.c
  1402. M /trunk/caca/driver_vga.c
  1403. M /trunk/caca/driver_win32.c
  1404. M /trunk/caca/driver_x11.c
  1405. M /trunk/caca/event.c
  1406. M /trunk/caca/graphics.c
  1407. M /trunk/cpp/caca++.cpp
  1408. M /trunk/cpp/cucul++.cpp
  1409. M /trunk/cpp/cucul++.h
  1410. M /trunk/cucul/box.c
  1411. M /trunk/cucul/canvas.c
  1412. M /trunk/cucul/colour.c
  1413. M /trunk/cucul/conic.c
  1414. M /trunk/cucul/cucul.c
  1415. M /trunk/cucul/cucul.h
  1416. M /trunk/cucul/cucul_internals.h
  1417. M /trunk/cucul/dither.c
  1418. M /trunk/cucul/export.c
  1419. M /trunk/cucul/font.c
  1420. M /trunk/cucul/line.c
  1421. M /trunk/cucul/sprite.c
  1422. M /trunk/cucul/transform.c
  1423. M /trunk/cucul/triangle.c
  1424. M /trunk/src/aafire.c
  1425. M /trunk/src/cacaball.c
  1426. M /trunk/src/cacamoir.c
  1427. M /trunk/src/cacaplas.c
  1428. M /trunk/src/cacaplay.c
  1429. M /trunk/src/cacaserver.c
  1430. M /trunk/src/cacaview.c
  1431. M /trunk/src/img2irc.c
  1432. M /trunk/test/colors.c
  1433. M /trunk/test/demo.c
  1434. M /trunk/test/dithering.c
  1435. M /trunk/test/event.c
  1436. M /trunk/test/export.c
  1437. M /trunk/test/font.c
  1438. M /trunk/test/gamma.c
  1439. M /trunk/test/hsv.c
  1440. M /trunk/test/spritedit.c
  1441. M /trunk/test/transform.c
  1442. M /trunk/test/truecolor.c
  1443. M /trunk/test/unicode.c
  1444. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  1445. ------------------------------------------------------------------------
  1446. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  1447. Changed paths:
  1448. M /trunk/cpp/Makefile.am
  1449. * Fixed C++ bindings makefile so that it does not try to use the system's
  1450. <cucul.h> and <caca.h> headers.
  1451. ------------------------------------------------------------------------
  1452. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  1453. Changed paths:
  1454. M /trunk/cucul/export.c
  1455. * Truecolor support for the HTML and HTMLv3 exporters.
  1456. ------------------------------------------------------------------------
  1457. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  1458. Changed paths:
  1459. M /trunk/cucul/colour.c
  1460. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  1461. ------------------------------------------------------------------------
  1462. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  1463. Changed paths:
  1464. M /trunk/README
  1465. M /trunk/TODO
  1466. * Updated README (caca-config -> pkg-config) and TODO.
  1467. ------------------------------------------------------------------------
  1468. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  1469. Changed paths:
  1470. M /trunk/cucul/export.c
  1471. M /trunk/tools/makefont.c
  1472. * Cosmetic code changes and minor optimisations.
  1473. ------------------------------------------------------------------------
  1474. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  1475. Changed paths:
  1476. M /trunk/cucul/Makefile.am
  1477. M /trunk/cucul/cucul.c
  1478. M /trunk/cucul/cucul_internals.h
  1479. A /trunk/cucul/export.c
  1480. D /trunk/cucul/export_ansi.c
  1481. D /trunk/cucul/export_bitmap.c
  1482. D /trunk/cucul/export_html.c
  1483. D /trunk/cucul/export_irc.c
  1484. D /trunk/cucul/export_ps.c
  1485. D /trunk/cucul/export_svg.c
  1486. * Merged again all export functions into cucul/export.c. They're all the
  1487. same and they're very short (50-100 lines).
  1488. ------------------------------------------------------------------------
  1489. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  1490. Changed paths:
  1491. M /trunk/cucul/cucul.h
  1492. M /trunk/cucul/font.c
  1493. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  1494. compilation warnings.
  1495. ------------------------------------------------------------------------
  1496. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  1497. Changed paths:
  1498. M /trunk/test/event.c
  1499. * Handle CACA_EVENT_QUIT in the event test program.
  1500. ------------------------------------------------------------------------
  1501. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  1502. Changed paths:
  1503. M /trunk/configure.ac
  1504. * Workaround for broken AC_PATH_X autoconf macros.
  1505. ------------------------------------------------------------------------
  1506. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  1507. Changed paths:
  1508. M /trunk/caca/driver_x11.c
  1509. * Compilation fix.
  1510. ------------------------------------------------------------------------
  1511. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  1512. Changed paths:
  1513. M /trunk/TODO
  1514. M /trunk/caca/caca.h
  1515. M /trunk/caca/driver_gl.c
  1516. M /trunk/caca/driver_x11.c
  1517. M /trunk/configure.ac
  1518. * Implemented CACA_EVENT_QUIT. Unused yet.
  1519. ------------------------------------------------------------------------
  1520. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  1521. Changed paths:
  1522. M /trunk/cpp
  1523. M /trunk/cpp/Makefile.am
  1524. * Fixed autotools stuff in the cpp bindings.
  1525. ------------------------------------------------------------------------
  1526. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  1527. Changed paths:
  1528. M /trunk/cpp/cpptest.cpp
  1529. * Compilation fix in cpptest.cpp.
  1530. ------------------------------------------------------------------------
  1531. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  1532. Changed paths:
  1533. M /trunk/cpp/caca++.cpp
  1534. M /trunk/cpp/caca++.h
  1535. M /trunk/cpp/cpptest.cpp
  1536. * Fixed compile problem, put Event outside Caca class
  1537. ------------------------------------------------------------------------
  1538. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  1539. Changed paths:
  1540. M /trunk/cpp/cucul++.cpp
  1541. M /trunk/cpp/cucul++.h
  1542. M /trunk/cucul/Makefile.am
  1543. M /trunk/cucul/cucul.c
  1544. M /trunk/cucul/cucul.h
  1545. D /trunk/cucul/math.c
  1546. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  1547. cucul.c just in case.
  1548. ------------------------------------------------------------------------
  1549. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  1550. Changed paths:
  1551. D /trunk/cpp/Makefile.in
  1552. D /trunk/cpp/caca++.pc
  1553. D /trunk/cpp/cucul++.pc
  1554. * Removed a few useless files (vieux porc).
  1555. ------------------------------------------------------------------------
  1556. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  1557. Changed paths:
  1558. M /trunk/TODO
  1559. * Updated TODO list.
  1560. ------------------------------------------------------------------------
  1561. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  1562. Changed paths:
  1563. M /trunk/test/dithering.c
  1564. M /trunk/test/truecolor.c
  1565. * Minor cosmetic changes in the test programs.
  1566. ------------------------------------------------------------------------
  1567. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  1568. Changed paths:
  1569. M /trunk/cucul/export_ps.c
  1570. M /trunk/cucul/export_svg.c
  1571. * Truecolor support in the SVG and PostScript exporters.
  1572. ------------------------------------------------------------------------
  1573. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  1574. Changed paths:
  1575. M /trunk/cucul/Makefile.am
  1576. M /trunk/cucul/cucul.c
  1577. M /trunk/cucul/cucul_internals.h
  1578. A /trunk/cucul/export_bitmap.c
  1579. * Implemented TGA image export.
  1580. ------------------------------------------------------------------------
  1581. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  1582. Changed paths:
  1583. M /trunk/cucul/colour.c
  1584. M /trunk/cucul/cucul_internals.h
  1585. * Implemented argb32 to rgb24fg/bg colour conversions.
  1586. ------------------------------------------------------------------------
  1587. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  1588. Changed paths:
  1589. M /trunk/test/export.c
  1590. * Use cucul_get_export_list() in the export test instead of hardcoding the
  1591. list of available formats. Also added a few truecolor blocks to the test.
  1592. ------------------------------------------------------------------------
  1593. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  1594. Changed paths:
  1595. M /trunk/cucul/font.c
  1596. * Fixed abusive strictness in the font loader.
  1597. ------------------------------------------------------------------------
  1598. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  1599. Changed paths:
  1600. M /trunk/TODO
  1601. * Updated TODO list.
  1602. ------------------------------------------------------------------------
  1603. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  1604. Changed paths:
  1605. M /trunk/cpp/cpptest.cpp
  1606. * Better C++ test
  1607. ------------------------------------------------------------------------
  1608. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  1609. Changed paths:
  1610. M /trunk/cpp/caca++.cpp
  1611. M /trunk/cpp/caca++.h
  1612. M /trunk/cpp/cpptest.cpp
  1613. M /trunk/cpp/cucul++.cpp
  1614. M /trunk/cpp/cucul++.h
  1615. * Added license in C++ files.
  1616. ------------------------------------------------------------------------
  1617. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  1618. Changed paths:
  1619. M /trunk/cpp/cpptest.cpp
  1620. M /trunk/cpp/cucul++.cpp
  1621. M /trunk/cpp/cucul++.h
  1622. * Fixed C++ printf(), added it in example
  1623. ------------------------------------------------------------------------
  1624. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  1625. Changed paths:
  1626. M /trunk/cpp/cpptest.cpp
  1627. * Forgot a test on Caca() instantiation
  1628. ------------------------------------------------------------------------
  1629. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  1630. Changed paths:
  1631. M /trunk/Makefile.am
  1632. M /trunk/configure.ac
  1633. A /trunk/cpp
  1634. A /trunk/cpp/Makefile.am
  1635. A /trunk/cpp/Makefile.in
  1636. A /trunk/cpp/caca++.cpp
  1637. A /trunk/cpp/caca++.h
  1638. A /trunk/cpp/caca++.pc
  1639. A /trunk/cpp/caca++.pc.in
  1640. A /trunk/cpp/cpptest.cpp
  1641. A /trunk/cpp/cucul++.cpp
  1642. A /trunk/cpp/cucul++.h
  1643. A /trunk/cpp/cucul++.pc
  1644. A /trunk/cpp/cucul++.pc.in
  1645. * Added preliminary C++ bindings
  1646. ------------------------------------------------------------------------
  1647. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  1648. Changed paths:
  1649. M /trunk/caca/driver_gl.c
  1650. M /trunk/caca/driver_x11.c
  1651. * Added truecolor support to the X11 and GL drivers.
  1652. ------------------------------------------------------------------------
  1653. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  1654. Changed paths:
  1655. M /trunk/test
  1656. M /trunk/test/Makefile.am
  1657. A /trunk/test/truecolor.c
  1658. * Added test/truecolor.c to test non-ANSI colour pairs.
  1659. ------------------------------------------------------------------------
  1660. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  1661. Changed paths:
  1662. M /trunk/cucul/canvas.c
  1663. M /trunk/cucul/colour.c
  1664. M /trunk/cucul/cucul.h
  1665. M /trunk/cucul/cucul_internals.h
  1666. * Moved cucul_set_color() from canvas.c to colour.c.
  1667. * Added cucul_set_truecolor() for non-ANSI colours.
  1668. * Added new argb32 -> rgb12 conversion functions.
  1669. ------------------------------------------------------------------------
  1670. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  1671. Changed paths:
  1672. M /trunk/caca/caca.h
  1673. M /trunk/caca/caca_internals.h
  1674. M /trunk/caca/driver_conio.c
  1675. M /trunk/caca/driver_gl.c
  1676. M /trunk/caca/driver_ncurses.c
  1677. M /trunk/caca/driver_raw.c
  1678. M /trunk/caca/driver_slang.c
  1679. M /trunk/caca/driver_vga.c
  1680. M /trunk/caca/driver_win32.c
  1681. M /trunk/caca/driver_x11.c
  1682. M /trunk/caca/event.c
  1683. M /trunk/caca/time.c
  1684. M /trunk/cucul/cucul.c
  1685. M /trunk/cucul/cucul.h
  1686. M /trunk/cucul/cucul_internals.h
  1687. M /trunk/cucul/dither.c
  1688. M /trunk/cucul/export_ansi.c
  1689. M /trunk/cucul/export_html.c
  1690. M /trunk/cucul/export_irc.c
  1691. M /trunk/cucul/export_ps.c
  1692. M /trunk/cucul/export_svg.c
  1693. M /trunk/cucul/font.c
  1694. M /trunk/cucul/sprite.c
  1695. M /trunk/src/aafire.c
  1696. M /trunk/src/cacaball.c
  1697. M /trunk/src/cacamoir.c
  1698. M /trunk/src/cacaplas.c
  1699. M /trunk/src/cacaplay.c
  1700. M /trunk/src/cacaserver.c
  1701. M /trunk/src/cacaview.c
  1702. M /trunk/src/img2irc.c
  1703. M /trunk/test/colors.c
  1704. M /trunk/test/demo.c
  1705. M /trunk/test/dithering.c
  1706. M /trunk/test/event.c
  1707. M /trunk/test/export.c
  1708. M /trunk/test/font.c
  1709. M /trunk/test/gamma.c
  1710. M /trunk/test/hsv.c
  1711. M /trunk/test/spritedit.c
  1712. M /trunk/test/transform.c
  1713. M /trunk/test/unicode.c
  1714. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  1715. such as cucul_dither_t instead of struct cucul_dither.
  1716. * Made cucul_buffer_t an opaque structure and implemented the two getters
  1717. cucul_get_buffer_data() and cucul_get_buffer_size().
  1718. * Documented all missing functions and function parameters.
  1719. ------------------------------------------------------------------------
  1720. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  1721. Changed paths:
  1722. M /trunk/cucul/cucul.pc.in
  1723. * Fixed bad library name in pc file.
  1724. ------------------------------------------------------------------------
  1725. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  1726. Changed paths:
  1727. M /trunk/caca/caca_internals.h
  1728. M /trunk/cucul/font.c
  1729. M /trunk/msvc/cacaball.vcproj
  1730. M /trunk/msvc/cacafire.vcproj
  1731. M /trunk/msvc/cacamoir.vcproj
  1732. M /trunk/msvc/cacaplas.vcproj
  1733. M /trunk/msvc/cacaview.vcproj
  1734. M /trunk/msvc/config.h
  1735. M /trunk/msvc/libcaca.sln
  1736. M /trunk/msvc/libcaca.vcproj
  1737. M /trunk/perl/lib/Term/Caca/Constants.pm
  1738. M /trunk/perl/lib/Term/Caca.pm
  1739. M /trunk/perl/lib/Term/Kaka.pm
  1740. * Updated MSVC++ project (static library and src/*)
  1741. ------------------------------------------------------------------------
  1742. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  1743. Changed paths:
  1744. M /trunk/test/demo.c
  1745. M /trunk/test/spritedit.c
  1746. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  1747. ------------------------------------------------------------------------
  1748. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  1749. Changed paths:
  1750. M /trunk/caca/caca.c
  1751. M /trunk/caca/caca.h
  1752. M /trunk/caca/event.c
  1753. M /trunk/caca/graphics.c
  1754. M /trunk/cucul/box.c
  1755. M /trunk/cucul/canvas.c
  1756. M /trunk/cucul/conic.c
  1757. M /trunk/cucul/cucul.c
  1758. M /trunk/cucul/cucul.h
  1759. M /trunk/cucul/dither.c
  1760. M /trunk/cucul/font.c
  1761. M /trunk/cucul/line.c
  1762. M /trunk/cucul/math.c
  1763. M /trunk/cucul/sprite.c
  1764. M /trunk/cucul/triangle.c
  1765. * Improved documentation in many places.
  1766. ------------------------------------------------------------------------
  1767. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  1768. Changed paths:
  1769. M /trunk/configure.ac
  1770. M /trunk/doc/Makefile.am
  1771. M /trunk/doc/doxygen.cfg.in
  1772. * Generate a PDF documentation instead of the PostScript one. It has nice
  1773. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  1774. ------------------------------------------------------------------------
  1775. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  1776. Changed paths:
  1777. M /trunk/cucul/font.c
  1778. * Ahaha I didn't even check that it compiled properly.
  1779. ------------------------------------------------------------------------
  1780. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  1781. Changed paths:
  1782. M /trunk/cucul/font.c
  1783. * Only support version 1 fonts.
  1784. ------------------------------------------------------------------------
  1785. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  1786. Changed paths:
  1787. M /trunk/caca/caca.c
  1788. M /trunk/caca/caca.h
  1789. M /trunk/caca/caca_internals.h
  1790. M /trunk/caca/driver_conio.c
  1791. M /trunk/caca/driver_gl.c
  1792. M /trunk/caca/driver_ncurses.c
  1793. M /trunk/caca/driver_raw.c
  1794. M /trunk/caca/driver_slang.c
  1795. M /trunk/caca/driver_vga.c
  1796. M /trunk/caca/driver_win32.c
  1797. M /trunk/caca/driver_x11.c
  1798. M /trunk/caca/event.c
  1799. M /trunk/caca/graphics.c
  1800. M /trunk/caca/time.c
  1801. M /trunk/cucul/box.c
  1802. M /trunk/cucul/canvas.c
  1803. M /trunk/cucul/charset.c
  1804. M /trunk/cucul/colour.c
  1805. M /trunk/cucul/conic.c
  1806. M /trunk/cucul/cucul.c
  1807. M /trunk/cucul/cucul.h
  1808. M /trunk/cucul/cucul_internals.h
  1809. M /trunk/cucul/dither.c
  1810. M /trunk/cucul/export_ansi.c
  1811. M /trunk/cucul/export_html.c
  1812. M /trunk/cucul/export_irc.c
  1813. M /trunk/cucul/export_ps.c
  1814. M /trunk/cucul/export_svg.c
  1815. M /trunk/cucul/font.c
  1816. M /trunk/cucul/line.c
  1817. M /trunk/cucul/math.c
  1818. M /trunk/cucul/sprite.c
  1819. M /trunk/cucul/transform.c
  1820. M /trunk/cucul/triangle.c
  1821. M /trunk/kernel/kernel.c
  1822. M /trunk/kernel/kernel.h
  1823. M /trunk/python/pypycaca.c
  1824. M /trunk/python/pypycaca.h
  1825. M /trunk/src/cacaplas.c
  1826. M /trunk/src/cacaserver.c
  1827. M /trunk/src/cacaview.c
  1828. M /trunk/src/common-image.c
  1829. M /trunk/src/common-image.h
  1830. * Removed \file directives from all files except caca.h and cucul.h, to
  1831. remove redundencies in the Doxygen documentation.
  1832. ------------------------------------------------------------------------
  1833. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  1834. Changed paths:
  1835. M /trunk/cucul/font.c
  1836. * Added a lot of sanity checks to the font parsing. It should now be
  1837. secure against broken files, but it probably needs peer review.
  1838. ------------------------------------------------------------------------
  1839. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  1840. Changed paths:
  1841. M /trunk/test/Makefile.am
  1842. M /trunk/test/font.c
  1843. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  1844. ------------------------------------------------------------------------
  1845. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  1846. Changed paths:
  1847. M /trunk/test/hsv.c
  1848. * Fixed caca_get_event() call in test/hsv.c.
  1849. ------------------------------------------------------------------------
  1850. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  1851. Changed paths:
  1852. M /trunk/cucul/colour.c
  1853. * Fixed compilation warning.
  1854. ------------------------------------------------------------------------
  1855. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  1856. Changed paths:
  1857. M /trunk/cucul/colour.c
  1858. * Fixed colour conversion routines so that they work with ARGB too.
  1859. ------------------------------------------------------------------------
  1860. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  1861. Changed paths:
  1862. M /trunk/cucul/Makefile.am
  1863. M /trunk/cucul/cucul.h
  1864. M /trunk/cucul/font.c
  1865. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  1866. A /trunk/cucul/font_monobold12.h
  1867. D /trunk/cucul/font_monospace9.h
  1868. M /trunk/test/font.c
  1869. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  1870. * Fixed font selection through cucul_font_load().
  1871. * Added a bigger 10x19 bold font.
  1872. ------------------------------------------------------------------------
  1873. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  1874. Changed paths:
  1875. M /trunk/tools/makefont.c
  1876. * Made makefont more configurable. Also, store the commandline in a comment
  1877. so that the font can be easily rebuilt.
  1878. ------------------------------------------------------------------------
  1879. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  1880. Changed paths:
  1881. M /trunk/TODO
  1882. * Updated TODO list.
  1883. ------------------------------------------------------------------------
  1884. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  1885. Changed paths:
  1886. M /trunk/cucul/cucul.h
  1887. M /trunk/cucul/font.c
  1888. M /trunk/test/font.c
  1889. * Internal font support through cucul_load_font(). Documented that.
  1890. * Removed ugly hooks from test/font.c.
  1891. ------------------------------------------------------------------------
  1892. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  1893. Changed paths:
  1894. M /trunk/cucul/font.c
  1895. * Ugly overflow bug in the rendering code.
  1896. ------------------------------------------------------------------------
  1897. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  1898. Changed paths:
  1899. M /trunk/cucul/cucul.h
  1900. M /trunk/cucul/font.c
  1901. M /trunk/test/font.c
  1902. * Implemented cucul_get_font_width() and cucul_get_font_height().
  1903. * Documented most font functions.
  1904. * Cleaned up cucul_render_canvas() and made it actually usable by external
  1905. programs. Removed ugly printf() debug calls.
  1906. ------------------------------------------------------------------------
  1907. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  1908. Changed paths:
  1909. M /trunk/cucul/cucul.c
  1910. M /trunk/cucul/cucul.h
  1911. M /trunk/cucul/cucul_internals.h
  1912. M /trunk/cucul/export_ansi.c
  1913. M /trunk/cucul/export_html.c
  1914. M /trunk/cucul/export_irc.c
  1915. M /trunk/cucul/export_ps.c
  1916. M /trunk/cucul/export_svg.c
  1917. M /trunk/src/cacaserver.c
  1918. M /trunk/src/img2irc.c
  1919. M /trunk/test/export.c
  1920. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  1921. ------------------------------------------------------------------------
  1922. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  1923. Changed paths:
  1924. M /trunk/cucul/font_monospace9.h
  1925. * Putain de bordel de manche a couilles. I forgot to fix the font.
  1926. ------------------------------------------------------------------------
  1927. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  1928. Changed paths:
  1929. M /trunk/tools/makefont.c
  1930. * Some cleaning up in makefont.c.
  1931. ------------------------------------------------------------------------
  1932. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  1933. Changed paths:
  1934. M /trunk/cucul/font.c
  1935. M /trunk/cucul/font_monospace9.h
  1936. M /trunk/tools/makefont.c
  1937. * Fixed 4, 2 and 1-bit font rendering.
  1938. * Replaced the 8-bit internal font with a 4-bit one.
  1939. ------------------------------------------------------------------------
  1940. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  1941. Changed paths:
  1942. M /trunk/cucul/colour.c
  1943. M /trunk/cucul/cucul_internals.h
  1944. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  1945. fg/bg value into its separate argb 4-bit fields.
  1946. ------------------------------------------------------------------------
  1947. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  1948. Changed paths:
  1949. M /trunk/test/spritedit.c
  1950. * Added silly play with interframe delay. Need to rework sprite format.
  1951. ------------------------------------------------------------------------
  1952. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  1953. Changed paths:
  1954. M /trunk/cucul/font_monospace9.h
  1955. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  1956. for the moment.
  1957. ------------------------------------------------------------------------
  1958. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  1959. Changed paths:
  1960. M /trunk/test
  1961. M /trunk/test/Makefile.am
  1962. A /trunk/test/font.c
  1963. * Added a test program for the font renderer.
  1964. ------------------------------------------------------------------------
  1965. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  1966. Changed paths:
  1967. M /trunk/test/export.c
  1968. * Code simplification.
  1969. ------------------------------------------------------------------------
  1970. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  1971. Changed paths:
  1972. M /trunk/cucul/Makefile.am
  1973. M /trunk/cucul/font.c
  1974. A /trunk/cucul/font_monospace9.h
  1975. * Created a built-in font from Bitstream Vera (Monospace 9).
  1976. ------------------------------------------------------------------------
  1977. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  1978. Changed paths:
  1979. M /trunk/configure.ac
  1980. M /trunk/tools
  1981. M /trunk/tools/Makefile.am
  1982. A /trunk/tools/makefont.c
  1983. * Added a font creator that uses pango to render glyphs.
  1984. ------------------------------------------------------------------------
  1985. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  1986. Changed paths:
  1987. M /trunk/cucul/cucul.h
  1988. M /trunk/cucul/font.c
  1989. * Slightly updated the font format and wrote a font loader. Also added a
  1990. skeleton for the renderer that will not last very long.
  1991. ------------------------------------------------------------------------
  1992. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  1993. Changed paths:
  1994. M /trunk/cucul/font.c
  1995. * New version of the font format.
  1996. ------------------------------------------------------------------------
  1997. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  1998. Changed paths:
  1999. M /trunk/cucul/Makefile.am
  2000. A /trunk/cucul/font.c
  2001. * Added a file for future font handling routines. Currently only the font
  2002. format proposal is in this file. Feel free to comment.
  2003. ------------------------------------------------------------------------
  2004. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  2005. Changed paths:
  2006. M /trunk/test
  2007. M /trunk/tools
  2008. * Proper svn:ignore properties on tools/.
  2009. ------------------------------------------------------------------------
  2010. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  2011. Changed paths:
  2012. M /trunk/Makefile.am
  2013. M /trunk/caca/driver_slang.c
  2014. M /trunk/configure.ac
  2015. M /trunk/test/Makefile.am
  2016. D /trunk/test/optipal.c
  2017. A /trunk/tools
  2018. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  2019. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  2020. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  2021. contain development tools that are only useful to libcaca developers.
  2022. ------------------------------------------------------------------------
  2023. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  2024. Changed paths:
  2025. M /trunk/src/Makefile.am
  2026. M /trunk/src/cacaview.c
  2027. * cacaview works again. Somewhat. Image loading is now handled by the
  2028. factored common-image.c file. Feature selection such as antialiasing or
  2029. dithering mode are still disabled.
  2030. ------------------------------------------------------------------------
  2031. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  2032. Changed paths:
  2033. M /trunk/src/common-image.c
  2034. * Renamed "freadint" to "u32fread", and so on.
  2035. ------------------------------------------------------------------------
  2036. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  2037. Changed paths:
  2038. M /trunk/src
  2039. M /trunk/src/Makefile.am
  2040. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  2041. A /trunk/src/common-image.h
  2042. A /trunk/src/img2irc.c
  2043. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  2044. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  2045. ------------------------------------------------------------------------
  2046. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  2047. Changed paths:
  2048. M /trunk/cucul/export_ansi.c
  2049. M /trunk/cucul/export_html.c
  2050. M /trunk/cucul/export_irc.c
  2051. M /trunk/cucul/export_ps.c
  2052. M /trunk/cucul/export_svg.c
  2053. * Avoid useless call to strlen() in the exporters.
  2054. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  2055. ------------------------------------------------------------------------
  2056. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  2057. Changed paths:
  2058. M /trunk/test/export.c
  2059. * Fixed test/export that was not printing the last character of the file.
  2060. ------------------------------------------------------------------------
  2061. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  2062. Changed paths:
  2063. M /trunk/TODO
  2064. * Updated TODO list. I forgot the aspect ratio function!
  2065. ------------------------------------------------------------------------
  2066. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  2067. Changed paths:
  2068. M /trunk/cucul/Makefile.am
  2069. D /trunk/cucul/bitmap.c
  2070. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  2071. * Renamed bitmap.c into dither.c.
  2072. ------------------------------------------------------------------------
  2073. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  2074. Changed paths:
  2075. M /trunk/cucul/bitmap.c
  2076. M /trunk/cucul/cucul.c
  2077. M /trunk/cucul/cucul.h
  2078. M /trunk/cucul/cucul_internals.h
  2079. M /trunk/src/aafire.c
  2080. M /trunk/src/cacaball.c
  2081. M /trunk/src/cacamoir.c
  2082. M /trunk/src/cacaplas.c
  2083. M /trunk/src/cacaview.c
  2084. M /trunk/test/demo.c
  2085. M /trunk/test/export.c
  2086. M /trunk/test/gamma.c
  2087. M /trunk/test/hsv.c
  2088. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  2089. ------------------------------------------------------------------------
  2090. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  2091. Changed paths:
  2092. M /trunk/cucul/bitmap.c
  2093. M /trunk/cucul/canvas.c
  2094. M /trunk/cucul/cucul.c
  2095. M /trunk/cucul/cucul.h
  2096. M /trunk/cucul/cucul_internals.h
  2097. M /trunk/cucul/sprite.c
  2098. M /trunk/test/dithering.c
  2099. M /trunk/test/optipal.c
  2100. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  2101. really portable, and Visual Studio complains when they are not explicitely
  2102. cast.
  2103. ------------------------------------------------------------------------
  2104. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  2105. Changed paths:
  2106. M /trunk/doc/doxygen.cfg.in
  2107. * Updated the Doxygen configuration file.
  2108. ------------------------------------------------------------------------
  2109. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  2110. Changed paths:
  2111. M /trunk/cucul/export_ansi.c
  2112. M /trunk/cucul/export_html.c
  2113. M /trunk/cucul/export_irc.c
  2114. M /trunk/cucul/export_ps.c
  2115. M /trunk/cucul/export_svg.c
  2116. * Fixed old bugs I introduced in the exporters.
  2117. * Fixed exporter headers to make Doxygen happy.
  2118. ------------------------------------------------------------------------
  2119. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  2120. Changed paths:
  2121. M /trunk/cucul
  2122. * Forgot an svn:ignore property.
  2123. ------------------------------------------------------------------------
  2124. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  2125. Changed paths:
  2126. M /trunk/caca
  2127. M /trunk/caca/Makefile.am
  2128. A /trunk/caca/caca.pc.in
  2129. M /trunk/configure.ac
  2130. M /trunk/cucul/Makefile.am
  2131. A /trunk/cucul/cucul.pc.in
  2132. * Added pkgconfig files. Eh ouais mon gars.
  2133. ------------------------------------------------------------------------
  2134. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  2135. Changed paths:
  2136. M /trunk/caca/driver_conio.c
  2137. M /trunk/caca/driver_gl.c
  2138. M /trunk/caca/driver_ncurses.c
  2139. M /trunk/caca/driver_slang.c
  2140. M /trunk/caca/driver_vga.c
  2141. M /trunk/caca/driver_win32.c
  2142. M /trunk/caca/driver_x11.c
  2143. M /trunk/cucul/colour.c
  2144. M /trunk/cucul/cucul_internals.h
  2145. M /trunk/cucul/export_ansi.c
  2146. M /trunk/cucul/export_html.c
  2147. M /trunk/cucul/export_irc.c
  2148. M /trunk/cucul/export_ps.c
  2149. M /trunk/cucul/export_svg.c
  2150. * Replaced occurrences of "rgba" with "argb".
  2151. ------------------------------------------------------------------------
  2152. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  2153. Changed paths:
  2154. M /trunk/cucul/bitmap.c
  2155. * Fixed a syntax error. Gruik.
  2156. ------------------------------------------------------------------------
  2157. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  2158. Changed paths:
  2159. M /trunk/cucul/bitmap.c
  2160. M /trunk/cucul/cucul.h
  2161. * Changed the cucul_set_bitmap_antialias() argument to a string.
  2162. ------------------------------------------------------------------------
  2163. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2164. Changed paths:
  2165. M /trunk/cucul/export_ps.c
  2166. * Of course I had to fuck up something. Here, PS export works again.
  2167. ------------------------------------------------------------------------
  2168. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  2169. Changed paths:
  2170. M /trunk/caca/driver_conio.c
  2171. M /trunk/caca/driver_gl.c
  2172. M /trunk/caca/driver_ncurses.c
  2173. M /trunk/caca/driver_raw.c
  2174. M /trunk/caca/driver_slang.c
  2175. M /trunk/caca/driver_vga.c
  2176. M /trunk/caca/driver_win32.c
  2177. M /trunk/caca/driver_x11.c
  2178. M /trunk/cucul/Makefile.am
  2179. M /trunk/cucul/canvas.c
  2180. A /trunk/cucul/colour.c
  2181. M /trunk/cucul/cucul.c
  2182. M /trunk/cucul/cucul_internals.h
  2183. M /trunk/cucul/export_ansi.c
  2184. M /trunk/cucul/export_html.c
  2185. M /trunk/cucul/export_irc.c
  2186. M /trunk/cucul/export_ps.c
  2187. M /trunk/cucul/export_svg.c
  2188. M /trunk/cucul/transform.c
  2189. M /trunk/src/cacaserver.c
  2190. * Store colour information on 32 bits, for future 12-bit colour support.
  2191. ------------------------------------------------------------------------
  2192. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  2193. Changed paths:
  2194. M /trunk/cucul/canvas.c
  2195. M /trunk/cucul/cucul.h
  2196. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  2197. ------------------------------------------------------------------------
  2198. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  2199. Changed paths:
  2200. M /trunk/cucul/cucul.c
  2201. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  2202. ------------------------------------------------------------------------
  2203. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  2204. Changed paths:
  2205. M /trunk/src/cacaserver.c
  2206. * Sanity check in cacaserver.c.
  2207. ------------------------------------------------------------------------
  2208. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2209. Changed paths:
  2210. M /trunk/src/cacaserver.c
  2211. * Fixed a crash when realloc() returns a new address.
  2212. ------------------------------------------------------------------------
  2213. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  2214. Changed paths:
  2215. M /trunk/cucul/cucul.c
  2216. * Fixed old typo that caused qq->height to be uninitialised.
  2217. ------------------------------------------------------------------------
  2218. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2219. Changed paths:
  2220. M /trunk/src/cacaserver.c
  2221. * Oops, removed unused variable
  2222. ------------------------------------------------------------------------
  2223. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  2224. Changed paths:
  2225. M /trunk/src/cacaserver.c
  2226. * Added Winsock (c)(tm)(r) compatibility
  2227. ------------------------------------------------------------------------
  2228. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  2229. Changed paths:
  2230. M /trunk/src/cacaplas.c
  2231. * removed b0rked test. No more pigs, I just commited 500 of them.
  2232. ------------------------------------------------------------------------
  2233. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2234. Changed paths:
  2235. M /trunk/cucul/bitmap.c
  2236. * Set the default dithering mode to Floyd-Steinberg.
  2237. ------------------------------------------------------------------------
  2238. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  2239. Changed paths:
  2240. M /trunk/cucul/canvas.c
  2241. M /trunk/cucul/sprite.c
  2242. ((`)_.._ ,'-. _..._ _._
  2243. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  2244. .' / (
  2245. / S | _ _ \
  2246. | a \ o o |
  2247. ; m .-. /
  2248. ; ', '-.( '')-'
  2249. '. | ;-'
  2250. \ / /
  2251. / /-._ __, 7 |
  2252. \ `\ \`` | | |
  2253. \ \_,\ | |_,\
  2254. '-`' \_,\
  2255. ------------------------------------------------------------------------
  2256. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  2257. Changed paths:
  2258. M /trunk/TODO
  2259. M /trunk/cucul/canvas.c
  2260. M /trunk/cucul/cucul.h
  2261. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  2262. ------------------------------------------------------------------------
  2263. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  2264. Changed paths:
  2265. M /trunk/TODO
  2266. * Updated the TODO list.
  2267. ------------------------------------------------------------------------
  2268. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  2269. Changed paths:
  2270. M /trunk/caca/caca.h
  2271. M /trunk/cucul/bitmap.c
  2272. M /trunk/cucul/cucul.c
  2273. M /trunk/cucul/cucul.h
  2274. M /trunk/cucul/cucul_internals.h
  2275. M /trunk/test/demo.c
  2276. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  2277. environment variables handling. Replaced that with three per-bitmap
  2278. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  2279. cucul_set_bitmap_dithering().
  2280. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  2281. prototypes (but did not implement them yet).
  2282. * Added cucul_set_bitmap_charset() to choose what characters are going
  2283. to be used for the bitmap rendering.
  2284. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  2285. ------------------------------------------------------------------------
  2286. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  2287. Changed paths:
  2288. M /trunk/caca/caca.h
  2289. M /trunk/caca/event.c
  2290. M /trunk/src/aafire.c
  2291. M /trunk/src/cacaball.c
  2292. M /trunk/src/cacamoir.c
  2293. M /trunk/src/cacaplas.c
  2294. M /trunk/src/cacaplay.c
  2295. M /trunk/src/cacaview.c
  2296. M /trunk/test/colors.c
  2297. M /trunk/test/demo.c
  2298. M /trunk/test/dithering.c
  2299. M /trunk/test/event.c
  2300. M /trunk/test/gamma.c
  2301. M /trunk/test/hsv.c
  2302. M /trunk/test/spritedit.c
  2303. M /trunk/test/transform.c
  2304. M /trunk/test/unicode.c
  2305. * Merged caca_wait_event() into caca_get_event() and added a timeout
  2306. parameter to do what both functions did before, and even more.
  2307. ------------------------------------------------------------------------
  2308. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  2309. Changed paths:
  2310. M /trunk/src/Makefile.am
  2311. * Disabled cacaview for now. I'm going to utterly break it.
  2312. ------------------------------------------------------------------------
  2313. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  2314. Changed paths:
  2315. M /trunk/cucul/cucul.c
  2316. M /trunk/cucul/cucul.h
  2317. * Added cucul_get_export_list(). Returns a list of known export formats.
  2318. ------------------------------------------------------------------------
  2319. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  2320. Changed paths:
  2321. M /trunk/src/cacaserver.c
  2322. * cacaserver works again (but needs a complete rewrite because it's really
  2323. become ugly). You can now emulate the previous network driver behaviour
  2324. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  2325. ------------------------------------------------------------------------
  2326. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  2327. Changed paths:
  2328. M /trunk/cucul/cucul.c
  2329. M /trunk/cucul/cucul.h
  2330. M /trunk/src/cacaserver.c
  2331. M /trunk/test/export.c
  2332. * Changed the 2nd argument of cucul_create_export to a string. This way we
  2333. can add new exporters without changing the API.
  2334. ------------------------------------------------------------------------
  2335. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  2336. Changed paths:
  2337. M /trunk/src/Makefile.am
  2338. * Oops, I barfed that makefile.
  2339. ------------------------------------------------------------------------
  2340. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  2341. Changed paths:
  2342. M /trunk/src/aafire.c
  2343. M /trunk/src/cacaball.c
  2344. M /trunk/src/cacamoir.c
  2345. * Added "powered by libcaca" text to all examples for consistency
  2346. ------------------------------------------------------------------------
  2347. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  2348. Changed paths:
  2349. M /trunk/caca/Makefile.am
  2350. M /trunk/caca/caca.c
  2351. M /trunk/caca/caca.h
  2352. M /trunk/caca/caca_internals.h
  2353. D /trunk/caca/driver_network.c
  2354. M /trunk/src
  2355. M /trunk/src/Makefile.am
  2356. M /trunk/src/cacaplas.c
  2357. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  2358. * Removed the network driver and replaced it with a cacaserver executable
  2359. that has all the functionality, except it does not work yet (the stdin
  2360. reading routine is missing).
  2361. ------------------------------------------------------------------------
  2362. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  2363. Changed paths:
  2364. M /trunk/caca/driver_raw.c
  2365. M /trunk/src
  2366. M /trunk/src/Makefile.am
  2367. A /trunk/src/cacaplay.c
  2368. * Implemented a proof-of-concept cacaplay program that can redisplay a
  2369. single frame that was saved by the raw driver.
  2370. ------------------------------------------------------------------------
  2371. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  2372. Changed paths:
  2373. M /trunk/cucul/cucul.c
  2374. M /trunk/cucul/cucul.h
  2375. * Implemented cucul_load() to reload a file that was saved with the
  2376. raw driver. I know it is inconsistent to have the loader in libcucul
  2377. and the exporter in libcaca but I'll find a way to harmonise that.
  2378. ------------------------------------------------------------------------
  2379. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  2380. Changed paths:
  2381. M /trunk/caca/driver_gl.c
  2382. * Fixed OpenGL mouse handling
  2383. Sam Le Vieux Porc
  2384. (\____/)
  2385. Le / @__@ \ Le
  2386. ( (oo) )
  2387. `-.~~.-' Vieux
  2388. Vieux / \
  2389. @/ \_
  2390. (/ / \ \) Porc
  2391. Porc WW`----'WW
  2392. Sam Le Vieux Porc
  2393. ------------------------------------------------------------------------
  2394. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  2395. Changed paths:
  2396. M /trunk/caca/Makefile.am
  2397. M /trunk/caca/caca.c
  2398. M /trunk/caca/caca_internals.h
  2399. A /trunk/caca/driver_raw.c
  2400. * Created a minimal raw driver that outputs stuff to stdout.
  2401. ------------------------------------------------------------------------
  2402. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  2403. Changed paths:
  2404. M /trunk/caca/driver_gl.c
  2405. ██████ ██████
  2406. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  2407. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  2408. ██░░░░███░░░░░░░░███░░░░██
  2409. ██░░░░░░███░░░░░░███░░░░░░██
  2410. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  2411. ██░░░░░░██████████████░░░░░░██
  2412. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  2413. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  2414. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  2415. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  2416. ██░░░░██████████████░░░░██
  2417. ███░░░░░░██████░░░░░░███
  2418. █████░░░░░░░░░░█████
  2419. ████████████
  2420. ------------------------------------------------------------------------
  2421. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  2422. Changed paths:
  2423. M /trunk/caca/driver_gl.c
  2424. M /trunk/configure.ac
  2425. * Reworked the OpenGL headers and Glut features detection (what did you
  2426. expect).
  2427. ------------------------------------------------------------------------
  2428. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  2429. Changed paths:
  2430. M /trunk/cucul/cucul.h
  2431. M /trunk/cucul/transform.c
  2432. * Implemented cucul_invert() to invert a canvas' colours.
  2433. ------------------------------------------------------------------------
  2434. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  2435. Changed paths:
  2436. M /trunk/caca/driver_gl.c
  2437. * Fixed glutCheckLoop headers, testing only under MacOSX
  2438. ------------------------------------------------------------------------
  2439. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  2440. Changed paths:
  2441. M /trunk/caca/driver_gl.c
  2442. M /trunk/configure.ac
  2443. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  2444. ------------------------------------------------------------------------
  2445. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  2446. Changed paths:
  2447. M /trunk/cucul/transform.c
  2448. * Minor addition to the rotate code.
  2449. ------------------------------------------------------------------------
  2450. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  2451. Changed paths:
  2452. M /trunk/caca/Makefile.am
  2453. M /trunk/src/Makefile.am
  2454. M /trunk/test/Makefile.am
  2455. * Workaround for automake < 1.6.
  2456. ------------------------------------------------------------------------
  2457. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  2458. Changed paths:
  2459. M /trunk/cucul/bitmap.c
  2460. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  2461. AHAHAH _
  2462. _._ _..._ .-', _.._(`))
  2463. '-. ` ' /-._.-' ',/
  2464. ) MAIS \ '.
  2465. / _ _ | JE \
  2466. | a a / SUIS |
  2467. \ .-. ;
  2468. '-('' ).-' ,' UN ;
  2469. '-; | .'
  2470. \ VIEUX \ /
  2471. | 7 .__ _.-\ \
  2472. | | | ``/ /` /
  2473. /,_| | /,_/ /
  2474. /,_/ '`-'
  2475. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  2476. ------------------------------------------------------------------------
  2477. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  2478. Changed paths:
  2479. M /trunk/cucul/bitmap.c
  2480. M /trunk/cucul/cucul.h
  2481. M /trunk/test/demo.c
  2482. * 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.
  2483. ------------------------------------------------------------------------
  2484. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  2485. Changed paths:
  2486. M /trunk/caca/caca.h
  2487. M /trunk/caca/caca_internals.h
  2488. M /trunk/caca/driver_conio.c
  2489. M /trunk/caca/driver_gl.c
  2490. M /trunk/caca/driver_ncurses.c
  2491. M /trunk/caca/driver_network.c
  2492. M /trunk/caca/driver_slang.c
  2493. M /trunk/caca/driver_vga.c
  2494. M /trunk/caca/driver_win32.c
  2495. M /trunk/caca/driver_x11.c
  2496. M /trunk/caca/graphics.c
  2497. M /trunk/test/demo.c
  2498. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  2499. that we have one function less.
  2500. * Fixed coding style.
  2501. * Removed FUCKING TABS. ____.------.___
  2502. _______.----'`` ``` `` ``` ``-.
  2503. _.--' ` ```` ` ` ` ``` `` `` ``.
  2504. _.-' ' ` `` ``` `` ` `' `. _
  2505. .-'' ` H A H A H A `' M A I S \/.)
  2506. . . .-' / ` ` ` `` ||
  2507. |`-.(``-. ` ` ` ' ` ` ``` |\
  2508. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  2509. `/''````) `` ` - - ````` ' '.' |\_)
  2510. |`'_._` ``` ''` P O R C . . ```` /
  2511. // @) \ ` `` ''' . ``` '/
  2512. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  2513. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  2514. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  2515. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  2516. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  2517. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  2518. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  2519. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  2520. ''''
  2521. ------------------------------------------------------------------------
  2522. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  2523. Changed paths:
  2524. M /trunk/caca/driver_x11.c
  2525. M /trunk/caca/graphics.c
  2526. * Fixed bug in show/hide cursor, implemented X11 cursor
  2527. ------------------------------------------------------------------------
  2528. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  2529. Changed paths:
  2530. M /trunk/caca/driver_x11.c
  2531. M /trunk/test/demo.c
  2532. * Added forgotten X11 set/hide cursor (non-working code)
  2533. ------------------------------------------------------------------------
  2534. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  2535. Changed paths:
  2536. M /trunk/caca/caca.h
  2537. M /trunk/caca/caca_internals.h
  2538. M /trunk/caca/driver_conio.c
  2539. M /trunk/caca/driver_gl.c
  2540. M /trunk/caca/driver_ncurses.c
  2541. M /trunk/caca/driver_network.c
  2542. M /trunk/caca/driver_slang.c
  2543. M /trunk/caca/driver_vga.c
  2544. M /trunk/caca/driver_win32.c
  2545. M /trunk/caca/graphics.c
  2546. * Added caca_show/hide_cursor, and corresponding GL binding
  2547. ------------------------------------------------------------------------
  2548. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  2549. Changed paths:
  2550. M /trunk/caca/caca.h
  2551. * Documented the caca_event structure and improved a few things here and
  2552. there in the documentation.
  2553. ------------------------------------------------------------------------
  2554. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  2555. Changed paths:
  2556. M /trunk/caca/caca.c
  2557. M /trunk/caca/caca_internals.h
  2558. M /trunk/caca/driver_conio.c
  2559. M /trunk/caca/driver_gl.c
  2560. M /trunk/caca/driver_ncurses.c
  2561. M /trunk/caca/driver_network.c
  2562. M /trunk/caca/driver_slang.c
  2563. M /trunk/caca/driver_vga.c
  2564. M /trunk/caca/driver_win32.c
  2565. M /trunk/caca/driver_x11.c
  2566. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  2567. ------------------------------------------------------------------------
  2568. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  2569. Changed paths:
  2570. M /trunk/cucul/math.c
  2571. * Removed spurious prototype.
  2572. ------------------------------------------------------------------------
  2573. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  2574. Changed paths:
  2575. M /trunk/TODO
  2576. * Updated the TODO list with what's been done so far.
  2577. ------------------------------------------------------------------------
  2578. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  2579. Changed paths:
  2580. M /trunk/caca/caca.c
  2581. M /trunk/caca/caca.h
  2582. M /trunk/caca/caca_internals.h
  2583. M /trunk/caca/driver_conio.c
  2584. M /trunk/caca/driver_gl.c
  2585. M /trunk/caca/driver_ncurses.c
  2586. M /trunk/caca/driver_network.c
  2587. M /trunk/caca/driver_slang.c
  2588. M /trunk/caca/driver_vga.c
  2589. M /trunk/caca/driver_win32.c
  2590. M /trunk/caca/driver_x11.c
  2591. M /trunk/caca/event.c
  2592. M /trunk/src/aafire.c
  2593. M /trunk/src/cacaball.c
  2594. M /trunk/src/cacamoir.c
  2595. M /trunk/src/cacaplas.c
  2596. M /trunk/src/cacaview.c
  2597. M /trunk/test/colors.c
  2598. M /trunk/test/demo.c
  2599. M /trunk/test/dithering.c
  2600. M /trunk/test/event.c
  2601. M /trunk/test/gamma.c
  2602. M /trunk/test/hsv.c
  2603. M /trunk/test/spritedit.c
  2604. M /trunk/test/transform.c
  2605. M /trunk/test/unicode.c
  2606. * Massive rework of the event handling code, as per the TODO list.
  2607. ------------------------------------------------------------------------
  2608. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  2609. Changed paths:
  2610. M /trunk/test/gamma.c
  2611. * Hahaha mais le vieux porc c'est moi.
  2612. ------------------------------------------------------------------------
  2613. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  2614. Changed paths:
  2615. M /trunk/cucul/transform.c
  2616. * Added missing ASCII characters to cucul_rotate().
  2617. ------------------------------------------------------------------------
  2618. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  2619. Changed paths:
  2620. M /trunk/cucul/box.c
  2621. M /trunk/cucul/canvas.c
  2622. M /trunk/cucul/conic.c
  2623. M /trunk/cucul/cucul.h
  2624. M /trunk/cucul/cucul_internals.h
  2625. M /trunk/cucul/line.c
  2626. M /trunk/cucul/triangle.c
  2627. M /trunk/src/cacaview.c
  2628. M /trunk/test/demo.c
  2629. M /trunk/test/event.c
  2630. M /trunk/test/export.c
  2631. M /trunk/test/spritedit.c
  2632. * Made cucul_putchar32() an internal-only function.
  2633. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  2634. string instead of a single character as their last argument.
  2635. ------------------------------------------------------------------------
  2636. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  2637. Changed paths:
  2638. M /trunk/cucul/cucul.c
  2639. M /trunk/cucul/cucul.h
  2640. M /trunk/src/aafire.c
  2641. M /trunk/src/cacaball.c
  2642. M /trunk/src/cacamoir.c
  2643. M /trunk/src/cacaplas.c
  2644. M /trunk/src/cacaview.c
  2645. M /trunk/test/colors.c
  2646. M /trunk/test/demo.c
  2647. M /trunk/test/dithering.c
  2648. M /trunk/test/event.c
  2649. M /trunk/test/export.c
  2650. M /trunk/test/gamma.c
  2651. M /trunk/test/hsv.c
  2652. M /trunk/test/spritedit.c
  2653. M /trunk/test/transform.c
  2654. M /trunk/test/unicode.c
  2655. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  2656. ------------------------------------------------------------------------
  2657. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  2658. Changed paths:
  2659. M /trunk/TODO
  2660. * Removed done stuff from the TODO.
  2661. * Updated the TODO list with what I said in the mailing-list. The top
  2662. priority is what's marked "API-dependent stuff".
  2663. ------------------------------------------------------------------------
  2664. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  2665. Changed paths:
  2666. M /trunk/test
  2667. M /trunk/test/Makefile.am
  2668. A /trunk/test/transform.c
  2669. * Added a test for the transformation routines.
  2670. ------------------------------------------------------------------------
  2671. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  2672. Changed paths:
  2673. M /trunk/cucul/transform.c
  2674. * Added more characters to the flip/rotate routines.
  2675. ------------------------------------------------------------------------
  2676. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  2677. Changed paths:
  2678. M /trunk/cucul/Makefile.am
  2679. M /trunk/cucul/cucul.h
  2680. A /trunk/cucul/transform.c
  2681. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  2682. operations on canvases.
  2683. ------------------------------------------------------------------------
  2684. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  2685. Changed paths:
  2686. M /trunk/caca/caca.c
  2687. M /trunk/caca/caca.h
  2688. M /trunk/caca/caca_internals.h
  2689. M /trunk/caca/driver_conio.c
  2690. M /trunk/caca/driver_gl.c
  2691. M /trunk/caca/driver_ncurses.c
  2692. M /trunk/caca/driver_network.c
  2693. M /trunk/caca/driver_slang.c
  2694. M /trunk/caca/driver_vga.c
  2695. M /trunk/caca/driver_win32.c
  2696. M /trunk/caca/driver_x11.c
  2697. M /trunk/caca/event.c
  2698. M /trunk/caca/graphics.c
  2699. M /trunk/caca/time.c
  2700. M /trunk/cucul/bitmap.c
  2701. M /trunk/cucul/box.c
  2702. M /trunk/cucul/canvas.c
  2703. M /trunk/cucul/charset.c
  2704. M /trunk/cucul/conic.c
  2705. M /trunk/cucul/cucul.c
  2706. M /trunk/cucul/cucul.h
  2707. M /trunk/cucul/cucul_internals.h
  2708. M /trunk/cucul/export_ansi.c
  2709. M /trunk/cucul/export_html.c
  2710. M /trunk/cucul/export_irc.c
  2711. M /trunk/cucul/export_ps.c
  2712. M /trunk/cucul/export_svg.c
  2713. M /trunk/cucul/line.c
  2714. M /trunk/cucul/math.c
  2715. M /trunk/cucul/sprite.c
  2716. M /trunk/cucul/triangle.c
  2717. M /trunk/kernel/kernel.c
  2718. M /trunk/kernel/kernel.h
  2719. M /trunk/test
  2720. * Slightly changed header comments.
  2721. ------------------------------------------------------------------------
  2722. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  2723. Changed paths:
  2724. M /trunk/cucul/canvas.c
  2725. * Optimise cucul_blit() by using memcpy() if there is no mask.
  2726. ------------------------------------------------------------------------
  2727. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  2728. Changed paths:
  2729. M /trunk/cucul/canvas.c
  2730. M /trunk/cucul/cucul.h
  2731. M /trunk/test/Makefile.am
  2732. M /trunk/test/gamma.c
  2733. * Added the cucul_blit() function. It lets us blit various canvas one
  2734. onto the other with an optional mask.
  2735. ------------------------------------------------------------------------
  2736. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  2737. Changed paths:
  2738. M /trunk/cucul/cucul.c
  2739. * Fixed an uninitialised structure member.
  2740. ------------------------------------------------------------------------
  2741. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  2742. Changed paths:
  2743. M /trunk/cucul/Makefile.am
  2744. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  2745. D /trunk/cucul/char.c
  2746. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  2747. that is a bit more high level than characters.
  2748. ------------------------------------------------------------------------
  2749. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  2750. Changed paths:
  2751. M /trunk/caca/driver_network.c
  2752. M /trunk/cucul/cucul.c
  2753. M /trunk/cucul/cucul.h
  2754. M /trunk/test/export.c
  2755. * Renamed cucul_get_export() to cucul_create_export().
  2756. ------------------------------------------------------------------------
  2757. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  2758. Changed paths:
  2759. M /trunk/cucul/bitmap.c
  2760. M /trunk/cucul/cucul.h
  2761. M /trunk/src/aafire.c
  2762. M /trunk/src/cacaball.c
  2763. M /trunk/src/cacamoir.c
  2764. M /trunk/src/cacaplas.c
  2765. M /trunk/src/cacaview.c
  2766. M /trunk/test/demo.c
  2767. M /trunk/test/export.c
  2768. M /trunk/test/gamma.c
  2769. M /trunk/test/hsv.c
  2770. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  2771. ------------------------------------------------------------------------
  2772. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  2773. Changed paths:
  2774. M /trunk/cucul/cucul.c
  2775. M /trunk/cucul/cucul.h
  2776. M /trunk/src/aafire.c
  2777. M /trunk/src/cacaball.c
  2778. M /trunk/src/cacamoir.c
  2779. M /trunk/src/cacaplas.c
  2780. M /trunk/src/cacaview.c
  2781. M /trunk/test/colors.c
  2782. M /trunk/test/demo.c
  2783. M /trunk/test/dithering.c
  2784. M /trunk/test/event.c
  2785. M /trunk/test/export.c
  2786. M /trunk/test/gamma.c
  2787. M /trunk/test/hsv.c
  2788. M /trunk/test/spritedit.c
  2789. M /trunk/test/unicode.c
  2790. * Changed the cucul_init parameter so that it now directly accepts a
  2791. canvas size (use cucul_init(0, 0) for the old behaviour).
  2792. ------------------------------------------------------------------------
  2793. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  2794. Changed paths:
  2795. M /trunk/kernel/kernel.c
  2796. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  2797. ------------------------------------------------------------------------
  2798. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  2799. Changed paths:
  2800. M /trunk/cucul/cucul.c
  2801. * Removed code that did not need to be duplicated.
  2802. ------------------------------------------------------------------------
  2803. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  2804. Changed paths:
  2805. M /trunk/src/cacaview.c
  2806. * Gamma support in cacaview (through the g/G key).
  2807. ------------------------------------------------------------------------
  2808. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  2809. Changed paths:
  2810. M /trunk/test/gamma.c
  2811. * Added colour to the gamma test.
  2812. ------------------------------------------------------------------------
  2813. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  2814. Changed paths:
  2815. M /trunk/cucul/bitmap.c
  2816. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  2817. ------------------------------------------------------------------------
  2818. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  2819. Changed paths:
  2820. M /trunk/test/gamma.c
  2821. * Animated gamma test.
  2822. ------------------------------------------------------------------------
  2823. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  2824. Changed paths:
  2825. M /trunk/cucul/cucul.h
  2826. M /trunk/cucul/math.c
  2827. * Got rid of cucul_powf(), too complex to implement and no longer used.
  2828. ------------------------------------------------------------------------
  2829. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  2830. Changed paths:
  2831. M /trunk/configure.ac
  2832. M /trunk/cucul/bitmap.c
  2833. * Added optional support for CP437 gray blocks in the bitmap renderer.
  2834. * Use a custom pow() function for gamma computation.
  2835. ------------------------------------------------------------------------
  2836. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  2837. Changed paths:
  2838. M /trunk/cucul/math.c
  2839. * Tried to do something with cucul_powf. It currently sucks.
  2840. ------------------------------------------------------------------------
  2841. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  2842. Changed paths:
  2843. M /trunk/src/cacaplas.c
  2844. * Changed the cacaplas colours. Yeah, I do what I want.
  2845. ------------------------------------------------------------------------
  2846. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  2847. Changed paths:
  2848. M /trunk/test/Makefile.am
  2849. A /trunk/test/gamma.c
  2850. ___
  2851. * Bitmap gamma test example. Of ,---. /""`_,'
  2852. course it does not work yet, | `\``""-; /
  2853. because some dirty old pig \ /`\\ ';'
  2854. implemented a cucul_powf() .') | __ \
  2855. function that only works / (` / /(O\. _|
  2856. with integer exponents. .-`| `"` ` .-\_
  2857. .-' \ ` ;=-.
  2858. HAHAHAHA MAIS .' . ._, / o o\
  2859. VIEUX PORC ! .-'` . '-._;_._.J
  2860. .-'` `.-'`
  2861. _. -` L ' .'
  2862. .' U '- ._.-'
  2863. /` C /
  2864. / y |
  2865. ._ ; J | |
  2866. )).-| | | /
  2867. (/`.-| \ \ / .;
  2868. ( (_)| | \ ; .' |
  2869. '--'; | `\ / / |
  2870. \ | `\ /.' /
  2871. \ / ; |`\ |
  2872. '. .' _.-| | | |
  2873. '-. .-';_"---'`.__| | | \
  2874. `'-._ ``'-. | \ \__\\
  2875. `''--.___\\ \__\\
  2876. ------------------------------------------------------------------------
  2877. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  2878. Changed paths:
  2879. M /trunk/cucul/bitmap.c
  2880. M /trunk/cucul/cucul.h
  2881. M /trunk/cucul/sprite.c
  2882. M /trunk/src/aafire.c
  2883. M /trunk/src/cacaball.c
  2884. M /trunk/src/cacamoir.c
  2885. M /trunk/src/cacaplas.c
  2886. M /trunk/src/cacaview.c
  2887. M /trunk/test/demo.c
  2888. M /trunk/test/export.c
  2889. M /trunk/test/hsv.c
  2890. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  2891. ------------------------------------------------------------------------
  2892. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  2893. Changed paths:
  2894. M /trunk/configure.ac
  2895. M /trunk/kernel/kernel.c
  2896. * Use the asm versions of sin and cos when available.
  2897. ------------------------------------------------------------------------
  2898. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  2899. Changed paths:
  2900. M /trunk/caca/driver_gl.c
  2901. * Added a bird.
  2902. ------------------------------------------------------------------------
  2903. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  2904. Changed paths:
  2905. M /trunk/caca/driver_x11.c
  2906. * Added basic support for a few Unicode characters to the X11 driver.
  2907. ------------------------------------------------------------------------
  2908. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  2909. Changed paths:
  2910. M /trunk/src/cacaplas.c
  2911. * Added a lame "powered by libcaca" banner to cacaplas.
  2912. ------------------------------------------------------------------------
  2913. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  2914. Changed paths:
  2915. M /trunk/TODO
  2916. * Added a few notes to the TODO list.
  2917. ------------------------------------------------------------------------
  2918. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  2919. Changed paths:
  2920. M /trunk/src/cacaball.c
  2921. Nan mais avec ma config _,--. ,--._
  2922. d'Emacs c'est vraiment \ > `-"""-' < /
  2923. impossible qu'il reste `-. .-'
  2924. des tabs dans mon code / 'e___e` \
  2925. \__ ( (o o) )
  2926. HAHAHAHA MAIS _\_ `=' _/_
  2927. VIEUX PORC ! / /|`-._.-'|\ \
  2928. \ ., / /||_______||\ \
  2929. .,|_) _/ /_||=======||_\ \_
  2930. _ _______( ,\ ', / _/==|| ||==\_ \
  2931. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  2932. '/ (") \ /
  2933. | t-` \______|______/
  2934. \ )_.-` |______|______|
  2935. \ .^--| /_| )__| |__(
  2936. \_(_\ |_|'[_\ / ] [ \
  2937. '[_\ '[_\ `--' `--'
  2938. ------------------------------------------------------------------------
  2939. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  2940. Changed paths:
  2941. M /trunk/test/unicode.c
  2942. * More special characters in the Unicode test.
  2943. ------------------------------------------------------------------------
  2944. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  2945. Changed paths:
  2946. M /trunk/caca/caca.h
  2947. M /trunk/caca/caca_internals.h
  2948. M /trunk/caca/event.c
  2949. M /trunk/caca/graphics.c
  2950. M /trunk/cucul/char.c
  2951. M /trunk/cucul/cucul_internals.h
  2952. * Cosmetic fixes.
  2953. ------------------------------------------------------------------------
  2954. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  2955. Changed paths:
  2956. M /trunk/caca/driver_network.c
  2957. M /trunk/cucul/cucul.c
  2958. M /trunk/cucul/cucul.h
  2959. M /trunk/cucul/export_ansi.c
  2960. M /trunk/cucul/export_html.c
  2961. M /trunk/cucul/export_irc.c
  2962. M /trunk/cucul/export_ps.c
  2963. M /trunk/cucul/export_svg.c
  2964. M /trunk/test/export.c
  2965. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  2966. ------------------------------------------------------------------------
  2967. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  2968. Changed paths:
  2969. M /trunk/caca/driver_conio.c
  2970. M /trunk/caca/driver_vga.c
  2971. M /trunk/cucul/Makefile.am
  2972. M /trunk/cucul/char.c
  2973. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  2974. M /trunk/cucul/cucul_internals.h
  2975. * Factorised some charset handling code into a new cucul/charset.c file.
  2976. ------------------------------------------------------------------------
  2977. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  2978. Changed paths:
  2979. M /trunk/test/export.c
  2980. * Added a few commonly escaped characters to the export test: ( ) " < > &
  2981. ------------------------------------------------------------------------
  2982. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  2983. Changed paths:
  2984. M /trunk/cucul/export_svg.c
  2985. * Full Unicode support in the SVG exporter.
  2986. ------------------------------------------------------------------------
  2987. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  2988. Changed paths:
  2989. M /trunk/caca/driver_x11.c
  2990. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  2991. ------------------------------------------------------------------------
  2992. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  2993. Changed paths:
  2994. M /trunk/cucul/export_ps.c
  2995. ___
  2996. ',_`""\ .---,
  2997. \ :-""``/` |
  2998. Ahaha mais vieux porc !! `;' //`\ /
  2999. / __ | ('.
  3000. |_ ./O)\ \ `) \
  3001. _/-. ` `"` |`
  3002. .-=; ` /
  3003. /o o \ ,_, .
  3004. L._._;_.-' .
  3005. `'-.` '
  3006. `. '
  3007. '-._. -'
  3008. ------------------------------------------------------------------------
  3009. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  3010. Changed paths:
  3011. M /trunk/ChangeLog
  3012. * Updated ChangeLog and converted it to UTF-8.
  3013. ------------------------------------------------------------------------
  3014. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  3015. Changed paths:
  3016. M /trunk/cucul/export_svg.c
  3017. * Fixed Unicode handling and improved coding style in the SVG exporter.
  3018. ------------------------------------------------------------------------
  3019. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  3020. Changed paths:
  3021. M /trunk/test/export.c
  3022. * Do not write the trailing \0 when exporting data.
  3023. ------------------------------------------------------------------------
  3024. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  3025. Changed paths:
  3026. M /trunk/cucul/export_ps.c
  3027. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  3028. Unicode characters are encountered.
  3029. ------------------------------------------------------------------------
  3030. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  3031. Changed paths:
  3032. M /trunk/cucul/export_ps.c
  3033. * Optimised for speed and space, fixed a few bugs, and improved coding style
  3034. in the PS exporter (vieux porc !).
  3035. ------------------------------------------------------------------------
  3036. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  3037. Changed paths:
  3038. M /trunk/cucul/cucul.c
  3039. * Comment clarification.
  3040. ------------------------------------------------------------------------
  3041. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  3042. Changed paths:
  3043. M /trunk/caca/driver_win32.c
  3044. * Fix resizing of the Win32 console. It now adapts to the requested size.
  3045. ------------------------------------------------------------------------
  3046. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  3047. Changed paths:
  3048. M /trunk/caca/driver_conio.c
  3049. M /trunk/caca/driver_vga.c
  3050. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  3051. * Cosmetic code changes.
  3052. ------------------------------------------------------------------------
  3053. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  3054. Changed paths:
  3055. M /trunk/caca/driver_slang.c
  3056. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  3057. ------------------------------------------------------------------------
  3058. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  3059. Changed paths:
  3060. M /trunk/caca/driver_ncurses.c
  3061. M /trunk/configure.ac
  3062. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  3063. ------------------------------------------------------------------------
  3064. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  3065. Changed paths:
  3066. M /trunk/build-win32
  3067. * Distribute the license with Win32 packages and convert text files to
  3068. CRLF format.
  3069. ------------------------------------------------------------------------
  3070. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  3071. Changed paths:
  3072. M /trunk/caca/driver_conio.c
  3073. M /trunk/test/unicode.c
  3074. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  3075. the DOS/conio.h driver, and updated the unicode test accordingly.
  3076. ------------------------------------------------------------------------
  3077. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3078. Changed paths:
  3079. M /trunk/test/export.c
  3080. M /trunk/test/unicode.c
  3081. * Added a few more Unicode characters to the export and unicode tests.
  3082. ------------------------------------------------------------------------
  3083. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  3084. Changed paths:
  3085. M /trunk/caca/driver_conio.c
  3086. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  3087. equivalents in CP437 0x7f - 0xff are translated.
  3088. ------------------------------------------------------------------------
  3089. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  3090. Changed paths:
  3091. M /trunk/cucul/export_html.c
  3092. * Unicode support in the HTML exporter.
  3093. ------------------------------------------------------------------------
  3094. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3095. Changed paths:
  3096. M /trunk/caca/caca.c
  3097. * Cosmetic.
  3098. ------------------------------------------------------------------------
  3099. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3100. Changed paths:
  3101. M /trunk/test
  3102. M /trunk/test/Makefile.am
  3103. A /trunk/test/export.c
  3104. * Small test program for exporters. Usage: "export html", "export irc" etc.
  3105. ------------------------------------------------------------------------
  3106. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  3107. Changed paths:
  3108. A /trunk/cucul/export_svg.c
  3109. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  3110. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3111. p______...___________________________p
  3112. e____(_..__`'-.,--,__________________e
  3113. n_____'-._'-.__`\a\\_________________n
  3114. i_________'.___.'_(|_________________i
  3115. s____________7____||_________________s
  3116. b___________/___.'_|_________________b
  3117. i__________/_.-'__,J_________________i
  3118. r_________/_________\________________r
  3119. d________||___/______;_______________d
  3120. *________||__|_______|_______________*
  3121. p________`\__\_______|__/__''\_______p
  3122. e__________'._\______/.-`____{}|_____e
  3123. n___________/\_`;_.-'_________/______n
  3124. i___________\_;(((____.--'\_/________i
  3125. s_________.(((_____.-;\______________s
  3126. b____.--'`_____,;`'.'-;\_____________b
  3127. i_taco's____.'____'._.'\\____________i
  3128. r_dick_--'_________|__\_|____________r
  3129. d__________________\_\,_/____________d
  3130. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3131. ------------------------------------------------------------------------
  3132. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  3133. Changed paths:
  3134. M /trunk/cucul/Makefile.am
  3135. M /trunk/cucul/cucul.c
  3136. M /trunk/cucul/cucul.h
  3137. M /trunk/cucul/export_html.c
  3138. M /trunk/cucul/export_ps.c
  3139. * Added preliminary (but working) SVG exporter
  3140. ------------------------------------------------------------------------
  3141. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3142. Changed paths:
  3143. M /trunk/caca/driver_network.c
  3144. * Added telnet commands and options strings for debug
  3145. ------------------------------------------------------------------------
  3146. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  3147. Changed paths:
  3148. M /trunk/test/demo.c
  3149. * Fixed refresh when updating parameter in display_menu()
  3150. ------------------------------------------------------------------------
  3151. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  3152. Changed paths:
  3153. M /trunk/kernel/kernel.c
  3154. * Removed false comment
  3155. ------------------------------------------------------------------------
  3156. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  3157. Changed paths:
  3158. M /trunk/src/cacaball.c
  3159. * Optimised cacaballs a bit
  3160. ------------------------------------------------------------------------
  3161. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3162. Changed paths:
  3163. M /trunk/src/cacaball.c
  3164. * Better cacaballs parameters
  3165. ------------------------------------------------------------------------
  3166. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  3167. Changed paths:
  3168. M /trunk/src/cacamoir.c
  3169. * Increased cacamoir circle thikness by 50%, because it currently really
  3170. sucks in small resolutions.
  3171. ------------------------------------------------------------------------
  3172. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  3173. Changed paths:
  3174. M /trunk/caca/driver_gl.c
  3175. M /trunk/caca/driver_ncurses.c
  3176. M /trunk/caca/driver_x11.c
  3177. M /trunk/src/cacaball.c
  3178. * Minor coding style fixes.
  3179. ------------------------------------------------------------------------
  3180. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3181. Changed paths:
  3182. M /trunk/caca/driver_win32.c
  3183. * UTF-8 support in the Win32 driver.
  3184. ------------------------------------------------------------------------
  3185. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  3186. Changed paths:
  3187. M /trunk/caca/caca.h
  3188. M /trunk/caca/driver_network.c
  3189. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  3190. * Use RETSIGTYPE for signal handler return values.
  3191. ------------------------------------------------------------------------
  3192. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  3193. Changed paths:
  3194. M /trunk/caca/driver_slang.c
  3195. M /trunk/configure.ac
  3196. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  3197. in the SLang driver.
  3198. * Cosmetic fixes in configure.ac.
  3199. ------------------------------------------------------------------------
  3200. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  3201. Changed paths:
  3202. M /trunk/caca/driver_network.c
  3203. M /trunk/cucul/cucul.c
  3204. M /trunk/cucul/cucul.h
  3205. M /trunk/cucul/cucul_internals.h
  3206. M /trunk/cucul/export_ansi.c
  3207. M /trunk/cucul/export_html.c
  3208. M /trunk/cucul/export_irc.c
  3209. M /trunk/cucul/export_ps.c
  3210. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  3211. * Got rid of static buffers; we now use cucul_free() to free exported
  3212. buffers.
  3213. * Fixed light background in the ANSI exporter by adding escape sequences for
  3214. most terminal emulators.
  3215. ------------------------------------------------------------------------
  3216. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  3217. Changed paths:
  3218. M /trunk/kernel/kernel.c
  3219. * Fixed UPPER() for strcasecmp
  3220. ------------------------------------------------------------------------
  3221. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  3222. Changed paths:
  3223. M /trunk/kernel/kernel.c
  3224. * Rewrote strncasecmp. Totally untested, of course.
  3225. ------------------------------------------------------------------------
  3226. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3227. Changed paths:
  3228. M /trunk/cucul/export_ps.c
  3229. * STATIC char const. AHAHAHAHA.
  3230. ------------------------------------------------------------------------
  3231. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  3232. Changed paths:
  3233. M /trunk/caca/driver_network.c
  3234. * Do not switch to alternate screen when clearing, because sometimes we
  3235. are unable to cleanly restore the state.
  3236. ------------------------------------------------------------------------
  3237. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  3238. Changed paths:
  3239. M /trunk/cucul/export_ps.c
  3240. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  3241. ------------------------------------------------------------------------
  3242. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3243. Changed paths:
  3244. M /trunk/cucul/export_ps.c
  3245. * Postscript exporter now kinda works. Paper size to be fixed
  3246. ------------------------------------------------------------------------
  3247. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3248. Changed paths:
  3249. M /trunk/cucul/Makefile.am
  3250. M /trunk/cucul/cucul.c
  3251. M /trunk/cucul/cucul.h
  3252. M /trunk/cucul/cucul_internals.h
  3253. A /trunk/cucul/export_ps.c
  3254. * Added preliminary Postscript (tm) (r) (c) exporter.
  3255. ------------------------------------------------------------------------
  3256. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  3257. Changed paths:
  3258. M /trunk/caca/driver_network.c
  3259. * Pressing Ctrl-C on the client side now drops the connection.
  3260. ------------------------------------------------------------------------
  3261. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  3262. Changed paths:
  3263. M /trunk/TODO
  3264. * Updated the TODO list, mostly with Unicode-related tasks.
  3265. ------------------------------------------------------------------------
  3266. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  3267. Changed paths:
  3268. M /trunk/caca/caca.h
  3269. M /trunk/caca/driver_network.c
  3270. * Changed port environment variable to "CACA_PORT". No need to mention it's
  3271. a network port, we could have guessed.
  3272. ------------------------------------------------------------------------
  3273. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3274. Changed paths:
  3275. M /trunk/caca/caca.c
  3276. * Ooops, fixed an old typo.
  3277. ------------------------------------------------------------------------
  3278. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  3279. Changed paths:
  3280. M /trunk/src/cacaball.c
  3281. * Fixed a warning in cacaball.c.
  3282. ------------------------------------------------------------------------
  3283. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  3284. Changed paths:
  3285. M /trunk/caca/driver_network.c
  3286. * Improvements to the network output:
  3287. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  3288. the registered ports area, but we'd never be accepted anyway).
  3289. + Retry network sends in caca_get_event(), too.
  3290. + Have a per-client buffer in case of network congestion. If that buffer
  3291. gets full, just drop it and start again at the next frame.
  3292. + Set the window title to "caca for the network".
  3293. + Do not send the ANSI buffer's terminating \0.
  3294. + Restore the SIGPIPE handler on close.
  3295. + Set window size to 80x24 instead of 80x25.
  3296. ------------------------------------------------------------------------
  3297. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  3298. Changed paths:
  3299. M /trunk/cucul/export_ansi.c
  3300. M /trunk/cucul/export_html.c
  3301. M /trunk/cucul/export_irc.c
  3302. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  3303. M /trunk/perl/lib/Term/Caca/Constants.pm
  3304. M /trunk/perl/lib/Term/Caca/Sprite.pm
  3305. M /trunk/perl/lib/Term/Caca.pm
  3306. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  3307. M /trunk/perl/lib/Term/Kaka/Constants.pm
  3308. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  3309. M /trunk/perl/lib/Term/Kaka.pm
  3310. M /trunk/python/pypycaca.c
  3311. M /trunk/python/pypycaca.h
  3312. * Set svn:keyword Id property on a few files.
  3313. Note to developers: use that chunk in your ~/.subversion/config:
  3314. [miscellany]
  3315. enable-auto-props = yes
  3316. [auto-props]
  3317. *.m = svn:keywords=Id
  3318. *.h = svn:keywords=Id
  3319. *.mm = svn:keywords=Id
  3320. *.c = svn:keywords=Id
  3321. *.cpp = svn:keywords=Id
  3322. *.pch = svn:keywords=Id
  3323. *.command = svn:keywords=Id
  3324. *.pl = svn:keywords=Id
  3325. *.pm = svn:keywords=Id
  3326. *.py = svn:keywords=Id
  3327. *.sh = svn:keywords=Id
  3328. *.txt = svn:keywords=Id
  3329. *.html = svn:keywords=Id
  3330. *.php = svn:keywords=Id
  3331. ------------------------------------------------------------------------
  3332. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  3333. Changed paths:
  3334. M /trunk/cucul/export_ansi.c
  3335. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  3336. ------------------------------------------------------------------------
  3337. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  3338. Changed paths:
  3339. M /trunk/caca/caca.c
  3340. * Fixed an uninitialised variable in the event queue handling.
  3341. ------------------------------------------------------------------------
  3342. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  3343. Changed paths:
  3344. M /trunk/test/colors.c
  3345. * Allow the color test to be built as a kernel.
  3346. ------------------------------------------------------------------------
  3347. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  3348. Changed paths:
  3349. M /trunk/THANKS
  3350. * Sorted list of extra contributors by topic and added the FSF.
  3351. ------------------------------------------------------------------------
  3352. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  3353. Changed paths:
  3354. M /trunk/caca/driver_network.c
  3355. * Set the client sockets as non-blocking, and implemented non-blocking
  3356. writes. Currently works very badly with more than one client.
  3357. ------------------------------------------------------------------------
  3358. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  3359. Changed paths:
  3360. M /trunk/kernel/kernel.c
  3361. * wrote strcasecmp for fun
  3362. ------------------------------------------------------------------------
  3363. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  3364. Changed paths:
  3365. M /trunk/cucul/Makefile.am
  3366. A /trunk/cucul/export_ansi.c
  3367. A /trunk/cucul/export_html.c
  3368. A /trunk/cucul/export_irc.c
  3369. D /trunk/cucul/exporter_ansi.c
  3370. D /trunk/cucul/exporter_html.c
  3371. D /trunk/cucul/exporter_irc.c
  3372. * Renamed exporter_* to export_*, from God recommendation.
  3373. ------------------------------------------------------------------------
  3374. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  3375. Changed paths:
  3376. M /trunk/cucul/Makefile.am
  3377. D /trunk/cucul/export.c
  3378. A /trunk/cucul/exporter_ansi.c
  3379. A /trunk/cucul/exporter_html.c
  3380. A /trunk/cucul/exporter_irc.c
  3381. * Exploded cucul/export.c
  3382. ------------------------------------------------------------------------
  3383. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  3384. Changed paths:
  3385. M /trunk/caca/caca.c
  3386. M /trunk/caca/caca.h
  3387. M /trunk/caca/driver_network.c
  3388. * Added CACA_NETWORK_PORT env and related documentation
  3389. ------------------------------------------------------------------------
  3390. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  3391. Changed paths:
  3392. M /trunk/caca/driver_network.c
  3393. M /trunk/configure.ac
  3394. M /trunk/cucul/cucul_internals.h
  3395. * 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
  3396. ------------------------------------------------------------------------
  3397. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  3398. Changed paths:
  3399. M /trunk/caca/driver_network.c
  3400. * Handle incoming connections in network_get_event() as well as
  3401. network_display() so that new clients immediately get the contents
  3402. of the canvas and do not need to wait for a caca_display() call.
  3403. ------------------------------------------------------------------------
  3404. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  3405. Changed paths:
  3406. M /trunk/cucul/char.c
  3407. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  3408. cucul_putchar32() function but I'm not convinced it will be useful.
  3409. ------------------------------------------------------------------------
  3410. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  3411. Changed paths:
  3412. M /trunk/caca/driver_conio.c
  3413. M /trunk/caca/driver_gl.c
  3414. M /trunk/caca/driver_ncurses.c
  3415. M /trunk/caca/driver_network.c
  3416. M /trunk/caca/driver_win32.c
  3417. M /trunk/caca/driver_x11.c
  3418. M /trunk/caca/graphics.c
  3419. * Use the internal version of cucul_set_size in output drivers so that
  3420. they can force a resize. We need to find a way to make those specific
  3421. cucul - caca interactions unavailable to the clueless user.
  3422. ------------------------------------------------------------------------
  3423. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  3424. Changed paths:
  3425. M /trunk/src/cacaball.c
  3426. M /trunk/src/cacamoir.c
  3427. M /trunk/src/cacaplas.c
  3428. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  3429. ------------------------------------------------------------------------
  3430. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  3431. Changed paths:
  3432. M /trunk/caca/driver_vga.c
  3433. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  3434. 80x25 upon initialisation.
  3435. ------------------------------------------------------------------------
  3436. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  3437. Changed paths:
  3438. M /trunk/caca/driver_slang.c
  3439. * Added Unicode support to the SLang driver.
  3440. ------------------------------------------------------------------------
  3441. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  3442. Changed paths:
  3443. M /trunk/kernel/kernel.c
  3444. M /trunk/kernel/kernel.h
  3445. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  3446. ------------------------------------------------------------------------
  3447. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  3448. Changed paths:
  3449. M /trunk/test/unicode.c
  3450. * More Unicode tests: gradient glyphs, double width characters.
  3451. ------------------------------------------------------------------------
  3452. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  3453. Changed paths:
  3454. M /trunk/build-kernel
  3455. * Oops, modified build-kernel while testing and commited it ;)
  3456. ------------------------------------------------------------------------
  3457. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  3458. Changed paths:
  3459. M /trunk/build-kernel
  3460. M /trunk/caca/driver_network.c
  3461. * 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.
  3462. ------------------------------------------------------------------------
  3463. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  3464. Changed paths:
  3465. M /trunk/caca/driver_vga.c
  3466. * Fixed VGA colours. The values only range from 0 to 63.
  3467. ------------------------------------------------------------------------
  3468. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  3469. Changed paths:
  3470. M /trunk/build-kernel
  3471. M /trunk/caca/caca_internals.h
  3472. M /trunk/cucul/cucul_internals.h
  3473. M /trunk/kernel/kernel.c
  3474. M /trunk/kernel/kernel.h
  3475. * Added assembly code for inb() and outb().
  3476. * Print a small message at kernel boot time just to check that the kernel
  3477. was properly loaded.
  3478. ------------------------------------------------------------------------
  3479. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  3480. Changed paths:
  3481. M /trunk/cucul/export.c
  3482. * Added tests for malloc()'s
  3483. ------------------------------------------------------------------------
  3484. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  3485. Changed paths:
  3486. M /trunk/README
  3487. M /trunk/cucul/cucul.c
  3488. M /trunk/cucul/cucul_internals.h
  3489. M /trunk/cucul/export.c
  3490. * Updated README for network driver, fixed remaining exporters
  3491. ------------------------------------------------------------------------
  3492. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  3493. Changed paths:
  3494. M /trunk/caca/Makefile.am
  3495. M /trunk/configure.ac
  3496. M /trunk/kernel/Makefile.am
  3497. * Added a conditional to only build the kernel if --enable-vga was set.
  3498. ------------------------------------------------------------------------
  3499. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  3500. Changed paths:
  3501. M /trunk/build-kernel
  3502. * Set executable flag to the build-kernel script.
  3503. ------------------------------------------------------------------------
  3504. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  3505. Changed paths:
  3506. A /trunk/COPYING.GPL
  3507. M /trunk/Makefile.am
  3508. A /trunk/build-kernel
  3509. M /trunk/caca/time.c
  3510. M /trunk/configure.ac
  3511. M /trunk/cucul/bitmap.c
  3512. M /trunk/cucul/box.c
  3513. M /trunk/cucul/char.c
  3514. M /trunk/cucul/conic.c
  3515. M /trunk/cucul/cucul.c
  3516. M /trunk/cucul/cucul_internals.h
  3517. M /trunk/cucul/export.c
  3518. M /trunk/cucul/line.c
  3519. M /trunk/cucul/math.c
  3520. M /trunk/cucul/sprite.c
  3521. M /trunk/cucul/triangle.c
  3522. A /trunk/kernel
  3523. A /trunk/kernel/Makefile.am
  3524. A /trunk/kernel/kernel.c
  3525. A /trunk/kernel/kernel.h
  3526. A /trunk/kernel/multiboot.S
  3527. A /trunk/kernel/multiboot.h
  3528. M /trunk/src
  3529. M /trunk/src/aafire.c
  3530. * Added glue code to compile libcaca without a libc and build applications
  3531. as multiboot kernels.
  3532. ------------------------------------------------------------------------
  3533. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  3534. Changed paths:
  3535. M /trunk/caca/driver_conio.c
  3536. * Cosmetic change.
  3537. ------------------------------------------------------------------------
  3538. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  3539. Changed paths:
  3540. M /trunk/README
  3541. * Slightly updated README.
  3542. ------------------------------------------------------------------------
  3543. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  3544. Changed paths:
  3545. M /trunk/caca/caca.c
  3546. M /trunk/caca/caca_internals.h
  3547. A /trunk/caca/driver_vga.c
  3548. * Pure VGA output driver.
  3549. ------------------------------------------------------------------------
  3550. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  3551. Changed paths:
  3552. M /trunk/caca/graphics.c
  3553. * Removed unused includes.
  3554. ------------------------------------------------------------------------
  3555. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  3556. Changed paths:
  3557. M /trunk/AUTHORS
  3558. * Added a few details for authors.
  3559. ------------------------------------------------------------------------
  3560. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  3561. Changed paths:
  3562. M /trunk/test
  3563. M /trunk/test/Makefile.am
  3564. A /trunk/test/unicode.c
  3565. * Added a tiny Unicode test program. Of course it does not work yet, but
  3566. good to have something to start with.
  3567. ------------------------------------------------------------------------
  3568. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  3569. Changed paths:
  3570. M /trunk/caca/caca.h
  3571. M /trunk/cucul/cucul.h
  3572. * Updated documentation a bit
  3573. ------------------------------------------------------------------------
  3574. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  3575. Changed paths:
  3576. M /trunk/caca/driver_network.c
  3577. M /trunk/cucul/cucul.c
  3578. M /trunk/cucul/cucul_internals.h
  3579. M /trunk/cucul/export.c
  3580. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  3581. ------------------------------------------------------------------------
  3582. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  3583. Changed paths:
  3584. M /trunk/caca/driver_network.c
  3585. * Fixed memory leak in network driver
  3586. ------------------------------------------------------------------------
  3587. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  3588. Changed paths:
  3589. M /trunk/caca/driver_gl.c
  3590. * Made the OpenGL colors slightly less saturated.
  3591. ------------------------------------------------------------------------
  3592. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  3593. Changed paths:
  3594. M /trunk/caca/driver_conio.c
  3595. M /trunk/caca/driver_gl.c
  3596. M /trunk/caca/driver_ncurses.c
  3597. M /trunk/caca/driver_slang.c
  3598. M /trunk/caca/driver_win32.c
  3599. M /trunk/caca/driver_x11.c
  3600. * Make output drivers more error resilient when handling UTF-32 characters,
  3601. by simply ignoring everything non ASCII :-)
  3602. ------------------------------------------------------------------------
  3603. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  3604. Changed paths:
  3605. M /trunk/caca/driver_network.c
  3606. * Fixed blinking screen
  3607. ------------------------------------------------------------------------
  3608. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  3609. Changed paths:
  3610. M /trunk/caca/driver_network.c
  3611. M /trunk/cucul/cucul.h
  3612. M /trunk/cucul/export.c
  3613. * Exporters now return size of generated data
  3614. ------------------------------------------------------------------------
  3615. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  3616. Changed paths:
  3617. M /trunk/caca/Makefile.am
  3618. M /trunk/caca/caca.c
  3619. M /trunk/caca/caca_internals.h
  3620. A /trunk/caca/driver_network.c
  3621. M /trunk/configure.ac
  3622. * Added very preliminary network driver
  3623. ------------------------------------------------------------------------
  3624. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  3625. Changed paths:
  3626. M /trunk/caca/caca.c
  3627. M /trunk/caca/caca_internals.h
  3628. M /trunk/caca/driver_conio.c
  3629. M /trunk/caca/driver_gl.c
  3630. M /trunk/caca/driver_ncurses.c
  3631. M /trunk/caca/driver_slang.c
  3632. M /trunk/caca/driver_win32.c
  3633. M /trunk/caca/driver_x11.c
  3634. M /trunk/caca/event.c
  3635. M /trunk/caca/graphics.c
  3636. M /trunk/cucul/cucul.c
  3637. * Fixed async issues between the driver and libcaca when resizing windows,
  3638. and simplified the handle_resize() API. Still can be polished.
  3639. ------------------------------------------------------------------------
  3640. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  3641. Changed paths:
  3642. M /trunk/cucul/cucul.c
  3643. * cucul_set_size() does nothing if a graphical backend is attached. Added
  3644. documentation to explain this behaviour.
  3645. ------------------------------------------------------------------------
  3646. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  3647. Changed paths:
  3648. M /trunk/caca/caca.c
  3649. M /trunk/caca/caca_internals.h
  3650. M /trunk/caca/driver_gl.c
  3651. M /trunk/caca/driver_ncurses.c
  3652. M /trunk/caca/driver_slang.c
  3653. M /trunk/caca/driver_win32.c
  3654. M /trunk/caca/driver_x11.c
  3655. M /trunk/caca/event.c
  3656. * Cosmetic changes here and there.
  3657. ------------------------------------------------------------------------
  3658. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  3659. Changed paths:
  3660. M /trunk/caca/caca.c
  3661. M /trunk/caca/caca_internals.h
  3662. M /trunk/caca/driver_conio.c
  3663. M /trunk/caca/driver_gl.c
  3664. M /trunk/caca/driver_ncurses.c
  3665. M /trunk/caca/driver_slang.c
  3666. M /trunk/caca/driver_win32.c
  3667. M /trunk/caca/driver_x11.c
  3668. M /trunk/caca/event.c
  3669. M /trunk/caca/graphics.c
  3670. * Finished moving everything driver-specific to the apropriate driver_*.c
  3671. files. Phew. Now they just need a few comments.
  3672. ------------------------------------------------------------------------
  3673. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  3674. Changed paths:
  3675. M /trunk/caca/driver_conio.c
  3676. M /trunk/caca/driver_gl.c
  3677. M /trunk/caca/driver_ncurses.c
  3678. M /trunk/caca/driver_slang.c
  3679. M /trunk/caca/driver_win32.c
  3680. M /trunk/caca/driver_x11.c
  3681. * Cleaned up useless header includes.
  3682. ------------------------------------------------------------------------
  3683. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  3684. Changed paths:
  3685. M /trunk/caca/caca_internals.h
  3686. M /trunk/caca/driver_conio.c
  3687. M /trunk/caca/driver_gl.c
  3688. M /trunk/caca/driver_ncurses.c
  3689. M /trunk/caca/driver_slang.c
  3690. M /trunk/caca/driver_win32.c
  3691. M /trunk/caca/driver_x11.c
  3692. M /trunk/caca/event.c
  3693. * Split event.c into the appropriate driver_*.c files.
  3694. ------------------------------------------------------------------------
  3695. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  3696. Changed paths:
  3697. M /trunk/caca-config.in
  3698. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  3699. ------------------------------------------------------------------------
  3700. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  3701. Changed paths:
  3702. M /trunk/doc/doxygen.cfg.in
  3703. * Ignore driver_*.c files when building documentation.
  3704. ------------------------------------------------------------------------
  3705. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  3706. Changed paths:
  3707. M /trunk/configure.ac
  3708. * configure.ac: look for a4wide.sty in more than one location.
  3709. ------------------------------------------------------------------------
  3710. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  3711. Changed paths:
  3712. M /trunk/Makefile.am
  3713. A /trunk/build-dos (from /trunk/build-win32:327)
  3714. M /trunk/caca/caca_internals.h
  3715. M /trunk/caca/driver_conio.c
  3716. M /trunk/cucul/cucul_internals.h
  3717. * Fixed DOS driver.
  3718. * Added a build-dos script to cross-compile the DOS version using djgpp.
  3719. ------------------------------------------------------------------------
  3720. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  3721. Changed paths:
  3722. M /trunk/configure.ac
  3723. * configure.ac: removed the "null" frontend. just don't attach any frontend
  3724. if you do not want any.
  3725. ------------------------------------------------------------------------
  3726. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  3727. Changed paths:
  3728. M /trunk/caca/caca.c
  3729. M /trunk/caca/caca_internals.h
  3730. M /trunk/caca/event.c
  3731. * Got rid of static variables in the event code.
  3732. ------------------------------------------------------------------------
  3733. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  3734. Changed paths:
  3735. M /trunk/caca/caca.c
  3736. M /trunk/caca/caca_internals.h
  3737. M /trunk/caca/driver_conio.c
  3738. M /trunk/caca/driver_gl.c
  3739. M /trunk/caca/driver_ncurses.c
  3740. M /trunk/caca/driver_slang.c
  3741. M /trunk/caca/driver_win32.c
  3742. M /trunk/caca/driver_x11.c
  3743. M /trunk/caca/event.c
  3744. M /trunk/caca/graphics.c
  3745. M /trunk/cucul/bitmap.c
  3746. M /trunk/cucul/box.c
  3747. M /trunk/cucul/char.c
  3748. M /trunk/cucul/conic.c
  3749. M /trunk/cucul/cucul.c
  3750. M /trunk/cucul/cucul_internals.h
  3751. M /trunk/cucul/export.c
  3752. M /trunk/cucul/line.c
  3753. M /trunk/cucul/math.c
  3754. M /trunk/cucul/sprite.c
  3755. M /trunk/cucul/triangle.c
  3756. M /trunk/src/cacaview.c
  3757. * Polished the driver split a bit (still no events, except resize events),
  3758. properly credited authors and documented a few things.
  3759. ------------------------------------------------------------------------
  3760. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  3761. Changed paths:
  3762. M /trunk/caca/Makefile.am
  3763. M /trunk/caca/caca.c
  3764. M /trunk/caca/caca_internals.h
  3765. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  3766. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  3767. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  3768. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  3769. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  3770. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  3771. M /trunk/caca/event.c
  3772. M /trunk/caca/graphics.c
  3773. * Split caca/graphics.c into driver-specific files. Resize is currently
  3774. broken, and event handling is not yet in the driver-specific files, but
  3775. I will of course fix that later.
  3776. ------------------------------------------------------------------------
  3777. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  3778. Changed paths:
  3779. M /trunk/configure.ac
  3780. * Ooops, I fucked up the build.
  3781. ------------------------------------------------------------------------
  3782. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  3783. Changed paths:
  3784. M /trunk/Makefile.am
  3785. D /trunk/examples
  3786. A /trunk/src (from /trunk/examples:326)
  3787. * Moved stuff again.
  3788. ------------------------------------------------------------------------
  3789. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  3790. Changed paths:
  3791. M /trunk/Makefile.am
  3792. A /trunk/caca
  3793. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  3794. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  3795. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  3796. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  3797. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  3798. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  3799. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  3800. M /trunk/configure.ac
  3801. A /trunk/cucul
  3802. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  3803. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  3804. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  3805. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  3806. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  3807. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  3808. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  3809. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  3810. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  3811. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  3812. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  3813. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  3814. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  3815. M /trunk/examples/Makefile.am
  3816. D /trunk/src
  3817. M /trunk/test/Makefile.am
  3818. * Moved stuff around to differenciate between libcucul and libcaca.
  3819. ------------------------------------------------------------------------
  3820. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  3821. Changed paths:
  3822. M /trunk/src/caca.c
  3823. M /trunk/src/char.c
  3824. M /trunk/src/cucul.c
  3825. M /trunk/src/cucul_internals.h
  3826. M /trunk/src/export.c
  3827. M /trunk/src/graphics.c
  3828. * Use 32 bit integers for the character array. No visible difference for
  3829. now because we only do ASCII, but that will let us do Unicode later.
  3830. ------------------------------------------------------------------------
  3831. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  3832. Changed paths:
  3833. M /trunk/src/caca.h
  3834. M /trunk/src/graphics.c
  3835. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  3836. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  3837. future because it's libcaca who gets the resize events, after all.
  3838. ------------------------------------------------------------------------
  3839. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  3840. Changed paths:
  3841. M /trunk/src/graphics.c
  3842. * I just suck. I'll goatse myself right after beeing back at home.
  3843. ------------------------------------------------------------------------
  3844. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  3845. Changed paths:
  3846. M /trunk/src/graphics.c
  3847. * src/graphics.c: minor optimisations.
  3848. ------------------------------------------------------------------------
  3849. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  3850. Changed paths:
  3851. M /trunk/src/graphics.c
  3852. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  3853. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  3854. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  3855. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  3856. pas de warnings et/ou que ca segfaulte pas !
  3857. ------------------------------------------------------------------------
  3858. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  3859. Changed paths:
  3860. M /trunk/src/graphics.c
  3861. * Mais je fais comme je veux bordel de cul !
  3862. ------------------------------------------------------------------------
  3863. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  3864. Changed paths:
  3865. M /trunk/src/graphics.c
  3866. * Haha mais vieux porc a pattes !
  3867. ------------------------------------------------------------------------
  3868. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  3869. Changed paths:
  3870. M /trunk/src/graphics.c
  3871. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  3872. ------------------------------------------------------------------------
  3873. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  3874. Changed paths:
  3875. M /trunk/caca-config.in
  3876. M /trunk/configure.ac
  3877. M /trunk/examples/aafire.c
  3878. M /trunk/examples/cacaball.c
  3879. M /trunk/examples/cacamoir.c
  3880. M /trunk/examples/cacaplas.c
  3881. M /trunk/examples/cacaview.c
  3882. M /trunk/src/Makefile.am
  3883. M /trunk/src/bitmap.c
  3884. M /trunk/src/box.c
  3885. M /trunk/src/caca.c
  3886. M /trunk/src/caca.h
  3887. M /trunk/src/caca_internals.h
  3888. M /trunk/src/char.c
  3889. M /trunk/src/conic.c
  3890. M /trunk/src/cucul.c
  3891. M /trunk/src/cucul_internals.h
  3892. M /trunk/src/event.c
  3893. M /trunk/src/export.c
  3894. M /trunk/src/graphics.c
  3895. M /trunk/src/line.c
  3896. M /trunk/src/math.c
  3897. M /trunk/src/sprite.c
  3898. M /trunk/src/time.c
  3899. M /trunk/src/triangle.c
  3900. M /trunk/test/colors.c
  3901. M /trunk/test/demo.c
  3902. M /trunk/test/dithering.c
  3903. M /trunk/test/event.c
  3904. M /trunk/test/hsv.c
  3905. M /trunk/test/spritedit.c
  3906. * All output plugins should now work again.
  3907. * Renamed caca_refresh() into caca_display() which makes more sense.
  3908. * Optimised gl_bgpal by directly storing floats instead of doing the
  3909. conversion at runtime.
  3910. * Handle resizing in cucul_set_size() and try to keep as much information
  3911. as possible from the previous canvas.
  3912. * Moved most global variables into cucul_t or caca_t contexts.
  3913. * Moved time.c into libcaca.
  3914. ------------------------------------------------------------------------
  3915. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  3916. Changed paths:
  3917. M /trunk/debian
  3918. M /trunk/debian/changelog
  3919. M /trunk/debian/control
  3920. M /trunk/debian/copyright
  3921. M /trunk/debian/rules
  3922. M /trunk/doc/Makefile.am
  3923. D /trunk/doc/cacademo.1
  3924. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  3925. M /trunk/libcaca.spec
  3926. M /trunk/msvc/Makefile.am
  3927. D /trunk/msvc/cacademo.vcproj
  3928. M /trunk/msvc/libcaca.sln
  3929. * Removed cacademo from examples, manpages and distributions. It's useless.
  3930. ------------------------------------------------------------------------
  3931. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  3932. Changed paths:
  3933. M /trunk/src/cucul.c
  3934. * src/cucul.c: s/width/height/.
  3935. ------------------------------------------------------------------------
  3936. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  3937. Changed paths:
  3938. M /trunk/configure.ac
  3939. M /trunk/doc/doxygen.cfg.in
  3940. M /trunk/examples
  3941. M /trunk/examples/Makefile.am
  3942. M /trunk/examples/aafire.c
  3943. M /trunk/examples/cacaball.c
  3944. M /trunk/examples/cacamoir.c
  3945. M /trunk/examples/cacaplas.c
  3946. M /trunk/examples/cacaview.c
  3947. D /trunk/examples/demo.c
  3948. M /trunk/src/Makefile.am
  3949. M /trunk/src/bitmap.c
  3950. M /trunk/src/box.c
  3951. M /trunk/src/caca.c
  3952. M /trunk/src/caca.h
  3953. M /trunk/src/caca_internals.h
  3954. A /trunk/src/char.c
  3955. M /trunk/src/conic.c
  3956. A /trunk/src/cucul.c
  3957. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  3958. A /trunk/src/cucul_internals.h
  3959. M /trunk/src/event.c
  3960. A /trunk/src/export.c
  3961. M /trunk/src/graphics.c
  3962. M /trunk/src/line.c
  3963. M /trunk/src/math.c
  3964. M /trunk/src/sprite.c
  3965. M /trunk/src/triangle.c
  3966. M /trunk/test
  3967. M /trunk/test/Makefile.am
  3968. M /trunk/test/colors.c
  3969. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  3970. M /trunk/test/dithering.c
  3971. M /trunk/test/event.c
  3972. M /trunk/test/hsv.c
  3973. M /trunk/test/optipal.c
  3974. M /trunk/test/spritedit.c
  3975. A new low-level text management library (canvas for ultrafast compositing
  3976. of unicode letters) is now separated from the higher level rendering and I/O
  3977. (that is, libcaca). This commit totally breaks the API, but once everything
  3978. is polished I will think about source-level backward compatibility. Most
  3979. drivers are broken, but X11 still sorta works.
  3980. The new design is much more object-oriented and allows having several
  3981. active renderers at the same time, changing renderers on the fly, and more
  3982. important, having no renderer at all (useful for converters, or when you
  3983. want to do your own renderer).
  3984. And in case you are still wondering, the libcucul acronym has "Unicode"
  3985. because I want to support at least a subset of Unicode. There are awesome
  3986. glyphs in it, including the ones inherited from Codepage 437 such as
  3987. "gray 25%" that are used in DOS and Win32 ANSI art.
  3988. ------------------------------------------------------------------------
  3989. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  3990. Changed paths:
  3991. M /trunk/bootstrap
  3992. * New updated bootstrap script.
  3993. ------------------------------------------------------------------------
  3994. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  3995. Changed paths:
  3996. R /trunk/COPYING
  3997. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  3998. M /trunk/Makefile.am
  3999. M /trunk/debian/copyright
  4000. M /trunk/doc/cacademo.1
  4001. M /trunk/examples/cacaball.c
  4002. M /trunk/examples/cacamoir.c
  4003. M /trunk/examples/cacaplas.c
  4004. M /trunk/examples/cacaview.c
  4005. M /trunk/examples/demo.c
  4006. M /trunk/perl/Build.PL
  4007. M /trunk/perl/META.yml
  4008. M /trunk/python/pypycaca.c
  4009. M /trunk/python/pypycaca.h
  4010. M /trunk/src/bitmap.c
  4011. M /trunk/src/box.c
  4012. M /trunk/src/caca.c
  4013. M /trunk/src/caca.h
  4014. M /trunk/src/caca_internals.h
  4015. M /trunk/src/conic.c
  4016. M /trunk/src/event.c
  4017. M /trunk/src/graphics.c
  4018. M /trunk/src/line.c
  4019. M /trunk/src/math.c
  4020. M /trunk/src/sprite.c
  4021. M /trunk/src/time.c
  4022. M /trunk/src/triangle.c
  4023. M /trunk/test/colors.c
  4024. M /trunk/test/dithering.c
  4025. M /trunk/test/event.c
  4026. M /trunk/test/hsv.c
  4027. M /trunk/test/optipal.c
  4028. M /trunk/test/spritedit.c
  4029. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  4030. ------------------------------------------------------------------------
  4031. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  4032. Changed paths:
  4033. A /trunk/python/caca.txt
  4034. A /trunk/python/test1.py
  4035. A /trunk/python/test2.py
  4036. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  4037. ------------------------------------------------------------------------
  4038. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  4039. Changed paths:
  4040. M /trunk/src/event.c
  4041. * Fixed bug in events with GL driver
  4042. ------------------------------------------------------------------------
  4043. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  4044. Changed paths:
  4045. M /trunk/src/graphics.c
  4046. * Improved GL rendering (characters are not blurry anymore)
  4047. ------------------------------------------------------------------------
  4048. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  4049. Changed paths:
  4050. A /trunk/python
  4051. A /trunk/python/Makefile
  4052. A /trunk/python/README
  4053. A /trunk/python/pypycaca.c
  4054. A /trunk/python/pypycaca.h
  4055. * Added -preliminary- Python bindings
  4056. ------------------------------------------------------------------------
  4057. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  4058. Changed paths:
  4059. M /trunk/AUTHORS
  4060. * Updated for my ego trip
  4061. ------------------------------------------------------------------------
  4062. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  4063. Changed paths:
  4064. M /trunk/examples/cacaball.c
  4065. * Removed debug test, kekeke ^^
  4066. ------------------------------------------------------------------------
  4067. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  4068. Changed paths:
  4069. M /trunk/examples/cacaball.c
  4070. M /trunk/src/caca.h
  4071. M /trunk/src/graphics.c
  4072. * Added caca_set_width, set_height_, set_size
  4073. ------------------------------------------------------------------------
  4074. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  4075. Changed paths:
  4076. M /trunk/examples/aafire.c
  4077. M /trunk/examples/cacaball.c
  4078. M /trunk/examples/cacamoir.c
  4079. M /trunk/examples/cacaplas.c
  4080. * Fixed remaining warnings with gcc 3.x and 4.x
  4081. ------------------------------------------------------------------------
  4082. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  4083. Changed paths:
  4084. M /trunk/src/bitmap.c
  4085. M /trunk/src/graphics.c
  4086. * Fixed warnings under GCC 4.x
  4087. ------------------------------------------------------------------------
  4088. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  4089. Changed paths:
  4090. M /trunk/src/bitmap.c
  4091. M /trunk/src/event.c
  4092. M /trunk/src/graphics.c
  4093. * Fixed a bunch of warnings
  4094. ------------------------------------------------------------------------
  4095. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  4096. Changed paths:
  4097. M /trunk/src/graphics.c
  4098. * more coding style fixes.
  4099. ------------------------------------------------------------------------
  4100. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  4101. Changed paths:
  4102. M /trunk/src/caca.c
  4103. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  4104. ------------------------------------------------------------------------
  4105. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  4106. Changed paths:
  4107. M /trunk/src/graphics.c
  4108. * src/graphics.c: call glutInit() before calling other glut functions.
  4109. ------------------------------------------------------------------------
  4110. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  4111. Changed paths:
  4112. M /trunk/src/caca.h
  4113. M /trunk/src/graphics.c
  4114. * coding style fixes.
  4115. ------------------------------------------------------------------------
  4116. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  4117. Changed paths:
  4118. M /trunk/src/bitmap.c
  4119. * src/bitmap.c:
  4120. + Renamed gammaval into gamma.
  4121. + Fixed Doxygen comments.
  4122. ------------------------------------------------------------------------
  4123. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  4124. Changed paths:
  4125. M /trunk/src/event.c
  4126. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  4127. ------------------------------------------------------------------------
  4128. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  4129. Changed paths:
  4130. M /trunk/debian/Makefile.am
  4131. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  4132. ------------------------------------------------------------------------
  4133. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  4134. Changed paths:
  4135. M /trunk/src/caca.h
  4136. M /trunk/src/graphics.c
  4137. * src/graphics.c src/caca.h : Added ANSI exporter
  4138. ------------------------------------------------------------------------
  4139. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  4140. Changed paths:
  4141. M /trunk/src/bitmap.c
  4142. M /trunk/src/caca.h
  4143. M /trunk/src/math.c
  4144. * 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.
  4145. ------------------------------------------------------------------------
  4146. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  4147. Changed paths:
  4148. M /trunk/src/caca.c
  4149. M /trunk/src/event.c
  4150. * src/event.c src/caca.c: fixed coding style
  4151. ------------------------------------------------------------------------
  4152. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  4153. Changed paths:
  4154. M /trunk/src/event.c
  4155. M /trunk/src/graphics.c
  4156. * OpenGL driver mouse support
  4157. ------------------------------------------------------------------------
  4158. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  4159. Changed paths:
  4160. M /trunk/debian/changelog
  4161. * imported previous Debian uploads.
  4162. ------------------------------------------------------------------------
  4163. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  4164. Changed paths:
  4165. M /trunk/src/graphics.c
  4166. * src/graphics.c: more optimisations in the exporters
  4167. ------------------------------------------------------------------------
  4168. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  4169. Changed paths:
  4170. M /trunk/src/graphics.c
  4171. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  4172. ------------------------------------------------------------------------
  4173. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  4174. Changed paths:
  4175. M /trunk/src/graphics.c
  4176. * src/graphics.c: cleaned caca_get_html()
  4177. ------------------------------------------------------------------------
  4178. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  4179. Changed paths:
  4180. M /trunk/src/graphics.c
  4181. * src/graphics.c: heavy cleanup in caca_get_html3().
  4182. ------------------------------------------------------------------------
  4183. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  4184. Changed paths:
  4185. M /trunk/configure.ac
  4186. M /trunk/src/caca.c
  4187. M /trunk/src/caca.h
  4188. M /trunk/src/caca_internals.h
  4189. M /trunk/src/event.c
  4190. M /trunk/src/graphics.c
  4191. * Added Null driver and html3 exporter.
  4192. ------------------------------------------------------------------------
  4193. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  4194. Changed paths:
  4195. M /trunk/src/caca.h
  4196. M /trunk/src/graphics.c
  4197. GL driver : Updated documentation and added support for CACA_GEOMETRY
  4198. ------------------------------------------------------------------------
  4199. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  4200. Changed paths:
  4201. M /trunk/src/caca.h
  4202. M /trunk/src/graphics.c
  4203. Added HTML and IRC output support
  4204. ------------------------------------------------------------------------
  4205. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  4206. Changed paths:
  4207. M /trunk/debian/control
  4208. * debian/control: use libslang2 instead of slang1.
  4209. ------------------------------------------------------------------------
  4210. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  4211. Changed paths:
  4212. M /trunk/configure.ac
  4213. M /trunk/src/caca.c
  4214. M /trunk/src/caca_internals.h
  4215. M /trunk/src/event.c
  4216. M /trunk/src/graphics.c
  4217. OpenGL support.
  4218. ------------------------------------------------------------------------
  4219. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  4220. Changed paths:
  4221. M /trunk/bootstrap
  4222. M /trunk/configure.ac
  4223. M /trunk/examples/Makefile.am
  4224. M /trunk/src/Makefile.am
  4225. M /trunk/test/Makefile.am
  4226. * Use libtool for the static library generation; paves the way for
  4227. a future shared library.
  4228. ------------------------------------------------------------------------
  4229. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  4230. Changed paths:
  4231. M /trunk/src/graphics.c
  4232. * compilation fix.
  4233. ------------------------------------------------------------------------
  4234. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  4235. Changed paths:
  4236. M /trunk/src/bitmap.c
  4237. M /trunk/src/caca.h
  4238. * src/bitmap.c:
  4239. + Implemented caca_set_bitmap_gamma().
  4240. ------------------------------------------------------------------------
  4241. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  4242. Changed paths:
  4243. M /trunk/src/caca.h
  4244. M /trunk/src/graphics.c
  4245. * src/graphics.c:
  4246. + Implemented caca_get_screen().
  4247. ------------------------------------------------------------------------
  4248. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  4249. Changed paths:
  4250. M /trunk/examples/cacaplas.c
  4251. * examples/cacaplas: slower animation.
  4252. ------------------------------------------------------------------------
  4253. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  4254. Changed paths:
  4255. M /trunk/AUTHORS
  4256. A /trunk/perl
  4257. A /trunk/perl/Build.PL
  4258. A /trunk/perl/MANIFEST
  4259. A /trunk/perl/MANIFEST.SKIP
  4260. A /trunk/perl/META.yml
  4261. A /trunk/perl/Makefile.PL
  4262. A /trunk/perl/README
  4263. A /trunk/perl/lib
  4264. A /trunk/perl/lib/Term
  4265. A /trunk/perl/lib/Term/Caca
  4266. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  4267. A /trunk/perl/lib/Term/Caca/Constants.pm
  4268. A /trunk/perl/lib/Term/Caca/Sprite.pm
  4269. A /trunk/perl/lib/Term/Caca.pm
  4270. A /trunk/perl/lib/Term/Caca.xs
  4271. A /trunk/perl/lib/Term/Kaka
  4272. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4273. A /trunk/perl/lib/Term/Kaka/Constants.pm
  4274. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  4275. A /trunk/perl/lib/Term/Kaka.pm
  4276. A /trunk/perl/t
  4277. A /trunk/perl/t/data
  4278. A /trunk/perl/t/data/caca.txt
  4279. * Imported John Beppu's Perl wrapper.
  4280. ------------------------------------------------------------------------
  4281. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  4282. Changed paths:
  4283. M /trunk/src/bitmap.c
  4284. * src/bitmap.c: dark background works again with floyd-steinberg.
  4285. ------------------------------------------------------------------------
  4286. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  4287. Changed paths:
  4288. M /trunk/examples/aafire.c
  4289. M /trunk/examples/cacaball.c
  4290. M /trunk/examples/cacamoir.c
  4291. M /trunk/examples/cacaplas.c
  4292. * examples/:
  4293. + Use Space to pause demos, Esc to quit.
  4294. ------------------------------------------------------------------------
  4295. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  4296. Changed paths:
  4297. M /trunk/src/bitmap.c
  4298. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  4299. ------------------------------------------------------------------------
  4300. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  4301. Changed paths:
  4302. M /trunk/src/bitmap.c
  4303. M /trunk/src/caca.c
  4304. M /trunk/src/caca.h
  4305. * src/caca.h:
  4306. + Introduced CACA_DITHER_FSTEIN.
  4307. * src/caca.c:
  4308. + CACA_DITHER_FSTEIN is the default dithering method.
  4309. * src/bitmap.c:
  4310. + Fixed other dithering methods. Black background does not work yet.
  4311. ------------------------------------------------------------------------
  4312. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  4313. Changed paths:
  4314. M /trunk/src/bitmap.c
  4315. * src/bitmap.c: oops, removed spurious test code.
  4316. ------------------------------------------------------------------------
  4317. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  4318. Changed paths:
  4319. M /trunk/src/bitmap.c
  4320. * src/bitmap.c:
  4321. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  4322. ------------------------------------------------------------------------
  4323. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  4324. Changed paths:
  4325. M /trunk/doc/Makefile.am
  4326. * doc/Makefile.am:
  4327. + Really fixed the manpage generation.
  4328. ------------------------------------------------------------------------
  4329. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  4330. Changed paths:
  4331. M /trunk/doc/Makefile.am
  4332. * doc/Makefile.am:
  4333. + Manpage installation fix.
  4334. ------------------------------------------------------------------------
  4335. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  4336. Changed paths:
  4337. M /trunk/examples/cacaplas.c
  4338. * examples/cacaplas.c: use Esc to quit, Space to pause.
  4339. ------------------------------------------------------------------------
  4340. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  4341. Changed paths:
  4342. M /trunk/THANKS
  4343. M /trunk/src/graphics.c
  4344. * src/graphics.c:
  4345. + Win32 speed improvements by Jari Komppa.
  4346. ------------------------------------------------------------------------
  4347. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  4348. Changed paths:
  4349. M /trunk/src/graphics.c
  4350. * src/graphics.c:
  4351. + Fix strict aliasing rules breakage.
  4352. ------------------------------------------------------------------------
  4353. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  4354. Changed paths:
  4355. M /trunk/bootstrap
  4356. * bootstrap:
  4357. + Support for automake 1.8.
  4358. ------------------------------------------------------------------------
  4359. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  4360. Changed paths:
  4361. D /trunk/BUGS
  4362. M /trunk/Makefile.am
  4363. M /trunk/TODO
  4364. M /trunk/debian/changelog
  4365. M /trunk/debian/control
  4366. M /trunk/debian/rules
  4367. * BUGS TODO:
  4368. + Removed BUGS, updated TODO.
  4369. * debian/*:
  4370. + Depend on libx11-dev instead of xlibs-dev.
  4371. + New Debian upload.
  4372. ------------------------------------------------------------------------
  4373. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  4374. Changed paths:
  4375. M /trunk/configure.ac
  4376. M /trunk/msvc/config.h
  4377. M /trunk/src/graphics.c
  4378. * configure.ac src/graphics:
  4379. + Check for resize_term and resizeterm in -lncurses.
  4380. ------------------------------------------------------------------------
  4381. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  4382. Changed paths:
  4383. A /branches/0.9 (from /trunk:259)
  4384. M /branches/0.9/ChangeLog
  4385. M /trunk/ChangeLog
  4386. * 0.9 branch.
  4387. ------------------------------------------------------------------------
  4388. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  4389. Changed paths:
  4390. M /trunk/ChangeLog
  4391. M /trunk/NEWS
  4392. M /trunk/configure.ac
  4393. M /trunk/debian/changelog
  4394. M /trunk/libcaca.spec
  4395. M /trunk/msvc/config.h
  4396. * 0.9 release.
  4397. ------------------------------------------------------------------------
  4398. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  4399. Changed paths:
  4400. M /trunk/configure.ac
  4401. M /trunk/debian/changelog
  4402. M /trunk/src/caca.c
  4403. M /trunk/src/event.c
  4404. M /trunk/src/graphics.c
  4405. * configure.ac:
  4406. + Check for curses.h as well as ncurses.h.
  4407. * src/caca.c src/event.c src/graphics.c:
  4408. + Include curses.h if ncurses.h was not found.
  4409. ------------------------------------------------------------------------
  4410. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  4411. Changed paths:
  4412. M /trunk/examples/cacaview.c
  4413. * examples/cacaview.c:
  4414. + Moved statusbar and help menu handling in separate functions.
  4415. ------------------------------------------------------------------------
  4416. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  4417. Changed paths:
  4418. M /trunk/src/caca.c
  4419. * src/caca.c:
  4420. + Alloc the AllocConsole() call to fail in case the process already has
  4421. a console.
  4422. ------------------------------------------------------------------------
  4423. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  4424. Changed paths:
  4425. M /trunk/examples/cacaview.c
  4426. * examples/cacaview.c:
  4427. + Proper aspect ratio support.
  4428. + Finer zoom support.
  4429. + Handle mouse clicks as next/prev picture command.
  4430. + Removed useless iterations in draw_checkers().
  4431. ------------------------------------------------------------------------
  4432. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  4433. Changed paths:
  4434. M /trunk/THANKS
  4435. M /trunk/src/event.c
  4436. M /trunk/src/graphics.c
  4437. * src/graphics.c:
  4438. + Fixed a buffer overflow due to bad signed/unsigned handling.
  4439. * src/event.c:
  4440. + Disallow zero width or height in the X11 driver.
  4441. + Fixed resizing in ncurses and slang.
  4442. * THANKS:
  4443. + Added the Source Mage maintainer.
  4444. ------------------------------------------------------------------------
  4445. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  4446. Changed paths:
  4447. A /branches/0.8 (from /trunk:252)
  4448. M /branches/0.8/ChangeLog
  4449. M /trunk/ChangeLog
  4450. * 0.8 branch.
  4451. ------------------------------------------------------------------------
  4452. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  4453. Changed paths:
  4454. M /trunk/ChangeLog
  4455. M /trunk/NEWS
  4456. M /trunk/THANKS
  4457. M /trunk/configure.ac
  4458. M /trunk/debian/changelog
  4459. M /trunk/libcaca.spec
  4460. M /trunk/msvc/config.h
  4461. * 0.8 release.
  4462. ------------------------------------------------------------------------
  4463. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  4464. Changed paths:
  4465. M /trunk/examples/cacaview.c
  4466. M /trunk/src/event.c
  4467. M /trunk/src/graphics.c
  4468. * src/graphics.c:
  4469. + When resizing under X11, copy the old pixmap to the new one.
  4470. * examples/cacaview.c:
  4471. + Resizing support.
  4472. ------------------------------------------------------------------------
  4473. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  4474. Changed paths:
  4475. M /trunk/src/caca_internals.h
  4476. M /trunk/src/event.c
  4477. M /trunk/src/graphics.c
  4478. * src/event.c:
  4479. + Refresh the X11 window when an exposure event is received.
  4480. + When resizing the X11 window, start showing extra characters when two
  4481. thirds are visible.
  4482. ------------------------------------------------------------------------
  4483. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  4484. Changed paths:
  4485. M /trunk/TODO
  4486. M /trunk/examples/cacaview.c
  4487. M /trunk/src/caca.h
  4488. M /trunk/src/graphics.c
  4489. * src/graphics.c:
  4490. + Renamed caca_set_title() to caca_set_window_title().
  4491. + Implemented caca_get_window_width() and caca_get_window_height().
  4492. * examples/cacaview.c:
  4493. + Set the window title to cacaview.
  4494. ------------------------------------------------------------------------
  4495. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  4496. Changed paths:
  4497. M /trunk/src/bitmap.c
  4498. M /trunk/src/event.c
  4499. * src/event.c:
  4500. + Make sure the mouse coordinates stay within the screen boundaries even
  4501. if the window was resized.
  4502. * src/bitmap.c:
  4503. + Fixed a buffer underflow in the rendering routine that caused the bottom
  4504. and rightmost pixels to be missed in certain conditions.
  4505. + Minor speed optimisation.
  4506. ------------------------------------------------------------------------
  4507. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  4508. Changed paths:
  4509. M /trunk/test
  4510. M /trunk/test/Makefile.am
  4511. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  4512. * test/colors.c:
  4513. + Extracted the colour test from examples/demo.c.
  4514. ------------------------------------------------------------------------
  4515. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  4516. Changed paths:
  4517. M /trunk/src/caca_internals.h
  4518. M /trunk/src/event.c
  4519. M /trunk/src/graphics.c
  4520. M /trunk/test/event.c
  4521. * src/graphics.c src/event.c:
  4522. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  4523. * test/event.c:
  4524. + Display CACA_EVENT_RESIZE.
  4525. ------------------------------------------------------------------------
  4526. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  4527. Changed paths:
  4528. M /trunk/configure.ac
  4529. M /trunk/msvc/config.h
  4530. M /trunk/src/graphics.c
  4531. * src/graphics.c:
  4532. + Resize handling in the ncurses and slang drivers.
  4533. ------------------------------------------------------------------------
  4534. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  4535. Changed paths:
  4536. M /trunk/examples/aafire.c
  4537. M /trunk/src/caca.h
  4538. M /trunk/src/caca_internals.h
  4539. M /trunk/src/event.c
  4540. M /trunk/src/graphics.c
  4541. * src/event.c:
  4542. + Added the CACA_EVENT_RESIZE event.
  4543. + Added caca_get_mouse_x() and caca_get_mouse_y().
  4544. * src/graphics.c:
  4545. + Window resize handling in the X11 driver.
  4546. * examples/aafire.c:
  4547. + Fixed a bad assumption in the resize handling code.
  4548. ------------------------------------------------------------------------
  4549. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  4550. Changed paths:
  4551. M /trunk/build-win32
  4552. M /trunk/configure.ac
  4553. M /trunk/debian/rules
  4554. M /trunk/doc/Makefile.am
  4555. M /trunk/libcaca.spec
  4556. * configure.ac:
  4557. + Added --disable-doc to let the user not build documentation.
  4558. * build-win32:
  4559. + Do not build documentation.
  4560. ------------------------------------------------------------------------
  4561. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  4562. Changed paths:
  4563. M /trunk/THANKS
  4564. M /trunk/src/Makefile.am
  4565. A /trunk/src/event.c (from /trunk/src/io.c:238)
  4566. M /trunk/src/graphics.c
  4567. D /trunk/src/io.c
  4568. * src/graphics.c:
  4569. + Fixed a typo preventing Win32 builds.
  4570. * src/event.c:
  4571. + Renamed io.c into event.c.
  4572. * THANKS:
  4573. + Added Gentoo, NetBSD and FreeBSD porters.
  4574. ------------------------------------------------------------------------
  4575. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  4576. Changed paths:
  4577. M /trunk/Makefile.am
  4578. M /trunk/configure.ac
  4579. M /trunk/examples/aafire.c
  4580. M /trunk/examples/cacaview.c
  4581. A /trunk/msvc
  4582. A /trunk/msvc/Makefile.am
  4583. A /trunk/msvc/cacaball.vcproj
  4584. A /trunk/msvc/cacademo.vcproj
  4585. A /trunk/msvc/cacafire.vcproj
  4586. A /trunk/msvc/cacamoir.vcproj
  4587. A /trunk/msvc/cacaplas.vcproj
  4588. A /trunk/msvc/cacaview.vcproj
  4589. A /trunk/msvc/config.h
  4590. A /trunk/msvc/libcaca.sln
  4591. A /trunk/msvc/libcaca.vcproj
  4592. M /trunk/src/caca.c
  4593. M /trunk/src/graphics.c
  4594. M /trunk/src/time.c
  4595. * configure.ac:
  4596. + Check for sys/times.h and unistd.h.
  4597. + Added calls to AC_C_CONST and AC_C_INLINE.
  4598. * src/time.c src/graphics.c:
  4599. + Fixes for MSVC compilation warnings.
  4600. + Additional sanity checks in the Win32 driver.
  4601. * src/caca.c:
  4602. + Use raw()/noraw() in the curses driver instead of cbreak().
  4603. * msvc/libcaca.sln:
  4604. + Added an MSVC solution.
  4605. * examples/aafire.c:
  4606. + Slightly reduced the maximum cacafire framerate.
  4607. ------------------------------------------------------------------------
  4608. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  4609. Changed paths:
  4610. M /trunk/NOTES
  4611. M /trunk/examples/cacaview.c
  4612. M /trunk/src/caca.h
  4613. M /trunk/src/graphics.c
  4614. * src/graphics.c:
  4615. + Implemented caca_set_title() for X11 and Win32.
  4616. * examples/cacaview.c:
  4617. + Use caca_set_title() to set the window title to "cacaview".
  4618. ------------------------------------------------------------------------
  4619. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  4620. Changed paths:
  4621. M /trunk/Makefile.am
  4622. M /trunk/autotools/Makefile.am
  4623. M /trunk/debian/Makefile.am
  4624. M /trunk/doc/Makefile.am
  4625. M /trunk/examples/Makefile.am
  4626. M /trunk/src/Makefile.am
  4627. M /trunk/test/Makefile.am
  4628. * Fixed $Id in all Makefile.am files.
  4629. ------------------------------------------------------------------------
  4630. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  4631. Changed paths:
  4632. M /trunk/Makefile.am
  4633. M /trunk/autotools/Makefile.am
  4634. A /trunk/build-win32
  4635. M /trunk/debian/Makefile.am
  4636. M /trunk/doc/Makefile.am
  4637. M /trunk/examples/Makefile.am
  4638. M /trunk/src/Makefile.am
  4639. M /trunk/test/Makefile.am
  4640. * build-win32:
  4641. + Win32 cross-compilation script.
  4642. ------------------------------------------------------------------------
  4643. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  4644. Changed paths:
  4645. M /trunk/NEWS
  4646. M /trunk/debian/control
  4647. M /trunk/debian/rules
  4648. M /trunk/doc/Makefile.am
  4649. M /trunk/doc/cacademo.1
  4650. M /trunk/examples
  4651. M /trunk/examples/Makefile.am
  4652. D /trunk/examples/cacacirc.c
  4653. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  4654. M /trunk/libcaca.spec
  4655. * examples/cacamoir.c:
  4656. + Renamed cacacirc to cacamoir.
  4657. * libcaca.spec debian/ doc/:
  4658. + Added cacamoir to the distributed files.
  4659. ------------------------------------------------------------------------
  4660. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  4661. Changed paths:
  4662. M /trunk/examples
  4663. M /trunk/examples/Makefile.am
  4664. M /trunk/examples/cacaball.c
  4665. A /trunk/examples/cacacirc.c
  4666. M /trunk/examples/cacaplas.c
  4667. * examples/cacaballs.c:
  4668. + Bigger metaballs, less metaballs.
  4669. + Rotating palette.
  4670. * examples/cacaplas.c:
  4671. + Slightly decreased speed.
  4672. * examples/cacacirc.c:
  4673. + New effect.
  4674. ------------------------------------------------------------------------
  4675. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  4676. Changed paths:
  4677. M /trunk/configure.ac
  4678. M /trunk/src/time.c
  4679. * configure.ac:
  4680. + Better win32 check for Sleep().
  4681. ------------------------------------------------------------------------
  4682. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  4683. Changed paths:
  4684. M /trunk/configure.ac
  4685. M /trunk/examples/cacaview.c
  4686. M /trunk/src/time.c
  4687. * configure.ac src/time.c:
  4688. + Look for Sleep in -lkernel32.
  4689. * examples/cacaview.c:
  4690. + Use caca_wait_event() instead of usleep()/caca_get_event().
  4691. ------------------------------------------------------------------------
  4692. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  4693. Changed paths:
  4694. M /trunk/NOTES
  4695. M /trunk/examples/cacaview.c
  4696. M /trunk/src/caca.c
  4697. M /trunk/src/caca_internals.h
  4698. M /trunk/src/graphics.c
  4699. M /trunk/src/io.c
  4700. M /trunk/src/time.c
  4701. * src/caca.c src/graphics.c src/io.c src/time.c:
  4702. + Native win32 port.
  4703. ------------------------------------------------------------------------
  4704. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  4705. Changed paths:
  4706. M /trunk/configure.ac
  4707. M /trunk/src/caca.c
  4708. M /trunk/src/caca_internals.h
  4709. M /trunk/src/graphics.c
  4710. M /trunk/src/io.c
  4711. M /trunk/src/time.c
  4712. M /trunk/test/event.c
  4713. * configure.ac:
  4714. + Check for gettimeofday().
  4715. * src/time.c:
  4716. + Created _caca_time().
  4717. + Ported _caca_getticks() to the Win32 API.
  4718. * src/caca.c:
  4719. + Properly builds on Win32.
  4720. * test/event.c:
  4721. + Added <stdlib.h> because we use malloc().
  4722. ------------------------------------------------------------------------
  4723. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  4724. Changed paths:
  4725. M /trunk/NEWS
  4726. M /trunk/THANKS
  4727. M /trunk/examples/cacaplas.c
  4728. * THANKS examples/cacaplas.c:
  4729. + Updated credits.
  4730. * NEWS:
  4731. + Forthcoming 0.8 news.
  4732. ------------------------------------------------------------------------
  4733. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  4734. Changed paths:
  4735. M /trunk/configure.ac
  4736. M /trunk/examples
  4737. M /trunk/examples/Makefile.am
  4738. A /trunk/examples/cacaplas.c
  4739. * configure.ac:
  4740. + Check for -lm.
  4741. * examples/cacaplas.c:
  4742. + New demo, cacaplas, that displays a colour plasma.
  4743. ------------------------------------------------------------------------
  4744. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  4745. Changed paths:
  4746. M /trunk/src/caca.h
  4747. M /trunk/src/graphics.c
  4748. M /trunk/src/io.c
  4749. M /trunk/test/event.c
  4750. * src/graphics:
  4751. + Initialise the char buffers in the X11 driver.
  4752. * src/io.c:
  4753. + caca_get_event() and caca_wait_event() immediately return zero if
  4754. event_mask is zero.
  4755. + Added support for the Home, End, PgUp and PgDown keys.
  4756. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  4757. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  4758. * test/event.c:
  4759. + The "quit" sequence now quits the program, instead of "q" alone.
  4760. + Added a status bar below.
  4761. ------------------------------------------------------------------------
  4762. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  4763. Changed paths:
  4764. M /trunk/BUGS
  4765. M /trunk/NOTES
  4766. M /trunk/README
  4767. M /trunk/configure.ac
  4768. M /trunk/src/Makefile.am
  4769. M /trunk/src/caca.c
  4770. M /trunk/src/caca_internals.h
  4771. M /trunk/src/graphics.c
  4772. M /trunk/src/io.c
  4773. A /trunk/src/time.c
  4774. M /trunk/test/event.c
  4775. * test/event.c:
  4776. + Do not refresh after each event, but only when there is no event
  4777. pending.
  4778. + If the pressed key is a printable character, display it.
  4779. * src/time.c:
  4780. + Moved _caca_getticks() to this file.
  4781. * src/caca.c:
  4782. + Set the escape delay to a very low value in the ncurses driver,
  4783. because I don't want escape sequences to be entered manually.
  4784. * src/io.c:
  4785. + Autorepeat emulation in the ncurses and slang drivers: do not
  4786. immediately send the key release event.
  4787. * configure.ac:
  4788. + Check for usleep.
  4789. + Improvements in the win32 platform detection.
  4790. ------------------------------------------------------------------------
  4791. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  4792. Changed paths:
  4793. M /trunk/configure.ac
  4794. M /trunk/src/graphics.c
  4795. M /trunk/test/event.c
  4796. * test/event.c:
  4797. + Display at least two digits for keycodes.
  4798. * configure.ac:
  4799. + ScreenUpdate is actually mandatory for our conio driver.
  4800. ------------------------------------------------------------------------
  4801. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  4802. Changed paths:
  4803. M /trunk/src/graphics.c
  4804. M /trunk/src/io.c
  4805. M /trunk/test/event.c
  4806. * src/io.c:
  4807. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  4808. directly interpreted.
  4809. + Major rehandling of the event code. All output drivers are now
  4810. correctly separated.
  4811. * src/graphics.c:
  4812. + Fixed a compilation warning.
  4813. * test/event.c:
  4814. + More human-readable event printing.
  4815. ------------------------------------------------------------------------
  4816. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  4817. Changed paths:
  4818. A /branches/0.7 (from /trunk:224)
  4819. M /branches/0.7/ChangeLog
  4820. M /branches/0.7/libcaca.spec
  4821. M /trunk/ChangeLog
  4822. M /trunk/libcaca.spec
  4823. * 0.7 branch.
  4824. ------------------------------------------------------------------------
  4825. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  4826. Changed paths:
  4827. M /trunk/configure.ac
  4828. M /trunk/debian/changelog
  4829. M /trunk/libcaca.spec
  4830. * configure.ac:
  4831. + Release 0.7.
  4832. ------------------------------------------------------------------------
  4833. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  4834. Changed paths:
  4835. M /trunk/src/bitmap.c
  4836. * src/bitmap.c:
  4837. + Fixed a bug in the dithering characters.
  4838. ------------------------------------------------------------------------
  4839. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  4840. Changed paths:
  4841. M /trunk/NEWS
  4842. M /trunk/src/bitmap.c
  4843. M /trunk/src/io.c
  4844. * src/io.c:
  4845. + Do not report mouse motions if the coordinates did not change.
  4846. * src/bitmap.c:
  4847. + More documentation.
  4848. ------------------------------------------------------------------------
  4849. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  4850. Changed paths:
  4851. M /trunk/configure.ac
  4852. M /trunk/src/caca.c
  4853. M /trunk/src/graphics.c
  4854. M /trunk/src/io.c
  4855. M /trunk/test
  4856. M /trunk/test/Makefile.am
  4857. A /trunk/test/event.c
  4858. * test/event.c:
  4859. + Small event lister, similar to X11's xev.
  4860. * src/graphics.c:
  4861. + If possible, disable autorepeat in the X11 driver.
  4862. * src/io.c:
  4863. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  4864. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  4865. ------------------------------------------------------------------------
  4866. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  4867. Changed paths:
  4868. M /trunk/debian/control
  4869. M /trunk/debian/rules
  4870. M /trunk/doc/Makefile.am
  4871. D /trunk/doc/caca-spritedit.1
  4872. M /trunk/examples/Makefile.am
  4873. D /trunk/examples/spritedit.c
  4874. M /trunk/libcaca.spec
  4875. M /trunk/test/Makefile.am
  4876. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  4877. * test/spritedit.c:
  4878. + Moved spritedit to the test/ directory, because it is not mature enough.
  4879. * libcaca.spec debian/control debian/rules:
  4880. + Do not install caca-spritedit.
  4881. ------------------------------------------------------------------------
  4882. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  4883. Changed paths:
  4884. M /trunk/NEWS
  4885. M /trunk/debian/control
  4886. M /trunk/debian/rules
  4887. M /trunk/doc/Makefile.am
  4888. M /trunk/doc/cacademo.1
  4889. M /trunk/libcaca.spec
  4890. M /trunk/src/bitmap.c
  4891. M /trunk/src/caca.c
  4892. M /trunk/src/caca.h
  4893. M /trunk/src/conic.c
  4894. M /trunk/src/graphics.c
  4895. M /trunk/src/io.c
  4896. M /trunk/src/line.c
  4897. M /trunk/src/sprite.c
  4898. * libcaca.spec debian/control:
  4899. + Updated the package descriptions to include cacaball.
  4900. * doc/cacademo.1 doc/Makefile.am:
  4901. + Use the cacademo manpage as the cacaball manpage.
  4902. * src/:
  4903. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  4904. documenting bizarre stuff.
  4905. ------------------------------------------------------------------------
  4906. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  4907. Changed paths:
  4908. M /trunk/examples/cacaball.c
  4909. * examples/cacaball.c:
  4910. + 24 metaballs instead of 5, but smaller.
  4911. + Zoom the bitmap to make more use of the screen area.
  4912. ------------------------------------------------------------------------
  4913. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  4914. Changed paths:
  4915. M /trunk/AUTHORS
  4916. M /trunk/THANKS
  4917. M /trunk/examples/aafire.c
  4918. M /trunk/examples/cacaball.c
  4919. * examples/cacaball.c:
  4920. + Crop the palette so that it looks a bit more like metaballs.
  4921. * AUTHORS THANKS:
  4922. + Credited Jylam and Jan Hubicka.
  4923. ------------------------------------------------------------------------
  4924. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  4925. Changed paths:
  4926. M /trunk/examples/cacaball.c
  4927. * examples/cacaball.c:
  4928. + Huge coding style overhaul.
  4929. + Display 5 metaballs instead of 3.
  4930. + Generate the palette instead of having a static one.
  4931. + Use a 256x256 back buffer for more smoothness.
  4932. ------------------------------------------------------------------------
  4933. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  4934. Changed paths:
  4935. M /trunk/src/graphics.c
  4936. * src/graphics.c:
  4937. + Fixed a compilation warning.
  4938. ------------------------------------------------------------------------
  4939. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  4940. Changed paths:
  4941. M /trunk/examples
  4942. M /trunk/examples/Makefile.am
  4943. A /trunk/examples/cacaball.c
  4944. * examples/cacaball.c:
  4945. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  4946. ------------------------------------------------------------------------
  4947. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  4948. Changed paths:
  4949. M /trunk/examples/aafire.c
  4950. M /trunk/examples/cacaview.c
  4951. M /trunk/examples/demo.c
  4952. M /trunk/examples/spritedit.c
  4953. M /trunk/src/caca.h
  4954. M /trunk/src/io.c
  4955. M /trunk/test/dithering.c
  4956. M /trunk/test/hsv.c
  4957. * src/io.c:
  4958. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  4959. in order to select events.
  4960. ------------------------------------------------------------------------
  4961. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  4962. Changed paths:
  4963. M /trunk/src/graphics.c
  4964. * src/graphics.c:
  4965. + Fixed a bug that caused an infinite loop if the delay between two
  4966. caca_refresh() calls was greater than 2000 seconds (or something).
  4967. ------------------------------------------------------------------------
  4968. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  4969. Changed paths:
  4970. M /trunk/examples/cacaview.c
  4971. M /trunk/src/io.c
  4972. * src/io.c:
  4973. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  4974. * examples/cacaview.c:
  4975. + Use <stdlib.h> instead of <malloc.h>.
  4976. ------------------------------------------------------------------------
  4977. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  4978. Changed paths:
  4979. M /trunk/configure.ac
  4980. M /trunk/doc/Makefile.am
  4981. * configure.ac:
  4982. + Check for dvips in addition to latex.
  4983. * doc/Makefile.am:
  4984. + Workaround for a bug in the latex code generated by doxygen
  4985. in Mandrake 9.1.
  4986. ------------------------------------------------------------------------
  4987. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  4988. Changed paths:
  4989. M /trunk/libcaca.spec
  4990. * libcaca.spec:
  4991. + Install documentation into %{doc}/package-version/ instead
  4992. of %{doc}/package/.
  4993. + Added tetex-dvips to the build dependencies.
  4994. ------------------------------------------------------------------------
  4995. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  4996. Changed paths:
  4997. A /branches/0.6 (from /trunk:207)
  4998. M /branches/0.6/ChangeLog
  4999. M /trunk/ChangeLog
  5000. * 0.6 branch.
  5001. ------------------------------------------------------------------------
  5002. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  5003. Changed paths:
  5004. M /trunk/NEWS
  5005. M /trunk/configure.ac
  5006. M /trunk/debian/changelog
  5007. M /trunk/debian/control
  5008. M /trunk/debian/rules
  5009. M /trunk/doc/Makefile.am
  5010. M /trunk/libcaca.spec
  5011. * configure.ac NEWS:
  5012. + Prepared the 0.6 release.
  5013. * libcaca.spec:
  5014. + Split the RPM into libcaca-devel and caca-utils.
  5015. + More detailed descriptions.
  5016. + Packages are now rpmlint clean.
  5017. * doc/Makefile.am:
  5018. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  5019. ------------------------------------------------------------------------
  5020. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  5021. Changed paths:
  5022. M /trunk/configure.ac
  5023. M /trunk/src/caca.c
  5024. M /trunk/src/graphics.c
  5025. M /trunk/src/io.c
  5026. * configure.ac:
  5027. + Search for <slang/slang.h> in addition of <slang.h>.
  5028. ------------------------------------------------------------------------
  5029. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  5030. Changed paths:
  5031. M /trunk/src/bitmap.c
  5032. * src/bitmap.c:
  5033. + Dither H/S/V when looking up the two nearest colours.
  5034. + Weigh pixels in the distance calculation.
  5035. + Factorised the lookup table calculation.
  5036. ------------------------------------------------------------------------
  5037. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  5038. Changed paths:
  5039. M /trunk/test
  5040. M /trunk/test/Makefile.am
  5041. A /trunk/test/hsv.c
  5042. * test/hsv.c:
  5043. + Trivial saturation/value rendering test.
  5044. ------------------------------------------------------------------------
  5045. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  5046. Changed paths:
  5047. M /trunk/src/bitmap.c
  5048. M /trunk/src/caca.c
  5049. M /trunk/src/caca_internals.h
  5050. * src/bitmap.c:
  5051. + Fixed a minor overflow in the saturation computation.
  5052. + Use a global lookup table for foreground/background colour selection
  5053. in the bitmap rendering routine. This broke dithering, sorry.
  5054. ------------------------------------------------------------------------
  5055. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  5056. Changed paths:
  5057. M /trunk/examples/aafire.c
  5058. M /trunk/examples/cacaview.c
  5059. M /trunk/src/bitmap.c
  5060. M /trunk/src/caca.c
  5061. M /trunk/src/caca.h
  5062. M /trunk/src/graphics.c
  5063. M /trunk/src/line.c
  5064. M /trunk/src/sprite.c
  5065. M /trunk/test/optipal.c
  5066. * src/ examples/ test/:
  5067. + Changed <const type> constructs into <type const>.
  5068. ------------------------------------------------------------------------
  5069. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  5070. Changed paths:
  5071. M /trunk/examples/aafire.c
  5072. * examples/aafire.c:
  5073. + Do not call caca_get_width() 10000 times per frame. Cache the value
  5074. instead.
  5075. ------------------------------------------------------------------------
  5076. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  5077. Changed paths:
  5078. M /trunk/src/graphics.c
  5079. * src/graphics.c:
  5080. + Split the drawing of foreground and background colours in the X11
  5081. driver. Nice performance improvement.
  5082. ------------------------------------------------------------------------
  5083. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  5084. Changed paths:
  5085. M /trunk/examples/cacaview.c
  5086. * examples/cacaview.c:
  5087. + If Imlib2 was not activated, warn the user that only BMP is supported.
  5088. ------------------------------------------------------------------------
  5089. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  5090. Changed paths:
  5091. M /trunk/AUTHORS
  5092. M /trunk/Makefile.am
  5093. A /trunk/THANKS
  5094. A /trunk/libcaca.spec
  5095. * libcaca.spec:
  5096. + RPM specfile, courtesy of Richard Zidlicky.
  5097. * THANKS:
  5098. + Added a THANKS file for contributors.
  5099. ------------------------------------------------------------------------
  5100. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  5101. Changed paths:
  5102. M /trunk/README
  5103. M /trunk/src/caca.c
  5104. M /trunk/src/graphics.c
  5105. * src/graphics.c:
  5106. + Minor optimisation in caca_set_color().
  5107. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  5108. + Optimised the X11 caca_refresh() routine by handling strings of the
  5109. same colour as one text chunk.
  5110. * src/caca.c:
  5111. + Bugfix in caca_init when conio is the only compiled-in driver.
  5112. * README:
  5113. + Minor documentation updates.
  5114. ------------------------------------------------------------------------
  5115. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  5116. Changed paths:
  5117. M /trunk/examples/aafire.c
  5118. M /trunk/examples/cacaview.c
  5119. * examples/cacaview.c:
  5120. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  5121. * examples/aafire.c:
  5122. + bzero the pixel buffer in the initialisation routine.
  5123. ------------------------------------------------------------------------
  5124. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5125. Changed paths:
  5126. M /trunk/doc/doxygen.cfg.in
  5127. M /trunk/src/bitmap.c
  5128. M /trunk/src/box.c
  5129. M /trunk/src/caca.h
  5130. M /trunk/src/conic.c
  5131. M /trunk/src/graphics.c
  5132. M /trunk/src/io.c
  5133. M /trunk/src/line.c
  5134. M /trunk/src/math.c
  5135. M /trunk/src/triangle.c
  5136. * doc/doxygen.cfg.in:
  5137. + Removed caca_internal.h from the list of documented files.
  5138. * src/:
  5139. + Minor documentation updates.
  5140. ------------------------------------------------------------------------
  5141. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  5142. Changed paths:
  5143. M /trunk/BUGS
  5144. M /trunk/debian/rules
  5145. M /trunk/doc/Makefile.am
  5146. M /trunk/test/dithering.c
  5147. * test/dithering.c:
  5148. + Fixed a minor compilation warning.
  5149. * debian/rules:
  5150. + Explicitely use --enable-imlib2.
  5151. * BUGS:
  5152. + Added a note about blinking consoles.
  5153. * doc/Makefile.am:
  5154. + Fixed a bashism in the HTML files installation.
  5155. ------------------------------------------------------------------------
  5156. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  5157. Changed paths:
  5158. M /trunk/doc/Makefile.am
  5159. * doc/Makefile.am:
  5160. + Do not install doxygen.png directly, because it can be doxygen.gif on
  5161. old installations.
  5162. ------------------------------------------------------------------------
  5163. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5164. Changed paths:
  5165. M /trunk/examples/aafire.c
  5166. * examples/aafire.c:
  5167. + Only quit upon keypress, not mouse motion.
  5168. ------------------------------------------------------------------------
  5169. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  5170. Changed paths:
  5171. M /trunk/examples/aafire.c
  5172. * examples/aafire.c:
  5173. + Render cacafire at full speed.
  5174. ------------------------------------------------------------------------
  5175. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  5176. Changed paths:
  5177. M /trunk/src/graphics.c
  5178. M /trunk/test
  5179. M /trunk/test/Makefile.am
  5180. A /trunk/test/optipal.c
  5181. * test/optipal.c:
  5182. + Optimised S-Lang palette generator.
  5183. * src/graphics:
  5184. + Removed the S-Lang palette generator and replaced it with the tables
  5185. generated by optipal.
  5186. ------------------------------------------------------------------------
  5187. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  5188. Changed paths:
  5189. M /trunk/Makefile.am
  5190. M /trunk/configure.ac
  5191. M /trunk/examples/Makefile.am
  5192. A /trunk/test
  5193. A /trunk/test/Makefile.am
  5194. A /trunk/test/dithering.c
  5195. * Makefile.am:
  5196. + Added a test directory for test programs.
  5197. * test/dithering.c:
  5198. + The value/saturation dithering example.
  5199. ------------------------------------------------------------------------
  5200. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  5201. Changed paths:
  5202. M /trunk/examples/cacaview.c
  5203. M /trunk/src/caca.c
  5204. * src/caca.c:
  5205. + Do not try the X11 driver if DISPLAY is set to the empty string.
  5206. * examples/cacaview.c:
  5207. + Cosmetic fixes.
  5208. ------------------------------------------------------------------------
  5209. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  5210. Changed paths:
  5211. M /trunk/examples/Makefile.am
  5212. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  5213. D /trunk/examples/view.c
  5214. * example/:
  5215. + Renamed view.c into cacaview.c.
  5216. ------------------------------------------------------------------------
  5217. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5218. Changed paths:
  5219. M /trunk/src/io.c
  5220. * src/io.c:
  5221. + Fixed mouse support under ncurses and slang.
  5222. ------------------------------------------------------------------------
  5223. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  5224. Changed paths:
  5225. M /trunk/configure.ac
  5226. * configure.ac:
  5227. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  5228. ------------------------------------------------------------------------
  5229. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  5230. Changed paths:
  5231. M /trunk/doc
  5232. M /trunk/examples/demo.c
  5233. M /trunk/src/caca.h
  5234. M /trunk/src/io.c
  5235. * src/io.c:
  5236. + Mouse support under X11.
  5237. + Split the mouse motion and mouse click events.
  5238. * examples/demo.c:
  5239. + Mouse motion support.
  5240. ------------------------------------------------------------------------
  5241. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5242. Changed paths:
  5243. M /trunk/src/caca.c
  5244. M /trunk/src/graphics.c
  5245. * src/graphics.c:
  5246. + Compilation fix.
  5247. * src/caca.c:
  5248. + Minor indentation fix.
  5249. ------------------------------------------------------------------------
  5250. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  5251. Changed paths:
  5252. M /trunk/configure.ac
  5253. M /trunk/src/caca.c
  5254. * src/caca.c:
  5255. + Prefer the X11 driver if $DISPLAY is set.
  5256. + The slang driver is now preferred over the ncurses driver.
  5257. * configure.ac:
  5258. + Autodetect conio.h.
  5259. ------------------------------------------------------------------------
  5260. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  5261. Changed paths:
  5262. M /trunk/configure.ac
  5263. * configure.ac:
  5264. + Autodetect ncurses, slang and X11.
  5265. + Abort if no output driver was selected or detected.
  5266. ------------------------------------------------------------------------
  5267. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  5268. Changed paths:
  5269. A /branches/0.5 (from /trunk:179)
  5270. M /branches/0.5/ChangeLog
  5271. M /trunk/ChangeLog
  5272. * 0.5 branch.
  5273. ------------------------------------------------------------------------
  5274. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  5275. Changed paths:
  5276. M /trunk/NEWS
  5277. M /trunk/configure.ac
  5278. M /trunk/debian/changelog
  5279. * configure.ac NEWS debian/changelog:
  5280. + New 0.5 release.
  5281. ------------------------------------------------------------------------
  5282. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  5283. Changed paths:
  5284. M /trunk/BUGS
  5285. M /trunk/NOTES
  5286. M /trunk/configure.ac
  5287. M /trunk/src/graphics.c
  5288. * NOTES BUGS:
  5289. + Updated information about the S-Lang colour pair shortage bug.
  5290. * src/graphics.c:
  5291. + Implemented the solution explained in NOTES.
  5292. ------------------------------------------------------------------------
  5293. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  5294. Changed paths:
  5295. M /trunk/src/caca.c
  5296. * src/caca.c:
  5297. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  5298. ------------------------------------------------------------------------
  5299. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  5300. Changed paths:
  5301. M /trunk/NOTES
  5302. * NOTES:
  5303. + Added a section with a proposed solution to the slang problem.
  5304. ------------------------------------------------------------------------
  5305. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  5306. Changed paths:
  5307. A /branches/0.4 (from /trunk:174)
  5308. M /branches/0.4/ChangeLog
  5309. M /trunk/ChangeLog
  5310. * 0.4 branch.
  5311. ------------------------------------------------------------------------
  5312. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  5313. Changed paths:
  5314. M /trunk/configure.ac
  5315. M /trunk/debian/control
  5316. * debian/control:
  5317. + Added missing dependencies to the -dev package.
  5318. * configure.ac:
  5319. + Kludge for woody builds where x_includes is undefined.
  5320. ------------------------------------------------------------------------
  5321. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  5322. Changed paths:
  5323. M /trunk/src/caca.h
  5324. * src/caca.h:
  5325. + Documented CACA_FONT.
  5326. ------------------------------------------------------------------------
  5327. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  5328. Changed paths:
  5329. M /trunk/doc/Makefile.am
  5330. * doc/Makefile.am:
  5331. + Rename the refman.ps doxygen documentation to libcaca.ps.
  5332. ------------------------------------------------------------------------
  5333. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  5334. Changed paths:
  5335. M /trunk/NEWS
  5336. M /trunk/src/caca.h
  5337. M /trunk/src/graphics.c
  5338. * src/graphics.c:
  5339. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  5340. * src/caca.c:
  5341. + Documented the CACA_GEOMETRY environment variable.
  5342. ------------------------------------------------------------------------
  5343. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  5344. Changed paths:
  5345. M /trunk/src/caca_internals.h
  5346. M /trunk/src/graphics.c
  5347. M /trunk/src/io.c
  5348. * src/io.c:
  5349. + Mouse support in the X11 driver.
  5350. ------------------------------------------------------------------------
  5351. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  5352. Changed paths:
  5353. M /trunk/src/graphics.c
  5354. * src/graphics:
  5355. + Use XCreateWindow instead of XCreateSimpleWindow.
  5356. + Set the X window title to "caca for X".
  5357. ------------------------------------------------------------------------
  5358. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  5359. Changed paths:
  5360. M /trunk/debian/changelog
  5361. M /trunk/debian/control
  5362. M /trunk/debian/rules
  5363. * debian/control:
  5364. + Build-depend on doxygen and tetex to build documentation.
  5365. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  5366. ------------------------------------------------------------------------
  5367. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  5368. Changed paths:
  5369. M /trunk/BUGS
  5370. M /trunk/Makefile.am
  5371. M /trunk/NEWS
  5372. M /trunk/README
  5373. M /trunk/TODO
  5374. M /trunk/configure.ac
  5375. M /trunk/doc/Makefile.am
  5376. M /trunk/src/graphics.c
  5377. * configure.ac NEWS:
  5378. + Prepared release 0.4.
  5379. * src/graphics.c README BUGS TODO:
  5380. + Updated documentation.
  5381. * Makefile.am doc/Makefile.am:
  5382. + Install the generated doxygen documentation.
  5383. ------------------------------------------------------------------------
  5384. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  5385. Changed paths:
  5386. M /trunk/src/io.c
  5387. * src/io.c:
  5388. + Fixed a warning by including <unistd.h>.
  5389. + Support for arrow and function keys under X11.
  5390. ------------------------------------------------------------------------
  5391. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  5392. Changed paths:
  5393. M /trunk/configure.ac
  5394. M /trunk/doc/Makefile.am
  5395. D /trunk/doc/doxygen.cfg
  5396. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  5397. M /trunk/examples/aafire.c
  5398. M /trunk/examples/demo.c
  5399. M /trunk/examples/spritedit.c
  5400. M /trunk/examples/view.c
  5401. M /trunk/src/bitmap.c
  5402. M /trunk/src/box.c
  5403. M /trunk/src/caca.c
  5404. M /trunk/src/caca.h
  5405. M /trunk/src/caca_internals.h
  5406. M /trunk/src/conic.c
  5407. M /trunk/src/graphics.c
  5408. M /trunk/src/io.c
  5409. M /trunk/src/line.c
  5410. M /trunk/src/math.c
  5411. M /trunk/src/sprite.c
  5412. M /trunk/src/triangle.c
  5413. * src/io.c:
  5414. + Added caca_wait_event(), a blocking caca_get_event().
  5415. * src/ examples/:
  5416. + More documentation.
  5417. * doc/doxygen.cfg.in:
  5418. + doc/doxygen.cfg is now generated by configure, so that we can use
  5419. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  5420. + Create manpages.
  5421. ------------------------------------------------------------------------
  5422. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  5423. Changed paths:
  5424. M /trunk/doc/doxygen.cfg
  5425. M /trunk/src/bitmap.c
  5426. M /trunk/src/caca.c
  5427. M /trunk/src/caca.h
  5428. * More API documentation.
  5429. ------------------------------------------------------------------------
  5430. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  5431. Changed paths:
  5432. M /trunk/src/caca.c
  5433. * caca.c:
  5434. + Fixed typos in the initialisation code.
  5435. ------------------------------------------------------------------------
  5436. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  5437. Changed paths:
  5438. M /trunk/configure.ac
  5439. M /trunk/src/bitmap.c
  5440. M /trunk/src/caca.c
  5441. M /trunk/src/caca.h
  5442. M /trunk/src/caca_internals.h
  5443. M /trunk/src/conic.c
  5444. M /trunk/src/graphics.c
  5445. M /trunk/src/io.c
  5446. M /trunk/src/line.c
  5447. * src/graphics.c src/caca.c src/io.c:
  5448. + Support for simultaneously compiled-in drivers.
  5449. + Honour the CACA_DRIVER environment variable.
  5450. * configure.ac:
  5451. + Drivers are no longer mutually exclusive.
  5452. ------------------------------------------------------------------------
  5453. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  5454. Changed paths:
  5455. M /trunk/src/graphics.c
  5456. * src/graphics:
  5457. + Initialise default height at 32 (as in aalib).
  5458. ------------------------------------------------------------------------
  5459. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  5460. Changed paths:
  5461. M /trunk/src/caca_internals.h
  5462. M /trunk/src/graphics.c
  5463. M /trunk/src/io.c
  5464. * src/graphics.c:
  5465. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  5466. + Use an intermediary X pixmap for rendering.
  5467. + Slightly changed the variable naming scheme.
  5468. ------------------------------------------------------------------------
  5469. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  5470. Changed paths:
  5471. M /trunk/examples/aafire.c
  5472. * examples/aafire.c:
  5473. + The image buffer in cacafire was too small.
  5474. ------------------------------------------------------------------------
  5475. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  5476. Changed paths:
  5477. M /trunk/src/graphics.c
  5478. * src/graphics.c:
  5479. + Progress in the X11 driver.
  5480. + Fixed a compilation bug in the conio driver.
  5481. ------------------------------------------------------------------------
  5482. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  5483. Changed paths:
  5484. M /trunk/debian/changelog
  5485. M /trunk/debian/control
  5486. M /trunk/debian/rules
  5487. * debian/rules debian/control:
  5488. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  5489. + Symlinked cacafire.1 to cacademo.1.
  5490. ------------------------------------------------------------------------
  5491. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  5492. Changed paths:
  5493. M /trunk/ChangeLog
  5494. M /trunk/NEWS
  5495. M /trunk/README
  5496. M /trunk/debian/changelog
  5497. M /trunk/debian/control
  5498. M /trunk/doc/doxygen.cfg
  5499. * debian/control:
  5500. + Updated long descriptions.
  5501. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  5502. + Prepared 0.3 release.
  5503. * README:
  5504. + --enable-ncurses is now the default.
  5505. ------------------------------------------------------------------------
  5506. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  5507. Changed paths:
  5508. M /trunk/src/bitmap.c
  5509. M /trunk/src/box.c
  5510. M /trunk/src/caca.c
  5511. M /trunk/src/caca.h
  5512. M /trunk/src/conic.c
  5513. M /trunk/src/graphics.c
  5514. M /trunk/src/io.c
  5515. M /trunk/src/line.c
  5516. M /trunk/src/math.c
  5517. M /trunk/src/sprite.c
  5518. M /trunk/src/triangle.c
  5519. * src/:
  5520. + Doxygenated public functions.
  5521. ------------------------------------------------------------------------
  5522. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  5523. Changed paths:
  5524. M /trunk/src/caca.h
  5525. * src/caca.h:
  5526. + Documented environment variables.
  5527. ------------------------------------------------------------------------
  5528. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  5529. Changed paths:
  5530. M /trunk/examples/view.c
  5531. * examples/view.c:
  5532. + Fixed a bug in the loading of 1bpp BMPs.
  5533. + Commented stuff.
  5534. ------------------------------------------------------------------------
  5535. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  5536. Changed paths:
  5537. M /trunk/examples/Makefile.am
  5538. M /trunk/examples/view.c
  5539. * examples/view.c:
  5540. + If Imlib2 is not available, use a custom simple BMP loader.
  5541. + Draw the bottom bar one line higher to leave room for a status line.
  5542. + '?' now properly toggles help.
  5543. * examples/Makefile.am:
  5544. + Always build cacaview.
  5545. ------------------------------------------------------------------------
  5546. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  5547. Changed paths:
  5548. M /trunk/configure.ac
  5549. M /trunk/src/bitmap.c
  5550. * src/bitmap.c:
  5551. + If the alpha palette is all-zero, forget the alpha channel.
  5552. * configure.ac:
  5553. + Export HAVE_IMLIB2_H and the like.
  5554. ------------------------------------------------------------------------
  5555. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  5556. Changed paths:
  5557. M /trunk/src/bitmap.c
  5558. * src/bitmap.c:
  5559. + If the alpha mask is 0, ignore alpha information.
  5560. + Ditto if no alpha information is given with the palette.
  5561. ------------------------------------------------------------------------
  5562. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  5563. Changed paths:
  5564. M /trunk/configure.ac
  5565. M /trunk/src/caca.c
  5566. M /trunk/src/caca_internals.h
  5567. M /trunk/src/graphics.c
  5568. M /trunk/src/io.c
  5569. * src/graphics.c src/io.c:
  5570. + Beginning of an X11 driver. Currently we merely open the window and
  5571. check keyboard events.
  5572. ------------------------------------------------------------------------
  5573. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  5574. Changed paths:
  5575. M /trunk/configure.ac
  5576. M /trunk/debian/changelog
  5577. M /trunk/src/caca.c
  5578. * configure.ac debian/changelog:
  5579. + Prepare for 0.3 release.
  5580. + Check for strcasecmp().
  5581. * src/caca.c:
  5582. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  5583. variables.
  5584. ------------------------------------------------------------------------
  5585. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  5586. Changed paths:
  5587. M /trunk/examples/aafire.c
  5588. M /trunk/examples/demo.c
  5589. M /trunk/examples/view.c
  5590. M /trunk/src/bitmap.c
  5591. M /trunk/src/caca.c
  5592. M /trunk/src/caca.h
  5593. M /trunk/src/caca_internals.h
  5594. * src/bitmap.c:
  5595. + Added antialiasing support.
  5596. + Dithering, antialiasing and background mode can now be selected at
  5597. runtime.
  5598. * src/caca.c src/caca.h:
  5599. + Renamed caca_dithering into caca_feature and extended the type to
  5600. express background colour and antialiasing mode.
  5601. * examples/demo.c:
  5602. + Fixed a bug that disabled the sprite demo.
  5603. + Draw solid flares.
  5604. * examples/view.c:
  5605. + Select antialiasing and background mode at runtime.
  5606. ------------------------------------------------------------------------
  5607. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  5608. Changed paths:
  5609. M /trunk/BUGS
  5610. M /trunk/TODO
  5611. M /trunk/debian/control
  5612. M /trunk/doc/cacademo.1
  5613. M /trunk/doc/cacaview.1
  5614. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  5615. ------------------------------------------------------------------------
  5616. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  5617. Changed paths:
  5618. M /trunk/src/Makefile.am
  5619. M /trunk/src/bitmap.c
  5620. M /trunk/src/caca.c
  5621. M /trunk/src/caca.h
  5622. M /trunk/src/caca_internals.h
  5623. M /trunk/src/graphics.c
  5624. * src/caca.c:
  5625. + Moved global variables to src/graphics.c.
  5626. * src/bitmap.c:
  5627. + Sanitised prototypes.
  5628. ------------------------------------------------------------------------
  5629. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  5630. Changed paths:
  5631. M /trunk/examples
  5632. M /trunk/examples/aafire.c
  5633. M /trunk/examples/demo.c
  5634. M /trunk/examples/view.c
  5635. M /trunk/src/bitmap.c
  5636. M /trunk/src/box.c
  5637. M /trunk/src/caca.c
  5638. M /trunk/src/caca.h
  5639. M /trunk/src/caca_internals.h
  5640. M /trunk/src/conic.c
  5641. M /trunk/src/graphics.c
  5642. M /trunk/src/line.c
  5643. M /trunk/src/sprite.c
  5644. M /trunk/src/triangle.c
  5645. * src/graphics.c:
  5646. + Internally cache screen width and height.
  5647. * src/bitmap.c:
  5648. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  5649. alpha as fully transparent, and any other value as fully opaque.
  5650. + Slightly tuned colour weights in the renderer.
  5651. + caca_set_bitmap_palette() takes unsigned ints.
  5652. * examples/demo.c:
  5653. + Added a crap render demo.
  5654. * examples/aafire.c:
  5655. + Set a 20ms delay.
  5656. + Added alpha values to the palette.
  5657. * examples/view.c:
  5658. + Draw a gray checkered grid below the image so that transparent images
  5659. look a lot nicer.
  5660. + 'f' toggles "fullscreen" mode.
  5661. ------------------------------------------------------------------------
  5662. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  5663. Changed paths:
  5664. M /trunk/caca-config.in
  5665. M /trunk/configure.ac
  5666. * configure.ac:
  5667. + Set the executable bit of caca-config when regenerating that file.
  5668. * caca-config.in:
  5669. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  5670. have @CACA_LIBS@.
  5671. ------------------------------------------------------------------------
  5672. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  5673. Changed paths:
  5674. M /trunk/configure.ac
  5675. M /trunk/examples/Makefile.am
  5676. A /trunk/examples/aafire.c
  5677. * configure.ac:
  5678. + Removed unused USE_* variables.
  5679. + Export -lslang and -lncurses as @CACA_LIBS@.
  5680. * examples/aafire.c:
  5681. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  5682. ------------------------------------------------------------------------
  5683. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  5684. Changed paths:
  5685. M /trunk/ChangeLog
  5686. M /trunk/NEWS
  5687. M /trunk/TODO
  5688. M /trunk/debian/changelog
  5689. M /trunk/debian/control
  5690. * 0.2 release.
  5691. ------------------------------------------------------------------------
  5692. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  5693. Changed paths:
  5694. M /trunk/examples/view.c
  5695. * examples/view.c:
  5696. + Removed last endianness issue.
  5697. ------------------------------------------------------------------------
  5698. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  5699. Changed paths:
  5700. M /trunk/examples/view.c
  5701. M /trunk/src/bitmap.c
  5702. M /trunk/src/io.c
  5703. * src/io.c:
  5704. + Removed a useless message.
  5705. * src/bitmap.c examples/view.c:
  5706. + Really fixed the endianness issue.
  5707. ------------------------------------------------------------------------
  5708. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  5709. Changed paths:
  5710. M /trunk/src/bitmap.c
  5711. * src/bitmap.c:
  5712. + Fine-tuned the new renderer.
  5713. + Fixed warnings.
  5714. + Changed hardcoded values to macros.
  5715. ------------------------------------------------------------------------
  5716. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  5717. Changed paths:
  5718. M /trunk/configure.ac
  5719. M /trunk/examples/demo.c
  5720. M /trunk/examples/view.c
  5721. M /trunk/src/bitmap.c
  5722. M /trunk/src/caca.c
  5723. M /trunk/src/caca.h
  5724. * src/bitmap.c:
  5725. + Fixed an endianness issue in the byte reader.
  5726. + Decreased precision in RGB and HSV values to avoid overflows.
  5727. + New dithering method: 2x2 ordered.
  5728. + New renderer, with background colour awareness.
  5729. * configure.ac:
  5730. + Check for <endian.h>.
  5731. * examples/demo.c examples/view.c:
  5732. + Fixed an endianness issue in cacaview.
  5733. + Adapted code to the additional dithering method.
  5734. ------------------------------------------------------------------------
  5735. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  5736. Changed paths:
  5737. M /trunk/examples/view.c
  5738. M /trunk/src/bitmap.c
  5739. * src/bitmap.c examples/view.c:
  5740. + Fixed an endianness issue in caca_draw_bitmap().
  5741. + Code cleanup.
  5742. ------------------------------------------------------------------------
  5743. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  5744. Changed paths:
  5745. M /trunk/TODO
  5746. M /trunk/doc/cacaview.1
  5747. M /trunk/examples/Makefile.am
  5748. M /trunk/examples/view.c
  5749. M /trunk/src/caca.c
  5750. * src/caca.c:
  5751. + Minor change to the dithering names.
  5752. * TODO:
  5753. + Added cacaview TODO.
  5754. * doc/cacaview.1:
  5755. + Wrote a manpage for cacaview.
  5756. * examples/Makefile.am:
  5757. + Moved the -DX_DISPLAY_MISSING=1 here.
  5758. * examples/view.c:
  5759. + Capital 'D' cycles through dithering modes in reverse order.
  5760. + Sleep when there is nothing to do.
  5761. + Cosmetic code reorganisation.
  5762. ------------------------------------------------------------------------
  5763. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  5764. Changed paths:
  5765. M /trunk/examples/demo.c
  5766. M /trunk/examples/view.c
  5767. M /trunk/src/bitmap.c
  5768. M /trunk/src/caca.c
  5769. M /trunk/src/caca.h
  5770. * src/caca.c src/caca.h:
  5771. + Added caca_get_dithering_name().
  5772. * src/bitmap.c:
  5773. + Created a new dithering method with an 8x8 ordered matrix.
  5774. + Replaced the char list with a string for better readability.
  5775. + Dithering functions now return a value between 0 and 255.
  5776. * examples/demo.c examples/view.c:
  5777. + Adapted to use caca_get_dithering_name().
  5778. ------------------------------------------------------------------------
  5779. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  5780. Changed paths:
  5781. M /trunk/src/caca.c
  5782. * src/caca.c:
  5783. + Test whether ncurses knows xterm-16color before setting $TERM.
  5784. ------------------------------------------------------------------------
  5785. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  5786. Changed paths:
  5787. M /trunk/examples/view.c
  5788. * examples/view.c:
  5789. + Added top and bottom status lines, like in mutt and slrn.
  5790. + Added a status string when loading an image or upon error.
  5791. + Can load multiple files; use 'n' and 'p' for next and previous.
  5792. + Clip zoom between -48 and +48.
  5793. ------------------------------------------------------------------------
  5794. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  5795. Changed paths:
  5796. M /trunk/src/caca.c
  5797. * Fixed a C99ism.
  5798. ------------------------------------------------------------------------
  5799. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  5800. Changed paths:
  5801. M /trunk/NOTES
  5802. M /trunk/configure.ac
  5803. M /trunk/src/caca.c
  5804. M /trunk/src/graphics.c
  5805. * configure.ac:
  5806. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  5807. * src/caca.c:
  5808. + Disable scrolling to avoid hashmap scrolling optimization code.
  5809. * src/graphics.c:
  5810. + Swap fg and bg in the colour pair indexing, so that bg is always
  5811. right.
  5812. + Disable alt charset support to exploit my patched slang.
  5813. ------------------------------------------------------------------------
  5814. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  5815. Changed paths:
  5816. M /trunk/NOTES
  5817. M /trunk/examples/view.c
  5818. M /trunk/src/bitmap.c
  5819. * src/bitmap.c:
  5820. + Dither chroma outside of rgb2hsv_default().
  5821. + Clip fromx and fromy values.
  5822. * NOTES:
  5823. + Link to the XTerm control sequences.
  5824. * examples/view.c:
  5825. + Draw status bar.
  5826. + Move with 'h' 'j' 'k' 'l', à la vi.
  5827. + '?' toggles a help menu.
  5828. ------------------------------------------------------------------------
  5829. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  5830. Changed paths:
  5831. M /trunk/src/bitmap.c
  5832. * src/bitmap.c:
  5833. + Removed § from the list of default characters due to collisions.
  5834. ------------------------------------------------------------------------
  5835. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  5836. Changed paths:
  5837. A /trunk/debian/caca-utils.mime
  5838. M /trunk/debian/control
  5839. M /trunk/debian/rules
  5840. * debian/control:
  5841. + Removed slang1-dev dependency in caca-utils.
  5842. * debian/caca-utils.mime debian/rules:
  5843. + Added a MIME file with low priority.
  5844. + Added call to dh_installmime.
  5845. ------------------------------------------------------------------------
  5846. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  5847. Changed paths:
  5848. M /trunk/configure.ac
  5849. M /trunk/src/caca.c
  5850. M /trunk/src/caca_internals.h
  5851. M /trunk/src/graphics.c
  5852. * src/caca.c src/graphics.c:
  5853. + Moved graphics stuff from caca.c to graphics.c.
  5854. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  5855. to TERM=xterm-16color to benefit from extended colour palette.
  5856. ------------------------------------------------------------------------
  5857. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  5858. Changed paths:
  5859. M /trunk/NOTES
  5860. M /trunk/examples/demo.c
  5861. M /trunk/examples/spritedit.c
  5862. M /trunk/src/bitmap.c
  5863. M /trunk/src/caca.c
  5864. M /trunk/src/caca.h
  5865. M /trunk/src/graphics.c
  5866. M /trunk/src/sprite.c
  5867. * NOTES:
  5868. + Added setab/setaf quotes from the XTerm terminfo.
  5869. + Proposed a workaround for bright colours on any terminal.
  5870. * src/caca.c:
  5871. + 16 colour support for ncurses and conio.
  5872. * src/graphics.c:
  5873. + Ported to 16 colour support.
  5874. + Added a missing <stdio.h> for BUFSIZ.
  5875. + Disabled vsnprintf under DOS (only vsprintf exists).
  5876. * examples/:
  5877. + Don't abort if the caca.txt sprite was not found.
  5878. + Ported to 16 colour support.
  5879. ------------------------------------------------------------------------
  5880. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  5881. Changed paths:
  5882. M /trunk/NOTES
  5883. * NOTES: more notes about colours.
  5884. ------------------------------------------------------------------------
  5885. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  5886. Changed paths:
  5887. M /trunk/Makefile.am
  5888. M /trunk/configure.ac
  5889. M /trunk/examples/Makefile.am
  5890. * configure.ac:
  5891. + More sensible imlib2 detection, works with cross-compilation.
  5892. * Makefile.am:
  5893. + Don't forget to include NOTES to the dist tarball.
  5894. ------------------------------------------------------------------------
  5895. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  5896. Changed paths:
  5897. A /trunk/NOTES
  5898. M /trunk/README
  5899. M /trunk/debian/rules
  5900. * NOTES: added information about colour support.
  5901. ------------------------------------------------------------------------
  5902. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  5903. Changed paths:
  5904. M /trunk/configure.ac
  5905. * configure.ac: Added a missing check for <inttypes.h>.
  5906. ------------------------------------------------------------------------
  5907. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  5908. Changed paths:
  5909. M /trunk/src/bitmap.c
  5910. * src/bitmap.c: Support for more colour depths.
  5911. ------------------------------------------------------------------------
  5912. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  5913. Changed paths:
  5914. M /trunk/configure.ac
  5915. M /trunk/examples/Makefile.am
  5916. M /trunk/examples/demo.c
  5917. M /trunk/examples/view.c
  5918. * configure.ac examples/Makefile.am:
  5919. + Added a check for imlib2-config.
  5920. + Build cacaview conditionally.
  5921. * examples/demo.c:
  5922. + Removed all gdkpixbuf code.
  5923. * examples/view.c:
  5924. + Default to ordered dithering.
  5925. + Make sure the arrows always work even if delta is too small.
  5926. ------------------------------------------------------------------------
  5927. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  5928. Changed paths:
  5929. M /trunk/debian
  5930. M /trunk/debian/control
  5931. M /trunk/debian/rules
  5932. * debian/:
  5933. + New caca-utils package.
  5934. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  5935. ------------------------------------------------------------------------
  5936. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  5937. Changed paths:
  5938. M /trunk/doc/Makefile.am
  5939. D /trunk/doc/caca-demo.1
  5940. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  5941. A /trunk/doc/cacaview.1
  5942. M /trunk/examples
  5943. M /trunk/examples/Makefile.am
  5944. A /trunk/examples/view.c
  5945. * examples/:
  5946. + Simple image viewer, cacaview, based on libcaca and imlib2.
  5947. + Renamed caca-demo into cacademo.
  5948. * doc/:
  5949. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  5950. ------------------------------------------------------------------------
  5951. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  5952. Changed paths:
  5953. M /trunk/src/Makefile.am
  5954. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  5955. D /trunk/src/blit.c
  5956. * Renamed src/blit.c into src/bitmap.c.
  5957. ------------------------------------------------------------------------
  5958. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  5959. Changed paths:
  5960. M /trunk/examples/demo.c
  5961. M /trunk/src/caca.c
  5962. M /trunk/src/caca.h
  5963. M /trunk/src/io.c
  5964. * src/caca.c:
  5965. + Mouse initialisation in ncurses.
  5966. * src/io.c:
  5967. + Mouse support in ncurses.
  5968. ------------------------------------------------------------------------
  5969. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  5970. Changed paths:
  5971. M /trunk/debian/control
  5972. * debian/control:
  5973. + libcaca-dev should depend on slang1-dev.
  5974. ------------------------------------------------------------------------
  5975. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  5976. Changed paths:
  5977. M /trunk/debian/Makefile.am
  5978. * debian/Makefile.am:
  5979. + Added compat and copyright to the distributed files.
  5980. ------------------------------------------------------------------------
  5981. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  5982. Changed paths:
  5983. A /trunk/ChangeLog
  5984. M /trunk/debian/rules
  5985. * Added a ChangeLog file.
  5986. ------------------------------------------------------------------------
  5987. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  5988. Changed paths:
  5989. M /trunk/examples/Makefile.am
  5990. * examples/Makefile.am:
  5991. + Compilation fix when libcaca is not available.
  5992. ------------------------------------------------------------------------
  5993. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  5994. Changed paths:
  5995. M /trunk/debian/changelog
  5996. A /trunk/debian/copyright
  5997. M /trunk/debian/rules
  5998. M /trunk/doc/Makefile.am
  5999. M /trunk/doc/caca-config.1
  6000. A /trunk/doc/caca-demo.1
  6001. A /trunk/doc/caca-spritedit.1
  6002. M /trunk/examples/caca.txt
  6003. * debian/:
  6004. + Wrote the changelog for the Debian release.
  6005. + Wrote a copyright file.
  6006. * doc/:
  6007. + Wrote manpages for caca-demo and caca-spritedit.
  6008. * examples/caca.txt:
  6009. + Centered the sprite handle.
  6010. + Added a second frame to the sprite.
  6011. ------------------------------------------------------------------------
  6012. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  6013. Changed paths:
  6014. A /trunk/AUTHORS
  6015. M /trunk/Makefile.am
  6016. A /trunk/NEWS
  6017. M /trunk/configure.ac
  6018. A /trunk/doc
  6019. A /trunk/doc/Makefile.am
  6020. A /trunk/doc/caca-config.1
  6021. A /trunk/doc/doxygen.cfg
  6022. A /trunk/doc/footer.html
  6023. A /trunk/doc/header.html
  6024. * AUTHORS NEWS:
  6025. + Added these mandatory files.
  6026. * doc/:
  6027. + Wrote a Doxygen configuration file.
  6028. + Added a manpage for caca-config(1), borrowed from sdl-config.
  6029. * configure.ac:
  6030. + Use new style AC_INIT.
  6031. + Error out if no library was found.
  6032. + Added *djgpp* to the list of non-PIC platforms.
  6033. + Added checks for doxygen and latex.
  6034. ------------------------------------------------------------------------
  6035. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  6036. Changed paths:
  6037. M /trunk/examples/Makefile.am
  6038. M /trunk/examples/demo.c
  6039. * Disabled gdkpixbuf code.
  6040. ------------------------------------------------------------------------
  6041. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  6042. Changed paths:
  6043. M /trunk/src/blit.c
  6044. M /trunk/src/box.c
  6045. M /trunk/src/caca.c
  6046. M /trunk/src/caca.h
  6047. M /trunk/src/caca_internals.h
  6048. M /trunk/src/conic.c
  6049. M /trunk/src/graphics.c
  6050. M /trunk/src/io.c
  6051. M /trunk/src/line.c
  6052. M /trunk/src/math.c
  6053. M /trunk/src/sprite.c
  6054. M /trunk/src/triangle.c
  6055. * src/:
  6056. + Doxygenated a few things.
  6057. ------------------------------------------------------------------------
  6058. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  6059. Changed paths:
  6060. M /trunk/TODO
  6061. M /trunk/examples/demo.c
  6062. M /trunk/src/blit.c
  6063. M /trunk/src/caca.h
  6064. * TODO:
  6065. + A few updates.
  6066. * src/blit.c:
  6067. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  6068. + Started removing hardcoded bitmask and pitch values.
  6069. * examples/demo.c:
  6070. + Do something with mouse clicks.
  6071. ------------------------------------------------------------------------
  6072. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  6073. Changed paths:
  6074. M /trunk/src/io.c
  6075. * src/io.c:
  6076. + Fixed an off-by-one error in the mouse driver.
  6077. ------------------------------------------------------------------------
  6078. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  6079. Changed paths:
  6080. M /trunk
  6081. M /trunk/Makefile.am
  6082. M /trunk/README
  6083. M /trunk/TODO
  6084. A /trunk/caca-config.in
  6085. M /trunk/configure.ac
  6086. M /trunk/debian
  6087. A /trunk/debian/compat
  6088. M /trunk/debian/control
  6089. M /trunk/debian/rules
  6090. M /trunk/examples
  6091. M /trunk/examples/Makefile.am
  6092. M /trunk/examples/demo.c
  6093. M /trunk/src/Makefile.am
  6094. * debian/control:
  6095. + Changed section to libs/libdevel instead of games/games.
  6096. + Changed package name to libcaca-dev.
  6097. * debian/rules:
  6098. + Use debian/compat instead of DH_COMPAT.
  6099. + Install README, BUGS and TODO into /usr/share/doc.
  6100. * caca-config.in:
  6101. + First version of the config script.
  6102. * configure.ac src/Makefile.am:
  6103. + Build a static PIC library as well.
  6104. * README TODO:
  6105. + Various updates.
  6106. ------------------------------------------------------------------------
  6107. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  6108. Changed paths:
  6109. M /trunk/TODO
  6110. M /trunk/src/io.c
  6111. * TODO: New stuff to do.
  6112. * src/io.c: left and right arrow keys were swapped.
  6113. ------------------------------------------------------------------------
  6114. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  6115. Changed paths:
  6116. M /trunk/src/blit.c
  6117. M /trunk/src/caca.c
  6118. M /trunk/src/io.c
  6119. * src/io.c:
  6120. + Fixed a bug in the mouse coordinates reporting.
  6121. ------------------------------------------------------------------------
  6122. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  6123. Changed paths:
  6124. M /trunk/examples/demo.c
  6125. M /trunk/examples/spritedit.c
  6126. M /trunk/src/blit.c
  6127. M /trunk/src/caca.c
  6128. M /trunk/src/caca.h
  6129. M /trunk/src/io.c
  6130. * src/io.c:
  6131. + Renamed sdl_get_key() into sdl_get_event().
  6132. + Handle mouse clicks.
  6133. * src/caca.c:
  6134. + Activate the terminal's mouse handling if supported.
  6135. ------------------------------------------------------------------------
  6136. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  6137. Changed paths:
  6138. M /trunk/examples/Makefile.am
  6139. M /trunk/src/Makefile.am
  6140. M /trunk/src/blit.c
  6141. M /trunk/src/caca.h
  6142. M /trunk/src/io.c
  6143. * src/io.c src/caca.h:
  6144. + Interpret escape sequences for F1, F2, left, right, etc.
  6145. * src/Makefile.am examples/Makefile.am:
  6146. + Install caca.h in /usr/include.
  6147. + Do not install example programs.
  6148. * src/blit.c:
  6149. + Minor improvements to grayscale colors.
  6150. ------------------------------------------------------------------------
  6151. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  6152. Changed paths:
  6153. D /trunk/.cvsignore
  6154. D /trunk/autotools/.cvsignore
  6155. * Removed legacy .cvsignore files.
  6156. ------------------------------------------------------------------------
  6157. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  6158. Changed paths:
  6159. M /trunk/examples/demo.c
  6160. M /trunk/src/blit.c
  6161. M /trunk/src/caca.h
  6162. * src/blit.c:
  6163. + Hue calculation now uses integers only.
  6164. + Dithering is now parametrable. Implemented none, ordered, random.
  6165. * examples/demo.c:
  6166. + Added dithering selection.
  6167. ------------------------------------------------------------------------
  6168. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  6169. Changed paths:
  6170. M /trunk/examples/Makefile.am
  6171. A /trunk/examples/caca.txt
  6172. M /trunk/examples/demo.c
  6173. M /trunk/examples/spritedit.c
  6174. M /trunk/src/blit.c
  6175. M /trunk/src/caca.c
  6176. M /trunk/src/caca.h
  6177. M /trunk/src/caca_internals.h
  6178. M /trunk/src/graphics.c
  6179. * src/blit.c:
  6180. + Added caca_set_dithering() (unused yet).
  6181. + Added random dithering.
  6182. * src/caca.h:
  6183. + Renamed legacy EE_* enums to CACA_*.
  6184. * examples/demo.c examples/caca.txt:
  6185. + Added a default sprite for libcaca.
  6186. ------------------------------------------------------------------------
  6187. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  6188. Changed paths:
  6189. M /trunk/examples/demo.c
  6190. M /trunk/examples/spritedit.c
  6191. M /trunk/src/blit.c
  6192. M /trunk/src/box.c
  6193. M /trunk/src/caca.c
  6194. M /trunk/src/caca.h
  6195. M /trunk/src/caca_internals.h
  6196. M /trunk/src/conic.c
  6197. M /trunk/src/graphics.c
  6198. M /trunk/src/io.c
  6199. M /trunk/src/line.c
  6200. M /trunk/src/math.c
  6201. M /trunk/src/sprite.c
  6202. M /trunk/src/triangle.c
  6203. * Changed copyleft to LGPL.
  6204. ------------------------------------------------------------------------
  6205. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  6206. Changed paths:
  6207. M /trunk/Makefile.am
  6208. M /trunk/configure.ac
  6209. A /trunk/examples (from /trunk/test:90)
  6210. M /trunk/examples/Makefile.am
  6211. D /trunk/libcaca
  6212. A /trunk/src (from /trunk/libcaca:90)
  6213. M /trunk/src/line.c
  6214. D /trunk/test
  6215. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  6216. to examples/.
  6217. ------------------------------------------------------------------------
  6218. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  6219. Changed paths:
  6220. M /trunk/COPYING
  6221. M /trunk/Makefile.am
  6222. M /trunk/README
  6223. M /trunk/TODO
  6224. M /trunk/bootstrap
  6225. M /trunk/configure.ac
  6226. D /trunk/data
  6227. D /trunk/debian/.cvsignore
  6228. M /trunk/debian/changelog
  6229. M /trunk/debian/control
  6230. M /trunk/debian/rules
  6231. D /trunk/doc
  6232. D /trunk/src
  6233. * The big TTYvaders/libcaca split. This is libcaca.
  6234. ------------------------------------------------------------------------
  6235. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  6236. Changed paths:
  6237. M /trunk/configure.ac
  6238. M /trunk/libcaca/blit.c
  6239. M /trunk/libcaca/caca.c
  6240. M /trunk/libcaca/conic.c
  6241. M /trunk/libcaca/graphics.c
  6242. M /trunk/src/weapons.c
  6243. * configure.ac:
  6244. + Added -Wsign-compare to the warning flags.
  6245. * libcaca/caca.c:
  6246. + Fixed a signed/unsigned bug that caused infinite waits with
  6247. ee_set_delay(0).
  6248. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  6249. + Fixed minor signed/unsigned comparison warnings.
  6250. ------------------------------------------------------------------------
  6251. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  6252. Changed paths:
  6253. M /trunk/Makefile.am
  6254. M /trunk/TODO
  6255. M /trunk/configure.ac
  6256. A /trunk/libcaca (from /trunk/libee:87)
  6257. M /trunk/libcaca/Makefile.am
  6258. M /trunk/libcaca/blit.c
  6259. M /trunk/libcaca/box.c
  6260. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  6261. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  6262. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  6263. M /trunk/libcaca/conic.c
  6264. D /trunk/libcaca/ee.c
  6265. D /trunk/libcaca/ee.h
  6266. D /trunk/libcaca/ee_internals.h
  6267. M /trunk/libcaca/graphics.c
  6268. M /trunk/libcaca/io.c
  6269. M /trunk/libcaca/line.c
  6270. M /trunk/libcaca/math.c
  6271. M /trunk/libcaca/sprite.c
  6272. M /trunk/libcaca/triangle.c
  6273. D /trunk/libee
  6274. M /trunk/src/Makefile.am
  6275. M /trunk/src/aliens.c
  6276. M /trunk/src/bonus.c
  6277. M /trunk/src/box.c
  6278. M /trunk/src/ceo.c
  6279. M /trunk/src/collide.c
  6280. M /trunk/src/common.h
  6281. M /trunk/src/explosions.c
  6282. M /trunk/src/intro.c
  6283. M /trunk/src/main.c
  6284. M /trunk/src/overlay.c
  6285. M /trunk/src/player.c
  6286. M /trunk/src/starfield.c
  6287. M /trunk/src/tunnel.c
  6288. M /trunk/src/weapons.c
  6289. M /trunk/test/Makefile.am
  6290. M /trunk/test/demo.c
  6291. M /trunk/test/spritedit.c
  6292. * Renamed libee to libcaca. Far less collisions.
  6293. ------------------------------------------------------------------------
  6294. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  6295. Changed paths:
  6296. M /trunk/libee/Makefile.am
  6297. A /trunk/libee/blit.c
  6298. M /trunk/libee/ee.h
  6299. M /trunk/test/Makefile.am
  6300. M /trunk/test/demo.c
  6301. * Very ugly ee_blit function. Will be polished in a while.
  6302. ------------------------------------------------------------------------
  6303. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  6304. Changed paths:
  6305. M /trunk/libee/ee.c
  6306. M /trunk/libee/ee.h
  6307. M /trunk/libee/graphics.c
  6308. M /trunk/test/demo.c
  6309. * libee/ee.c:
  6310. + Replaced ee_color_names[] with ee_get_color_name().
  6311. + Don't oversleep in ee_refresh().
  6312. * libee/graphics.c:
  6313. + Implemented ee_printf().
  6314. * test/demo.c:
  6315. + If new keypresses are detected, don't wait for the next screen refresh.
  6316. + Added an fps counter on demos.
  6317. + Added controls for outlines and drawing boundaries.
  6318. ------------------------------------------------------------------------
  6319. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  6320. Changed paths:
  6321. M /trunk/libee/ee.c
  6322. M /trunk/libee/ee.h
  6323. M /trunk/libee/ee_internals.h
  6324. M /trunk/libee/graphics.c
  6325. M /trunk/libee/line.c
  6326. * libee/graphics.c:
  6327. + Correct clipping in ee_putstr() for long strings.
  6328. * libee/ee.c:
  6329. + New ee_get_rendertime() call to provide framerate information.
  6330. * libee/ee.h:
  6331. + Added const keywords where it was meaningful, despite Slang's blatant
  6332. omission of such keywords in its prototypes.
  6333. ------------------------------------------------------------------------
  6334. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  6335. Changed paths:
  6336. M /trunk/libee/ee.c
  6337. M /trunk/src/main.c
  6338. M /trunk/test/demo.c
  6339. * libee/ee.c:
  6340. + Implemented correct framerate wait loop.
  6341. + No framedropping yet.
  6342. * test/demo.c src/main.c:
  6343. + Set an arbitrary framerate for demos.
  6344. ------------------------------------------------------------------------
  6345. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  6346. Changed paths:
  6347. M /trunk/src/Makefile.am
  6348. M /trunk/test/Makefile.am
  6349. * Fixed compilation in an alternate directory.
  6350. ------------------------------------------------------------------------
  6351. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  6352. Changed paths:
  6353. M /trunk/src/box.c
  6354. M /trunk/src/main.c
  6355. M /trunk/src/player.c
  6356. M /trunk/src/starfield.c
  6357. M /trunk/src/tunnel.c
  6358. M /trunk/src/weapons.c
  6359. * Sanity checks after each malloc() call.
  6360. ------------------------------------------------------------------------
  6361. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  6362. Changed paths:
  6363. M /trunk/libee/ee.h
  6364. M /trunk/libee/math.c
  6365. * libee/math.c:
  6366. + ee_sqrt() now uses unsigned ints.
  6367. + Avoid overflows in ee_sqrt().
  6368. ------------------------------------------------------------------------
  6369. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  6370. Changed paths:
  6371. M /trunk/src/intro.c
  6372. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  6373. ------------------------------------------------------------------------
  6374. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  6375. Changed paths:
  6376. M /trunk/libee/ee.c
  6377. M /trunk/libee/ee_internals.h
  6378. M /trunk/libee/graphics.c
  6379. M /trunk/libee/sprite.c
  6380. * libee/ee.c:
  6381. + Error checking in ee_init().
  6382. + Pre-generate the empty line for ee_clear().
  6383. * libee/sprite.c:
  6384. + Better error checking in ee_sprite_load().
  6385. ------------------------------------------------------------------------
  6386. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  6387. Changed paths:
  6388. M /trunk/libee/conic.c
  6389. M /trunk/libee/line.c
  6390. M /trunk/src/box.c
  6391. * Minor coding style changes.
  6392. ------------------------------------------------------------------------
  6393. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  6394. Changed paths:
  6395. M /trunk/data/Makefile.am
  6396. D /trunk/data/bar_boss
  6397. D /trunk/data/bar_fighter
  6398. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  6399. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  6400. D /trunk/data/baz_fighter
  6401. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  6402. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  6403. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  6404. D /trunk/data/explosion_medium
  6405. D /trunk/data/explosion_small
  6406. D /trunk/data/foo_fighter
  6407. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  6408. D /trunk/data/item_gem
  6409. D /trunk/data/item_heart
  6410. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  6411. D /trunk/data/ship_green
  6412. D /trunk/data/weapon_bomb
  6413. D /trunk/data/weapon_fragbomb
  6414. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  6415. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  6416. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  6417. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  6418. M /trunk/src/aliens.c
  6419. M /trunk/src/bonus.c
  6420. M /trunk/src/explosions.c
  6421. M /trunk/src/intro.c
  6422. M /trunk/src/player.c
  6423. M /trunk/src/weapons.c
  6424. M /trunk/test/demo.c
  6425. * Renamed sprites to < 8+3 names for the DOS port.
  6426. ------------------------------------------------------------------------
  6427. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  6428. Changed paths:
  6429. M /trunk/data/bar_boss
  6430. M /trunk/data/bar_fighter
  6431. M /trunk/data/baz_fighter
  6432. M /trunk/data/explosion_medium
  6433. M /trunk/data/explosion_small
  6434. M /trunk/data/foo_fighter
  6435. M /trunk/data/item_gem
  6436. M /trunk/data/item_heart
  6437. M /trunk/data/ship_green
  6438. M /trunk/data/weapon_bomb
  6439. M /trunk/data/weapon_fragbomb
  6440. M /trunk/src/starfield.c
  6441. M /trunk/test/demo.c
  6442. * test/demo.c:
  6443. + Removed a spurious '\n' from an ee_putstr().
  6444. * src/starfield.c:
  6445. + Fixed starfield color.
  6446. * data/:
  6447. + Fixed every sprite's colors.
  6448. ------------------------------------------------------------------------
  6449. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  6450. Changed paths:
  6451. A /trunk/BUGS
  6452. M /trunk/Makefile.am
  6453. M /trunk/README
  6454. M /trunk/TODO
  6455. M /trunk/libee/Makefile.am
  6456. M /trunk/libee/box.c
  6457. M /trunk/libee/conic.c
  6458. M /trunk/libee/ee.c
  6459. M /trunk/libee/ee.h
  6460. A /trunk/libee/ee_internals.h
  6461. M /trunk/libee/graphics.c
  6462. M /trunk/libee/io.c
  6463. M /trunk/libee/line.c
  6464. M /trunk/libee/math.c
  6465. M /trunk/libee/sprite.c
  6466. M /trunk/libee/triangle.c
  6467. M /trunk/src/Makefile.am
  6468. M /trunk/src/overlay.c
  6469. M /trunk/src/weapons.c
  6470. M /trunk/test/demo.c
  6471. * libee/ee.h:
  6472. + Added ee_color_names[] containing our 16 color names.
  6473. * libee/ee.c:
  6474. + Extended our color set to the full 16 instead of 10.
  6475. + Precalculate ncurses attributes.
  6476. * libee/graphics.c:
  6477. + Clip color value in ee_set_color().
  6478. + Clip characters in ee_putchar().
  6479. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  6480. * libee/ee_internals.h:
  6481. + New file to share extern variables within libee.
  6482. * test/demo.c:
  6483. + Added a simple demo_color() to output all colors.
  6484. + Replaced four ee_draw_line() with ee_draw_thin_box().
  6485. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  6486. defines y1.
  6487. + Randomized colours from 0 to 15 instead of 1 to 10.
  6488. * src/Makefiles.am:
  6489. + Added -lm to the ttyvaders linking flags because of the intro.
  6490. * README BUGS TODO:
  6491. + Updated.
  6492. ------------------------------------------------------------------------
  6493. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  6494. Changed paths:
  6495. M /trunk/README
  6496. M /trunk/configure.ac
  6497. M /trunk/libee/ee.c
  6498. M /trunk/libee/graphics.c
  6499. * README:
  6500. + Added a note about dos cross-compilation.
  6501. * configure.ac:
  6502. + Added a check for ScreenUpdate in <pc.h>.
  6503. * libee/graphics.c libee/ee.c:
  6504. + Improved the conio port thanks to ScreenUpdate().
  6505. ------------------------------------------------------------------------
  6506. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  6507. Changed paths:
  6508. M /trunk/configure.ac
  6509. M /trunk/libee/conic.c
  6510. M /trunk/libee/ee.c
  6511. M /trunk/libee/graphics.c
  6512. M /trunk/libee/io.c
  6513. M /trunk/libee/line.c
  6514. * MS-DOS port of libee, using <conio.h>.
  6515. ------------------------------------------------------------------------
  6516. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  6517. Changed paths:
  6518. M /trunk/data/foo_fighter
  6519. M /trunk/libee/box.c
  6520. M /trunk/libee/ee.h
  6521. M /trunk/libee/graphics.c
  6522. M /trunk/libee/line.c
  6523. M /trunk/libee/sprite.c
  6524. M /trunk/src/Makefile.am
  6525. M /trunk/src/aliens.c
  6526. M /trunk/src/bonus.c
  6527. M /trunk/src/box.c
  6528. M /trunk/src/common.h
  6529. M /trunk/src/explosions.c
  6530. A /trunk/src/intro.c
  6531. M /trunk/src/main.c
  6532. M /trunk/src/overlay.c
  6533. M /trunk/src/player.c
  6534. M /trunk/src/starfield.c
  6535. M /trunk/src/tunnel.c
  6536. M /trunk/src/weapons.c
  6537. M /trunk/test/demo.c
  6538. M /trunk/test/spritedit.c
  6539. * libee/graphics.c:
  6540. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  6541. * libee/line.c:
  6542. + Implemented draw_polyline() and draw_thin_polyline().
  6543. * libee/sprite.c:
  6544. + Removed the f member of struct ee_sprite.
  6545. + Implemented ee_get_sprite_{width|height|dx|dy}().
  6546. + Restore the color fater ee_draw_sprite() is called.
  6547. * libee/box.c:
  6548. + Fixed a bug causing improper box clipping at the right and the bottom.
  6549. * data/foo_fighter:
  6550. + Fixed bugs in the sprite.
  6551. * src/intro.c:
  6552. + Test effects for the future game's intro.
  6553. * test/spritedit.c:
  6554. + Added stuff to the sprite editor. We can now navigate through frames.
  6555. ------------------------------------------------------------------------
  6556. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  6557. Changed paths:
  6558. M /trunk/libee/Makefile.am
  6559. A /trunk/libee/box.c
  6560. M /trunk/libee/conic.c
  6561. M /trunk/libee/ee.h
  6562. M /trunk/libee/triangle.c
  6563. M /trunk/test/demo.c
  6564. * libee/triangle.c:
  6565. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  6566. * libee/box.c:
  6567. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  6568. * libee/conic.c:
  6569. + Wrote ee_fill_ellipse().
  6570. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  6571. * test/demo.c:
  6572. + Merged demo_lines() and demo_thin_lines().
  6573. + Merged demo_triangles() and demo_outlined_triangles().
  6574. + Wrote demo_box().
  6575. + Use ee_fill_ellipse() in demo_all().
  6576. ------------------------------------------------------------------------
  6577. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  6578. Changed paths:
  6579. M /trunk/data/Makefile.am
  6580. A /trunk/data/ship_green
  6581. M /trunk/src/collide.c
  6582. M /trunk/src/main.c
  6583. M /trunk/src/player.c
  6584. M /trunk/src/weapons.c
  6585. * src/weapons.c:
  6586. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  6587. * src/player.c:
  6588. + Use ee_draw_sprite() to draw our ship.
  6589. ------------------------------------------------------------------------
  6590. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  6591. Changed paths:
  6592. M /trunk/libee/Makefile.am
  6593. M /trunk/libee/conic.c
  6594. M /trunk/libee/ee.c
  6595. M /trunk/libee/ee.h
  6596. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  6597. M /trunk/libee/io.c
  6598. M /trunk/libee/line.c
  6599. M /trunk/libee/math.c
  6600. M /trunk/libee/sprite.c
  6601. M /trunk/libee/triangle.c
  6602. M /trunk/src/box.c
  6603. M /trunk/src/overlay.c
  6604. M /trunk/src/player.c
  6605. M /trunk/src/starfield.c
  6606. M /trunk/src/tunnel.c
  6607. M /trunk/src/weapons.c
  6608. M /trunk/test/demo.c
  6609. * libee/graphics.c:
  6610. + Moved ee_putstr() and ee_putchar() in here.
  6611. * libee/ee.h:
  6612. + Got rid of ee_goto().
  6613. + Moved <slang.h> or <curses.h> into libee.
  6614. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  6615. * Ditto for ee_putchar().
  6616. ------------------------------------------------------------------------
  6617. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  6618. Changed paths:
  6619. M /trunk/data/Makefile.am
  6620. M /trunk/src/Makefile.am
  6621. M /trunk/test
  6622. M /trunk/test/Makefile.am
  6623. A /trunk/test/spritedit.c
  6624. * test/spritedit.c:
  6625. + Placeholder for our upcoming sprite editor.
  6626. * src/Makefile.am data/Makefile.am:
  6627. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  6628. ------------------------------------------------------------------------
  6629. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  6630. Changed paths:
  6631. M /trunk/data/Makefile.am
  6632. A /trunk/data/weapon_fragbomb
  6633. M /trunk/src/weapons.c
  6634. * src/weapons.c data/weapon_fragbomb:
  6635. + Drew the fragbomb sprite.
  6636. + Use the fragbomb in src/weapons.c.
  6637. ------------------------------------------------------------------------
  6638. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  6639. Changed paths:
  6640. M /trunk/data/Makefile.am
  6641. A /trunk/data/weapon_bomb
  6642. M /trunk/src/weapons.c
  6643. * data/weapon_bomb:
  6644. + New bomb sprite.
  6645. * src/weapons.c:
  6646. + Switched the bomb drawing to use ee_draw_sprite().
  6647. ------------------------------------------------------------------------
  6648. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  6649. Changed paths:
  6650. M /trunk/data/Makefile.am
  6651. A /trunk/data/explosion_medium
  6652. A /trunk/data/explosion_small
  6653. M /trunk/libee/sprite.c
  6654. M /trunk/src/explosions.c
  6655. * libee/sprite.c:
  6656. + Made sprite loading more robust.
  6657. * src/explosions.c:
  6658. + No longer use ee_putchar etc. to draw our sprites, but use
  6659. ee_draw_sprite().
  6660. * data/:
  6661. + Drew explosion_medium and explosion_small sprites.
  6662. ------------------------------------------------------------------------
  6663. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  6664. Changed paths:
  6665. M /trunk/libee/conic.c
  6666. * libee/conic.c: Clip circles and ellipses.
  6667. ------------------------------------------------------------------------
  6668. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  6669. Changed paths:
  6670. M /trunk/libee/conic.c
  6671. M /trunk/libee/sprite.c
  6672. * libee/sprite.c:
  6673. + Added sanity checks in ee_sprite_* functions.
  6674. * libee/conic.c:
  6675. + Use ellipsepoints() in ee_draw_circle().
  6676. ------------------------------------------------------------------------
  6677. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  6678. Changed paths:
  6679. M /trunk/test/demo.c
  6680. * test/demo.c:
  6681. + Ellipses demo.
  6682. ------------------------------------------------------------------------
  6683. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  6684. Changed paths:
  6685. M /trunk/libee/conic.c
  6686. M /trunk/libee/ee.h
  6687. * libee/conic.c:
  6688. + ee_draw_ellipse().
  6689. ------------------------------------------------------------------------
  6690. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  6691. Changed paths:
  6692. M /trunk/libee/Makefile.am
  6693. D /trunk/libee/circle.c
  6694. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  6695. M /trunk/libee/line.c
  6696. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  6697. ------------------------------------------------------------------------
  6698. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  6699. Changed paths:
  6700. M /trunk/libee/line.c
  6701. * libee/line.c:
  6702. + Added code comments.
  6703. ------------------------------------------------------------------------
  6704. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  6705. Changed paths:
  6706. M /trunk/configure.ac
  6707. M /trunk/libee/Makefile.am
  6708. M /trunk/src/Makefile.am
  6709. M /trunk/test/Makefile.am
  6710. * configure.ac:
  6711. + Moved optimization flags and warning triggers here.
  6712. + Updated the snapshot timestamp.
  6713. ------------------------------------------------------------------------
  6714. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  6715. Changed paths:
  6716. M /trunk/test/demo.c
  6717. * test/demo.c: Nicer complete demo.
  6718. ------------------------------------------------------------------------
  6719. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  6720. Changed paths:
  6721. M /trunk/data/Makefile.am
  6722. A /trunk/data/baz_fighter
  6723. A /trunk/data/foo_fighter
  6724. A /trunk/data/item_gem
  6725. A /trunk/data/item_heart
  6726. M /trunk/libee/ee.h
  6727. M /trunk/libee/sprite.c
  6728. M /trunk/src/aliens.c
  6729. M /trunk/src/bonus.c
  6730. M /trunk/src/box.c
  6731. * libee/sprite.c:
  6732. + More robust sprite loader.
  6733. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  6734. + Free all structures in ee_free_sprite().
  6735. * src/aliens.c src/bonus.c:
  6736. + Use ee_draw_sprite() instead of our manual sprite rendering.
  6737. * src/box.c:
  6738. + Use ee_draw_line() instead of the manual equivalent.
  6739. * data/:
  6740. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  6741. ------------------------------------------------------------------------
  6742. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  6743. Changed paths:
  6744. A /trunk/data/Makefile.am
  6745. * Oops, forgot data/Makefile.am.
  6746. ------------------------------------------------------------------------
  6747. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  6748. Changed paths:
  6749. M /trunk/Makefile.am
  6750. M /trunk/configure.ac
  6751. A /trunk/data
  6752. A /trunk/data/bar_boss
  6753. A /trunk/data/bar_fighter
  6754. M /trunk/test/demo.c
  6755. * test/demo.c:
  6756. + Wrote a little sprite demo.
  6757. * data/:
  6758. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  6759. ------------------------------------------------------------------------
  6760. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  6761. Changed paths:
  6762. M /trunk/libee/Makefile.am
  6763. M /trunk/libee/ee.h
  6764. A /trunk/libee/sprite.c
  6765. * libee/sprite.c:
  6766. + Beginning of sprite handling within the library.
  6767. + Added support to load files.
  6768. ------------------------------------------------------------------------
  6769. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  6770. Changed paths:
  6771. M /trunk/test/demo.c
  6772. * test/demo.c:
  6773. + outlined triangles demo.
  6774. ------------------------------------------------------------------------
  6775. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  6776. Changed paths:
  6777. M /trunk/configure.ac
  6778. M /trunk/libee/Makefile.am
  6779. M /trunk/src/Makefile.am
  6780. M /trunk/test/Makefile.am
  6781. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  6782. ------------------------------------------------------------------------
  6783. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  6784. Changed paths:
  6785. M /trunk/src/aliens.c
  6786. M /trunk/src/bonus.c
  6787. M /trunk/src/box.c
  6788. M /trunk/src/collide.c
  6789. M /trunk/src/explosions.c
  6790. M /trunk/src/main.c
  6791. M /trunk/src/overlay.c
  6792. M /trunk/src/player.c
  6793. M /trunk/src/starfield.c
  6794. M /trunk/src/tunnel.c
  6795. M /trunk/src/weapons.c
  6796. * src/*.c:
  6797. + Added missing #include "config.h".
  6798. + Fixed a nasty bug in ee_rand() calls.
  6799. ------------------------------------------------------------------------
  6800. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  6801. Changed paths:
  6802. M /trunk/test/demo.c
  6803. * test/demo.c:
  6804. + Disabled the pyramid demo and wrote a simple triangles demo.
  6805. ------------------------------------------------------------------------
  6806. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  6807. Changed paths:
  6808. M /trunk/libee/Makefile.am
  6809. M /trunk/libee/ee.h
  6810. A /trunk/libee/triangle.c
  6811. M /trunk/test/Makefile.am
  6812. M /trunk/test/demo.c
  6813. * libee/triangle.c:
  6814. + Implemented ee_fill_triangle().
  6815. * test/demo.c:
  6816. + Triangle demo.
  6817. ------------------------------------------------------------------------
  6818. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  6819. Changed paths:
  6820. M /trunk/libee/ee.h
  6821. M /trunk/libee/line.c
  6822. M /trunk/test/demo.c
  6823. * libee/line.c:
  6824. + ee_draw_thin_line().
  6825. * test/demo.c:
  6826. + Added a thin lines demo.
  6827. ------------------------------------------------------------------------
  6828. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  6829. Changed paths:
  6830. M /trunk/libee/line.c
  6831. * libee/line.c: genericized line drawing for future use.
  6832. ------------------------------------------------------------------------
  6833. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  6834. Changed paths:
  6835. M /trunk/test
  6836. M /trunk/test/demo.c
  6837. * test/demo.c:
  6838. + Putpixel demo.
  6839. + Draw line demo.
  6840. + Draw circle demo.
  6841. + Animated radar demo.
  6842. ------------------------------------------------------------------------
  6843. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  6844. Changed paths:
  6845. M /trunk/libee/Makefile.am
  6846. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  6847. M /trunk/libee/ee.h
  6848. M /trunk/libee/line.c
  6849. M /trunk/src/weapons.c
  6850. * src/weapons.c:
  6851. + Removed draw_circle, use ee_draw_circle instead.
  6852. * libee/circle.c:
  6853. + New ee_draw_circle function.
  6854. * libee/line.c:
  6855. + Changed an internal function's name.
  6856. ------------------------------------------------------------------------
  6857. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  6858. Changed paths:
  6859. M /trunk/libee
  6860. M /trunk/libee/Makefile.am
  6861. M /trunk/libee/ee.h
  6862. A /trunk/libee/line.c
  6863. * libee/line.c: Implemented ee_draw_line.
  6864. ------------------------------------------------------------------------
  6865. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  6866. Changed paths:
  6867. M /trunk/libee/ee.c
  6868. M /trunk/libee/ee.h
  6869. M /trunk/test/demo.c
  6870. * libee/ee.c:
  6871. + got rid of DELAY.
  6872. * test/demo.c:
  6873. + Minor animation effect.
  6874. ------------------------------------------------------------------------
  6875. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  6876. Changed paths:
  6877. M /trunk/libee/math.c
  6878. * libee/math.c: fixed a thinko in ee_rand().
  6879. ------------------------------------------------------------------------
  6880. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  6881. Changed paths:
  6882. M /trunk/libee/Makefile.am
  6883. M /trunk/libee/ee.c
  6884. M /trunk/libee/ee.h
  6885. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  6886. A /trunk/libee/math.c
  6887. M /trunk/src/Makefile.am
  6888. M /trunk/src/aliens.c
  6889. M /trunk/src/collide.c
  6890. M /trunk/src/common.h
  6891. M /trunk/src/explosions.c
  6892. M /trunk/src/main.c
  6893. D /trunk/src/math.c
  6894. M /trunk/src/starfield.c
  6895. M /trunk/src/tunnel.c
  6896. M /trunk/src/weapons.c
  6897. * libee/io.c:
  6898. + Moved ee_get_key() here.
  6899. * libee/math.c:
  6900. + Moved r00t() here and renamed it to ee_sqrt().
  6901. + Moved GET_RAND() here and renamed it to ee_rand().
  6902. * src/math.c:
  6903. + Removed this deprecated file.
  6904. ------------------------------------------------------------------------
  6905. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  6906. Changed paths:
  6907. M /trunk/src/aliens.c
  6908. M /trunk/src/bonus.c
  6909. M /trunk/src/box.c
  6910. M /trunk/src/ceo.c
  6911. M /trunk/src/collide.c
  6912. M /trunk/src/common.h
  6913. M /trunk/src/explosions.c
  6914. M /trunk/src/main.c
  6915. M /trunk/src/math.c
  6916. M /trunk/src/overlay.c
  6917. M /trunk/src/player.c
  6918. M /trunk/src/starfield.c
  6919. M /trunk/src/tunnel.c
  6920. M /trunk/src/weapons.c
  6921. * Coding style everywhere.
  6922. ------------------------------------------------------------------------
  6923. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  6924. Changed paths:
  6925. M /trunk/libee/Makefile.am
  6926. M /trunk/test/Makefile.am
  6927. A /trunk/test/demo.c
  6928. * libee/Makefile.am, test/Makefile.am:
  6929. + Added more compiler warning flags.
  6930. * test/demo.c:
  6931. + Small demo for libee.
  6932. ------------------------------------------------------------------------
  6933. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  6934. Changed paths:
  6935. M /trunk/libee/ee.c
  6936. * libee/ee.c: Fixed a compilation warning.
  6937. ------------------------------------------------------------------------
  6938. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  6939. Changed paths:
  6940. M /trunk/libee/ee.c
  6941. * libee/ee.c: Exact line fill in ee_clear().
  6942. ------------------------------------------------------------------------
  6943. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  6944. Changed paths:
  6945. M /trunk/libee/Makefile.am
  6946. M /trunk/libee/ee.c
  6947. A /trunk/libee/ee.h
  6948. M /trunk/src/Makefile.am
  6949. M /trunk/src/aliens.c
  6950. M /trunk/src/bonus.c
  6951. M /trunk/src/box.c
  6952. M /trunk/src/ceo.c
  6953. M /trunk/src/common.h
  6954. M /trunk/src/explosions.c
  6955. M /trunk/src/main.c
  6956. M /trunk/src/overlay.c
  6957. M /trunk/src/player.c
  6958. M /trunk/src/starfield.c
  6959. M /trunk/src/tunnel.c
  6960. M /trunk/src/weapons.c
  6961. * libee is now standalone.
  6962. ------------------------------------------------------------------------
  6963. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  6964. Changed paths:
  6965. M /trunk/Makefile.am
  6966. M /trunk/configure.ac
  6967. M /trunk/libee
  6968. A /trunk/libee/Makefile.am
  6969. M /trunk/src/Makefile.am
  6970. A /trunk/test
  6971. A /trunk/test/Makefile.am
  6972. * libee is now (almost) standalone.
  6973. ------------------------------------------------------------------------
  6974. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  6975. Changed paths:
  6976. M /trunk/doc/shapes.txt
  6977. A /trunk/libee
  6978. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  6979. M /trunk/src/Makefile.am
  6980. M /trunk/src/ceo.c
  6981. M /trunk/src/common.h
  6982. D /trunk/src/graphics.c
  6983. M /trunk/src/main.c
  6984. * libee/ee.c:
  6985. + First file in libee, from src/graphics.c.
  6986. + Disable cursor upon initialisation.
  6987. + Added delay code for constant framerate.
  6988. * src/common.h:
  6989. + Minor compilation fix for latest ncurses.
  6990. ------------------------------------------------------------------------
  6991. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  6992. Changed paths:
  6993. M /trunk/bootstrap
  6994. * bootstrap: always remove autom4te.cache.
  6995. ------------------------------------------------------------------------
  6996. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  6997. Changed paths:
  6998. M /trunk
  6999. M /trunk/autotools
  7000. M /trunk/bootstrap
  7001. M /trunk/configure.ac
  7002. M /trunk/debian
  7003. M /trunk/src
  7004. M /trunk/src/aliens.c
  7005. M /trunk/src/bonus.c
  7006. M /trunk/src/box.c
  7007. M /trunk/src/ceo.c
  7008. M /trunk/src/collide.c
  7009. M /trunk/src/common.h
  7010. M /trunk/src/explosions.c
  7011. M /trunk/src/graphics.c
  7012. M /trunk/src/main.c
  7013. M /trunk/src/math.c
  7014. M /trunk/src/overlay.c
  7015. M /trunk/src/player.c
  7016. M /trunk/src/starfield.c
  7017. M /trunk/src/tunnel.c
  7018. M /trunk/src/weapons.c
  7019. * Fixed keywords, ignore, and lots of tiny SVN things.
  7020. ------------------------------------------------------------------------
  7021. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  7022. Changed paths:
  7023. M /trunk/TODO
  7024. M /trunk/src/Makefile.am
  7025. A /trunk/src/box.c
  7026. M /trunk/src/common.h
  7027. M /trunk/src/main.c
  7028. M /trunk/src/overlay.c
  7029. * support for boxes
  7030. * application: pause box
  7031. ------------------------------------------------------------------------
  7032. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  7033. Changed paths:
  7034. M /trunk/TODO
  7035. M /trunk/src/collide.c
  7036. * cosmetic code changes.
  7037. * fixed a bug in the tunnel munching.
  7038. ------------------------------------------------------------------------
  7039. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  7040. Changed paths:
  7041. M /trunk/README
  7042. M /trunk/TODO
  7043. M /trunk/configure.ac
  7044. M /trunk/src/weapons.c
  7045. * fixed the ncurses build.
  7046. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  7047. ------------------------------------------------------------------------
  7048. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  7049. Changed paths:
  7050. M /trunk/configure.ac
  7051. M /trunk/src/collide.c
  7052. M /trunk/src/common.h
  7053. M /trunk/src/graphics.c
  7054. M /trunk/src/main.c
  7055. M /trunk/src/overlay.c
  7056. M /trunk/src/player.c
  7057. * new timestamp for a new snapshot.
  7058. * lots of sanity checks in collide.c.
  7059. * moved usleep() to graphics.c.
  7060. * added random key generator in the dummy driver.
  7061. * cosmetic changes in the energy bars.
  7062. ------------------------------------------------------------------------
  7063. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  7064. Changed paths:
  7065. M /trunk/src/Makefile.am
  7066. M /trunk/src/common.h
  7067. M /trunk/src/main.c
  7068. A /trunk/src/overlay.c
  7069. M /trunk/src/player.c
  7070. * better handling of special weapon timeout.
  7071. * the bomb is now part of the standard fire button effect.
  7072. * overlay for life and special weapon jauges.
  7073. ------------------------------------------------------------------------
  7074. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  7075. Changed paths:
  7076. M /trunk/src/aliens.c
  7077. M /trunk/src/collide.c
  7078. M /trunk/src/common.h
  7079. M /trunk/src/main.c
  7080. M /trunk/src/player.c
  7081. * aliens are now named foo, bar and baz.
  7082. * beginning of life jauges.
  7083. ------------------------------------------------------------------------
  7084. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  7085. Changed paths:
  7086. M /trunk/src/common.h
  7087. M /trunk/src/main.c
  7088. M /trunk/src/player.c
  7089. * ship has vx and vy.
  7090. ------------------------------------------------------------------------
  7091. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  7092. Changed paths:
  7093. M /trunk/TODO
  7094. M /trunk/src/main.c
  7095. M /trunk/src/tunnel.c
  7096. * cosmetic change: reworked draw_tunnel.
  7097. ------------------------------------------------------------------------
  7098. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  7099. Changed paths:
  7100. M /trunk/src/main.c
  7101. M /trunk/src/tunnel.c
  7102. * lasers are now twice as fast.
  7103. * walls are now filled, and displayed on top of aliens.
  7104. ------------------------------------------------------------------------
  7105. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  7106. Changed paths:
  7107. M /trunk/configure.ac
  7108. M /trunk/src/Makefile.am
  7109. M /trunk/src/ceo.c
  7110. M /trunk/src/common.h
  7111. M /trunk/src/graphics.c
  7112. M /trunk/src/main.c
  7113. M /trunk/src/tunnel.c
  7114. * added support for --disable-slang.
  7115. * fixed an overflow in the tunnel update code.
  7116. * fragbomb is now 'f', not 'd'.
  7117. * added a missing call to init_bonus().
  7118. ------------------------------------------------------------------------
  7119. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  7120. Changed paths:
  7121. M /trunk/TODO
  7122. M /trunk/src/collide.c
  7123. M /trunk/src/common.h
  7124. M /trunk/src/main.c
  7125. M /trunk/src/starfield.c
  7126. M /trunk/src/tunnel.c
  7127. M /trunk/src/weapons.c
  7128. * the beam now digs the tunnel.
  7129. * the starfield is now an array of stars.
  7130. * fixed wall rendering (offset issues and disappearing left wall).
  7131. * 32 seekers on fragbomb explosion, not 16.
  7132. ------------------------------------------------------------------------
  7133. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  7134. Changed paths:
  7135. M /trunk/src/weapons.c
  7136. * seekers and homing bombs react more quickly.
  7137. * 16 seekers on fragbomb explosion instead of 12.
  7138. ------------------------------------------------------------------------
  7139. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  7140. Changed paths:
  7141. M /trunk/src/math.c
  7142. M /trunk/src/weapons.c
  7143. * fixed a segfault when the target seeker speed was zero.
  7144. * factorized the seeker generation on fragbomb explosion.
  7145. ------------------------------------------------------------------------
  7146. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  7147. Changed paths:
  7148. M /trunk/src/Makefile.am
  7149. M /trunk/src/common.h
  7150. A /trunk/src/math.c
  7151. M /trunk/src/weapons.c
  7152. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  7153. ------------------------------------------------------------------------
  7154. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  7155. Changed paths:
  7156. M /trunk/doc/shapes.txt
  7157. M /trunk/src/aliens.c
  7158. M /trunk/src/ceo.c
  7159. M /trunk/src/collide.c
  7160. M /trunk/src/common.h
  7161. M /trunk/src/main.c
  7162. M /trunk/src/weapons.c
  7163. * dead aliens don't explode in the collision loop but in their update loop.
  7164. * new super weapon, the fragmentation bomb.
  7165. ------------------------------------------------------------------------
  7166. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  7167. Changed paths:
  7168. M /trunk/.cvsignore
  7169. M /trunk/Makefile.am
  7170. A /trunk/autotools
  7171. A /trunk/autotools/.cvsignore
  7172. A /trunk/autotools/Makefile.am
  7173. M /trunk/bootstrap
  7174. M /trunk/configure.ac
  7175. M /trunk/debian/.cvsignore
  7176. M /trunk/src/Makefile.am
  7177. * Moved generated autotools files to the autotools/ directory.
  7178. ------------------------------------------------------------------------
  7179. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  7180. Changed paths:
  7181. M /trunk/src/aliens.c
  7182. M /trunk/src/bonus.c
  7183. M /trunk/src/ceo.c
  7184. M /trunk/src/collide.c
  7185. M /trunk/src/common.h
  7186. M /trunk/src/explosions.c
  7187. M /trunk/src/graphics.c
  7188. M /trunk/src/main.c
  7189. M /trunk/src/player.c
  7190. M /trunk/src/starfield.c
  7191. M /trunk/src/tunnel.c
  7192. M /trunk/src/weapons.c
  7193. * I think I fucked up the $Id tags on my previous commit.
  7194. ------------------------------------------------------------------------
  7195. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  7196. Changed paths:
  7197. A /trunk/COPYING
  7198. M /trunk/src/aliens.c
  7199. M /trunk/src/bonus.c
  7200. M /trunk/src/ceo.c
  7201. M /trunk/src/collide.c
  7202. M /trunk/src/common.h
  7203. M /trunk/src/explosions.c
  7204. M /trunk/src/graphics.c
  7205. M /trunk/src/main.c
  7206. M /trunk/src/player.c
  7207. M /trunk/src/starfield.c
  7208. M /trunk/src/tunnel.c
  7209. M /trunk/src/weapons.c
  7210. * added the COPYING file (GPLv2).
  7211. * added GPL headers to source files.
  7212. ------------------------------------------------------------------------
  7213. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  7214. Changed paths:
  7215. M /trunk/src/Makefile.am
  7216. A /trunk/src/ceo.c
  7217. M /trunk/src/common.h
  7218. M /trunk/src/main.c
  7219. * tab == hotkey for CEO alert.
  7220. ------------------------------------------------------------------------
  7221. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  7222. Changed paths:
  7223. M /trunk/TODO
  7224. M /trunk/doc/shapes.txt
  7225. M /trunk/src/aliens.c
  7226. * 3rd alien type.
  7227. ------------------------------------------------------------------------
  7228. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  7229. Changed paths:
  7230. D /trunk/Makefile
  7231. * Scrapped Makefile.
  7232. ------------------------------------------------------------------------
  7233. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  7234. Changed paths:
  7235. M /trunk/Makefile
  7236. A /trunk/README
  7237. A /trunk/TODO
  7238. * README and TODO files.
  7239. ------------------------------------------------------------------------
  7240. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  7241. Changed paths:
  7242. M /trunk/Makefile
  7243. M /trunk/configure.ac
  7244. M /trunk/doc/shapes.txt
  7245. M /trunk/src/collide.c
  7246. M /trunk/src/weapons.c
  7247. * the bomb's head is now white
  7248. ------------------------------------------------------------------------
  7249. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  7250. Changed paths:
  7251. M /trunk/doc/shapes.txt
  7252. M /trunk/src/aliens.c
  7253. M /trunk/src/collide.c
  7254. M /trunk/src/common.h
  7255. M /trunk/src/main.c
  7256. M /trunk/src/weapons.c
  7257. * new weapon: bomb.
  7258. * beam now collides with aliens.
  7259. ------------------------------------------------------------------------
  7260. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  7261. Changed paths:
  7262. M /trunk/doc/shapes.txt
  7263. M /trunk/src/common.h
  7264. M /trunk/src/main.c
  7265. M /trunk/src/weapons.c
  7266. * 'beam' weapon.
  7267. ------------------------------------------------------------------------
  7268. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  7269. Changed paths:
  7270. M /trunk/Makefile
  7271. M /trunk/configure.ac
  7272. M /trunk/debian/changelog
  7273. M /trunk/debian/control
  7274. M /trunk/debian/rules
  7275. M /trunk/doc/shapes.txt
  7276. M /trunk/src/Makefile.am
  7277. M /trunk/src/aliens.c
  7278. A /trunk/src/bonus.c
  7279. M /trunk/src/collide.c
  7280. M /trunk/src/common.h
  7281. M /trunk/src/explosions.c
  7282. M /trunk/src/graphics.c
  7283. M /trunk/src/main.c
  7284. M /trunk/src/player.c
  7285. M /trunk/src/starfield.c
  7286. M /trunk/src/tunnel.c
  7287. M /trunk/src/weapons.c
  7288. * real Debian package files.
  7289. * two new types of aliens. only one rules.
  7290. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  7291. * added bonuses at alien death. they do nothing yet.
  7292. * seeker missiles. 'b' to test.
  7293. * weapon resolution is now 16*char. needs to be generalized.
  7294. * fixed the supernova bugs. center could collide with the tunnel, and
  7295. the last frame was badly displayed.
  7296. * lots of cleanups everywhere.
  7297. ------------------------------------------------------------------------
  7298. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  7299. Changed paths:
  7300. M /trunk/.cvsignore
  7301. M /trunk/Makefile
  7302. A /trunk/Makefile.am
  7303. D /trunk/aliens.c
  7304. A /trunk/bootstrap
  7305. D /trunk/collide.c
  7306. D /trunk/common.h
  7307. A /trunk/configure.ac
  7308. A /trunk/debian
  7309. A /trunk/debian/.cvsignore
  7310. A /trunk/debian/Makefile.am
  7311. A /trunk/debian/changelog
  7312. A /trunk/debian/control
  7313. A /trunk/debian/rules
  7314. A /trunk/doc
  7315. A /trunk/doc/shapes.txt
  7316. D /trunk/explosions.c
  7317. D /trunk/graphics.c
  7318. D /trunk/main.c
  7319. D /trunk/player.c
  7320. D /trunk/shapes.txt
  7321. A /trunk/src
  7322. A /trunk/src/.cvsignore
  7323. A /trunk/src/Makefile.am
  7324. A /trunk/src/aliens.c
  7325. A /trunk/src/collide.c
  7326. A /trunk/src/common.h
  7327. A /trunk/src/explosions.c
  7328. A /trunk/src/graphics.c
  7329. A /trunk/src/main.c
  7330. A /trunk/src/player.c
  7331. A /trunk/src/starfield.c
  7332. A /trunk/src/tunnel.c
  7333. A /trunk/src/weapons.c
  7334. D /trunk/starfield.c
  7335. D /trunk/tunnel.c
  7336. D /trunk/weapons.c
  7337. * autotoolificationized the whole thing.
  7338. ------------------------------------------------------------------------
  7339. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  7340. Changed paths:
  7341. M /trunk/collide.c
  7342. M /trunk/common.h
  7343. M /trunk/explosions.c
  7344. M /trunk/main.c
  7345. M /trunk/player.c
  7346. M /trunk/weapons.c
  7347. * moved nuke from explosions to weapons.
  7348. * used a cool Bresenham algorithm to draw the nuke circles.
  7349. * nuke collides with aliens.
  7350. ------------------------------------------------------------------------
  7351. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  7352. Changed paths:
  7353. A /trunk/.cvsignore
  7354. * .cvsignore file.
  7355. ------------------------------------------------------------------------
  7356. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  7357. Changed paths:
  7358. A /branches
  7359. A /trunk
  7360. A /trunk/Makefile
  7361. A /trunk/aliens.c
  7362. A /trunk/collide.c
  7363. A /trunk/common.h
  7364. A /trunk/explosions.c
  7365. A /trunk/graphics.c
  7366. A /trunk/main.c
  7367. A /trunk/player.c
  7368. A /trunk/shapes.txt
  7369. A /trunk/starfield.c
  7370. A /trunk/tunnel.c
  7371. A /trunk/weapons.c
  7372. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  7373. the nuke is still ugly, almost no collision detection. Nice demo :)
  7374. ------------------------------------------------------------------------