Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

10025 linhas
324 KiB

  1. ------------------------------------------------------------------------
  2. r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines
  3. Changed paths:
  4. M /trunk/cucul/canvas.c
  5. M /trunk/cucul/transform.c
  6. M /trunk/test/fullwidth.c
  7. * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
  8. fullwidth characters.
  9. * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
  10. ------------------------------------------------------------------------
  11. r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines
  12. Changed paths:
  13. M /trunk/cucul/transform.c
  14. * Added block drawing glyphs to the flip/flop/rotate functions.
  15. * Made these functions fullwidth-aware.
  16. ------------------------------------------------------------------------
  17. r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines
  18. Changed paths:
  19. M /trunk/test/transform.c
  20. * Add fullwidth characters to the transform test.
  21. ------------------------------------------------------------------------
  22. r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines
  23. Changed paths:
  24. M /trunk/cucul/canvas.c
  25. M /trunk/cucul/export.c
  26. * Updated documentation of fullwidth-aware functions.
  27. * Fullwidth support in all exporters.
  28. ------------------------------------------------------------------------
  29. r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines
  30. Changed paths:
  31. M /trunk/test/export.c
  32. * Add a test for fullwidth characters to the exporter test.
  33. ------------------------------------------------------------------------
  34. r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines
  35. Changed paths:
  36. M /trunk/cucul/import.c
  37. * Support for fullwidth glyphs in the UTF-8 importer.
  38. ------------------------------------------------------------------------
  39. r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines
  40. Changed paths:
  41. M /trunk/caca/driver_conio.c
  42. M /trunk/caca/driver_gl.c
  43. M /trunk/caca/driver_ncurses.c
  44. M /trunk/caca/driver_slang.c
  45. M /trunk/caca/driver_vga.c
  46. M /trunk/caca/driver_win32.c
  47. M /trunk/caca/driver_x11.c
  48. M /trunk/cucul/canvas.c
  49. M /trunk/cucul/cucul.h
  50. M /trunk/cucul/cucul_internals.h
  51. * Support for fullwidth glyphs in the libcaca output drivers.
  52. ------------------------------------------------------------------------
  53. r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines
  54. Changed paths:
  55. M /trunk/test/fullwidth.c
  56. * Use 0xCACA as the test character. Ahaha. Caca. Got it?
  57. ------------------------------------------------------------------------
  58. r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines
  59. Changed paths:
  60. M /trunk/test
  61. M /trunk/test/Makefile.am
  62. A /trunk/test/fullwidth.c
  63. M /trunk/test/unicode.c
  64. * Fix the Unicode test.
  65. * Add a test for fullwidth characters.
  66. ------------------------------------------------------------------------
  67. r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines
  68. Changed paths:
  69. M /trunk/cucul/canvas.c
  70. M /trunk/cucul/cucul_internals.h
  71. * Support for fullwidth (= double width) Unicode characters.
  72. ------------------------------------------------------------------------
  73. r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines
  74. Changed paths:
  75. M /trunk/doc/libcaca.dox
  76. * Minor changes to the documentation front page.
  77. ------------------------------------------------------------------------
  78. r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines
  79. Changed paths:
  80. M /trunk/cxx/Makefile.am
  81. M /trunk/src/Makefile.am
  82. M /trunk/test/Makefile.am
  83. M /trunk/tools/Makefile.am
  84. * Do not link binaries with @CACA_LIBS@, it's useless.
  85. ------------------------------------------------------------------------
  86. r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines
  87. Changed paths:
  88. M /trunk/cucul/charset.c
  89. M /trunk/cucul/cucul.h
  90. * Implemented cucul_utf32_is_fullwidth().
  91. ------------------------------------------------------------------------
  92. r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines
  93. Changed paths:
  94. M /trunk/TODO
  95. * Slightly updated TODO list.
  96. ------------------------------------------------------------------------
  97. r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines
  98. Changed paths:
  99. M /trunk/caca/Makefile.am
  100. M /trunk/caca/caca.c
  101. M /trunk/caca/caca_internals.h
  102. M /trunk/configure.ac
  103. * Added a --enable-plugins configure flag that builds the GL and X11 drivers
  104. as plugins. This way, libcaca does not directly depend on those libraries.
  105. ------------------------------------------------------------------------
  106. r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines
  107. Changed paths:
  108. M /trunk/configure.ac
  109. * Add checks for getopt / getopt_long.
  110. ------------------------------------------------------------------------
  111. r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines
  112. Changed paths:
  113. M /trunk/cxx/cucul++.h
  114. * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
  115. ------------------------------------------------------------------------
  116. r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines
  117. Changed paths:
  118. M /trunk/configure.ac
  119. M /trunk/src/Makefile.am
  120. * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
  121. ------------------------------------------------------------------------
  122. r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines
  123. Changed paths:
  124. M /trunk/cucul/export.c
  125. * Fixed a bug in the IRC exporter that could break the output when there
  126. were commas in the canvas.
  127. ------------------------------------------------------------------------
  128. r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines
  129. Changed paths:
  130. M /trunk/ChangeLog
  131. M /trunk/NEWS
  132. M /trunk/configure.ac
  133. * Set version to 0.99.beta7.
  134. * Updated NEWS and ChangeLog.
  135. ------------------------------------------------------------------------
  136. r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
  137. Changed paths:
  138. M /trunk/cucul/export.c
  139. * Support transparency in the colour UTF-8 exporter.
  140. ------------------------------------------------------------------------
  141. r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
  142. Changed paths:
  143. M /trunk/cucul/triangle.c
  144. * Better precision in cucul_fill_triangle().
  145. ------------------------------------------------------------------------
  146. r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
  147. Changed paths:
  148. M /trunk/cucul/triangle.c
  149. * More optimisations in cucul_fill_triangle().
  150. ------------------------------------------------------------------------
  151. r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  152. Changed paths:
  153. M /trunk/cucul/triangle.c
  154. * Optimised triangle rasteriser. Thanks to Jylam for the hints.
  155. ------------------------------------------------------------------------
  156. r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  157. Changed paths:
  158. M /trunk/cucul/import.c
  159. * Set default background to transparent in the ANSI and UTF-8 importers.
  160. ------------------------------------------------------------------------
  161. r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
  162. Changed paths:
  163. M /trunk/cxx/Makefile.am
  164. M /trunk/cxx/cucul++.cpp
  165. M /trunk/cxx/cucul++.h
  166. A /trunk/cxx/cxxtest.cpp
  167. * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
  168. --This line, and those below, will be ignored--
  169. M cxx/cucul++.cpp
  170. A cxx/cxxtest.cpp
  171. M cxx/cucul++.h
  172. M cxx/Makefile.am
  173. ------------------------------------------------------------------------
  174. r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
  175. Changed paths:
  176. M /trunk/ChangeLog
  177. M /trunk/NEWS
  178. * Updated NEWS and ChangeLog.
  179. ------------------------------------------------------------------------
  180. r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  181. Changed paths:
  182. M /trunk/configure.ac
  183. * Set version to 0.99.beta6.
  184. ------------------------------------------------------------------------
  185. r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines
  186. Changed paths:
  187. M /trunk/test/import.c
  188. * Added an optional argument to the import test to select import format.
  189. ------------------------------------------------------------------------
  190. r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines
  191. Changed paths:
  192. M /trunk/src/aafire.c
  193. M /trunk/src/cacademo.c
  194. * As per user request, only display the "Powered by libcaca" banner for a
  195. few seconds at the beginning.
  196. ------------------------------------------------------------------------
  197. r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines
  198. Changed paths:
  199. M /trunk/cucul/canvas.c
  200. * Fix minor memory leak in cucul_set_canvas_boundaries().
  201. ------------------------------------------------------------------------
  202. r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines
  203. Changed paths:
  204. M /trunk/cucul/cucul.c
  205. * Fix minor memory leak in cucul_free_canvas().
  206. ------------------------------------------------------------------------
  207. r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines
  208. Changed paths:
  209. M /trunk/cucul/canvas.c
  210. * Fixed a bug in cucul_putchar() that broke half of the Unicode set.
  211. ------------------------------------------------------------------------
  212. r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines
  213. Changed paths:
  214. M /trunk/cucul/import.c
  215. * Add "utf8" import format.
  216. * Documented "text" import format.
  217. ------------------------------------------------------------------------
  218. r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines
  219. Changed paths:
  220. M /trunk/cucul/cucul.c
  221. * Initialise colours to default/transparent instead of lightgray/black.
  222. ------------------------------------------------------------------------
  223. r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines
  224. Changed paths:
  225. M /trunk/NEWS
  226. * Remove non-ASCII character from NEWS file because Doxygen is unable to
  227. encode it in the manpages.
  228. ------------------------------------------------------------------------
  229. r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines
  230. Changed paths:
  231. M /trunk/TODO
  232. M /trunk/caca/caca.h
  233. M /trunk/cucul/dither.c
  234. M /trunk/cucul/export.c
  235. M /trunk/cucul/import.c
  236. * Fix enumeration layout in the manpage documentation.
  237. ------------------------------------------------------------------------
  238. r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines
  239. Changed paths:
  240. M /trunk/doc/Makefile.am
  241. * Fucking Doxygen replaces "s with 's in manpages. And it does not even
  242. escape them. Fix that upon installation.
  243. ------------------------------------------------------------------------
  244. r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines
  245. Changed paths:
  246. M /trunk/cucul/import.c
  247. * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
  248. before calling cucul_set_canvas_size(), otherwise it'll fill the new area
  249. with the current values.
  250. ------------------------------------------------------------------------
  251. r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines
  252. Changed paths:
  253. M /trunk/TODO
  254. * Updated TODO.
  255. ------------------------------------------------------------------------
  256. r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines
  257. Changed paths:
  258. M /trunk/ChangeLog
  259. M /trunk/NEWS
  260. * Updated NEWS and ChangeLog.
  261. ------------------------------------------------------------------------
  262. r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines
  263. Changed paths:
  264. M /trunk/doc/Makefile.am
  265. M /trunk/doc/cacafire.1
  266. * Update the cacademo manpage to reflect the merge.
  267. ------------------------------------------------------------------------
  268. r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  269. Changed paths:
  270. M /trunk/cucul/colour.c
  271. M /trunk/cucul/cucul.h
  272. * Implemented cucul_get_color().
  273. ------------------------------------------------------------------------
  274. r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  275. Changed paths:
  276. M /trunk/cucul/canvas.c
  277. * Fixed chcul_getchar's error behaviour.
  278. ------------------------------------------------------------------------
  279. r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
  280. Changed paths:
  281. M /trunk/configure.ac
  282. * Update versioning.
  283. ------------------------------------------------------------------------
  284. r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
  285. Changed paths:
  286. M /trunk/cucul/export.c
  287. * Handle transparency in the IRC export.
  288. ------------------------------------------------------------------------
  289. r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
  290. Changed paths:
  291. M /trunk/cucul/cucul.c
  292. * When resizing a canvas, use the current fg/bg colours to fill holes.
  293. ------------------------------------------------------------------------
  294. r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
  295. Changed paths:
  296. M /trunk/configure.ac
  297. M /trunk/test
  298. M /trunk/test/Makefile.am
  299. D /trunk/test/toilet.c
  300. * Remove toilet from the libcaca source, it'll be moved to its own repo.
  301. ------------------------------------------------------------------------
  302. r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
  303. Changed paths:
  304. M /trunk/test/toilet.c
  305. * Autocrop toilet output.
  306. ------------------------------------------------------------------------
  307. r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
  308. Changed paths:
  309. M /trunk/cucul/canvas.c
  310. M /trunk/cucul/cucul.h
  311. * Implement cucul_set_canvas_boundaries() for cropping and expanding.
  312. ------------------------------------------------------------------------
  313. r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
  314. Changed paths:
  315. M /trunk/cucul/export.c
  316. * Really export IRC as UTF-8, as advertised in the documentation.
  317. ------------------------------------------------------------------------
  318. r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
  319. Changed paths:
  320. M /trunk/test/toilet.c
  321. * Handle UTF-8 in TOIlet.
  322. * Add a --irc flag to TOIlet.
  323. ------------------------------------------------------------------------
  324. r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
  325. Changed paths:
  326. M /trunk/test/toilet.c
  327. * Support for platforms without <getopt.h> in TOIlet.
  328. ------------------------------------------------------------------------
  329. r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
  330. Changed paths:
  331. M /trunk/test/Makefile.am
  332. M /trunk/test/toilet.c
  333. * Added getopt support to toilet.
  334. ------------------------------------------------------------------------
  335. r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
  336. Changed paths:
  337. M /trunk/configure.ac
  338. * Check for <getopt.h> and getopt_long.
  339. ------------------------------------------------------------------------
  340. r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
  341. Changed paths:
  342. M /trunk/test
  343. M /trunk/test/Makefile.am
  344. A /trunk/test/toilet.c
  345. * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
  346. ------------------------------------------------------------------------
  347. r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
  348. Changed paths:
  349. M /trunk/caca/driver_gl.c
  350. M /trunk/cucul/font.c
  351. * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
  352. ------------------------------------------------------------------------
  353. r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
  354. Changed paths:
  355. M /trunk/caca/driver_gl.c
  356. * Oops \o/
  357. ------------------------------------------------------------------------
  358. r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
  359. Changed paths:
  360. M /trunk/caca/driver_gl.c
  361. * REAL fix
  362. ------------------------------------------------------------------------
  363. r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
  364. Changed paths:
  365. M /trunk/caca/driver_gl.c
  366. * More long int -> int32 casts to fix the GL driver on 64-bit arches.
  367. ------------------------------------------------------------------------
  368. r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
  369. Changed paths:
  370. M /trunk/caca/driver_gl.c
  371. M /trunk/cucul/font.c
  372. * Hopefully fix 64-bit bug.
  373. ------------------------------------------------------------------------
  374. r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
  375. Changed paths:
  376. M /trunk/caca/driver_gl.c
  377. M /trunk/cucul/font.c
  378. * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
  379. ------------------------------------------------------------------------
  380. r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
  381. Changed paths:
  382. M /trunk/cucul/canvas.c
  383. M /trunk/cucul/cucul.h
  384. * Implemented cucul_getchar(). Useful because you don’t necessarily know
  385. what you are importing.
  386. ------------------------------------------------------------------------
  387. r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
  388. Changed paths:
  389. M /trunk/kernel/kernel.c
  390. M /trunk/kernel/kernel.h
  391. * Added an fprintf stub to the kernel.
  392. ------------------------------------------------------------------------
  393. r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
  394. Changed paths:
  395. M /trunk/caca/driver_gl.c
  396. * Optimised memory usage in the GL driver and added a few comments.
  397. ------------------------------------------------------------------------
  398. r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines
  399. Changed paths:
  400. M /trunk/caca/driver_gl.c
  401. * Fixed compilation warning, and ....
  402. AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
  403. ------------------------------------------------------------------------
  404. r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
  405. Changed paths:
  406. M /trunk/cucul/cucul.h
  407. M /trunk/cucul/font.c
  408. * Got rid of cucul_render_glyph(). Ahahahaha.
  409. ------------------------------------------------------------------------
  410. r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
  411. Changed paths:
  412. M /trunk/caca/driver_gl.c
  413. * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
  414. ------------------------------------------------------------------------
  415. r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
  416. Changed paths:
  417. M /trunk/caca/driver_gl.c
  418. * Full Unicode support in the GL driver.
  419. ------------------------------------------------------------------------
  420. r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
  421. Changed paths:
  422. M /trunk/cucul/font.c
  423. * Oops, fixed typo in cucul_get_font_blocks().
  424. ------------------------------------------------------------------------
  425. r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
  426. Changed paths:
  427. M /trunk/cucul/cucul.h
  428. M /trunk/cucul/font.c
  429. * Implemented cucul_get_font_blocks() to export the list of available glyphs.
  430. ------------------------------------------------------------------------
  431. r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
  432. Changed paths:
  433. M /trunk/configure.ac
  434. * Remove useless -I../kernel/ from CFLAGS.
  435. ------------------------------------------------------------------------
  436. r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
  437. Changed paths:
  438. M /trunk/build-kernel
  439. * Fix the kernel build rules.
  440. ------------------------------------------------------------------------
  441. r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
  442. Changed paths:
  443. M /trunk/caca/caca.c
  444. M /trunk/caca/driver_raw.c
  445. M /trunk/caca/driver_vga.c
  446. * Do not build the raw output in kernel mode.
  447. * Fix cucul_utf32_to_cp437() call in the VGA output.
  448. ------------------------------------------------------------------------
  449. r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
  450. Changed paths:
  451. M /trunk/kernel/kernel.c
  452. M /trunk/kernel/kernel.h
  453. * Fixed memcmp() prototype and implementation.
  454. ------------------------------------------------------------------------
  455. r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
  456. Changed paths:
  457. M /trunk/cucul/cucul.c
  458. M /trunk/kernel/kernel.c
  459. M /trunk/kernel/kernel.h
  460. * Added errno support to the kernel.
  461. ------------------------------------------------------------------------
  462. r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
  463. Changed paths:
  464. M /trunk/DotNet/Caca.cs
  465. M /trunk/DotNet/test.cs
  466. * Updated .Net bindings
  467. ------------------------------------------------------------------------
  468. r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  469. Changed paths:
  470. M /trunk/README
  471. M /trunk/caca/driver_gl.c
  472. * Updated README, just to say my coding style is just perfect, sam is too pedantic.
  473. ------------------------------------------------------------------------
  474. r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  475. Changed paths:
  476. M /trunk/kernel/kernel.c
  477. M /trunk/src/cacaview.c
  478. M /trunk/src/img2irc.c
  479. * A few coding style fixes.
  480. ------------------------------------------------------------------------
  481. r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  482. Changed paths:
  483. M /trunk/caca/driver_vga.c
  484. M /trunk/common.h
  485. M /trunk/configure.ac
  486. M /trunk/cucul/buffer.c
  487. M /trunk/cucul/cucul.c
  488. M /trunk/kernel/kernel.c
  489. M /trunk/kernel/kernel.h
  490. M /trunk/src/Makefile.am
  491. M /trunk/src/cacadraw.c
  492. M /trunk/src/cacaplay.c
  493. M /trunk/src/cacaview.c
  494. M /trunk/src/common-image.c
  495. M /trunk/src/img2irc.c
  496. M /trunk/test/demo.c
  497. M /trunk/test/demo0.c
  498. M /trunk/test/dithering.c
  499. M /trunk/test/event.c
  500. M /trunk/test/export.c
  501. M /trunk/test/font.c
  502. M /trunk/test/font2tga.c
  503. M /trunk/test/frames.c
  504. M /trunk/test/gamma.c
  505. M /trunk/test/hsv.c
  506. M /trunk/test/import.c
  507. M /trunk/test/input.c
  508. M /trunk/test/spritedit.c
  509. M /trunk/test/text.c
  510. M /trunk/test/transform.c
  511. M /trunk/test/truecolor.c
  512. M /trunk/test/unicode.c
  513. M /trunk/tools/optipal.c
  514. * Updated kernel 'driver', still not working, but most of the work is done
  515. ------------------------------------------------------------------------
  516. r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
  517. Changed paths:
  518. M /trunk/TODO
  519. * Minor TODO update.
  520. ------------------------------------------------------------------------
  521. r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
  522. Changed paths:
  523. M /trunk/cucul/font.c
  524. * Minor documentation fix (testing the buildbot, actually).
  525. ------------------------------------------------------------------------
  526. r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  527. Changed paths:
  528. M /trunk/caca/driver_gl.c
  529. M /trunk/cucul/font.c
  530. * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
  531. ------------------------------------------------------------------------
  532. r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
  533. Changed paths:
  534. M /trunk/caca/driver_gl.c
  535. * Coding style (ahaha vieux porc).
  536. ------------------------------------------------------------------------
  537. r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
  538. Changed paths:
  539. M /trunk/src/cacademo.c
  540. * Got rid of OFFSET_X and OFFSET_Y.
  541. ------------------------------------------------------------------------
  542. r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines
  543. Changed paths:
  544. M /trunk/src/cacademo.c
  545. * More cleanup in cacademo.c.
  546. ------------------------------------------------------------------------
  547. r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  548. Changed paths:
  549. M /trunk/src/cacademo.c
  550. * Cosmetic changes to cacademo.
  551. ------------------------------------------------------------------------
  552. r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
  553. Changed paths:
  554. M /trunk/src/cacademo.c
  555. * Factored the star code (vieux porc).
  556. ------------------------------------------------------------------------
  557. r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
  558. Changed paths:
  559. M /trunk/caca/driver_gl.c
  560. M /trunk/cucul/cucul.h
  561. M /trunk/cucul/font.c
  562. * Fixed cucul_render_glyph(). There is no way this could have ever possibly
  563. worked properly.
  564. ------------------------------------------------------------------------
  565. r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  566. Changed paths:
  567. M /trunk/src/cacademo.c
  568. * Moved transition data to the function.
  569. ------------------------------------------------------------------------
  570. r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
  571. Changed paths:
  572. M /trunk/src/cacademo.c
  573. * Added nifty rotation to our 80's star.
  574. ------------------------------------------------------------------------
  575. r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  576. Changed paths:
  577. M /trunk/cucul/triangle.c
  578. * Fixing precision.
  579. ------------------------------------------------------------------------
  580. r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
  581. Changed paths:
  582. M /trunk/cucul/triangle.c
  583. * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
  584. ------------------------------------------------------------------------
  585. r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
  586. Changed paths:
  587. M /trunk/src/cacademo.c
  588. * Added much disco transition (ellipses suck). YMCA \o/
  589. ------------------------------------------------------------------------
  590. r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  591. Changed paths:
  592. M /trunk/caca/driver_slang.c
  593. * Fix compilation warning in the slang driver.
  594. ------------------------------------------------------------------------
  595. r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
  596. Changed paths:
  597. M /trunk/src/cacademo.c
  598. * Smooth transitions between effects in cacademo. Press 'n' to switch
  599. immediately to the next transition.
  600. ------------------------------------------------------------------------
  601. r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
  602. Changed paths:
  603. M /trunk/test/gamma.c
  604. * Fix badly initialised data in the gamma test.
  605. ------------------------------------------------------------------------
  606. r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
  607. Changed paths:
  608. M /trunk/src/cacademo.c
  609. M /trunk/test
  610. M /trunk/test/Makefile.am
  611. D /trunk/test/matrix.c
  612. * Moved the matrix effect test into cacademo. Removed the motion sensor
  613. stuff, it's cool but it's crap.
  614. ------------------------------------------------------------------------
  615. r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
  616. Changed paths:
  617. M /trunk/test/matrix.c
  618. * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
  619. ------------------------------------------------------------------------
  620. r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
  621. Changed paths:
  622. M /trunk/caca/driver_gl.c
  623. * Fixed truecolor bug in OpenGL driver.
  624. ------------------------------------------------------------------------
  625. r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  626. Changed paths:
  627. M /trunk/src/cacademo.c
  628. * Factor most of the cacademo code.
  629. ------------------------------------------------------------------------
  630. r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
  631. Changed paths:
  632. M /trunk/src/cacademo.c
  633. * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
  634. to cast the int to double in the sin() call. (:@ gruik!
  635. ------------------------------------------------------------------------
  636. r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
  637. Changed paths:
  638. M /trunk/src/cacademo.c
  639. * hey, ***I*** found a factorisation bug in cacaballs !
  640. ------------------------------------------------------------------------
  641. r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
  642. Changed paths:
  643. M /trunk/caca/driver_gl.c
  644. M /trunk/cucul/cucul.h
  645. M /trunk/cucul/font.c
  646. * OpenGL builtin font support
  647. ------------------------------------------------------------------------
  648. r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
  649. Changed paths:
  650. M /trunk/src
  651. M /trunk/src/Makefile.am
  652. D /trunk/src/cacaball.c
  653. A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802)
  654. D /trunk/src/cacamoir.c
  655. D /trunk/src/cacaplas.c
  656. * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
  657. ------------------------------------------------------------------------
  658. r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
  659. Changed paths:
  660. M /trunk/cucul/cucul.c
  661. * Initialize random seed to getpid()+time(NULL) so that the user does not
  662. have to do it.
  663. ------------------------------------------------------------------------
  664. r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
  665. Changed paths:
  666. M /trunk/ChangeLog
  667. M /trunk/NEWS
  668. M /trunk/configure.ac
  669. * Updated ChangeLog and NEWS.
  670. * 0.99.beta4 release.
  671. ------------------------------------------------------------------------
  672. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  673. Changed paths:
  674. M /trunk/doc/Makefile.am
  675. * Replace 'man3caca' with 'man3' in generated manpages.
  676. ------------------------------------------------------------------------
  677. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  678. Changed paths:
  679. M /trunk/test/demo0.c
  680. * Fix dithering handling in demo0.c.
  681. ------------------------------------------------------------------------
  682. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  683. Changed paths:
  684. M /trunk/caca-config.in
  685. * Do not output unnecessary libraries in caca-output config.
  686. ------------------------------------------------------------------------
  687. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  688. Changed paths:
  689. M /trunk/doc/migrating.dox
  690. * Oops, thinko in the migration doc.
  691. ------------------------------------------------------------------------
  692. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  693. Changed paths:
  694. M /trunk/doc/migrating.dox
  695. * Updated the migration documentation so that it mentions the <caca0.h>
  696. compatibility layer.
  697. ------------------------------------------------------------------------
  698. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  699. Changed paths:
  700. M /trunk/caca/caca0.c
  701. M /trunk/caca/caca0.h
  702. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  703. 0.x glue code.
  704. ------------------------------------------------------------------------
  705. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  706. Changed paths:
  707. M /trunk/test
  708. M /trunk/test/Makefile.am
  709. A /trunk/test/demo0.c
  710. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  711. test for the <caca0.h> emulation layer.
  712. ------------------------------------------------------------------------
  713. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  714. Changed paths:
  715. M /trunk/caca/Makefile.am
  716. A /trunk/caca/caca0.c
  717. A /trunk/caca/caca0.h
  718. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  719. just need to include <caca0.h> instead of <caca.h> and should be source-
  720. compatible with old versions of libcaca.
  721. Most of the old API works, except features and caca_sqrt(). Sprites do
  722. work API-wise but due to the new format they are no longer working in
  723. the same way.
  724. ------------------------------------------------------------------------
  725. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  726. Changed paths:
  727. M /trunk/test/export.c
  728. * Fix a crash in export.c with unknown file formats.
  729. ------------------------------------------------------------------------
  730. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  731. Changed paths:
  732. M /trunk/cucul/transform.c
  733. * U+214B TURNED AMPERSAND
  734. ------------------------------------------------------------------------
  735. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  736. Changed paths:
  737. M /trunk/ChangeLog
  738. M /trunk/NEWS
  739. M /trunk/configure.ac
  740. * Updated ChangeLog and NEWS.
  741. * 0.99.beta3 release.
  742. ------------------------------------------------------------------------
  743. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  744. Changed paths:
  745. M /trunk/ChangeLog
  746. M /trunk/Makefile.am
  747. M /trunk/configure.ac
  748. D /trunk/debian
  749. * Removed debian packaging stuff from the trunk. It'll now be at
  750. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  751. ------------------------------------------------------------------------
  752. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  753. Changed paths:
  754. M /trunk/caca/driver_gl.c
  755. * Factored some of the GL code.
  756. ------------------------------------------------------------------------
  757. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  758. Changed paths:
  759. M /trunk/test
  760. M /trunk/test/matrix.c
  761. * A few changes to the matrix program. I do not plan to maintain it.
  762. ------------------------------------------------------------------------
  763. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  764. Changed paths:
  765. M /trunk/caca/caca.c
  766. M /trunk/caca/caca.h
  767. M /trunk/caca/driver_conio.c
  768. M /trunk/caca/driver_ncurses.c
  769. M /trunk/caca/driver_raw.c
  770. M /trunk/caca/driver_slang.c
  771. M /trunk/caca/driver_vga.c
  772. M /trunk/caca/event.c
  773. M /trunk/caca/graphics.c
  774. * Fixed libcaca prototypes so that all functions use the errno mechanism
  775. and return a value.
  776. ------------------------------------------------------------------------
  777. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  778. Changed paths:
  779. M /trunk/cucul/cucul.c
  780. * Fixed cucul_create_canvas()'s documentation.
  781. ------------------------------------------------------------------------
  782. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  783. Changed paths:
  784. M /trunk/cucul/dither.c
  785. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  786. thanks to Sean D'Epagnier.
  787. ------------------------------------------------------------------------
  788. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  789. Changed paths:
  790. M /trunk/cxx/caca++.cpp
  791. M /trunk/cxx/caca++.h
  792. M /trunk/cxx/cpptest.cpp
  793. * Updated C++ bindings
  794. ------------------------------------------------------------------------
  795. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  796. Changed paths:
  797. M /trunk/debian/control
  798. * Fix debian package dependencies; -dev packages didn't pull their library
  799. dependencies. Of course.
  800. ------------------------------------------------------------------------
  801. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  802. Changed paths:
  803. M /trunk/test/matrix.c
  804. * Fixed matrix.c for non-Thinkpad computers.
  805. ------------------------------------------------------------------------
  806. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  807. Changed paths:
  808. M /trunk/configure.ac
  809. * Fix a build failure when X11R7 is available but OpenGL isn't.
  810. ------------------------------------------------------------------------
  811. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  812. Changed paths:
  813. M /trunk/test/Makefile.am
  814. A /trunk/test/matrix.c
  815. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  816. which case it is massively useless.
  817. ------------------------------------------------------------------------
  818. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  819. Changed paths:
  820. M /trunk/ChangeLog
  821. M /trunk/NEWS
  822. M /trunk/configure.ac
  823. M /trunk/debian/changelog
  824. * Updated ChangeLog and NEWS.
  825. * 0.99.beta2 release.
  826. ------------------------------------------------------------------------
  827. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  828. Changed paths:
  829. M /trunk/debian/caca-utils.install
  830. M /trunk/debian/libcucul-dev.install
  831. * Updated the Debian build scripts.
  832. ------------------------------------------------------------------------
  833. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  834. Changed paths:
  835. M /trunk/cucul/canvas.c
  836. * Fixed an out of bounds bug in cucul_blit().
  837. ------------------------------------------------------------------------
  838. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  839. Changed paths:
  840. M /trunk/caca-config.in
  841. * Removed legacy CUCUL_LIBS from caca-config.
  842. ------------------------------------------------------------------------
  843. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  844. Changed paths:
  845. M /trunk/caca/driver_ncurses.c
  846. M /trunk/caca/driver_slang.c
  847. * UTF-8 input support for ncurses.
  848. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  849. ------------------------------------------------------------------------
  850. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  851. Changed paths:
  852. M /trunk/caca/graphics.c
  853. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  854. ------------------------------------------------------------------------
  855. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  856. Changed paths:
  857. M /trunk/caca/caca.c
  858. M /trunk/caca/driver_ncurses.c
  859. M /trunk/configure.ac
  860. * Fixed UTF-8 support in ncurses.
  861. * Set ncurses's priority higher than slang.
  862. ------------------------------------------------------------------------
  863. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  864. Changed paths:
  865. M /trunk/TODO
  866. * Updated TODO list.
  867. ------------------------------------------------------------------------
  868. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  869. Changed paths:
  870. M /trunk/caca/driver_slang.c
  871. M /trunk/cucul/box.c
  872. M /trunk/cucul/canvas.c
  873. M /trunk/cucul/charset.c
  874. M /trunk/cucul/conic.c
  875. M /trunk/cucul/cucul.h
  876. M /trunk/cucul/line.c
  877. M /trunk/cucul/triangle.c
  878. * Have cucul_utf8_to_utf32 write how many bytes it read.
  879. * Use that in the SLang driver so that it supports UTF-8 input.
  880. ------------------------------------------------------------------------
  881. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  882. Changed paths:
  883. M /trunk/cucul/export.c
  884. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  885. an explicit cast.
  886. ------------------------------------------------------------------------
  887. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  888. Changed paths:
  889. M /trunk/caca/caca.c
  890. M /trunk/caca/driver_ncurses.c
  891. M /trunk/test/colors.c
  892. M /trunk/test/input.c
  893. * Minor cosmetic changes in the test programs.
  894. * Code enhancements in the ncurses driver.
  895. * Added a comment to explain why slang has a higher priority than ncurses.
  896. ------------------------------------------------------------------------
  897. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  898. Changed paths:
  899. M /trunk/caca/driver_conio.c
  900. * Fixed the DOS build.
  901. ------------------------------------------------------------------------
  902. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  903. Changed paths:
  904. M /trunk/caca/caca_internals.h
  905. * Minor cosmetic fix.
  906. ------------------------------------------------------------------------
  907. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  908. Changed paths:
  909. M /trunk/caca/Makefile.am
  910. M /trunk/cucul/Makefile.am
  911. M /trunk/cxx/Makefile.am
  912. M /trunk/kernel/Makefile.am
  913. M /trunk/test/Makefile.am
  914. M /trunk/tools/Makefile.am
  915. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  916. from an alternate directory (they failed to find common.h).
  917. ------------------------------------------------------------------------
  918. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  919. Changed paths:
  920. M /trunk/configure.ac
  921. M /trunk/src/Makefile.am
  922. * Removed --enable-network flag, but reused the test as a condition for
  923. building cacaserver.
  924. ------------------------------------------------------------------------
  925. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  926. Changed paths:
  927. M /trunk/build-dos
  928. M /trunk/build-win32
  929. * Updated build scripts for DOS and Win32.
  930. ------------------------------------------------------------------------
  931. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  932. Changed paths:
  933. M /trunk/caca/driver_ncurses.c
  934. M /trunk/caca/driver_slang.c
  935. * Got backspace to work with the slang and ncurses drivers in an X
  936. terminal window.
  937. ------------------------------------------------------------------------
  938. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  939. Changed paths:
  940. M /trunk/caca/driver_gl.c
  941. * More coding style fixes in the GL driver.
  942. ------------------------------------------------------------------------
  943. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  944. Changed paths:
  945. M /trunk/caca/driver_gl.c
  946. * Fixed awful indenting of the GL plugin.
  947. ------------------------------------------------------------------------
  948. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  949. Changed paths:
  950. M /trunk/caca/driver_ncurses.c
  951. * Make the ncurses driver UTF-8 and UTF-32 aware.
  952. * Add the backspace key to the ncurses driver.
  953. ------------------------------------------------------------------------
  954. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  955. Changed paths:
  956. M /trunk/caca/driver_slang.c
  957. * Make the slang driver UTF-8 and UTF-32 aware.
  958. * Add the backspace key to the slang driver.
  959. ------------------------------------------------------------------------
  960. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  961. Changed paths:
  962. M /trunk/caca/caca.h
  963. M /trunk/caca/driver_conio.c
  964. M /trunk/caca/driver_gl.c
  965. M /trunk/caca/driver_ncurses.c
  966. M /trunk/caca/driver_slang.c
  967. M /trunk/caca/driver_win32.c
  968. M /trunk/caca/driver_x11.c
  969. M /trunk/caca/event.c
  970. M /trunk/test/input.c
  971. * Renamed the event data member "ucs4" to "utf32" for consistency
  972. with "utf8".
  973. ------------------------------------------------------------------------
  974. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  975. Changed paths:
  976. M /trunk/debian/changelog
  977. M /trunk/debian/control
  978. * Added information from a recent Debian upload of the old
  979. version of libcaca.
  980. ------------------------------------------------------------------------
  981. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  982. Changed paths:
  983. M /trunk/test
  984. M /trunk/test/Makefile.am
  985. A /trunk/test/input.c
  986. * Text input test program. Might be merged into libcaca if it works well.
  987. ------------------------------------------------------------------------
  988. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  989. Changed paths:
  990. M /trunk/TODO
  991. * Updated the TODO list.
  992. ------------------------------------------------------------------------
  993. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  994. Changed paths:
  995. M /trunk/debian/caca-utils.install
  996. M /trunk/debian/libcucul-dev.install
  997. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  998. ------------------------------------------------------------------------
  999. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  1000. Changed paths:
  1001. M /trunk/caca/caca.h
  1002. M /trunk/caca/graphics.c
  1003. M /trunk/python/pypycaca.c
  1004. M /trunk/python/pypycaca.h
  1005. M /trunk/src/aafire.c
  1006. M /trunk/src/cacaball.c
  1007. M /trunk/src/cacamoir.c
  1008. M /trunk/src/cacaplas.c
  1009. M /trunk/test/demo.c
  1010. M /trunk/test/frames.c
  1011. M /trunk/test/gamma.c
  1012. * Renamed caca_set_delay() and caca_get_rendertime() into
  1013. caca_set_display_time() and caca_get_display_time() for consistency.
  1014. ------------------------------------------------------------------------
  1015. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  1016. Changed paths:
  1017. M /trunk/cucul/charset.c
  1018. * Documented the newly exported charset functions.
  1019. ------------------------------------------------------------------------
  1020. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  1021. Changed paths:
  1022. M /trunk/caca/driver_ncurses.c
  1023. M /trunk/caca/driver_slang.c
  1024. M /trunk/cucul/box.c
  1025. M /trunk/cucul/canvas.c
  1026. M /trunk/cucul/charset.c
  1027. M /trunk/cucul/conic.c
  1028. M /trunk/cucul/cucul.h
  1029. M /trunk/cucul/cucul_internals.h
  1030. M /trunk/cucul/export.c
  1031. M /trunk/cucul/import.c
  1032. M /trunk/cucul/line.c
  1033. M /trunk/cucul/triangle.c
  1034. M /trunk/tools/makefont.c
  1035. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  1036. ------------------------------------------------------------------------
  1037. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  1038. Changed paths:
  1039. M /trunk/cucul/font.c
  1040. M /trunk/cucul/font_mono9.h
  1041. M /trunk/cucul/font_monobold12.h
  1042. * Regenerated fonts and reactivated them under Win32.
  1043. ------------------------------------------------------------------------
  1044. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  1045. Changed paths:
  1046. M /trunk/tools/makefont.c
  1047. * Elite trick in the font generator to cope with C89's string length
  1048. limitation of 509 characters. Instead of doing:
  1049. char foo[10] = "abcdefghij";
  1050. we now do:
  1051. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  1052. ------------------------------------------------------------------------
  1053. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  1054. Changed paths:
  1055. M /trunk/test/font2tga.c
  1056. * font2tga no longer needs cucul_internal.h.
  1057. ------------------------------------------------------------------------
  1058. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  1059. Changed paths:
  1060. M /trunk/cucul/box.c
  1061. M /trunk/cucul/canvas.c
  1062. M /trunk/cucul/conic.c
  1063. M /trunk/cucul/cucul.h
  1064. M /trunk/cucul/cucul_internals.h
  1065. M /trunk/cucul/dither.c
  1066. M /trunk/cucul/import.c
  1067. M /trunk/cucul/line.c
  1068. M /trunk/cucul/triangle.c
  1069. M /trunk/test/font2tga.c
  1070. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  1071. int which shall be used as an UTF-32 character. We do not have any casting
  1072. problems due to the signedness of chars because all characters were
  1073. ASCII (ie. <= 0x7f) beforehands.
  1074. ------------------------------------------------------------------------
  1075. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  1076. Changed paths:
  1077. M /trunk/test
  1078. M /trunk/test/Makefile.am
  1079. A /trunk/test/font2tga.c
  1080. * Added font2tga, a test program that exports our font in a known format.
  1081. ------------------------------------------------------------------------
  1082. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  1083. Changed paths:
  1084. M /trunk/test/export.c
  1085. * If the export test target is ANSI or UTF-8, dither image with special
  1086. shaded glyphs.
  1087. ------------------------------------------------------------------------
  1088. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  1089. Changed paths:
  1090. M /trunk/configure.ac
  1091. * Removed useless -lXt from X11 libraries check.
  1092. ------------------------------------------------------------------------
  1093. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  1094. Changed paths:
  1095. M /trunk/cucul/import.c
  1096. * Workaround for illegal ^[[0,0H ANSI escape code.
  1097. ------------------------------------------------------------------------
  1098. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  1099. Changed paths:
  1100. M /trunk/cucul/dither.c
  1101. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  1102. better performances.
  1103. ------------------------------------------------------------------------
  1104. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  1105. Changed paths:
  1106. M /trunk/cucul/export.c
  1107. * Add linebreaks to the ANSI exporter for better readability, and use
  1108. the save/load cursor position trick to ignore them.
  1109. ------------------------------------------------------------------------
  1110. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  1111. Changed paths:
  1112. M /trunk/cucul/export.c
  1113. * Fixed postscript exporter, image in not at the bottom of the page anymore
  1114. ------------------------------------------------------------------------
  1115. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  1116. Changed paths:
  1117. M /trunk/src/cacaserver.c
  1118. * Use UTF-8 instead of ANSI in cacaserver
  1119. ------------------------------------------------------------------------
  1120. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  1121. Changed paths:
  1122. M /trunk/cucul/font_mono9.h
  1123. M /trunk/cucul/font_monobold12.h
  1124. * Optimise built-in fonts. We gain about 100kB in the final binary.
  1125. ------------------------------------------------------------------------
  1126. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  1127. Changed paths:
  1128. M /trunk/tools/makefont.c
  1129. * Optimise similar glyphs when generating a font. Given how many glyphs
  1130. are unavailable, this is a significant gain.
  1131. ------------------------------------------------------------------------
  1132. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  1133. Changed paths:
  1134. M /trunk/caca/driver_x11.c
  1135. * Added the long dash and middle dot CP437 characters to the X11 driver.
  1136. ------------------------------------------------------------------------
  1137. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  1138. Changed paths:
  1139. M /trunk/cucul/import.c
  1140. * If the ANSI file we import does not use the 80 columns, we don't expand
  1141. the canvas to 80 columns.
  1142. ------------------------------------------------------------------------
  1143. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  1144. Changed paths:
  1145. M /trunk/src/cacadraw.c
  1146. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  1147. * Decreased PgUp/PgDn scrolling rate.
  1148. ------------------------------------------------------------------------
  1149. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  1150. Changed paths:
  1151. M /trunk/kernel/kernel.c
  1152. * Removed a useless cast in the kernel code.
  1153. ------------------------------------------------------------------------
  1154. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  1155. Changed paths:
  1156. M /trunk/DotNet
  1157. M /trunk/DotNet/AssemblyInfo.cs
  1158. M /trunk/DotNet/Caca.cs
  1159. M /trunk/DotNet/Cucul.cs
  1160. M /trunk/DotNet/test.cs
  1161. * Set svn properties on the .NET files.
  1162. ------------------------------------------------------------------------
  1163. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  1164. Changed paths:
  1165. M /trunk/test/font.c
  1166. M /trunk/test/text.c
  1167. * Cosmetic fix in test/font.c.
  1168. * Use UTF-8 output in test/text.c instead of ANSI.
  1169. ------------------------------------------------------------------------
  1170. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  1171. Changed paths:
  1172. M /trunk/caca/caca.h
  1173. * Minor cosmetic fix in a comment.
  1174. ------------------------------------------------------------------------
  1175. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  1176. Changed paths:
  1177. M /trunk/cucul/font_mono9.h
  1178. M /trunk/cucul/font_monobold12.h
  1179. M /trunk/tools/makefont.c
  1180. * Added a few more Unicode blocks to the default fonts.
  1181. ------------------------------------------------------------------------
  1182. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  1183. Changed paths:
  1184. M /trunk/cucul/transform.c
  1185. * Added a few more Unicode characters to the glyph transformations.
  1186. ------------------------------------------------------------------------
  1187. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  1188. Changed paths:
  1189. M /trunk/cucul/cucul.h
  1190. M /trunk/cucul/dither.c
  1191. * Changed the cucul_create_dither() prototype to make sure the mask
  1192. arguments are at least 32 bits.
  1193. ------------------------------------------------------------------------
  1194. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  1195. Changed paths:
  1196. M /trunk/test/export.c
  1197. * Make the export test 80 columns wide, so that the ANSI we generate can
  1198. be read by other programs.
  1199. ------------------------------------------------------------------------
  1200. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  1201. Changed paths:
  1202. M /trunk/cucul/font_mono9.h
  1203. M /trunk/cucul/font_monobold12.h
  1204. * Updated fonts with the new hardcoded CP437 glyphs.
  1205. ------------------------------------------------------------------------
  1206. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  1207. Changed paths:
  1208. M /trunk/tools/makefont.c
  1209. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  1210. good with Pango.
  1211. ------------------------------------------------------------------------
  1212. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  1213. Changed paths:
  1214. M /trunk/caca/driver_ncurses.c
  1215. M /trunk/caca/driver_slang.c
  1216. M /trunk/tools/Makefile.am
  1217. M /trunk/tools/makefont.c
  1218. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  1219. ------------------------------------------------------------------------
  1220. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  1221. Changed paths:
  1222. M /trunk/cucul/export.c
  1223. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  1224. SVG exporters.
  1225. ------------------------------------------------------------------------
  1226. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  1227. Changed paths:
  1228. M /trunk/cucul/charset.c
  1229. M /trunk/cucul/cucul_internals.h
  1230. * Implemented the private _cucul_utf32_to_utf8() helper.
  1231. ------------------------------------------------------------------------
  1232. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  1233. Changed paths:
  1234. M /trunk/cucul/export.c
  1235. * Exporter now generates valid ANSI, with CP437 characters.
  1236. ------------------------------------------------------------------------
  1237. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  1238. Changed paths:
  1239. M /trunk/cucul/export.c
  1240. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  1241. text.
  1242. ------------------------------------------------------------------------
  1243. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  1244. Changed paths:
  1245. M /trunk/cucul/colour.c
  1246. * Use a slightly different RGB palette for ANSI colours, so that brown
  1247. really looks like brown and not like desaturated yellow.
  1248. ------------------------------------------------------------------------
  1249. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  1250. Changed paths:
  1251. M /trunk/DotNet/test.cs
  1252. M /trunk/caca/event.c
  1253. M /trunk/doc/tutorial.dox
  1254. * Fixed error in tutorial, updated caca_get_event() doc
  1255. ------------------------------------------------------------------------
  1256. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  1257. Changed paths:
  1258. M /trunk/DotNet/AssemblyInfo.cs
  1259. M /trunk/DotNet/Caca.cs
  1260. M /trunk/DotNet/Cucul.cs
  1261. M /trunk/DotNet/test.cs
  1262. * Fixed $Id
  1263. ------------------------------------------------------------------------
  1264. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  1265. Changed paths:
  1266. A /trunk/DotNet
  1267. A /trunk/DotNet/AssemblyInfo.cs
  1268. A /trunk/DotNet/Caca.cs
  1269. A /trunk/DotNet/Cucul.cs
  1270. A /trunk/DotNet/Makefile
  1271. A /trunk/DotNet/libCaca.dll.config
  1272. A /trunk/DotNet/libCucul.dll.config
  1273. A /trunk/DotNet/test.cs
  1274. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  1275. ------------------------------------------------------------------------
  1276. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  1277. Changed paths:
  1278. M /trunk/cucul/cucul.h
  1279. M /trunk/cucul/dither.c
  1280. M /trunk/cucul/export.c
  1281. M /trunk/cucul/font.c
  1282. M /trunk/cucul/import.c
  1283. M /trunk/cucul/sprite.c
  1284. M /trunk/cucul/transform.c
  1285. * Completed return value and errno handling in libcucul API.
  1286. ------------------------------------------------------------------------
  1287. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  1288. Changed paths:
  1289. M /trunk/test/export.c
  1290. * Allow an optional input filename in the export test for cheap conversions.
  1291. ------------------------------------------------------------------------
  1292. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  1293. Changed paths:
  1294. M /trunk/caca/driver_gl.c
  1295. M /trunk/cucul/import.c
  1296. * coding style fixes again
  1297. ------------------------------------------------------------------------
  1298. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  1299. Changed paths:
  1300. M /trunk/cxx/caca++.cpp
  1301. M /trunk/cxx/caca++.h
  1302. M /trunk/cxx/cucul++.h
  1303. M /trunk/src/cacadraw.c
  1304. * Fixed indentation. I did it myself, I'm a big boy.
  1305. ------------------------------------------------------------------------
  1306. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  1307. Changed paths:
  1308. M /trunk/cucul/import.c
  1309. * Fixed line wrapping on some weird ANSI files.
  1310. ------------------------------------------------------------------------
  1311. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1312. Changed paths:
  1313. M /trunk/cucul/import.c
  1314. * Fixed an ANSI rendering bug related to the bold attribute.
  1315. ------------------------------------------------------------------------
  1316. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  1317. Changed paths:
  1318. M /trunk/cucul/font_mono9.h
  1319. M /trunk/cucul/font_monobold12.h
  1320. M /trunk/tools/makefont.c
  1321. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  1322. built-in font so that we now cover all of CP437.
  1323. ------------------------------------------------------------------------
  1324. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  1325. Changed paths:
  1326. M /trunk/cucul/import.c
  1327. * Minor code reorganisation and documenting.
  1328. ------------------------------------------------------------------------
  1329. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  1330. Changed paths:
  1331. M /trunk/caca/driver_gl.c
  1332. * Added preliminary (it means that's fucked up) CP437 codepage
  1333. ------------------------------------------------------------------------
  1334. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  1335. Changed paths:
  1336. M /trunk/caca/driver_x11.c
  1337. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  1338. ------------------------------------------------------------------------
  1339. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1340. Changed paths:
  1341. M /trunk/caca/driver_gl.c
  1342. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  1343. ------------------------------------------------------------------------
  1344. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1345. Changed paths:
  1346. M /trunk/caca/driver_x11.c
  1347. * removed duplicate code
  1348. ------------------------------------------------------------------------
  1349. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1350. Changed paths:
  1351. M /trunk/caca/driver_x11.c
  1352. * Wow, we even have Home/End support in X11.
  1353. ------------------------------------------------------------------------
  1354. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  1355. Changed paths:
  1356. M /trunk/caca/driver_x11.c
  1357. * PageUp/PageDown support in X11.
  1358. ------------------------------------------------------------------------
  1359. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  1360. Changed paths:
  1361. M /trunk/caca/driver_gl.c
  1362. * Fixed home/pgup/pgdown/insert events
  1363. ------------------------------------------------------------------------
  1364. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1365. Changed paths:
  1366. M /trunk/src/cacadraw.c
  1367. * page up / down
  1368. ------------------------------------------------------------------------
  1369. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  1370. Changed paths:
  1371. M /trunk/cucul/import.c
  1372. * In ANSI, bold only sets the foreground colour to bright, not the
  1373. background.
  1374. ------------------------------------------------------------------------
  1375. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  1376. Changed paths:
  1377. M /trunk/src
  1378. M /trunk/src/Makefile.am
  1379. A /trunk/src/cacadraw.c
  1380. M /trunk/test/import.c
  1381. * Added cacadraw. It only shows files and lets you scroll for now, but
  1382. it will eventually evolve into something better.
  1383. ------------------------------------------------------------------------
  1384. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1385. Changed paths:
  1386. M /trunk/cucul/import.c
  1387. * Really updated doc
  1388. ------------------------------------------------------------------------
  1389. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  1390. Changed paths:
  1391. M /trunk/cucul/import.c
  1392. * Fixed documentation for import
  1393. ------------------------------------------------------------------------
  1394. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  1395. Changed paths:
  1396. D /trunk/cpp
  1397. * Removed legacy cpp directory.
  1398. ------------------------------------------------------------------------
  1399. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1400. Changed paths:
  1401. M /trunk/Makefile.am
  1402. M /trunk/configure.ac
  1403. A /trunk/cxx (from /trunk/cpp:684)
  1404. M /trunk/cxx/Makefile.am
  1405. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  1406. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  1407. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  1408. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  1409. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  1410. * Updated C++ bindings and renamed directory to more comprehensive cxx
  1411. ------------------------------------------------------------------------
  1412. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  1413. Changed paths:
  1414. M /trunk/test/event.c
  1415. * Minor typo.
  1416. ------------------------------------------------------------------------
  1417. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1418. Changed paths:
  1419. M /trunk/cpp/caca++.cpp
  1420. M /trunk/cpp/caca++.h
  1421. M /trunk/cpp/cpptest.cpp
  1422. M /trunk/cpp/cucul++.cpp
  1423. M /trunk/cpp/cucul++.h
  1424. * Updated libcaca c++ bindings
  1425. ------------------------------------------------------------------------
  1426. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  1427. Changed paths:
  1428. M /trunk/cucul/buffer.c
  1429. M /trunk/cucul/cucul.h
  1430. M /trunk/cucul/cucul_internals.h
  1431. M /trunk/cucul/export.c
  1432. M /trunk/cucul/import.c
  1433. M /trunk/src/cacaplay.c
  1434. M /trunk/src/cacaserver.c
  1435. M /trunk/test
  1436. M /trunk/test/import.c
  1437. M /trunk/test/text.c
  1438. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  1439. a file and a memory area into a libcucul buffer.
  1440. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  1441. buffers instead of simple memory areas.
  1442. ------------------------------------------------------------------------
  1443. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  1444. Changed paths:
  1445. M /trunk/cucul/import.c
  1446. * Argh, _really_ fixed the uninitialised variable.
  1447. ------------------------------------------------------------------------
  1448. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1449. Changed paths:
  1450. M /trunk/cucul/import.c
  1451. * Fixed an uninitialised variable.
  1452. ------------------------------------------------------------------------
  1453. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  1454. Changed paths:
  1455. M /trunk/cucul/import.c
  1456. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  1457. sequences longer than 100 characters.
  1458. * Documented the escape sequence format.
  1459. ------------------------------------------------------------------------
  1460. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  1461. Changed paths:
  1462. M /trunk/cpp/cpptest.cpp
  1463. M /trunk/cpp/cucul++.cpp
  1464. M /trunk/cpp/cucul++.h
  1465. M /trunk/test/demo.c
  1466. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  1467. ------------------------------------------------------------------------
  1468. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  1469. Changed paths:
  1470. M /trunk/cucul/import.c
  1471. * More robust ANSI sequence argument parser. Detects private sequences and
  1472. intermediate bytes.
  1473. ------------------------------------------------------------------------
  1474. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  1475. Changed paths:
  1476. M /trunk/cucul/import.c
  1477. * Fixed warning in a clever and tested way. Bordel de merde.
  1478. ------------------------------------------------------------------------
  1479. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  1480. Changed paths:
  1481. M /trunk/cucul/import.c
  1482. * Coding style.
  1483. ------------------------------------------------------------------------
  1484. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  1485. Changed paths:
  1486. M /trunk/cucul/import.c
  1487. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  1488. ------------------------------------------------------------------------
  1489. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1490. Changed paths:
  1491. M /trunk/cucul/import.c
  1492. * Fixed warnings in ansi importer
  1493. ------------------------------------------------------------------------
  1494. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  1495. Changed paths:
  1496. M /trunk/cucul/import.c
  1497. * More cleaning up of the ANSI loader. Fixed reverse video.
  1498. ------------------------------------------------------------------------
  1499. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  1500. Changed paths:
  1501. M /trunk/cucul/colour.c
  1502. * Set the transparent colour's RGB values to the default colour's ones.
  1503. ------------------------------------------------------------------------
  1504. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  1505. Changed paths:
  1506. M /trunk/cucul/import.c
  1507. * Improved ANSI format detection
  1508. ------------------------------------------------------------------------
  1509. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  1510. Changed paths:
  1511. M /trunk/cucul/import.c
  1512. * Really fixed bold in ANSI loader, and removed dead code.
  1513. ------------------------------------------------------------------------
  1514. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  1515. Changed paths:
  1516. M /trunk/cucul/import.c
  1517. * Simplified _manage_modifiers() a bit.
  1518. ------------------------------------------------------------------------
  1519. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  1520. Changed paths:
  1521. M /trunk/cucul/import.c
  1522. * Fixed bold support in ANSI loader.
  1523. ------------------------------------------------------------------------
  1524. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  1525. Changed paths:
  1526. M /trunk/cucul/import.c
  1527. * A few fixes in the ANSI interpreter.
  1528. ------------------------------------------------------------------------
  1529. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  1530. Changed paths:
  1531. M /trunk/cucul/import.c
  1532. * Got rid of _update_canvas_size().
  1533. ------------------------------------------------------------------------
  1534. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  1535. Changed paths:
  1536. M /trunk/cucul/import.c
  1537. * _updated_coding_style(aBit);
  1538. ------------------------------------------------------------------------
  1539. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  1540. Changed paths:
  1541. M /trunk/cucul/import.c
  1542. * Ahahaha. Meet the "optimisation" that breaks everything.
  1543. ------------------------------------------------------------------------
  1544. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  1545. Changed paths:
  1546. M /trunk/cucul/import.c
  1547. * Small optimisation in import_text().
  1548. ------------------------------------------------------------------------
  1549. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  1550. Changed paths:
  1551. M /trunk/cucul/import.c
  1552. * Really minor coding style fixes in the ANSI importer.
  1553. ------------------------------------------------------------------------
  1554. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  1555. Changed paths:
  1556. M /trunk/cucul/canvas.c
  1557. M /trunk/cucul/colour.c
  1558. M /trunk/cucul/cucul.c
  1559. M /trunk/cucul/cucul.h
  1560. M /trunk/cucul/cucul_internals.h
  1561. * More error checking in libcucul.
  1562. ------------------------------------------------------------------------
  1563. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  1564. Changed paths:
  1565. M /trunk/test/import.c
  1566. * Jylam is too modest.
  1567. ------------------------------------------------------------------------
  1568. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  1569. Changed paths:
  1570. A /trunk/test/import.c
  1571. * Added importers test
  1572. ------------------------------------------------------------------------
  1573. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  1574. Changed paths:
  1575. M /trunk/cucul/import.c
  1576. M /trunk/test/Makefile.am
  1577. * Added preliminary ANSI importer, added import formats autodection
  1578. ------------------------------------------------------------------------
  1579. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  1580. Changed paths:
  1581. M /trunk/configure.ac
  1582. M /trunk/cucul/box.c
  1583. M /trunk/cucul/buffer.c
  1584. M /trunk/cucul/canvas.c
  1585. M /trunk/cucul/conic.c
  1586. M /trunk/cucul/cucul.h
  1587. M /trunk/cucul/line.c
  1588. M /trunk/cucul/triangle.c
  1589. * Check for <errno.h>.
  1590. * Started changing function prototypes so that they return an integer
  1591. instead of void, just in case they might fail.
  1592. ------------------------------------------------------------------------
  1593. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  1594. Changed paths:
  1595. M /trunk/cucul/Makefile.am
  1596. M /trunk/cucul/cucul.h
  1597. D /trunk/cucul/error.c
  1598. * Reverted that errno stuff. We'll just use the real errno.
  1599. ------------------------------------------------------------------------
  1600. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  1601. Changed paths:
  1602. M /trunk/cucul/Makefile.am
  1603. M /trunk/cucul/cucul.h
  1604. A /trunk/cucul/error.c
  1605. * Added basis for an errno-like mechanism.
  1606. ------------------------------------------------------------------------
  1607. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  1608. Changed paths:
  1609. M /trunk/build-win32
  1610. M /trunk/configure.ac
  1611. * Removed my previously introduced --enable-pangoft2 and replaced it with
  1612. a nicer cross compilation check.
  1613. ------------------------------------------------------------------------
  1614. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  1615. Changed paths:
  1616. M /trunk/build-win32
  1617. M /trunk/configure.ac
  1618. M /trunk/src/Makefile.am
  1619. M /trunk/src/cacaserver.c
  1620. * Brought the Win32 build back on its wheels.
  1621. ------------------------------------------------------------------------
  1622. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  1623. Changed paths:
  1624. M /trunk/common.h
  1625. M /trunk/configure.ac
  1626. M /trunk/cucul/font.c
  1627. M /trunk/src/cacaserver.c
  1628. M /trunk/tools/makefont.c
  1629. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  1630. ------------------------------------------------------------------------
  1631. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  1632. Changed paths:
  1633. M /trunk/caca/driver_win32.c
  1634. * Fixed minor compilation warning.
  1635. ------------------------------------------------------------------------
  1636. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  1637. Changed paths:
  1638. M /trunk/common.h
  1639. * Win32 compilation fix.
  1640. ------------------------------------------------------------------------
  1641. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  1642. Changed paths:
  1643. M /trunk/cucul/font.c
  1644. * On win32, only disable the built-in fonts, not all the font functions.
  1645. ------------------------------------------------------------------------
  1646. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  1647. Changed paths:
  1648. M /trunk/common.h
  1649. M /trunk/configure.ac
  1650. M /trunk/cucul/font.c
  1651. M /trunk/tools/makefont.c
  1652. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  1653. * Implement htons/htonl in common.h just in case.
  1654. ------------------------------------------------------------------------
  1655. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  1656. Changed paths:
  1657. M /trunk/doc/style.dox
  1658. * Hahaha, fixed the coding style example.
  1659. ------------------------------------------------------------------------
  1660. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  1661. Changed paths:
  1662. M /trunk/caca/caca.c
  1663. M /trunk/caca/caca_internals.h
  1664. M /trunk/caca/driver_conio.c
  1665. M /trunk/caca/driver_gl.c
  1666. M /trunk/caca/driver_ncurses.c
  1667. M /trunk/caca/driver_raw.c
  1668. M /trunk/caca/driver_slang.c
  1669. M /trunk/caca/driver_vga.c
  1670. M /trunk/caca/driver_win32.c
  1671. M /trunk/caca/driver_x11.c
  1672. M /trunk/caca/event.c
  1673. M /trunk/caca/graphics.c
  1674. M /trunk/caca/time.c
  1675. M /trunk/common.h
  1676. M /trunk/configure.ac
  1677. M /trunk/cucul/box.c
  1678. M /trunk/cucul/buffer.c
  1679. M /trunk/cucul/canvas.c
  1680. M /trunk/cucul/charset.c
  1681. M /trunk/cucul/colour.c
  1682. M /trunk/cucul/conic.c
  1683. M /trunk/cucul/cucul.c
  1684. M /trunk/cucul/cucul_internals.h
  1685. M /trunk/cucul/dither.c
  1686. M /trunk/cucul/export.c
  1687. M /trunk/cucul/font.c
  1688. M /trunk/cucul/import.c
  1689. M /trunk/cucul/line.c
  1690. M /trunk/cucul/sprite.c
  1691. M /trunk/cucul/transform.c
  1692. M /trunk/cucul/triangle.c
  1693. M /trunk/kernel/kernel.c
  1694. M /trunk/src/aafire.c
  1695. M /trunk/src/cacaball.c
  1696. M /trunk/src/cacamoir.c
  1697. M /trunk/src/cacaplas.c
  1698. M /trunk/src/cacaplay.c
  1699. M /trunk/src/cacaserver.c
  1700. M /trunk/src/cacaview.c
  1701. M /trunk/src/common-image.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/spritedit.c
  1708. M /trunk/tools/makefont.c
  1709. M /trunk/tools/optipal.c
  1710. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  1711. in all .c files that needed it.
  1712. ------------------------------------------------------------------------
  1713. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  1714. Changed paths:
  1715. M /trunk/Makefile.am
  1716. A /trunk/common.h
  1717. M /trunk/test/export.c
  1718. M /trunk/test/font.c
  1719. M /trunk/test/frames.c
  1720. M /trunk/test/gamma.c
  1721. M /trunk/test/hsv.c
  1722. M /trunk/test/text.c
  1723. M /trunk/test/transform.c
  1724. M /trunk/test/truecolor.c
  1725. M /trunk/test/unicode.c
  1726. * Added "common.h", a placeholder for simple features and functions missing
  1727. from some systems.
  1728. ------------------------------------------------------------------------
  1729. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  1730. Changed paths:
  1731. M /trunk/cucul/export.c
  1732. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  1733. whether we want plain ASCII, UTF-8, or CP437.
  1734. ------------------------------------------------------------------------
  1735. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  1736. Changed paths:
  1737. M /trunk/configure.ac
  1738. * Oops, fixed an old typo that brevented building without PangoFt2.
  1739. ------------------------------------------------------------------------
  1740. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  1741. Changed paths:
  1742. M /trunk/debian/Makefile.am
  1743. M /trunk/debian/caca-utils.install
  1744. M /trunk/debian/libcucul-dev.install
  1745. * Fixed Debian build files.
  1746. ------------------------------------------------------------------------
  1747. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  1748. Changed paths:
  1749. M /trunk/configure.ac
  1750. * Do not bail out if PangoFt2 was not found.
  1751. ------------------------------------------------------------------------
  1752. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  1753. Changed paths:
  1754. M /trunk/ChangeLog
  1755. M /trunk/NEWS
  1756. M /trunk/TODO
  1757. * 0.99.beta1 release.
  1758. ------------------------------------------------------------------------
  1759. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  1760. Changed paths:
  1761. M /trunk/configure.ac
  1762. M /trunk/cucul/Makefile.am
  1763. M /trunk/test/Makefile.am
  1764. * Got rid of CUCUL_LIBS. It's unused.
  1765. ------------------------------------------------------------------------
  1766. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  1767. Changed paths:
  1768. M /trunk/Makefile.am
  1769. M /trunk/debian
  1770. M /trunk/debian/Makefile.am
  1771. A /trunk/debian/caca-utils.install
  1772. M /trunk/debian/changelog
  1773. M /trunk/debian/control
  1774. A /trunk/debian/libcaca-dev.install
  1775. A /trunk/debian/libcaca0.install
  1776. A /trunk/debian/libcucul-dev.install
  1777. A /trunk/debian/libcucul0.install
  1778. M /trunk/debian/rules
  1779. M /trunk/doc/Makefile.am
  1780. * Updated Debian build rules.
  1781. ------------------------------------------------------------------------
  1782. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1783. Changed paths:
  1784. M /trunk/caca/event.c
  1785. M /trunk/doc/migrating.dox
  1786. M /trunk/test/colors.c
  1787. M /trunk/test/dithering.c
  1788. M /trunk/test/font.c
  1789. M /trunk/test/frames.c
  1790. M /trunk/test/hsv.c
  1791. M /trunk/test/transform.c
  1792. M /trunk/test/truecolor.c
  1793. M /trunk/test/unicode.c
  1794. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  1795. ------------------------------------------------------------------------
  1796. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1797. Changed paths:
  1798. M /trunk/doc/migrating.dox
  1799. * Minor updates to the migration documentation.
  1800. ------------------------------------------------------------------------
  1801. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1802. Changed paths:
  1803. M /trunk/doc/Makefile.am
  1804. * Slightly improved the documentation build rules dependencies.
  1805. ------------------------------------------------------------------------
  1806. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  1807. Changed paths:
  1808. M /trunk/ChangeLog
  1809. M /trunk/NEWS
  1810. M /trunk/TODO
  1811. * Updated ChangeLog, NEWS and TODO.
  1812. ------------------------------------------------------------------------
  1813. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1814. Changed paths:
  1815. M /trunk/doc/libcaca.dox
  1816. M /trunk/doc/migrating.dox
  1817. * Updated the migration guide.
  1818. ------------------------------------------------------------------------
  1819. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  1820. Changed paths:
  1821. M /trunk/doc/style.dox
  1822. * Wrote the C coding style documentation.
  1823. ------------------------------------------------------------------------
  1824. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  1825. Changed paths:
  1826. M /trunk/test
  1827. M /trunk/test/Makefile.am
  1828. A /trunk/test/frames.c
  1829. A /trunk/test/text.c
  1830. * Added a test for multiple frames support.
  1831. * Added a test for textfile loading.
  1832. ------------------------------------------------------------------------
  1833. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  1834. Changed paths:
  1835. M /trunk/cucul/cucul.c
  1836. M /trunk/cucul/cucul.h
  1837. M /trunk/cucul/cucul_internals.h
  1838. M /trunk/cucul/sprite.c
  1839. * Support for multiple frames in canvases.
  1840. ------------------------------------------------------------------------
  1841. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  1842. Changed paths:
  1843. M /trunk/cucul/import.c
  1844. * Added a simple "text" importer, until the cool ANSI importer arrives.
  1845. ------------------------------------------------------------------------
  1846. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  1847. Changed paths:
  1848. M /trunk/cucul/export.c
  1849. * Disabled the foreground/background optimisation in the IRC export because
  1850. it breaks on too many IRC clients.
  1851. ------------------------------------------------------------------------
  1852. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1853. Changed paths:
  1854. M /trunk/test/demo.c
  1855. M /trunk/test/spritedit.c
  1856. * Disabled sprite stuff from the tests.
  1857. ------------------------------------------------------------------------
  1858. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1859. Changed paths:
  1860. M /trunk/cpp/caca++.h
  1861. M /trunk/cpp/cucul++.cpp
  1862. M /trunk/cpp/cucul++.h
  1863. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  1864. ------------------------------------------------------------------------
  1865. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  1866. Changed paths:
  1867. M /trunk/configure.ac
  1868. M /trunk/cpp/Makefile.am
  1869. * Fixed --enable-cpp to actually do something. Also, disabled it by
  1870. default for the release, because it's not up to date and needs a lot
  1871. of polishing.
  1872. ------------------------------------------------------------------------
  1873. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1874. Changed paths:
  1875. M /trunk/doc/Makefile.am
  1876. M /trunk/doc/libcaca.dox
  1877. M /trunk/doc/migrating.dox
  1878. A /trunk/doc/style.dox
  1879. A /trunk/doc/tutorial.dox
  1880. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  1881. ------------------------------------------------------------------------
  1882. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  1883. Changed paths:
  1884. M /trunk/configure.ac
  1885. * Set version number to 0.99.beta1.
  1886. ------------------------------------------------------------------------
  1887. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  1888. Changed paths:
  1889. M /trunk/cucul/cucul.c
  1890. M /trunk/cucul/cucul_internals.h
  1891. * Got rid of cv->scratch_line. It's unused, too.
  1892. ------------------------------------------------------------------------
  1893. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1894. Changed paths:
  1895. M /trunk/cucul/cucul.c
  1896. M /trunk/cucul/cucul_internals.h
  1897. * Got rid of cv->empty_line, it's now unused.
  1898. ------------------------------------------------------------------------
  1899. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  1900. Changed paths:
  1901. M /trunk/configure.ac
  1902. M /trunk/cpp/cucul++.cpp
  1903. M /trunk/cpp/cucul++.h
  1904. M /trunk/cucul/canvas.c
  1905. M /trunk/cucul/cucul.h
  1906. M /trunk/src/cacaview.c
  1907. M /trunk/src/img2irc.c
  1908. M /trunk/test/colors.c
  1909. M /trunk/test/demo.c
  1910. M /trunk/test/event.c
  1911. M /trunk/test/gamma.c
  1912. M /trunk/test/spritedit.c
  1913. * Changed cucul_clear_canvas() again. It now uses the current foreground
  1914. and background colours to clear the screen.
  1915. ------------------------------------------------------------------------
  1916. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  1917. Changed paths:
  1918. M /trunk/cpp/caca++.cpp
  1919. M /trunk/cpp/caca++.h
  1920. * Fixed a segfault in the C++ bindings. Vieux porc !
  1921. ------------------------------------------------------------------------
  1922. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  1923. Changed paths:
  1924. M /trunk/caca/Makefile.am
  1925. M /trunk/configure.ac
  1926. M /trunk/cpp/Makefile.am
  1927. M /trunk/cucul/Makefile.am
  1928. * Set library names to lib*.so.0.10.0.
  1929. ------------------------------------------------------------------------
  1930. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  1931. Changed paths:
  1932. M /trunk/cucul/import.c
  1933. * Fixed a compilation warning.
  1934. ------------------------------------------------------------------------
  1935. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  1936. Changed paths:
  1937. M /trunk/cucul/import.c
  1938. * Minor documentation fix.
  1939. ------------------------------------------------------------------------
  1940. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  1941. Changed paths:
  1942. M /trunk/cpp/caca++.cpp
  1943. M /trunk/cpp/caca++.h
  1944. M /trunk/cpp/cpptest.cpp
  1945. M /trunk/cpp/cucul++.cpp
  1946. M /trunk/cpp/cucul++.h
  1947. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  1948. ------------------------------------------------------------------------
  1949. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  1950. Changed paths:
  1951. M /trunk/caca/driver_raw.c
  1952. M /trunk/cpp/cucul++.cpp
  1953. M /trunk/cpp/cucul++.h
  1954. M /trunk/cucul/Makefile.am
  1955. M /trunk/cucul/cucul.c
  1956. M /trunk/cucul/cucul.h
  1957. M /trunk/cucul/export.c
  1958. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  1959. M /trunk/src/cacaplay.c
  1960. M /trunk/src/cacaserver.c
  1961. M /trunk/src/img2irc.c
  1962. M /trunk/test/export.c
  1963. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  1964. cucul_import_canvas().
  1965. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  1966. ------------------------------------------------------------------------
  1967. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1968. Changed paths:
  1969. M /trunk/cucul/colour.c
  1970. M /trunk/cucul/dither.c
  1971. M /trunk/cucul/export.c
  1972. M /trunk/cucul/font.c
  1973. * Minor documentation improvements.
  1974. ------------------------------------------------------------------------
  1975. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  1976. Changed paths:
  1977. M /trunk/TODO
  1978. M /trunk/caca/caca.h
  1979. M /trunk/cucul/cucul.h
  1980. M /trunk/doc/Makefile.am
  1981. M /trunk/doc/libcaca.dox
  1982. A /trunk/doc/migrating.dox
  1983. A /trunk/doc/user.dox
  1984. * Documentation improvements. Wrote a small migration guide and added the
  1985. skeleton of a tutorial for Jylam.
  1986. ------------------------------------------------------------------------
  1987. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  1988. Changed paths:
  1989. M /trunk/AUTHORS
  1990. M /trunk/NEWS
  1991. M /trunk/THANKS
  1992. M /trunk/TODO
  1993. M /trunk/caca/caca.h
  1994. M /trunk/doc/Makefile.am
  1995. M /trunk/doc/doxygen.cfg.in
  1996. A /trunk/doc/libcaca.dox
  1997. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  1998. documentation page from caca.h to a separate file.
  1999. ------------------------------------------------------------------------
  2000. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  2001. Changed paths:
  2002. M /trunk/caca/driver_ncurses.c
  2003. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  2004. ------------------------------------------------------------------------
  2005. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  2006. Changed paths:
  2007. M /trunk/cpp/Makefile.am
  2008. * Workaround for broken C++ linking with old libtool versions.
  2009. ------------------------------------------------------------------------
  2010. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  2011. Changed paths:
  2012. M /trunk/NOTES
  2013. M /trunk/tools/optipal.c
  2014. * Moved the technical discussion on S-Lang's palette optimisation from
  2015. NOTES to tools/optipal.c.
  2016. ------------------------------------------------------------------------
  2017. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  2018. Changed paths:
  2019. M /trunk/caca/caca.c
  2020. M /trunk/caca/caca.h
  2021. M /trunk/caca/caca_internals.h
  2022. M /trunk/caca/driver_conio.c
  2023. M /trunk/caca/driver_gl.c
  2024. M /trunk/caca/driver_ncurses.c
  2025. M /trunk/caca/driver_raw.c
  2026. M /trunk/caca/driver_slang.c
  2027. M /trunk/caca/driver_vga.c
  2028. M /trunk/caca/driver_win32.c
  2029. M /trunk/caca/driver_x11.c
  2030. M /trunk/caca/graphics.c
  2031. M /trunk/cpp/caca++.cpp
  2032. M /trunk/cpp/caca++.h
  2033. M /trunk/cucul/cucul.c
  2034. M /trunk/python/pypycaca.c
  2035. M /trunk/python/pypycaca.h
  2036. M /trunk/src/aafire.c
  2037. M /trunk/src/cacaball.c
  2038. M /trunk/src/cacamoir.c
  2039. M /trunk/src/cacaplas.c
  2040. M /trunk/src/cacaplay.c
  2041. M /trunk/src/cacaview.c
  2042. M /trunk/test/colors.c
  2043. M /trunk/test/demo.c
  2044. M /trunk/test/dithering.c
  2045. M /trunk/test/event.c
  2046. M /trunk/test/font.c
  2047. M /trunk/test/gamma.c
  2048. M /trunk/test/hsv.c
  2049. M /trunk/test/spritedit.c
  2050. M /trunk/test/transform.c
  2051. M /trunk/test/truecolor.c
  2052. M /trunk/test/unicode.c
  2053. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  2054. ------------------------------------------------------------------------
  2055. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  2056. Changed paths:
  2057. M /trunk/caca/driver_raw.c
  2058. M /trunk/cucul/cucul.c
  2059. M /trunk/cucul/export.c
  2060. M /trunk/src/cacaserver.c
  2061. * Added a new "caca" exporter.
  2062. * Removed most code from the raw driver and replaced it with a call to the
  2063. caca exporter.
  2064. * Slightly changed the caca export format and updated code accordingly.
  2065. * Improved cacaserver error reporting.
  2066. ------------------------------------------------------------------------
  2067. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  2068. Changed paths:
  2069. M /trunk/debian/control
  2070. * Updates to the Debian build files.
  2071. ------------------------------------------------------------------------
  2072. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  2073. Changed paths:
  2074. M /trunk/cucul/dither.c
  2075. M /trunk/src/aafire.c
  2076. M /trunk/src/cacaball.c
  2077. M /trunk/src/cacamoir.c
  2078. M /trunk/src/cacaplas.c
  2079. M /trunk/src/cacaview.c
  2080. M /trunk/src/img2irc.c
  2081. M /trunk/test/demo.c
  2082. M /trunk/test/export.c
  2083. M /trunk/test/font.c
  2084. M /trunk/test/gamma.c
  2085. M /trunk/test/hsv.c
  2086. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  2087. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  2088. computations.
  2089. ------------------------------------------------------------------------
  2090. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  2091. Changed paths:
  2092. M /trunk/cucul/cucul.c
  2093. M /trunk/cucul/dither.c
  2094. M /trunk/test/demo.c
  2095. M /trunk/test/dithering.c
  2096. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  2097. values between 0 and 9 (used to be 0 and 10). Updated documentation
  2098. accordingly.
  2099. ------------------------------------------------------------------------
  2100. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  2101. Changed paths:
  2102. M /trunk/cpp/cucul++.cpp
  2103. M /trunk/cpp/cucul++.h
  2104. M /trunk/cucul/canvas.c
  2105. M /trunk/cucul/cucul.h
  2106. M /trunk/src/cacaview.c
  2107. M /trunk/src/img2irc.c
  2108. M /trunk/test/colors.c
  2109. M /trunk/test/demo.c
  2110. M /trunk/test/event.c
  2111. M /trunk/test/gamma.c
  2112. M /trunk/test/spritedit.c
  2113. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  2114. choose the background colour.
  2115. ------------------------------------------------------------------------
  2116. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  2117. Changed paths:
  2118. M /trunk/caca/driver_conio.c
  2119. M /trunk/caca/driver_gl.c
  2120. M /trunk/caca/driver_ncurses.c
  2121. M /trunk/caca/driver_slang.c
  2122. M /trunk/caca/driver_vga.c
  2123. M /trunk/caca/driver_win32.c
  2124. M /trunk/caca/driver_x11.c
  2125. M /trunk/caca/graphics.c
  2126. M /trunk/cpp/cucul++.cpp
  2127. M /trunk/cucul/Makefile.am
  2128. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  2129. M /trunk/cucul/cucul.c
  2130. M /trunk/cucul/cucul.h
  2131. M /trunk/cucul/cucul_internals.h
  2132. M /trunk/cucul/export.c
  2133. M /trunk/cucul/font.c
  2134. M /trunk/src/aafire.c
  2135. M /trunk/src/cacaball.c
  2136. M /trunk/src/cacamoir.c
  2137. M /trunk/src/cacaplas.c
  2138. M /trunk/src/cacaplay.c
  2139. M /trunk/src/cacaserver.c
  2140. M /trunk/src/cacaview.c
  2141. M /trunk/src/img2irc.c
  2142. M /trunk/test/colors.c
  2143. M /trunk/test/demo.c
  2144. M /trunk/test/dithering.c
  2145. M /trunk/test/event.c
  2146. M /trunk/test/export.c
  2147. M /trunk/test/font.c
  2148. M /trunk/test/gamma.c
  2149. M /trunk/test/hsv.c
  2150. M /trunk/test/spritedit.c
  2151. M /trunk/test/transform.c
  2152. M /trunk/test/truecolor.c
  2153. M /trunk/test/unicode.c
  2154. * Renamed main canvas-related functions so that they have "canvas" in
  2155. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  2156. * Moved buffer-related functions to cucul/buffer.c.
  2157. ------------------------------------------------------------------------
  2158. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  2159. Changed paths:
  2160. M /trunk/tools/makefont.c
  2161. * Cosmetic changes.
  2162. ------------------------------------------------------------------------
  2163. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  2164. Changed paths:
  2165. M /trunk/caca/caca.c
  2166. M /trunk/caca/caca.h
  2167. M /trunk/caca/caca_internals.h
  2168. M /trunk/caca/driver_conio.c
  2169. M /trunk/caca/driver_gl.c
  2170. M /trunk/caca/driver_ncurses.c
  2171. M /trunk/caca/driver_raw.c
  2172. M /trunk/caca/driver_slang.c
  2173. M /trunk/caca/driver_vga.c
  2174. M /trunk/caca/driver_win32.c
  2175. M /trunk/caca/driver_x11.c
  2176. M /trunk/caca/event.c
  2177. M /trunk/caca/graphics.c
  2178. M /trunk/cpp/caca++.cpp
  2179. M /trunk/cpp/caca++.h
  2180. M /trunk/cpp/cucul++.cpp
  2181. M /trunk/cpp/cucul++.h
  2182. M /trunk/cucul/box.c
  2183. M /trunk/cucul/canvas.c
  2184. M /trunk/cucul/charset.c
  2185. M /trunk/cucul/colour.c
  2186. M /trunk/cucul/conic.c
  2187. M /trunk/cucul/cucul.c
  2188. M /trunk/cucul/dither.c
  2189. M /trunk/cucul/export.c
  2190. M /trunk/cucul/font.c
  2191. M /trunk/cucul/line.c
  2192. M /trunk/cucul/sprite.c
  2193. M /trunk/cucul/transform.c
  2194. M /trunk/cucul/triangle.c
  2195. M /trunk/src/aafire.c
  2196. M /trunk/src/cacaball.c
  2197. M /trunk/src/cacamoir.c
  2198. M /trunk/src/cacaplas.c
  2199. M /trunk/src/cacaplay.c
  2200. M /trunk/src/cacaview.c
  2201. M /trunk/src/img2irc.c
  2202. M /trunk/test/colors.c
  2203. M /trunk/test/demo.c
  2204. M /trunk/test/dithering.c
  2205. M /trunk/test/event.c
  2206. M /trunk/test/export.c
  2207. M /trunk/test/font.c
  2208. M /trunk/test/gamma.c
  2209. M /trunk/test/hsv.c
  2210. M /trunk/test/spritedit.c
  2211. M /trunk/test/transform.c
  2212. M /trunk/test/truecolor.c
  2213. M /trunk/test/unicode.c
  2214. * Renamed caca_t into caca_display_t.
  2215. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  2216. ------------------------------------------------------------------------
  2217. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  2218. Changed paths:
  2219. M /trunk/caca/caca.c
  2220. M /trunk/caca/caca.h
  2221. M /trunk/caca/caca_internals.h
  2222. M /trunk/caca/driver_conio.c
  2223. M /trunk/caca/driver_gl.c
  2224. M /trunk/caca/driver_ncurses.c
  2225. M /trunk/caca/driver_raw.c
  2226. M /trunk/caca/driver_slang.c
  2227. M /trunk/caca/driver_vga.c
  2228. M /trunk/caca/driver_win32.c
  2229. M /trunk/caca/driver_x11.c
  2230. M /trunk/caca/event.c
  2231. M /trunk/caca/graphics.c
  2232. M /trunk/cpp/caca++.cpp
  2233. M /trunk/cpp/cucul++.cpp
  2234. M /trunk/cpp/cucul++.h
  2235. M /trunk/cucul/box.c
  2236. M /trunk/cucul/canvas.c
  2237. M /trunk/cucul/colour.c
  2238. M /trunk/cucul/conic.c
  2239. M /trunk/cucul/cucul.c
  2240. M /trunk/cucul/cucul.h
  2241. M /trunk/cucul/cucul_internals.h
  2242. M /trunk/cucul/dither.c
  2243. M /trunk/cucul/export.c
  2244. M /trunk/cucul/font.c
  2245. M /trunk/cucul/line.c
  2246. M /trunk/cucul/sprite.c
  2247. M /trunk/cucul/transform.c
  2248. M /trunk/cucul/triangle.c
  2249. M /trunk/src/aafire.c
  2250. M /trunk/src/cacaball.c
  2251. M /trunk/src/cacamoir.c
  2252. M /trunk/src/cacaplas.c
  2253. M /trunk/src/cacaplay.c
  2254. M /trunk/src/cacaserver.c
  2255. M /trunk/src/cacaview.c
  2256. M /trunk/src/img2irc.c
  2257. M /trunk/test/colors.c
  2258. M /trunk/test/demo.c
  2259. M /trunk/test/dithering.c
  2260. M /trunk/test/event.c
  2261. M /trunk/test/export.c
  2262. M /trunk/test/font.c
  2263. M /trunk/test/gamma.c
  2264. M /trunk/test/hsv.c
  2265. M /trunk/test/spritedit.c
  2266. M /trunk/test/transform.c
  2267. M /trunk/test/truecolor.c
  2268. M /trunk/test/unicode.c
  2269. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  2270. ------------------------------------------------------------------------
  2271. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  2272. Changed paths:
  2273. M /trunk/cpp/Makefile.am
  2274. * Fixed C++ bindings makefile so that it does not try to use the system's
  2275. <cucul.h> and <caca.h> headers.
  2276. ------------------------------------------------------------------------
  2277. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2278. Changed paths:
  2279. M /trunk/cucul/export.c
  2280. * Truecolor support for the HTML and HTMLv3 exporters.
  2281. ------------------------------------------------------------------------
  2282. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  2283. Changed paths:
  2284. M /trunk/cucul/colour.c
  2285. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  2286. ------------------------------------------------------------------------
  2287. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  2288. Changed paths:
  2289. M /trunk/README
  2290. M /trunk/TODO
  2291. * Updated README (caca-config -> pkg-config) and TODO.
  2292. ------------------------------------------------------------------------
  2293. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  2294. Changed paths:
  2295. M /trunk/cucul/export.c
  2296. M /trunk/tools/makefont.c
  2297. * Cosmetic code changes and minor optimisations.
  2298. ------------------------------------------------------------------------
  2299. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  2300. Changed paths:
  2301. M /trunk/cucul/Makefile.am
  2302. M /trunk/cucul/cucul.c
  2303. M /trunk/cucul/cucul_internals.h
  2304. A /trunk/cucul/export.c
  2305. D /trunk/cucul/export_ansi.c
  2306. D /trunk/cucul/export_bitmap.c
  2307. D /trunk/cucul/export_html.c
  2308. D /trunk/cucul/export_irc.c
  2309. D /trunk/cucul/export_ps.c
  2310. D /trunk/cucul/export_svg.c
  2311. * Merged again all export functions into cucul/export.c. They're all the
  2312. same and they're very short (50-100 lines).
  2313. ------------------------------------------------------------------------
  2314. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  2315. Changed paths:
  2316. M /trunk/cucul/cucul.h
  2317. M /trunk/cucul/font.c
  2318. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  2319. compilation warnings.
  2320. ------------------------------------------------------------------------
  2321. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2322. Changed paths:
  2323. M /trunk/test/event.c
  2324. * Handle CACA_EVENT_QUIT in the event test program.
  2325. ------------------------------------------------------------------------
  2326. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  2327. Changed paths:
  2328. M /trunk/configure.ac
  2329. * Workaround for broken AC_PATH_X autoconf macros.
  2330. ------------------------------------------------------------------------
  2331. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  2332. Changed paths:
  2333. M /trunk/caca/driver_x11.c
  2334. * Compilation fix.
  2335. ------------------------------------------------------------------------
  2336. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  2337. Changed paths:
  2338. M /trunk/TODO
  2339. M /trunk/caca/caca.h
  2340. M /trunk/caca/driver_gl.c
  2341. M /trunk/caca/driver_x11.c
  2342. M /trunk/configure.ac
  2343. * Implemented CACA_EVENT_QUIT. Unused yet.
  2344. ------------------------------------------------------------------------
  2345. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  2346. Changed paths:
  2347. M /trunk/cpp
  2348. M /trunk/cpp/Makefile.am
  2349. * Fixed autotools stuff in the cpp bindings.
  2350. ------------------------------------------------------------------------
  2351. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  2352. Changed paths:
  2353. M /trunk/cpp/cpptest.cpp
  2354. * Compilation fix in cpptest.cpp.
  2355. ------------------------------------------------------------------------
  2356. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  2357. Changed paths:
  2358. M /trunk/cpp/caca++.cpp
  2359. M /trunk/cpp/caca++.h
  2360. M /trunk/cpp/cpptest.cpp
  2361. * Fixed compile problem, put Event outside Caca class
  2362. ------------------------------------------------------------------------
  2363. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  2364. Changed paths:
  2365. M /trunk/cpp/cucul++.cpp
  2366. M /trunk/cpp/cucul++.h
  2367. M /trunk/cucul/Makefile.am
  2368. M /trunk/cucul/cucul.c
  2369. M /trunk/cucul/cucul.h
  2370. D /trunk/cucul/math.c
  2371. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  2372. cucul.c just in case.
  2373. ------------------------------------------------------------------------
  2374. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  2375. Changed paths:
  2376. D /trunk/cpp/Makefile.in
  2377. D /trunk/cpp/caca++.pc
  2378. D /trunk/cpp/cucul++.pc
  2379. * Removed a few useless files (vieux porc).
  2380. ------------------------------------------------------------------------
  2381. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  2382. Changed paths:
  2383. M /trunk/TODO
  2384. * Updated TODO list.
  2385. ------------------------------------------------------------------------
  2386. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  2387. Changed paths:
  2388. M /trunk/test/dithering.c
  2389. M /trunk/test/truecolor.c
  2390. * Minor cosmetic changes in the test programs.
  2391. ------------------------------------------------------------------------
  2392. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  2393. Changed paths:
  2394. M /trunk/cucul/export_ps.c
  2395. M /trunk/cucul/export_svg.c
  2396. * Truecolor support in the SVG and PostScript exporters.
  2397. ------------------------------------------------------------------------
  2398. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2399. Changed paths:
  2400. M /trunk/cucul/Makefile.am
  2401. M /trunk/cucul/cucul.c
  2402. M /trunk/cucul/cucul_internals.h
  2403. A /trunk/cucul/export_bitmap.c
  2404. * Implemented TGA image export.
  2405. ------------------------------------------------------------------------
  2406. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2407. Changed paths:
  2408. M /trunk/cucul/colour.c
  2409. M /trunk/cucul/cucul_internals.h
  2410. * Implemented argb32 to rgb24fg/bg colour conversions.
  2411. ------------------------------------------------------------------------
  2412. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  2413. Changed paths:
  2414. M /trunk/test/export.c
  2415. * Use cucul_get_export_list() in the export test instead of hardcoding the
  2416. list of available formats. Also added a few truecolor blocks to the test.
  2417. ------------------------------------------------------------------------
  2418. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  2419. Changed paths:
  2420. M /trunk/cucul/font.c
  2421. * Fixed abusive strictness in the font loader.
  2422. ------------------------------------------------------------------------
  2423. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  2424. Changed paths:
  2425. M /trunk/TODO
  2426. * Updated TODO list.
  2427. ------------------------------------------------------------------------
  2428. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  2429. Changed paths:
  2430. M /trunk/cpp/cpptest.cpp
  2431. * Better C++ test
  2432. ------------------------------------------------------------------------
  2433. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  2434. Changed paths:
  2435. M /trunk/cpp/caca++.cpp
  2436. M /trunk/cpp/caca++.h
  2437. M /trunk/cpp/cpptest.cpp
  2438. M /trunk/cpp/cucul++.cpp
  2439. M /trunk/cpp/cucul++.h
  2440. * Added license in C++ files.
  2441. ------------------------------------------------------------------------
  2442. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  2443. Changed paths:
  2444. M /trunk/cpp/cpptest.cpp
  2445. M /trunk/cpp/cucul++.cpp
  2446. M /trunk/cpp/cucul++.h
  2447. * Fixed C++ printf(), added it in example
  2448. ------------------------------------------------------------------------
  2449. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  2450. Changed paths:
  2451. M /trunk/cpp/cpptest.cpp
  2452. * Forgot a test on Caca() instantiation
  2453. ------------------------------------------------------------------------
  2454. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  2455. Changed paths:
  2456. M /trunk/Makefile.am
  2457. M /trunk/configure.ac
  2458. A /trunk/cpp
  2459. A /trunk/cpp/Makefile.am
  2460. A /trunk/cpp/Makefile.in
  2461. A /trunk/cpp/caca++.cpp
  2462. A /trunk/cpp/caca++.h
  2463. A /trunk/cpp/caca++.pc
  2464. A /trunk/cpp/caca++.pc.in
  2465. A /trunk/cpp/cpptest.cpp
  2466. A /trunk/cpp/cucul++.cpp
  2467. A /trunk/cpp/cucul++.h
  2468. A /trunk/cpp/cucul++.pc
  2469. A /trunk/cpp/cucul++.pc.in
  2470. * Added preliminary C++ bindings
  2471. ------------------------------------------------------------------------
  2472. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  2473. Changed paths:
  2474. M /trunk/caca/driver_gl.c
  2475. M /trunk/caca/driver_x11.c
  2476. * Added truecolor support to the X11 and GL drivers.
  2477. ------------------------------------------------------------------------
  2478. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  2479. Changed paths:
  2480. M /trunk/test
  2481. M /trunk/test/Makefile.am
  2482. A /trunk/test/truecolor.c
  2483. * Added test/truecolor.c to test non-ANSI colour pairs.
  2484. ------------------------------------------------------------------------
  2485. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  2486. Changed paths:
  2487. M /trunk/cucul/canvas.c
  2488. M /trunk/cucul/colour.c
  2489. M /trunk/cucul/cucul.h
  2490. M /trunk/cucul/cucul_internals.h
  2491. * Moved cucul_set_color() from canvas.c to colour.c.
  2492. * Added cucul_set_truecolor() for non-ANSI colours.
  2493. * Added new argb32 -> rgb12 conversion functions.
  2494. ------------------------------------------------------------------------
  2495. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  2496. Changed paths:
  2497. M /trunk/caca/caca.h
  2498. M /trunk/caca/caca_internals.h
  2499. M /trunk/caca/driver_conio.c
  2500. M /trunk/caca/driver_gl.c
  2501. M /trunk/caca/driver_ncurses.c
  2502. M /trunk/caca/driver_raw.c
  2503. M /trunk/caca/driver_slang.c
  2504. M /trunk/caca/driver_vga.c
  2505. M /trunk/caca/driver_win32.c
  2506. M /trunk/caca/driver_x11.c
  2507. M /trunk/caca/event.c
  2508. M /trunk/caca/time.c
  2509. M /trunk/cucul/cucul.c
  2510. M /trunk/cucul/cucul.h
  2511. M /trunk/cucul/cucul_internals.h
  2512. M /trunk/cucul/dither.c
  2513. M /trunk/cucul/export_ansi.c
  2514. M /trunk/cucul/export_html.c
  2515. M /trunk/cucul/export_irc.c
  2516. M /trunk/cucul/export_ps.c
  2517. M /trunk/cucul/export_svg.c
  2518. M /trunk/cucul/font.c
  2519. M /trunk/cucul/sprite.c
  2520. M /trunk/src/aafire.c
  2521. M /trunk/src/cacaball.c
  2522. M /trunk/src/cacamoir.c
  2523. M /trunk/src/cacaplas.c
  2524. M /trunk/src/cacaplay.c
  2525. M /trunk/src/cacaserver.c
  2526. M /trunk/src/cacaview.c
  2527. M /trunk/src/img2irc.c
  2528. M /trunk/test/colors.c
  2529. M /trunk/test/demo.c
  2530. M /trunk/test/dithering.c
  2531. M /trunk/test/event.c
  2532. M /trunk/test/export.c
  2533. M /trunk/test/font.c
  2534. M /trunk/test/gamma.c
  2535. M /trunk/test/hsv.c
  2536. M /trunk/test/spritedit.c
  2537. M /trunk/test/transform.c
  2538. M /trunk/test/unicode.c
  2539. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  2540. such as cucul_dither_t instead of struct cucul_dither.
  2541. * Made cucul_buffer_t an opaque structure and implemented the two getters
  2542. cucul_get_buffer_data() and cucul_get_buffer_size().
  2543. * Documented all missing functions and function parameters.
  2544. ------------------------------------------------------------------------
  2545. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  2546. Changed paths:
  2547. M /trunk/cucul/cucul.pc.in
  2548. * Fixed bad library name in pc file.
  2549. ------------------------------------------------------------------------
  2550. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2551. Changed paths:
  2552. M /trunk/caca/caca_internals.h
  2553. M /trunk/cucul/font.c
  2554. M /trunk/msvc/cacaball.vcproj
  2555. M /trunk/msvc/cacafire.vcproj
  2556. M /trunk/msvc/cacamoir.vcproj
  2557. M /trunk/msvc/cacaplas.vcproj
  2558. M /trunk/msvc/cacaview.vcproj
  2559. M /trunk/msvc/config.h
  2560. M /trunk/msvc/libcaca.sln
  2561. M /trunk/msvc/libcaca.vcproj
  2562. M /trunk/perl/lib/Term/Caca/Constants.pm
  2563. M /trunk/perl/lib/Term/Caca.pm
  2564. M /trunk/perl/lib/Term/Kaka.pm
  2565. * Updated MSVC++ project (static library and src/*)
  2566. ------------------------------------------------------------------------
  2567. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2568. Changed paths:
  2569. M /trunk/test/demo.c
  2570. M /trunk/test/spritedit.c
  2571. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  2572. ------------------------------------------------------------------------
  2573. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  2574. Changed paths:
  2575. M /trunk/caca/caca.c
  2576. M /trunk/caca/caca.h
  2577. M /trunk/caca/event.c
  2578. M /trunk/caca/graphics.c
  2579. M /trunk/cucul/box.c
  2580. M /trunk/cucul/canvas.c
  2581. M /trunk/cucul/conic.c
  2582. M /trunk/cucul/cucul.c
  2583. M /trunk/cucul/cucul.h
  2584. M /trunk/cucul/dither.c
  2585. M /trunk/cucul/font.c
  2586. M /trunk/cucul/line.c
  2587. M /trunk/cucul/math.c
  2588. M /trunk/cucul/sprite.c
  2589. M /trunk/cucul/triangle.c
  2590. * Improved documentation in many places.
  2591. ------------------------------------------------------------------------
  2592. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  2593. Changed paths:
  2594. M /trunk/configure.ac
  2595. M /trunk/doc/Makefile.am
  2596. M /trunk/doc/doxygen.cfg.in
  2597. * Generate a PDF documentation instead of the PostScript one. It has nice
  2598. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  2599. ------------------------------------------------------------------------
  2600. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  2601. Changed paths:
  2602. M /trunk/cucul/font.c
  2603. * Ahaha I didn't even check that it compiled properly.
  2604. ------------------------------------------------------------------------
  2605. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  2606. Changed paths:
  2607. M /trunk/cucul/font.c
  2608. * Only support version 1 fonts.
  2609. ------------------------------------------------------------------------
  2610. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  2611. Changed paths:
  2612. M /trunk/caca/caca.c
  2613. M /trunk/caca/caca.h
  2614. M /trunk/caca/caca_internals.h
  2615. M /trunk/caca/driver_conio.c
  2616. M /trunk/caca/driver_gl.c
  2617. M /trunk/caca/driver_ncurses.c
  2618. M /trunk/caca/driver_raw.c
  2619. M /trunk/caca/driver_slang.c
  2620. M /trunk/caca/driver_vga.c
  2621. M /trunk/caca/driver_win32.c
  2622. M /trunk/caca/driver_x11.c
  2623. M /trunk/caca/event.c
  2624. M /trunk/caca/graphics.c
  2625. M /trunk/caca/time.c
  2626. M /trunk/cucul/box.c
  2627. M /trunk/cucul/canvas.c
  2628. M /trunk/cucul/charset.c
  2629. M /trunk/cucul/colour.c
  2630. M /trunk/cucul/conic.c
  2631. M /trunk/cucul/cucul.c
  2632. M /trunk/cucul/cucul.h
  2633. M /trunk/cucul/cucul_internals.h
  2634. M /trunk/cucul/dither.c
  2635. M /trunk/cucul/export_ansi.c
  2636. M /trunk/cucul/export_html.c
  2637. M /trunk/cucul/export_irc.c
  2638. M /trunk/cucul/export_ps.c
  2639. M /trunk/cucul/export_svg.c
  2640. M /trunk/cucul/font.c
  2641. M /trunk/cucul/line.c
  2642. M /trunk/cucul/math.c
  2643. M /trunk/cucul/sprite.c
  2644. M /trunk/cucul/transform.c
  2645. M /trunk/cucul/triangle.c
  2646. M /trunk/kernel/kernel.c
  2647. M /trunk/kernel/kernel.h
  2648. M /trunk/python/pypycaca.c
  2649. M /trunk/python/pypycaca.h
  2650. M /trunk/src/cacaplas.c
  2651. M /trunk/src/cacaserver.c
  2652. M /trunk/src/cacaview.c
  2653. M /trunk/src/common-image.c
  2654. M /trunk/src/common-image.h
  2655. * Removed \file directives from all files except caca.h and cucul.h, to
  2656. remove redundencies in the Doxygen documentation.
  2657. ------------------------------------------------------------------------
  2658. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  2659. Changed paths:
  2660. M /trunk/cucul/font.c
  2661. * Added a lot of sanity checks to the font parsing. It should now be
  2662. secure against broken files, but it probably needs peer review.
  2663. ------------------------------------------------------------------------
  2664. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  2665. Changed paths:
  2666. M /trunk/test/Makefile.am
  2667. M /trunk/test/font.c
  2668. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  2669. ------------------------------------------------------------------------
  2670. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  2671. Changed paths:
  2672. M /trunk/test/hsv.c
  2673. * Fixed caca_get_event() call in test/hsv.c.
  2674. ------------------------------------------------------------------------
  2675. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  2676. Changed paths:
  2677. M /trunk/cucul/colour.c
  2678. * Fixed compilation warning.
  2679. ------------------------------------------------------------------------
  2680. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  2681. Changed paths:
  2682. M /trunk/cucul/colour.c
  2683. * Fixed colour conversion routines so that they work with ARGB too.
  2684. ------------------------------------------------------------------------
  2685. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  2686. Changed paths:
  2687. M /trunk/cucul/Makefile.am
  2688. M /trunk/cucul/cucul.h
  2689. M /trunk/cucul/font.c
  2690. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  2691. A /trunk/cucul/font_monobold12.h
  2692. D /trunk/cucul/font_monospace9.h
  2693. M /trunk/test/font.c
  2694. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  2695. * Fixed font selection through cucul_font_load().
  2696. * Added a bigger 10x19 bold font.
  2697. ------------------------------------------------------------------------
  2698. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  2699. Changed paths:
  2700. M /trunk/tools/makefont.c
  2701. * Made makefont more configurable. Also, store the commandline in a comment
  2702. so that the font can be easily rebuilt.
  2703. ------------------------------------------------------------------------
  2704. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  2705. Changed paths:
  2706. M /trunk/TODO
  2707. * Updated TODO list.
  2708. ------------------------------------------------------------------------
  2709. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  2710. Changed paths:
  2711. M /trunk/cucul/cucul.h
  2712. M /trunk/cucul/font.c
  2713. M /trunk/test/font.c
  2714. * Internal font support through cucul_load_font(). Documented that.
  2715. * Removed ugly hooks from test/font.c.
  2716. ------------------------------------------------------------------------
  2717. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  2718. Changed paths:
  2719. M /trunk/cucul/font.c
  2720. * Ugly overflow bug in the rendering code.
  2721. ------------------------------------------------------------------------
  2722. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  2723. Changed paths:
  2724. M /trunk/cucul/cucul.h
  2725. M /trunk/cucul/font.c
  2726. M /trunk/test/font.c
  2727. * Implemented cucul_get_font_width() and cucul_get_font_height().
  2728. * Documented most font functions.
  2729. * Cleaned up cucul_render_canvas() and made it actually usable by external
  2730. programs. Removed ugly printf() debug calls.
  2731. ------------------------------------------------------------------------
  2732. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  2733. Changed paths:
  2734. M /trunk/cucul/cucul.c
  2735. M /trunk/cucul/cucul.h
  2736. M /trunk/cucul/cucul_internals.h
  2737. M /trunk/cucul/export_ansi.c
  2738. M /trunk/cucul/export_html.c
  2739. M /trunk/cucul/export_irc.c
  2740. M /trunk/cucul/export_ps.c
  2741. M /trunk/cucul/export_svg.c
  2742. M /trunk/src/cacaserver.c
  2743. M /trunk/src/img2irc.c
  2744. M /trunk/test/export.c
  2745. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  2746. ------------------------------------------------------------------------
  2747. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  2748. Changed paths:
  2749. M /trunk/cucul/font_monospace9.h
  2750. * Putain de bordel de manche a couilles. I forgot to fix the font.
  2751. ------------------------------------------------------------------------
  2752. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2753. Changed paths:
  2754. M /trunk/tools/makefont.c
  2755. * Some cleaning up in makefont.c.
  2756. ------------------------------------------------------------------------
  2757. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  2758. Changed paths:
  2759. M /trunk/cucul/font.c
  2760. M /trunk/cucul/font_monospace9.h
  2761. M /trunk/tools/makefont.c
  2762. * Fixed 4, 2 and 1-bit font rendering.
  2763. * Replaced the 8-bit internal font with a 4-bit one.
  2764. ------------------------------------------------------------------------
  2765. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  2766. Changed paths:
  2767. M /trunk/cucul/colour.c
  2768. M /trunk/cucul/cucul_internals.h
  2769. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  2770. fg/bg value into its separate argb 4-bit fields.
  2771. ------------------------------------------------------------------------
  2772. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2773. Changed paths:
  2774. M /trunk/test/spritedit.c
  2775. * Added silly play with interframe delay. Need to rework sprite format.
  2776. ------------------------------------------------------------------------
  2777. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  2778. Changed paths:
  2779. M /trunk/cucul/font_monospace9.h
  2780. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  2781. for the moment.
  2782. ------------------------------------------------------------------------
  2783. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  2784. Changed paths:
  2785. M /trunk/test
  2786. M /trunk/test/Makefile.am
  2787. A /trunk/test/font.c
  2788. * Added a test program for the font renderer.
  2789. ------------------------------------------------------------------------
  2790. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  2791. Changed paths:
  2792. M /trunk/test/export.c
  2793. * Code simplification.
  2794. ------------------------------------------------------------------------
  2795. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  2796. Changed paths:
  2797. M /trunk/cucul/Makefile.am
  2798. M /trunk/cucul/font.c
  2799. A /trunk/cucul/font_monospace9.h
  2800. * Created a built-in font from Bitstream Vera (Monospace 9).
  2801. ------------------------------------------------------------------------
  2802. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  2803. Changed paths:
  2804. M /trunk/configure.ac
  2805. M /trunk/tools
  2806. M /trunk/tools/Makefile.am
  2807. A /trunk/tools/makefont.c
  2808. * Added a font creator that uses pango to render glyphs.
  2809. ------------------------------------------------------------------------
  2810. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  2811. Changed paths:
  2812. M /trunk/cucul/cucul.h
  2813. M /trunk/cucul/font.c
  2814. * Slightly updated the font format and wrote a font loader. Also added a
  2815. skeleton for the renderer that will not last very long.
  2816. ------------------------------------------------------------------------
  2817. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  2818. Changed paths:
  2819. M /trunk/cucul/font.c
  2820. * New version of the font format.
  2821. ------------------------------------------------------------------------
  2822. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  2823. Changed paths:
  2824. M /trunk/cucul/Makefile.am
  2825. A /trunk/cucul/font.c
  2826. * Added a file for future font handling routines. Currently only the font
  2827. format proposal is in this file. Feel free to comment.
  2828. ------------------------------------------------------------------------
  2829. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  2830. Changed paths:
  2831. M /trunk/test
  2832. M /trunk/tools
  2833. * Proper svn:ignore properties on tools/.
  2834. ------------------------------------------------------------------------
  2835. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  2836. Changed paths:
  2837. M /trunk/Makefile.am
  2838. M /trunk/caca/driver_slang.c
  2839. M /trunk/configure.ac
  2840. M /trunk/test/Makefile.am
  2841. D /trunk/test/optipal.c
  2842. A /trunk/tools
  2843. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  2844. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  2845. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  2846. contain development tools that are only useful to libcaca developers.
  2847. ------------------------------------------------------------------------
  2848. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  2849. Changed paths:
  2850. M /trunk/src/Makefile.am
  2851. M /trunk/src/cacaview.c
  2852. * cacaview works again. Somewhat. Image loading is now handled by the
  2853. factored common-image.c file. Feature selection such as antialiasing or
  2854. dithering mode are still disabled.
  2855. ------------------------------------------------------------------------
  2856. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  2857. Changed paths:
  2858. M /trunk/src/common-image.c
  2859. * Renamed "freadint" to "u32fread", and so on.
  2860. ------------------------------------------------------------------------
  2861. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  2862. Changed paths:
  2863. M /trunk/src
  2864. M /trunk/src/Makefile.am
  2865. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  2866. A /trunk/src/common-image.h
  2867. A /trunk/src/img2irc.c
  2868. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  2869. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  2870. ------------------------------------------------------------------------
  2871. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  2872. Changed paths:
  2873. M /trunk/cucul/export_ansi.c
  2874. M /trunk/cucul/export_html.c
  2875. M /trunk/cucul/export_irc.c
  2876. M /trunk/cucul/export_ps.c
  2877. M /trunk/cucul/export_svg.c
  2878. * Avoid useless call to strlen() in the exporters.
  2879. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  2880. ------------------------------------------------------------------------
  2881. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  2882. Changed paths:
  2883. M /trunk/test/export.c
  2884. * Fixed test/export that was not printing the last character of the file.
  2885. ------------------------------------------------------------------------
  2886. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  2887. Changed paths:
  2888. M /trunk/TODO
  2889. * Updated TODO list. I forgot the aspect ratio function!
  2890. ------------------------------------------------------------------------
  2891. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  2892. Changed paths:
  2893. M /trunk/cucul/Makefile.am
  2894. D /trunk/cucul/bitmap.c
  2895. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  2896. * Renamed bitmap.c into dither.c.
  2897. ------------------------------------------------------------------------
  2898. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  2899. Changed paths:
  2900. M /trunk/cucul/bitmap.c
  2901. M /trunk/cucul/cucul.c
  2902. M /trunk/cucul/cucul.h
  2903. M /trunk/cucul/cucul_internals.h
  2904. M /trunk/src/aafire.c
  2905. M /trunk/src/cacaball.c
  2906. M /trunk/src/cacamoir.c
  2907. M /trunk/src/cacaplas.c
  2908. M /trunk/src/cacaview.c
  2909. M /trunk/test/demo.c
  2910. M /trunk/test/export.c
  2911. M /trunk/test/gamma.c
  2912. M /trunk/test/hsv.c
  2913. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  2914. ------------------------------------------------------------------------
  2915. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  2916. Changed paths:
  2917. M /trunk/cucul/bitmap.c
  2918. M /trunk/cucul/canvas.c
  2919. M /trunk/cucul/cucul.c
  2920. M /trunk/cucul/cucul.h
  2921. M /trunk/cucul/cucul_internals.h
  2922. M /trunk/cucul/sprite.c
  2923. M /trunk/test/dithering.c
  2924. M /trunk/test/optipal.c
  2925. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  2926. really portable, and Visual Studio complains when they are not explicitely
  2927. cast.
  2928. ------------------------------------------------------------------------
  2929. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  2930. Changed paths:
  2931. M /trunk/doc/doxygen.cfg.in
  2932. * Updated the Doxygen configuration file.
  2933. ------------------------------------------------------------------------
  2934. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  2935. Changed paths:
  2936. M /trunk/cucul/export_ansi.c
  2937. M /trunk/cucul/export_html.c
  2938. M /trunk/cucul/export_irc.c
  2939. M /trunk/cucul/export_ps.c
  2940. M /trunk/cucul/export_svg.c
  2941. * Fixed old bugs I introduced in the exporters.
  2942. * Fixed exporter headers to make Doxygen happy.
  2943. ------------------------------------------------------------------------
  2944. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  2945. Changed paths:
  2946. M /trunk/cucul
  2947. * Forgot an svn:ignore property.
  2948. ------------------------------------------------------------------------
  2949. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  2950. Changed paths:
  2951. M /trunk/caca
  2952. M /trunk/caca/Makefile.am
  2953. A /trunk/caca/caca.pc.in
  2954. M /trunk/configure.ac
  2955. M /trunk/cucul/Makefile.am
  2956. A /trunk/cucul/cucul.pc.in
  2957. * Added pkgconfig files. Eh ouais mon gars.
  2958. ------------------------------------------------------------------------
  2959. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  2960. Changed paths:
  2961. M /trunk/caca/driver_conio.c
  2962. M /trunk/caca/driver_gl.c
  2963. M /trunk/caca/driver_ncurses.c
  2964. M /trunk/caca/driver_slang.c
  2965. M /trunk/caca/driver_vga.c
  2966. M /trunk/caca/driver_win32.c
  2967. M /trunk/caca/driver_x11.c
  2968. M /trunk/cucul/colour.c
  2969. M /trunk/cucul/cucul_internals.h
  2970. M /trunk/cucul/export_ansi.c
  2971. M /trunk/cucul/export_html.c
  2972. M /trunk/cucul/export_irc.c
  2973. M /trunk/cucul/export_ps.c
  2974. M /trunk/cucul/export_svg.c
  2975. * Replaced occurrences of "rgba" with "argb".
  2976. ------------------------------------------------------------------------
  2977. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  2978. Changed paths:
  2979. M /trunk/cucul/bitmap.c
  2980. * Fixed a syntax error. Gruik.
  2981. ------------------------------------------------------------------------
  2982. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  2983. Changed paths:
  2984. M /trunk/cucul/bitmap.c
  2985. M /trunk/cucul/cucul.h
  2986. * Changed the cucul_set_bitmap_antialias() argument to a string.
  2987. ------------------------------------------------------------------------
  2988. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2989. Changed paths:
  2990. M /trunk/cucul/export_ps.c
  2991. * Of course I had to fuck up something. Here, PS export works again.
  2992. ------------------------------------------------------------------------
  2993. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  2994. Changed paths:
  2995. M /trunk/caca/driver_conio.c
  2996. M /trunk/caca/driver_gl.c
  2997. M /trunk/caca/driver_ncurses.c
  2998. M /trunk/caca/driver_raw.c
  2999. M /trunk/caca/driver_slang.c
  3000. M /trunk/caca/driver_vga.c
  3001. M /trunk/caca/driver_win32.c
  3002. M /trunk/caca/driver_x11.c
  3003. M /trunk/cucul/Makefile.am
  3004. M /trunk/cucul/canvas.c
  3005. A /trunk/cucul/colour.c
  3006. M /trunk/cucul/cucul.c
  3007. M /trunk/cucul/cucul_internals.h
  3008. M /trunk/cucul/export_ansi.c
  3009. M /trunk/cucul/export_html.c
  3010. M /trunk/cucul/export_irc.c
  3011. M /trunk/cucul/export_ps.c
  3012. M /trunk/cucul/export_svg.c
  3013. M /trunk/cucul/transform.c
  3014. M /trunk/src/cacaserver.c
  3015. * Store colour information on 32 bits, for future 12-bit colour support.
  3016. ------------------------------------------------------------------------
  3017. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  3018. Changed paths:
  3019. M /trunk/cucul/canvas.c
  3020. M /trunk/cucul/cucul.h
  3021. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  3022. ------------------------------------------------------------------------
  3023. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  3024. Changed paths:
  3025. M /trunk/cucul/cucul.c
  3026. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  3027. ------------------------------------------------------------------------
  3028. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  3029. Changed paths:
  3030. M /trunk/src/cacaserver.c
  3031. * Sanity check in cacaserver.c.
  3032. ------------------------------------------------------------------------
  3033. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  3034. Changed paths:
  3035. M /trunk/src/cacaserver.c
  3036. * Fixed a crash when realloc() returns a new address.
  3037. ------------------------------------------------------------------------
  3038. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  3039. Changed paths:
  3040. M /trunk/cucul/cucul.c
  3041. * Fixed old typo that caused qq->height to be uninitialised.
  3042. ------------------------------------------------------------------------
  3043. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  3044. Changed paths:
  3045. M /trunk/src/cacaserver.c
  3046. * Oops, removed unused variable
  3047. ------------------------------------------------------------------------
  3048. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  3049. Changed paths:
  3050. M /trunk/src/cacaserver.c
  3051. * Added Winsock (c)(tm)(r) compatibility
  3052. ------------------------------------------------------------------------
  3053. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  3054. Changed paths:
  3055. M /trunk/src/cacaplas.c
  3056. * removed b0rked test. No more pigs, I just commited 500 of them.
  3057. ------------------------------------------------------------------------
  3058. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  3059. Changed paths:
  3060. M /trunk/cucul/bitmap.c
  3061. * Set the default dithering mode to Floyd-Steinberg.
  3062. ------------------------------------------------------------------------
  3063. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  3064. Changed paths:
  3065. M /trunk/cucul/canvas.c
  3066. M /trunk/cucul/sprite.c
  3067. ((`)_.._ ,'-. _..._ _._
  3068. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  3069. .' / (
  3070. / S | _ _ \
  3071. | a \ o o |
  3072. ; m .-. /
  3073. ; ', '-.( '')-'
  3074. '. | ;-'
  3075. \ / /
  3076. / /-._ __, 7 |
  3077. \ `\ \`` | | |
  3078. \ \_,\ | |_,\
  3079. '-`' \_,\
  3080. ------------------------------------------------------------------------
  3081. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  3082. Changed paths:
  3083. M /trunk/TODO
  3084. M /trunk/cucul/canvas.c
  3085. M /trunk/cucul/cucul.h
  3086. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  3087. ------------------------------------------------------------------------
  3088. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  3089. Changed paths:
  3090. M /trunk/TODO
  3091. * Updated the TODO list.
  3092. ------------------------------------------------------------------------
  3093. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  3094. Changed paths:
  3095. M /trunk/caca/caca.h
  3096. M /trunk/cucul/bitmap.c
  3097. M /trunk/cucul/cucul.c
  3098. M /trunk/cucul/cucul.h
  3099. M /trunk/cucul/cucul_internals.h
  3100. M /trunk/test/demo.c
  3101. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  3102. environment variables handling. Replaced that with three per-bitmap
  3103. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  3104. cucul_set_bitmap_dithering().
  3105. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  3106. prototypes (but did not implement them yet).
  3107. * Added cucul_set_bitmap_charset() to choose what characters are going
  3108. to be used for the bitmap rendering.
  3109. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  3110. ------------------------------------------------------------------------
  3111. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  3112. Changed paths:
  3113. M /trunk/caca/caca.h
  3114. M /trunk/caca/event.c
  3115. M /trunk/src/aafire.c
  3116. M /trunk/src/cacaball.c
  3117. M /trunk/src/cacamoir.c
  3118. M /trunk/src/cacaplas.c
  3119. M /trunk/src/cacaplay.c
  3120. M /trunk/src/cacaview.c
  3121. M /trunk/test/colors.c
  3122. M /trunk/test/demo.c
  3123. M /trunk/test/dithering.c
  3124. M /trunk/test/event.c
  3125. M /trunk/test/gamma.c
  3126. M /trunk/test/hsv.c
  3127. M /trunk/test/spritedit.c
  3128. M /trunk/test/transform.c
  3129. M /trunk/test/unicode.c
  3130. * Merged caca_wait_event() into caca_get_event() and added a timeout
  3131. parameter to do what both functions did before, and even more.
  3132. ------------------------------------------------------------------------
  3133. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  3134. Changed paths:
  3135. M /trunk/src/Makefile.am
  3136. * Disabled cacaview for now. I'm going to utterly break it.
  3137. ------------------------------------------------------------------------
  3138. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  3139. Changed paths:
  3140. M /trunk/cucul/cucul.c
  3141. M /trunk/cucul/cucul.h
  3142. * Added cucul_get_export_list(). Returns a list of known export formats.
  3143. ------------------------------------------------------------------------
  3144. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  3145. Changed paths:
  3146. M /trunk/src/cacaserver.c
  3147. * cacaserver works again (but needs a complete rewrite because it's really
  3148. become ugly). You can now emulate the previous network driver behaviour
  3149. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  3150. ------------------------------------------------------------------------
  3151. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  3152. Changed paths:
  3153. M /trunk/cucul/cucul.c
  3154. M /trunk/cucul/cucul.h
  3155. M /trunk/src/cacaserver.c
  3156. M /trunk/test/export.c
  3157. * Changed the 2nd argument of cucul_create_export to a string. This way we
  3158. can add new exporters without changing the API.
  3159. ------------------------------------------------------------------------
  3160. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  3161. Changed paths:
  3162. M /trunk/src/Makefile.am
  3163. * Oops, I barfed that makefile.
  3164. ------------------------------------------------------------------------
  3165. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  3166. Changed paths:
  3167. M /trunk/src/aafire.c
  3168. M /trunk/src/cacaball.c
  3169. M /trunk/src/cacamoir.c
  3170. * Added "powered by libcaca" text to all examples for consistency
  3171. ------------------------------------------------------------------------
  3172. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  3173. Changed paths:
  3174. M /trunk/caca/Makefile.am
  3175. M /trunk/caca/caca.c
  3176. M /trunk/caca/caca.h
  3177. M /trunk/caca/caca_internals.h
  3178. D /trunk/caca/driver_network.c
  3179. M /trunk/src
  3180. M /trunk/src/Makefile.am
  3181. M /trunk/src/cacaplas.c
  3182. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  3183. * Removed the network driver and replaced it with a cacaserver executable
  3184. that has all the functionality, except it does not work yet (the stdin
  3185. reading routine is missing).
  3186. ------------------------------------------------------------------------
  3187. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  3188. Changed paths:
  3189. M /trunk/caca/driver_raw.c
  3190. M /trunk/src
  3191. M /trunk/src/Makefile.am
  3192. A /trunk/src/cacaplay.c
  3193. * Implemented a proof-of-concept cacaplay program that can redisplay a
  3194. single frame that was saved by the raw driver.
  3195. ------------------------------------------------------------------------
  3196. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  3197. Changed paths:
  3198. M /trunk/cucul/cucul.c
  3199. M /trunk/cucul/cucul.h
  3200. * Implemented cucul_load() to reload a file that was saved with the
  3201. raw driver. I know it is inconsistent to have the loader in libcucul
  3202. and the exporter in libcaca but I'll find a way to harmonise that.
  3203. ------------------------------------------------------------------------
  3204. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  3205. Changed paths:
  3206. M /trunk/caca/driver_gl.c
  3207. * Fixed OpenGL mouse handling
  3208. Sam Le Vieux Porc
  3209. (\____/)
  3210. Le / @__@ \ Le
  3211. ( (oo) )
  3212. `-.~~.-' Vieux
  3213. Vieux / \
  3214. @/ \_
  3215. (/ / \ \) Porc
  3216. Porc WW`----'WW
  3217. Sam Le Vieux Porc
  3218. ------------------------------------------------------------------------
  3219. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  3220. Changed paths:
  3221. M /trunk/caca/Makefile.am
  3222. M /trunk/caca/caca.c
  3223. M /trunk/caca/caca_internals.h
  3224. A /trunk/caca/driver_raw.c
  3225. * Created a minimal raw driver that outputs stuff to stdout.
  3226. ------------------------------------------------------------------------
  3227. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  3228. Changed paths:
  3229. M /trunk/caca/driver_gl.c
  3230. ██████ ██████
  3231. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  3232. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  3233. ██░░░░███░░░░░░░░███░░░░██
  3234. ██░░░░░░███░░░░░░███░░░░░░██
  3235. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  3236. ██░░░░░░██████████████░░░░░░██
  3237. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  3238. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3239. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3240. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  3241. ██░░░░██████████████░░░░██
  3242. ███░░░░░░██████░░░░░░███
  3243. █████░░░░░░░░░░█████
  3244. ████████████
  3245. ------------------------------------------------------------------------
  3246. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  3247. Changed paths:
  3248. M /trunk/caca/driver_gl.c
  3249. M /trunk/configure.ac
  3250. * Reworked the OpenGL headers and Glut features detection (what did you
  3251. expect).
  3252. ------------------------------------------------------------------------
  3253. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  3254. Changed paths:
  3255. M /trunk/cucul/cucul.h
  3256. M /trunk/cucul/transform.c
  3257. * Implemented cucul_invert() to invert a canvas' colours.
  3258. ------------------------------------------------------------------------
  3259. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  3260. Changed paths:
  3261. M /trunk/caca/driver_gl.c
  3262. * Fixed glutCheckLoop headers, testing only under MacOSX
  3263. ------------------------------------------------------------------------
  3264. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  3265. Changed paths:
  3266. M /trunk/caca/driver_gl.c
  3267. M /trunk/configure.ac
  3268. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  3269. ------------------------------------------------------------------------
  3270. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  3271. Changed paths:
  3272. M /trunk/cucul/transform.c
  3273. * Minor addition to the rotate code.
  3274. ------------------------------------------------------------------------
  3275. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  3276. Changed paths:
  3277. M /trunk/caca/Makefile.am
  3278. M /trunk/src/Makefile.am
  3279. M /trunk/test/Makefile.am
  3280. * Workaround for automake < 1.6.
  3281. ------------------------------------------------------------------------
  3282. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  3283. Changed paths:
  3284. M /trunk/cucul/bitmap.c
  3285. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  3286. AHAHAH _
  3287. _._ _..._ .-', _.._(`))
  3288. '-. ` ' /-._.-' ',/
  3289. ) MAIS \ '.
  3290. / _ _ | JE \
  3291. | a a / SUIS |
  3292. \ .-. ;
  3293. '-('' ).-' ,' UN ;
  3294. '-; | .'
  3295. \ VIEUX \ /
  3296. | 7 .__ _.-\ \
  3297. | | | ``/ /` /
  3298. /,_| | /,_/ /
  3299. /,_/ '`-'
  3300. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  3301. ------------------------------------------------------------------------
  3302. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  3303. Changed paths:
  3304. M /trunk/cucul/bitmap.c
  3305. M /trunk/cucul/cucul.h
  3306. M /trunk/test/demo.c
  3307. * 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.
  3308. ------------------------------------------------------------------------
  3309. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  3310. Changed paths:
  3311. M /trunk/caca/caca.h
  3312. M /trunk/caca/caca_internals.h
  3313. M /trunk/caca/driver_conio.c
  3314. M /trunk/caca/driver_gl.c
  3315. M /trunk/caca/driver_ncurses.c
  3316. M /trunk/caca/driver_network.c
  3317. M /trunk/caca/driver_slang.c
  3318. M /trunk/caca/driver_vga.c
  3319. M /trunk/caca/driver_win32.c
  3320. M /trunk/caca/driver_x11.c
  3321. M /trunk/caca/graphics.c
  3322. M /trunk/test/demo.c
  3323. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  3324. that we have one function less.
  3325. * Fixed coding style.
  3326. * Removed FUCKING TABS. ____.------.___
  3327. _______.----'`` ``` `` ``` ``-.
  3328. _.--' ` ```` ` ` ` ``` `` `` ``.
  3329. _.-' ' ` `` ``` `` ` `' `. _
  3330. .-'' ` H A H A H A `' M A I S \/.)
  3331. . . .-' / ` ` ` `` ||
  3332. |`-.(``-. ` ` ` ' ` ` ``` |\
  3333. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  3334. `/''````) `` ` - - ````` ' '.' |\_)
  3335. |`'_._` ``` ''` P O R C . . ```` /
  3336. // @) \ ` `` ''' . ``` '/
  3337. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  3338. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  3339. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  3340. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  3341. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  3342. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  3343. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  3344. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  3345. ''''
  3346. ------------------------------------------------------------------------
  3347. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  3348. Changed paths:
  3349. M /trunk/caca/driver_x11.c
  3350. M /trunk/caca/graphics.c
  3351. * Fixed bug in show/hide cursor, implemented X11 cursor
  3352. ------------------------------------------------------------------------
  3353. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  3354. Changed paths:
  3355. M /trunk/caca/driver_x11.c
  3356. M /trunk/test/demo.c
  3357. * Added forgotten X11 set/hide cursor (non-working code)
  3358. ------------------------------------------------------------------------
  3359. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  3360. Changed paths:
  3361. M /trunk/caca/caca.h
  3362. M /trunk/caca/caca_internals.h
  3363. M /trunk/caca/driver_conio.c
  3364. M /trunk/caca/driver_gl.c
  3365. M /trunk/caca/driver_ncurses.c
  3366. M /trunk/caca/driver_network.c
  3367. M /trunk/caca/driver_slang.c
  3368. M /trunk/caca/driver_vga.c
  3369. M /trunk/caca/driver_win32.c
  3370. M /trunk/caca/graphics.c
  3371. * Added caca_show/hide_cursor, and corresponding GL binding
  3372. ------------------------------------------------------------------------
  3373. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  3374. Changed paths:
  3375. M /trunk/caca/caca.h
  3376. * Documented the caca_event structure and improved a few things here and
  3377. there in the documentation.
  3378. ------------------------------------------------------------------------
  3379. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  3380. Changed paths:
  3381. M /trunk/caca/caca.c
  3382. M /trunk/caca/caca_internals.h
  3383. M /trunk/caca/driver_conio.c
  3384. M /trunk/caca/driver_gl.c
  3385. M /trunk/caca/driver_ncurses.c
  3386. M /trunk/caca/driver_network.c
  3387. M /trunk/caca/driver_slang.c
  3388. M /trunk/caca/driver_vga.c
  3389. M /trunk/caca/driver_win32.c
  3390. M /trunk/caca/driver_x11.c
  3391. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  3392. ------------------------------------------------------------------------
  3393. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  3394. Changed paths:
  3395. M /trunk/cucul/math.c
  3396. * Removed spurious prototype.
  3397. ------------------------------------------------------------------------
  3398. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  3399. Changed paths:
  3400. M /trunk/TODO
  3401. * Updated the TODO list with what's been done so far.
  3402. ------------------------------------------------------------------------
  3403. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  3404. Changed paths:
  3405. M /trunk/caca/caca.c
  3406. M /trunk/caca/caca.h
  3407. M /trunk/caca/caca_internals.h
  3408. M /trunk/caca/driver_conio.c
  3409. M /trunk/caca/driver_gl.c
  3410. M /trunk/caca/driver_ncurses.c
  3411. M /trunk/caca/driver_network.c
  3412. M /trunk/caca/driver_slang.c
  3413. M /trunk/caca/driver_vga.c
  3414. M /trunk/caca/driver_win32.c
  3415. M /trunk/caca/driver_x11.c
  3416. M /trunk/caca/event.c
  3417. M /trunk/src/aafire.c
  3418. M /trunk/src/cacaball.c
  3419. M /trunk/src/cacamoir.c
  3420. M /trunk/src/cacaplas.c
  3421. M /trunk/src/cacaview.c
  3422. M /trunk/test/colors.c
  3423. M /trunk/test/demo.c
  3424. M /trunk/test/dithering.c
  3425. M /trunk/test/event.c
  3426. M /trunk/test/gamma.c
  3427. M /trunk/test/hsv.c
  3428. M /trunk/test/spritedit.c
  3429. M /trunk/test/transform.c
  3430. M /trunk/test/unicode.c
  3431. * Massive rework of the event handling code, as per the TODO list.
  3432. ------------------------------------------------------------------------
  3433. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  3434. Changed paths:
  3435. M /trunk/test/gamma.c
  3436. * Hahaha mais le vieux porc c'est moi.
  3437. ------------------------------------------------------------------------
  3438. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  3439. Changed paths:
  3440. M /trunk/cucul/transform.c
  3441. * Added missing ASCII characters to cucul_rotate().
  3442. ------------------------------------------------------------------------
  3443. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  3444. Changed paths:
  3445. M /trunk/cucul/box.c
  3446. M /trunk/cucul/canvas.c
  3447. M /trunk/cucul/conic.c
  3448. M /trunk/cucul/cucul.h
  3449. M /trunk/cucul/cucul_internals.h
  3450. M /trunk/cucul/line.c
  3451. M /trunk/cucul/triangle.c
  3452. M /trunk/src/cacaview.c
  3453. M /trunk/test/demo.c
  3454. M /trunk/test/event.c
  3455. M /trunk/test/export.c
  3456. M /trunk/test/spritedit.c
  3457. * Made cucul_putchar32() an internal-only function.
  3458. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  3459. string instead of a single character as their last argument.
  3460. ------------------------------------------------------------------------
  3461. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  3462. Changed paths:
  3463. M /trunk/cucul/cucul.c
  3464. M /trunk/cucul/cucul.h
  3465. M /trunk/src/aafire.c
  3466. M /trunk/src/cacaball.c
  3467. M /trunk/src/cacamoir.c
  3468. M /trunk/src/cacaplas.c
  3469. M /trunk/src/cacaview.c
  3470. M /trunk/test/colors.c
  3471. M /trunk/test/demo.c
  3472. M /trunk/test/dithering.c
  3473. M /trunk/test/event.c
  3474. M /trunk/test/export.c
  3475. M /trunk/test/gamma.c
  3476. M /trunk/test/hsv.c
  3477. M /trunk/test/spritedit.c
  3478. M /trunk/test/transform.c
  3479. M /trunk/test/unicode.c
  3480. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  3481. ------------------------------------------------------------------------
  3482. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  3483. Changed paths:
  3484. M /trunk/TODO
  3485. * Removed done stuff from the TODO.
  3486. * Updated the TODO list with what I said in the mailing-list. The top
  3487. priority is what's marked "API-dependent stuff".
  3488. ------------------------------------------------------------------------
  3489. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  3490. Changed paths:
  3491. M /trunk/test
  3492. M /trunk/test/Makefile.am
  3493. A /trunk/test/transform.c
  3494. * Added a test for the transformation routines.
  3495. ------------------------------------------------------------------------
  3496. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  3497. Changed paths:
  3498. M /trunk/cucul/transform.c
  3499. * Added more characters to the flip/rotate routines.
  3500. ------------------------------------------------------------------------
  3501. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  3502. Changed paths:
  3503. M /trunk/cucul/Makefile.am
  3504. M /trunk/cucul/cucul.h
  3505. A /trunk/cucul/transform.c
  3506. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  3507. operations on canvases.
  3508. ------------------------------------------------------------------------
  3509. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  3510. Changed paths:
  3511. M /trunk/caca/caca.c
  3512. M /trunk/caca/caca.h
  3513. M /trunk/caca/caca_internals.h
  3514. M /trunk/caca/driver_conio.c
  3515. M /trunk/caca/driver_gl.c
  3516. M /trunk/caca/driver_ncurses.c
  3517. M /trunk/caca/driver_network.c
  3518. M /trunk/caca/driver_slang.c
  3519. M /trunk/caca/driver_vga.c
  3520. M /trunk/caca/driver_win32.c
  3521. M /trunk/caca/driver_x11.c
  3522. M /trunk/caca/event.c
  3523. M /trunk/caca/graphics.c
  3524. M /trunk/caca/time.c
  3525. M /trunk/cucul/bitmap.c
  3526. M /trunk/cucul/box.c
  3527. M /trunk/cucul/canvas.c
  3528. M /trunk/cucul/charset.c
  3529. M /trunk/cucul/conic.c
  3530. M /trunk/cucul/cucul.c
  3531. M /trunk/cucul/cucul.h
  3532. M /trunk/cucul/cucul_internals.h
  3533. M /trunk/cucul/export_ansi.c
  3534. M /trunk/cucul/export_html.c
  3535. M /trunk/cucul/export_irc.c
  3536. M /trunk/cucul/export_ps.c
  3537. M /trunk/cucul/export_svg.c
  3538. M /trunk/cucul/line.c
  3539. M /trunk/cucul/math.c
  3540. M /trunk/cucul/sprite.c
  3541. M /trunk/cucul/triangle.c
  3542. M /trunk/kernel/kernel.c
  3543. M /trunk/kernel/kernel.h
  3544. M /trunk/test
  3545. * Slightly changed header comments.
  3546. ------------------------------------------------------------------------
  3547. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3548. Changed paths:
  3549. M /trunk/cucul/canvas.c
  3550. * Optimise cucul_blit() by using memcpy() if there is no mask.
  3551. ------------------------------------------------------------------------
  3552. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  3553. Changed paths:
  3554. M /trunk/cucul/canvas.c
  3555. M /trunk/cucul/cucul.h
  3556. M /trunk/test/Makefile.am
  3557. M /trunk/test/gamma.c
  3558. * Added the cucul_blit() function. It lets us blit various canvas one
  3559. onto the other with an optional mask.
  3560. ------------------------------------------------------------------------
  3561. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  3562. Changed paths:
  3563. M /trunk/cucul/cucul.c
  3564. * Fixed an uninitialised structure member.
  3565. ------------------------------------------------------------------------
  3566. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  3567. Changed paths:
  3568. M /trunk/cucul/Makefile.am
  3569. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  3570. D /trunk/cucul/char.c
  3571. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  3572. that is a bit more high level than characters.
  3573. ------------------------------------------------------------------------
  3574. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 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.h
  3579. M /trunk/test/export.c
  3580. * Renamed cucul_get_export() to cucul_create_export().
  3581. ------------------------------------------------------------------------
  3582. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  3583. Changed paths:
  3584. M /trunk/cucul/bitmap.c
  3585. M /trunk/cucul/cucul.h
  3586. M /trunk/src/aafire.c
  3587. M /trunk/src/cacaball.c
  3588. M /trunk/src/cacamoir.c
  3589. M /trunk/src/cacaplas.c
  3590. M /trunk/src/cacaview.c
  3591. M /trunk/test/demo.c
  3592. M /trunk/test/export.c
  3593. M /trunk/test/gamma.c
  3594. M /trunk/test/hsv.c
  3595. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  3596. ------------------------------------------------------------------------
  3597. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  3598. Changed paths:
  3599. M /trunk/cucul/cucul.c
  3600. M /trunk/cucul/cucul.h
  3601. M /trunk/src/aafire.c
  3602. M /trunk/src/cacaball.c
  3603. M /trunk/src/cacamoir.c
  3604. M /trunk/src/cacaplas.c
  3605. M /trunk/src/cacaview.c
  3606. M /trunk/test/colors.c
  3607. M /trunk/test/demo.c
  3608. M /trunk/test/dithering.c
  3609. M /trunk/test/event.c
  3610. M /trunk/test/export.c
  3611. M /trunk/test/gamma.c
  3612. M /trunk/test/hsv.c
  3613. M /trunk/test/spritedit.c
  3614. M /trunk/test/unicode.c
  3615. * Changed the cucul_init parameter so that it now directly accepts a
  3616. canvas size (use cucul_init(0, 0) for the old behaviour).
  3617. ------------------------------------------------------------------------
  3618. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  3619. Changed paths:
  3620. M /trunk/kernel/kernel.c
  3621. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  3622. ------------------------------------------------------------------------
  3623. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  3624. Changed paths:
  3625. M /trunk/cucul/cucul.c
  3626. * Removed code that did not need to be duplicated.
  3627. ------------------------------------------------------------------------
  3628. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3629. Changed paths:
  3630. M /trunk/src/cacaview.c
  3631. * Gamma support in cacaview (through the g/G key).
  3632. ------------------------------------------------------------------------
  3633. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  3634. Changed paths:
  3635. M /trunk/test/gamma.c
  3636. * Added colour to the gamma test.
  3637. ------------------------------------------------------------------------
  3638. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  3639. Changed paths:
  3640. M /trunk/cucul/bitmap.c
  3641. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  3642. ------------------------------------------------------------------------
  3643. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  3644. Changed paths:
  3645. M /trunk/test/gamma.c
  3646. * Animated gamma test.
  3647. ------------------------------------------------------------------------
  3648. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  3649. Changed paths:
  3650. M /trunk/cucul/cucul.h
  3651. M /trunk/cucul/math.c
  3652. * Got rid of cucul_powf(), too complex to implement and no longer used.
  3653. ------------------------------------------------------------------------
  3654. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  3655. Changed paths:
  3656. M /trunk/configure.ac
  3657. M /trunk/cucul/bitmap.c
  3658. * Added optional support for CP437 gray blocks in the bitmap renderer.
  3659. * Use a custom pow() function for gamma computation.
  3660. ------------------------------------------------------------------------
  3661. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  3662. Changed paths:
  3663. M /trunk/cucul/math.c
  3664. * Tried to do something with cucul_powf. It currently sucks.
  3665. ------------------------------------------------------------------------
  3666. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  3667. Changed paths:
  3668. M /trunk/src/cacaplas.c
  3669. * Changed the cacaplas colours. Yeah, I do what I want.
  3670. ------------------------------------------------------------------------
  3671. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  3672. Changed paths:
  3673. M /trunk/test/Makefile.am
  3674. A /trunk/test/gamma.c
  3675. ___
  3676. * Bitmap gamma test example. Of ,---. /""`_,'
  3677. course it does not work yet, | `\``""-; /
  3678. because some dirty old pig \ /`\\ ';'
  3679. implemented a cucul_powf() .') | __ \
  3680. function that only works / (` / /(O\. _|
  3681. with integer exponents. .-`| `"` ` .-\_
  3682. .-' \ ` ;=-.
  3683. HAHAHAHA MAIS .' . ._, / o o\
  3684. VIEUX PORC ! .-'` . '-._;_._.J
  3685. .-'` `.-'`
  3686. _. -` L ' .'
  3687. .' U '- ._.-'
  3688. /` C /
  3689. / y |
  3690. ._ ; J | |
  3691. )).-| | | /
  3692. (/`.-| \ \ / .;
  3693. ( (_)| | \ ; .' |
  3694. '--'; | `\ / / |
  3695. \ | `\ /.' /
  3696. \ / ; |`\ |
  3697. '. .' _.-| | | |
  3698. '-. .-';_"---'`.__| | | \
  3699. `'-._ ``'-. | \ \__\\
  3700. `''--.___\\ \__\\
  3701. ------------------------------------------------------------------------
  3702. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  3703. Changed paths:
  3704. M /trunk/cucul/bitmap.c
  3705. M /trunk/cucul/cucul.h
  3706. M /trunk/cucul/sprite.c
  3707. M /trunk/src/aafire.c
  3708. M /trunk/src/cacaball.c
  3709. M /trunk/src/cacamoir.c
  3710. M /trunk/src/cacaplas.c
  3711. M /trunk/src/cacaview.c
  3712. M /trunk/test/demo.c
  3713. M /trunk/test/export.c
  3714. M /trunk/test/hsv.c
  3715. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  3716. ------------------------------------------------------------------------
  3717. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  3718. Changed paths:
  3719. M /trunk/configure.ac
  3720. M /trunk/kernel/kernel.c
  3721. * Use the asm versions of sin and cos when available.
  3722. ------------------------------------------------------------------------
  3723. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  3724. Changed paths:
  3725. M /trunk/caca/driver_gl.c
  3726. * Added a bird.
  3727. ------------------------------------------------------------------------
  3728. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  3729. Changed paths:
  3730. M /trunk/caca/driver_x11.c
  3731. * Added basic support for a few Unicode characters to the X11 driver.
  3732. ------------------------------------------------------------------------
  3733. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  3734. Changed paths:
  3735. M /trunk/src/cacaplas.c
  3736. * Added a lame "powered by libcaca" banner to cacaplas.
  3737. ------------------------------------------------------------------------
  3738. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  3739. Changed paths:
  3740. M /trunk/TODO
  3741. * Added a few notes to the TODO list.
  3742. ------------------------------------------------------------------------
  3743. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  3744. Changed paths:
  3745. M /trunk/src/cacaball.c
  3746. Nan mais avec ma config _,--. ,--._
  3747. d'Emacs c'est vraiment \ > `-"""-' < /
  3748. impossible qu'il reste `-. .-'
  3749. des tabs dans mon code / 'e___e` \
  3750. \__ ( (o o) )
  3751. HAHAHAHA MAIS _\_ `=' _/_
  3752. VIEUX PORC ! / /|`-._.-'|\ \
  3753. \ ., / /||_______||\ \
  3754. .,|_) _/ /_||=======||_\ \_
  3755. _ _______( ,\ ', / _/==|| ||==\_ \
  3756. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  3757. '/ (") \ /
  3758. | t-` \______|______/
  3759. \ )_.-` |______|______|
  3760. \ .^--| /_| )__| |__(
  3761. \_(_\ |_|'[_\ / ] [ \
  3762. '[_\ '[_\ `--' `--'
  3763. ------------------------------------------------------------------------
  3764. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  3765. Changed paths:
  3766. M /trunk/test/unicode.c
  3767. * More special characters in the Unicode test.
  3768. ------------------------------------------------------------------------
  3769. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  3770. Changed paths:
  3771. M /trunk/caca/caca.h
  3772. M /trunk/caca/caca_internals.h
  3773. M /trunk/caca/event.c
  3774. M /trunk/caca/graphics.c
  3775. M /trunk/cucul/char.c
  3776. M /trunk/cucul/cucul_internals.h
  3777. * Cosmetic fixes.
  3778. ------------------------------------------------------------------------
  3779. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  3780. Changed paths:
  3781. M /trunk/caca/driver_network.c
  3782. M /trunk/cucul/cucul.c
  3783. M /trunk/cucul/cucul.h
  3784. M /trunk/cucul/export_ansi.c
  3785. M /trunk/cucul/export_html.c
  3786. M /trunk/cucul/export_irc.c
  3787. M /trunk/cucul/export_ps.c
  3788. M /trunk/cucul/export_svg.c
  3789. M /trunk/test/export.c
  3790. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  3791. ------------------------------------------------------------------------
  3792. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  3793. Changed paths:
  3794. M /trunk/caca/driver_conio.c
  3795. M /trunk/caca/driver_vga.c
  3796. M /trunk/cucul/Makefile.am
  3797. M /trunk/cucul/char.c
  3798. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  3799. M /trunk/cucul/cucul_internals.h
  3800. * Factorised some charset handling code into a new cucul/charset.c file.
  3801. ------------------------------------------------------------------------
  3802. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  3803. Changed paths:
  3804. M /trunk/test/export.c
  3805. * Added a few commonly escaped characters to the export test: ( ) " < > &
  3806. ------------------------------------------------------------------------
  3807. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  3808. Changed paths:
  3809. M /trunk/cucul/export_svg.c
  3810. * Full Unicode support in the SVG exporter.
  3811. ------------------------------------------------------------------------
  3812. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  3813. Changed paths:
  3814. M /trunk/caca/driver_x11.c
  3815. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  3816. ------------------------------------------------------------------------
  3817. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  3818. Changed paths:
  3819. M /trunk/cucul/export_ps.c
  3820. ___
  3821. ',_`""\ .---,
  3822. \ :-""``/` |
  3823. Ahaha mais vieux porc !! `;' //`\ /
  3824. / __ | ('.
  3825. |_ ./O)\ \ `) \
  3826. _/-. ` `"` |`
  3827. .-=; ` /
  3828. /o o \ ,_, .
  3829. L._._;_.-' .
  3830. `'-.` '
  3831. `. '
  3832. '-._. -'
  3833. ------------------------------------------------------------------------
  3834. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  3835. Changed paths:
  3836. M /trunk/ChangeLog
  3837. * Updated ChangeLog and converted it to UTF-8.
  3838. ------------------------------------------------------------------------
  3839. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  3840. Changed paths:
  3841. M /trunk/cucul/export_svg.c
  3842. * Fixed Unicode handling and improved coding style in the SVG exporter.
  3843. ------------------------------------------------------------------------
  3844. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  3845. Changed paths:
  3846. M /trunk/test/export.c
  3847. * Do not write the trailing \0 when exporting data.
  3848. ------------------------------------------------------------------------
  3849. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  3850. Changed paths:
  3851. M /trunk/cucul/export_ps.c
  3852. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  3853. Unicode characters are encountered.
  3854. ------------------------------------------------------------------------
  3855. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  3856. Changed paths:
  3857. M /trunk/cucul/export_ps.c
  3858. * Optimised for speed and space, fixed a few bugs, and improved coding style
  3859. in the PS exporter (vieux porc !).
  3860. ------------------------------------------------------------------------
  3861. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  3862. Changed paths:
  3863. M /trunk/cucul/cucul.c
  3864. * Comment clarification.
  3865. ------------------------------------------------------------------------
  3866. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  3867. Changed paths:
  3868. M /trunk/caca/driver_win32.c
  3869. * Fix resizing of the Win32 console. It now adapts to the requested size.
  3870. ------------------------------------------------------------------------
  3871. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  3872. Changed paths:
  3873. M /trunk/caca/driver_conio.c
  3874. M /trunk/caca/driver_vga.c
  3875. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  3876. * Cosmetic code changes.
  3877. ------------------------------------------------------------------------
  3878. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  3879. Changed paths:
  3880. M /trunk/caca/driver_slang.c
  3881. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  3882. ------------------------------------------------------------------------
  3883. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  3884. Changed paths:
  3885. M /trunk/caca/driver_ncurses.c
  3886. M /trunk/configure.ac
  3887. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  3888. ------------------------------------------------------------------------
  3889. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  3890. Changed paths:
  3891. M /trunk/build-win32
  3892. * Distribute the license with Win32 packages and convert text files to
  3893. CRLF format.
  3894. ------------------------------------------------------------------------
  3895. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  3896. Changed paths:
  3897. M /trunk/caca/driver_conio.c
  3898. M /trunk/test/unicode.c
  3899. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  3900. the DOS/conio.h driver, and updated the unicode test accordingly.
  3901. ------------------------------------------------------------------------
  3902. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3903. Changed paths:
  3904. M /trunk/test/export.c
  3905. M /trunk/test/unicode.c
  3906. * Added a few more Unicode characters to the export and unicode tests.
  3907. ------------------------------------------------------------------------
  3908. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  3909. Changed paths:
  3910. M /trunk/caca/driver_conio.c
  3911. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  3912. equivalents in CP437 0x7f - 0xff are translated.
  3913. ------------------------------------------------------------------------
  3914. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  3915. Changed paths:
  3916. M /trunk/cucul/export_html.c
  3917. * Unicode support in the HTML exporter.
  3918. ------------------------------------------------------------------------
  3919. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3920. Changed paths:
  3921. M /trunk/caca/caca.c
  3922. * Cosmetic.
  3923. ------------------------------------------------------------------------
  3924. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3925. Changed paths:
  3926. M /trunk/test
  3927. M /trunk/test/Makefile.am
  3928. A /trunk/test/export.c
  3929. * Small test program for exporters. Usage: "export html", "export irc" etc.
  3930. ------------------------------------------------------------------------
  3931. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  3932. Changed paths:
  3933. A /trunk/cucul/export_svg.c
  3934. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  3935. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3936. p______...___________________________p
  3937. e____(_..__`'-.,--,__________________e
  3938. n_____'-._'-.__`\a\\_________________n
  3939. i_________'.___.'_(|_________________i
  3940. s____________7____||_________________s
  3941. b___________/___.'_|_________________b
  3942. i__________/_.-'__,J_________________i
  3943. r_________/_________\________________r
  3944. d________||___/______;_______________d
  3945. *________||__|_______|_______________*
  3946. p________`\__\_______|__/__''\_______p
  3947. e__________'._\______/.-`____{}|_____e
  3948. n___________/\_`;_.-'_________/______n
  3949. i___________\_;(((____.--'\_/________i
  3950. s_________.(((_____.-;\______________s
  3951. b____.--'`_____,;`'.'-;\_____________b
  3952. i_taco's____.'____'._.'\\____________i
  3953. r_dick_--'_________|__\_|____________r
  3954. d__________________\_\,_/____________d
  3955. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3956. ------------------------------------------------------------------------
  3957. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  3958. Changed paths:
  3959. M /trunk/cucul/Makefile.am
  3960. M /trunk/cucul/cucul.c
  3961. M /trunk/cucul/cucul.h
  3962. M /trunk/cucul/export_html.c
  3963. M /trunk/cucul/export_ps.c
  3964. * Added preliminary (but working) SVG exporter
  3965. ------------------------------------------------------------------------
  3966. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3967. Changed paths:
  3968. M /trunk/caca/driver_network.c
  3969. * Added telnet commands and options strings for debug
  3970. ------------------------------------------------------------------------
  3971. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  3972. Changed paths:
  3973. M /trunk/test/demo.c
  3974. * Fixed refresh when updating parameter in display_menu()
  3975. ------------------------------------------------------------------------
  3976. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  3977. Changed paths:
  3978. M /trunk/kernel/kernel.c
  3979. * Removed false comment
  3980. ------------------------------------------------------------------------
  3981. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  3982. Changed paths:
  3983. M /trunk/src/cacaball.c
  3984. * Optimised cacaballs a bit
  3985. ------------------------------------------------------------------------
  3986. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3987. Changed paths:
  3988. M /trunk/src/cacaball.c
  3989. * Better cacaballs parameters
  3990. ------------------------------------------------------------------------
  3991. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  3992. Changed paths:
  3993. M /trunk/src/cacamoir.c
  3994. * Increased cacamoir circle thikness by 50%, because it currently really
  3995. sucks in small resolutions.
  3996. ------------------------------------------------------------------------
  3997. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  3998. Changed paths:
  3999. M /trunk/caca/driver_gl.c
  4000. M /trunk/caca/driver_ncurses.c
  4001. M /trunk/caca/driver_x11.c
  4002. M /trunk/src/cacaball.c
  4003. * Minor coding style fixes.
  4004. ------------------------------------------------------------------------
  4005. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  4006. Changed paths:
  4007. M /trunk/caca/driver_win32.c
  4008. * UTF-8 support in the Win32 driver.
  4009. ------------------------------------------------------------------------
  4010. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  4011. Changed paths:
  4012. M /trunk/caca/caca.h
  4013. M /trunk/caca/driver_network.c
  4014. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  4015. * Use RETSIGTYPE for signal handler return values.
  4016. ------------------------------------------------------------------------
  4017. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  4018. Changed paths:
  4019. M /trunk/caca/driver_slang.c
  4020. M /trunk/configure.ac
  4021. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  4022. in the SLang driver.
  4023. * Cosmetic fixes in configure.ac.
  4024. ------------------------------------------------------------------------
  4025. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  4026. Changed paths:
  4027. M /trunk/caca/driver_network.c
  4028. M /trunk/cucul/cucul.c
  4029. M /trunk/cucul/cucul.h
  4030. M /trunk/cucul/cucul_internals.h
  4031. M /trunk/cucul/export_ansi.c
  4032. M /trunk/cucul/export_html.c
  4033. M /trunk/cucul/export_irc.c
  4034. M /trunk/cucul/export_ps.c
  4035. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  4036. * Got rid of static buffers; we now use cucul_free() to free exported
  4037. buffers.
  4038. * Fixed light background in the ANSI exporter by adding escape sequences for
  4039. most terminal emulators.
  4040. ------------------------------------------------------------------------
  4041. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  4042. Changed paths:
  4043. M /trunk/kernel/kernel.c
  4044. * Fixed UPPER() for strcasecmp
  4045. ------------------------------------------------------------------------
  4046. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  4047. Changed paths:
  4048. M /trunk/kernel/kernel.c
  4049. * Rewrote strncasecmp. Totally untested, of course.
  4050. ------------------------------------------------------------------------
  4051. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  4052. Changed paths:
  4053. M /trunk/cucul/export_ps.c
  4054. * STATIC char const. AHAHAHAHA.
  4055. ------------------------------------------------------------------------
  4056. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  4057. Changed paths:
  4058. M /trunk/caca/driver_network.c
  4059. * Do not switch to alternate screen when clearing, because sometimes we
  4060. are unable to cleanly restore the state.
  4061. ------------------------------------------------------------------------
  4062. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  4063. Changed paths:
  4064. M /trunk/cucul/export_ps.c
  4065. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  4066. ------------------------------------------------------------------------
  4067. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  4068. Changed paths:
  4069. M /trunk/cucul/export_ps.c
  4070. * Postscript exporter now kinda works. Paper size to be fixed
  4071. ------------------------------------------------------------------------
  4072. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  4073. Changed paths:
  4074. M /trunk/cucul/Makefile.am
  4075. M /trunk/cucul/cucul.c
  4076. M /trunk/cucul/cucul.h
  4077. M /trunk/cucul/cucul_internals.h
  4078. A /trunk/cucul/export_ps.c
  4079. * Added preliminary Postscript (tm) (r) (c) exporter.
  4080. ------------------------------------------------------------------------
  4081. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  4082. Changed paths:
  4083. M /trunk/caca/driver_network.c
  4084. * Pressing Ctrl-C on the client side now drops the connection.
  4085. ------------------------------------------------------------------------
  4086. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  4087. Changed paths:
  4088. M /trunk/TODO
  4089. * Updated the TODO list, mostly with Unicode-related tasks.
  4090. ------------------------------------------------------------------------
  4091. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  4092. Changed paths:
  4093. M /trunk/caca/caca.h
  4094. M /trunk/caca/driver_network.c
  4095. * Changed port environment variable to "CACA_PORT". No need to mention it's
  4096. a network port, we could have guessed.
  4097. ------------------------------------------------------------------------
  4098. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  4099. Changed paths:
  4100. M /trunk/caca/caca.c
  4101. * Ooops, fixed an old typo.
  4102. ------------------------------------------------------------------------
  4103. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  4104. Changed paths:
  4105. M /trunk/src/cacaball.c
  4106. * Fixed a warning in cacaball.c.
  4107. ------------------------------------------------------------------------
  4108. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  4109. Changed paths:
  4110. M /trunk/caca/driver_network.c
  4111. * Improvements to the network output:
  4112. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  4113. the registered ports area, but we'd never be accepted anyway).
  4114. + Retry network sends in caca_get_event(), too.
  4115. + Have a per-client buffer in case of network congestion. If that buffer
  4116. gets full, just drop it and start again at the next frame.
  4117. + Set the window title to "caca for the network".
  4118. + Do not send the ANSI buffer's terminating \0.
  4119. + Restore the SIGPIPE handler on close.
  4120. + Set window size to 80x24 instead of 80x25.
  4121. ------------------------------------------------------------------------
  4122. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  4123. Changed paths:
  4124. M /trunk/cucul/export_ansi.c
  4125. M /trunk/cucul/export_html.c
  4126. M /trunk/cucul/export_irc.c
  4127. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  4128. M /trunk/perl/lib/Term/Caca/Constants.pm
  4129. M /trunk/perl/lib/Term/Caca/Sprite.pm
  4130. M /trunk/perl/lib/Term/Caca.pm
  4131. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4132. M /trunk/perl/lib/Term/Kaka/Constants.pm
  4133. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  4134. M /trunk/perl/lib/Term/Kaka.pm
  4135. M /trunk/python/pypycaca.c
  4136. M /trunk/python/pypycaca.h
  4137. * Set svn:keyword Id property on a few files.
  4138. Note to developers: use that chunk in your ~/.subversion/config:
  4139. [miscellany]
  4140. enable-auto-props = yes
  4141. [auto-props]
  4142. *.m = svn:keywords=Id
  4143. *.h = svn:keywords=Id
  4144. *.mm = svn:keywords=Id
  4145. *.c = svn:keywords=Id
  4146. *.cpp = svn:keywords=Id
  4147. *.pch = svn:keywords=Id
  4148. *.command = svn:keywords=Id
  4149. *.pl = svn:keywords=Id
  4150. *.pm = svn:keywords=Id
  4151. *.py = svn:keywords=Id
  4152. *.sh = svn:keywords=Id
  4153. *.txt = svn:keywords=Id
  4154. *.html = svn:keywords=Id
  4155. *.php = svn:keywords=Id
  4156. ------------------------------------------------------------------------
  4157. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  4158. Changed paths:
  4159. M /trunk/cucul/export_ansi.c
  4160. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  4161. ------------------------------------------------------------------------
  4162. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  4163. Changed paths:
  4164. M /trunk/caca/caca.c
  4165. * Fixed an uninitialised variable in the event queue handling.
  4166. ------------------------------------------------------------------------
  4167. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  4168. Changed paths:
  4169. M /trunk/test/colors.c
  4170. * Allow the color test to be built as a kernel.
  4171. ------------------------------------------------------------------------
  4172. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  4173. Changed paths:
  4174. M /trunk/THANKS
  4175. * Sorted list of extra contributors by topic and added the FSF.
  4176. ------------------------------------------------------------------------
  4177. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  4178. Changed paths:
  4179. M /trunk/caca/driver_network.c
  4180. * Set the client sockets as non-blocking, and implemented non-blocking
  4181. writes. Currently works very badly with more than one client.
  4182. ------------------------------------------------------------------------
  4183. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4184. Changed paths:
  4185. M /trunk/kernel/kernel.c
  4186. * wrote strcasecmp for fun
  4187. ------------------------------------------------------------------------
  4188. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  4189. Changed paths:
  4190. M /trunk/cucul/Makefile.am
  4191. A /trunk/cucul/export_ansi.c
  4192. A /trunk/cucul/export_html.c
  4193. A /trunk/cucul/export_irc.c
  4194. D /trunk/cucul/exporter_ansi.c
  4195. D /trunk/cucul/exporter_html.c
  4196. D /trunk/cucul/exporter_irc.c
  4197. * Renamed exporter_* to export_*, from God recommendation.
  4198. ------------------------------------------------------------------------
  4199. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  4200. Changed paths:
  4201. M /trunk/cucul/Makefile.am
  4202. D /trunk/cucul/export.c
  4203. A /trunk/cucul/exporter_ansi.c
  4204. A /trunk/cucul/exporter_html.c
  4205. A /trunk/cucul/exporter_irc.c
  4206. * Exploded cucul/export.c
  4207. ------------------------------------------------------------------------
  4208. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4209. Changed paths:
  4210. M /trunk/caca/caca.c
  4211. M /trunk/caca/caca.h
  4212. M /trunk/caca/driver_network.c
  4213. * Added CACA_NETWORK_PORT env and related documentation
  4214. ------------------------------------------------------------------------
  4215. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  4216. Changed paths:
  4217. M /trunk/caca/driver_network.c
  4218. M /trunk/configure.ac
  4219. M /trunk/cucul/cucul_internals.h
  4220. * 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
  4221. ------------------------------------------------------------------------
  4222. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  4223. Changed paths:
  4224. M /trunk/caca/driver_network.c
  4225. * Handle incoming connections in network_get_event() as well as
  4226. network_display() so that new clients immediately get the contents
  4227. of the canvas and do not need to wait for a caca_display() call.
  4228. ------------------------------------------------------------------------
  4229. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  4230. Changed paths:
  4231. M /trunk/cucul/char.c
  4232. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  4233. cucul_putchar32() function but I'm not convinced it will be useful.
  4234. ------------------------------------------------------------------------
  4235. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  4236. Changed paths:
  4237. M /trunk/caca/driver_conio.c
  4238. M /trunk/caca/driver_gl.c
  4239. M /trunk/caca/driver_ncurses.c
  4240. M /trunk/caca/driver_network.c
  4241. M /trunk/caca/driver_win32.c
  4242. M /trunk/caca/driver_x11.c
  4243. M /trunk/caca/graphics.c
  4244. * Use the internal version of cucul_set_size in output drivers so that
  4245. they can force a resize. We need to find a way to make those specific
  4246. cucul - caca interactions unavailable to the clueless user.
  4247. ------------------------------------------------------------------------
  4248. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  4249. Changed paths:
  4250. M /trunk/src/cacaball.c
  4251. M /trunk/src/cacamoir.c
  4252. M /trunk/src/cacaplas.c
  4253. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  4254. ------------------------------------------------------------------------
  4255. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  4256. Changed paths:
  4257. M /trunk/caca/driver_vga.c
  4258. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  4259. 80x25 upon initialisation.
  4260. ------------------------------------------------------------------------
  4261. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  4262. Changed paths:
  4263. M /trunk/caca/driver_slang.c
  4264. * Added Unicode support to the SLang driver.
  4265. ------------------------------------------------------------------------
  4266. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  4267. Changed paths:
  4268. M /trunk/kernel/kernel.c
  4269. M /trunk/kernel/kernel.h
  4270. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  4271. ------------------------------------------------------------------------
  4272. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  4273. Changed paths:
  4274. M /trunk/test/unicode.c
  4275. * More Unicode tests: gradient glyphs, double width characters.
  4276. ------------------------------------------------------------------------
  4277. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  4278. Changed paths:
  4279. M /trunk/build-kernel
  4280. * Oops, modified build-kernel while testing and commited it ;)
  4281. ------------------------------------------------------------------------
  4282. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  4283. Changed paths:
  4284. M /trunk/build-kernel
  4285. M /trunk/caca/driver_network.c
  4286. * 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.
  4287. ------------------------------------------------------------------------
  4288. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  4289. Changed paths:
  4290. M /trunk/caca/driver_vga.c
  4291. * Fixed VGA colours. The values only range from 0 to 63.
  4292. ------------------------------------------------------------------------
  4293. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  4294. Changed paths:
  4295. M /trunk/build-kernel
  4296. M /trunk/caca/caca_internals.h
  4297. M /trunk/cucul/cucul_internals.h
  4298. M /trunk/kernel/kernel.c
  4299. M /trunk/kernel/kernel.h
  4300. * Added assembly code for inb() and outb().
  4301. * Print a small message at kernel boot time just to check that the kernel
  4302. was properly loaded.
  4303. ------------------------------------------------------------------------
  4304. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  4305. Changed paths:
  4306. M /trunk/cucul/export.c
  4307. * Added tests for malloc()'s
  4308. ------------------------------------------------------------------------
  4309. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  4310. Changed paths:
  4311. M /trunk/README
  4312. M /trunk/cucul/cucul.c
  4313. M /trunk/cucul/cucul_internals.h
  4314. M /trunk/cucul/export.c
  4315. * Updated README for network driver, fixed remaining exporters
  4316. ------------------------------------------------------------------------
  4317. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  4318. Changed paths:
  4319. M /trunk/caca/Makefile.am
  4320. M /trunk/configure.ac
  4321. M /trunk/kernel/Makefile.am
  4322. * Added a conditional to only build the kernel if --enable-vga was set.
  4323. ------------------------------------------------------------------------
  4324. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  4325. Changed paths:
  4326. M /trunk/build-kernel
  4327. * Set executable flag to the build-kernel script.
  4328. ------------------------------------------------------------------------
  4329. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  4330. Changed paths:
  4331. A /trunk/COPYING.GPL
  4332. M /trunk/Makefile.am
  4333. A /trunk/build-kernel
  4334. M /trunk/caca/time.c
  4335. M /trunk/configure.ac
  4336. M /trunk/cucul/bitmap.c
  4337. M /trunk/cucul/box.c
  4338. M /trunk/cucul/char.c
  4339. M /trunk/cucul/conic.c
  4340. M /trunk/cucul/cucul.c
  4341. M /trunk/cucul/cucul_internals.h
  4342. M /trunk/cucul/export.c
  4343. M /trunk/cucul/line.c
  4344. M /trunk/cucul/math.c
  4345. M /trunk/cucul/sprite.c
  4346. M /trunk/cucul/triangle.c
  4347. A /trunk/kernel
  4348. A /trunk/kernel/Makefile.am
  4349. A /trunk/kernel/kernel.c
  4350. A /trunk/kernel/kernel.h
  4351. A /trunk/kernel/multiboot.S
  4352. A /trunk/kernel/multiboot.h
  4353. M /trunk/src
  4354. M /trunk/src/aafire.c
  4355. * Added glue code to compile libcaca without a libc and build applications
  4356. as multiboot kernels.
  4357. ------------------------------------------------------------------------
  4358. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  4359. Changed paths:
  4360. M /trunk/caca/driver_conio.c
  4361. * Cosmetic change.
  4362. ------------------------------------------------------------------------
  4363. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  4364. Changed paths:
  4365. M /trunk/README
  4366. * Slightly updated README.
  4367. ------------------------------------------------------------------------
  4368. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  4369. Changed paths:
  4370. M /trunk/caca/caca.c
  4371. M /trunk/caca/caca_internals.h
  4372. A /trunk/caca/driver_vga.c
  4373. * Pure VGA output driver.
  4374. ------------------------------------------------------------------------
  4375. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  4376. Changed paths:
  4377. M /trunk/caca/graphics.c
  4378. * Removed unused includes.
  4379. ------------------------------------------------------------------------
  4380. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  4381. Changed paths:
  4382. M /trunk/AUTHORS
  4383. * Added a few details for authors.
  4384. ------------------------------------------------------------------------
  4385. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  4386. Changed paths:
  4387. M /trunk/test
  4388. M /trunk/test/Makefile.am
  4389. A /trunk/test/unicode.c
  4390. * Added a tiny Unicode test program. Of course it does not work yet, but
  4391. good to have something to start with.
  4392. ------------------------------------------------------------------------
  4393. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  4394. Changed paths:
  4395. M /trunk/caca/caca.h
  4396. M /trunk/cucul/cucul.h
  4397. * Updated documentation a bit
  4398. ------------------------------------------------------------------------
  4399. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  4400. Changed paths:
  4401. M /trunk/caca/driver_network.c
  4402. M /trunk/cucul/cucul.c
  4403. M /trunk/cucul/cucul_internals.h
  4404. M /trunk/cucul/export.c
  4405. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  4406. ------------------------------------------------------------------------
  4407. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  4408. Changed paths:
  4409. M /trunk/caca/driver_network.c
  4410. * Fixed memory leak in network driver
  4411. ------------------------------------------------------------------------
  4412. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  4413. Changed paths:
  4414. M /trunk/caca/driver_gl.c
  4415. * Made the OpenGL colors slightly less saturated.
  4416. ------------------------------------------------------------------------
  4417. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  4418. Changed paths:
  4419. M /trunk/caca/driver_conio.c
  4420. M /trunk/caca/driver_gl.c
  4421. M /trunk/caca/driver_ncurses.c
  4422. M /trunk/caca/driver_slang.c
  4423. M /trunk/caca/driver_win32.c
  4424. M /trunk/caca/driver_x11.c
  4425. * Make output drivers more error resilient when handling UTF-32 characters,
  4426. by simply ignoring everything non ASCII :-)
  4427. ------------------------------------------------------------------------
  4428. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  4429. Changed paths:
  4430. M /trunk/caca/driver_network.c
  4431. * Fixed blinking screen
  4432. ------------------------------------------------------------------------
  4433. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  4434. Changed paths:
  4435. M /trunk/caca/driver_network.c
  4436. M /trunk/cucul/cucul.h
  4437. M /trunk/cucul/export.c
  4438. * Exporters now return size of generated data
  4439. ------------------------------------------------------------------------
  4440. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  4441. Changed paths:
  4442. M /trunk/caca/Makefile.am
  4443. M /trunk/caca/caca.c
  4444. M /trunk/caca/caca_internals.h
  4445. A /trunk/caca/driver_network.c
  4446. M /trunk/configure.ac
  4447. * Added very preliminary network driver
  4448. ------------------------------------------------------------------------
  4449. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  4450. Changed paths:
  4451. M /trunk/caca/caca.c
  4452. M /trunk/caca/caca_internals.h
  4453. M /trunk/caca/driver_conio.c
  4454. M /trunk/caca/driver_gl.c
  4455. M /trunk/caca/driver_ncurses.c
  4456. M /trunk/caca/driver_slang.c
  4457. M /trunk/caca/driver_win32.c
  4458. M /trunk/caca/driver_x11.c
  4459. M /trunk/caca/event.c
  4460. M /trunk/caca/graphics.c
  4461. M /trunk/cucul/cucul.c
  4462. * Fixed async issues between the driver and libcaca when resizing windows,
  4463. and simplified the handle_resize() API. Still can be polished.
  4464. ------------------------------------------------------------------------
  4465. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  4466. Changed paths:
  4467. M /trunk/cucul/cucul.c
  4468. * cucul_set_size() does nothing if a graphical backend is attached. Added
  4469. documentation to explain this behaviour.
  4470. ------------------------------------------------------------------------
  4471. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  4472. Changed paths:
  4473. M /trunk/caca/caca.c
  4474. M /trunk/caca/caca_internals.h
  4475. M /trunk/caca/driver_gl.c
  4476. M /trunk/caca/driver_ncurses.c
  4477. M /trunk/caca/driver_slang.c
  4478. M /trunk/caca/driver_win32.c
  4479. M /trunk/caca/driver_x11.c
  4480. M /trunk/caca/event.c
  4481. * Cosmetic changes here and there.
  4482. ------------------------------------------------------------------------
  4483. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  4484. Changed paths:
  4485. M /trunk/caca/caca.c
  4486. M /trunk/caca/caca_internals.h
  4487. M /trunk/caca/driver_conio.c
  4488. M /trunk/caca/driver_gl.c
  4489. M /trunk/caca/driver_ncurses.c
  4490. M /trunk/caca/driver_slang.c
  4491. M /trunk/caca/driver_win32.c
  4492. M /trunk/caca/driver_x11.c
  4493. M /trunk/caca/event.c
  4494. M /trunk/caca/graphics.c
  4495. * Finished moving everything driver-specific to the apropriate driver_*.c
  4496. files. Phew. Now they just need a few comments.
  4497. ------------------------------------------------------------------------
  4498. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  4499. Changed paths:
  4500. M /trunk/caca/driver_conio.c
  4501. M /trunk/caca/driver_gl.c
  4502. M /trunk/caca/driver_ncurses.c
  4503. M /trunk/caca/driver_slang.c
  4504. M /trunk/caca/driver_win32.c
  4505. M /trunk/caca/driver_x11.c
  4506. * Cleaned up useless header includes.
  4507. ------------------------------------------------------------------------
  4508. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  4509. Changed paths:
  4510. M /trunk/caca/caca_internals.h
  4511. M /trunk/caca/driver_conio.c
  4512. M /trunk/caca/driver_gl.c
  4513. M /trunk/caca/driver_ncurses.c
  4514. M /trunk/caca/driver_slang.c
  4515. M /trunk/caca/driver_win32.c
  4516. M /trunk/caca/driver_x11.c
  4517. M /trunk/caca/event.c
  4518. * Split event.c into the appropriate driver_*.c files.
  4519. ------------------------------------------------------------------------
  4520. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  4521. Changed paths:
  4522. M /trunk/caca-config.in
  4523. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  4524. ------------------------------------------------------------------------
  4525. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  4526. Changed paths:
  4527. M /trunk/doc/doxygen.cfg.in
  4528. * Ignore driver_*.c files when building documentation.
  4529. ------------------------------------------------------------------------
  4530. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  4531. Changed paths:
  4532. M /trunk/configure.ac
  4533. * configure.ac: look for a4wide.sty in more than one location.
  4534. ------------------------------------------------------------------------
  4535. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  4536. Changed paths:
  4537. M /trunk/Makefile.am
  4538. A /trunk/build-dos (from /trunk/build-win32:327)
  4539. M /trunk/caca/caca_internals.h
  4540. M /trunk/caca/driver_conio.c
  4541. M /trunk/cucul/cucul_internals.h
  4542. * Fixed DOS driver.
  4543. * Added a build-dos script to cross-compile the DOS version using djgpp.
  4544. ------------------------------------------------------------------------
  4545. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  4546. Changed paths:
  4547. M /trunk/configure.ac
  4548. * configure.ac: removed the "null" frontend. just don't attach any frontend
  4549. if you do not want any.
  4550. ------------------------------------------------------------------------
  4551. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  4552. Changed paths:
  4553. M /trunk/caca/caca.c
  4554. M /trunk/caca/caca_internals.h
  4555. M /trunk/caca/event.c
  4556. * Got rid of static variables in the event code.
  4557. ------------------------------------------------------------------------
  4558. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  4559. Changed paths:
  4560. M /trunk/caca/caca.c
  4561. M /trunk/caca/caca_internals.h
  4562. M /trunk/caca/driver_conio.c
  4563. M /trunk/caca/driver_gl.c
  4564. M /trunk/caca/driver_ncurses.c
  4565. M /trunk/caca/driver_slang.c
  4566. M /trunk/caca/driver_win32.c
  4567. M /trunk/caca/driver_x11.c
  4568. M /trunk/caca/event.c
  4569. M /trunk/caca/graphics.c
  4570. M /trunk/cucul/bitmap.c
  4571. M /trunk/cucul/box.c
  4572. M /trunk/cucul/char.c
  4573. M /trunk/cucul/conic.c
  4574. M /trunk/cucul/cucul.c
  4575. M /trunk/cucul/cucul_internals.h
  4576. M /trunk/cucul/export.c
  4577. M /trunk/cucul/line.c
  4578. M /trunk/cucul/math.c
  4579. M /trunk/cucul/sprite.c
  4580. M /trunk/cucul/triangle.c
  4581. M /trunk/src/cacaview.c
  4582. * Polished the driver split a bit (still no events, except resize events),
  4583. properly credited authors and documented a few things.
  4584. ------------------------------------------------------------------------
  4585. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  4586. Changed paths:
  4587. M /trunk/caca/Makefile.am
  4588. M /trunk/caca/caca.c
  4589. M /trunk/caca/caca_internals.h
  4590. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  4591. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  4592. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  4593. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  4594. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  4595. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  4596. M /trunk/caca/event.c
  4597. M /trunk/caca/graphics.c
  4598. * Split caca/graphics.c into driver-specific files. Resize is currently
  4599. broken, and event handling is not yet in the driver-specific files, but
  4600. I will of course fix that later.
  4601. ------------------------------------------------------------------------
  4602. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4603. Changed paths:
  4604. M /trunk/configure.ac
  4605. * Ooops, I fucked up the build.
  4606. ------------------------------------------------------------------------
  4607. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  4608. Changed paths:
  4609. M /trunk/Makefile.am
  4610. D /trunk/examples
  4611. A /trunk/src (from /trunk/examples:326)
  4612. * Moved stuff again.
  4613. ------------------------------------------------------------------------
  4614. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  4615. Changed paths:
  4616. M /trunk/Makefile.am
  4617. A /trunk/caca
  4618. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  4619. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  4620. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  4621. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  4622. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  4623. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  4624. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  4625. M /trunk/configure.ac
  4626. A /trunk/cucul
  4627. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  4628. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  4629. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  4630. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  4631. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  4632. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  4633. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  4634. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  4635. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  4636. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  4637. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  4638. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  4639. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  4640. M /trunk/examples/Makefile.am
  4641. D /trunk/src
  4642. M /trunk/test/Makefile.am
  4643. * Moved stuff around to differenciate between libcucul and libcaca.
  4644. ------------------------------------------------------------------------
  4645. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  4646. Changed paths:
  4647. M /trunk/src/caca.c
  4648. M /trunk/src/char.c
  4649. M /trunk/src/cucul.c
  4650. M /trunk/src/cucul_internals.h
  4651. M /trunk/src/export.c
  4652. M /trunk/src/graphics.c
  4653. * Use 32 bit integers for the character array. No visible difference for
  4654. now because we only do ASCII, but that will let us do Unicode later.
  4655. ------------------------------------------------------------------------
  4656. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  4657. Changed paths:
  4658. M /trunk/src/caca.h
  4659. M /trunk/src/graphics.c
  4660. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  4661. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  4662. future because it's libcaca who gets the resize events, after all.
  4663. ------------------------------------------------------------------------
  4664. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  4665. Changed paths:
  4666. M /trunk/src/graphics.c
  4667. * I just suck. I'll goatse myself right after beeing back at home.
  4668. ------------------------------------------------------------------------
  4669. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  4670. Changed paths:
  4671. M /trunk/src/graphics.c
  4672. * src/graphics.c: minor optimisations.
  4673. ------------------------------------------------------------------------
  4674. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  4675. Changed paths:
  4676. M /trunk/src/graphics.c
  4677. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  4678. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  4679. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  4680. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  4681. pas de warnings et/ou que ca segfaulte pas !
  4682. ------------------------------------------------------------------------
  4683. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  4684. Changed paths:
  4685. M /trunk/src/graphics.c
  4686. * Mais je fais comme je veux bordel de cul !
  4687. ------------------------------------------------------------------------
  4688. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  4689. Changed paths:
  4690. M /trunk/src/graphics.c
  4691. * Haha mais vieux porc a pattes !
  4692. ------------------------------------------------------------------------
  4693. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4694. Changed paths:
  4695. M /trunk/src/graphics.c
  4696. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  4697. ------------------------------------------------------------------------
  4698. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  4699. Changed paths:
  4700. M /trunk/caca-config.in
  4701. M /trunk/configure.ac
  4702. M /trunk/examples/aafire.c
  4703. M /trunk/examples/cacaball.c
  4704. M /trunk/examples/cacamoir.c
  4705. M /trunk/examples/cacaplas.c
  4706. M /trunk/examples/cacaview.c
  4707. M /trunk/src/Makefile.am
  4708. M /trunk/src/bitmap.c
  4709. M /trunk/src/box.c
  4710. M /trunk/src/caca.c
  4711. M /trunk/src/caca.h
  4712. M /trunk/src/caca_internals.h
  4713. M /trunk/src/char.c
  4714. M /trunk/src/conic.c
  4715. M /trunk/src/cucul.c
  4716. M /trunk/src/cucul_internals.h
  4717. M /trunk/src/event.c
  4718. M /trunk/src/export.c
  4719. M /trunk/src/graphics.c
  4720. M /trunk/src/line.c
  4721. M /trunk/src/math.c
  4722. M /trunk/src/sprite.c
  4723. M /trunk/src/time.c
  4724. M /trunk/src/triangle.c
  4725. M /trunk/test/colors.c
  4726. M /trunk/test/demo.c
  4727. M /trunk/test/dithering.c
  4728. M /trunk/test/event.c
  4729. M /trunk/test/hsv.c
  4730. M /trunk/test/spritedit.c
  4731. * All output plugins should now work again.
  4732. * Renamed caca_refresh() into caca_display() which makes more sense.
  4733. * Optimised gl_bgpal by directly storing floats instead of doing the
  4734. conversion at runtime.
  4735. * Handle resizing in cucul_set_size() and try to keep as much information
  4736. as possible from the previous canvas.
  4737. * Moved most global variables into cucul_t or caca_t contexts.
  4738. * Moved time.c into libcaca.
  4739. ------------------------------------------------------------------------
  4740. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4741. Changed paths:
  4742. M /trunk/debian
  4743. M /trunk/debian/changelog
  4744. M /trunk/debian/control
  4745. M /trunk/debian/copyright
  4746. M /trunk/debian/rules
  4747. M /trunk/doc/Makefile.am
  4748. D /trunk/doc/cacademo.1
  4749. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  4750. M /trunk/libcaca.spec
  4751. M /trunk/msvc/Makefile.am
  4752. D /trunk/msvc/cacademo.vcproj
  4753. M /trunk/msvc/libcaca.sln
  4754. * Removed cacademo from examples, manpages and distributions. It's useless.
  4755. ------------------------------------------------------------------------
  4756. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4757. Changed paths:
  4758. M /trunk/src/cucul.c
  4759. * src/cucul.c: s/width/height/.
  4760. ------------------------------------------------------------------------
  4761. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  4762. Changed paths:
  4763. M /trunk/configure.ac
  4764. M /trunk/doc/doxygen.cfg.in
  4765. M /trunk/examples
  4766. M /trunk/examples/Makefile.am
  4767. M /trunk/examples/aafire.c
  4768. M /trunk/examples/cacaball.c
  4769. M /trunk/examples/cacamoir.c
  4770. M /trunk/examples/cacaplas.c
  4771. M /trunk/examples/cacaview.c
  4772. D /trunk/examples/demo.c
  4773. M /trunk/src/Makefile.am
  4774. M /trunk/src/bitmap.c
  4775. M /trunk/src/box.c
  4776. M /trunk/src/caca.c
  4777. M /trunk/src/caca.h
  4778. M /trunk/src/caca_internals.h
  4779. A /trunk/src/char.c
  4780. M /trunk/src/conic.c
  4781. A /trunk/src/cucul.c
  4782. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  4783. A /trunk/src/cucul_internals.h
  4784. M /trunk/src/event.c
  4785. A /trunk/src/export.c
  4786. M /trunk/src/graphics.c
  4787. M /trunk/src/line.c
  4788. M /trunk/src/math.c
  4789. M /trunk/src/sprite.c
  4790. M /trunk/src/triangle.c
  4791. M /trunk/test
  4792. M /trunk/test/Makefile.am
  4793. M /trunk/test/colors.c
  4794. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  4795. M /trunk/test/dithering.c
  4796. M /trunk/test/event.c
  4797. M /trunk/test/hsv.c
  4798. M /trunk/test/optipal.c
  4799. M /trunk/test/spritedit.c
  4800. A new low-level text management library (canvas for ultrafast compositing
  4801. of unicode letters) is now separated from the higher level rendering and I/O
  4802. (that is, libcaca). This commit totally breaks the API, but once everything
  4803. is polished I will think about source-level backward compatibility. Most
  4804. drivers are broken, but X11 still sorta works.
  4805. The new design is much more object-oriented and allows having several
  4806. active renderers at the same time, changing renderers on the fly, and more
  4807. important, having no renderer at all (useful for converters, or when you
  4808. want to do your own renderer).
  4809. And in case you are still wondering, the libcucul acronym has "Unicode"
  4810. because I want to support at least a subset of Unicode. There are awesome
  4811. glyphs in it, including the ones inherited from Codepage 437 such as
  4812. "gray 25%" that are used in DOS and Win32 ANSI art.
  4813. ------------------------------------------------------------------------
  4814. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  4815. Changed paths:
  4816. M /trunk/bootstrap
  4817. * New updated bootstrap script.
  4818. ------------------------------------------------------------------------
  4819. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  4820. Changed paths:
  4821. R /trunk/COPYING
  4822. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  4823. M /trunk/Makefile.am
  4824. M /trunk/debian/copyright
  4825. M /trunk/doc/cacademo.1
  4826. M /trunk/examples/cacaball.c
  4827. M /trunk/examples/cacamoir.c
  4828. M /trunk/examples/cacaplas.c
  4829. M /trunk/examples/cacaview.c
  4830. M /trunk/examples/demo.c
  4831. M /trunk/perl/Build.PL
  4832. M /trunk/perl/META.yml
  4833. M /trunk/python/pypycaca.c
  4834. M /trunk/python/pypycaca.h
  4835. M /trunk/src/bitmap.c
  4836. M /trunk/src/box.c
  4837. M /trunk/src/caca.c
  4838. M /trunk/src/caca.h
  4839. M /trunk/src/caca_internals.h
  4840. M /trunk/src/conic.c
  4841. M /trunk/src/event.c
  4842. M /trunk/src/graphics.c
  4843. M /trunk/src/line.c
  4844. M /trunk/src/math.c
  4845. M /trunk/src/sprite.c
  4846. M /trunk/src/time.c
  4847. M /trunk/src/triangle.c
  4848. M /trunk/test/colors.c
  4849. M /trunk/test/dithering.c
  4850. M /trunk/test/event.c
  4851. M /trunk/test/hsv.c
  4852. M /trunk/test/optipal.c
  4853. M /trunk/test/spritedit.c
  4854. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  4855. ------------------------------------------------------------------------
  4856. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  4857. Changed paths:
  4858. A /trunk/python/caca.txt
  4859. A /trunk/python/test1.py
  4860. A /trunk/python/test2.py
  4861. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  4862. ------------------------------------------------------------------------
  4863. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  4864. Changed paths:
  4865. M /trunk/src/event.c
  4866. * Fixed bug in events with GL driver
  4867. ------------------------------------------------------------------------
  4868. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  4869. Changed paths:
  4870. M /trunk/src/graphics.c
  4871. * Improved GL rendering (characters are not blurry anymore)
  4872. ------------------------------------------------------------------------
  4873. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  4874. Changed paths:
  4875. A /trunk/python
  4876. A /trunk/python/Makefile
  4877. A /trunk/python/README
  4878. A /trunk/python/pypycaca.c
  4879. A /trunk/python/pypycaca.h
  4880. * Added -preliminary- Python bindings
  4881. ------------------------------------------------------------------------
  4882. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  4883. Changed paths:
  4884. M /trunk/AUTHORS
  4885. * Updated for my ego trip
  4886. ------------------------------------------------------------------------
  4887. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  4888. Changed paths:
  4889. M /trunk/examples/cacaball.c
  4890. * Removed debug test, kekeke ^^
  4891. ------------------------------------------------------------------------
  4892. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  4893. Changed paths:
  4894. M /trunk/examples/cacaball.c
  4895. M /trunk/src/caca.h
  4896. M /trunk/src/graphics.c
  4897. * Added caca_set_width, set_height_, set_size
  4898. ------------------------------------------------------------------------
  4899. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  4900. Changed paths:
  4901. M /trunk/examples/aafire.c
  4902. M /trunk/examples/cacaball.c
  4903. M /trunk/examples/cacamoir.c
  4904. M /trunk/examples/cacaplas.c
  4905. * Fixed remaining warnings with gcc 3.x and 4.x
  4906. ------------------------------------------------------------------------
  4907. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  4908. Changed paths:
  4909. M /trunk/src/bitmap.c
  4910. M /trunk/src/graphics.c
  4911. * Fixed warnings under GCC 4.x
  4912. ------------------------------------------------------------------------
  4913. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  4914. Changed paths:
  4915. M /trunk/src/bitmap.c
  4916. M /trunk/src/event.c
  4917. M /trunk/src/graphics.c
  4918. * Fixed a bunch of warnings
  4919. ------------------------------------------------------------------------
  4920. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  4921. Changed paths:
  4922. M /trunk/src/graphics.c
  4923. * more coding style fixes.
  4924. ------------------------------------------------------------------------
  4925. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  4926. Changed paths:
  4927. M /trunk/src/caca.c
  4928. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  4929. ------------------------------------------------------------------------
  4930. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  4931. Changed paths:
  4932. M /trunk/src/graphics.c
  4933. * src/graphics.c: call glutInit() before calling other glut functions.
  4934. ------------------------------------------------------------------------
  4935. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  4936. Changed paths:
  4937. M /trunk/src/caca.h
  4938. M /trunk/src/graphics.c
  4939. * coding style fixes.
  4940. ------------------------------------------------------------------------
  4941. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  4942. Changed paths:
  4943. M /trunk/src/bitmap.c
  4944. * src/bitmap.c:
  4945. + Renamed gammaval into gamma.
  4946. + Fixed Doxygen comments.
  4947. ------------------------------------------------------------------------
  4948. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  4949. Changed paths:
  4950. M /trunk/src/event.c
  4951. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  4952. ------------------------------------------------------------------------
  4953. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  4954. Changed paths:
  4955. M /trunk/debian/Makefile.am
  4956. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  4957. ------------------------------------------------------------------------
  4958. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  4959. Changed paths:
  4960. M /trunk/src/caca.h
  4961. M /trunk/src/graphics.c
  4962. * src/graphics.c src/caca.h : Added ANSI exporter
  4963. ------------------------------------------------------------------------
  4964. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  4965. Changed paths:
  4966. M /trunk/src/bitmap.c
  4967. M /trunk/src/caca.h
  4968. M /trunk/src/math.c
  4969. * 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.
  4970. ------------------------------------------------------------------------
  4971. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  4972. Changed paths:
  4973. M /trunk/src/caca.c
  4974. M /trunk/src/event.c
  4975. * src/event.c src/caca.c: fixed coding style
  4976. ------------------------------------------------------------------------
  4977. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  4978. Changed paths:
  4979. M /trunk/src/event.c
  4980. M /trunk/src/graphics.c
  4981. * OpenGL driver mouse support
  4982. ------------------------------------------------------------------------
  4983. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  4984. Changed paths:
  4985. M /trunk/debian/changelog
  4986. * imported previous Debian uploads.
  4987. ------------------------------------------------------------------------
  4988. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  4989. Changed paths:
  4990. M /trunk/src/graphics.c
  4991. * src/graphics.c: more optimisations in the exporters
  4992. ------------------------------------------------------------------------
  4993. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  4994. Changed paths:
  4995. M /trunk/src/graphics.c
  4996. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  4997. ------------------------------------------------------------------------
  4998. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  4999. Changed paths:
  5000. M /trunk/src/graphics.c
  5001. * src/graphics.c: cleaned caca_get_html()
  5002. ------------------------------------------------------------------------
  5003. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  5004. Changed paths:
  5005. M /trunk/src/graphics.c
  5006. * src/graphics.c: heavy cleanup in caca_get_html3().
  5007. ------------------------------------------------------------------------
  5008. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  5009. Changed paths:
  5010. M /trunk/configure.ac
  5011. M /trunk/src/caca.c
  5012. M /trunk/src/caca.h
  5013. M /trunk/src/caca_internals.h
  5014. M /trunk/src/event.c
  5015. M /trunk/src/graphics.c
  5016. * Added Null driver and html3 exporter.
  5017. ------------------------------------------------------------------------
  5018. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  5019. Changed paths:
  5020. M /trunk/src/caca.h
  5021. M /trunk/src/graphics.c
  5022. GL driver : Updated documentation and added support for CACA_GEOMETRY
  5023. ------------------------------------------------------------------------
  5024. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  5025. Changed paths:
  5026. M /trunk/src/caca.h
  5027. M /trunk/src/graphics.c
  5028. Added HTML and IRC output support
  5029. ------------------------------------------------------------------------
  5030. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  5031. Changed paths:
  5032. M /trunk/debian/control
  5033. * debian/control: use libslang2 instead of slang1.
  5034. ------------------------------------------------------------------------
  5035. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  5036. Changed paths:
  5037. M /trunk/configure.ac
  5038. M /trunk/src/caca.c
  5039. M /trunk/src/caca_internals.h
  5040. M /trunk/src/event.c
  5041. M /trunk/src/graphics.c
  5042. OpenGL support.
  5043. ------------------------------------------------------------------------
  5044. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  5045. Changed paths:
  5046. M /trunk/bootstrap
  5047. M /trunk/configure.ac
  5048. M /trunk/examples/Makefile.am
  5049. M /trunk/src/Makefile.am
  5050. M /trunk/test/Makefile.am
  5051. * Use libtool for the static library generation; paves the way for
  5052. a future shared library.
  5053. ------------------------------------------------------------------------
  5054. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  5055. Changed paths:
  5056. M /trunk/src/graphics.c
  5057. * compilation fix.
  5058. ------------------------------------------------------------------------
  5059. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  5060. Changed paths:
  5061. M /trunk/src/bitmap.c
  5062. M /trunk/src/caca.h
  5063. * src/bitmap.c:
  5064. + Implemented caca_set_bitmap_gamma().
  5065. ------------------------------------------------------------------------
  5066. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  5067. Changed paths:
  5068. M /trunk/src/caca.h
  5069. M /trunk/src/graphics.c
  5070. * src/graphics.c:
  5071. + Implemented caca_get_screen().
  5072. ------------------------------------------------------------------------
  5073. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  5074. Changed paths:
  5075. M /trunk/examples/cacaplas.c
  5076. * examples/cacaplas: slower animation.
  5077. ------------------------------------------------------------------------
  5078. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  5079. Changed paths:
  5080. M /trunk/AUTHORS
  5081. A /trunk/perl
  5082. A /trunk/perl/Build.PL
  5083. A /trunk/perl/MANIFEST
  5084. A /trunk/perl/MANIFEST.SKIP
  5085. A /trunk/perl/META.yml
  5086. A /trunk/perl/Makefile.PL
  5087. A /trunk/perl/README
  5088. A /trunk/perl/lib
  5089. A /trunk/perl/lib/Term
  5090. A /trunk/perl/lib/Term/Caca
  5091. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  5092. A /trunk/perl/lib/Term/Caca/Constants.pm
  5093. A /trunk/perl/lib/Term/Caca/Sprite.pm
  5094. A /trunk/perl/lib/Term/Caca.pm
  5095. A /trunk/perl/lib/Term/Caca.xs
  5096. A /trunk/perl/lib/Term/Kaka
  5097. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  5098. A /trunk/perl/lib/Term/Kaka/Constants.pm
  5099. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  5100. A /trunk/perl/lib/Term/Kaka.pm
  5101. A /trunk/perl/t
  5102. A /trunk/perl/t/data
  5103. A /trunk/perl/t/data/caca.txt
  5104. * Imported John Beppu's Perl wrapper.
  5105. ------------------------------------------------------------------------
  5106. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  5107. Changed paths:
  5108. M /trunk/src/bitmap.c
  5109. * src/bitmap.c: dark background works again with floyd-steinberg.
  5110. ------------------------------------------------------------------------
  5111. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  5112. Changed paths:
  5113. M /trunk/examples/aafire.c
  5114. M /trunk/examples/cacaball.c
  5115. M /trunk/examples/cacamoir.c
  5116. M /trunk/examples/cacaplas.c
  5117. * examples/:
  5118. + Use Space to pause demos, Esc to quit.
  5119. ------------------------------------------------------------------------
  5120. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  5121. Changed paths:
  5122. M /trunk/src/bitmap.c
  5123. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  5124. ------------------------------------------------------------------------
  5125. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  5126. Changed paths:
  5127. M /trunk/src/bitmap.c
  5128. M /trunk/src/caca.c
  5129. M /trunk/src/caca.h
  5130. * src/caca.h:
  5131. + Introduced CACA_DITHER_FSTEIN.
  5132. * src/caca.c:
  5133. + CACA_DITHER_FSTEIN is the default dithering method.
  5134. * src/bitmap.c:
  5135. + Fixed other dithering methods. Black background does not work yet.
  5136. ------------------------------------------------------------------------
  5137. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  5138. Changed paths:
  5139. M /trunk/src/bitmap.c
  5140. * src/bitmap.c: oops, removed spurious test code.
  5141. ------------------------------------------------------------------------
  5142. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  5143. Changed paths:
  5144. M /trunk/src/bitmap.c
  5145. * src/bitmap.c:
  5146. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  5147. ------------------------------------------------------------------------
  5148. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  5149. Changed paths:
  5150. M /trunk/doc/Makefile.am
  5151. * doc/Makefile.am:
  5152. + Really fixed the manpage generation.
  5153. ------------------------------------------------------------------------
  5154. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  5155. Changed paths:
  5156. M /trunk/doc/Makefile.am
  5157. * doc/Makefile.am:
  5158. + Manpage installation fix.
  5159. ------------------------------------------------------------------------
  5160. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  5161. Changed paths:
  5162. M /trunk/examples/cacaplas.c
  5163. * examples/cacaplas.c: use Esc to quit, Space to pause.
  5164. ------------------------------------------------------------------------
  5165. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  5166. Changed paths:
  5167. M /trunk/THANKS
  5168. M /trunk/src/graphics.c
  5169. * src/graphics.c:
  5170. + Win32 speed improvements by Jari Komppa.
  5171. ------------------------------------------------------------------------
  5172. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  5173. Changed paths:
  5174. M /trunk/src/graphics.c
  5175. * src/graphics.c:
  5176. + Fix strict aliasing rules breakage.
  5177. ------------------------------------------------------------------------
  5178. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  5179. Changed paths:
  5180. M /trunk/bootstrap
  5181. * bootstrap:
  5182. + Support for automake 1.8.
  5183. ------------------------------------------------------------------------
  5184. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  5185. Changed paths:
  5186. D /trunk/BUGS
  5187. M /trunk/Makefile.am
  5188. M /trunk/TODO
  5189. M /trunk/debian/changelog
  5190. M /trunk/debian/control
  5191. M /trunk/debian/rules
  5192. * BUGS TODO:
  5193. + Removed BUGS, updated TODO.
  5194. * debian/*:
  5195. + Depend on libx11-dev instead of xlibs-dev.
  5196. + New Debian upload.
  5197. ------------------------------------------------------------------------
  5198. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  5199. Changed paths:
  5200. M /trunk/configure.ac
  5201. M /trunk/msvc/config.h
  5202. M /trunk/src/graphics.c
  5203. * configure.ac src/graphics:
  5204. + Check for resize_term and resizeterm in -lncurses.
  5205. ------------------------------------------------------------------------
  5206. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5207. Changed paths:
  5208. A /branches/0.9 (from /trunk:259)
  5209. M /branches/0.9/ChangeLog
  5210. M /trunk/ChangeLog
  5211. * 0.9 branch.
  5212. ------------------------------------------------------------------------
  5213. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5214. Changed paths:
  5215. M /trunk/ChangeLog
  5216. M /trunk/NEWS
  5217. M /trunk/configure.ac
  5218. M /trunk/debian/changelog
  5219. M /trunk/libcaca.spec
  5220. M /trunk/msvc/config.h
  5221. * 0.9 release.
  5222. ------------------------------------------------------------------------
  5223. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  5224. Changed paths:
  5225. M /trunk/configure.ac
  5226. M /trunk/debian/changelog
  5227. M /trunk/src/caca.c
  5228. M /trunk/src/event.c
  5229. M /trunk/src/graphics.c
  5230. * configure.ac:
  5231. + Check for curses.h as well as ncurses.h.
  5232. * src/caca.c src/event.c src/graphics.c:
  5233. + Include curses.h if ncurses.h was not found.
  5234. ------------------------------------------------------------------------
  5235. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  5236. Changed paths:
  5237. M /trunk/examples/cacaview.c
  5238. * examples/cacaview.c:
  5239. + Moved statusbar and help menu handling in separate functions.
  5240. ------------------------------------------------------------------------
  5241. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  5242. Changed paths:
  5243. M /trunk/src/caca.c
  5244. * src/caca.c:
  5245. + Alloc the AllocConsole() call to fail in case the process already has
  5246. a console.
  5247. ------------------------------------------------------------------------
  5248. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  5249. Changed paths:
  5250. M /trunk/examples/cacaview.c
  5251. * examples/cacaview.c:
  5252. + Proper aspect ratio support.
  5253. + Finer zoom support.
  5254. + Handle mouse clicks as next/prev picture command.
  5255. + Removed useless iterations in draw_checkers().
  5256. ------------------------------------------------------------------------
  5257. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  5258. Changed paths:
  5259. M /trunk/THANKS
  5260. M /trunk/src/event.c
  5261. M /trunk/src/graphics.c
  5262. * src/graphics.c:
  5263. + Fixed a buffer overflow due to bad signed/unsigned handling.
  5264. * src/event.c:
  5265. + Disallow zero width or height in the X11 driver.
  5266. + Fixed resizing in ncurses and slang.
  5267. * THANKS:
  5268. + Added the Source Mage maintainer.
  5269. ------------------------------------------------------------------------
  5270. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  5271. Changed paths:
  5272. A /branches/0.8 (from /trunk:252)
  5273. M /branches/0.8/ChangeLog
  5274. M /trunk/ChangeLog
  5275. * 0.8 branch.
  5276. ------------------------------------------------------------------------
  5277. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  5278. Changed paths:
  5279. M /trunk/ChangeLog
  5280. M /trunk/NEWS
  5281. M /trunk/THANKS
  5282. M /trunk/configure.ac
  5283. M /trunk/debian/changelog
  5284. M /trunk/libcaca.spec
  5285. M /trunk/msvc/config.h
  5286. * 0.8 release.
  5287. ------------------------------------------------------------------------
  5288. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  5289. Changed paths:
  5290. M /trunk/examples/cacaview.c
  5291. M /trunk/src/event.c
  5292. M /trunk/src/graphics.c
  5293. * src/graphics.c:
  5294. + When resizing under X11, copy the old pixmap to the new one.
  5295. * examples/cacaview.c:
  5296. + Resizing support.
  5297. ------------------------------------------------------------------------
  5298. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  5299. Changed paths:
  5300. M /trunk/src/caca_internals.h
  5301. M /trunk/src/event.c
  5302. M /trunk/src/graphics.c
  5303. * src/event.c:
  5304. + Refresh the X11 window when an exposure event is received.
  5305. + When resizing the X11 window, start showing extra characters when two
  5306. thirds are visible.
  5307. ------------------------------------------------------------------------
  5308. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  5309. Changed paths:
  5310. M /trunk/TODO
  5311. M /trunk/examples/cacaview.c
  5312. M /trunk/src/caca.h
  5313. M /trunk/src/graphics.c
  5314. * src/graphics.c:
  5315. + Renamed caca_set_title() to caca_set_window_title().
  5316. + Implemented caca_get_window_width() and caca_get_window_height().
  5317. * examples/cacaview.c:
  5318. + Set the window title to cacaview.
  5319. ------------------------------------------------------------------------
  5320. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  5321. Changed paths:
  5322. M /trunk/src/bitmap.c
  5323. M /trunk/src/event.c
  5324. * src/event.c:
  5325. + Make sure the mouse coordinates stay within the screen boundaries even
  5326. if the window was resized.
  5327. * src/bitmap.c:
  5328. + Fixed a buffer underflow in the rendering routine that caused the bottom
  5329. and rightmost pixels to be missed in certain conditions.
  5330. + Minor speed optimisation.
  5331. ------------------------------------------------------------------------
  5332. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  5333. Changed paths:
  5334. M /trunk/test
  5335. M /trunk/test/Makefile.am
  5336. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  5337. * test/colors.c:
  5338. + Extracted the colour test from examples/demo.c.
  5339. ------------------------------------------------------------------------
  5340. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  5341. Changed paths:
  5342. M /trunk/src/caca_internals.h
  5343. M /trunk/src/event.c
  5344. M /trunk/src/graphics.c
  5345. M /trunk/test/event.c
  5346. * src/graphics.c src/event.c:
  5347. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  5348. * test/event.c:
  5349. + Display CACA_EVENT_RESIZE.
  5350. ------------------------------------------------------------------------
  5351. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  5352. Changed paths:
  5353. M /trunk/configure.ac
  5354. M /trunk/msvc/config.h
  5355. M /trunk/src/graphics.c
  5356. * src/graphics.c:
  5357. + Resize handling in the ncurses and slang drivers.
  5358. ------------------------------------------------------------------------
  5359. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  5360. Changed paths:
  5361. M /trunk/examples/aafire.c
  5362. M /trunk/src/caca.h
  5363. M /trunk/src/caca_internals.h
  5364. M /trunk/src/event.c
  5365. M /trunk/src/graphics.c
  5366. * src/event.c:
  5367. + Added the CACA_EVENT_RESIZE event.
  5368. + Added caca_get_mouse_x() and caca_get_mouse_y().
  5369. * src/graphics.c:
  5370. + Window resize handling in the X11 driver.
  5371. * examples/aafire.c:
  5372. + Fixed a bad assumption in the resize handling code.
  5373. ------------------------------------------------------------------------
  5374. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  5375. Changed paths:
  5376. M /trunk/build-win32
  5377. M /trunk/configure.ac
  5378. M /trunk/debian/rules
  5379. M /trunk/doc/Makefile.am
  5380. M /trunk/libcaca.spec
  5381. * configure.ac:
  5382. + Added --disable-doc to let the user not build documentation.
  5383. * build-win32:
  5384. + Do not build documentation.
  5385. ------------------------------------------------------------------------
  5386. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  5387. Changed paths:
  5388. M /trunk/THANKS
  5389. M /trunk/src/Makefile.am
  5390. A /trunk/src/event.c (from /trunk/src/io.c:238)
  5391. M /trunk/src/graphics.c
  5392. D /trunk/src/io.c
  5393. * src/graphics.c:
  5394. + Fixed a typo preventing Win32 builds.
  5395. * src/event.c:
  5396. + Renamed io.c into event.c.
  5397. * THANKS:
  5398. + Added Gentoo, NetBSD and FreeBSD porters.
  5399. ------------------------------------------------------------------------
  5400. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  5401. Changed paths:
  5402. M /trunk/Makefile.am
  5403. M /trunk/configure.ac
  5404. M /trunk/examples/aafire.c
  5405. M /trunk/examples/cacaview.c
  5406. A /trunk/msvc
  5407. A /trunk/msvc/Makefile.am
  5408. A /trunk/msvc/cacaball.vcproj
  5409. A /trunk/msvc/cacademo.vcproj
  5410. A /trunk/msvc/cacafire.vcproj
  5411. A /trunk/msvc/cacamoir.vcproj
  5412. A /trunk/msvc/cacaplas.vcproj
  5413. A /trunk/msvc/cacaview.vcproj
  5414. A /trunk/msvc/config.h
  5415. A /trunk/msvc/libcaca.sln
  5416. A /trunk/msvc/libcaca.vcproj
  5417. M /trunk/src/caca.c
  5418. M /trunk/src/graphics.c
  5419. M /trunk/src/time.c
  5420. * configure.ac:
  5421. + Check for sys/times.h and unistd.h.
  5422. + Added calls to AC_C_CONST and AC_C_INLINE.
  5423. * src/time.c src/graphics.c:
  5424. + Fixes for MSVC compilation warnings.
  5425. + Additional sanity checks in the Win32 driver.
  5426. * src/caca.c:
  5427. + Use raw()/noraw() in the curses driver instead of cbreak().
  5428. * msvc/libcaca.sln:
  5429. + Added an MSVC solution.
  5430. * examples/aafire.c:
  5431. + Slightly reduced the maximum cacafire framerate.
  5432. ------------------------------------------------------------------------
  5433. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  5434. Changed paths:
  5435. M /trunk/NOTES
  5436. M /trunk/examples/cacaview.c
  5437. M /trunk/src/caca.h
  5438. M /trunk/src/graphics.c
  5439. * src/graphics.c:
  5440. + Implemented caca_set_title() for X11 and Win32.
  5441. * examples/cacaview.c:
  5442. + Use caca_set_title() to set the window title to "cacaview".
  5443. ------------------------------------------------------------------------
  5444. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  5445. Changed paths:
  5446. M /trunk/Makefile.am
  5447. M /trunk/autotools/Makefile.am
  5448. M /trunk/debian/Makefile.am
  5449. M /trunk/doc/Makefile.am
  5450. M /trunk/examples/Makefile.am
  5451. M /trunk/src/Makefile.am
  5452. M /trunk/test/Makefile.am
  5453. * Fixed $Id in all Makefile.am files.
  5454. ------------------------------------------------------------------------
  5455. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  5456. Changed paths:
  5457. M /trunk/Makefile.am
  5458. M /trunk/autotools/Makefile.am
  5459. A /trunk/build-win32
  5460. M /trunk/debian/Makefile.am
  5461. M /trunk/doc/Makefile.am
  5462. M /trunk/examples/Makefile.am
  5463. M /trunk/src/Makefile.am
  5464. M /trunk/test/Makefile.am
  5465. * build-win32:
  5466. + Win32 cross-compilation script.
  5467. ------------------------------------------------------------------------
  5468. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  5469. Changed paths:
  5470. M /trunk/NEWS
  5471. M /trunk/debian/control
  5472. M /trunk/debian/rules
  5473. M /trunk/doc/Makefile.am
  5474. M /trunk/doc/cacademo.1
  5475. M /trunk/examples
  5476. M /trunk/examples/Makefile.am
  5477. D /trunk/examples/cacacirc.c
  5478. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  5479. M /trunk/libcaca.spec
  5480. * examples/cacamoir.c:
  5481. + Renamed cacacirc to cacamoir.
  5482. * libcaca.spec debian/ doc/:
  5483. + Added cacamoir to the distributed files.
  5484. ------------------------------------------------------------------------
  5485. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  5486. Changed paths:
  5487. M /trunk/examples
  5488. M /trunk/examples/Makefile.am
  5489. M /trunk/examples/cacaball.c
  5490. A /trunk/examples/cacacirc.c
  5491. M /trunk/examples/cacaplas.c
  5492. * examples/cacaballs.c:
  5493. + Bigger metaballs, less metaballs.
  5494. + Rotating palette.
  5495. * examples/cacaplas.c:
  5496. + Slightly decreased speed.
  5497. * examples/cacacirc.c:
  5498. + New effect.
  5499. ------------------------------------------------------------------------
  5500. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  5501. Changed paths:
  5502. M /trunk/configure.ac
  5503. M /trunk/src/time.c
  5504. * configure.ac:
  5505. + Better win32 check for Sleep().
  5506. ------------------------------------------------------------------------
  5507. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  5508. Changed paths:
  5509. M /trunk/configure.ac
  5510. M /trunk/examples/cacaview.c
  5511. M /trunk/src/time.c
  5512. * configure.ac src/time.c:
  5513. + Look for Sleep in -lkernel32.
  5514. * examples/cacaview.c:
  5515. + Use caca_wait_event() instead of usleep()/caca_get_event().
  5516. ------------------------------------------------------------------------
  5517. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  5518. Changed paths:
  5519. M /trunk/NOTES
  5520. M /trunk/examples/cacaview.c
  5521. M /trunk/src/caca.c
  5522. M /trunk/src/caca_internals.h
  5523. M /trunk/src/graphics.c
  5524. M /trunk/src/io.c
  5525. M /trunk/src/time.c
  5526. * src/caca.c src/graphics.c src/io.c src/time.c:
  5527. + Native win32 port.
  5528. ------------------------------------------------------------------------
  5529. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  5530. Changed paths:
  5531. M /trunk/configure.ac
  5532. M /trunk/src/caca.c
  5533. M /trunk/src/caca_internals.h
  5534. M /trunk/src/graphics.c
  5535. M /trunk/src/io.c
  5536. M /trunk/src/time.c
  5537. M /trunk/test/event.c
  5538. * configure.ac:
  5539. + Check for gettimeofday().
  5540. * src/time.c:
  5541. + Created _caca_time().
  5542. + Ported _caca_getticks() to the Win32 API.
  5543. * src/caca.c:
  5544. + Properly builds on Win32.
  5545. * test/event.c:
  5546. + Added <stdlib.h> because we use malloc().
  5547. ------------------------------------------------------------------------
  5548. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  5549. Changed paths:
  5550. M /trunk/NEWS
  5551. M /trunk/THANKS
  5552. M /trunk/examples/cacaplas.c
  5553. * THANKS examples/cacaplas.c:
  5554. + Updated credits.
  5555. * NEWS:
  5556. + Forthcoming 0.8 news.
  5557. ------------------------------------------------------------------------
  5558. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  5559. Changed paths:
  5560. M /trunk/configure.ac
  5561. M /trunk/examples
  5562. M /trunk/examples/Makefile.am
  5563. A /trunk/examples/cacaplas.c
  5564. * configure.ac:
  5565. + Check for -lm.
  5566. * examples/cacaplas.c:
  5567. + New demo, cacaplas, that displays a colour plasma.
  5568. ------------------------------------------------------------------------
  5569. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  5570. Changed paths:
  5571. M /trunk/src/caca.h
  5572. M /trunk/src/graphics.c
  5573. M /trunk/src/io.c
  5574. M /trunk/test/event.c
  5575. * src/graphics:
  5576. + Initialise the char buffers in the X11 driver.
  5577. * src/io.c:
  5578. + caca_get_event() and caca_wait_event() immediately return zero if
  5579. event_mask is zero.
  5580. + Added support for the Home, End, PgUp and PgDown keys.
  5581. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  5582. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  5583. * test/event.c:
  5584. + The "quit" sequence now quits the program, instead of "q" alone.
  5585. + Added a status bar below.
  5586. ------------------------------------------------------------------------
  5587. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  5588. Changed paths:
  5589. M /trunk/BUGS
  5590. M /trunk/NOTES
  5591. M /trunk/README
  5592. M /trunk/configure.ac
  5593. M /trunk/src/Makefile.am
  5594. M /trunk/src/caca.c
  5595. M /trunk/src/caca_internals.h
  5596. M /trunk/src/graphics.c
  5597. M /trunk/src/io.c
  5598. A /trunk/src/time.c
  5599. M /trunk/test/event.c
  5600. * test/event.c:
  5601. + Do not refresh after each event, but only when there is no event
  5602. pending.
  5603. + If the pressed key is a printable character, display it.
  5604. * src/time.c:
  5605. + Moved _caca_getticks() to this file.
  5606. * src/caca.c:
  5607. + Set the escape delay to a very low value in the ncurses driver,
  5608. because I don't want escape sequences to be entered manually.
  5609. * src/io.c:
  5610. + Autorepeat emulation in the ncurses and slang drivers: do not
  5611. immediately send the key release event.
  5612. * configure.ac:
  5613. + Check for usleep.
  5614. + Improvements in the win32 platform detection.
  5615. ------------------------------------------------------------------------
  5616. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  5617. Changed paths:
  5618. M /trunk/configure.ac
  5619. M /trunk/src/graphics.c
  5620. M /trunk/test/event.c
  5621. * test/event.c:
  5622. + Display at least two digits for keycodes.
  5623. * configure.ac:
  5624. + ScreenUpdate is actually mandatory for our conio driver.
  5625. ------------------------------------------------------------------------
  5626. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  5627. Changed paths:
  5628. M /trunk/src/graphics.c
  5629. M /trunk/src/io.c
  5630. M /trunk/test/event.c
  5631. * src/io.c:
  5632. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  5633. directly interpreted.
  5634. + Major rehandling of the event code. All output drivers are now
  5635. correctly separated.
  5636. * src/graphics.c:
  5637. + Fixed a compilation warning.
  5638. * test/event.c:
  5639. + More human-readable event printing.
  5640. ------------------------------------------------------------------------
  5641. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  5642. Changed paths:
  5643. A /branches/0.7 (from /trunk:224)
  5644. M /branches/0.7/ChangeLog
  5645. M /branches/0.7/libcaca.spec
  5646. M /trunk/ChangeLog
  5647. M /trunk/libcaca.spec
  5648. * 0.7 branch.
  5649. ------------------------------------------------------------------------
  5650. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  5651. Changed paths:
  5652. M /trunk/configure.ac
  5653. M /trunk/debian/changelog
  5654. M /trunk/libcaca.spec
  5655. * configure.ac:
  5656. + Release 0.7.
  5657. ------------------------------------------------------------------------
  5658. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  5659. Changed paths:
  5660. M /trunk/src/bitmap.c
  5661. * src/bitmap.c:
  5662. + Fixed a bug in the dithering characters.
  5663. ------------------------------------------------------------------------
  5664. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  5665. Changed paths:
  5666. M /trunk/NEWS
  5667. M /trunk/src/bitmap.c
  5668. M /trunk/src/io.c
  5669. * src/io.c:
  5670. + Do not report mouse motions if the coordinates did not change.
  5671. * src/bitmap.c:
  5672. + More documentation.
  5673. ------------------------------------------------------------------------
  5674. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  5675. Changed paths:
  5676. M /trunk/configure.ac
  5677. M /trunk/src/caca.c
  5678. M /trunk/src/graphics.c
  5679. M /trunk/src/io.c
  5680. M /trunk/test
  5681. M /trunk/test/Makefile.am
  5682. A /trunk/test/event.c
  5683. * test/event.c:
  5684. + Small event lister, similar to X11's xev.
  5685. * src/graphics.c:
  5686. + If possible, disable autorepeat in the X11 driver.
  5687. * src/io.c:
  5688. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  5689. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  5690. ------------------------------------------------------------------------
  5691. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  5692. Changed paths:
  5693. M /trunk/debian/control
  5694. M /trunk/debian/rules
  5695. M /trunk/doc/Makefile.am
  5696. D /trunk/doc/caca-spritedit.1
  5697. M /trunk/examples/Makefile.am
  5698. D /trunk/examples/spritedit.c
  5699. M /trunk/libcaca.spec
  5700. M /trunk/test/Makefile.am
  5701. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  5702. * test/spritedit.c:
  5703. + Moved spritedit to the test/ directory, because it is not mature enough.
  5704. * libcaca.spec debian/control debian/rules:
  5705. + Do not install caca-spritedit.
  5706. ------------------------------------------------------------------------
  5707. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  5708. Changed paths:
  5709. M /trunk/NEWS
  5710. M /trunk/debian/control
  5711. M /trunk/debian/rules
  5712. M /trunk/doc/Makefile.am
  5713. M /trunk/doc/cacademo.1
  5714. M /trunk/libcaca.spec
  5715. M /trunk/src/bitmap.c
  5716. M /trunk/src/caca.c
  5717. M /trunk/src/caca.h
  5718. M /trunk/src/conic.c
  5719. M /trunk/src/graphics.c
  5720. M /trunk/src/io.c
  5721. M /trunk/src/line.c
  5722. M /trunk/src/sprite.c
  5723. * libcaca.spec debian/control:
  5724. + Updated the package descriptions to include cacaball.
  5725. * doc/cacademo.1 doc/Makefile.am:
  5726. + Use the cacademo manpage as the cacaball manpage.
  5727. * src/:
  5728. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  5729. documenting bizarre stuff.
  5730. ------------------------------------------------------------------------
  5731. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  5732. Changed paths:
  5733. M /trunk/examples/cacaball.c
  5734. * examples/cacaball.c:
  5735. + 24 metaballs instead of 5, but smaller.
  5736. + Zoom the bitmap to make more use of the screen area.
  5737. ------------------------------------------------------------------------
  5738. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  5739. Changed paths:
  5740. M /trunk/AUTHORS
  5741. M /trunk/THANKS
  5742. M /trunk/examples/aafire.c
  5743. M /trunk/examples/cacaball.c
  5744. * examples/cacaball.c:
  5745. + Crop the palette so that it looks a bit more like metaballs.
  5746. * AUTHORS THANKS:
  5747. + Credited Jylam and Jan Hubicka.
  5748. ------------------------------------------------------------------------
  5749. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  5750. Changed paths:
  5751. M /trunk/examples/cacaball.c
  5752. * examples/cacaball.c:
  5753. + Huge coding style overhaul.
  5754. + Display 5 metaballs instead of 3.
  5755. + Generate the palette instead of having a static one.
  5756. + Use a 256x256 back buffer for more smoothness.
  5757. ------------------------------------------------------------------------
  5758. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  5759. Changed paths:
  5760. M /trunk/src/graphics.c
  5761. * src/graphics.c:
  5762. + Fixed a compilation warning.
  5763. ------------------------------------------------------------------------
  5764. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  5765. Changed paths:
  5766. M /trunk/examples
  5767. M /trunk/examples/Makefile.am
  5768. A /trunk/examples/cacaball.c
  5769. * examples/cacaball.c:
  5770. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  5771. ------------------------------------------------------------------------
  5772. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  5773. Changed paths:
  5774. M /trunk/examples/aafire.c
  5775. M /trunk/examples/cacaview.c
  5776. M /trunk/examples/demo.c
  5777. M /trunk/examples/spritedit.c
  5778. M /trunk/src/caca.h
  5779. M /trunk/src/io.c
  5780. M /trunk/test/dithering.c
  5781. M /trunk/test/hsv.c
  5782. * src/io.c:
  5783. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  5784. in order to select events.
  5785. ------------------------------------------------------------------------
  5786. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  5787. Changed paths:
  5788. M /trunk/src/graphics.c
  5789. * src/graphics.c:
  5790. + Fixed a bug that caused an infinite loop if the delay between two
  5791. caca_refresh() calls was greater than 2000 seconds (or something).
  5792. ------------------------------------------------------------------------
  5793. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  5794. Changed paths:
  5795. M /trunk/examples/cacaview.c
  5796. M /trunk/src/io.c
  5797. * src/io.c:
  5798. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  5799. * examples/cacaview.c:
  5800. + Use <stdlib.h> instead of <malloc.h>.
  5801. ------------------------------------------------------------------------
  5802. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  5803. Changed paths:
  5804. M /trunk/configure.ac
  5805. M /trunk/doc/Makefile.am
  5806. * configure.ac:
  5807. + Check for dvips in addition to latex.
  5808. * doc/Makefile.am:
  5809. + Workaround for a bug in the latex code generated by doxygen
  5810. in Mandrake 9.1.
  5811. ------------------------------------------------------------------------
  5812. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  5813. Changed paths:
  5814. M /trunk/libcaca.spec
  5815. * libcaca.spec:
  5816. + Install documentation into %{doc}/package-version/ instead
  5817. of %{doc}/package/.
  5818. + Added tetex-dvips to the build dependencies.
  5819. ------------------------------------------------------------------------
  5820. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  5821. Changed paths:
  5822. A /branches/0.6 (from /trunk:207)
  5823. M /branches/0.6/ChangeLog
  5824. M /trunk/ChangeLog
  5825. * 0.6 branch.
  5826. ------------------------------------------------------------------------
  5827. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  5828. Changed paths:
  5829. M /trunk/NEWS
  5830. M /trunk/configure.ac
  5831. M /trunk/debian/changelog
  5832. M /trunk/debian/control
  5833. M /trunk/debian/rules
  5834. M /trunk/doc/Makefile.am
  5835. M /trunk/libcaca.spec
  5836. * configure.ac NEWS:
  5837. + Prepared the 0.6 release.
  5838. * libcaca.spec:
  5839. + Split the RPM into libcaca-devel and caca-utils.
  5840. + More detailed descriptions.
  5841. + Packages are now rpmlint clean.
  5842. * doc/Makefile.am:
  5843. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  5844. ------------------------------------------------------------------------
  5845. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  5846. Changed paths:
  5847. M /trunk/configure.ac
  5848. M /trunk/src/caca.c
  5849. M /trunk/src/graphics.c
  5850. M /trunk/src/io.c
  5851. * configure.ac:
  5852. + Search for <slang/slang.h> in addition of <slang.h>.
  5853. ------------------------------------------------------------------------
  5854. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  5855. Changed paths:
  5856. M /trunk/src/bitmap.c
  5857. * src/bitmap.c:
  5858. + Dither H/S/V when looking up the two nearest colours.
  5859. + Weigh pixels in the distance calculation.
  5860. + Factorised the lookup table calculation.
  5861. ------------------------------------------------------------------------
  5862. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  5863. Changed paths:
  5864. M /trunk/test
  5865. M /trunk/test/Makefile.am
  5866. A /trunk/test/hsv.c
  5867. * test/hsv.c:
  5868. + Trivial saturation/value rendering test.
  5869. ------------------------------------------------------------------------
  5870. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  5871. Changed paths:
  5872. M /trunk/src/bitmap.c
  5873. M /trunk/src/caca.c
  5874. M /trunk/src/caca_internals.h
  5875. * src/bitmap.c:
  5876. + Fixed a minor overflow in the saturation computation.
  5877. + Use a global lookup table for foreground/background colour selection
  5878. in the bitmap rendering routine. This broke dithering, sorry.
  5879. ------------------------------------------------------------------------
  5880. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  5881. Changed paths:
  5882. M /trunk/examples/aafire.c
  5883. M /trunk/examples/cacaview.c
  5884. M /trunk/src/bitmap.c
  5885. M /trunk/src/caca.c
  5886. M /trunk/src/caca.h
  5887. M /trunk/src/graphics.c
  5888. M /trunk/src/line.c
  5889. M /trunk/src/sprite.c
  5890. M /trunk/test/optipal.c
  5891. * src/ examples/ test/:
  5892. + Changed <const type> constructs into <type const>.
  5893. ------------------------------------------------------------------------
  5894. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  5895. Changed paths:
  5896. M /trunk/examples/aafire.c
  5897. * examples/aafire.c:
  5898. + Do not call caca_get_width() 10000 times per frame. Cache the value
  5899. instead.
  5900. ------------------------------------------------------------------------
  5901. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  5902. Changed paths:
  5903. M /trunk/src/graphics.c
  5904. * src/graphics.c:
  5905. + Split the drawing of foreground and background colours in the X11
  5906. driver. Nice performance improvement.
  5907. ------------------------------------------------------------------------
  5908. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  5909. Changed paths:
  5910. M /trunk/examples/cacaview.c
  5911. * examples/cacaview.c:
  5912. + If Imlib2 was not activated, warn the user that only BMP is supported.
  5913. ------------------------------------------------------------------------
  5914. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  5915. Changed paths:
  5916. M /trunk/AUTHORS
  5917. M /trunk/Makefile.am
  5918. A /trunk/THANKS
  5919. A /trunk/libcaca.spec
  5920. * libcaca.spec:
  5921. + RPM specfile, courtesy of Richard Zidlicky.
  5922. * THANKS:
  5923. + Added a THANKS file for contributors.
  5924. ------------------------------------------------------------------------
  5925. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  5926. Changed paths:
  5927. M /trunk/README
  5928. M /trunk/src/caca.c
  5929. M /trunk/src/graphics.c
  5930. * src/graphics.c:
  5931. + Minor optimisation in caca_set_color().
  5932. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  5933. + Optimised the X11 caca_refresh() routine by handling strings of the
  5934. same colour as one text chunk.
  5935. * src/caca.c:
  5936. + Bugfix in caca_init when conio is the only compiled-in driver.
  5937. * README:
  5938. + Minor documentation updates.
  5939. ------------------------------------------------------------------------
  5940. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  5941. Changed paths:
  5942. M /trunk/examples/aafire.c
  5943. M /trunk/examples/cacaview.c
  5944. * examples/cacaview.c:
  5945. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  5946. * examples/aafire.c:
  5947. + bzero the pixel buffer in the initialisation routine.
  5948. ------------------------------------------------------------------------
  5949. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5950. Changed paths:
  5951. M /trunk/doc/doxygen.cfg.in
  5952. M /trunk/src/bitmap.c
  5953. M /trunk/src/box.c
  5954. M /trunk/src/caca.h
  5955. M /trunk/src/conic.c
  5956. M /trunk/src/graphics.c
  5957. M /trunk/src/io.c
  5958. M /trunk/src/line.c
  5959. M /trunk/src/math.c
  5960. M /trunk/src/triangle.c
  5961. * doc/doxygen.cfg.in:
  5962. + Removed caca_internal.h from the list of documented files.
  5963. * src/:
  5964. + Minor documentation updates.
  5965. ------------------------------------------------------------------------
  5966. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  5967. Changed paths:
  5968. M /trunk/BUGS
  5969. M /trunk/debian/rules
  5970. M /trunk/doc/Makefile.am
  5971. M /trunk/test/dithering.c
  5972. * test/dithering.c:
  5973. + Fixed a minor compilation warning.
  5974. * debian/rules:
  5975. + Explicitely use --enable-imlib2.
  5976. * BUGS:
  5977. + Added a note about blinking consoles.
  5978. * doc/Makefile.am:
  5979. + Fixed a bashism in the HTML files installation.
  5980. ------------------------------------------------------------------------
  5981. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  5982. Changed paths:
  5983. M /trunk/doc/Makefile.am
  5984. * doc/Makefile.am:
  5985. + Do not install doxygen.png directly, because it can be doxygen.gif on
  5986. old installations.
  5987. ------------------------------------------------------------------------
  5988. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5989. Changed paths:
  5990. M /trunk/examples/aafire.c
  5991. * examples/aafire.c:
  5992. + Only quit upon keypress, not mouse motion.
  5993. ------------------------------------------------------------------------
  5994. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  5995. Changed paths:
  5996. M /trunk/examples/aafire.c
  5997. * examples/aafire.c:
  5998. + Render cacafire at full speed.
  5999. ------------------------------------------------------------------------
  6000. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  6001. Changed paths:
  6002. M /trunk/src/graphics.c
  6003. M /trunk/test
  6004. M /trunk/test/Makefile.am
  6005. A /trunk/test/optipal.c
  6006. * test/optipal.c:
  6007. + Optimised S-Lang palette generator.
  6008. * src/graphics:
  6009. + Removed the S-Lang palette generator and replaced it with the tables
  6010. generated by optipal.
  6011. ------------------------------------------------------------------------
  6012. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  6013. Changed paths:
  6014. M /trunk/Makefile.am
  6015. M /trunk/configure.ac
  6016. M /trunk/examples/Makefile.am
  6017. A /trunk/test
  6018. A /trunk/test/Makefile.am
  6019. A /trunk/test/dithering.c
  6020. * Makefile.am:
  6021. + Added a test directory for test programs.
  6022. * test/dithering.c:
  6023. + The value/saturation dithering example.
  6024. ------------------------------------------------------------------------
  6025. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  6026. Changed paths:
  6027. M /trunk/examples/cacaview.c
  6028. M /trunk/src/caca.c
  6029. * src/caca.c:
  6030. + Do not try the X11 driver if DISPLAY is set to the empty string.
  6031. * examples/cacaview.c:
  6032. + Cosmetic fixes.
  6033. ------------------------------------------------------------------------
  6034. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  6035. Changed paths:
  6036. M /trunk/examples/Makefile.am
  6037. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  6038. D /trunk/examples/view.c
  6039. * example/:
  6040. + Renamed view.c into cacaview.c.
  6041. ------------------------------------------------------------------------
  6042. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  6043. Changed paths:
  6044. M /trunk/src/io.c
  6045. * src/io.c:
  6046. + Fixed mouse support under ncurses and slang.
  6047. ------------------------------------------------------------------------
  6048. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  6049. Changed paths:
  6050. M /trunk/configure.ac
  6051. * configure.ac:
  6052. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  6053. ------------------------------------------------------------------------
  6054. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  6055. Changed paths:
  6056. M /trunk/doc
  6057. M /trunk/examples/demo.c
  6058. M /trunk/src/caca.h
  6059. M /trunk/src/io.c
  6060. * src/io.c:
  6061. + Mouse support under X11.
  6062. + Split the mouse motion and mouse click events.
  6063. * examples/demo.c:
  6064. + Mouse motion support.
  6065. ------------------------------------------------------------------------
  6066. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  6067. Changed paths:
  6068. M /trunk/src/caca.c
  6069. M /trunk/src/graphics.c
  6070. * src/graphics.c:
  6071. + Compilation fix.
  6072. * src/caca.c:
  6073. + Minor indentation fix.
  6074. ------------------------------------------------------------------------
  6075. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  6076. Changed paths:
  6077. M /trunk/configure.ac
  6078. M /trunk/src/caca.c
  6079. * src/caca.c:
  6080. + Prefer the X11 driver if $DISPLAY is set.
  6081. + The slang driver is now preferred over the ncurses driver.
  6082. * configure.ac:
  6083. + Autodetect conio.h.
  6084. ------------------------------------------------------------------------
  6085. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  6086. Changed paths:
  6087. M /trunk/configure.ac
  6088. * configure.ac:
  6089. + Autodetect ncurses, slang and X11.
  6090. + Abort if no output driver was selected or detected.
  6091. ------------------------------------------------------------------------
  6092. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  6093. Changed paths:
  6094. A /branches/0.5 (from /trunk:179)
  6095. M /branches/0.5/ChangeLog
  6096. M /trunk/ChangeLog
  6097. * 0.5 branch.
  6098. ------------------------------------------------------------------------
  6099. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  6100. Changed paths:
  6101. M /trunk/NEWS
  6102. M /trunk/configure.ac
  6103. M /trunk/debian/changelog
  6104. * configure.ac NEWS debian/changelog:
  6105. + New 0.5 release.
  6106. ------------------------------------------------------------------------
  6107. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  6108. Changed paths:
  6109. M /trunk/BUGS
  6110. M /trunk/NOTES
  6111. M /trunk/configure.ac
  6112. M /trunk/src/graphics.c
  6113. * NOTES BUGS:
  6114. + Updated information about the S-Lang colour pair shortage bug.
  6115. * src/graphics.c:
  6116. + Implemented the solution explained in NOTES.
  6117. ------------------------------------------------------------------------
  6118. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  6119. Changed paths:
  6120. M /trunk/src/caca.c
  6121. * src/caca.c:
  6122. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  6123. ------------------------------------------------------------------------
  6124. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  6125. Changed paths:
  6126. M /trunk/NOTES
  6127. * NOTES:
  6128. + Added a section with a proposed solution to the slang problem.
  6129. ------------------------------------------------------------------------
  6130. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  6131. Changed paths:
  6132. A /branches/0.4 (from /trunk:174)
  6133. M /branches/0.4/ChangeLog
  6134. M /trunk/ChangeLog
  6135. * 0.4 branch.
  6136. ------------------------------------------------------------------------
  6137. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  6138. Changed paths:
  6139. M /trunk/configure.ac
  6140. M /trunk/debian/control
  6141. * debian/control:
  6142. + Added missing dependencies to the -dev package.
  6143. * configure.ac:
  6144. + Kludge for woody builds where x_includes is undefined.
  6145. ------------------------------------------------------------------------
  6146. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  6147. Changed paths:
  6148. M /trunk/src/caca.h
  6149. * src/caca.h:
  6150. + Documented CACA_FONT.
  6151. ------------------------------------------------------------------------
  6152. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  6153. Changed paths:
  6154. M /trunk/doc/Makefile.am
  6155. * doc/Makefile.am:
  6156. + Rename the refman.ps doxygen documentation to libcaca.ps.
  6157. ------------------------------------------------------------------------
  6158. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  6159. Changed paths:
  6160. M /trunk/NEWS
  6161. M /trunk/src/caca.h
  6162. M /trunk/src/graphics.c
  6163. * src/graphics.c:
  6164. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  6165. * src/caca.c:
  6166. + Documented the CACA_GEOMETRY environment variable.
  6167. ------------------------------------------------------------------------
  6168. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  6169. Changed paths:
  6170. M /trunk/src/caca_internals.h
  6171. M /trunk/src/graphics.c
  6172. M /trunk/src/io.c
  6173. * src/io.c:
  6174. + Mouse support in the X11 driver.
  6175. ------------------------------------------------------------------------
  6176. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  6177. Changed paths:
  6178. M /trunk/src/graphics.c
  6179. * src/graphics:
  6180. + Use XCreateWindow instead of XCreateSimpleWindow.
  6181. + Set the X window title to "caca for X".
  6182. ------------------------------------------------------------------------
  6183. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  6184. Changed paths:
  6185. M /trunk/debian/changelog
  6186. M /trunk/debian/control
  6187. M /trunk/debian/rules
  6188. * debian/control:
  6189. + Build-depend on doxygen and tetex to build documentation.
  6190. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  6191. ------------------------------------------------------------------------
  6192. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  6193. Changed paths:
  6194. M /trunk/BUGS
  6195. M /trunk/Makefile.am
  6196. M /trunk/NEWS
  6197. M /trunk/README
  6198. M /trunk/TODO
  6199. M /trunk/configure.ac
  6200. M /trunk/doc/Makefile.am
  6201. M /trunk/src/graphics.c
  6202. * configure.ac NEWS:
  6203. + Prepared release 0.4.
  6204. * src/graphics.c README BUGS TODO:
  6205. + Updated documentation.
  6206. * Makefile.am doc/Makefile.am:
  6207. + Install the generated doxygen documentation.
  6208. ------------------------------------------------------------------------
  6209. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  6210. Changed paths:
  6211. M /trunk/src/io.c
  6212. * src/io.c:
  6213. + Fixed a warning by including <unistd.h>.
  6214. + Support for arrow and function keys under X11.
  6215. ------------------------------------------------------------------------
  6216. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  6217. Changed paths:
  6218. M /trunk/configure.ac
  6219. M /trunk/doc/Makefile.am
  6220. D /trunk/doc/doxygen.cfg
  6221. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  6222. M /trunk/examples/aafire.c
  6223. M /trunk/examples/demo.c
  6224. M /trunk/examples/spritedit.c
  6225. M /trunk/examples/view.c
  6226. M /trunk/src/bitmap.c
  6227. M /trunk/src/box.c
  6228. M /trunk/src/caca.c
  6229. M /trunk/src/caca.h
  6230. M /trunk/src/caca_internals.h
  6231. M /trunk/src/conic.c
  6232. M /trunk/src/graphics.c
  6233. M /trunk/src/io.c
  6234. M /trunk/src/line.c
  6235. M /trunk/src/math.c
  6236. M /trunk/src/sprite.c
  6237. M /trunk/src/triangle.c
  6238. * src/io.c:
  6239. + Added caca_wait_event(), a blocking caca_get_event().
  6240. * src/ examples/:
  6241. + More documentation.
  6242. * doc/doxygen.cfg.in:
  6243. + doc/doxygen.cfg is now generated by configure, so that we can use
  6244. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  6245. + Create manpages.
  6246. ------------------------------------------------------------------------
  6247. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  6248. Changed paths:
  6249. M /trunk/doc/doxygen.cfg
  6250. M /trunk/src/bitmap.c
  6251. M /trunk/src/caca.c
  6252. M /trunk/src/caca.h
  6253. * More API documentation.
  6254. ------------------------------------------------------------------------
  6255. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  6256. Changed paths:
  6257. M /trunk/src/caca.c
  6258. * caca.c:
  6259. + Fixed typos in the initialisation code.
  6260. ------------------------------------------------------------------------
  6261. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  6262. Changed paths:
  6263. M /trunk/configure.ac
  6264. M /trunk/src/bitmap.c
  6265. M /trunk/src/caca.c
  6266. M /trunk/src/caca.h
  6267. M /trunk/src/caca_internals.h
  6268. M /trunk/src/conic.c
  6269. M /trunk/src/graphics.c
  6270. M /trunk/src/io.c
  6271. M /trunk/src/line.c
  6272. * src/graphics.c src/caca.c src/io.c:
  6273. + Support for simultaneously compiled-in drivers.
  6274. + Honour the CACA_DRIVER environment variable.
  6275. * configure.ac:
  6276. + Drivers are no longer mutually exclusive.
  6277. ------------------------------------------------------------------------
  6278. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  6279. Changed paths:
  6280. M /trunk/src/graphics.c
  6281. * src/graphics:
  6282. + Initialise default height at 32 (as in aalib).
  6283. ------------------------------------------------------------------------
  6284. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  6285. Changed paths:
  6286. M /trunk/src/caca_internals.h
  6287. M /trunk/src/graphics.c
  6288. M /trunk/src/io.c
  6289. * src/graphics.c:
  6290. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  6291. + Use an intermediary X pixmap for rendering.
  6292. + Slightly changed the variable naming scheme.
  6293. ------------------------------------------------------------------------
  6294. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  6295. Changed paths:
  6296. M /trunk/examples/aafire.c
  6297. * examples/aafire.c:
  6298. + The image buffer in cacafire was too small.
  6299. ------------------------------------------------------------------------
  6300. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  6301. Changed paths:
  6302. M /trunk/src/graphics.c
  6303. * src/graphics.c:
  6304. + Progress in the X11 driver.
  6305. + Fixed a compilation bug in the conio driver.
  6306. ------------------------------------------------------------------------
  6307. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  6308. Changed paths:
  6309. M /trunk/debian/changelog
  6310. M /trunk/debian/control
  6311. M /trunk/debian/rules
  6312. * debian/rules debian/control:
  6313. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  6314. + Symlinked cacafire.1 to cacademo.1.
  6315. ------------------------------------------------------------------------
  6316. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  6317. Changed paths:
  6318. M /trunk/ChangeLog
  6319. M /trunk/NEWS
  6320. M /trunk/README
  6321. M /trunk/debian/changelog
  6322. M /trunk/debian/control
  6323. M /trunk/doc/doxygen.cfg
  6324. * debian/control:
  6325. + Updated long descriptions.
  6326. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  6327. + Prepared 0.3 release.
  6328. * README:
  6329. + --enable-ncurses is now the default.
  6330. ------------------------------------------------------------------------
  6331. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  6332. Changed paths:
  6333. M /trunk/src/bitmap.c
  6334. M /trunk/src/box.c
  6335. M /trunk/src/caca.c
  6336. M /trunk/src/caca.h
  6337. M /trunk/src/conic.c
  6338. M /trunk/src/graphics.c
  6339. M /trunk/src/io.c
  6340. M /trunk/src/line.c
  6341. M /trunk/src/math.c
  6342. M /trunk/src/sprite.c
  6343. M /trunk/src/triangle.c
  6344. * src/:
  6345. + Doxygenated public functions.
  6346. ------------------------------------------------------------------------
  6347. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  6348. Changed paths:
  6349. M /trunk/src/caca.h
  6350. * src/caca.h:
  6351. + Documented environment variables.
  6352. ------------------------------------------------------------------------
  6353. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  6354. Changed paths:
  6355. M /trunk/examples/view.c
  6356. * examples/view.c:
  6357. + Fixed a bug in the loading of 1bpp BMPs.
  6358. + Commented stuff.
  6359. ------------------------------------------------------------------------
  6360. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  6361. Changed paths:
  6362. M /trunk/examples/Makefile.am
  6363. M /trunk/examples/view.c
  6364. * examples/view.c:
  6365. + If Imlib2 is not available, use a custom simple BMP loader.
  6366. + Draw the bottom bar one line higher to leave room for a status line.
  6367. + '?' now properly toggles help.
  6368. * examples/Makefile.am:
  6369. + Always build cacaview.
  6370. ------------------------------------------------------------------------
  6371. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  6372. Changed paths:
  6373. M /trunk/configure.ac
  6374. M /trunk/src/bitmap.c
  6375. * src/bitmap.c:
  6376. + If the alpha palette is all-zero, forget the alpha channel.
  6377. * configure.ac:
  6378. + Export HAVE_IMLIB2_H and the like.
  6379. ------------------------------------------------------------------------
  6380. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  6381. Changed paths:
  6382. M /trunk/src/bitmap.c
  6383. * src/bitmap.c:
  6384. + If the alpha mask is 0, ignore alpha information.
  6385. + Ditto if no alpha information is given with the palette.
  6386. ------------------------------------------------------------------------
  6387. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  6388. Changed paths:
  6389. M /trunk/configure.ac
  6390. M /trunk/src/caca.c
  6391. M /trunk/src/caca_internals.h
  6392. M /trunk/src/graphics.c
  6393. M /trunk/src/io.c
  6394. * src/graphics.c src/io.c:
  6395. + Beginning of an X11 driver. Currently we merely open the window and
  6396. check keyboard events.
  6397. ------------------------------------------------------------------------
  6398. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  6399. Changed paths:
  6400. M /trunk/configure.ac
  6401. M /trunk/debian/changelog
  6402. M /trunk/src/caca.c
  6403. * configure.ac debian/changelog:
  6404. + Prepare for 0.3 release.
  6405. + Check for strcasecmp().
  6406. * src/caca.c:
  6407. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  6408. variables.
  6409. ------------------------------------------------------------------------
  6410. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  6411. Changed paths:
  6412. M /trunk/examples/aafire.c
  6413. M /trunk/examples/demo.c
  6414. M /trunk/examples/view.c
  6415. M /trunk/src/bitmap.c
  6416. M /trunk/src/caca.c
  6417. M /trunk/src/caca.h
  6418. M /trunk/src/caca_internals.h
  6419. * src/bitmap.c:
  6420. + Added antialiasing support.
  6421. + Dithering, antialiasing and background mode can now be selected at
  6422. runtime.
  6423. * src/caca.c src/caca.h:
  6424. + Renamed caca_dithering into caca_feature and extended the type to
  6425. express background colour and antialiasing mode.
  6426. * examples/demo.c:
  6427. + Fixed a bug that disabled the sprite demo.
  6428. + Draw solid flares.
  6429. * examples/view.c:
  6430. + Select antialiasing and background mode at runtime.
  6431. ------------------------------------------------------------------------
  6432. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  6433. Changed paths:
  6434. M /trunk/BUGS
  6435. M /trunk/TODO
  6436. M /trunk/debian/control
  6437. M /trunk/doc/cacademo.1
  6438. M /trunk/doc/cacaview.1
  6439. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  6440. ------------------------------------------------------------------------
  6441. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  6442. Changed paths:
  6443. M /trunk/src/Makefile.am
  6444. M /trunk/src/bitmap.c
  6445. M /trunk/src/caca.c
  6446. M /trunk/src/caca.h
  6447. M /trunk/src/caca_internals.h
  6448. M /trunk/src/graphics.c
  6449. * src/caca.c:
  6450. + Moved global variables to src/graphics.c.
  6451. * src/bitmap.c:
  6452. + Sanitised prototypes.
  6453. ------------------------------------------------------------------------
  6454. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  6455. Changed paths:
  6456. M /trunk/examples
  6457. M /trunk/examples/aafire.c
  6458. M /trunk/examples/demo.c
  6459. M /trunk/examples/view.c
  6460. M /trunk/src/bitmap.c
  6461. M /trunk/src/box.c
  6462. M /trunk/src/caca.c
  6463. M /trunk/src/caca.h
  6464. M /trunk/src/caca_internals.h
  6465. M /trunk/src/conic.c
  6466. M /trunk/src/graphics.c
  6467. M /trunk/src/line.c
  6468. M /trunk/src/sprite.c
  6469. M /trunk/src/triangle.c
  6470. * src/graphics.c:
  6471. + Internally cache screen width and height.
  6472. * src/bitmap.c:
  6473. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  6474. alpha as fully transparent, and any other value as fully opaque.
  6475. + Slightly tuned colour weights in the renderer.
  6476. + caca_set_bitmap_palette() takes unsigned ints.
  6477. * examples/demo.c:
  6478. + Added a crap render demo.
  6479. * examples/aafire.c:
  6480. + Set a 20ms delay.
  6481. + Added alpha values to the palette.
  6482. * examples/view.c:
  6483. + Draw a gray checkered grid below the image so that transparent images
  6484. look a lot nicer.
  6485. + 'f' toggles "fullscreen" mode.
  6486. ------------------------------------------------------------------------
  6487. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  6488. Changed paths:
  6489. M /trunk/caca-config.in
  6490. M /trunk/configure.ac
  6491. * configure.ac:
  6492. + Set the executable bit of caca-config when regenerating that file.
  6493. * caca-config.in:
  6494. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  6495. have @CACA_LIBS@.
  6496. ------------------------------------------------------------------------
  6497. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  6498. Changed paths:
  6499. M /trunk/configure.ac
  6500. M /trunk/examples/Makefile.am
  6501. A /trunk/examples/aafire.c
  6502. * configure.ac:
  6503. + Removed unused USE_* variables.
  6504. + Export -lslang and -lncurses as @CACA_LIBS@.
  6505. * examples/aafire.c:
  6506. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  6507. ------------------------------------------------------------------------
  6508. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  6509. Changed paths:
  6510. M /trunk/ChangeLog
  6511. M /trunk/NEWS
  6512. M /trunk/TODO
  6513. M /trunk/debian/changelog
  6514. M /trunk/debian/control
  6515. * 0.2 release.
  6516. ------------------------------------------------------------------------
  6517. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  6518. Changed paths:
  6519. M /trunk/examples/view.c
  6520. * examples/view.c:
  6521. + Removed last endianness issue.
  6522. ------------------------------------------------------------------------
  6523. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  6524. Changed paths:
  6525. M /trunk/examples/view.c
  6526. M /trunk/src/bitmap.c
  6527. M /trunk/src/io.c
  6528. * src/io.c:
  6529. + Removed a useless message.
  6530. * src/bitmap.c examples/view.c:
  6531. + Really fixed the endianness issue.
  6532. ------------------------------------------------------------------------
  6533. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  6534. Changed paths:
  6535. M /trunk/src/bitmap.c
  6536. * src/bitmap.c:
  6537. + Fine-tuned the new renderer.
  6538. + Fixed warnings.
  6539. + Changed hardcoded values to macros.
  6540. ------------------------------------------------------------------------
  6541. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  6542. Changed paths:
  6543. M /trunk/configure.ac
  6544. M /trunk/examples/demo.c
  6545. M /trunk/examples/view.c
  6546. M /trunk/src/bitmap.c
  6547. M /trunk/src/caca.c
  6548. M /trunk/src/caca.h
  6549. * src/bitmap.c:
  6550. + Fixed an endianness issue in the byte reader.
  6551. + Decreased precision in RGB and HSV values to avoid overflows.
  6552. + New dithering method: 2x2 ordered.
  6553. + New renderer, with background colour awareness.
  6554. * configure.ac:
  6555. + Check for <endian.h>.
  6556. * examples/demo.c examples/view.c:
  6557. + Fixed an endianness issue in cacaview.
  6558. + Adapted code to the additional dithering method.
  6559. ------------------------------------------------------------------------
  6560. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  6561. Changed paths:
  6562. M /trunk/examples/view.c
  6563. M /trunk/src/bitmap.c
  6564. * src/bitmap.c examples/view.c:
  6565. + Fixed an endianness issue in caca_draw_bitmap().
  6566. + Code cleanup.
  6567. ------------------------------------------------------------------------
  6568. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  6569. Changed paths:
  6570. M /trunk/TODO
  6571. M /trunk/doc/cacaview.1
  6572. M /trunk/examples/Makefile.am
  6573. M /trunk/examples/view.c
  6574. M /trunk/src/caca.c
  6575. * src/caca.c:
  6576. + Minor change to the dithering names.
  6577. * TODO:
  6578. + Added cacaview TODO.
  6579. * doc/cacaview.1:
  6580. + Wrote a manpage for cacaview.
  6581. * examples/Makefile.am:
  6582. + Moved the -DX_DISPLAY_MISSING=1 here.
  6583. * examples/view.c:
  6584. + Capital 'D' cycles through dithering modes in reverse order.
  6585. + Sleep when there is nothing to do.
  6586. + Cosmetic code reorganisation.
  6587. ------------------------------------------------------------------------
  6588. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  6589. Changed paths:
  6590. M /trunk/examples/demo.c
  6591. M /trunk/examples/view.c
  6592. M /trunk/src/bitmap.c
  6593. M /trunk/src/caca.c
  6594. M /trunk/src/caca.h
  6595. * src/caca.c src/caca.h:
  6596. + Added caca_get_dithering_name().
  6597. * src/bitmap.c:
  6598. + Created a new dithering method with an 8x8 ordered matrix.
  6599. + Replaced the char list with a string for better readability.
  6600. + Dithering functions now return a value between 0 and 255.
  6601. * examples/demo.c examples/view.c:
  6602. + Adapted to use caca_get_dithering_name().
  6603. ------------------------------------------------------------------------
  6604. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  6605. Changed paths:
  6606. M /trunk/src/caca.c
  6607. * src/caca.c:
  6608. + Test whether ncurses knows xterm-16color before setting $TERM.
  6609. ------------------------------------------------------------------------
  6610. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  6611. Changed paths:
  6612. M /trunk/examples/view.c
  6613. * examples/view.c:
  6614. + Added top and bottom status lines, like in mutt and slrn.
  6615. + Added a status string when loading an image or upon error.
  6616. + Can load multiple files; use 'n' and 'p' for next and previous.
  6617. + Clip zoom between -48 and +48.
  6618. ------------------------------------------------------------------------
  6619. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  6620. Changed paths:
  6621. M /trunk/src/caca.c
  6622. * Fixed a C99ism.
  6623. ------------------------------------------------------------------------
  6624. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  6625. Changed paths:
  6626. M /trunk/NOTES
  6627. M /trunk/configure.ac
  6628. M /trunk/src/caca.c
  6629. M /trunk/src/graphics.c
  6630. * configure.ac:
  6631. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  6632. * src/caca.c:
  6633. + Disable scrolling to avoid hashmap scrolling optimization code.
  6634. * src/graphics.c:
  6635. + Swap fg and bg in the colour pair indexing, so that bg is always
  6636. right.
  6637. + Disable alt charset support to exploit my patched slang.
  6638. ------------------------------------------------------------------------
  6639. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  6640. Changed paths:
  6641. M /trunk/NOTES
  6642. M /trunk/examples/view.c
  6643. M /trunk/src/bitmap.c
  6644. * src/bitmap.c:
  6645. + Dither chroma outside of rgb2hsv_default().
  6646. + Clip fromx and fromy values.
  6647. * NOTES:
  6648. + Link to the XTerm control sequences.
  6649. * examples/view.c:
  6650. + Draw status bar.
  6651. + Move with 'h' 'j' 'k' 'l', à la vi.
  6652. + '?' toggles a help menu.
  6653. ------------------------------------------------------------------------
  6654. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  6655. Changed paths:
  6656. M /trunk/src/bitmap.c
  6657. * src/bitmap.c:
  6658. + Removed § from the list of default characters due to collisions.
  6659. ------------------------------------------------------------------------
  6660. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  6661. Changed paths:
  6662. A /trunk/debian/caca-utils.mime
  6663. M /trunk/debian/control
  6664. M /trunk/debian/rules
  6665. * debian/control:
  6666. + Removed slang1-dev dependency in caca-utils.
  6667. * debian/caca-utils.mime debian/rules:
  6668. + Added a MIME file with low priority.
  6669. + Added call to dh_installmime.
  6670. ------------------------------------------------------------------------
  6671. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  6672. Changed paths:
  6673. M /trunk/configure.ac
  6674. M /trunk/src/caca.c
  6675. M /trunk/src/caca_internals.h
  6676. M /trunk/src/graphics.c
  6677. * src/caca.c src/graphics.c:
  6678. + Moved graphics stuff from caca.c to graphics.c.
  6679. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  6680. to TERM=xterm-16color to benefit from extended colour palette.
  6681. ------------------------------------------------------------------------
  6682. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  6683. Changed paths:
  6684. M /trunk/NOTES
  6685. M /trunk/examples/demo.c
  6686. M /trunk/examples/spritedit.c
  6687. M /trunk/src/bitmap.c
  6688. M /trunk/src/caca.c
  6689. M /trunk/src/caca.h
  6690. M /trunk/src/graphics.c
  6691. M /trunk/src/sprite.c
  6692. * NOTES:
  6693. + Added setab/setaf quotes from the XTerm terminfo.
  6694. + Proposed a workaround for bright colours on any terminal.
  6695. * src/caca.c:
  6696. + 16 colour support for ncurses and conio.
  6697. * src/graphics.c:
  6698. + Ported to 16 colour support.
  6699. + Added a missing <stdio.h> for BUFSIZ.
  6700. + Disabled vsnprintf under DOS (only vsprintf exists).
  6701. * examples/:
  6702. + Don't abort if the caca.txt sprite was not found.
  6703. + Ported to 16 colour support.
  6704. ------------------------------------------------------------------------
  6705. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  6706. Changed paths:
  6707. M /trunk/NOTES
  6708. * NOTES: more notes about colours.
  6709. ------------------------------------------------------------------------
  6710. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  6711. Changed paths:
  6712. M /trunk/Makefile.am
  6713. M /trunk/configure.ac
  6714. M /trunk/examples/Makefile.am
  6715. * configure.ac:
  6716. + More sensible imlib2 detection, works with cross-compilation.
  6717. * Makefile.am:
  6718. + Don't forget to include NOTES to the dist tarball.
  6719. ------------------------------------------------------------------------
  6720. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  6721. Changed paths:
  6722. A /trunk/NOTES
  6723. M /trunk/README
  6724. M /trunk/debian/rules
  6725. * NOTES: added information about colour support.
  6726. ------------------------------------------------------------------------
  6727. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  6728. Changed paths:
  6729. M /trunk/configure.ac
  6730. * configure.ac: Added a missing check for <inttypes.h>.
  6731. ------------------------------------------------------------------------
  6732. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  6733. Changed paths:
  6734. M /trunk/src/bitmap.c
  6735. * src/bitmap.c: Support for more colour depths.
  6736. ------------------------------------------------------------------------
  6737. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  6738. Changed paths:
  6739. M /trunk/configure.ac
  6740. M /trunk/examples/Makefile.am
  6741. M /trunk/examples/demo.c
  6742. M /trunk/examples/view.c
  6743. * configure.ac examples/Makefile.am:
  6744. + Added a check for imlib2-config.
  6745. + Build cacaview conditionally.
  6746. * examples/demo.c:
  6747. + Removed all gdkpixbuf code.
  6748. * examples/view.c:
  6749. + Default to ordered dithering.
  6750. + Make sure the arrows always work even if delta is too small.
  6751. ------------------------------------------------------------------------
  6752. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  6753. Changed paths:
  6754. M /trunk/debian
  6755. M /trunk/debian/control
  6756. M /trunk/debian/rules
  6757. * debian/:
  6758. + New caca-utils package.
  6759. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  6760. ------------------------------------------------------------------------
  6761. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  6762. Changed paths:
  6763. M /trunk/doc/Makefile.am
  6764. D /trunk/doc/caca-demo.1
  6765. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  6766. A /trunk/doc/cacaview.1
  6767. M /trunk/examples
  6768. M /trunk/examples/Makefile.am
  6769. A /trunk/examples/view.c
  6770. * examples/:
  6771. + Simple image viewer, cacaview, based on libcaca and imlib2.
  6772. + Renamed caca-demo into cacademo.
  6773. * doc/:
  6774. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  6775. ------------------------------------------------------------------------
  6776. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  6777. Changed paths:
  6778. M /trunk/src/Makefile.am
  6779. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  6780. D /trunk/src/blit.c
  6781. * Renamed src/blit.c into src/bitmap.c.
  6782. ------------------------------------------------------------------------
  6783. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  6784. Changed paths:
  6785. M /trunk/examples/demo.c
  6786. M /trunk/src/caca.c
  6787. M /trunk/src/caca.h
  6788. M /trunk/src/io.c
  6789. * src/caca.c:
  6790. + Mouse initialisation in ncurses.
  6791. * src/io.c:
  6792. + Mouse support in ncurses.
  6793. ------------------------------------------------------------------------
  6794. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  6795. Changed paths:
  6796. M /trunk/debian/control
  6797. * debian/control:
  6798. + libcaca-dev should depend on slang1-dev.
  6799. ------------------------------------------------------------------------
  6800. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  6801. Changed paths:
  6802. M /trunk/debian/Makefile.am
  6803. * debian/Makefile.am:
  6804. + Added compat and copyright to the distributed files.
  6805. ------------------------------------------------------------------------
  6806. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  6807. Changed paths:
  6808. A /trunk/ChangeLog
  6809. M /trunk/debian/rules
  6810. * Added a ChangeLog file.
  6811. ------------------------------------------------------------------------
  6812. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  6813. Changed paths:
  6814. M /trunk/examples/Makefile.am
  6815. * examples/Makefile.am:
  6816. + Compilation fix when libcaca is not available.
  6817. ------------------------------------------------------------------------
  6818. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  6819. Changed paths:
  6820. M /trunk/debian/changelog
  6821. A /trunk/debian/copyright
  6822. M /trunk/debian/rules
  6823. M /trunk/doc/Makefile.am
  6824. M /trunk/doc/caca-config.1
  6825. A /trunk/doc/caca-demo.1
  6826. A /trunk/doc/caca-spritedit.1
  6827. M /trunk/examples/caca.txt
  6828. * debian/:
  6829. + Wrote the changelog for the Debian release.
  6830. + Wrote a copyright file.
  6831. * doc/:
  6832. + Wrote manpages for caca-demo and caca-spritedit.
  6833. * examples/caca.txt:
  6834. + Centered the sprite handle.
  6835. + Added a second frame to the sprite.
  6836. ------------------------------------------------------------------------
  6837. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  6838. Changed paths:
  6839. A /trunk/AUTHORS
  6840. M /trunk/Makefile.am
  6841. A /trunk/NEWS
  6842. M /trunk/configure.ac
  6843. A /trunk/doc
  6844. A /trunk/doc/Makefile.am
  6845. A /trunk/doc/caca-config.1
  6846. A /trunk/doc/doxygen.cfg
  6847. A /trunk/doc/footer.html
  6848. A /trunk/doc/header.html
  6849. * AUTHORS NEWS:
  6850. + Added these mandatory files.
  6851. * doc/:
  6852. + Wrote a Doxygen configuration file.
  6853. + Added a manpage for caca-config(1), borrowed from sdl-config.
  6854. * configure.ac:
  6855. + Use new style AC_INIT.
  6856. + Error out if no library was found.
  6857. + Added *djgpp* to the list of non-PIC platforms.
  6858. + Added checks for doxygen and latex.
  6859. ------------------------------------------------------------------------
  6860. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  6861. Changed paths:
  6862. M /trunk/examples/Makefile.am
  6863. M /trunk/examples/demo.c
  6864. * Disabled gdkpixbuf code.
  6865. ------------------------------------------------------------------------
  6866. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  6867. Changed paths:
  6868. M /trunk/src/blit.c
  6869. M /trunk/src/box.c
  6870. M /trunk/src/caca.c
  6871. M /trunk/src/caca.h
  6872. M /trunk/src/caca_internals.h
  6873. M /trunk/src/conic.c
  6874. M /trunk/src/graphics.c
  6875. M /trunk/src/io.c
  6876. M /trunk/src/line.c
  6877. M /trunk/src/math.c
  6878. M /trunk/src/sprite.c
  6879. M /trunk/src/triangle.c
  6880. * src/:
  6881. + Doxygenated a few things.
  6882. ------------------------------------------------------------------------
  6883. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  6884. Changed paths:
  6885. M /trunk/TODO
  6886. M /trunk/examples/demo.c
  6887. M /trunk/src/blit.c
  6888. M /trunk/src/caca.h
  6889. * TODO:
  6890. + A few updates.
  6891. * src/blit.c:
  6892. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  6893. + Started removing hardcoded bitmask and pitch values.
  6894. * examples/demo.c:
  6895. + Do something with mouse clicks.
  6896. ------------------------------------------------------------------------
  6897. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  6898. Changed paths:
  6899. M /trunk/src/io.c
  6900. * src/io.c:
  6901. + Fixed an off-by-one error in the mouse driver.
  6902. ------------------------------------------------------------------------
  6903. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  6904. Changed paths:
  6905. M /trunk
  6906. M /trunk/Makefile.am
  6907. M /trunk/README
  6908. M /trunk/TODO
  6909. A /trunk/caca-config.in
  6910. M /trunk/configure.ac
  6911. M /trunk/debian
  6912. A /trunk/debian/compat
  6913. M /trunk/debian/control
  6914. M /trunk/debian/rules
  6915. M /trunk/examples
  6916. M /trunk/examples/Makefile.am
  6917. M /trunk/examples/demo.c
  6918. M /trunk/src/Makefile.am
  6919. * debian/control:
  6920. + Changed section to libs/libdevel instead of games/games.
  6921. + Changed package name to libcaca-dev.
  6922. * debian/rules:
  6923. + Use debian/compat instead of DH_COMPAT.
  6924. + Install README, BUGS and TODO into /usr/share/doc.
  6925. * caca-config.in:
  6926. + First version of the config script.
  6927. * configure.ac src/Makefile.am:
  6928. + Build a static PIC library as well.
  6929. * README TODO:
  6930. + Various updates.
  6931. ------------------------------------------------------------------------
  6932. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  6933. Changed paths:
  6934. M /trunk/TODO
  6935. M /trunk/src/io.c
  6936. * TODO: New stuff to do.
  6937. * src/io.c: left and right arrow keys were swapped.
  6938. ------------------------------------------------------------------------
  6939. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  6940. Changed paths:
  6941. M /trunk/src/blit.c
  6942. M /trunk/src/caca.c
  6943. M /trunk/src/io.c
  6944. * src/io.c:
  6945. + Fixed a bug in the mouse coordinates reporting.
  6946. ------------------------------------------------------------------------
  6947. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  6948. Changed paths:
  6949. M /trunk/examples/demo.c
  6950. M /trunk/examples/spritedit.c
  6951. M /trunk/src/blit.c
  6952. M /trunk/src/caca.c
  6953. M /trunk/src/caca.h
  6954. M /trunk/src/io.c
  6955. * src/io.c:
  6956. + Renamed sdl_get_key() into sdl_get_event().
  6957. + Handle mouse clicks.
  6958. * src/caca.c:
  6959. + Activate the terminal's mouse handling if supported.
  6960. ------------------------------------------------------------------------
  6961. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  6962. Changed paths:
  6963. M /trunk/examples/Makefile.am
  6964. M /trunk/src/Makefile.am
  6965. M /trunk/src/blit.c
  6966. M /trunk/src/caca.h
  6967. M /trunk/src/io.c
  6968. * src/io.c src/caca.h:
  6969. + Interpret escape sequences for F1, F2, left, right, etc.
  6970. * src/Makefile.am examples/Makefile.am:
  6971. + Install caca.h in /usr/include.
  6972. + Do not install example programs.
  6973. * src/blit.c:
  6974. + Minor improvements to grayscale colors.
  6975. ------------------------------------------------------------------------
  6976. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  6977. Changed paths:
  6978. D /trunk/.cvsignore
  6979. D /trunk/autotools/.cvsignore
  6980. * Removed legacy .cvsignore files.
  6981. ------------------------------------------------------------------------
  6982. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  6983. Changed paths:
  6984. M /trunk/examples/demo.c
  6985. M /trunk/src/blit.c
  6986. M /trunk/src/caca.h
  6987. * src/blit.c:
  6988. + Hue calculation now uses integers only.
  6989. + Dithering is now parametrable. Implemented none, ordered, random.
  6990. * examples/demo.c:
  6991. + Added dithering selection.
  6992. ------------------------------------------------------------------------
  6993. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  6994. Changed paths:
  6995. M /trunk/examples/Makefile.am
  6996. A /trunk/examples/caca.txt
  6997. M /trunk/examples/demo.c
  6998. M /trunk/examples/spritedit.c
  6999. M /trunk/src/blit.c
  7000. M /trunk/src/caca.c
  7001. M /trunk/src/caca.h
  7002. M /trunk/src/caca_internals.h
  7003. M /trunk/src/graphics.c
  7004. * src/blit.c:
  7005. + Added caca_set_dithering() (unused yet).
  7006. + Added random dithering.
  7007. * src/caca.h:
  7008. + Renamed legacy EE_* enums to CACA_*.
  7009. * examples/demo.c examples/caca.txt:
  7010. + Added a default sprite for libcaca.
  7011. ------------------------------------------------------------------------
  7012. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  7013. Changed paths:
  7014. M /trunk/examples/demo.c
  7015. M /trunk/examples/spritedit.c
  7016. M /trunk/src/blit.c
  7017. M /trunk/src/box.c
  7018. M /trunk/src/caca.c
  7019. M /trunk/src/caca.h
  7020. M /trunk/src/caca_internals.h
  7021. M /trunk/src/conic.c
  7022. M /trunk/src/graphics.c
  7023. M /trunk/src/io.c
  7024. M /trunk/src/line.c
  7025. M /trunk/src/math.c
  7026. M /trunk/src/sprite.c
  7027. M /trunk/src/triangle.c
  7028. * Changed copyleft to LGPL.
  7029. ------------------------------------------------------------------------
  7030. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  7031. Changed paths:
  7032. M /trunk/Makefile.am
  7033. M /trunk/configure.ac
  7034. A /trunk/examples (from /trunk/test:90)
  7035. M /trunk/examples/Makefile.am
  7036. D /trunk/libcaca
  7037. A /trunk/src (from /trunk/libcaca:90)
  7038. M /trunk/src/line.c
  7039. D /trunk/test
  7040. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  7041. to examples/.
  7042. ------------------------------------------------------------------------
  7043. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  7044. Changed paths:
  7045. M /trunk/COPYING
  7046. M /trunk/Makefile.am
  7047. M /trunk/README
  7048. M /trunk/TODO
  7049. M /trunk/bootstrap
  7050. M /trunk/configure.ac
  7051. D /trunk/data
  7052. D /trunk/debian/.cvsignore
  7053. M /trunk/debian/changelog
  7054. M /trunk/debian/control
  7055. M /trunk/debian/rules
  7056. D /trunk/doc
  7057. D /trunk/src
  7058. * The big TTYvaders/libcaca split. This is libcaca.
  7059. ------------------------------------------------------------------------
  7060. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  7061. Changed paths:
  7062. M /trunk/configure.ac
  7063. M /trunk/libcaca/blit.c
  7064. M /trunk/libcaca/caca.c
  7065. M /trunk/libcaca/conic.c
  7066. M /trunk/libcaca/graphics.c
  7067. M /trunk/src/weapons.c
  7068. * configure.ac:
  7069. + Added -Wsign-compare to the warning flags.
  7070. * libcaca/caca.c:
  7071. + Fixed a signed/unsigned bug that caused infinite waits with
  7072. ee_set_delay(0).
  7073. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  7074. + Fixed minor signed/unsigned comparison warnings.
  7075. ------------------------------------------------------------------------
  7076. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  7077. Changed paths:
  7078. M /trunk/Makefile.am
  7079. M /trunk/TODO
  7080. M /trunk/configure.ac
  7081. A /trunk/libcaca (from /trunk/libee:87)
  7082. M /trunk/libcaca/Makefile.am
  7083. M /trunk/libcaca/blit.c
  7084. M /trunk/libcaca/box.c
  7085. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  7086. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  7087. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  7088. M /trunk/libcaca/conic.c
  7089. D /trunk/libcaca/ee.c
  7090. D /trunk/libcaca/ee.h
  7091. D /trunk/libcaca/ee_internals.h
  7092. M /trunk/libcaca/graphics.c
  7093. M /trunk/libcaca/io.c
  7094. M /trunk/libcaca/line.c
  7095. M /trunk/libcaca/math.c
  7096. M /trunk/libcaca/sprite.c
  7097. M /trunk/libcaca/triangle.c
  7098. D /trunk/libee
  7099. M /trunk/src/Makefile.am
  7100. M /trunk/src/aliens.c
  7101. M /trunk/src/bonus.c
  7102. M /trunk/src/box.c
  7103. M /trunk/src/ceo.c
  7104. M /trunk/src/collide.c
  7105. M /trunk/src/common.h
  7106. M /trunk/src/explosions.c
  7107. M /trunk/src/intro.c
  7108. M /trunk/src/main.c
  7109. M /trunk/src/overlay.c
  7110. M /trunk/src/player.c
  7111. M /trunk/src/starfield.c
  7112. M /trunk/src/tunnel.c
  7113. M /trunk/src/weapons.c
  7114. M /trunk/test/Makefile.am
  7115. M /trunk/test/demo.c
  7116. M /trunk/test/spritedit.c
  7117. * Renamed libee to libcaca. Far less collisions.
  7118. ------------------------------------------------------------------------
  7119. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  7120. Changed paths:
  7121. M /trunk/libee/Makefile.am
  7122. A /trunk/libee/blit.c
  7123. M /trunk/libee/ee.h
  7124. M /trunk/test/Makefile.am
  7125. M /trunk/test/demo.c
  7126. * Very ugly ee_blit function. Will be polished in a while.
  7127. ------------------------------------------------------------------------
  7128. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  7129. Changed paths:
  7130. M /trunk/libee/ee.c
  7131. M /trunk/libee/ee.h
  7132. M /trunk/libee/graphics.c
  7133. M /trunk/test/demo.c
  7134. * libee/ee.c:
  7135. + Replaced ee_color_names[] with ee_get_color_name().
  7136. + Don't oversleep in ee_refresh().
  7137. * libee/graphics.c:
  7138. + Implemented ee_printf().
  7139. * test/demo.c:
  7140. + If new keypresses are detected, don't wait for the next screen refresh.
  7141. + Added an fps counter on demos.
  7142. + Added controls for outlines and drawing boundaries.
  7143. ------------------------------------------------------------------------
  7144. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  7145. Changed paths:
  7146. M /trunk/libee/ee.c
  7147. M /trunk/libee/ee.h
  7148. M /trunk/libee/ee_internals.h
  7149. M /trunk/libee/graphics.c
  7150. M /trunk/libee/line.c
  7151. * libee/graphics.c:
  7152. + Correct clipping in ee_putstr() for long strings.
  7153. * libee/ee.c:
  7154. + New ee_get_rendertime() call to provide framerate information.
  7155. * libee/ee.h:
  7156. + Added const keywords where it was meaningful, despite Slang's blatant
  7157. omission of such keywords in its prototypes.
  7158. ------------------------------------------------------------------------
  7159. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  7160. Changed paths:
  7161. M /trunk/libee/ee.c
  7162. M /trunk/src/main.c
  7163. M /trunk/test/demo.c
  7164. * libee/ee.c:
  7165. + Implemented correct framerate wait loop.
  7166. + No framedropping yet.
  7167. * test/demo.c src/main.c:
  7168. + Set an arbitrary framerate for demos.
  7169. ------------------------------------------------------------------------
  7170. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  7171. Changed paths:
  7172. M /trunk/src/Makefile.am
  7173. M /trunk/test/Makefile.am
  7174. * Fixed compilation in an alternate directory.
  7175. ------------------------------------------------------------------------
  7176. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  7177. Changed paths:
  7178. M /trunk/src/box.c
  7179. M /trunk/src/main.c
  7180. M /trunk/src/player.c
  7181. M /trunk/src/starfield.c
  7182. M /trunk/src/tunnel.c
  7183. M /trunk/src/weapons.c
  7184. * Sanity checks after each malloc() call.
  7185. ------------------------------------------------------------------------
  7186. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  7187. Changed paths:
  7188. M /trunk/libee/ee.h
  7189. M /trunk/libee/math.c
  7190. * libee/math.c:
  7191. + ee_sqrt() now uses unsigned ints.
  7192. + Avoid overflows in ee_sqrt().
  7193. ------------------------------------------------------------------------
  7194. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  7195. Changed paths:
  7196. M /trunk/src/intro.c
  7197. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  7198. ------------------------------------------------------------------------
  7199. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  7200. Changed paths:
  7201. M /trunk/libee/ee.c
  7202. M /trunk/libee/ee_internals.h
  7203. M /trunk/libee/graphics.c
  7204. M /trunk/libee/sprite.c
  7205. * libee/ee.c:
  7206. + Error checking in ee_init().
  7207. + Pre-generate the empty line for ee_clear().
  7208. * libee/sprite.c:
  7209. + Better error checking in ee_sprite_load().
  7210. ------------------------------------------------------------------------
  7211. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  7212. Changed paths:
  7213. M /trunk/libee/conic.c
  7214. M /trunk/libee/line.c
  7215. M /trunk/src/box.c
  7216. * Minor coding style changes.
  7217. ------------------------------------------------------------------------
  7218. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  7219. Changed paths:
  7220. M /trunk/data/Makefile.am
  7221. D /trunk/data/bar_boss
  7222. D /trunk/data/bar_fighter
  7223. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  7224. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  7225. D /trunk/data/baz_fighter
  7226. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  7227. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  7228. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  7229. D /trunk/data/explosion_medium
  7230. D /trunk/data/explosion_small
  7231. D /trunk/data/foo_fighter
  7232. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  7233. D /trunk/data/item_gem
  7234. D /trunk/data/item_heart
  7235. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  7236. D /trunk/data/ship_green
  7237. D /trunk/data/weapon_bomb
  7238. D /trunk/data/weapon_fragbomb
  7239. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  7240. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  7241. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  7242. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  7243. M /trunk/src/aliens.c
  7244. M /trunk/src/bonus.c
  7245. M /trunk/src/explosions.c
  7246. M /trunk/src/intro.c
  7247. M /trunk/src/player.c
  7248. M /trunk/src/weapons.c
  7249. M /trunk/test/demo.c
  7250. * Renamed sprites to < 8+3 names for the DOS port.
  7251. ------------------------------------------------------------------------
  7252. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  7253. Changed paths:
  7254. M /trunk/data/bar_boss
  7255. M /trunk/data/bar_fighter
  7256. M /trunk/data/baz_fighter
  7257. M /trunk/data/explosion_medium
  7258. M /trunk/data/explosion_small
  7259. M /trunk/data/foo_fighter
  7260. M /trunk/data/item_gem
  7261. M /trunk/data/item_heart
  7262. M /trunk/data/ship_green
  7263. M /trunk/data/weapon_bomb
  7264. M /trunk/data/weapon_fragbomb
  7265. M /trunk/src/starfield.c
  7266. M /trunk/test/demo.c
  7267. * test/demo.c:
  7268. + Removed a spurious '\n' from an ee_putstr().
  7269. * src/starfield.c:
  7270. + Fixed starfield color.
  7271. * data/:
  7272. + Fixed every sprite's colors.
  7273. ------------------------------------------------------------------------
  7274. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  7275. Changed paths:
  7276. A /trunk/BUGS
  7277. M /trunk/Makefile.am
  7278. M /trunk/README
  7279. M /trunk/TODO
  7280. M /trunk/libee/Makefile.am
  7281. M /trunk/libee/box.c
  7282. M /trunk/libee/conic.c
  7283. M /trunk/libee/ee.c
  7284. M /trunk/libee/ee.h
  7285. A /trunk/libee/ee_internals.h
  7286. M /trunk/libee/graphics.c
  7287. M /trunk/libee/io.c
  7288. M /trunk/libee/line.c
  7289. M /trunk/libee/math.c
  7290. M /trunk/libee/sprite.c
  7291. M /trunk/libee/triangle.c
  7292. M /trunk/src/Makefile.am
  7293. M /trunk/src/overlay.c
  7294. M /trunk/src/weapons.c
  7295. M /trunk/test/demo.c
  7296. * libee/ee.h:
  7297. + Added ee_color_names[] containing our 16 color names.
  7298. * libee/ee.c:
  7299. + Extended our color set to the full 16 instead of 10.
  7300. + Precalculate ncurses attributes.
  7301. * libee/graphics.c:
  7302. + Clip color value in ee_set_color().
  7303. + Clip characters in ee_putchar().
  7304. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  7305. * libee/ee_internals.h:
  7306. + New file to share extern variables within libee.
  7307. * test/demo.c:
  7308. + Added a simple demo_color() to output all colors.
  7309. + Replaced four ee_draw_line() with ee_draw_thin_box().
  7310. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  7311. defines y1.
  7312. + Randomized colours from 0 to 15 instead of 1 to 10.
  7313. * src/Makefiles.am:
  7314. + Added -lm to the ttyvaders linking flags because of the intro.
  7315. * README BUGS TODO:
  7316. + Updated.
  7317. ------------------------------------------------------------------------
  7318. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  7319. Changed paths:
  7320. M /trunk/README
  7321. M /trunk/configure.ac
  7322. M /trunk/libee/ee.c
  7323. M /trunk/libee/graphics.c
  7324. * README:
  7325. + Added a note about dos cross-compilation.
  7326. * configure.ac:
  7327. + Added a check for ScreenUpdate in <pc.h>.
  7328. * libee/graphics.c libee/ee.c:
  7329. + Improved the conio port thanks to ScreenUpdate().
  7330. ------------------------------------------------------------------------
  7331. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  7332. Changed paths:
  7333. M /trunk/configure.ac
  7334. M /trunk/libee/conic.c
  7335. M /trunk/libee/ee.c
  7336. M /trunk/libee/graphics.c
  7337. M /trunk/libee/io.c
  7338. M /trunk/libee/line.c
  7339. * MS-DOS port of libee, using <conio.h>.
  7340. ------------------------------------------------------------------------
  7341. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  7342. Changed paths:
  7343. M /trunk/data/foo_fighter
  7344. M /trunk/libee/box.c
  7345. M /trunk/libee/ee.h
  7346. M /trunk/libee/graphics.c
  7347. M /trunk/libee/line.c
  7348. M /trunk/libee/sprite.c
  7349. M /trunk/src/Makefile.am
  7350. M /trunk/src/aliens.c
  7351. M /trunk/src/bonus.c
  7352. M /trunk/src/box.c
  7353. M /trunk/src/common.h
  7354. M /trunk/src/explosions.c
  7355. A /trunk/src/intro.c
  7356. M /trunk/src/main.c
  7357. M /trunk/src/overlay.c
  7358. M /trunk/src/player.c
  7359. M /trunk/src/starfield.c
  7360. M /trunk/src/tunnel.c
  7361. M /trunk/src/weapons.c
  7362. M /trunk/test/demo.c
  7363. M /trunk/test/spritedit.c
  7364. * libee/graphics.c:
  7365. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  7366. * libee/line.c:
  7367. + Implemented draw_polyline() and draw_thin_polyline().
  7368. * libee/sprite.c:
  7369. + Removed the f member of struct ee_sprite.
  7370. + Implemented ee_get_sprite_{width|height|dx|dy}().
  7371. + Restore the color fater ee_draw_sprite() is called.
  7372. * libee/box.c:
  7373. + Fixed a bug causing improper box clipping at the right and the bottom.
  7374. * data/foo_fighter:
  7375. + Fixed bugs in the sprite.
  7376. * src/intro.c:
  7377. + Test effects for the future game's intro.
  7378. * test/spritedit.c:
  7379. + Added stuff to the sprite editor. We can now navigate through frames.
  7380. ------------------------------------------------------------------------
  7381. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  7382. Changed paths:
  7383. M /trunk/libee/Makefile.am
  7384. A /trunk/libee/box.c
  7385. M /trunk/libee/conic.c
  7386. M /trunk/libee/ee.h
  7387. M /trunk/libee/triangle.c
  7388. M /trunk/test/demo.c
  7389. * libee/triangle.c:
  7390. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  7391. * libee/box.c:
  7392. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  7393. * libee/conic.c:
  7394. + Wrote ee_fill_ellipse().
  7395. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  7396. * test/demo.c:
  7397. + Merged demo_lines() and demo_thin_lines().
  7398. + Merged demo_triangles() and demo_outlined_triangles().
  7399. + Wrote demo_box().
  7400. + Use ee_fill_ellipse() in demo_all().
  7401. ------------------------------------------------------------------------
  7402. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  7403. Changed paths:
  7404. M /trunk/data/Makefile.am
  7405. A /trunk/data/ship_green
  7406. M /trunk/src/collide.c
  7407. M /trunk/src/main.c
  7408. M /trunk/src/player.c
  7409. M /trunk/src/weapons.c
  7410. * src/weapons.c:
  7411. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  7412. * src/player.c:
  7413. + Use ee_draw_sprite() to draw our ship.
  7414. ------------------------------------------------------------------------
  7415. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  7416. Changed paths:
  7417. M /trunk/libee/Makefile.am
  7418. M /trunk/libee/conic.c
  7419. M /trunk/libee/ee.c
  7420. M /trunk/libee/ee.h
  7421. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  7422. M /trunk/libee/io.c
  7423. M /trunk/libee/line.c
  7424. M /trunk/libee/math.c
  7425. M /trunk/libee/sprite.c
  7426. M /trunk/libee/triangle.c
  7427. M /trunk/src/box.c
  7428. M /trunk/src/overlay.c
  7429. M /trunk/src/player.c
  7430. M /trunk/src/starfield.c
  7431. M /trunk/src/tunnel.c
  7432. M /trunk/src/weapons.c
  7433. M /trunk/test/demo.c
  7434. * libee/graphics.c:
  7435. + Moved ee_putstr() and ee_putchar() in here.
  7436. * libee/ee.h:
  7437. + Got rid of ee_goto().
  7438. + Moved <slang.h> or <curses.h> into libee.
  7439. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  7440. * Ditto for ee_putchar().
  7441. ------------------------------------------------------------------------
  7442. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  7443. Changed paths:
  7444. M /trunk/data/Makefile.am
  7445. M /trunk/src/Makefile.am
  7446. M /trunk/test
  7447. M /trunk/test/Makefile.am
  7448. A /trunk/test/spritedit.c
  7449. * test/spritedit.c:
  7450. + Placeholder for our upcoming sprite editor.
  7451. * src/Makefile.am data/Makefile.am:
  7452. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  7453. ------------------------------------------------------------------------
  7454. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  7455. Changed paths:
  7456. M /trunk/data/Makefile.am
  7457. A /trunk/data/weapon_fragbomb
  7458. M /trunk/src/weapons.c
  7459. * src/weapons.c data/weapon_fragbomb:
  7460. + Drew the fragbomb sprite.
  7461. + Use the fragbomb in src/weapons.c.
  7462. ------------------------------------------------------------------------
  7463. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  7464. Changed paths:
  7465. M /trunk/data/Makefile.am
  7466. A /trunk/data/weapon_bomb
  7467. M /trunk/src/weapons.c
  7468. * data/weapon_bomb:
  7469. + New bomb sprite.
  7470. * src/weapons.c:
  7471. + Switched the bomb drawing to use ee_draw_sprite().
  7472. ------------------------------------------------------------------------
  7473. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  7474. Changed paths:
  7475. M /trunk/data/Makefile.am
  7476. A /trunk/data/explosion_medium
  7477. A /trunk/data/explosion_small
  7478. M /trunk/libee/sprite.c
  7479. M /trunk/src/explosions.c
  7480. * libee/sprite.c:
  7481. + Made sprite loading more robust.
  7482. * src/explosions.c:
  7483. + No longer use ee_putchar etc. to draw our sprites, but use
  7484. ee_draw_sprite().
  7485. * data/:
  7486. + Drew explosion_medium and explosion_small sprites.
  7487. ------------------------------------------------------------------------
  7488. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7489. Changed paths:
  7490. M /trunk/libee/conic.c
  7491. * libee/conic.c: Clip circles and ellipses.
  7492. ------------------------------------------------------------------------
  7493. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  7494. Changed paths:
  7495. M /trunk/libee/conic.c
  7496. M /trunk/libee/sprite.c
  7497. * libee/sprite.c:
  7498. + Added sanity checks in ee_sprite_* functions.
  7499. * libee/conic.c:
  7500. + Use ellipsepoints() in ee_draw_circle().
  7501. ------------------------------------------------------------------------
  7502. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  7503. Changed paths:
  7504. M /trunk/test/demo.c
  7505. * test/demo.c:
  7506. + Ellipses demo.
  7507. ------------------------------------------------------------------------
  7508. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  7509. Changed paths:
  7510. M /trunk/libee/conic.c
  7511. M /trunk/libee/ee.h
  7512. * libee/conic.c:
  7513. + ee_draw_ellipse().
  7514. ------------------------------------------------------------------------
  7515. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  7516. Changed paths:
  7517. M /trunk/libee/Makefile.am
  7518. D /trunk/libee/circle.c
  7519. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  7520. M /trunk/libee/line.c
  7521. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  7522. ------------------------------------------------------------------------
  7523. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  7524. Changed paths:
  7525. M /trunk/libee/line.c
  7526. * libee/line.c:
  7527. + Added code comments.
  7528. ------------------------------------------------------------------------
  7529. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  7530. Changed paths:
  7531. M /trunk/configure.ac
  7532. M /trunk/libee/Makefile.am
  7533. M /trunk/src/Makefile.am
  7534. M /trunk/test/Makefile.am
  7535. * configure.ac:
  7536. + Moved optimization flags and warning triggers here.
  7537. + Updated the snapshot timestamp.
  7538. ------------------------------------------------------------------------
  7539. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  7540. Changed paths:
  7541. M /trunk/test/demo.c
  7542. * test/demo.c: Nicer complete demo.
  7543. ------------------------------------------------------------------------
  7544. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  7545. Changed paths:
  7546. M /trunk/data/Makefile.am
  7547. A /trunk/data/baz_fighter
  7548. A /trunk/data/foo_fighter
  7549. A /trunk/data/item_gem
  7550. A /trunk/data/item_heart
  7551. M /trunk/libee/ee.h
  7552. M /trunk/libee/sprite.c
  7553. M /trunk/src/aliens.c
  7554. M /trunk/src/bonus.c
  7555. M /trunk/src/box.c
  7556. * libee/sprite.c:
  7557. + More robust sprite loader.
  7558. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  7559. + Free all structures in ee_free_sprite().
  7560. * src/aliens.c src/bonus.c:
  7561. + Use ee_draw_sprite() instead of our manual sprite rendering.
  7562. * src/box.c:
  7563. + Use ee_draw_line() instead of the manual equivalent.
  7564. * data/:
  7565. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  7566. ------------------------------------------------------------------------
  7567. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  7568. Changed paths:
  7569. A /trunk/data/Makefile.am
  7570. * Oops, forgot data/Makefile.am.
  7571. ------------------------------------------------------------------------
  7572. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  7573. Changed paths:
  7574. M /trunk/Makefile.am
  7575. M /trunk/configure.ac
  7576. A /trunk/data
  7577. A /trunk/data/bar_boss
  7578. A /trunk/data/bar_fighter
  7579. M /trunk/test/demo.c
  7580. * test/demo.c:
  7581. + Wrote a little sprite demo.
  7582. * data/:
  7583. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  7584. ------------------------------------------------------------------------
  7585. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7586. Changed paths:
  7587. M /trunk/libee/Makefile.am
  7588. M /trunk/libee/ee.h
  7589. A /trunk/libee/sprite.c
  7590. * libee/sprite.c:
  7591. + Beginning of sprite handling within the library.
  7592. + Added support to load files.
  7593. ------------------------------------------------------------------------
  7594. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  7595. Changed paths:
  7596. M /trunk/test/demo.c
  7597. * test/demo.c:
  7598. + outlined triangles demo.
  7599. ------------------------------------------------------------------------
  7600. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7601. Changed paths:
  7602. M /trunk/configure.ac
  7603. M /trunk/libee/Makefile.am
  7604. M /trunk/src/Makefile.am
  7605. M /trunk/test/Makefile.am
  7606. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  7607. ------------------------------------------------------------------------
  7608. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7609. Changed paths:
  7610. M /trunk/src/aliens.c
  7611. M /trunk/src/bonus.c
  7612. M /trunk/src/box.c
  7613. M /trunk/src/collide.c
  7614. M /trunk/src/explosions.c
  7615. M /trunk/src/main.c
  7616. M /trunk/src/overlay.c
  7617. M /trunk/src/player.c
  7618. M /trunk/src/starfield.c
  7619. M /trunk/src/tunnel.c
  7620. M /trunk/src/weapons.c
  7621. * src/*.c:
  7622. + Added missing #include "config.h".
  7623. + Fixed a nasty bug in ee_rand() calls.
  7624. ------------------------------------------------------------------------
  7625. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  7626. Changed paths:
  7627. M /trunk/test/demo.c
  7628. * test/demo.c:
  7629. + Disabled the pyramid demo and wrote a simple triangles demo.
  7630. ------------------------------------------------------------------------
  7631. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  7632. Changed paths:
  7633. M /trunk/libee/Makefile.am
  7634. M /trunk/libee/ee.h
  7635. A /trunk/libee/triangle.c
  7636. M /trunk/test/Makefile.am
  7637. M /trunk/test/demo.c
  7638. * libee/triangle.c:
  7639. + Implemented ee_fill_triangle().
  7640. * test/demo.c:
  7641. + Triangle demo.
  7642. ------------------------------------------------------------------------
  7643. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  7644. Changed paths:
  7645. M /trunk/libee/ee.h
  7646. M /trunk/libee/line.c
  7647. M /trunk/test/demo.c
  7648. * libee/line.c:
  7649. + ee_draw_thin_line().
  7650. * test/demo.c:
  7651. + Added a thin lines demo.
  7652. ------------------------------------------------------------------------
  7653. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7654. Changed paths:
  7655. M /trunk/libee/line.c
  7656. * libee/line.c: genericized line drawing for future use.
  7657. ------------------------------------------------------------------------
  7658. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  7659. Changed paths:
  7660. M /trunk/test
  7661. M /trunk/test/demo.c
  7662. * test/demo.c:
  7663. + Putpixel demo.
  7664. + Draw line demo.
  7665. + Draw circle demo.
  7666. + Animated radar demo.
  7667. ------------------------------------------------------------------------
  7668. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  7669. Changed paths:
  7670. M /trunk/libee/Makefile.am
  7671. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  7672. M /trunk/libee/ee.h
  7673. M /trunk/libee/line.c
  7674. M /trunk/src/weapons.c
  7675. * src/weapons.c:
  7676. + Removed draw_circle, use ee_draw_circle instead.
  7677. * libee/circle.c:
  7678. + New ee_draw_circle function.
  7679. * libee/line.c:
  7680. + Changed an internal function's name.
  7681. ------------------------------------------------------------------------
  7682. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  7683. Changed paths:
  7684. M /trunk/libee
  7685. M /trunk/libee/Makefile.am
  7686. M /trunk/libee/ee.h
  7687. A /trunk/libee/line.c
  7688. * libee/line.c: Implemented ee_draw_line.
  7689. ------------------------------------------------------------------------
  7690. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  7691. Changed paths:
  7692. M /trunk/libee/ee.c
  7693. M /trunk/libee/ee.h
  7694. M /trunk/test/demo.c
  7695. * libee/ee.c:
  7696. + got rid of DELAY.
  7697. * test/demo.c:
  7698. + Minor animation effect.
  7699. ------------------------------------------------------------------------
  7700. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  7701. Changed paths:
  7702. M /trunk/libee/math.c
  7703. * libee/math.c: fixed a thinko in ee_rand().
  7704. ------------------------------------------------------------------------
  7705. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  7706. Changed paths:
  7707. M /trunk/libee/Makefile.am
  7708. M /trunk/libee/ee.c
  7709. M /trunk/libee/ee.h
  7710. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  7711. A /trunk/libee/math.c
  7712. M /trunk/src/Makefile.am
  7713. M /trunk/src/aliens.c
  7714. M /trunk/src/collide.c
  7715. M /trunk/src/common.h
  7716. M /trunk/src/explosions.c
  7717. M /trunk/src/main.c
  7718. D /trunk/src/math.c
  7719. M /trunk/src/starfield.c
  7720. M /trunk/src/tunnel.c
  7721. M /trunk/src/weapons.c
  7722. * libee/io.c:
  7723. + Moved ee_get_key() here.
  7724. * libee/math.c:
  7725. + Moved r00t() here and renamed it to ee_sqrt().
  7726. + Moved GET_RAND() here and renamed it to ee_rand().
  7727. * src/math.c:
  7728. + Removed this deprecated file.
  7729. ------------------------------------------------------------------------
  7730. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  7731. Changed paths:
  7732. M /trunk/src/aliens.c
  7733. M /trunk/src/bonus.c
  7734. M /trunk/src/box.c
  7735. M /trunk/src/ceo.c
  7736. M /trunk/src/collide.c
  7737. M /trunk/src/common.h
  7738. M /trunk/src/explosions.c
  7739. M /trunk/src/main.c
  7740. M /trunk/src/math.c
  7741. M /trunk/src/overlay.c
  7742. M /trunk/src/player.c
  7743. M /trunk/src/starfield.c
  7744. M /trunk/src/tunnel.c
  7745. M /trunk/src/weapons.c
  7746. * Coding style everywhere.
  7747. ------------------------------------------------------------------------
  7748. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  7749. Changed paths:
  7750. M /trunk/libee/Makefile.am
  7751. M /trunk/test/Makefile.am
  7752. A /trunk/test/demo.c
  7753. * libee/Makefile.am, test/Makefile.am:
  7754. + Added more compiler warning flags.
  7755. * test/demo.c:
  7756. + Small demo for libee.
  7757. ------------------------------------------------------------------------
  7758. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7759. Changed paths:
  7760. M /trunk/libee/ee.c
  7761. * libee/ee.c: Fixed a compilation warning.
  7762. ------------------------------------------------------------------------
  7763. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  7764. Changed paths:
  7765. M /trunk/libee/ee.c
  7766. * libee/ee.c: Exact line fill in ee_clear().
  7767. ------------------------------------------------------------------------
  7768. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  7769. Changed paths:
  7770. M /trunk/libee/Makefile.am
  7771. M /trunk/libee/ee.c
  7772. A /trunk/libee/ee.h
  7773. M /trunk/src/Makefile.am
  7774. M /trunk/src/aliens.c
  7775. M /trunk/src/bonus.c
  7776. M /trunk/src/box.c
  7777. M /trunk/src/ceo.c
  7778. M /trunk/src/common.h
  7779. M /trunk/src/explosions.c
  7780. M /trunk/src/main.c
  7781. M /trunk/src/overlay.c
  7782. M /trunk/src/player.c
  7783. M /trunk/src/starfield.c
  7784. M /trunk/src/tunnel.c
  7785. M /trunk/src/weapons.c
  7786. * libee is now standalone.
  7787. ------------------------------------------------------------------------
  7788. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  7789. Changed paths:
  7790. M /trunk/Makefile.am
  7791. M /trunk/configure.ac
  7792. M /trunk/libee
  7793. A /trunk/libee/Makefile.am
  7794. M /trunk/src/Makefile.am
  7795. A /trunk/test
  7796. A /trunk/test/Makefile.am
  7797. * libee is now (almost) standalone.
  7798. ------------------------------------------------------------------------
  7799. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  7800. Changed paths:
  7801. M /trunk/doc/shapes.txt
  7802. A /trunk/libee
  7803. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  7804. M /trunk/src/Makefile.am
  7805. M /trunk/src/ceo.c
  7806. M /trunk/src/common.h
  7807. D /trunk/src/graphics.c
  7808. M /trunk/src/main.c
  7809. * libee/ee.c:
  7810. + First file in libee, from src/graphics.c.
  7811. + Disable cursor upon initialisation.
  7812. + Added delay code for constant framerate.
  7813. * src/common.h:
  7814. + Minor compilation fix for latest ncurses.
  7815. ------------------------------------------------------------------------
  7816. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  7817. Changed paths:
  7818. M /trunk/bootstrap
  7819. * bootstrap: always remove autom4te.cache.
  7820. ------------------------------------------------------------------------
  7821. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  7822. Changed paths:
  7823. M /trunk
  7824. M /trunk/autotools
  7825. M /trunk/bootstrap
  7826. M /trunk/configure.ac
  7827. M /trunk/debian
  7828. M /trunk/src
  7829. M /trunk/src/aliens.c
  7830. M /trunk/src/bonus.c
  7831. M /trunk/src/box.c
  7832. M /trunk/src/ceo.c
  7833. M /trunk/src/collide.c
  7834. M /trunk/src/common.h
  7835. M /trunk/src/explosions.c
  7836. M /trunk/src/graphics.c
  7837. M /trunk/src/main.c
  7838. M /trunk/src/math.c
  7839. M /trunk/src/overlay.c
  7840. M /trunk/src/player.c
  7841. M /trunk/src/starfield.c
  7842. M /trunk/src/tunnel.c
  7843. M /trunk/src/weapons.c
  7844. * Fixed keywords, ignore, and lots of tiny SVN things.
  7845. ------------------------------------------------------------------------
  7846. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  7847. Changed paths:
  7848. M /trunk/TODO
  7849. M /trunk/src/Makefile.am
  7850. A /trunk/src/box.c
  7851. M /trunk/src/common.h
  7852. M /trunk/src/main.c
  7853. M /trunk/src/overlay.c
  7854. * support for boxes
  7855. * application: pause box
  7856. ------------------------------------------------------------------------
  7857. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  7858. Changed paths:
  7859. M /trunk/TODO
  7860. M /trunk/src/collide.c
  7861. * cosmetic code changes.
  7862. * fixed a bug in the tunnel munching.
  7863. ------------------------------------------------------------------------
  7864. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  7865. Changed paths:
  7866. M /trunk/README
  7867. M /trunk/TODO
  7868. M /trunk/configure.ac
  7869. M /trunk/src/weapons.c
  7870. * fixed the ncurses build.
  7871. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  7872. ------------------------------------------------------------------------
  7873. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  7874. Changed paths:
  7875. M /trunk/configure.ac
  7876. M /trunk/src/collide.c
  7877. M /trunk/src/common.h
  7878. M /trunk/src/graphics.c
  7879. M /trunk/src/main.c
  7880. M /trunk/src/overlay.c
  7881. M /trunk/src/player.c
  7882. * new timestamp for a new snapshot.
  7883. * lots of sanity checks in collide.c.
  7884. * moved usleep() to graphics.c.
  7885. * added random key generator in the dummy driver.
  7886. * cosmetic changes in the energy bars.
  7887. ------------------------------------------------------------------------
  7888. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  7889. Changed paths:
  7890. M /trunk/src/Makefile.am
  7891. M /trunk/src/common.h
  7892. M /trunk/src/main.c
  7893. A /trunk/src/overlay.c
  7894. M /trunk/src/player.c
  7895. * better handling of special weapon timeout.
  7896. * the bomb is now part of the standard fire button effect.
  7897. * overlay for life and special weapon jauges.
  7898. ------------------------------------------------------------------------
  7899. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  7900. Changed paths:
  7901. M /trunk/src/aliens.c
  7902. M /trunk/src/collide.c
  7903. M /trunk/src/common.h
  7904. M /trunk/src/main.c
  7905. M /trunk/src/player.c
  7906. * aliens are now named foo, bar and baz.
  7907. * beginning of life jauges.
  7908. ------------------------------------------------------------------------
  7909. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  7910. Changed paths:
  7911. M /trunk/src/common.h
  7912. M /trunk/src/main.c
  7913. M /trunk/src/player.c
  7914. * ship has vx and vy.
  7915. ------------------------------------------------------------------------
  7916. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  7917. Changed paths:
  7918. M /trunk/TODO
  7919. M /trunk/src/main.c
  7920. M /trunk/src/tunnel.c
  7921. * cosmetic change: reworked draw_tunnel.
  7922. ------------------------------------------------------------------------
  7923. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  7924. Changed paths:
  7925. M /trunk/src/main.c
  7926. M /trunk/src/tunnel.c
  7927. * lasers are now twice as fast.
  7928. * walls are now filled, and displayed on top of aliens.
  7929. ------------------------------------------------------------------------
  7930. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  7931. Changed paths:
  7932. M /trunk/configure.ac
  7933. M /trunk/src/Makefile.am
  7934. M /trunk/src/ceo.c
  7935. M /trunk/src/common.h
  7936. M /trunk/src/graphics.c
  7937. M /trunk/src/main.c
  7938. M /trunk/src/tunnel.c
  7939. * added support for --disable-slang.
  7940. * fixed an overflow in the tunnel update code.
  7941. * fragbomb is now 'f', not 'd'.
  7942. * added a missing call to init_bonus().
  7943. ------------------------------------------------------------------------
  7944. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  7945. Changed paths:
  7946. M /trunk/TODO
  7947. M /trunk/src/collide.c
  7948. M /trunk/src/common.h
  7949. M /trunk/src/main.c
  7950. M /trunk/src/starfield.c
  7951. M /trunk/src/tunnel.c
  7952. M /trunk/src/weapons.c
  7953. * the beam now digs the tunnel.
  7954. * the starfield is now an array of stars.
  7955. * fixed wall rendering (offset issues and disappearing left wall).
  7956. * 32 seekers on fragbomb explosion, not 16.
  7957. ------------------------------------------------------------------------
  7958. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  7959. Changed paths:
  7960. M /trunk/src/weapons.c
  7961. * seekers and homing bombs react more quickly.
  7962. * 16 seekers on fragbomb explosion instead of 12.
  7963. ------------------------------------------------------------------------
  7964. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  7965. Changed paths:
  7966. M /trunk/src/math.c
  7967. M /trunk/src/weapons.c
  7968. * fixed a segfault when the target seeker speed was zero.
  7969. * factorized the seeker generation on fragbomb explosion.
  7970. ------------------------------------------------------------------------
  7971. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  7972. Changed paths:
  7973. M /trunk/src/Makefile.am
  7974. M /trunk/src/common.h
  7975. A /trunk/src/math.c
  7976. M /trunk/src/weapons.c
  7977. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  7978. ------------------------------------------------------------------------
  7979. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  7980. Changed paths:
  7981. M /trunk/doc/shapes.txt
  7982. M /trunk/src/aliens.c
  7983. M /trunk/src/ceo.c
  7984. M /trunk/src/collide.c
  7985. M /trunk/src/common.h
  7986. M /trunk/src/main.c
  7987. M /trunk/src/weapons.c
  7988. * dead aliens don't explode in the collision loop but in their update loop.
  7989. * new super weapon, the fragmentation bomb.
  7990. ------------------------------------------------------------------------
  7991. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  7992. Changed paths:
  7993. M /trunk/.cvsignore
  7994. M /trunk/Makefile.am
  7995. A /trunk/autotools
  7996. A /trunk/autotools/.cvsignore
  7997. A /trunk/autotools/Makefile.am
  7998. M /trunk/bootstrap
  7999. M /trunk/configure.ac
  8000. M /trunk/debian/.cvsignore
  8001. M /trunk/src/Makefile.am
  8002. * Moved generated autotools files to the autotools/ directory.
  8003. ------------------------------------------------------------------------
  8004. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  8005. Changed paths:
  8006. M /trunk/src/aliens.c
  8007. M /trunk/src/bonus.c
  8008. M /trunk/src/ceo.c
  8009. M /trunk/src/collide.c
  8010. M /trunk/src/common.h
  8011. M /trunk/src/explosions.c
  8012. M /trunk/src/graphics.c
  8013. M /trunk/src/main.c
  8014. M /trunk/src/player.c
  8015. M /trunk/src/starfield.c
  8016. M /trunk/src/tunnel.c
  8017. M /trunk/src/weapons.c
  8018. * I think I fucked up the $Id tags on my previous commit.
  8019. ------------------------------------------------------------------------
  8020. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  8021. Changed paths:
  8022. A /trunk/COPYING
  8023. M /trunk/src/aliens.c
  8024. M /trunk/src/bonus.c
  8025. M /trunk/src/ceo.c
  8026. M /trunk/src/collide.c
  8027. M /trunk/src/common.h
  8028. M /trunk/src/explosions.c
  8029. M /trunk/src/graphics.c
  8030. M /trunk/src/main.c
  8031. M /trunk/src/player.c
  8032. M /trunk/src/starfield.c
  8033. M /trunk/src/tunnel.c
  8034. M /trunk/src/weapons.c
  8035. * added the COPYING file (GPLv2).
  8036. * added GPL headers to source files.
  8037. ------------------------------------------------------------------------
  8038. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  8039. Changed paths:
  8040. M /trunk/src/Makefile.am
  8041. A /trunk/src/ceo.c
  8042. M /trunk/src/common.h
  8043. M /trunk/src/main.c
  8044. * tab == hotkey for CEO alert.
  8045. ------------------------------------------------------------------------
  8046. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  8047. Changed paths:
  8048. M /trunk/TODO
  8049. M /trunk/doc/shapes.txt
  8050. M /trunk/src/aliens.c
  8051. * 3rd alien type.
  8052. ------------------------------------------------------------------------
  8053. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  8054. Changed paths:
  8055. D /trunk/Makefile
  8056. * Scrapped Makefile.
  8057. ------------------------------------------------------------------------
  8058. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  8059. Changed paths:
  8060. M /trunk/Makefile
  8061. A /trunk/README
  8062. A /trunk/TODO
  8063. * README and TODO files.
  8064. ------------------------------------------------------------------------
  8065. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  8066. Changed paths:
  8067. M /trunk/Makefile
  8068. M /trunk/configure.ac
  8069. M /trunk/doc/shapes.txt
  8070. M /trunk/src/collide.c
  8071. M /trunk/src/weapons.c
  8072. * the bomb's head is now white
  8073. ------------------------------------------------------------------------
  8074. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  8075. Changed paths:
  8076. M /trunk/doc/shapes.txt
  8077. M /trunk/src/aliens.c
  8078. M /trunk/src/collide.c
  8079. M /trunk/src/common.h
  8080. M /trunk/src/main.c
  8081. M /trunk/src/weapons.c
  8082. * new weapon: bomb.
  8083. * beam now collides with aliens.
  8084. ------------------------------------------------------------------------
  8085. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  8086. Changed paths:
  8087. M /trunk/doc/shapes.txt
  8088. M /trunk/src/common.h
  8089. M /trunk/src/main.c
  8090. M /trunk/src/weapons.c
  8091. * 'beam' weapon.
  8092. ------------------------------------------------------------------------
  8093. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  8094. Changed paths:
  8095. M /trunk/Makefile
  8096. M /trunk/configure.ac
  8097. M /trunk/debian/changelog
  8098. M /trunk/debian/control
  8099. M /trunk/debian/rules
  8100. M /trunk/doc/shapes.txt
  8101. M /trunk/src/Makefile.am
  8102. M /trunk/src/aliens.c
  8103. A /trunk/src/bonus.c
  8104. M /trunk/src/collide.c
  8105. M /trunk/src/common.h
  8106. M /trunk/src/explosions.c
  8107. M /trunk/src/graphics.c
  8108. M /trunk/src/main.c
  8109. M /trunk/src/player.c
  8110. M /trunk/src/starfield.c
  8111. M /trunk/src/tunnel.c
  8112. M /trunk/src/weapons.c
  8113. * real Debian package files.
  8114. * two new types of aliens. only one rules.
  8115. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  8116. * added bonuses at alien death. they do nothing yet.
  8117. * seeker missiles. 'b' to test.
  8118. * weapon resolution is now 16*char. needs to be generalized.
  8119. * fixed the supernova bugs. center could collide with the tunnel, and
  8120. the last frame was badly displayed.
  8121. * lots of cleanups everywhere.
  8122. ------------------------------------------------------------------------
  8123. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  8124. Changed paths:
  8125. M /trunk/.cvsignore
  8126. M /trunk/Makefile
  8127. A /trunk/Makefile.am
  8128. D /trunk/aliens.c
  8129. A /trunk/bootstrap
  8130. D /trunk/collide.c
  8131. D /trunk/common.h
  8132. A /trunk/configure.ac
  8133. A /trunk/debian
  8134. A /trunk/debian/.cvsignore
  8135. A /trunk/debian/Makefile.am
  8136. A /trunk/debian/changelog
  8137. A /trunk/debian/control
  8138. A /trunk/debian/rules
  8139. A /trunk/doc
  8140. A /trunk/doc/shapes.txt
  8141. D /trunk/explosions.c
  8142. D /trunk/graphics.c
  8143. D /trunk/main.c
  8144. D /trunk/player.c
  8145. D /trunk/shapes.txt
  8146. A /trunk/src
  8147. A /trunk/src/.cvsignore
  8148. A /trunk/src/Makefile.am
  8149. A /trunk/src/aliens.c
  8150. A /trunk/src/collide.c
  8151. A /trunk/src/common.h
  8152. A /trunk/src/explosions.c
  8153. A /trunk/src/graphics.c
  8154. A /trunk/src/main.c
  8155. A /trunk/src/player.c
  8156. A /trunk/src/starfield.c
  8157. A /trunk/src/tunnel.c
  8158. A /trunk/src/weapons.c
  8159. D /trunk/starfield.c
  8160. D /trunk/tunnel.c
  8161. D /trunk/weapons.c
  8162. * autotoolificationized the whole thing.
  8163. ------------------------------------------------------------------------
  8164. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  8165. Changed paths:
  8166. M /trunk/collide.c
  8167. M /trunk/common.h
  8168. M /trunk/explosions.c
  8169. M /trunk/main.c
  8170. M /trunk/player.c
  8171. M /trunk/weapons.c
  8172. * moved nuke from explosions to weapons.
  8173. * used a cool Bresenham algorithm to draw the nuke circles.
  8174. * nuke collides with aliens.
  8175. ------------------------------------------------------------------------
  8176. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  8177. Changed paths:
  8178. A /trunk/.cvsignore
  8179. * .cvsignore file.
  8180. ------------------------------------------------------------------------
  8181. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  8182. Changed paths:
  8183. A /branches
  8184. A /trunk
  8185. A /trunk/Makefile
  8186. A /trunk/aliens.c
  8187. A /trunk/collide.c
  8188. A /trunk/common.h
  8189. A /trunk/explosions.c
  8190. A /trunk/graphics.c
  8191. A /trunk/main.c
  8192. A /trunk/player.c
  8193. A /trunk/shapes.txt
  8194. A /trunk/starfield.c
  8195. A /trunk/tunnel.c
  8196. A /trunk/weapons.c
  8197. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  8198. the nuke is still ugly, almost no collision detection. Nice demo :)
  8199. ------------------------------------------------------------------------