Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

10501 Zeilen
339 KiB

  1. ------------------------------------------------------------------------
  2. r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/TODO
  5. * Updated TODO list.
  6. ------------------------------------------------------------------------
  7. r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines
  8. Changed paths:
  9. M /trunk/cucul/export.c
  10. M /trunk/cucul/import.c
  11. M /trunk/src/cacaserver.c
  12. * Updated the caca export format so that it supports multiple frames.
  13. * Updated the caca importer to reflect that; only one frame is read at the
  14. moment.
  15. * Added an "utf8cr" export format for UTF-8 + CRLF exports.
  16. * Updated cacaserver to reflect file format changes.
  17. ------------------------------------------------------------------------
  18. r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines
  19. Changed paths:
  20. M /trunk/cxx
  21. M /trunk/cxx/cxxtest.cpp
  22. * Use the import function to load the pig image in cxxtest.
  23. ------------------------------------------------------------------------
  24. r983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines
  25. Changed paths:
  26. M /trunk/cucul/font.c
  27. * Add information to the font format.
  28. ------------------------------------------------------------------------
  29. r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines
  30. Changed paths:
  31. M /trunk/doc/tutorial.dox
  32. * Fixed typo, added compilation example
  33. ------------------------------------------------------------------------
  34. r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines
  35. Changed paths:
  36. M /trunk/doc/tutorial.dox
  37. * Started a real and complete tutorial
  38. ------------------------------------------------------------------------
  39. r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines
  40. Changed paths:
  41. M /trunk/cxx/cucul++.h
  42. * Oops, fixed getChar's prototype.
  43. ------------------------------------------------------------------------
  44. r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines
  45. Changed paths:
  46. M /trunk/cxx/cucul++.cpp
  47. M /trunk/cxx/cucul++.h
  48. * Implemented putChar() and updated getChar()'s prototype.
  49. ------------------------------------------------------------------------
  50. r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines
  51. Changed paths:
  52. M /trunk/cxx/cucul++.cpp
  53. * Don't crash if Blit()'s second canvas argument is NULL (which is valid).
  54. ------------------------------------------------------------------------
  55. r977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines
  56. Changed paths:
  57. M /trunk/cxx/cxxtest.cpp
  58. * Fixed c++ example
  59. ------------------------------------------------------------------------
  60. r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines
  61. Changed paths:
  62. M /trunk/cucul/cucul.c
  63. * Fix the default canvas colour value.
  64. ------------------------------------------------------------------------
  65. r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines
  66. Changed paths:
  67. M /trunk/cucul/cucul.h
  68. * Remove legacy cucul_ansi_to_str() from cucul.h.
  69. ------------------------------------------------------------------------
  70. r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines
  71. Changed paths:
  72. M /trunk/cucul/font.c
  73. M /trunk/cucul/font_mono9.h
  74. M /trunk/cucul/font_monobold12.h
  75. M /trunk/tools/makefont.c
  76. * Slightly changed the font header information. No one distributes libcaca
  77. fonts yet anyway :-)
  78. ------------------------------------------------------------------------
  79. r973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines
  80. Changed paths:
  81. M /trunk/cucul/colour.c
  82. * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation.
  83. ------------------------------------------------------------------------
  84. r972 | sam | 2006-10-31 15:04:22 +0100 (Tue, 31 Oct 2006) | 4 lines
  85. Changed paths:
  86. M /trunk/caca/caca0.c
  87. M /trunk/caca/caca0.h
  88. M /trunk/cucul/cucul.c
  89. M /trunk/cucul/cucul.h
  90. M /trunk/cxx/cucul++.cpp
  91. M /trunk/cxx/cucul++.h
  92. M /trunk/cxx/cxxtest.cpp
  93. M /trunk/doc/migrating.dox
  94. M /trunk/doc/tutorial.dox
  95. M /trunk/test/colors.c
  96. M /trunk/test/demo.c
  97. * Got rid of cucul_ansi_to_str(), it's really useless.
  98. * Partial update of the C++ bindings.
  99. * Updated documentation.
  100. ------------------------------------------------------------------------
  101. r971 | sam | 2006-10-31 14:44:41 +0100 (Tue, 31 Oct 2006) | 2 lines
  102. Changed paths:
  103. D /trunk/cxx/cpptest.cpp
  104. R /trunk/cxx/cxxtest.cpp (from /trunk/cxx/cpptest.cpp:960)
  105. * Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
  106. ------------------------------------------------------------------------
  107. r970 | sam | 2006-10-31 14:29:48 +0100 (Tue, 31 Oct 2006) | 5 lines
  108. Changed paths:
  109. M /trunk/caca/caca0.h
  110. M /trunk/caca/driver_gl.c
  111. M /trunk/cucul/colour.c
  112. M /trunk/cucul/cucul.c
  113. M /trunk/cucul/cucul.h
  114. M /trunk/cucul/dither.c
  115. M /trunk/cucul/import.c
  116. M /trunk/src/aafire.c
  117. M /trunk/src/cacademo.c
  118. M /trunk/src/cacadraw.c
  119. M /trunk/src/cacaview.c
  120. M /trunk/src/img2irc.c
  121. M /trunk/test/colors.c
  122. M /trunk/test/demo.c
  123. M /trunk/test/dithering.c
  124. M /trunk/test/event.c
  125. M /trunk/test/export.c
  126. M /trunk/test/font.c
  127. M /trunk/test/font2tga.c
  128. M /trunk/test/frames.c
  129. M /trunk/test/fullwidth.c
  130. M /trunk/test/gamma.c
  131. M /trunk/test/input.c
  132. M /trunk/test/spritedit.c
  133. M /trunk/test/transform.c
  134. M /trunk/test/truecolor.c
  135. M /trunk/test/unicode.c
  136. * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
  137. cucul_set_color() and cucul_set_truecolor() under the new names
  138. cucul_set_color_ansi() and cucul_set_color_argb().
  139. * Renamed cucul_get_color_name() into cucul_ansi_to_str().
  140. ------------------------------------------------------------------------
  141. r969 | sam | 2006-10-31 09:17:58 +0100 (Tue, 31 Oct 2006) | 3 lines
  142. Changed paths:
  143. M /trunk/cucul/colour.c
  144. M /trunk/cucul/export.c
  145. M /trunk/test/colors.c
  146. M /trunk/test/export.c
  147. * Changed cucul_set_attr() so that only setting the style does not change
  148. the colour.
  149. ------------------------------------------------------------------------
  150. r968 | sam | 2006-10-30 17:37:36 +0100 (Mon, 30 Oct 2006) | 3 lines
  151. Changed paths:
  152. M /trunk/caca/driver_x11.c
  153. M /trunk/cucul/export.c
  154. * Blink/Underline/Bold/Italics support in the HTML exporters.
  155. * Underline support in the X11 driver.
  156. ------------------------------------------------------------------------
  157. r967 | sam | 2006-10-30 15:41:16 +0100 (Mon, 30 Oct 2006) | 2 lines
  158. Changed paths:
  159. M /trunk/test/colors.c
  160. M /trunk/test/export.c
  161. * Add Bold/Blink/Italics/Underline to the export and color tests.
  162. ------------------------------------------------------------------------
  163. r966 | sam | 2006-10-30 15:33:46 +0100 (Mon, 30 Oct 2006) | 2 lines
  164. Changed paths:
  165. M /trunk/cucul/export.c
  166. * Fix IRC and term transparency (again).
  167. ------------------------------------------------------------------------
  168. r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines
  169. Changed paths:
  170. M /trunk/TODO
  171. * Updated TODO list.
  172. ------------------------------------------------------------------------
  173. r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines
  174. Changed paths:
  175. M /trunk/cucul/colour.c
  176. M /trunk/cucul/cucul.h
  177. * Add back cucul_set_color() and cucul_set_truecolor() but mark them as
  178. deprecated using GCC attributes.
  179. ------------------------------------------------------------------------
  180. r961 | sam | 2006-10-29 21:54:51 +0100 (Sun, 29 Oct 2006) | 5 lines
  181. Changed paths:
  182. M /trunk/caca/caca0.c
  183. M /trunk/caca/caca0.h
  184. M /trunk/caca/driver_gl.c
  185. M /trunk/caca/driver_slang.c
  186. M /trunk/cucul/colour.c
  187. M /trunk/cucul/cucul.c
  188. M /trunk/cucul/cucul.h
  189. M /trunk/cucul/dither.c
  190. M /trunk/cucul/export.c
  191. M /trunk/cucul/import.c
  192. M /trunk/cucul/sprite.c
  193. M /trunk/src/aafire.c
  194. M /trunk/src/cacademo.c
  195. M /trunk/src/cacadraw.c
  196. M /trunk/src/cacaview.c
  197. M /trunk/src/img2irc.c
  198. M /trunk/test/colors.c
  199. M /trunk/test/demo.c
  200. M /trunk/test/dithering.c
  201. M /trunk/test/event.c
  202. M /trunk/test/export.c
  203. M /trunk/test/font.c
  204. M /trunk/test/font2tga.c
  205. M /trunk/test/frames.c
  206. M /trunk/test/fullwidth.c
  207. M /trunk/test/gamma.c
  208. M /trunk/test/input.c
  209. M /trunk/test/spritedit.c
  210. M /trunk/test/transform.c
  211. M /trunk/test/truecolor.c
  212. M /trunk/test/unicode.c
  213. M /trunk/tools/optipal.c
  214. * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
  215. functionality into cucul_set_attr().
  216. * Add cucul_ansi_to_attr() and cucul_argb_to_attr().
  217. * Rename CUCUL_COLOR_* to CUCUL_*.
  218. ------------------------------------------------------------------------
  219. r960 | sam | 2006-10-29 09:35:46 +0100 (Sun, 29 Oct 2006) | 4 lines
  220. Changed paths:
  221. M /trunk/caca/driver_gl.c
  222. M /trunk/cucul/colour.c
  223. M /trunk/cucul/cucul.h
  224. M /trunk/cucul/dither.c
  225. M /trunk/cucul/import.c
  226. M /trunk/cucul/sprite.c
  227. M /trunk/src/aafire.c
  228. M /trunk/src/cacademo.c
  229. M /trunk/src/cacadraw.c
  230. M /trunk/src/cacaview.c
  231. M /trunk/src/img2irc.c
  232. M /trunk/test/colors.c
  233. M /trunk/test/demo.c
  234. M /trunk/test/dithering.c
  235. M /trunk/test/event.c
  236. M /trunk/test/export.c
  237. M /trunk/test/font.c
  238. M /trunk/test/font2tga.c
  239. M /trunk/test/frames.c
  240. M /trunk/test/fullwidth.c
  241. M /trunk/test/gamma.c
  242. M /trunk/test/input.c
  243. M /trunk/test/spritedit.c
  244. M /trunk/test/transform.c
  245. M /trunk/test/truecolor.c
  246. M /trunk/test/unicode.c
  247. * Remove cucul_set_color() from the exported API and replaced all calls
  248. with cucul_set_attr_ansi(). Old application will still compile (but issue
  249. a warning) and run, though.
  250. ------------------------------------------------------------------------
  251. r959 | sam | 2006-10-29 09:06:27 +0100 (Sun, 29 Oct 2006) | 2 lines
  252. Changed paths:
  253. M /trunk/configure.ac
  254. M /trunk/src/cacaview.c
  255. M /trunk/src/common-image.c
  256. * Fix broken Imlib2 support in cacaview.
  257. ------------------------------------------------------------------------
  258. r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines
  259. Changed paths:
  260. M /trunk/caca/caca0.h
  261. M /trunk/caca/driver_conio.c
  262. M /trunk/caca/driver_gl.c
  263. M /trunk/caca/driver_ncurses.c
  264. M /trunk/caca/driver_slang.c
  265. M /trunk/caca/driver_vga.c
  266. M /trunk/caca/driver_win32.c
  267. M /trunk/caca/driver_x11.c
  268. M /trunk/cucul/canvas.c
  269. M /trunk/cucul/colour.c
  270. M /trunk/cucul/cucul.c
  271. M /trunk/cucul/cucul.h
  272. M /trunk/cucul/cucul_internals.h
  273. M /trunk/cucul/export.c
  274. M /trunk/cucul/font.c
  275. M /trunk/cucul/import.c
  276. M /trunk/cucul/sprite.c
  277. M /trunk/cucul/transform.c
  278. * Use the LSB of alpha and blue components to encode additional flags such
  279. as bold or underline. No higher level support for these yet, but at
  280. least everything is consistent.
  281. * Created cucul_set_attr_ansi() and cucul_set_attr_argb() which are bound
  282. to replace cucul_set_color() and cucul_set_truecolor().
  283. ------------------------------------------------------------------------
  284. r957 | sam | 2006-10-27 22:40:24 +0200 (Fri, 27 Oct 2006) | 2 lines
  285. Changed paths:
  286. M /trunk/cucul/buffer.c
  287. * Reworded documentation about buffer/string distinction.
  288. ------------------------------------------------------------------------
  289. r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines
  290. Changed paths:
  291. M /trunk/cucul/import.c
  292. * Fix a buffer overflow in the utf-8 cucul_import().
  293. ------------------------------------------------------------------------
  294. r955 | jylam | 2006-10-27 22:18:23 +0200 (Fri, 27 Oct 2006) | 2 lines
  295. Changed paths:
  296. M /trunk/cucul/buffer.c
  297. * Documentation a bit clearer while importing a string into a buffer
  298. ------------------------------------------------------------------------
  299. r954 | jylam | 2006-10-27 21:26:35 +0200 (Fri, 27 Oct 2006) | 2 lines
  300. Changed paths:
  301. M /trunk/DotNet/test.cs
  302. M /trunk/cucul/import.c
  303. * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed.
  304. ------------------------------------------------------------------------
  305. r953 | sam | 2006-10-26 11:24:29 +0200 (Thu, 26 Oct 2006) | 3 lines
  306. Changed paths:
  307. M /trunk/cucul/export.c
  308. * Put at least one space in empty IRC lines otherwise most clients won't
  309. output them.
  310. ------------------------------------------------------------------------
  311. r952 | sam | 2006-10-26 11:17:21 +0200 (Thu, 26 Oct 2006) | 2 lines
  312. Changed paths:
  313. M /trunk/cucul/import.c
  314. * Allow to import empty files or files with only empty lines.
  315. ------------------------------------------------------------------------
  316. r951 | sam | 2006-10-26 11:04:55 +0200 (Thu, 26 Oct 2006) | 2 lines
  317. Changed paths:
  318. M /trunk/cucul/export.c
  319. * Support export of zero-sized canvases.
  320. ------------------------------------------------------------------------
  321. r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines
  322. Changed paths:
  323. M /trunk/cucul/import.c
  324. * Fix a buffer overflow in the import format autodetection code.
  325. ------------------------------------------------------------------------
  326. r949 | sam | 2006-10-26 10:45:18 +0200 (Thu, 26 Oct 2006) | 2 lines
  327. Changed paths:
  328. M /trunk/cucul/import.c
  329. * Allow to import zero-sized canvases.
  330. ------------------------------------------------------------------------
  331. r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines
  332. Changed paths:
  333. M /trunk/doc/user.dox
  334. * CACA_GEOMETRY works with the raw driver.
  335. ------------------------------------------------------------------------
  336. r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines
  337. Changed paths:
  338. M /trunk/caca/driver_gl.c
  339. M /trunk/caca/driver_raw.c
  340. M /trunk/caca/driver_win32.c
  341. M /trunk/caca/driver_x11.c
  342. M /trunk/cucul/cucul.c
  343. * Allow to create the initial canvas with a zero size. Either the application
  344. resizes it later, or the driver changes it to fit the display.
  345. ------------------------------------------------------------------------
  346. r946 | sam | 2006-10-26 10:11:39 +0200 (Thu, 26 Oct 2006) | 2 lines
  347. Changed paths:
  348. M /trunk/test/frames.c
  349. * Minor changes to the frames test.
  350. ------------------------------------------------------------------------
  351. r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines
  352. Changed paths:
  353. M /trunk/caca/event.c
  354. M /trunk/caca/graphics.c
  355. M /trunk/cucul/buffer.c
  356. M /trunk/cucul/canvas.c
  357. M /trunk/cucul/charset.c
  358. M /trunk/cucul/colour.c
  359. M /trunk/cucul/cucul.c
  360. M /trunk/cucul/import.c
  361. M /trunk/cucul/sprite.c
  362. M /trunk/cucul/transform.c
  363. * Removed "This function..." constructs from documentation. Fixed a few
  364. documentation errors or imprecisions.
  365. ------------------------------------------------------------------------
  366. r944 | sam | 2006-10-26 00:04:31 +0200 (Thu, 26 Oct 2006) | 2 lines
  367. Changed paths:
  368. M /trunk/cucul/transform.c
  369. * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
  370. ------------------------------------------------------------------------
  371. r943 | sam | 2006-10-26 00:01:38 +0200 (Thu, 26 Oct 2006) | 2 lines
  372. Changed paths:
  373. M /trunk/cucul/export.c
  374. * Do not output \r in the UTF-8 exporter.
  375. ------------------------------------------------------------------------
  376. r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines
  377. Changed paths:
  378. M /trunk/doc/cacafire.1
  379. M /trunk/src/cacademo.c
  380. * Use enter as the transition key.
  381. ------------------------------------------------------------------------
  382. r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines
  383. Changed paths:
  384. M /trunk/ChangeLog
  385. M /trunk/NEWS
  386. M /trunk/configure.ac
  387. * Set version to 0.99.beta8.
  388. * Updated NEWS and ChangeLog.
  389. ------------------------------------------------------------------------
  390. r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines
  391. Changed paths:
  392. M /trunk/cucul/canvas.c
  393. M /trunk/cucul/transform.c
  394. M /trunk/test/fullwidth.c
  395. * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
  396. fullwidth characters.
  397. * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
  398. ------------------------------------------------------------------------
  399. r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines
  400. Changed paths:
  401. M /trunk/cucul/transform.c
  402. * Added block drawing glyphs to the flip/flop/rotate functions.
  403. * Made these functions fullwidth-aware.
  404. ------------------------------------------------------------------------
  405. r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines
  406. Changed paths:
  407. M /trunk/test/transform.c
  408. * Add fullwidth characters to the transform test.
  409. ------------------------------------------------------------------------
  410. r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines
  411. Changed paths:
  412. M /trunk/cucul/canvas.c
  413. M /trunk/cucul/export.c
  414. * Updated documentation of fullwidth-aware functions.
  415. * Fullwidth support in all exporters.
  416. ------------------------------------------------------------------------
  417. r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines
  418. Changed paths:
  419. M /trunk/test/export.c
  420. * Add a test for fullwidth characters to the exporter test.
  421. ------------------------------------------------------------------------
  422. r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines
  423. Changed paths:
  424. M /trunk/cucul/import.c
  425. * Support for fullwidth glyphs in the UTF-8 importer.
  426. ------------------------------------------------------------------------
  427. r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines
  428. Changed paths:
  429. M /trunk/caca/driver_conio.c
  430. M /trunk/caca/driver_gl.c
  431. M /trunk/caca/driver_ncurses.c
  432. M /trunk/caca/driver_slang.c
  433. M /trunk/caca/driver_vga.c
  434. M /trunk/caca/driver_win32.c
  435. M /trunk/caca/driver_x11.c
  436. M /trunk/cucul/canvas.c
  437. M /trunk/cucul/cucul.h
  438. M /trunk/cucul/cucul_internals.h
  439. * Support for fullwidth glyphs in the libcaca output drivers.
  440. ------------------------------------------------------------------------
  441. r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines
  442. Changed paths:
  443. M /trunk/test/fullwidth.c
  444. * Use 0xCACA as the test character. Ahaha. Caca. Got it?
  445. ------------------------------------------------------------------------
  446. r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines
  447. Changed paths:
  448. M /trunk/test
  449. M /trunk/test/Makefile.am
  450. A /trunk/test/fullwidth.c
  451. M /trunk/test/unicode.c
  452. * Fix the Unicode test.
  453. * Add a test for fullwidth characters.
  454. ------------------------------------------------------------------------
  455. r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines
  456. Changed paths:
  457. M /trunk/cucul/canvas.c
  458. M /trunk/cucul/cucul_internals.h
  459. * Support for fullwidth (= double width) Unicode characters.
  460. ------------------------------------------------------------------------
  461. r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines
  462. Changed paths:
  463. M /trunk/doc/libcaca.dox
  464. * Minor changes to the documentation front page.
  465. ------------------------------------------------------------------------
  466. r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines
  467. Changed paths:
  468. M /trunk/cxx/Makefile.am
  469. M /trunk/src/Makefile.am
  470. M /trunk/test/Makefile.am
  471. M /trunk/tools/Makefile.am
  472. * Do not link binaries with @CACA_LIBS@, it's useless.
  473. ------------------------------------------------------------------------
  474. r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines
  475. Changed paths:
  476. M /trunk/cucul/charset.c
  477. M /trunk/cucul/cucul.h
  478. * Implemented cucul_utf32_is_fullwidth().
  479. ------------------------------------------------------------------------
  480. r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines
  481. Changed paths:
  482. M /trunk/TODO
  483. * Slightly updated TODO list.
  484. ------------------------------------------------------------------------
  485. r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines
  486. Changed paths:
  487. M /trunk/caca/Makefile.am
  488. M /trunk/caca/caca.c
  489. M /trunk/caca/caca_internals.h
  490. M /trunk/configure.ac
  491. * Added a --enable-plugins configure flag that builds the GL and X11 drivers
  492. as plugins. This way, libcaca does not directly depend on those libraries.
  493. ------------------------------------------------------------------------
  494. r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines
  495. Changed paths:
  496. M /trunk/configure.ac
  497. * Add checks for getopt / getopt_long.
  498. ------------------------------------------------------------------------
  499. r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines
  500. Changed paths:
  501. M /trunk/cxx/cucul++.h
  502. * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
  503. ------------------------------------------------------------------------
  504. r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines
  505. Changed paths:
  506. M /trunk/configure.ac
  507. M /trunk/src/Makefile.am
  508. * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
  509. ------------------------------------------------------------------------
  510. r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines
  511. Changed paths:
  512. M /trunk/cucul/export.c
  513. * Fixed a bug in the IRC exporter that could break the output when there
  514. were commas in the canvas.
  515. ------------------------------------------------------------------------
  516. r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines
  517. Changed paths:
  518. M /trunk/ChangeLog
  519. M /trunk/NEWS
  520. M /trunk/configure.ac
  521. * Set version to 0.99.beta7.
  522. * Updated NEWS and ChangeLog.
  523. ------------------------------------------------------------------------
  524. r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
  525. Changed paths:
  526. M /trunk/cucul/export.c
  527. * Support transparency in the colour UTF-8 exporter.
  528. ------------------------------------------------------------------------
  529. r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
  530. Changed paths:
  531. M /trunk/cucul/triangle.c
  532. * Better precision in cucul_fill_triangle().
  533. ------------------------------------------------------------------------
  534. r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
  535. Changed paths:
  536. M /trunk/cucul/triangle.c
  537. * More optimisations in cucul_fill_triangle().
  538. ------------------------------------------------------------------------
  539. r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  540. Changed paths:
  541. M /trunk/cucul/triangle.c
  542. * Optimised triangle rasteriser. Thanks to Jylam for the hints.
  543. ------------------------------------------------------------------------
  544. r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  545. Changed paths:
  546. M /trunk/cucul/import.c
  547. * Set default background to transparent in the ANSI and UTF-8 importers.
  548. ------------------------------------------------------------------------
  549. r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
  550. Changed paths:
  551. M /trunk/cxx/Makefile.am
  552. M /trunk/cxx/cucul++.cpp
  553. M /trunk/cxx/cucul++.h
  554. A /trunk/cxx/cxxtest.cpp
  555. * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
  556. --This line, and those below, will be ignored--
  557. M cxx/cucul++.cpp
  558. A cxx/cxxtest.cpp
  559. M cxx/cucul++.h
  560. M cxx/Makefile.am
  561. ------------------------------------------------------------------------
  562. r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
  563. Changed paths:
  564. M /trunk/ChangeLog
  565. M /trunk/NEWS
  566. * Updated NEWS and ChangeLog.
  567. ------------------------------------------------------------------------
  568. r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  569. Changed paths:
  570. M /trunk/configure.ac
  571. * Set version to 0.99.beta6.
  572. ------------------------------------------------------------------------
  573. r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines
  574. Changed paths:
  575. M /trunk/test/import.c
  576. * Added an optional argument to the import test to select import format.
  577. ------------------------------------------------------------------------
  578. r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines
  579. Changed paths:
  580. M /trunk/src/aafire.c
  581. M /trunk/src/cacademo.c
  582. * As per user request, only display the "Powered by libcaca" banner for a
  583. few seconds at the beginning.
  584. ------------------------------------------------------------------------
  585. r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines
  586. Changed paths:
  587. M /trunk/cucul/canvas.c
  588. * Fix minor memory leak in cucul_set_canvas_boundaries().
  589. ------------------------------------------------------------------------
  590. r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines
  591. Changed paths:
  592. M /trunk/cucul/cucul.c
  593. * Fix minor memory leak in cucul_free_canvas().
  594. ------------------------------------------------------------------------
  595. r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines
  596. Changed paths:
  597. M /trunk/cucul/canvas.c
  598. * Fixed a bug in cucul_putchar() that broke half of the Unicode set.
  599. ------------------------------------------------------------------------
  600. r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines
  601. Changed paths:
  602. M /trunk/cucul/import.c
  603. * Add "utf8" import format.
  604. * Documented "text" import format.
  605. ------------------------------------------------------------------------
  606. r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines
  607. Changed paths:
  608. M /trunk/cucul/cucul.c
  609. * Initialise colours to default/transparent instead of lightgray/black.
  610. ------------------------------------------------------------------------
  611. r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines
  612. Changed paths:
  613. M /trunk/NEWS
  614. * Remove non-ASCII character from NEWS file because Doxygen is unable to
  615. encode it in the manpages.
  616. ------------------------------------------------------------------------
  617. r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines
  618. Changed paths:
  619. M /trunk/TODO
  620. M /trunk/caca/caca.h
  621. M /trunk/cucul/dither.c
  622. M /trunk/cucul/export.c
  623. M /trunk/cucul/import.c
  624. * Fix enumeration layout in the manpage documentation.
  625. ------------------------------------------------------------------------
  626. r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines
  627. Changed paths:
  628. M /trunk/doc/Makefile.am
  629. * Fucking Doxygen replaces "s with 's in manpages. And it does not even
  630. escape them. Fix that upon installation.
  631. ------------------------------------------------------------------------
  632. r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines
  633. Changed paths:
  634. M /trunk/cucul/import.c
  635. * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
  636. before calling cucul_set_canvas_size(), otherwise it'll fill the new area
  637. with the current values.
  638. ------------------------------------------------------------------------
  639. r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines
  640. Changed paths:
  641. M /trunk/TODO
  642. * Updated TODO.
  643. ------------------------------------------------------------------------
  644. r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines
  645. Changed paths:
  646. M /trunk/ChangeLog
  647. M /trunk/NEWS
  648. * Updated NEWS and ChangeLog.
  649. ------------------------------------------------------------------------
  650. r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines
  651. Changed paths:
  652. M /trunk/doc/Makefile.am
  653. M /trunk/doc/cacafire.1
  654. * Update the cacademo manpage to reflect the merge.
  655. ------------------------------------------------------------------------
  656. r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  657. Changed paths:
  658. M /trunk/cucul/colour.c
  659. M /trunk/cucul/cucul.h
  660. * Implemented cucul_get_color().
  661. ------------------------------------------------------------------------
  662. r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  663. Changed paths:
  664. M /trunk/cucul/canvas.c
  665. * Fixed chcul_getchar's error behaviour.
  666. ------------------------------------------------------------------------
  667. r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
  668. Changed paths:
  669. M /trunk/configure.ac
  670. * Update versioning.
  671. ------------------------------------------------------------------------
  672. r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
  673. Changed paths:
  674. M /trunk/cucul/export.c
  675. * Handle transparency in the IRC export.
  676. ------------------------------------------------------------------------
  677. r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
  678. Changed paths:
  679. M /trunk/cucul/cucul.c
  680. * When resizing a canvas, use the current fg/bg colours to fill holes.
  681. ------------------------------------------------------------------------
  682. r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
  683. Changed paths:
  684. M /trunk/configure.ac
  685. M /trunk/test
  686. M /trunk/test/Makefile.am
  687. D /trunk/test/toilet.c
  688. * Remove toilet from the libcaca source, it'll be moved to its own repo.
  689. ------------------------------------------------------------------------
  690. r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
  691. Changed paths:
  692. M /trunk/test/toilet.c
  693. * Autocrop toilet output.
  694. ------------------------------------------------------------------------
  695. r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
  696. Changed paths:
  697. M /trunk/cucul/canvas.c
  698. M /trunk/cucul/cucul.h
  699. * Implement cucul_set_canvas_boundaries() for cropping and expanding.
  700. ------------------------------------------------------------------------
  701. r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
  702. Changed paths:
  703. M /trunk/cucul/export.c
  704. * Really export IRC as UTF-8, as advertised in the documentation.
  705. ------------------------------------------------------------------------
  706. r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
  707. Changed paths:
  708. M /trunk/test/toilet.c
  709. * Handle UTF-8 in TOIlet.
  710. * Add a --irc flag to TOIlet.
  711. ------------------------------------------------------------------------
  712. r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
  713. Changed paths:
  714. M /trunk/test/toilet.c
  715. * Support for platforms without <getopt.h> in TOIlet.
  716. ------------------------------------------------------------------------
  717. r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
  718. Changed paths:
  719. M /trunk/test/Makefile.am
  720. M /trunk/test/toilet.c
  721. * Added getopt support to toilet.
  722. ------------------------------------------------------------------------
  723. r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
  724. Changed paths:
  725. M /trunk/configure.ac
  726. * Check for <getopt.h> and getopt_long.
  727. ------------------------------------------------------------------------
  728. r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
  729. Changed paths:
  730. M /trunk/test
  731. M /trunk/test/Makefile.am
  732. A /trunk/test/toilet.c
  733. * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
  734. ------------------------------------------------------------------------
  735. r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
  736. Changed paths:
  737. M /trunk/caca/driver_gl.c
  738. M /trunk/cucul/font.c
  739. * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
  740. ------------------------------------------------------------------------
  741. r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
  742. Changed paths:
  743. M /trunk/caca/driver_gl.c
  744. * Oops \o/
  745. ------------------------------------------------------------------------
  746. r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
  747. Changed paths:
  748. M /trunk/caca/driver_gl.c
  749. * REAL fix
  750. ------------------------------------------------------------------------
  751. r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
  752. Changed paths:
  753. M /trunk/caca/driver_gl.c
  754. * More long int -> int32 casts to fix the GL driver on 64-bit arches.
  755. ------------------------------------------------------------------------
  756. r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
  757. Changed paths:
  758. M /trunk/caca/driver_gl.c
  759. M /trunk/cucul/font.c
  760. * Hopefully fix 64-bit bug.
  761. ------------------------------------------------------------------------
  762. r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
  763. Changed paths:
  764. M /trunk/caca/driver_gl.c
  765. M /trunk/cucul/font.c
  766. * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
  767. ------------------------------------------------------------------------
  768. r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
  769. Changed paths:
  770. M /trunk/cucul/canvas.c
  771. M /trunk/cucul/cucul.h
  772. * Implemented cucul_getchar(). Useful because you don’t necessarily know
  773. what you are importing.
  774. ------------------------------------------------------------------------
  775. r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
  776. Changed paths:
  777. M /trunk/kernel/kernel.c
  778. M /trunk/kernel/kernel.h
  779. * Added an fprintf stub to the kernel.
  780. ------------------------------------------------------------------------
  781. r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
  782. Changed paths:
  783. M /trunk/caca/driver_gl.c
  784. * Optimised memory usage in the GL driver and added a few comments.
  785. ------------------------------------------------------------------------
  786. r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines
  787. Changed paths:
  788. M /trunk/caca/driver_gl.c
  789. * Fixed compilation warning, and ....
  790. AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
  791. ------------------------------------------------------------------------
  792. r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
  793. Changed paths:
  794. M /trunk/cucul/cucul.h
  795. M /trunk/cucul/font.c
  796. * Got rid of cucul_render_glyph(). Ahahahaha.
  797. ------------------------------------------------------------------------
  798. r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
  799. Changed paths:
  800. M /trunk/caca/driver_gl.c
  801. * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
  802. ------------------------------------------------------------------------
  803. r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
  804. Changed paths:
  805. M /trunk/caca/driver_gl.c
  806. * Full Unicode support in the GL driver.
  807. ------------------------------------------------------------------------
  808. r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
  809. Changed paths:
  810. M /trunk/cucul/font.c
  811. * Oops, fixed typo in cucul_get_font_blocks().
  812. ------------------------------------------------------------------------
  813. r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
  814. Changed paths:
  815. M /trunk/cucul/cucul.h
  816. M /trunk/cucul/font.c
  817. * Implemented cucul_get_font_blocks() to export the list of available glyphs.
  818. ------------------------------------------------------------------------
  819. r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
  820. Changed paths:
  821. M /trunk/configure.ac
  822. * Remove useless -I../kernel/ from CFLAGS.
  823. ------------------------------------------------------------------------
  824. r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
  825. Changed paths:
  826. M /trunk/build-kernel
  827. * Fix the kernel build rules.
  828. ------------------------------------------------------------------------
  829. r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
  830. Changed paths:
  831. M /trunk/caca/caca.c
  832. M /trunk/caca/driver_raw.c
  833. M /trunk/caca/driver_vga.c
  834. * Do not build the raw output in kernel mode.
  835. * Fix cucul_utf32_to_cp437() call in the VGA output.
  836. ------------------------------------------------------------------------
  837. r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
  838. Changed paths:
  839. M /trunk/kernel/kernel.c
  840. M /trunk/kernel/kernel.h
  841. * Fixed memcmp() prototype and implementation.
  842. ------------------------------------------------------------------------
  843. r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
  844. Changed paths:
  845. M /trunk/cucul/cucul.c
  846. M /trunk/kernel/kernel.c
  847. M /trunk/kernel/kernel.h
  848. * Added errno support to the kernel.
  849. ------------------------------------------------------------------------
  850. r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
  851. Changed paths:
  852. M /trunk/DotNet/Caca.cs
  853. M /trunk/DotNet/test.cs
  854. * Updated .Net bindings
  855. ------------------------------------------------------------------------
  856. r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  857. Changed paths:
  858. M /trunk/README
  859. M /trunk/caca/driver_gl.c
  860. * Updated README, just to say my coding style is just perfect, sam is too pedantic.
  861. ------------------------------------------------------------------------
  862. r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  863. Changed paths:
  864. M /trunk/kernel/kernel.c
  865. M /trunk/src/cacaview.c
  866. M /trunk/src/img2irc.c
  867. * A few coding style fixes.
  868. ------------------------------------------------------------------------
  869. r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  870. Changed paths:
  871. M /trunk/caca/driver_vga.c
  872. M /trunk/common.h
  873. M /trunk/configure.ac
  874. M /trunk/cucul/buffer.c
  875. M /trunk/cucul/cucul.c
  876. M /trunk/kernel/kernel.c
  877. M /trunk/kernel/kernel.h
  878. M /trunk/src/Makefile.am
  879. M /trunk/src/cacadraw.c
  880. M /trunk/src/cacaplay.c
  881. M /trunk/src/cacaview.c
  882. M /trunk/src/common-image.c
  883. M /trunk/src/img2irc.c
  884. M /trunk/test/demo.c
  885. M /trunk/test/demo0.c
  886. M /trunk/test/dithering.c
  887. M /trunk/test/event.c
  888. M /trunk/test/export.c
  889. M /trunk/test/font.c
  890. M /trunk/test/font2tga.c
  891. M /trunk/test/frames.c
  892. M /trunk/test/gamma.c
  893. M /trunk/test/hsv.c
  894. M /trunk/test/import.c
  895. M /trunk/test/input.c
  896. M /trunk/test/spritedit.c
  897. M /trunk/test/text.c
  898. M /trunk/test/transform.c
  899. M /trunk/test/truecolor.c
  900. M /trunk/test/unicode.c
  901. M /trunk/tools/optipal.c
  902. * Updated kernel 'driver', still not working, but most of the work is done
  903. ------------------------------------------------------------------------
  904. r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
  905. Changed paths:
  906. M /trunk/TODO
  907. * Minor TODO update.
  908. ------------------------------------------------------------------------
  909. r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
  910. Changed paths:
  911. M /trunk/cucul/font.c
  912. * Minor documentation fix (testing the buildbot, actually).
  913. ------------------------------------------------------------------------
  914. r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  915. Changed paths:
  916. M /trunk/caca/driver_gl.c
  917. M /trunk/cucul/font.c
  918. * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
  919. ------------------------------------------------------------------------
  920. r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
  921. Changed paths:
  922. M /trunk/caca/driver_gl.c
  923. * Coding style (ahaha vieux porc).
  924. ------------------------------------------------------------------------
  925. r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
  926. Changed paths:
  927. M /trunk/src/cacademo.c
  928. * Got rid of OFFSET_X and OFFSET_Y.
  929. ------------------------------------------------------------------------
  930. r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines
  931. Changed paths:
  932. M /trunk/src/cacademo.c
  933. * More cleanup in cacademo.c.
  934. ------------------------------------------------------------------------
  935. r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  936. Changed paths:
  937. M /trunk/src/cacademo.c
  938. * Cosmetic changes to cacademo.
  939. ------------------------------------------------------------------------
  940. r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
  941. Changed paths:
  942. M /trunk/src/cacademo.c
  943. * Factored the star code (vieux porc).
  944. ------------------------------------------------------------------------
  945. r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
  946. Changed paths:
  947. M /trunk/caca/driver_gl.c
  948. M /trunk/cucul/cucul.h
  949. M /trunk/cucul/font.c
  950. * Fixed cucul_render_glyph(). There is no way this could have ever possibly
  951. worked properly.
  952. ------------------------------------------------------------------------
  953. r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  954. Changed paths:
  955. M /trunk/src/cacademo.c
  956. * Moved transition data to the function.
  957. ------------------------------------------------------------------------
  958. r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
  959. Changed paths:
  960. M /trunk/src/cacademo.c
  961. * Added nifty rotation to our 80's star.
  962. ------------------------------------------------------------------------
  963. r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  964. Changed paths:
  965. M /trunk/cucul/triangle.c
  966. * Fixing precision.
  967. ------------------------------------------------------------------------
  968. r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
  969. Changed paths:
  970. M /trunk/cucul/triangle.c
  971. * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
  972. ------------------------------------------------------------------------
  973. r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
  974. Changed paths:
  975. M /trunk/src/cacademo.c
  976. * Added much disco transition (ellipses suck). YMCA \o/
  977. ------------------------------------------------------------------------
  978. r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  979. Changed paths:
  980. M /trunk/caca/driver_slang.c
  981. * Fix compilation warning in the slang driver.
  982. ------------------------------------------------------------------------
  983. r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
  984. Changed paths:
  985. M /trunk/src/cacademo.c
  986. * Smooth transitions between effects in cacademo. Press 'n' to switch
  987. immediately to the next transition.
  988. ------------------------------------------------------------------------
  989. r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
  990. Changed paths:
  991. M /trunk/test/gamma.c
  992. * Fix badly initialised data in the gamma test.
  993. ------------------------------------------------------------------------
  994. r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
  995. Changed paths:
  996. M /trunk/src/cacademo.c
  997. M /trunk/test
  998. M /trunk/test/Makefile.am
  999. D /trunk/test/matrix.c
  1000. * Moved the matrix effect test into cacademo. Removed the motion sensor
  1001. stuff, it's cool but it's crap.
  1002. ------------------------------------------------------------------------
  1003. r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
  1004. Changed paths:
  1005. M /trunk/test/matrix.c
  1006. * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
  1007. ------------------------------------------------------------------------
  1008. r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
  1009. Changed paths:
  1010. M /trunk/caca/driver_gl.c
  1011. * Fixed truecolor bug in OpenGL driver.
  1012. ------------------------------------------------------------------------
  1013. r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  1014. Changed paths:
  1015. M /trunk/src/cacademo.c
  1016. * Factor most of the cacademo code.
  1017. ------------------------------------------------------------------------
  1018. r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
  1019. Changed paths:
  1020. M /trunk/src/cacademo.c
  1021. * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
  1022. to cast the int to double in the sin() call. (:@ gruik!
  1023. ------------------------------------------------------------------------
  1024. r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
  1025. Changed paths:
  1026. M /trunk/src/cacademo.c
  1027. * hey, ***I*** found a factorisation bug in cacaballs !
  1028. ------------------------------------------------------------------------
  1029. r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
  1030. Changed paths:
  1031. M /trunk/caca/driver_gl.c
  1032. M /trunk/cucul/cucul.h
  1033. M /trunk/cucul/font.c
  1034. * OpenGL builtin font support
  1035. ------------------------------------------------------------------------
  1036. r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
  1037. Changed paths:
  1038. M /trunk/src
  1039. M /trunk/src/Makefile.am
  1040. D /trunk/src/cacaball.c
  1041. A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802)
  1042. D /trunk/src/cacamoir.c
  1043. D /trunk/src/cacaplas.c
  1044. * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
  1045. ------------------------------------------------------------------------
  1046. r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
  1047. Changed paths:
  1048. M /trunk/cucul/cucul.c
  1049. * Initialize random seed to getpid()+time(NULL) so that the user does not
  1050. have to do it.
  1051. ------------------------------------------------------------------------
  1052. r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
  1053. Changed paths:
  1054. M /trunk/ChangeLog
  1055. M /trunk/NEWS
  1056. M /trunk/configure.ac
  1057. * Updated ChangeLog and NEWS.
  1058. * 0.99.beta4 release.
  1059. ------------------------------------------------------------------------
  1060. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  1061. Changed paths:
  1062. M /trunk/doc/Makefile.am
  1063. * Replace 'man3caca' with 'man3' in generated manpages.
  1064. ------------------------------------------------------------------------
  1065. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  1066. Changed paths:
  1067. M /trunk/test/demo0.c
  1068. * Fix dithering handling in demo0.c.
  1069. ------------------------------------------------------------------------
  1070. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  1071. Changed paths:
  1072. M /trunk/caca-config.in
  1073. * Do not output unnecessary libraries in caca-output config.
  1074. ------------------------------------------------------------------------
  1075. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  1076. Changed paths:
  1077. M /trunk/doc/migrating.dox
  1078. * Oops, thinko in the migration doc.
  1079. ------------------------------------------------------------------------
  1080. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  1081. Changed paths:
  1082. M /trunk/doc/migrating.dox
  1083. * Updated the migration documentation so that it mentions the <caca0.h>
  1084. compatibility layer.
  1085. ------------------------------------------------------------------------
  1086. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  1087. Changed paths:
  1088. M /trunk/caca/caca0.c
  1089. M /trunk/caca/caca0.h
  1090. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  1091. 0.x glue code.
  1092. ------------------------------------------------------------------------
  1093. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  1094. Changed paths:
  1095. M /trunk/test
  1096. M /trunk/test/Makefile.am
  1097. A /trunk/test/demo0.c
  1098. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  1099. test for the <caca0.h> emulation layer.
  1100. ------------------------------------------------------------------------
  1101. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  1102. Changed paths:
  1103. M /trunk/caca/Makefile.am
  1104. A /trunk/caca/caca0.c
  1105. A /trunk/caca/caca0.h
  1106. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  1107. just need to include <caca0.h> instead of <caca.h> and should be source-
  1108. compatible with old versions of libcaca.
  1109. Most of the old API works, except features and caca_sqrt(). Sprites do
  1110. work API-wise but due to the new format they are no longer working in
  1111. the same way.
  1112. ------------------------------------------------------------------------
  1113. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  1114. Changed paths:
  1115. M /trunk/test/export.c
  1116. * Fix a crash in export.c with unknown file formats.
  1117. ------------------------------------------------------------------------
  1118. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  1119. Changed paths:
  1120. M /trunk/cucul/transform.c
  1121. * U+214B TURNED AMPERSAND
  1122. ------------------------------------------------------------------------
  1123. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  1124. Changed paths:
  1125. M /trunk/ChangeLog
  1126. M /trunk/NEWS
  1127. M /trunk/configure.ac
  1128. * Updated ChangeLog and NEWS.
  1129. * 0.99.beta3 release.
  1130. ------------------------------------------------------------------------
  1131. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  1132. Changed paths:
  1133. M /trunk/ChangeLog
  1134. M /trunk/Makefile.am
  1135. M /trunk/configure.ac
  1136. D /trunk/debian
  1137. * Removed debian packaging stuff from the trunk. It'll now be at
  1138. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  1139. ------------------------------------------------------------------------
  1140. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  1141. Changed paths:
  1142. M /trunk/caca/driver_gl.c
  1143. * Factored some of the GL code.
  1144. ------------------------------------------------------------------------
  1145. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  1146. Changed paths:
  1147. M /trunk/test
  1148. M /trunk/test/matrix.c
  1149. * A few changes to the matrix program. I do not plan to maintain it.
  1150. ------------------------------------------------------------------------
  1151. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  1152. Changed paths:
  1153. M /trunk/caca/caca.c
  1154. M /trunk/caca/caca.h
  1155. M /trunk/caca/driver_conio.c
  1156. M /trunk/caca/driver_ncurses.c
  1157. M /trunk/caca/driver_raw.c
  1158. M /trunk/caca/driver_slang.c
  1159. M /trunk/caca/driver_vga.c
  1160. M /trunk/caca/event.c
  1161. M /trunk/caca/graphics.c
  1162. * Fixed libcaca prototypes so that all functions use the errno mechanism
  1163. and return a value.
  1164. ------------------------------------------------------------------------
  1165. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  1166. Changed paths:
  1167. M /trunk/cucul/cucul.c
  1168. * Fixed cucul_create_canvas()'s documentation.
  1169. ------------------------------------------------------------------------
  1170. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  1171. Changed paths:
  1172. M /trunk/cucul/dither.c
  1173. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  1174. thanks to Sean D'Epagnier.
  1175. ------------------------------------------------------------------------
  1176. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  1177. Changed paths:
  1178. M /trunk/cxx/caca++.cpp
  1179. M /trunk/cxx/caca++.h
  1180. M /trunk/cxx/cpptest.cpp
  1181. * Updated C++ bindings
  1182. ------------------------------------------------------------------------
  1183. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  1184. Changed paths:
  1185. M /trunk/debian/control
  1186. * Fix debian package dependencies; -dev packages didn't pull their library
  1187. dependencies. Of course.
  1188. ------------------------------------------------------------------------
  1189. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  1190. Changed paths:
  1191. M /trunk/test/matrix.c
  1192. * Fixed matrix.c for non-Thinkpad computers.
  1193. ------------------------------------------------------------------------
  1194. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  1195. Changed paths:
  1196. M /trunk/configure.ac
  1197. * Fix a build failure when X11R7 is available but OpenGL isn't.
  1198. ------------------------------------------------------------------------
  1199. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  1200. Changed paths:
  1201. M /trunk/test/Makefile.am
  1202. A /trunk/test/matrix.c
  1203. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  1204. which case it is massively useless.
  1205. ------------------------------------------------------------------------
  1206. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  1207. Changed paths:
  1208. M /trunk/ChangeLog
  1209. M /trunk/NEWS
  1210. M /trunk/configure.ac
  1211. M /trunk/debian/changelog
  1212. * Updated ChangeLog and NEWS.
  1213. * 0.99.beta2 release.
  1214. ------------------------------------------------------------------------
  1215. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  1216. Changed paths:
  1217. M /trunk/debian/caca-utils.install
  1218. M /trunk/debian/libcucul-dev.install
  1219. * Updated the Debian build scripts.
  1220. ------------------------------------------------------------------------
  1221. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  1222. Changed paths:
  1223. M /trunk/cucul/canvas.c
  1224. * Fixed an out of bounds bug in cucul_blit().
  1225. ------------------------------------------------------------------------
  1226. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  1227. Changed paths:
  1228. M /trunk/caca-config.in
  1229. * Removed legacy CUCUL_LIBS from caca-config.
  1230. ------------------------------------------------------------------------
  1231. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  1232. Changed paths:
  1233. M /trunk/caca/driver_ncurses.c
  1234. M /trunk/caca/driver_slang.c
  1235. * UTF-8 input support for ncurses.
  1236. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  1237. ------------------------------------------------------------------------
  1238. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  1239. Changed paths:
  1240. M /trunk/caca/graphics.c
  1241. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  1242. ------------------------------------------------------------------------
  1243. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  1244. Changed paths:
  1245. M /trunk/caca/caca.c
  1246. M /trunk/caca/driver_ncurses.c
  1247. M /trunk/configure.ac
  1248. * Fixed UTF-8 support in ncurses.
  1249. * Set ncurses's priority higher than slang.
  1250. ------------------------------------------------------------------------
  1251. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  1252. Changed paths:
  1253. M /trunk/TODO
  1254. * Updated TODO list.
  1255. ------------------------------------------------------------------------
  1256. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  1257. Changed paths:
  1258. M /trunk/caca/driver_slang.c
  1259. M /trunk/cucul/box.c
  1260. M /trunk/cucul/canvas.c
  1261. M /trunk/cucul/charset.c
  1262. M /trunk/cucul/conic.c
  1263. M /trunk/cucul/cucul.h
  1264. M /trunk/cucul/line.c
  1265. M /trunk/cucul/triangle.c
  1266. * Have cucul_utf8_to_utf32 write how many bytes it read.
  1267. * Use that in the SLang driver so that it supports UTF-8 input.
  1268. ------------------------------------------------------------------------
  1269. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  1270. Changed paths:
  1271. M /trunk/cucul/export.c
  1272. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  1273. an explicit cast.
  1274. ------------------------------------------------------------------------
  1275. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  1276. Changed paths:
  1277. M /trunk/caca/caca.c
  1278. M /trunk/caca/driver_ncurses.c
  1279. M /trunk/test/colors.c
  1280. M /trunk/test/input.c
  1281. * Minor cosmetic changes in the test programs.
  1282. * Code enhancements in the ncurses driver.
  1283. * Added a comment to explain why slang has a higher priority than ncurses.
  1284. ------------------------------------------------------------------------
  1285. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  1286. Changed paths:
  1287. M /trunk/caca/driver_conio.c
  1288. * Fixed the DOS build.
  1289. ------------------------------------------------------------------------
  1290. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  1291. Changed paths:
  1292. M /trunk/caca/caca_internals.h
  1293. * Minor cosmetic fix.
  1294. ------------------------------------------------------------------------
  1295. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  1296. Changed paths:
  1297. M /trunk/caca/Makefile.am
  1298. M /trunk/cucul/Makefile.am
  1299. M /trunk/cxx/Makefile.am
  1300. M /trunk/kernel/Makefile.am
  1301. M /trunk/test/Makefile.am
  1302. M /trunk/tools/Makefile.am
  1303. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  1304. from an alternate directory (they failed to find common.h).
  1305. ------------------------------------------------------------------------
  1306. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  1307. Changed paths:
  1308. M /trunk/configure.ac
  1309. M /trunk/src/Makefile.am
  1310. * Removed --enable-network flag, but reused the test as a condition for
  1311. building cacaserver.
  1312. ------------------------------------------------------------------------
  1313. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  1314. Changed paths:
  1315. M /trunk/build-dos
  1316. M /trunk/build-win32
  1317. * Updated build scripts for DOS and Win32.
  1318. ------------------------------------------------------------------------
  1319. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  1320. Changed paths:
  1321. M /trunk/caca/driver_ncurses.c
  1322. M /trunk/caca/driver_slang.c
  1323. * Got backspace to work with the slang and ncurses drivers in an X
  1324. terminal window.
  1325. ------------------------------------------------------------------------
  1326. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  1327. Changed paths:
  1328. M /trunk/caca/driver_gl.c
  1329. * More coding style fixes in the GL driver.
  1330. ------------------------------------------------------------------------
  1331. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  1332. Changed paths:
  1333. M /trunk/caca/driver_gl.c
  1334. * Fixed awful indenting of the GL plugin.
  1335. ------------------------------------------------------------------------
  1336. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  1337. Changed paths:
  1338. M /trunk/caca/driver_ncurses.c
  1339. * Make the ncurses driver UTF-8 and UTF-32 aware.
  1340. * Add the backspace key to the ncurses driver.
  1341. ------------------------------------------------------------------------
  1342. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  1343. Changed paths:
  1344. M /trunk/caca/driver_slang.c
  1345. * Make the slang driver UTF-8 and UTF-32 aware.
  1346. * Add the backspace key to the slang driver.
  1347. ------------------------------------------------------------------------
  1348. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  1349. Changed paths:
  1350. M /trunk/caca/caca.h
  1351. M /trunk/caca/driver_conio.c
  1352. M /trunk/caca/driver_gl.c
  1353. M /trunk/caca/driver_ncurses.c
  1354. M /trunk/caca/driver_slang.c
  1355. M /trunk/caca/driver_win32.c
  1356. M /trunk/caca/driver_x11.c
  1357. M /trunk/caca/event.c
  1358. M /trunk/test/input.c
  1359. * Renamed the event data member "ucs4" to "utf32" for consistency
  1360. with "utf8".
  1361. ------------------------------------------------------------------------
  1362. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  1363. Changed paths:
  1364. M /trunk/debian/changelog
  1365. M /trunk/debian/control
  1366. * Added information from a recent Debian upload of the old
  1367. version of libcaca.
  1368. ------------------------------------------------------------------------
  1369. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  1370. Changed paths:
  1371. M /trunk/test
  1372. M /trunk/test/Makefile.am
  1373. A /trunk/test/input.c
  1374. * Text input test program. Might be merged into libcaca if it works well.
  1375. ------------------------------------------------------------------------
  1376. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  1377. Changed paths:
  1378. M /trunk/TODO
  1379. * Updated the TODO list.
  1380. ------------------------------------------------------------------------
  1381. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  1382. Changed paths:
  1383. M /trunk/debian/caca-utils.install
  1384. M /trunk/debian/libcucul-dev.install
  1385. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  1386. ------------------------------------------------------------------------
  1387. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  1388. Changed paths:
  1389. M /trunk/caca/caca.h
  1390. M /trunk/caca/graphics.c
  1391. M /trunk/python/pypycaca.c
  1392. M /trunk/python/pypycaca.h
  1393. M /trunk/src/aafire.c
  1394. M /trunk/src/cacaball.c
  1395. M /trunk/src/cacamoir.c
  1396. M /trunk/src/cacaplas.c
  1397. M /trunk/test/demo.c
  1398. M /trunk/test/frames.c
  1399. M /trunk/test/gamma.c
  1400. * Renamed caca_set_delay() and caca_get_rendertime() into
  1401. caca_set_display_time() and caca_get_display_time() for consistency.
  1402. ------------------------------------------------------------------------
  1403. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  1404. Changed paths:
  1405. M /trunk/cucul/charset.c
  1406. * Documented the newly exported charset functions.
  1407. ------------------------------------------------------------------------
  1408. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  1409. Changed paths:
  1410. M /trunk/caca/driver_ncurses.c
  1411. M /trunk/caca/driver_slang.c
  1412. M /trunk/cucul/box.c
  1413. M /trunk/cucul/canvas.c
  1414. M /trunk/cucul/charset.c
  1415. M /trunk/cucul/conic.c
  1416. M /trunk/cucul/cucul.h
  1417. M /trunk/cucul/cucul_internals.h
  1418. M /trunk/cucul/export.c
  1419. M /trunk/cucul/import.c
  1420. M /trunk/cucul/line.c
  1421. M /trunk/cucul/triangle.c
  1422. M /trunk/tools/makefont.c
  1423. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  1424. ------------------------------------------------------------------------
  1425. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  1426. Changed paths:
  1427. M /trunk/cucul/font.c
  1428. M /trunk/cucul/font_mono9.h
  1429. M /trunk/cucul/font_monobold12.h
  1430. * Regenerated fonts and reactivated them under Win32.
  1431. ------------------------------------------------------------------------
  1432. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  1433. Changed paths:
  1434. M /trunk/tools/makefont.c
  1435. * Elite trick in the font generator to cope with C89's string length
  1436. limitation of 509 characters. Instead of doing:
  1437. char foo[10] = "abcdefghij";
  1438. we now do:
  1439. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  1440. ------------------------------------------------------------------------
  1441. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  1442. Changed paths:
  1443. M /trunk/test/font2tga.c
  1444. * font2tga no longer needs cucul_internal.h.
  1445. ------------------------------------------------------------------------
  1446. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  1447. Changed paths:
  1448. M /trunk/cucul/box.c
  1449. M /trunk/cucul/canvas.c
  1450. M /trunk/cucul/conic.c
  1451. M /trunk/cucul/cucul.h
  1452. M /trunk/cucul/cucul_internals.h
  1453. M /trunk/cucul/dither.c
  1454. M /trunk/cucul/import.c
  1455. M /trunk/cucul/line.c
  1456. M /trunk/cucul/triangle.c
  1457. M /trunk/test/font2tga.c
  1458. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  1459. int which shall be used as an UTF-32 character. We do not have any casting
  1460. problems due to the signedness of chars because all characters were
  1461. ASCII (ie. <= 0x7f) beforehands.
  1462. ------------------------------------------------------------------------
  1463. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  1464. Changed paths:
  1465. M /trunk/test
  1466. M /trunk/test/Makefile.am
  1467. A /trunk/test/font2tga.c
  1468. * Added font2tga, a test program that exports our font in a known format.
  1469. ------------------------------------------------------------------------
  1470. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  1471. Changed paths:
  1472. M /trunk/test/export.c
  1473. * If the export test target is ANSI or UTF-8, dither image with special
  1474. shaded glyphs.
  1475. ------------------------------------------------------------------------
  1476. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  1477. Changed paths:
  1478. M /trunk/configure.ac
  1479. * Removed useless -lXt from X11 libraries check.
  1480. ------------------------------------------------------------------------
  1481. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  1482. Changed paths:
  1483. M /trunk/cucul/import.c
  1484. * Workaround for illegal ^[[0,0H ANSI escape code.
  1485. ------------------------------------------------------------------------
  1486. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  1487. Changed paths:
  1488. M /trunk/cucul/dither.c
  1489. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  1490. better performances.
  1491. ------------------------------------------------------------------------
  1492. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  1493. Changed paths:
  1494. M /trunk/cucul/export.c
  1495. * Add linebreaks to the ANSI exporter for better readability, and use
  1496. the save/load cursor position trick to ignore them.
  1497. ------------------------------------------------------------------------
  1498. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  1499. Changed paths:
  1500. M /trunk/cucul/export.c
  1501. * Fixed postscript exporter, image in not at the bottom of the page anymore
  1502. ------------------------------------------------------------------------
  1503. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  1504. Changed paths:
  1505. M /trunk/src/cacaserver.c
  1506. * Use UTF-8 instead of ANSI in cacaserver
  1507. ------------------------------------------------------------------------
  1508. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  1509. Changed paths:
  1510. M /trunk/cucul/font_mono9.h
  1511. M /trunk/cucul/font_monobold12.h
  1512. * Optimise built-in fonts. We gain about 100kB in the final binary.
  1513. ------------------------------------------------------------------------
  1514. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  1515. Changed paths:
  1516. M /trunk/tools/makefont.c
  1517. * Optimise similar glyphs when generating a font. Given how many glyphs
  1518. are unavailable, this is a significant gain.
  1519. ------------------------------------------------------------------------
  1520. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  1521. Changed paths:
  1522. M /trunk/caca/driver_x11.c
  1523. * Added the long dash and middle dot CP437 characters to the X11 driver.
  1524. ------------------------------------------------------------------------
  1525. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  1526. Changed paths:
  1527. M /trunk/cucul/import.c
  1528. * If the ANSI file we import does not use the 80 columns, we don't expand
  1529. the canvas to 80 columns.
  1530. ------------------------------------------------------------------------
  1531. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  1532. Changed paths:
  1533. M /trunk/src/cacadraw.c
  1534. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  1535. * Decreased PgUp/PgDn scrolling rate.
  1536. ------------------------------------------------------------------------
  1537. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  1538. Changed paths:
  1539. M /trunk/kernel/kernel.c
  1540. * Removed a useless cast in the kernel code.
  1541. ------------------------------------------------------------------------
  1542. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  1543. Changed paths:
  1544. M /trunk/DotNet
  1545. M /trunk/DotNet/AssemblyInfo.cs
  1546. M /trunk/DotNet/Caca.cs
  1547. M /trunk/DotNet/Cucul.cs
  1548. M /trunk/DotNet/test.cs
  1549. * Set svn properties on the .NET files.
  1550. ------------------------------------------------------------------------
  1551. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  1552. Changed paths:
  1553. M /trunk/test/font.c
  1554. M /trunk/test/text.c
  1555. * Cosmetic fix in test/font.c.
  1556. * Use UTF-8 output in test/text.c instead of ANSI.
  1557. ------------------------------------------------------------------------
  1558. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  1559. Changed paths:
  1560. M /trunk/caca/caca.h
  1561. * Minor cosmetic fix in a comment.
  1562. ------------------------------------------------------------------------
  1563. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  1564. Changed paths:
  1565. M /trunk/cucul/font_mono9.h
  1566. M /trunk/cucul/font_monobold12.h
  1567. M /trunk/tools/makefont.c
  1568. * Added a few more Unicode blocks to the default fonts.
  1569. ------------------------------------------------------------------------
  1570. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  1571. Changed paths:
  1572. M /trunk/cucul/transform.c
  1573. * Added a few more Unicode characters to the glyph transformations.
  1574. ------------------------------------------------------------------------
  1575. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  1576. Changed paths:
  1577. M /trunk/cucul/cucul.h
  1578. M /trunk/cucul/dither.c
  1579. * Changed the cucul_create_dither() prototype to make sure the mask
  1580. arguments are at least 32 bits.
  1581. ------------------------------------------------------------------------
  1582. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  1583. Changed paths:
  1584. M /trunk/test/export.c
  1585. * Make the export test 80 columns wide, so that the ANSI we generate can
  1586. be read by other programs.
  1587. ------------------------------------------------------------------------
  1588. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  1589. Changed paths:
  1590. M /trunk/cucul/font_mono9.h
  1591. M /trunk/cucul/font_monobold12.h
  1592. * Updated fonts with the new hardcoded CP437 glyphs.
  1593. ------------------------------------------------------------------------
  1594. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  1595. Changed paths:
  1596. M /trunk/tools/makefont.c
  1597. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  1598. good with Pango.
  1599. ------------------------------------------------------------------------
  1600. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  1601. Changed paths:
  1602. M /trunk/caca/driver_ncurses.c
  1603. M /trunk/caca/driver_slang.c
  1604. M /trunk/tools/Makefile.am
  1605. M /trunk/tools/makefont.c
  1606. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  1607. ------------------------------------------------------------------------
  1608. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  1609. Changed paths:
  1610. M /trunk/cucul/export.c
  1611. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  1612. SVG exporters.
  1613. ------------------------------------------------------------------------
  1614. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  1615. Changed paths:
  1616. M /trunk/cucul/charset.c
  1617. M /trunk/cucul/cucul_internals.h
  1618. * Implemented the private _cucul_utf32_to_utf8() helper.
  1619. ------------------------------------------------------------------------
  1620. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  1621. Changed paths:
  1622. M /trunk/cucul/export.c
  1623. * Exporter now generates valid ANSI, with CP437 characters.
  1624. ------------------------------------------------------------------------
  1625. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  1626. Changed paths:
  1627. M /trunk/cucul/export.c
  1628. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  1629. text.
  1630. ------------------------------------------------------------------------
  1631. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  1632. Changed paths:
  1633. M /trunk/cucul/colour.c
  1634. * Use a slightly different RGB palette for ANSI colours, so that brown
  1635. really looks like brown and not like desaturated yellow.
  1636. ------------------------------------------------------------------------
  1637. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  1638. Changed paths:
  1639. M /trunk/DotNet/test.cs
  1640. M /trunk/caca/event.c
  1641. M /trunk/doc/tutorial.dox
  1642. * Fixed error in tutorial, updated caca_get_event() doc
  1643. ------------------------------------------------------------------------
  1644. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  1645. Changed paths:
  1646. M /trunk/DotNet/AssemblyInfo.cs
  1647. M /trunk/DotNet/Caca.cs
  1648. M /trunk/DotNet/Cucul.cs
  1649. M /trunk/DotNet/test.cs
  1650. * Fixed $Id
  1651. ------------------------------------------------------------------------
  1652. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  1653. Changed paths:
  1654. A /trunk/DotNet
  1655. A /trunk/DotNet/AssemblyInfo.cs
  1656. A /trunk/DotNet/Caca.cs
  1657. A /trunk/DotNet/Cucul.cs
  1658. A /trunk/DotNet/Makefile
  1659. A /trunk/DotNet/libCaca.dll.config
  1660. A /trunk/DotNet/libCucul.dll.config
  1661. A /trunk/DotNet/test.cs
  1662. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  1663. ------------------------------------------------------------------------
  1664. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  1665. Changed paths:
  1666. M /trunk/cucul/cucul.h
  1667. M /trunk/cucul/dither.c
  1668. M /trunk/cucul/export.c
  1669. M /trunk/cucul/font.c
  1670. M /trunk/cucul/import.c
  1671. M /trunk/cucul/sprite.c
  1672. M /trunk/cucul/transform.c
  1673. * Completed return value and errno handling in libcucul API.
  1674. ------------------------------------------------------------------------
  1675. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  1676. Changed paths:
  1677. M /trunk/test/export.c
  1678. * Allow an optional input filename in the export test for cheap conversions.
  1679. ------------------------------------------------------------------------
  1680. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  1681. Changed paths:
  1682. M /trunk/caca/driver_gl.c
  1683. M /trunk/cucul/import.c
  1684. * coding style fixes again
  1685. ------------------------------------------------------------------------
  1686. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  1687. Changed paths:
  1688. M /trunk/cxx/caca++.cpp
  1689. M /trunk/cxx/caca++.h
  1690. M /trunk/cxx/cucul++.h
  1691. M /trunk/src/cacadraw.c
  1692. * Fixed indentation. I did it myself, I'm a big boy.
  1693. ------------------------------------------------------------------------
  1694. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  1695. Changed paths:
  1696. M /trunk/cucul/import.c
  1697. * Fixed line wrapping on some weird ANSI files.
  1698. ------------------------------------------------------------------------
  1699. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1700. Changed paths:
  1701. M /trunk/cucul/import.c
  1702. * Fixed an ANSI rendering bug related to the bold attribute.
  1703. ------------------------------------------------------------------------
  1704. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  1705. Changed paths:
  1706. M /trunk/cucul/font_mono9.h
  1707. M /trunk/cucul/font_monobold12.h
  1708. M /trunk/tools/makefont.c
  1709. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  1710. built-in font so that we now cover all of CP437.
  1711. ------------------------------------------------------------------------
  1712. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  1713. Changed paths:
  1714. M /trunk/cucul/import.c
  1715. * Minor code reorganisation and documenting.
  1716. ------------------------------------------------------------------------
  1717. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  1718. Changed paths:
  1719. M /trunk/caca/driver_gl.c
  1720. * Added preliminary (it means that's fucked up) CP437 codepage
  1721. ------------------------------------------------------------------------
  1722. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  1723. Changed paths:
  1724. M /trunk/caca/driver_x11.c
  1725. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  1726. ------------------------------------------------------------------------
  1727. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1728. Changed paths:
  1729. M /trunk/caca/driver_gl.c
  1730. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  1731. ------------------------------------------------------------------------
  1732. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1733. Changed paths:
  1734. M /trunk/caca/driver_x11.c
  1735. * removed duplicate code
  1736. ------------------------------------------------------------------------
  1737. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1738. Changed paths:
  1739. M /trunk/caca/driver_x11.c
  1740. * Wow, we even have Home/End support in X11.
  1741. ------------------------------------------------------------------------
  1742. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  1743. Changed paths:
  1744. M /trunk/caca/driver_x11.c
  1745. * PageUp/PageDown support in X11.
  1746. ------------------------------------------------------------------------
  1747. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  1748. Changed paths:
  1749. M /trunk/caca/driver_gl.c
  1750. * Fixed home/pgup/pgdown/insert events
  1751. ------------------------------------------------------------------------
  1752. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1753. Changed paths:
  1754. M /trunk/src/cacadraw.c
  1755. * page up / down
  1756. ------------------------------------------------------------------------
  1757. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  1758. Changed paths:
  1759. M /trunk/cucul/import.c
  1760. * In ANSI, bold only sets the foreground colour to bright, not the
  1761. background.
  1762. ------------------------------------------------------------------------
  1763. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  1764. Changed paths:
  1765. M /trunk/src
  1766. M /trunk/src/Makefile.am
  1767. A /trunk/src/cacadraw.c
  1768. M /trunk/test/import.c
  1769. * Added cacadraw. It only shows files and lets you scroll for now, but
  1770. it will eventually evolve into something better.
  1771. ------------------------------------------------------------------------
  1772. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1773. Changed paths:
  1774. M /trunk/cucul/import.c
  1775. * Really updated doc
  1776. ------------------------------------------------------------------------
  1777. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  1778. Changed paths:
  1779. M /trunk/cucul/import.c
  1780. * Fixed documentation for import
  1781. ------------------------------------------------------------------------
  1782. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  1783. Changed paths:
  1784. D /trunk/cpp
  1785. * Removed legacy cpp directory.
  1786. ------------------------------------------------------------------------
  1787. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1788. Changed paths:
  1789. M /trunk/Makefile.am
  1790. M /trunk/configure.ac
  1791. A /trunk/cxx (from /trunk/cpp:684)
  1792. M /trunk/cxx/Makefile.am
  1793. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  1794. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  1795. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  1796. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  1797. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  1798. * Updated C++ bindings and renamed directory to more comprehensive cxx
  1799. ------------------------------------------------------------------------
  1800. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  1801. Changed paths:
  1802. M /trunk/test/event.c
  1803. * Minor typo.
  1804. ------------------------------------------------------------------------
  1805. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1806. Changed paths:
  1807. M /trunk/cpp/caca++.cpp
  1808. M /trunk/cpp/caca++.h
  1809. M /trunk/cpp/cpptest.cpp
  1810. M /trunk/cpp/cucul++.cpp
  1811. M /trunk/cpp/cucul++.h
  1812. * Updated libcaca c++ bindings
  1813. ------------------------------------------------------------------------
  1814. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  1815. Changed paths:
  1816. M /trunk/cucul/buffer.c
  1817. M /trunk/cucul/cucul.h
  1818. M /trunk/cucul/cucul_internals.h
  1819. M /trunk/cucul/export.c
  1820. M /trunk/cucul/import.c
  1821. M /trunk/src/cacaplay.c
  1822. M /trunk/src/cacaserver.c
  1823. M /trunk/test
  1824. M /trunk/test/import.c
  1825. M /trunk/test/text.c
  1826. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  1827. a file and a memory area into a libcucul buffer.
  1828. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  1829. buffers instead of simple memory areas.
  1830. ------------------------------------------------------------------------
  1831. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  1832. Changed paths:
  1833. M /trunk/cucul/import.c
  1834. * Argh, _really_ fixed the uninitialised variable.
  1835. ------------------------------------------------------------------------
  1836. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1837. Changed paths:
  1838. M /trunk/cucul/import.c
  1839. * Fixed an uninitialised variable.
  1840. ------------------------------------------------------------------------
  1841. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  1842. Changed paths:
  1843. M /trunk/cucul/import.c
  1844. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  1845. sequences longer than 100 characters.
  1846. * Documented the escape sequence format.
  1847. ------------------------------------------------------------------------
  1848. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  1849. Changed paths:
  1850. M /trunk/cpp/cpptest.cpp
  1851. M /trunk/cpp/cucul++.cpp
  1852. M /trunk/cpp/cucul++.h
  1853. M /trunk/test/demo.c
  1854. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  1855. ------------------------------------------------------------------------
  1856. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  1857. Changed paths:
  1858. M /trunk/cucul/import.c
  1859. * More robust ANSI sequence argument parser. Detects private sequences and
  1860. intermediate bytes.
  1861. ------------------------------------------------------------------------
  1862. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  1863. Changed paths:
  1864. M /trunk/cucul/import.c
  1865. * Fixed warning in a clever and tested way. Bordel de merde.
  1866. ------------------------------------------------------------------------
  1867. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  1868. Changed paths:
  1869. M /trunk/cucul/import.c
  1870. * Coding style.
  1871. ------------------------------------------------------------------------
  1872. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  1873. Changed paths:
  1874. M /trunk/cucul/import.c
  1875. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  1876. ------------------------------------------------------------------------
  1877. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1878. Changed paths:
  1879. M /trunk/cucul/import.c
  1880. * Fixed warnings in ansi importer
  1881. ------------------------------------------------------------------------
  1882. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  1883. Changed paths:
  1884. M /trunk/cucul/import.c
  1885. * More cleaning up of the ANSI loader. Fixed reverse video.
  1886. ------------------------------------------------------------------------
  1887. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  1888. Changed paths:
  1889. M /trunk/cucul/colour.c
  1890. * Set the transparent colour's RGB values to the default colour's ones.
  1891. ------------------------------------------------------------------------
  1892. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  1893. Changed paths:
  1894. M /trunk/cucul/import.c
  1895. * Improved ANSI format detection
  1896. ------------------------------------------------------------------------
  1897. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  1898. Changed paths:
  1899. M /trunk/cucul/import.c
  1900. * Really fixed bold in ANSI loader, and removed dead code.
  1901. ------------------------------------------------------------------------
  1902. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  1903. Changed paths:
  1904. M /trunk/cucul/import.c
  1905. * Simplified _manage_modifiers() a bit.
  1906. ------------------------------------------------------------------------
  1907. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  1908. Changed paths:
  1909. M /trunk/cucul/import.c
  1910. * Fixed bold support in ANSI loader.
  1911. ------------------------------------------------------------------------
  1912. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  1913. Changed paths:
  1914. M /trunk/cucul/import.c
  1915. * A few fixes in the ANSI interpreter.
  1916. ------------------------------------------------------------------------
  1917. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  1918. Changed paths:
  1919. M /trunk/cucul/import.c
  1920. * Got rid of _update_canvas_size().
  1921. ------------------------------------------------------------------------
  1922. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  1923. Changed paths:
  1924. M /trunk/cucul/import.c
  1925. * _updated_coding_style(aBit);
  1926. ------------------------------------------------------------------------
  1927. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  1928. Changed paths:
  1929. M /trunk/cucul/import.c
  1930. * Ahahaha. Meet the "optimisation" that breaks everything.
  1931. ------------------------------------------------------------------------
  1932. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  1933. Changed paths:
  1934. M /trunk/cucul/import.c
  1935. * Small optimisation in import_text().
  1936. ------------------------------------------------------------------------
  1937. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  1938. Changed paths:
  1939. M /trunk/cucul/import.c
  1940. * Really minor coding style fixes in the ANSI importer.
  1941. ------------------------------------------------------------------------
  1942. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  1943. Changed paths:
  1944. M /trunk/cucul/canvas.c
  1945. M /trunk/cucul/colour.c
  1946. M /trunk/cucul/cucul.c
  1947. M /trunk/cucul/cucul.h
  1948. M /trunk/cucul/cucul_internals.h
  1949. * More error checking in libcucul.
  1950. ------------------------------------------------------------------------
  1951. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  1952. Changed paths:
  1953. M /trunk/test/import.c
  1954. * Jylam is too modest.
  1955. ------------------------------------------------------------------------
  1956. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  1957. Changed paths:
  1958. A /trunk/test/import.c
  1959. * Added importers test
  1960. ------------------------------------------------------------------------
  1961. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  1962. Changed paths:
  1963. M /trunk/cucul/import.c
  1964. M /trunk/test/Makefile.am
  1965. * Added preliminary ANSI importer, added import formats autodection
  1966. ------------------------------------------------------------------------
  1967. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  1968. Changed paths:
  1969. M /trunk/configure.ac
  1970. M /trunk/cucul/box.c
  1971. M /trunk/cucul/buffer.c
  1972. M /trunk/cucul/canvas.c
  1973. M /trunk/cucul/conic.c
  1974. M /trunk/cucul/cucul.h
  1975. M /trunk/cucul/line.c
  1976. M /trunk/cucul/triangle.c
  1977. * Check for <errno.h>.
  1978. * Started changing function prototypes so that they return an integer
  1979. instead of void, just in case they might fail.
  1980. ------------------------------------------------------------------------
  1981. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  1982. Changed paths:
  1983. M /trunk/cucul/Makefile.am
  1984. M /trunk/cucul/cucul.h
  1985. D /trunk/cucul/error.c
  1986. * Reverted that errno stuff. We'll just use the real errno.
  1987. ------------------------------------------------------------------------
  1988. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  1989. Changed paths:
  1990. M /trunk/cucul/Makefile.am
  1991. M /trunk/cucul/cucul.h
  1992. A /trunk/cucul/error.c
  1993. * Added basis for an errno-like mechanism.
  1994. ------------------------------------------------------------------------
  1995. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  1996. Changed paths:
  1997. M /trunk/build-win32
  1998. M /trunk/configure.ac
  1999. * Removed my previously introduced --enable-pangoft2 and replaced it with
  2000. a nicer cross compilation check.
  2001. ------------------------------------------------------------------------
  2002. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  2003. Changed paths:
  2004. M /trunk/build-win32
  2005. M /trunk/configure.ac
  2006. M /trunk/src/Makefile.am
  2007. M /trunk/src/cacaserver.c
  2008. * Brought the Win32 build back on its wheels.
  2009. ------------------------------------------------------------------------
  2010. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  2011. Changed paths:
  2012. M /trunk/common.h
  2013. M /trunk/configure.ac
  2014. M /trunk/cucul/font.c
  2015. M /trunk/src/cacaserver.c
  2016. M /trunk/tools/makefont.c
  2017. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  2018. ------------------------------------------------------------------------
  2019. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  2020. Changed paths:
  2021. M /trunk/caca/driver_win32.c
  2022. * Fixed minor compilation warning.
  2023. ------------------------------------------------------------------------
  2024. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  2025. Changed paths:
  2026. M /trunk/common.h
  2027. * Win32 compilation fix.
  2028. ------------------------------------------------------------------------
  2029. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  2030. Changed paths:
  2031. M /trunk/cucul/font.c
  2032. * On win32, only disable the built-in fonts, not all the font functions.
  2033. ------------------------------------------------------------------------
  2034. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  2035. Changed paths:
  2036. M /trunk/common.h
  2037. M /trunk/configure.ac
  2038. M /trunk/cucul/font.c
  2039. M /trunk/tools/makefont.c
  2040. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  2041. * Implement htons/htonl in common.h just in case.
  2042. ------------------------------------------------------------------------
  2043. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  2044. Changed paths:
  2045. M /trunk/doc/style.dox
  2046. * Hahaha, fixed the coding style example.
  2047. ------------------------------------------------------------------------
  2048. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  2049. Changed paths:
  2050. M /trunk/caca/caca.c
  2051. M /trunk/caca/caca_internals.h
  2052. M /trunk/caca/driver_conio.c
  2053. M /trunk/caca/driver_gl.c
  2054. M /trunk/caca/driver_ncurses.c
  2055. M /trunk/caca/driver_raw.c
  2056. M /trunk/caca/driver_slang.c
  2057. M /trunk/caca/driver_vga.c
  2058. M /trunk/caca/driver_win32.c
  2059. M /trunk/caca/driver_x11.c
  2060. M /trunk/caca/event.c
  2061. M /trunk/caca/graphics.c
  2062. M /trunk/caca/time.c
  2063. M /trunk/common.h
  2064. M /trunk/configure.ac
  2065. M /trunk/cucul/box.c
  2066. M /trunk/cucul/buffer.c
  2067. M /trunk/cucul/canvas.c
  2068. M /trunk/cucul/charset.c
  2069. M /trunk/cucul/colour.c
  2070. M /trunk/cucul/conic.c
  2071. M /trunk/cucul/cucul.c
  2072. M /trunk/cucul/cucul_internals.h
  2073. M /trunk/cucul/dither.c
  2074. M /trunk/cucul/export.c
  2075. M /trunk/cucul/font.c
  2076. M /trunk/cucul/import.c
  2077. M /trunk/cucul/line.c
  2078. M /trunk/cucul/sprite.c
  2079. M /trunk/cucul/transform.c
  2080. M /trunk/cucul/triangle.c
  2081. M /trunk/kernel/kernel.c
  2082. M /trunk/src/aafire.c
  2083. M /trunk/src/cacaball.c
  2084. M /trunk/src/cacamoir.c
  2085. M /trunk/src/cacaplas.c
  2086. M /trunk/src/cacaplay.c
  2087. M /trunk/src/cacaserver.c
  2088. M /trunk/src/cacaview.c
  2089. M /trunk/src/common-image.c
  2090. M /trunk/src/img2irc.c
  2091. M /trunk/test/colors.c
  2092. M /trunk/test/demo.c
  2093. M /trunk/test/dithering.c
  2094. M /trunk/test/event.c
  2095. M /trunk/test/spritedit.c
  2096. M /trunk/tools/makefont.c
  2097. M /trunk/tools/optipal.c
  2098. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  2099. in all .c files that needed it.
  2100. ------------------------------------------------------------------------
  2101. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  2102. Changed paths:
  2103. M /trunk/Makefile.am
  2104. A /trunk/common.h
  2105. M /trunk/test/export.c
  2106. M /trunk/test/font.c
  2107. M /trunk/test/frames.c
  2108. M /trunk/test/gamma.c
  2109. M /trunk/test/hsv.c
  2110. M /trunk/test/text.c
  2111. M /trunk/test/transform.c
  2112. M /trunk/test/truecolor.c
  2113. M /trunk/test/unicode.c
  2114. * Added "common.h", a placeholder for simple features and functions missing
  2115. from some systems.
  2116. ------------------------------------------------------------------------
  2117. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  2118. Changed paths:
  2119. M /trunk/cucul/export.c
  2120. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  2121. whether we want plain ASCII, UTF-8, or CP437.
  2122. ------------------------------------------------------------------------
  2123. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  2124. Changed paths:
  2125. M /trunk/configure.ac
  2126. * Oops, fixed an old typo that brevented building without PangoFt2.
  2127. ------------------------------------------------------------------------
  2128. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  2129. Changed paths:
  2130. M /trunk/debian/Makefile.am
  2131. M /trunk/debian/caca-utils.install
  2132. M /trunk/debian/libcucul-dev.install
  2133. * Fixed Debian build files.
  2134. ------------------------------------------------------------------------
  2135. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  2136. Changed paths:
  2137. M /trunk/configure.ac
  2138. * Do not bail out if PangoFt2 was not found.
  2139. ------------------------------------------------------------------------
  2140. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  2141. Changed paths:
  2142. M /trunk/ChangeLog
  2143. M /trunk/NEWS
  2144. M /trunk/TODO
  2145. * 0.99.beta1 release.
  2146. ------------------------------------------------------------------------
  2147. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  2148. Changed paths:
  2149. M /trunk/configure.ac
  2150. M /trunk/cucul/Makefile.am
  2151. M /trunk/test/Makefile.am
  2152. * Got rid of CUCUL_LIBS. It's unused.
  2153. ------------------------------------------------------------------------
  2154. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  2155. Changed paths:
  2156. M /trunk/Makefile.am
  2157. M /trunk/debian
  2158. M /trunk/debian/Makefile.am
  2159. A /trunk/debian/caca-utils.install
  2160. M /trunk/debian/changelog
  2161. M /trunk/debian/control
  2162. A /trunk/debian/libcaca-dev.install
  2163. A /trunk/debian/libcaca0.install
  2164. A /trunk/debian/libcucul-dev.install
  2165. A /trunk/debian/libcucul0.install
  2166. M /trunk/debian/rules
  2167. M /trunk/doc/Makefile.am
  2168. * Updated Debian build rules.
  2169. ------------------------------------------------------------------------
  2170. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  2171. Changed paths:
  2172. M /trunk/caca/event.c
  2173. M /trunk/doc/migrating.dox
  2174. M /trunk/test/colors.c
  2175. M /trunk/test/dithering.c
  2176. M /trunk/test/font.c
  2177. M /trunk/test/frames.c
  2178. M /trunk/test/hsv.c
  2179. M /trunk/test/transform.c
  2180. M /trunk/test/truecolor.c
  2181. M /trunk/test/unicode.c
  2182. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  2183. ------------------------------------------------------------------------
  2184. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  2185. Changed paths:
  2186. M /trunk/doc/migrating.dox
  2187. * Minor updates to the migration documentation.
  2188. ------------------------------------------------------------------------
  2189. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  2190. Changed paths:
  2191. M /trunk/doc/Makefile.am
  2192. * Slightly improved the documentation build rules dependencies.
  2193. ------------------------------------------------------------------------
  2194. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  2195. Changed paths:
  2196. M /trunk/ChangeLog
  2197. M /trunk/NEWS
  2198. M /trunk/TODO
  2199. * Updated ChangeLog, NEWS and TODO.
  2200. ------------------------------------------------------------------------
  2201. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  2202. Changed paths:
  2203. M /trunk/doc/libcaca.dox
  2204. M /trunk/doc/migrating.dox
  2205. * Updated the migration guide.
  2206. ------------------------------------------------------------------------
  2207. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  2208. Changed paths:
  2209. M /trunk/doc/style.dox
  2210. * Wrote the C coding style documentation.
  2211. ------------------------------------------------------------------------
  2212. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  2213. Changed paths:
  2214. M /trunk/test
  2215. M /trunk/test/Makefile.am
  2216. A /trunk/test/frames.c
  2217. A /trunk/test/text.c
  2218. * Added a test for multiple frames support.
  2219. * Added a test for textfile loading.
  2220. ------------------------------------------------------------------------
  2221. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  2222. Changed paths:
  2223. M /trunk/cucul/cucul.c
  2224. M /trunk/cucul/cucul.h
  2225. M /trunk/cucul/cucul_internals.h
  2226. M /trunk/cucul/sprite.c
  2227. * Support for multiple frames in canvases.
  2228. ------------------------------------------------------------------------
  2229. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  2230. Changed paths:
  2231. M /trunk/cucul/import.c
  2232. * Added a simple "text" importer, until the cool ANSI importer arrives.
  2233. ------------------------------------------------------------------------
  2234. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  2235. Changed paths:
  2236. M /trunk/cucul/export.c
  2237. * Disabled the foreground/background optimisation in the IRC export because
  2238. it breaks on too many IRC clients.
  2239. ------------------------------------------------------------------------
  2240. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  2241. Changed paths:
  2242. M /trunk/test/demo.c
  2243. M /trunk/test/spritedit.c
  2244. * Disabled sprite stuff from the tests.
  2245. ------------------------------------------------------------------------
  2246. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  2247. Changed paths:
  2248. M /trunk/cpp/caca++.h
  2249. M /trunk/cpp/cucul++.cpp
  2250. M /trunk/cpp/cucul++.h
  2251. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  2252. ------------------------------------------------------------------------
  2253. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  2254. Changed paths:
  2255. M /trunk/configure.ac
  2256. M /trunk/cpp/Makefile.am
  2257. * Fixed --enable-cpp to actually do something. Also, disabled it by
  2258. default for the release, because it's not up to date and needs a lot
  2259. of polishing.
  2260. ------------------------------------------------------------------------
  2261. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  2262. Changed paths:
  2263. M /trunk/doc/Makefile.am
  2264. M /trunk/doc/libcaca.dox
  2265. M /trunk/doc/migrating.dox
  2266. A /trunk/doc/style.dox
  2267. A /trunk/doc/tutorial.dox
  2268. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  2269. ------------------------------------------------------------------------
  2270. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  2271. Changed paths:
  2272. M /trunk/configure.ac
  2273. * Set version number to 0.99.beta1.
  2274. ------------------------------------------------------------------------
  2275. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  2276. Changed paths:
  2277. M /trunk/cucul/cucul.c
  2278. M /trunk/cucul/cucul_internals.h
  2279. * Got rid of cv->scratch_line. It's unused, too.
  2280. ------------------------------------------------------------------------
  2281. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  2282. Changed paths:
  2283. M /trunk/cucul/cucul.c
  2284. M /trunk/cucul/cucul_internals.h
  2285. * Got rid of cv->empty_line, it's now unused.
  2286. ------------------------------------------------------------------------
  2287. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  2288. Changed paths:
  2289. M /trunk/configure.ac
  2290. M /trunk/cpp/cucul++.cpp
  2291. M /trunk/cpp/cucul++.h
  2292. M /trunk/cucul/canvas.c
  2293. M /trunk/cucul/cucul.h
  2294. M /trunk/src/cacaview.c
  2295. M /trunk/src/img2irc.c
  2296. M /trunk/test/colors.c
  2297. M /trunk/test/demo.c
  2298. M /trunk/test/event.c
  2299. M /trunk/test/gamma.c
  2300. M /trunk/test/spritedit.c
  2301. * Changed cucul_clear_canvas() again. It now uses the current foreground
  2302. and background colours to clear the screen.
  2303. ------------------------------------------------------------------------
  2304. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  2305. Changed paths:
  2306. M /trunk/cpp/caca++.cpp
  2307. M /trunk/cpp/caca++.h
  2308. * Fixed a segfault in the C++ bindings. Vieux porc !
  2309. ------------------------------------------------------------------------
  2310. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  2311. Changed paths:
  2312. M /trunk/caca/Makefile.am
  2313. M /trunk/configure.ac
  2314. M /trunk/cpp/Makefile.am
  2315. M /trunk/cucul/Makefile.am
  2316. * Set library names to lib*.so.0.10.0.
  2317. ------------------------------------------------------------------------
  2318. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  2319. Changed paths:
  2320. M /trunk/cucul/import.c
  2321. * Fixed a compilation warning.
  2322. ------------------------------------------------------------------------
  2323. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  2324. Changed paths:
  2325. M /trunk/cucul/import.c
  2326. * Minor documentation fix.
  2327. ------------------------------------------------------------------------
  2328. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  2329. Changed paths:
  2330. M /trunk/cpp/caca++.cpp
  2331. M /trunk/cpp/caca++.h
  2332. M /trunk/cpp/cpptest.cpp
  2333. M /trunk/cpp/cucul++.cpp
  2334. M /trunk/cpp/cucul++.h
  2335. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  2336. ------------------------------------------------------------------------
  2337. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  2338. Changed paths:
  2339. M /trunk/caca/driver_raw.c
  2340. M /trunk/cpp/cucul++.cpp
  2341. M /trunk/cpp/cucul++.h
  2342. M /trunk/cucul/Makefile.am
  2343. M /trunk/cucul/cucul.c
  2344. M /trunk/cucul/cucul.h
  2345. M /trunk/cucul/export.c
  2346. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  2347. M /trunk/src/cacaplay.c
  2348. M /trunk/src/cacaserver.c
  2349. M /trunk/src/img2irc.c
  2350. M /trunk/test/export.c
  2351. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  2352. cucul_import_canvas().
  2353. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  2354. ------------------------------------------------------------------------
  2355. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  2356. Changed paths:
  2357. M /trunk/cucul/colour.c
  2358. M /trunk/cucul/dither.c
  2359. M /trunk/cucul/export.c
  2360. M /trunk/cucul/font.c
  2361. * Minor documentation improvements.
  2362. ------------------------------------------------------------------------
  2363. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  2364. Changed paths:
  2365. M /trunk/TODO
  2366. M /trunk/caca/caca.h
  2367. M /trunk/cucul/cucul.h
  2368. M /trunk/doc/Makefile.am
  2369. M /trunk/doc/libcaca.dox
  2370. A /trunk/doc/migrating.dox
  2371. A /trunk/doc/user.dox
  2372. * Documentation improvements. Wrote a small migration guide and added the
  2373. skeleton of a tutorial for Jylam.
  2374. ------------------------------------------------------------------------
  2375. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  2376. Changed paths:
  2377. M /trunk/AUTHORS
  2378. M /trunk/NEWS
  2379. M /trunk/THANKS
  2380. M /trunk/TODO
  2381. M /trunk/caca/caca.h
  2382. M /trunk/doc/Makefile.am
  2383. M /trunk/doc/doxygen.cfg.in
  2384. A /trunk/doc/libcaca.dox
  2385. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  2386. documentation page from caca.h to a separate file.
  2387. ------------------------------------------------------------------------
  2388. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  2389. Changed paths:
  2390. M /trunk/caca/driver_ncurses.c
  2391. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  2392. ------------------------------------------------------------------------
  2393. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  2394. Changed paths:
  2395. M /trunk/cpp/Makefile.am
  2396. * Workaround for broken C++ linking with old libtool versions.
  2397. ------------------------------------------------------------------------
  2398. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  2399. Changed paths:
  2400. M /trunk/NOTES
  2401. M /trunk/tools/optipal.c
  2402. * Moved the technical discussion on S-Lang's palette optimisation from
  2403. NOTES to tools/optipal.c.
  2404. ------------------------------------------------------------------------
  2405. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  2406. Changed paths:
  2407. M /trunk/caca/caca.c
  2408. M /trunk/caca/caca.h
  2409. M /trunk/caca/caca_internals.h
  2410. M /trunk/caca/driver_conio.c
  2411. M /trunk/caca/driver_gl.c
  2412. M /trunk/caca/driver_ncurses.c
  2413. M /trunk/caca/driver_raw.c
  2414. M /trunk/caca/driver_slang.c
  2415. M /trunk/caca/driver_vga.c
  2416. M /trunk/caca/driver_win32.c
  2417. M /trunk/caca/driver_x11.c
  2418. M /trunk/caca/graphics.c
  2419. M /trunk/cpp/caca++.cpp
  2420. M /trunk/cpp/caca++.h
  2421. M /trunk/cucul/cucul.c
  2422. M /trunk/python/pypycaca.c
  2423. M /trunk/python/pypycaca.h
  2424. M /trunk/src/aafire.c
  2425. M /trunk/src/cacaball.c
  2426. M /trunk/src/cacamoir.c
  2427. M /trunk/src/cacaplas.c
  2428. M /trunk/src/cacaplay.c
  2429. M /trunk/src/cacaview.c
  2430. M /trunk/test/colors.c
  2431. M /trunk/test/demo.c
  2432. M /trunk/test/dithering.c
  2433. M /trunk/test/event.c
  2434. M /trunk/test/font.c
  2435. M /trunk/test/gamma.c
  2436. M /trunk/test/hsv.c
  2437. M /trunk/test/spritedit.c
  2438. M /trunk/test/transform.c
  2439. M /trunk/test/truecolor.c
  2440. M /trunk/test/unicode.c
  2441. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  2442. ------------------------------------------------------------------------
  2443. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  2444. Changed paths:
  2445. M /trunk/caca/driver_raw.c
  2446. M /trunk/cucul/cucul.c
  2447. M /trunk/cucul/export.c
  2448. M /trunk/src/cacaserver.c
  2449. * Added a new "caca" exporter.
  2450. * Removed most code from the raw driver and replaced it with a call to the
  2451. caca exporter.
  2452. * Slightly changed the caca export format and updated code accordingly.
  2453. * Improved cacaserver error reporting.
  2454. ------------------------------------------------------------------------
  2455. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  2456. Changed paths:
  2457. M /trunk/debian/control
  2458. * Updates to the Debian build files.
  2459. ------------------------------------------------------------------------
  2460. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  2461. Changed paths:
  2462. M /trunk/cucul/dither.c
  2463. M /trunk/src/aafire.c
  2464. M /trunk/src/cacaball.c
  2465. M /trunk/src/cacamoir.c
  2466. M /trunk/src/cacaplas.c
  2467. M /trunk/src/cacaview.c
  2468. M /trunk/src/img2irc.c
  2469. M /trunk/test/demo.c
  2470. M /trunk/test/export.c
  2471. M /trunk/test/font.c
  2472. M /trunk/test/gamma.c
  2473. M /trunk/test/hsv.c
  2474. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  2475. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  2476. computations.
  2477. ------------------------------------------------------------------------
  2478. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  2479. Changed paths:
  2480. M /trunk/cucul/cucul.c
  2481. M /trunk/cucul/dither.c
  2482. M /trunk/test/demo.c
  2483. M /trunk/test/dithering.c
  2484. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  2485. values between 0 and 9 (used to be 0 and 10). Updated documentation
  2486. accordingly.
  2487. ------------------------------------------------------------------------
  2488. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  2489. Changed paths:
  2490. M /trunk/cpp/cucul++.cpp
  2491. M /trunk/cpp/cucul++.h
  2492. M /trunk/cucul/canvas.c
  2493. M /trunk/cucul/cucul.h
  2494. M /trunk/src/cacaview.c
  2495. M /trunk/src/img2irc.c
  2496. M /trunk/test/colors.c
  2497. M /trunk/test/demo.c
  2498. M /trunk/test/event.c
  2499. M /trunk/test/gamma.c
  2500. M /trunk/test/spritedit.c
  2501. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  2502. choose the background colour.
  2503. ------------------------------------------------------------------------
  2504. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  2505. Changed paths:
  2506. M /trunk/caca/driver_conio.c
  2507. M /trunk/caca/driver_gl.c
  2508. M /trunk/caca/driver_ncurses.c
  2509. M /trunk/caca/driver_slang.c
  2510. M /trunk/caca/driver_vga.c
  2511. M /trunk/caca/driver_win32.c
  2512. M /trunk/caca/driver_x11.c
  2513. M /trunk/caca/graphics.c
  2514. M /trunk/cpp/cucul++.cpp
  2515. M /trunk/cucul/Makefile.am
  2516. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  2517. M /trunk/cucul/cucul.c
  2518. M /trunk/cucul/cucul.h
  2519. M /trunk/cucul/cucul_internals.h
  2520. M /trunk/cucul/export.c
  2521. M /trunk/cucul/font.c
  2522. M /trunk/src/aafire.c
  2523. M /trunk/src/cacaball.c
  2524. M /trunk/src/cacamoir.c
  2525. M /trunk/src/cacaplas.c
  2526. M /trunk/src/cacaplay.c
  2527. M /trunk/src/cacaserver.c
  2528. M /trunk/src/cacaview.c
  2529. M /trunk/src/img2irc.c
  2530. M /trunk/test/colors.c
  2531. M /trunk/test/demo.c
  2532. M /trunk/test/dithering.c
  2533. M /trunk/test/event.c
  2534. M /trunk/test/export.c
  2535. M /trunk/test/font.c
  2536. M /trunk/test/gamma.c
  2537. M /trunk/test/hsv.c
  2538. M /trunk/test/spritedit.c
  2539. M /trunk/test/transform.c
  2540. M /trunk/test/truecolor.c
  2541. M /trunk/test/unicode.c
  2542. * Renamed main canvas-related functions so that they have "canvas" in
  2543. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  2544. * Moved buffer-related functions to cucul/buffer.c.
  2545. ------------------------------------------------------------------------
  2546. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  2547. Changed paths:
  2548. M /trunk/tools/makefont.c
  2549. * Cosmetic changes.
  2550. ------------------------------------------------------------------------
  2551. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  2552. Changed paths:
  2553. M /trunk/caca/caca.c
  2554. M /trunk/caca/caca.h
  2555. M /trunk/caca/caca_internals.h
  2556. M /trunk/caca/driver_conio.c
  2557. M /trunk/caca/driver_gl.c
  2558. M /trunk/caca/driver_ncurses.c
  2559. M /trunk/caca/driver_raw.c
  2560. M /trunk/caca/driver_slang.c
  2561. M /trunk/caca/driver_vga.c
  2562. M /trunk/caca/driver_win32.c
  2563. M /trunk/caca/driver_x11.c
  2564. M /trunk/caca/event.c
  2565. M /trunk/caca/graphics.c
  2566. M /trunk/cpp/caca++.cpp
  2567. M /trunk/cpp/caca++.h
  2568. M /trunk/cpp/cucul++.cpp
  2569. M /trunk/cpp/cucul++.h
  2570. M /trunk/cucul/box.c
  2571. M /trunk/cucul/canvas.c
  2572. M /trunk/cucul/charset.c
  2573. M /trunk/cucul/colour.c
  2574. M /trunk/cucul/conic.c
  2575. M /trunk/cucul/cucul.c
  2576. M /trunk/cucul/dither.c
  2577. M /trunk/cucul/export.c
  2578. M /trunk/cucul/font.c
  2579. M /trunk/cucul/line.c
  2580. M /trunk/cucul/sprite.c
  2581. M /trunk/cucul/transform.c
  2582. M /trunk/cucul/triangle.c
  2583. M /trunk/src/aafire.c
  2584. M /trunk/src/cacaball.c
  2585. M /trunk/src/cacamoir.c
  2586. M /trunk/src/cacaplas.c
  2587. M /trunk/src/cacaplay.c
  2588. M /trunk/src/cacaview.c
  2589. M /trunk/src/img2irc.c
  2590. M /trunk/test/colors.c
  2591. M /trunk/test/demo.c
  2592. M /trunk/test/dithering.c
  2593. M /trunk/test/event.c
  2594. M /trunk/test/export.c
  2595. M /trunk/test/font.c
  2596. M /trunk/test/gamma.c
  2597. M /trunk/test/hsv.c
  2598. M /trunk/test/spritedit.c
  2599. M /trunk/test/transform.c
  2600. M /trunk/test/truecolor.c
  2601. M /trunk/test/unicode.c
  2602. * Renamed caca_t into caca_display_t.
  2603. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  2604. ------------------------------------------------------------------------
  2605. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  2606. Changed paths:
  2607. M /trunk/caca/caca.c
  2608. M /trunk/caca/caca.h
  2609. M /trunk/caca/caca_internals.h
  2610. M /trunk/caca/driver_conio.c
  2611. M /trunk/caca/driver_gl.c
  2612. M /trunk/caca/driver_ncurses.c
  2613. M /trunk/caca/driver_raw.c
  2614. M /trunk/caca/driver_slang.c
  2615. M /trunk/caca/driver_vga.c
  2616. M /trunk/caca/driver_win32.c
  2617. M /trunk/caca/driver_x11.c
  2618. M /trunk/caca/event.c
  2619. M /trunk/caca/graphics.c
  2620. M /trunk/cpp/caca++.cpp
  2621. M /trunk/cpp/cucul++.cpp
  2622. M /trunk/cpp/cucul++.h
  2623. M /trunk/cucul/box.c
  2624. M /trunk/cucul/canvas.c
  2625. M /trunk/cucul/colour.c
  2626. M /trunk/cucul/conic.c
  2627. M /trunk/cucul/cucul.c
  2628. M /trunk/cucul/cucul.h
  2629. M /trunk/cucul/cucul_internals.h
  2630. M /trunk/cucul/dither.c
  2631. M /trunk/cucul/export.c
  2632. M /trunk/cucul/font.c
  2633. M /trunk/cucul/line.c
  2634. M /trunk/cucul/sprite.c
  2635. M /trunk/cucul/transform.c
  2636. M /trunk/cucul/triangle.c
  2637. M /trunk/src/aafire.c
  2638. M /trunk/src/cacaball.c
  2639. M /trunk/src/cacamoir.c
  2640. M /trunk/src/cacaplas.c
  2641. M /trunk/src/cacaplay.c
  2642. M /trunk/src/cacaserver.c
  2643. M /trunk/src/cacaview.c
  2644. M /trunk/src/img2irc.c
  2645. M /trunk/test/colors.c
  2646. M /trunk/test/demo.c
  2647. M /trunk/test/dithering.c
  2648. M /trunk/test/event.c
  2649. M /trunk/test/export.c
  2650. M /trunk/test/font.c
  2651. M /trunk/test/gamma.c
  2652. M /trunk/test/hsv.c
  2653. M /trunk/test/spritedit.c
  2654. M /trunk/test/transform.c
  2655. M /trunk/test/truecolor.c
  2656. M /trunk/test/unicode.c
  2657. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  2658. ------------------------------------------------------------------------
  2659. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  2660. Changed paths:
  2661. M /trunk/cpp/Makefile.am
  2662. * Fixed C++ bindings makefile so that it does not try to use the system's
  2663. <cucul.h> and <caca.h> headers.
  2664. ------------------------------------------------------------------------
  2665. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2666. Changed paths:
  2667. M /trunk/cucul/export.c
  2668. * Truecolor support for the HTML and HTMLv3 exporters.
  2669. ------------------------------------------------------------------------
  2670. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  2671. Changed paths:
  2672. M /trunk/cucul/colour.c
  2673. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  2674. ------------------------------------------------------------------------
  2675. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  2676. Changed paths:
  2677. M /trunk/README
  2678. M /trunk/TODO
  2679. * Updated README (caca-config -> pkg-config) and TODO.
  2680. ------------------------------------------------------------------------
  2681. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  2682. Changed paths:
  2683. M /trunk/cucul/export.c
  2684. M /trunk/tools/makefont.c
  2685. * Cosmetic code changes and minor optimisations.
  2686. ------------------------------------------------------------------------
  2687. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  2688. Changed paths:
  2689. M /trunk/cucul/Makefile.am
  2690. M /trunk/cucul/cucul.c
  2691. M /trunk/cucul/cucul_internals.h
  2692. A /trunk/cucul/export.c
  2693. D /trunk/cucul/export_ansi.c
  2694. D /trunk/cucul/export_bitmap.c
  2695. D /trunk/cucul/export_html.c
  2696. D /trunk/cucul/export_irc.c
  2697. D /trunk/cucul/export_ps.c
  2698. D /trunk/cucul/export_svg.c
  2699. * Merged again all export functions into cucul/export.c. They're all the
  2700. same and they're very short (50-100 lines).
  2701. ------------------------------------------------------------------------
  2702. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  2703. Changed paths:
  2704. M /trunk/cucul/cucul.h
  2705. M /trunk/cucul/font.c
  2706. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  2707. compilation warnings.
  2708. ------------------------------------------------------------------------
  2709. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2710. Changed paths:
  2711. M /trunk/test/event.c
  2712. * Handle CACA_EVENT_QUIT in the event test program.
  2713. ------------------------------------------------------------------------
  2714. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  2715. Changed paths:
  2716. M /trunk/configure.ac
  2717. * Workaround for broken AC_PATH_X autoconf macros.
  2718. ------------------------------------------------------------------------
  2719. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  2720. Changed paths:
  2721. M /trunk/caca/driver_x11.c
  2722. * Compilation fix.
  2723. ------------------------------------------------------------------------
  2724. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  2725. Changed paths:
  2726. M /trunk/TODO
  2727. M /trunk/caca/caca.h
  2728. M /trunk/caca/driver_gl.c
  2729. M /trunk/caca/driver_x11.c
  2730. M /trunk/configure.ac
  2731. * Implemented CACA_EVENT_QUIT. Unused yet.
  2732. ------------------------------------------------------------------------
  2733. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  2734. Changed paths:
  2735. M /trunk/cpp
  2736. M /trunk/cpp/Makefile.am
  2737. * Fixed autotools stuff in the cpp bindings.
  2738. ------------------------------------------------------------------------
  2739. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  2740. Changed paths:
  2741. M /trunk/cpp/cpptest.cpp
  2742. * Compilation fix in cpptest.cpp.
  2743. ------------------------------------------------------------------------
  2744. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  2745. Changed paths:
  2746. M /trunk/cpp/caca++.cpp
  2747. M /trunk/cpp/caca++.h
  2748. M /trunk/cpp/cpptest.cpp
  2749. * Fixed compile problem, put Event outside Caca class
  2750. ------------------------------------------------------------------------
  2751. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  2752. Changed paths:
  2753. M /trunk/cpp/cucul++.cpp
  2754. M /trunk/cpp/cucul++.h
  2755. M /trunk/cucul/Makefile.am
  2756. M /trunk/cucul/cucul.c
  2757. M /trunk/cucul/cucul.h
  2758. D /trunk/cucul/math.c
  2759. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  2760. cucul.c just in case.
  2761. ------------------------------------------------------------------------
  2762. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  2763. Changed paths:
  2764. D /trunk/cpp/Makefile.in
  2765. D /trunk/cpp/caca++.pc
  2766. D /trunk/cpp/cucul++.pc
  2767. * Removed a few useless files (vieux porc).
  2768. ------------------------------------------------------------------------
  2769. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  2770. Changed paths:
  2771. M /trunk/TODO
  2772. * Updated TODO list.
  2773. ------------------------------------------------------------------------
  2774. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  2775. Changed paths:
  2776. M /trunk/test/dithering.c
  2777. M /trunk/test/truecolor.c
  2778. * Minor cosmetic changes in the test programs.
  2779. ------------------------------------------------------------------------
  2780. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  2781. Changed paths:
  2782. M /trunk/cucul/export_ps.c
  2783. M /trunk/cucul/export_svg.c
  2784. * Truecolor support in the SVG and PostScript exporters.
  2785. ------------------------------------------------------------------------
  2786. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2787. Changed paths:
  2788. M /trunk/cucul/Makefile.am
  2789. M /trunk/cucul/cucul.c
  2790. M /trunk/cucul/cucul_internals.h
  2791. A /trunk/cucul/export_bitmap.c
  2792. * Implemented TGA image export.
  2793. ------------------------------------------------------------------------
  2794. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2795. Changed paths:
  2796. M /trunk/cucul/colour.c
  2797. M /trunk/cucul/cucul_internals.h
  2798. * Implemented argb32 to rgb24fg/bg colour conversions.
  2799. ------------------------------------------------------------------------
  2800. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  2801. Changed paths:
  2802. M /trunk/test/export.c
  2803. * Use cucul_get_export_list() in the export test instead of hardcoding the
  2804. list of available formats. Also added a few truecolor blocks to the test.
  2805. ------------------------------------------------------------------------
  2806. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  2807. Changed paths:
  2808. M /trunk/cucul/font.c
  2809. * Fixed abusive strictness in the font loader.
  2810. ------------------------------------------------------------------------
  2811. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  2812. Changed paths:
  2813. M /trunk/TODO
  2814. * Updated TODO list.
  2815. ------------------------------------------------------------------------
  2816. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  2817. Changed paths:
  2818. M /trunk/cpp/cpptest.cpp
  2819. * Better C++ test
  2820. ------------------------------------------------------------------------
  2821. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  2822. Changed paths:
  2823. M /trunk/cpp/caca++.cpp
  2824. M /trunk/cpp/caca++.h
  2825. M /trunk/cpp/cpptest.cpp
  2826. M /trunk/cpp/cucul++.cpp
  2827. M /trunk/cpp/cucul++.h
  2828. * Added license in C++ files.
  2829. ------------------------------------------------------------------------
  2830. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  2831. Changed paths:
  2832. M /trunk/cpp/cpptest.cpp
  2833. M /trunk/cpp/cucul++.cpp
  2834. M /trunk/cpp/cucul++.h
  2835. * Fixed C++ printf(), added it in example
  2836. ------------------------------------------------------------------------
  2837. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  2838. Changed paths:
  2839. M /trunk/cpp/cpptest.cpp
  2840. * Forgot a test on Caca() instantiation
  2841. ------------------------------------------------------------------------
  2842. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  2843. Changed paths:
  2844. M /trunk/Makefile.am
  2845. M /trunk/configure.ac
  2846. A /trunk/cpp
  2847. A /trunk/cpp/Makefile.am
  2848. A /trunk/cpp/Makefile.in
  2849. A /trunk/cpp/caca++.cpp
  2850. A /trunk/cpp/caca++.h
  2851. A /trunk/cpp/caca++.pc
  2852. A /trunk/cpp/caca++.pc.in
  2853. A /trunk/cpp/cpptest.cpp
  2854. A /trunk/cpp/cucul++.cpp
  2855. A /trunk/cpp/cucul++.h
  2856. A /trunk/cpp/cucul++.pc
  2857. A /trunk/cpp/cucul++.pc.in
  2858. * Added preliminary C++ bindings
  2859. ------------------------------------------------------------------------
  2860. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  2861. Changed paths:
  2862. M /trunk/caca/driver_gl.c
  2863. M /trunk/caca/driver_x11.c
  2864. * Added truecolor support to the X11 and GL drivers.
  2865. ------------------------------------------------------------------------
  2866. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  2867. Changed paths:
  2868. M /trunk/test
  2869. M /trunk/test/Makefile.am
  2870. A /trunk/test/truecolor.c
  2871. * Added test/truecolor.c to test non-ANSI colour pairs.
  2872. ------------------------------------------------------------------------
  2873. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  2874. Changed paths:
  2875. M /trunk/cucul/canvas.c
  2876. M /trunk/cucul/colour.c
  2877. M /trunk/cucul/cucul.h
  2878. M /trunk/cucul/cucul_internals.h
  2879. * Moved cucul_set_color() from canvas.c to colour.c.
  2880. * Added cucul_set_truecolor() for non-ANSI colours.
  2881. * Added new argb32 -> rgb12 conversion functions.
  2882. ------------------------------------------------------------------------
  2883. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  2884. Changed paths:
  2885. M /trunk/caca/caca.h
  2886. M /trunk/caca/caca_internals.h
  2887. M /trunk/caca/driver_conio.c
  2888. M /trunk/caca/driver_gl.c
  2889. M /trunk/caca/driver_ncurses.c
  2890. M /trunk/caca/driver_raw.c
  2891. M /trunk/caca/driver_slang.c
  2892. M /trunk/caca/driver_vga.c
  2893. M /trunk/caca/driver_win32.c
  2894. M /trunk/caca/driver_x11.c
  2895. M /trunk/caca/event.c
  2896. M /trunk/caca/time.c
  2897. M /trunk/cucul/cucul.c
  2898. M /trunk/cucul/cucul.h
  2899. M /trunk/cucul/cucul_internals.h
  2900. M /trunk/cucul/dither.c
  2901. M /trunk/cucul/export_ansi.c
  2902. M /trunk/cucul/export_html.c
  2903. M /trunk/cucul/export_irc.c
  2904. M /trunk/cucul/export_ps.c
  2905. M /trunk/cucul/export_svg.c
  2906. M /trunk/cucul/font.c
  2907. M /trunk/cucul/sprite.c
  2908. M /trunk/src/aafire.c
  2909. M /trunk/src/cacaball.c
  2910. M /trunk/src/cacamoir.c
  2911. M /trunk/src/cacaplas.c
  2912. M /trunk/src/cacaplay.c
  2913. M /trunk/src/cacaserver.c
  2914. M /trunk/src/cacaview.c
  2915. M /trunk/src/img2irc.c
  2916. M /trunk/test/colors.c
  2917. M /trunk/test/demo.c
  2918. M /trunk/test/dithering.c
  2919. M /trunk/test/event.c
  2920. M /trunk/test/export.c
  2921. M /trunk/test/font.c
  2922. M /trunk/test/gamma.c
  2923. M /trunk/test/hsv.c
  2924. M /trunk/test/spritedit.c
  2925. M /trunk/test/transform.c
  2926. M /trunk/test/unicode.c
  2927. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  2928. such as cucul_dither_t instead of struct cucul_dither.
  2929. * Made cucul_buffer_t an opaque structure and implemented the two getters
  2930. cucul_get_buffer_data() and cucul_get_buffer_size().
  2931. * Documented all missing functions and function parameters.
  2932. ------------------------------------------------------------------------
  2933. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  2934. Changed paths:
  2935. M /trunk/cucul/cucul.pc.in
  2936. * Fixed bad library name in pc file.
  2937. ------------------------------------------------------------------------
  2938. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2939. Changed paths:
  2940. M /trunk/caca/caca_internals.h
  2941. M /trunk/cucul/font.c
  2942. M /trunk/msvc/cacaball.vcproj
  2943. M /trunk/msvc/cacafire.vcproj
  2944. M /trunk/msvc/cacamoir.vcproj
  2945. M /trunk/msvc/cacaplas.vcproj
  2946. M /trunk/msvc/cacaview.vcproj
  2947. M /trunk/msvc/config.h
  2948. M /trunk/msvc/libcaca.sln
  2949. M /trunk/msvc/libcaca.vcproj
  2950. M /trunk/perl/lib/Term/Caca/Constants.pm
  2951. M /trunk/perl/lib/Term/Caca.pm
  2952. M /trunk/perl/lib/Term/Kaka.pm
  2953. * Updated MSVC++ project (static library and src/*)
  2954. ------------------------------------------------------------------------
  2955. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2956. Changed paths:
  2957. M /trunk/test/demo.c
  2958. M /trunk/test/spritedit.c
  2959. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  2960. ------------------------------------------------------------------------
  2961. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  2962. Changed paths:
  2963. M /trunk/caca/caca.c
  2964. M /trunk/caca/caca.h
  2965. M /trunk/caca/event.c
  2966. M /trunk/caca/graphics.c
  2967. M /trunk/cucul/box.c
  2968. M /trunk/cucul/canvas.c
  2969. M /trunk/cucul/conic.c
  2970. M /trunk/cucul/cucul.c
  2971. M /trunk/cucul/cucul.h
  2972. M /trunk/cucul/dither.c
  2973. M /trunk/cucul/font.c
  2974. M /trunk/cucul/line.c
  2975. M /trunk/cucul/math.c
  2976. M /trunk/cucul/sprite.c
  2977. M /trunk/cucul/triangle.c
  2978. * Improved documentation in many places.
  2979. ------------------------------------------------------------------------
  2980. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  2981. Changed paths:
  2982. M /trunk/configure.ac
  2983. M /trunk/doc/Makefile.am
  2984. M /trunk/doc/doxygen.cfg.in
  2985. * Generate a PDF documentation instead of the PostScript one. It has nice
  2986. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  2987. ------------------------------------------------------------------------
  2988. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  2989. Changed paths:
  2990. M /trunk/cucul/font.c
  2991. * Ahaha I didn't even check that it compiled properly.
  2992. ------------------------------------------------------------------------
  2993. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  2994. Changed paths:
  2995. M /trunk/cucul/font.c
  2996. * Only support version 1 fonts.
  2997. ------------------------------------------------------------------------
  2998. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  2999. Changed paths:
  3000. M /trunk/caca/caca.c
  3001. M /trunk/caca/caca.h
  3002. M /trunk/caca/caca_internals.h
  3003. M /trunk/caca/driver_conio.c
  3004. M /trunk/caca/driver_gl.c
  3005. M /trunk/caca/driver_ncurses.c
  3006. M /trunk/caca/driver_raw.c
  3007. M /trunk/caca/driver_slang.c
  3008. M /trunk/caca/driver_vga.c
  3009. M /trunk/caca/driver_win32.c
  3010. M /trunk/caca/driver_x11.c
  3011. M /trunk/caca/event.c
  3012. M /trunk/caca/graphics.c
  3013. M /trunk/caca/time.c
  3014. M /trunk/cucul/box.c
  3015. M /trunk/cucul/canvas.c
  3016. M /trunk/cucul/charset.c
  3017. M /trunk/cucul/colour.c
  3018. M /trunk/cucul/conic.c
  3019. M /trunk/cucul/cucul.c
  3020. M /trunk/cucul/cucul.h
  3021. M /trunk/cucul/cucul_internals.h
  3022. M /trunk/cucul/dither.c
  3023. M /trunk/cucul/export_ansi.c
  3024. M /trunk/cucul/export_html.c
  3025. M /trunk/cucul/export_irc.c
  3026. M /trunk/cucul/export_ps.c
  3027. M /trunk/cucul/export_svg.c
  3028. M /trunk/cucul/font.c
  3029. M /trunk/cucul/line.c
  3030. M /trunk/cucul/math.c
  3031. M /trunk/cucul/sprite.c
  3032. M /trunk/cucul/transform.c
  3033. M /trunk/cucul/triangle.c
  3034. M /trunk/kernel/kernel.c
  3035. M /trunk/kernel/kernel.h
  3036. M /trunk/python/pypycaca.c
  3037. M /trunk/python/pypycaca.h
  3038. M /trunk/src/cacaplas.c
  3039. M /trunk/src/cacaserver.c
  3040. M /trunk/src/cacaview.c
  3041. M /trunk/src/common-image.c
  3042. M /trunk/src/common-image.h
  3043. * Removed \file directives from all files except caca.h and cucul.h, to
  3044. remove redundencies in the Doxygen documentation.
  3045. ------------------------------------------------------------------------
  3046. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  3047. Changed paths:
  3048. M /trunk/cucul/font.c
  3049. * Added a lot of sanity checks to the font parsing. It should now be
  3050. secure against broken files, but it probably needs peer review.
  3051. ------------------------------------------------------------------------
  3052. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  3053. Changed paths:
  3054. M /trunk/test/Makefile.am
  3055. M /trunk/test/font.c
  3056. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  3057. ------------------------------------------------------------------------
  3058. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  3059. Changed paths:
  3060. M /trunk/test/hsv.c
  3061. * Fixed caca_get_event() call in test/hsv.c.
  3062. ------------------------------------------------------------------------
  3063. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  3064. Changed paths:
  3065. M /trunk/cucul/colour.c
  3066. * Fixed compilation warning.
  3067. ------------------------------------------------------------------------
  3068. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  3069. Changed paths:
  3070. M /trunk/cucul/colour.c
  3071. * Fixed colour conversion routines so that they work with ARGB too.
  3072. ------------------------------------------------------------------------
  3073. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  3074. Changed paths:
  3075. M /trunk/cucul/Makefile.am
  3076. M /trunk/cucul/cucul.h
  3077. M /trunk/cucul/font.c
  3078. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  3079. A /trunk/cucul/font_monobold12.h
  3080. D /trunk/cucul/font_monospace9.h
  3081. M /trunk/test/font.c
  3082. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  3083. * Fixed font selection through cucul_font_load().
  3084. * Added a bigger 10x19 bold font.
  3085. ------------------------------------------------------------------------
  3086. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  3087. Changed paths:
  3088. M /trunk/tools/makefont.c
  3089. * Made makefont more configurable. Also, store the commandline in a comment
  3090. so that the font can be easily rebuilt.
  3091. ------------------------------------------------------------------------
  3092. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  3093. Changed paths:
  3094. M /trunk/TODO
  3095. * Updated TODO list.
  3096. ------------------------------------------------------------------------
  3097. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  3098. Changed paths:
  3099. M /trunk/cucul/cucul.h
  3100. M /trunk/cucul/font.c
  3101. M /trunk/test/font.c
  3102. * Internal font support through cucul_load_font(). Documented that.
  3103. * Removed ugly hooks from test/font.c.
  3104. ------------------------------------------------------------------------
  3105. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  3106. Changed paths:
  3107. M /trunk/cucul/font.c
  3108. * Ugly overflow bug in the rendering code.
  3109. ------------------------------------------------------------------------
  3110. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  3111. Changed paths:
  3112. M /trunk/cucul/cucul.h
  3113. M /trunk/cucul/font.c
  3114. M /trunk/test/font.c
  3115. * Implemented cucul_get_font_width() and cucul_get_font_height().
  3116. * Documented most font functions.
  3117. * Cleaned up cucul_render_canvas() and made it actually usable by external
  3118. programs. Removed ugly printf() debug calls.
  3119. ------------------------------------------------------------------------
  3120. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  3121. Changed paths:
  3122. M /trunk/cucul/cucul.c
  3123. M /trunk/cucul/cucul.h
  3124. M /trunk/cucul/cucul_internals.h
  3125. M /trunk/cucul/export_ansi.c
  3126. M /trunk/cucul/export_html.c
  3127. M /trunk/cucul/export_irc.c
  3128. M /trunk/cucul/export_ps.c
  3129. M /trunk/cucul/export_svg.c
  3130. M /trunk/src/cacaserver.c
  3131. M /trunk/src/img2irc.c
  3132. M /trunk/test/export.c
  3133. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  3134. ------------------------------------------------------------------------
  3135. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  3136. Changed paths:
  3137. M /trunk/cucul/font_monospace9.h
  3138. * Putain de bordel de manche a couilles. I forgot to fix the font.
  3139. ------------------------------------------------------------------------
  3140. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  3141. Changed paths:
  3142. M /trunk/tools/makefont.c
  3143. * Some cleaning up in makefont.c.
  3144. ------------------------------------------------------------------------
  3145. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  3146. Changed paths:
  3147. M /trunk/cucul/font.c
  3148. M /trunk/cucul/font_monospace9.h
  3149. M /trunk/tools/makefont.c
  3150. * Fixed 4, 2 and 1-bit font rendering.
  3151. * Replaced the 8-bit internal font with a 4-bit one.
  3152. ------------------------------------------------------------------------
  3153. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  3154. Changed paths:
  3155. M /trunk/cucul/colour.c
  3156. M /trunk/cucul/cucul_internals.h
  3157. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  3158. fg/bg value into its separate argb 4-bit fields.
  3159. ------------------------------------------------------------------------
  3160. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  3161. Changed paths:
  3162. M /trunk/test/spritedit.c
  3163. * Added silly play with interframe delay. Need to rework sprite format.
  3164. ------------------------------------------------------------------------
  3165. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  3166. Changed paths:
  3167. M /trunk/cucul/font_monospace9.h
  3168. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  3169. for the moment.
  3170. ------------------------------------------------------------------------
  3171. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  3172. Changed paths:
  3173. M /trunk/test
  3174. M /trunk/test/Makefile.am
  3175. A /trunk/test/font.c
  3176. * Added a test program for the font renderer.
  3177. ------------------------------------------------------------------------
  3178. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  3179. Changed paths:
  3180. M /trunk/test/export.c
  3181. * Code simplification.
  3182. ------------------------------------------------------------------------
  3183. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  3184. Changed paths:
  3185. M /trunk/cucul/Makefile.am
  3186. M /trunk/cucul/font.c
  3187. A /trunk/cucul/font_monospace9.h
  3188. * Created a built-in font from Bitstream Vera (Monospace 9).
  3189. ------------------------------------------------------------------------
  3190. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  3191. Changed paths:
  3192. M /trunk/configure.ac
  3193. M /trunk/tools
  3194. M /trunk/tools/Makefile.am
  3195. A /trunk/tools/makefont.c
  3196. * Added a font creator that uses pango to render glyphs.
  3197. ------------------------------------------------------------------------
  3198. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  3199. Changed paths:
  3200. M /trunk/cucul/cucul.h
  3201. M /trunk/cucul/font.c
  3202. * Slightly updated the font format and wrote a font loader. Also added a
  3203. skeleton for the renderer that will not last very long.
  3204. ------------------------------------------------------------------------
  3205. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  3206. Changed paths:
  3207. M /trunk/cucul/font.c
  3208. * New version of the font format.
  3209. ------------------------------------------------------------------------
  3210. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  3211. Changed paths:
  3212. M /trunk/cucul/Makefile.am
  3213. A /trunk/cucul/font.c
  3214. * Added a file for future font handling routines. Currently only the font
  3215. format proposal is in this file. Feel free to comment.
  3216. ------------------------------------------------------------------------
  3217. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  3218. Changed paths:
  3219. M /trunk/test
  3220. M /trunk/tools
  3221. * Proper svn:ignore properties on tools/.
  3222. ------------------------------------------------------------------------
  3223. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  3224. Changed paths:
  3225. M /trunk/Makefile.am
  3226. M /trunk/caca/driver_slang.c
  3227. M /trunk/configure.ac
  3228. M /trunk/test/Makefile.am
  3229. D /trunk/test/optipal.c
  3230. A /trunk/tools
  3231. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  3232. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  3233. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  3234. contain development tools that are only useful to libcaca developers.
  3235. ------------------------------------------------------------------------
  3236. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  3237. Changed paths:
  3238. M /trunk/src/Makefile.am
  3239. M /trunk/src/cacaview.c
  3240. * cacaview works again. Somewhat. Image loading is now handled by the
  3241. factored common-image.c file. Feature selection such as antialiasing or
  3242. dithering mode are still disabled.
  3243. ------------------------------------------------------------------------
  3244. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  3245. Changed paths:
  3246. M /trunk/src/common-image.c
  3247. * Renamed "freadint" to "u32fread", and so on.
  3248. ------------------------------------------------------------------------
  3249. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  3250. Changed paths:
  3251. M /trunk/src
  3252. M /trunk/src/Makefile.am
  3253. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  3254. A /trunk/src/common-image.h
  3255. A /trunk/src/img2irc.c
  3256. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  3257. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  3258. ------------------------------------------------------------------------
  3259. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  3260. Changed paths:
  3261. M /trunk/cucul/export_ansi.c
  3262. M /trunk/cucul/export_html.c
  3263. M /trunk/cucul/export_irc.c
  3264. M /trunk/cucul/export_ps.c
  3265. M /trunk/cucul/export_svg.c
  3266. * Avoid useless call to strlen() in the exporters.
  3267. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  3268. ------------------------------------------------------------------------
  3269. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  3270. Changed paths:
  3271. M /trunk/test/export.c
  3272. * Fixed test/export that was not printing the last character of the file.
  3273. ------------------------------------------------------------------------
  3274. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  3275. Changed paths:
  3276. M /trunk/TODO
  3277. * Updated TODO list. I forgot the aspect ratio function!
  3278. ------------------------------------------------------------------------
  3279. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  3280. Changed paths:
  3281. M /trunk/cucul/Makefile.am
  3282. D /trunk/cucul/bitmap.c
  3283. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  3284. * Renamed bitmap.c into dither.c.
  3285. ------------------------------------------------------------------------
  3286. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  3287. Changed paths:
  3288. M /trunk/cucul/bitmap.c
  3289. M /trunk/cucul/cucul.c
  3290. M /trunk/cucul/cucul.h
  3291. M /trunk/cucul/cucul_internals.h
  3292. M /trunk/src/aafire.c
  3293. M /trunk/src/cacaball.c
  3294. M /trunk/src/cacamoir.c
  3295. M /trunk/src/cacaplas.c
  3296. M /trunk/src/cacaview.c
  3297. M /trunk/test/demo.c
  3298. M /trunk/test/export.c
  3299. M /trunk/test/gamma.c
  3300. M /trunk/test/hsv.c
  3301. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  3302. ------------------------------------------------------------------------
  3303. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  3304. Changed paths:
  3305. M /trunk/cucul/bitmap.c
  3306. M /trunk/cucul/canvas.c
  3307. M /trunk/cucul/cucul.c
  3308. M /trunk/cucul/cucul.h
  3309. M /trunk/cucul/cucul_internals.h
  3310. M /trunk/cucul/sprite.c
  3311. M /trunk/test/dithering.c
  3312. M /trunk/test/optipal.c
  3313. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  3314. really portable, and Visual Studio complains when they are not explicitely
  3315. cast.
  3316. ------------------------------------------------------------------------
  3317. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  3318. Changed paths:
  3319. M /trunk/doc/doxygen.cfg.in
  3320. * Updated the Doxygen configuration file.
  3321. ------------------------------------------------------------------------
  3322. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  3323. Changed paths:
  3324. M /trunk/cucul/export_ansi.c
  3325. M /trunk/cucul/export_html.c
  3326. M /trunk/cucul/export_irc.c
  3327. M /trunk/cucul/export_ps.c
  3328. M /trunk/cucul/export_svg.c
  3329. * Fixed old bugs I introduced in the exporters.
  3330. * Fixed exporter headers to make Doxygen happy.
  3331. ------------------------------------------------------------------------
  3332. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  3333. Changed paths:
  3334. M /trunk/cucul
  3335. * Forgot an svn:ignore property.
  3336. ------------------------------------------------------------------------
  3337. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  3338. Changed paths:
  3339. M /trunk/caca
  3340. M /trunk/caca/Makefile.am
  3341. A /trunk/caca/caca.pc.in
  3342. M /trunk/configure.ac
  3343. M /trunk/cucul/Makefile.am
  3344. A /trunk/cucul/cucul.pc.in
  3345. * Added pkgconfig files. Eh ouais mon gars.
  3346. ------------------------------------------------------------------------
  3347. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  3348. Changed paths:
  3349. M /trunk/caca/driver_conio.c
  3350. M /trunk/caca/driver_gl.c
  3351. M /trunk/caca/driver_ncurses.c
  3352. M /trunk/caca/driver_slang.c
  3353. M /trunk/caca/driver_vga.c
  3354. M /trunk/caca/driver_win32.c
  3355. M /trunk/caca/driver_x11.c
  3356. M /trunk/cucul/colour.c
  3357. M /trunk/cucul/cucul_internals.h
  3358. M /trunk/cucul/export_ansi.c
  3359. M /trunk/cucul/export_html.c
  3360. M /trunk/cucul/export_irc.c
  3361. M /trunk/cucul/export_ps.c
  3362. M /trunk/cucul/export_svg.c
  3363. * Replaced occurrences of "rgba" with "argb".
  3364. ------------------------------------------------------------------------
  3365. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  3366. Changed paths:
  3367. M /trunk/cucul/bitmap.c
  3368. * Fixed a syntax error. Gruik.
  3369. ------------------------------------------------------------------------
  3370. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  3371. Changed paths:
  3372. M /trunk/cucul/bitmap.c
  3373. M /trunk/cucul/cucul.h
  3374. * Changed the cucul_set_bitmap_antialias() argument to a string.
  3375. ------------------------------------------------------------------------
  3376. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  3377. Changed paths:
  3378. M /trunk/cucul/export_ps.c
  3379. * Of course I had to fuck up something. Here, PS export works again.
  3380. ------------------------------------------------------------------------
  3381. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  3382. Changed paths:
  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_raw.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. M /trunk/cucul/Makefile.am
  3392. M /trunk/cucul/canvas.c
  3393. A /trunk/cucul/colour.c
  3394. M /trunk/cucul/cucul.c
  3395. M /trunk/cucul/cucul_internals.h
  3396. M /trunk/cucul/export_ansi.c
  3397. M /trunk/cucul/export_html.c
  3398. M /trunk/cucul/export_irc.c
  3399. M /trunk/cucul/export_ps.c
  3400. M /trunk/cucul/export_svg.c
  3401. M /trunk/cucul/transform.c
  3402. M /trunk/src/cacaserver.c
  3403. * Store colour information on 32 bits, for future 12-bit colour support.
  3404. ------------------------------------------------------------------------
  3405. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  3406. Changed paths:
  3407. M /trunk/cucul/canvas.c
  3408. M /trunk/cucul/cucul.h
  3409. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  3410. ------------------------------------------------------------------------
  3411. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  3412. Changed paths:
  3413. M /trunk/cucul/cucul.c
  3414. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  3415. ------------------------------------------------------------------------
  3416. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  3417. Changed paths:
  3418. M /trunk/src/cacaserver.c
  3419. * Sanity check in cacaserver.c.
  3420. ------------------------------------------------------------------------
  3421. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  3422. Changed paths:
  3423. M /trunk/src/cacaserver.c
  3424. * Fixed a crash when realloc() returns a new address.
  3425. ------------------------------------------------------------------------
  3426. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  3427. Changed paths:
  3428. M /trunk/cucul/cucul.c
  3429. * Fixed old typo that caused qq->height to be uninitialised.
  3430. ------------------------------------------------------------------------
  3431. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  3432. Changed paths:
  3433. M /trunk/src/cacaserver.c
  3434. * Oops, removed unused variable
  3435. ------------------------------------------------------------------------
  3436. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  3437. Changed paths:
  3438. M /trunk/src/cacaserver.c
  3439. * Added Winsock (c)(tm)(r) compatibility
  3440. ------------------------------------------------------------------------
  3441. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  3442. Changed paths:
  3443. M /trunk/src/cacaplas.c
  3444. * removed b0rked test. No more pigs, I just commited 500 of them.
  3445. ------------------------------------------------------------------------
  3446. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  3447. Changed paths:
  3448. M /trunk/cucul/bitmap.c
  3449. * Set the default dithering mode to Floyd-Steinberg.
  3450. ------------------------------------------------------------------------
  3451. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  3452. Changed paths:
  3453. M /trunk/cucul/canvas.c
  3454. M /trunk/cucul/sprite.c
  3455. ((`)_.._ ,'-. _..._ _._
  3456. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  3457. .' / (
  3458. / S | _ _ \
  3459. | a \ o o |
  3460. ; m .-. /
  3461. ; ', '-.( '')-'
  3462. '. | ;-'
  3463. \ / /
  3464. / /-._ __, 7 |
  3465. \ `\ \`` | | |
  3466. \ \_,\ | |_,\
  3467. '-`' \_,\
  3468. ------------------------------------------------------------------------
  3469. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  3470. Changed paths:
  3471. M /trunk/TODO
  3472. M /trunk/cucul/canvas.c
  3473. M /trunk/cucul/cucul.h
  3474. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  3475. ------------------------------------------------------------------------
  3476. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  3477. Changed paths:
  3478. M /trunk/TODO
  3479. * Updated the TODO list.
  3480. ------------------------------------------------------------------------
  3481. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  3482. Changed paths:
  3483. M /trunk/caca/caca.h
  3484. M /trunk/cucul/bitmap.c
  3485. M /trunk/cucul/cucul.c
  3486. M /trunk/cucul/cucul.h
  3487. M /trunk/cucul/cucul_internals.h
  3488. M /trunk/test/demo.c
  3489. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  3490. environment variables handling. Replaced that with three per-bitmap
  3491. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  3492. cucul_set_bitmap_dithering().
  3493. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  3494. prototypes (but did not implement them yet).
  3495. * Added cucul_set_bitmap_charset() to choose what characters are going
  3496. to be used for the bitmap rendering.
  3497. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  3498. ------------------------------------------------------------------------
  3499. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  3500. Changed paths:
  3501. M /trunk/caca/caca.h
  3502. M /trunk/caca/event.c
  3503. M /trunk/src/aafire.c
  3504. M /trunk/src/cacaball.c
  3505. M /trunk/src/cacamoir.c
  3506. M /trunk/src/cacaplas.c
  3507. M /trunk/src/cacaplay.c
  3508. M /trunk/src/cacaview.c
  3509. M /trunk/test/colors.c
  3510. M /trunk/test/demo.c
  3511. M /trunk/test/dithering.c
  3512. M /trunk/test/event.c
  3513. M /trunk/test/gamma.c
  3514. M /trunk/test/hsv.c
  3515. M /trunk/test/spritedit.c
  3516. M /trunk/test/transform.c
  3517. M /trunk/test/unicode.c
  3518. * Merged caca_wait_event() into caca_get_event() and added a timeout
  3519. parameter to do what both functions did before, and even more.
  3520. ------------------------------------------------------------------------
  3521. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  3522. Changed paths:
  3523. M /trunk/src/Makefile.am
  3524. * Disabled cacaview for now. I'm going to utterly break it.
  3525. ------------------------------------------------------------------------
  3526. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  3527. Changed paths:
  3528. M /trunk/cucul/cucul.c
  3529. M /trunk/cucul/cucul.h
  3530. * Added cucul_get_export_list(). Returns a list of known export formats.
  3531. ------------------------------------------------------------------------
  3532. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  3533. Changed paths:
  3534. M /trunk/src/cacaserver.c
  3535. * cacaserver works again (but needs a complete rewrite because it's really
  3536. become ugly). You can now emulate the previous network driver behaviour
  3537. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  3538. ------------------------------------------------------------------------
  3539. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  3540. Changed paths:
  3541. M /trunk/cucul/cucul.c
  3542. M /trunk/cucul/cucul.h
  3543. M /trunk/src/cacaserver.c
  3544. M /trunk/test/export.c
  3545. * Changed the 2nd argument of cucul_create_export to a string. This way we
  3546. can add new exporters without changing the API.
  3547. ------------------------------------------------------------------------
  3548. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  3549. Changed paths:
  3550. M /trunk/src/Makefile.am
  3551. * Oops, I barfed that makefile.
  3552. ------------------------------------------------------------------------
  3553. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  3554. Changed paths:
  3555. M /trunk/src/aafire.c
  3556. M /trunk/src/cacaball.c
  3557. M /trunk/src/cacamoir.c
  3558. * Added "powered by libcaca" text to all examples for consistency
  3559. ------------------------------------------------------------------------
  3560. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  3561. Changed paths:
  3562. M /trunk/caca/Makefile.am
  3563. M /trunk/caca/caca.c
  3564. M /trunk/caca/caca.h
  3565. M /trunk/caca/caca_internals.h
  3566. D /trunk/caca/driver_network.c
  3567. M /trunk/src
  3568. M /trunk/src/Makefile.am
  3569. M /trunk/src/cacaplas.c
  3570. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  3571. * Removed the network driver and replaced it with a cacaserver executable
  3572. that has all the functionality, except it does not work yet (the stdin
  3573. reading routine is missing).
  3574. ------------------------------------------------------------------------
  3575. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  3576. Changed paths:
  3577. M /trunk/caca/driver_raw.c
  3578. M /trunk/src
  3579. M /trunk/src/Makefile.am
  3580. A /trunk/src/cacaplay.c
  3581. * Implemented a proof-of-concept cacaplay program that can redisplay a
  3582. single frame that was saved by the raw driver.
  3583. ------------------------------------------------------------------------
  3584. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  3585. Changed paths:
  3586. M /trunk/cucul/cucul.c
  3587. M /trunk/cucul/cucul.h
  3588. * Implemented cucul_load() to reload a file that was saved with the
  3589. raw driver. I know it is inconsistent to have the loader in libcucul
  3590. and the exporter in libcaca but I'll find a way to harmonise that.
  3591. ------------------------------------------------------------------------
  3592. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  3593. Changed paths:
  3594. M /trunk/caca/driver_gl.c
  3595. * Fixed OpenGL mouse handling
  3596. Sam Le Vieux Porc
  3597. (\____/)
  3598. Le / @__@ \ Le
  3599. ( (oo) )
  3600. `-.~~.-' Vieux
  3601. Vieux / \
  3602. @/ \_
  3603. (/ / \ \) Porc
  3604. Porc WW`----'WW
  3605. Sam Le Vieux Porc
  3606. ------------------------------------------------------------------------
  3607. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  3608. Changed paths:
  3609. M /trunk/caca/Makefile.am
  3610. M /trunk/caca/caca.c
  3611. M /trunk/caca/caca_internals.h
  3612. A /trunk/caca/driver_raw.c
  3613. * Created a minimal raw driver that outputs stuff to stdout.
  3614. ------------------------------------------------------------------------
  3615. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  3616. Changed paths:
  3617. M /trunk/caca/driver_gl.c
  3618. ██████ ██████
  3619. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  3620. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  3621. ██░░░░███░░░░░░░░███░░░░██
  3622. ██░░░░░░███░░░░░░███░░░░░░██
  3623. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  3624. ██░░░░░░██████████████░░░░░░██
  3625. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  3626. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3627. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3628. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  3629. ██░░░░██████████████░░░░██
  3630. ███░░░░░░██████░░░░░░███
  3631. █████░░░░░░░░░░█████
  3632. ████████████
  3633. ------------------------------------------------------------------------
  3634. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  3635. Changed paths:
  3636. M /trunk/caca/driver_gl.c
  3637. M /trunk/configure.ac
  3638. * Reworked the OpenGL headers and Glut features detection (what did you
  3639. expect).
  3640. ------------------------------------------------------------------------
  3641. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  3642. Changed paths:
  3643. M /trunk/cucul/cucul.h
  3644. M /trunk/cucul/transform.c
  3645. * Implemented cucul_invert() to invert a canvas' colours.
  3646. ------------------------------------------------------------------------
  3647. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  3648. Changed paths:
  3649. M /trunk/caca/driver_gl.c
  3650. * Fixed glutCheckLoop headers, testing only under MacOSX
  3651. ------------------------------------------------------------------------
  3652. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  3653. Changed paths:
  3654. M /trunk/caca/driver_gl.c
  3655. M /trunk/configure.ac
  3656. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  3657. ------------------------------------------------------------------------
  3658. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  3659. Changed paths:
  3660. M /trunk/cucul/transform.c
  3661. * Minor addition to the rotate code.
  3662. ------------------------------------------------------------------------
  3663. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  3664. Changed paths:
  3665. M /trunk/caca/Makefile.am
  3666. M /trunk/src/Makefile.am
  3667. M /trunk/test/Makefile.am
  3668. * Workaround for automake < 1.6.
  3669. ------------------------------------------------------------------------
  3670. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  3671. Changed paths:
  3672. M /trunk/cucul/bitmap.c
  3673. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  3674. AHAHAH _
  3675. _._ _..._ .-', _.._(`))
  3676. '-. ` ' /-._.-' ',/
  3677. ) MAIS \ '.
  3678. / _ _ | JE \
  3679. | a a / SUIS |
  3680. \ .-. ;
  3681. '-('' ).-' ,' UN ;
  3682. '-; | .'
  3683. \ VIEUX \ /
  3684. | 7 .__ _.-\ \
  3685. | | | ``/ /` /
  3686. /,_| | /,_/ /
  3687. /,_/ '`-'
  3688. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  3689. ------------------------------------------------------------------------
  3690. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  3691. Changed paths:
  3692. M /trunk/cucul/bitmap.c
  3693. M /trunk/cucul/cucul.h
  3694. M /trunk/test/demo.c
  3695. * 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.
  3696. ------------------------------------------------------------------------
  3697. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  3698. Changed paths:
  3699. M /trunk/caca/caca.h
  3700. M /trunk/caca/caca_internals.h
  3701. M /trunk/caca/driver_conio.c
  3702. M /trunk/caca/driver_gl.c
  3703. M /trunk/caca/driver_ncurses.c
  3704. M /trunk/caca/driver_network.c
  3705. M /trunk/caca/driver_slang.c
  3706. M /trunk/caca/driver_vga.c
  3707. M /trunk/caca/driver_win32.c
  3708. M /trunk/caca/driver_x11.c
  3709. M /trunk/caca/graphics.c
  3710. M /trunk/test/demo.c
  3711. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  3712. that we have one function less.
  3713. * Fixed coding style.
  3714. * Removed FUCKING TABS. ____.------.___
  3715. _______.----'`` ``` `` ``` ``-.
  3716. _.--' ` ```` ` ` ` ``` `` `` ``.
  3717. _.-' ' ` `` ``` `` ` `' `. _
  3718. .-'' ` H A H A H A `' M A I S \/.)
  3719. . . .-' / ` ` ` `` ||
  3720. |`-.(``-. ` ` ` ' ` ` ``` |\
  3721. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  3722. `/''````) `` ` - - ````` ' '.' |\_)
  3723. |`'_._` ``` ''` P O R C . . ```` /
  3724. // @) \ ` `` ''' . ``` '/
  3725. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  3726. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  3727. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  3728. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  3729. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  3730. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  3731. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  3732. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  3733. ''''
  3734. ------------------------------------------------------------------------
  3735. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  3736. Changed paths:
  3737. M /trunk/caca/driver_x11.c
  3738. M /trunk/caca/graphics.c
  3739. * Fixed bug in show/hide cursor, implemented X11 cursor
  3740. ------------------------------------------------------------------------
  3741. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  3742. Changed paths:
  3743. M /trunk/caca/driver_x11.c
  3744. M /trunk/test/demo.c
  3745. * Added forgotten X11 set/hide cursor (non-working code)
  3746. ------------------------------------------------------------------------
  3747. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  3748. Changed paths:
  3749. M /trunk/caca/caca.h
  3750. M /trunk/caca/caca_internals.h
  3751. M /trunk/caca/driver_conio.c
  3752. M /trunk/caca/driver_gl.c
  3753. M /trunk/caca/driver_ncurses.c
  3754. M /trunk/caca/driver_network.c
  3755. M /trunk/caca/driver_slang.c
  3756. M /trunk/caca/driver_vga.c
  3757. M /trunk/caca/driver_win32.c
  3758. M /trunk/caca/graphics.c
  3759. * Added caca_show/hide_cursor, and corresponding GL binding
  3760. ------------------------------------------------------------------------
  3761. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  3762. Changed paths:
  3763. M /trunk/caca/caca.h
  3764. * Documented the caca_event structure and improved a few things here and
  3765. there in the documentation.
  3766. ------------------------------------------------------------------------
  3767. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  3768. Changed paths:
  3769. M /trunk/caca/caca.c
  3770. M /trunk/caca/caca_internals.h
  3771. M /trunk/caca/driver_conio.c
  3772. M /trunk/caca/driver_gl.c
  3773. M /trunk/caca/driver_ncurses.c
  3774. M /trunk/caca/driver_network.c
  3775. M /trunk/caca/driver_slang.c
  3776. M /trunk/caca/driver_vga.c
  3777. M /trunk/caca/driver_win32.c
  3778. M /trunk/caca/driver_x11.c
  3779. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  3780. ------------------------------------------------------------------------
  3781. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  3782. Changed paths:
  3783. M /trunk/cucul/math.c
  3784. * Removed spurious prototype.
  3785. ------------------------------------------------------------------------
  3786. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  3787. Changed paths:
  3788. M /trunk/TODO
  3789. * Updated the TODO list with what's been done so far.
  3790. ------------------------------------------------------------------------
  3791. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  3792. Changed paths:
  3793. M /trunk/caca/caca.c
  3794. M /trunk/caca/caca.h
  3795. M /trunk/caca/caca_internals.h
  3796. M /trunk/caca/driver_conio.c
  3797. M /trunk/caca/driver_gl.c
  3798. M /trunk/caca/driver_ncurses.c
  3799. M /trunk/caca/driver_network.c
  3800. M /trunk/caca/driver_slang.c
  3801. M /trunk/caca/driver_vga.c
  3802. M /trunk/caca/driver_win32.c
  3803. M /trunk/caca/driver_x11.c
  3804. M /trunk/caca/event.c
  3805. M /trunk/src/aafire.c
  3806. M /trunk/src/cacaball.c
  3807. M /trunk/src/cacamoir.c
  3808. M /trunk/src/cacaplas.c
  3809. M /trunk/src/cacaview.c
  3810. M /trunk/test/colors.c
  3811. M /trunk/test/demo.c
  3812. M /trunk/test/dithering.c
  3813. M /trunk/test/event.c
  3814. M /trunk/test/gamma.c
  3815. M /trunk/test/hsv.c
  3816. M /trunk/test/spritedit.c
  3817. M /trunk/test/transform.c
  3818. M /trunk/test/unicode.c
  3819. * Massive rework of the event handling code, as per the TODO list.
  3820. ------------------------------------------------------------------------
  3821. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  3822. Changed paths:
  3823. M /trunk/test/gamma.c
  3824. * Hahaha mais le vieux porc c'est moi.
  3825. ------------------------------------------------------------------------
  3826. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  3827. Changed paths:
  3828. M /trunk/cucul/transform.c
  3829. * Added missing ASCII characters to cucul_rotate().
  3830. ------------------------------------------------------------------------
  3831. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  3832. Changed paths:
  3833. M /trunk/cucul/box.c
  3834. M /trunk/cucul/canvas.c
  3835. M /trunk/cucul/conic.c
  3836. M /trunk/cucul/cucul.h
  3837. M /trunk/cucul/cucul_internals.h
  3838. M /trunk/cucul/line.c
  3839. M /trunk/cucul/triangle.c
  3840. M /trunk/src/cacaview.c
  3841. M /trunk/test/demo.c
  3842. M /trunk/test/event.c
  3843. M /trunk/test/export.c
  3844. M /trunk/test/spritedit.c
  3845. * Made cucul_putchar32() an internal-only function.
  3846. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  3847. string instead of a single character as their last argument.
  3848. ------------------------------------------------------------------------
  3849. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  3850. Changed paths:
  3851. M /trunk/cucul/cucul.c
  3852. M /trunk/cucul/cucul.h
  3853. M /trunk/src/aafire.c
  3854. M /trunk/src/cacaball.c
  3855. M /trunk/src/cacamoir.c
  3856. M /trunk/src/cacaplas.c
  3857. M /trunk/src/cacaview.c
  3858. M /trunk/test/colors.c
  3859. M /trunk/test/demo.c
  3860. M /trunk/test/dithering.c
  3861. M /trunk/test/event.c
  3862. M /trunk/test/export.c
  3863. M /trunk/test/gamma.c
  3864. M /trunk/test/hsv.c
  3865. M /trunk/test/spritedit.c
  3866. M /trunk/test/transform.c
  3867. M /trunk/test/unicode.c
  3868. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  3869. ------------------------------------------------------------------------
  3870. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  3871. Changed paths:
  3872. M /trunk/TODO
  3873. * Removed done stuff from the TODO.
  3874. * Updated the TODO list with what I said in the mailing-list. The top
  3875. priority is what's marked "API-dependent stuff".
  3876. ------------------------------------------------------------------------
  3877. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  3878. Changed paths:
  3879. M /trunk/test
  3880. M /trunk/test/Makefile.am
  3881. A /trunk/test/transform.c
  3882. * Added a test for the transformation routines.
  3883. ------------------------------------------------------------------------
  3884. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  3885. Changed paths:
  3886. M /trunk/cucul/transform.c
  3887. * Added more characters to the flip/rotate routines.
  3888. ------------------------------------------------------------------------
  3889. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  3890. Changed paths:
  3891. M /trunk/cucul/Makefile.am
  3892. M /trunk/cucul/cucul.h
  3893. A /trunk/cucul/transform.c
  3894. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  3895. operations on canvases.
  3896. ------------------------------------------------------------------------
  3897. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  3898. Changed paths:
  3899. M /trunk/caca/caca.c
  3900. M /trunk/caca/caca.h
  3901. M /trunk/caca/caca_internals.h
  3902. M /trunk/caca/driver_conio.c
  3903. M /trunk/caca/driver_gl.c
  3904. M /trunk/caca/driver_ncurses.c
  3905. M /trunk/caca/driver_network.c
  3906. M /trunk/caca/driver_slang.c
  3907. M /trunk/caca/driver_vga.c
  3908. M /trunk/caca/driver_win32.c
  3909. M /trunk/caca/driver_x11.c
  3910. M /trunk/caca/event.c
  3911. M /trunk/caca/graphics.c
  3912. M /trunk/caca/time.c
  3913. M /trunk/cucul/bitmap.c
  3914. M /trunk/cucul/box.c
  3915. M /trunk/cucul/canvas.c
  3916. M /trunk/cucul/charset.c
  3917. M /trunk/cucul/conic.c
  3918. M /trunk/cucul/cucul.c
  3919. M /trunk/cucul/cucul.h
  3920. M /trunk/cucul/cucul_internals.h
  3921. M /trunk/cucul/export_ansi.c
  3922. M /trunk/cucul/export_html.c
  3923. M /trunk/cucul/export_irc.c
  3924. M /trunk/cucul/export_ps.c
  3925. M /trunk/cucul/export_svg.c
  3926. M /trunk/cucul/line.c
  3927. M /trunk/cucul/math.c
  3928. M /trunk/cucul/sprite.c
  3929. M /trunk/cucul/triangle.c
  3930. M /trunk/kernel/kernel.c
  3931. M /trunk/kernel/kernel.h
  3932. M /trunk/test
  3933. * Slightly changed header comments.
  3934. ------------------------------------------------------------------------
  3935. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3936. Changed paths:
  3937. M /trunk/cucul/canvas.c
  3938. * Optimise cucul_blit() by using memcpy() if there is no mask.
  3939. ------------------------------------------------------------------------
  3940. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  3941. Changed paths:
  3942. M /trunk/cucul/canvas.c
  3943. M /trunk/cucul/cucul.h
  3944. M /trunk/test/Makefile.am
  3945. M /trunk/test/gamma.c
  3946. * Added the cucul_blit() function. It lets us blit various canvas one
  3947. onto the other with an optional mask.
  3948. ------------------------------------------------------------------------
  3949. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  3950. Changed paths:
  3951. M /trunk/cucul/cucul.c
  3952. * Fixed an uninitialised structure member.
  3953. ------------------------------------------------------------------------
  3954. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  3955. Changed paths:
  3956. M /trunk/cucul/Makefile.am
  3957. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  3958. D /trunk/cucul/char.c
  3959. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  3960. that is a bit more high level than characters.
  3961. ------------------------------------------------------------------------
  3962. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  3963. Changed paths:
  3964. M /trunk/caca/driver_network.c
  3965. M /trunk/cucul/cucul.c
  3966. M /trunk/cucul/cucul.h
  3967. M /trunk/test/export.c
  3968. * Renamed cucul_get_export() to cucul_create_export().
  3969. ------------------------------------------------------------------------
  3970. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  3971. Changed paths:
  3972. M /trunk/cucul/bitmap.c
  3973. M /trunk/cucul/cucul.h
  3974. M /trunk/src/aafire.c
  3975. M /trunk/src/cacaball.c
  3976. M /trunk/src/cacamoir.c
  3977. M /trunk/src/cacaplas.c
  3978. M /trunk/src/cacaview.c
  3979. M /trunk/test/demo.c
  3980. M /trunk/test/export.c
  3981. M /trunk/test/gamma.c
  3982. M /trunk/test/hsv.c
  3983. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  3984. ------------------------------------------------------------------------
  3985. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  3986. Changed paths:
  3987. M /trunk/cucul/cucul.c
  3988. M /trunk/cucul/cucul.h
  3989. M /trunk/src/aafire.c
  3990. M /trunk/src/cacaball.c
  3991. M /trunk/src/cacamoir.c
  3992. M /trunk/src/cacaplas.c
  3993. M /trunk/src/cacaview.c
  3994. M /trunk/test/colors.c
  3995. M /trunk/test/demo.c
  3996. M /trunk/test/dithering.c
  3997. M /trunk/test/event.c
  3998. M /trunk/test/export.c
  3999. M /trunk/test/gamma.c
  4000. M /trunk/test/hsv.c
  4001. M /trunk/test/spritedit.c
  4002. M /trunk/test/unicode.c
  4003. * Changed the cucul_init parameter so that it now directly accepts a
  4004. canvas size (use cucul_init(0, 0) for the old behaviour).
  4005. ------------------------------------------------------------------------
  4006. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  4007. Changed paths:
  4008. M /trunk/kernel/kernel.c
  4009. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  4010. ------------------------------------------------------------------------
  4011. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  4012. Changed paths:
  4013. M /trunk/cucul/cucul.c
  4014. * Removed code that did not need to be duplicated.
  4015. ------------------------------------------------------------------------
  4016. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  4017. Changed paths:
  4018. M /trunk/src/cacaview.c
  4019. * Gamma support in cacaview (through the g/G key).
  4020. ------------------------------------------------------------------------
  4021. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  4022. Changed paths:
  4023. M /trunk/test/gamma.c
  4024. * Added colour to the gamma test.
  4025. ------------------------------------------------------------------------
  4026. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  4027. Changed paths:
  4028. M /trunk/cucul/bitmap.c
  4029. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  4030. ------------------------------------------------------------------------
  4031. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  4032. Changed paths:
  4033. M /trunk/test/gamma.c
  4034. * Animated gamma test.
  4035. ------------------------------------------------------------------------
  4036. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  4037. Changed paths:
  4038. M /trunk/cucul/cucul.h
  4039. M /trunk/cucul/math.c
  4040. * Got rid of cucul_powf(), too complex to implement and no longer used.
  4041. ------------------------------------------------------------------------
  4042. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  4043. Changed paths:
  4044. M /trunk/configure.ac
  4045. M /trunk/cucul/bitmap.c
  4046. * Added optional support for CP437 gray blocks in the bitmap renderer.
  4047. * Use a custom pow() function for gamma computation.
  4048. ------------------------------------------------------------------------
  4049. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  4050. Changed paths:
  4051. M /trunk/cucul/math.c
  4052. * Tried to do something with cucul_powf. It currently sucks.
  4053. ------------------------------------------------------------------------
  4054. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  4055. Changed paths:
  4056. M /trunk/src/cacaplas.c
  4057. * Changed the cacaplas colours. Yeah, I do what I want.
  4058. ------------------------------------------------------------------------
  4059. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  4060. Changed paths:
  4061. M /trunk/test/Makefile.am
  4062. A /trunk/test/gamma.c
  4063. ___
  4064. * Bitmap gamma test example. Of ,---. /""`_,'
  4065. course it does not work yet, | `\``""-; /
  4066. because some dirty old pig \ /`\\ ';'
  4067. implemented a cucul_powf() .') | __ \
  4068. function that only works / (` / /(O\. _|
  4069. with integer exponents. .-`| `"` ` .-\_
  4070. .-' \ ` ;=-.
  4071. HAHAHAHA MAIS .' . ._, / o o\
  4072. VIEUX PORC ! .-'` . '-._;_._.J
  4073. .-'` `.-'`
  4074. _. -` L ' .'
  4075. .' U '- ._.-'
  4076. /` C /
  4077. / y |
  4078. ._ ; J | |
  4079. )).-| | | /
  4080. (/`.-| \ \ / .;
  4081. ( (_)| | \ ; .' |
  4082. '--'; | `\ / / |
  4083. \ | `\ /.' /
  4084. \ / ; |`\ |
  4085. '. .' _.-| | | |
  4086. '-. .-';_"---'`.__| | | \
  4087. `'-._ ``'-. | \ \__\\
  4088. `''--.___\\ \__\\
  4089. ------------------------------------------------------------------------
  4090. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  4091. Changed paths:
  4092. M /trunk/cucul/bitmap.c
  4093. M /trunk/cucul/cucul.h
  4094. M /trunk/cucul/sprite.c
  4095. M /trunk/src/aafire.c
  4096. M /trunk/src/cacaball.c
  4097. M /trunk/src/cacamoir.c
  4098. M /trunk/src/cacaplas.c
  4099. M /trunk/src/cacaview.c
  4100. M /trunk/test/demo.c
  4101. M /trunk/test/export.c
  4102. M /trunk/test/hsv.c
  4103. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  4104. ------------------------------------------------------------------------
  4105. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  4106. Changed paths:
  4107. M /trunk/configure.ac
  4108. M /trunk/kernel/kernel.c
  4109. * Use the asm versions of sin and cos when available.
  4110. ------------------------------------------------------------------------
  4111. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  4112. Changed paths:
  4113. M /trunk/caca/driver_gl.c
  4114. * Added a bird.
  4115. ------------------------------------------------------------------------
  4116. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  4117. Changed paths:
  4118. M /trunk/caca/driver_x11.c
  4119. * Added basic support for a few Unicode characters to the X11 driver.
  4120. ------------------------------------------------------------------------
  4121. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  4122. Changed paths:
  4123. M /trunk/src/cacaplas.c
  4124. * Added a lame "powered by libcaca" banner to cacaplas.
  4125. ------------------------------------------------------------------------
  4126. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  4127. Changed paths:
  4128. M /trunk/TODO
  4129. * Added a few notes to the TODO list.
  4130. ------------------------------------------------------------------------
  4131. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  4132. Changed paths:
  4133. M /trunk/src/cacaball.c
  4134. Nan mais avec ma config _,--. ,--._
  4135. d'Emacs c'est vraiment \ > `-"""-' < /
  4136. impossible qu'il reste `-. .-'
  4137. des tabs dans mon code / 'e___e` \
  4138. \__ ( (o o) )
  4139. HAHAHAHA MAIS _\_ `=' _/_
  4140. VIEUX PORC ! / /|`-._.-'|\ \
  4141. \ ., / /||_______||\ \
  4142. .,|_) _/ /_||=======||_\ \_
  4143. _ _______( ,\ ', / _/==|| ||==\_ \
  4144. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  4145. '/ (") \ /
  4146. | t-` \______|______/
  4147. \ )_.-` |______|______|
  4148. \ .^--| /_| )__| |__(
  4149. \_(_\ |_|'[_\ / ] [ \
  4150. '[_\ '[_\ `--' `--'
  4151. ------------------------------------------------------------------------
  4152. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  4153. Changed paths:
  4154. M /trunk/test/unicode.c
  4155. * More special characters in the Unicode test.
  4156. ------------------------------------------------------------------------
  4157. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  4158. Changed paths:
  4159. M /trunk/caca/caca.h
  4160. M /trunk/caca/caca_internals.h
  4161. M /trunk/caca/event.c
  4162. M /trunk/caca/graphics.c
  4163. M /trunk/cucul/char.c
  4164. M /trunk/cucul/cucul_internals.h
  4165. * Cosmetic fixes.
  4166. ------------------------------------------------------------------------
  4167. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  4168. Changed paths:
  4169. M /trunk/caca/driver_network.c
  4170. M /trunk/cucul/cucul.c
  4171. M /trunk/cucul/cucul.h
  4172. M /trunk/cucul/export_ansi.c
  4173. M /trunk/cucul/export_html.c
  4174. M /trunk/cucul/export_irc.c
  4175. M /trunk/cucul/export_ps.c
  4176. M /trunk/cucul/export_svg.c
  4177. M /trunk/test/export.c
  4178. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  4179. ------------------------------------------------------------------------
  4180. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  4181. Changed paths:
  4182. M /trunk/caca/driver_conio.c
  4183. M /trunk/caca/driver_vga.c
  4184. M /trunk/cucul/Makefile.am
  4185. M /trunk/cucul/char.c
  4186. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  4187. M /trunk/cucul/cucul_internals.h
  4188. * Factorised some charset handling code into a new cucul/charset.c file.
  4189. ------------------------------------------------------------------------
  4190. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  4191. Changed paths:
  4192. M /trunk/test/export.c
  4193. * Added a few commonly escaped characters to the export test: ( ) " < > &
  4194. ------------------------------------------------------------------------
  4195. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  4196. Changed paths:
  4197. M /trunk/cucul/export_svg.c
  4198. * Full Unicode support in the SVG exporter.
  4199. ------------------------------------------------------------------------
  4200. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  4201. Changed paths:
  4202. M /trunk/caca/driver_x11.c
  4203. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  4204. ------------------------------------------------------------------------
  4205. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  4206. Changed paths:
  4207. M /trunk/cucul/export_ps.c
  4208. ___
  4209. ',_`""\ .---,
  4210. \ :-""``/` |
  4211. Ahaha mais vieux porc !! `;' //`\ /
  4212. / __ | ('.
  4213. |_ ./O)\ \ `) \
  4214. _/-. ` `"` |`
  4215. .-=; ` /
  4216. /o o \ ,_, .
  4217. L._._;_.-' .
  4218. `'-.` '
  4219. `. '
  4220. '-._. -'
  4221. ------------------------------------------------------------------------
  4222. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  4223. Changed paths:
  4224. M /trunk/ChangeLog
  4225. * Updated ChangeLog and converted it to UTF-8.
  4226. ------------------------------------------------------------------------
  4227. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  4228. Changed paths:
  4229. M /trunk/cucul/export_svg.c
  4230. * Fixed Unicode handling and improved coding style in the SVG exporter.
  4231. ------------------------------------------------------------------------
  4232. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  4233. Changed paths:
  4234. M /trunk/test/export.c
  4235. * Do not write the trailing \0 when exporting data.
  4236. ------------------------------------------------------------------------
  4237. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  4238. Changed paths:
  4239. M /trunk/cucul/export_ps.c
  4240. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  4241. Unicode characters are encountered.
  4242. ------------------------------------------------------------------------
  4243. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  4244. Changed paths:
  4245. M /trunk/cucul/export_ps.c
  4246. * Optimised for speed and space, fixed a few bugs, and improved coding style
  4247. in the PS exporter (vieux porc !).
  4248. ------------------------------------------------------------------------
  4249. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  4250. Changed paths:
  4251. M /trunk/cucul/cucul.c
  4252. * Comment clarification.
  4253. ------------------------------------------------------------------------
  4254. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  4255. Changed paths:
  4256. M /trunk/caca/driver_win32.c
  4257. * Fix resizing of the Win32 console. It now adapts to the requested size.
  4258. ------------------------------------------------------------------------
  4259. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  4260. Changed paths:
  4261. M /trunk/caca/driver_conio.c
  4262. M /trunk/caca/driver_vga.c
  4263. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  4264. * Cosmetic code changes.
  4265. ------------------------------------------------------------------------
  4266. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  4267. Changed paths:
  4268. M /trunk/caca/driver_slang.c
  4269. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  4270. ------------------------------------------------------------------------
  4271. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  4272. Changed paths:
  4273. M /trunk/caca/driver_ncurses.c
  4274. M /trunk/configure.ac
  4275. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  4276. ------------------------------------------------------------------------
  4277. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  4278. Changed paths:
  4279. M /trunk/build-win32
  4280. * Distribute the license with Win32 packages and convert text files to
  4281. CRLF format.
  4282. ------------------------------------------------------------------------
  4283. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  4284. Changed paths:
  4285. M /trunk/caca/driver_conio.c
  4286. M /trunk/test/unicode.c
  4287. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  4288. the DOS/conio.h driver, and updated the unicode test accordingly.
  4289. ------------------------------------------------------------------------
  4290. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  4291. Changed paths:
  4292. M /trunk/test/export.c
  4293. M /trunk/test/unicode.c
  4294. * Added a few more Unicode characters to the export and unicode tests.
  4295. ------------------------------------------------------------------------
  4296. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  4297. Changed paths:
  4298. M /trunk/caca/driver_conio.c
  4299. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  4300. equivalents in CP437 0x7f - 0xff are translated.
  4301. ------------------------------------------------------------------------
  4302. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  4303. Changed paths:
  4304. M /trunk/cucul/export_html.c
  4305. * Unicode support in the HTML exporter.
  4306. ------------------------------------------------------------------------
  4307. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  4308. Changed paths:
  4309. M /trunk/caca/caca.c
  4310. * Cosmetic.
  4311. ------------------------------------------------------------------------
  4312. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  4313. Changed paths:
  4314. M /trunk/test
  4315. M /trunk/test/Makefile.am
  4316. A /trunk/test/export.c
  4317. * Small test program for exporters. Usage: "export html", "export irc" etc.
  4318. ------------------------------------------------------------------------
  4319. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  4320. Changed paths:
  4321. A /trunk/cucul/export_svg.c
  4322. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  4323. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  4324. p______...___________________________p
  4325. e____(_..__`'-.,--,__________________e
  4326. n_____'-._'-.__`\a\\_________________n
  4327. i_________'.___.'_(|_________________i
  4328. s____________7____||_________________s
  4329. b___________/___.'_|_________________b
  4330. i__________/_.-'__,J_________________i
  4331. r_________/_________\________________r
  4332. d________||___/______;_______________d
  4333. *________||__|_______|_______________*
  4334. p________`\__\_______|__/__''\_______p
  4335. e__________'._\______/.-`____{}|_____e
  4336. n___________/\_`;_.-'_________/______n
  4337. i___________\_;(((____.--'\_/________i
  4338. s_________.(((_____.-;\______________s
  4339. b____.--'`_____,;`'.'-;\_____________b
  4340. i_taco's____.'____'._.'\\____________i
  4341. r_dick_--'_________|__\_|____________r
  4342. d__________________\_\,_/____________d
  4343. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  4344. ------------------------------------------------------------------------
  4345. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  4346. Changed paths:
  4347. M /trunk/cucul/Makefile.am
  4348. M /trunk/cucul/cucul.c
  4349. M /trunk/cucul/cucul.h
  4350. M /trunk/cucul/export_html.c
  4351. M /trunk/cucul/export_ps.c
  4352. * Added preliminary (but working) SVG exporter
  4353. ------------------------------------------------------------------------
  4354. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  4355. Changed paths:
  4356. M /trunk/caca/driver_network.c
  4357. * Added telnet commands and options strings for debug
  4358. ------------------------------------------------------------------------
  4359. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  4360. Changed paths:
  4361. M /trunk/test/demo.c
  4362. * Fixed refresh when updating parameter in display_menu()
  4363. ------------------------------------------------------------------------
  4364. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  4365. Changed paths:
  4366. M /trunk/kernel/kernel.c
  4367. * Removed false comment
  4368. ------------------------------------------------------------------------
  4369. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  4370. Changed paths:
  4371. M /trunk/src/cacaball.c
  4372. * Optimised cacaballs a bit
  4373. ------------------------------------------------------------------------
  4374. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  4375. Changed paths:
  4376. M /trunk/src/cacaball.c
  4377. * Better cacaballs parameters
  4378. ------------------------------------------------------------------------
  4379. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  4380. Changed paths:
  4381. M /trunk/src/cacamoir.c
  4382. * Increased cacamoir circle thikness by 50%, because it currently really
  4383. sucks in small resolutions.
  4384. ------------------------------------------------------------------------
  4385. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  4386. Changed paths:
  4387. M /trunk/caca/driver_gl.c
  4388. M /trunk/caca/driver_ncurses.c
  4389. M /trunk/caca/driver_x11.c
  4390. M /trunk/src/cacaball.c
  4391. * Minor coding style fixes.
  4392. ------------------------------------------------------------------------
  4393. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  4394. Changed paths:
  4395. M /trunk/caca/driver_win32.c
  4396. * UTF-8 support in the Win32 driver.
  4397. ------------------------------------------------------------------------
  4398. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  4399. Changed paths:
  4400. M /trunk/caca/caca.h
  4401. M /trunk/caca/driver_network.c
  4402. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  4403. * Use RETSIGTYPE for signal handler return values.
  4404. ------------------------------------------------------------------------
  4405. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  4406. Changed paths:
  4407. M /trunk/caca/driver_slang.c
  4408. M /trunk/configure.ac
  4409. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  4410. in the SLang driver.
  4411. * Cosmetic fixes in configure.ac.
  4412. ------------------------------------------------------------------------
  4413. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  4414. Changed paths:
  4415. M /trunk/caca/driver_network.c
  4416. M /trunk/cucul/cucul.c
  4417. M /trunk/cucul/cucul.h
  4418. M /trunk/cucul/cucul_internals.h
  4419. M /trunk/cucul/export_ansi.c
  4420. M /trunk/cucul/export_html.c
  4421. M /trunk/cucul/export_irc.c
  4422. M /trunk/cucul/export_ps.c
  4423. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  4424. * Got rid of static buffers; we now use cucul_free() to free exported
  4425. buffers.
  4426. * Fixed light background in the ANSI exporter by adding escape sequences for
  4427. most terminal emulators.
  4428. ------------------------------------------------------------------------
  4429. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  4430. Changed paths:
  4431. M /trunk/kernel/kernel.c
  4432. * Fixed UPPER() for strcasecmp
  4433. ------------------------------------------------------------------------
  4434. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  4435. Changed paths:
  4436. M /trunk/kernel/kernel.c
  4437. * Rewrote strncasecmp. Totally untested, of course.
  4438. ------------------------------------------------------------------------
  4439. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  4440. Changed paths:
  4441. M /trunk/cucul/export_ps.c
  4442. * STATIC char const. AHAHAHAHA.
  4443. ------------------------------------------------------------------------
  4444. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  4445. Changed paths:
  4446. M /trunk/caca/driver_network.c
  4447. * Do not switch to alternate screen when clearing, because sometimes we
  4448. are unable to cleanly restore the state.
  4449. ------------------------------------------------------------------------
  4450. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  4451. Changed paths:
  4452. M /trunk/cucul/export_ps.c
  4453. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  4454. ------------------------------------------------------------------------
  4455. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  4456. Changed paths:
  4457. M /trunk/cucul/export_ps.c
  4458. * Postscript exporter now kinda works. Paper size to be fixed
  4459. ------------------------------------------------------------------------
  4460. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  4461. Changed paths:
  4462. M /trunk/cucul/Makefile.am
  4463. M /trunk/cucul/cucul.c
  4464. M /trunk/cucul/cucul.h
  4465. M /trunk/cucul/cucul_internals.h
  4466. A /trunk/cucul/export_ps.c
  4467. * Added preliminary Postscript (tm) (r) (c) exporter.
  4468. ------------------------------------------------------------------------
  4469. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  4470. Changed paths:
  4471. M /trunk/caca/driver_network.c
  4472. * Pressing Ctrl-C on the client side now drops the connection.
  4473. ------------------------------------------------------------------------
  4474. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  4475. Changed paths:
  4476. M /trunk/TODO
  4477. * Updated the TODO list, mostly with Unicode-related tasks.
  4478. ------------------------------------------------------------------------
  4479. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  4480. Changed paths:
  4481. M /trunk/caca/caca.h
  4482. M /trunk/caca/driver_network.c
  4483. * Changed port environment variable to "CACA_PORT". No need to mention it's
  4484. a network port, we could have guessed.
  4485. ------------------------------------------------------------------------
  4486. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  4487. Changed paths:
  4488. M /trunk/caca/caca.c
  4489. * Ooops, fixed an old typo.
  4490. ------------------------------------------------------------------------
  4491. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  4492. Changed paths:
  4493. M /trunk/src/cacaball.c
  4494. * Fixed a warning in cacaball.c.
  4495. ------------------------------------------------------------------------
  4496. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  4497. Changed paths:
  4498. M /trunk/caca/driver_network.c
  4499. * Improvements to the network output:
  4500. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  4501. the registered ports area, but we'd never be accepted anyway).
  4502. + Retry network sends in caca_get_event(), too.
  4503. + Have a per-client buffer in case of network congestion. If that buffer
  4504. gets full, just drop it and start again at the next frame.
  4505. + Set the window title to "caca for the network".
  4506. + Do not send the ANSI buffer's terminating \0.
  4507. + Restore the SIGPIPE handler on close.
  4508. + Set window size to 80x24 instead of 80x25.
  4509. ------------------------------------------------------------------------
  4510. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  4511. Changed paths:
  4512. M /trunk/cucul/export_ansi.c
  4513. M /trunk/cucul/export_html.c
  4514. M /trunk/cucul/export_irc.c
  4515. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  4516. M /trunk/perl/lib/Term/Caca/Constants.pm
  4517. M /trunk/perl/lib/Term/Caca/Sprite.pm
  4518. M /trunk/perl/lib/Term/Caca.pm
  4519. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4520. M /trunk/perl/lib/Term/Kaka/Constants.pm
  4521. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  4522. M /trunk/perl/lib/Term/Kaka.pm
  4523. M /trunk/python/pypycaca.c
  4524. M /trunk/python/pypycaca.h
  4525. * Set svn:keyword Id property on a few files.
  4526. Note to developers: use that chunk in your ~/.subversion/config:
  4527. [miscellany]
  4528. enable-auto-props = yes
  4529. [auto-props]
  4530. *.m = svn:keywords=Id
  4531. *.h = svn:keywords=Id
  4532. *.mm = svn:keywords=Id
  4533. *.c = svn:keywords=Id
  4534. *.cpp = svn:keywords=Id
  4535. *.pch = svn:keywords=Id
  4536. *.command = svn:keywords=Id
  4537. *.pl = svn:keywords=Id
  4538. *.pm = svn:keywords=Id
  4539. *.py = svn:keywords=Id
  4540. *.sh = svn:keywords=Id
  4541. *.txt = svn:keywords=Id
  4542. *.html = svn:keywords=Id
  4543. *.php = svn:keywords=Id
  4544. ------------------------------------------------------------------------
  4545. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  4546. Changed paths:
  4547. M /trunk/cucul/export_ansi.c
  4548. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  4549. ------------------------------------------------------------------------
  4550. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  4551. Changed paths:
  4552. M /trunk/caca/caca.c
  4553. * Fixed an uninitialised variable in the event queue handling.
  4554. ------------------------------------------------------------------------
  4555. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  4556. Changed paths:
  4557. M /trunk/test/colors.c
  4558. * Allow the color test to be built as a kernel.
  4559. ------------------------------------------------------------------------
  4560. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  4561. Changed paths:
  4562. M /trunk/THANKS
  4563. * Sorted list of extra contributors by topic and added the FSF.
  4564. ------------------------------------------------------------------------
  4565. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  4566. Changed paths:
  4567. M /trunk/caca/driver_network.c
  4568. * Set the client sockets as non-blocking, and implemented non-blocking
  4569. writes. Currently works very badly with more than one client.
  4570. ------------------------------------------------------------------------
  4571. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4572. Changed paths:
  4573. M /trunk/kernel/kernel.c
  4574. * wrote strcasecmp for fun
  4575. ------------------------------------------------------------------------
  4576. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  4577. Changed paths:
  4578. M /trunk/cucul/Makefile.am
  4579. A /trunk/cucul/export_ansi.c
  4580. A /trunk/cucul/export_html.c
  4581. A /trunk/cucul/export_irc.c
  4582. D /trunk/cucul/exporter_ansi.c
  4583. D /trunk/cucul/exporter_html.c
  4584. D /trunk/cucul/exporter_irc.c
  4585. * Renamed exporter_* to export_*, from God recommendation.
  4586. ------------------------------------------------------------------------
  4587. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  4588. Changed paths:
  4589. M /trunk/cucul/Makefile.am
  4590. D /trunk/cucul/export.c
  4591. A /trunk/cucul/exporter_ansi.c
  4592. A /trunk/cucul/exporter_html.c
  4593. A /trunk/cucul/exporter_irc.c
  4594. * Exploded cucul/export.c
  4595. ------------------------------------------------------------------------
  4596. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4597. Changed paths:
  4598. M /trunk/caca/caca.c
  4599. M /trunk/caca/caca.h
  4600. M /trunk/caca/driver_network.c
  4601. * Added CACA_NETWORK_PORT env and related documentation
  4602. ------------------------------------------------------------------------
  4603. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  4604. Changed paths:
  4605. M /trunk/caca/driver_network.c
  4606. M /trunk/configure.ac
  4607. M /trunk/cucul/cucul_internals.h
  4608. * 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
  4609. ------------------------------------------------------------------------
  4610. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  4611. Changed paths:
  4612. M /trunk/caca/driver_network.c
  4613. * Handle incoming connections in network_get_event() as well as
  4614. network_display() so that new clients immediately get the contents
  4615. of the canvas and do not need to wait for a caca_display() call.
  4616. ------------------------------------------------------------------------
  4617. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  4618. Changed paths:
  4619. M /trunk/cucul/char.c
  4620. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  4621. cucul_putchar32() function but I'm not convinced it will be useful.
  4622. ------------------------------------------------------------------------
  4623. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  4624. Changed paths:
  4625. M /trunk/caca/driver_conio.c
  4626. M /trunk/caca/driver_gl.c
  4627. M /trunk/caca/driver_ncurses.c
  4628. M /trunk/caca/driver_network.c
  4629. M /trunk/caca/driver_win32.c
  4630. M /trunk/caca/driver_x11.c
  4631. M /trunk/caca/graphics.c
  4632. * Use the internal version of cucul_set_size in output drivers so that
  4633. they can force a resize. We need to find a way to make those specific
  4634. cucul - caca interactions unavailable to the clueless user.
  4635. ------------------------------------------------------------------------
  4636. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  4637. Changed paths:
  4638. M /trunk/src/cacaball.c
  4639. M /trunk/src/cacamoir.c
  4640. M /trunk/src/cacaplas.c
  4641. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  4642. ------------------------------------------------------------------------
  4643. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  4644. Changed paths:
  4645. M /trunk/caca/driver_vga.c
  4646. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  4647. 80x25 upon initialisation.
  4648. ------------------------------------------------------------------------
  4649. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  4650. Changed paths:
  4651. M /trunk/caca/driver_slang.c
  4652. * Added Unicode support to the SLang driver.
  4653. ------------------------------------------------------------------------
  4654. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  4655. Changed paths:
  4656. M /trunk/kernel/kernel.c
  4657. M /trunk/kernel/kernel.h
  4658. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  4659. ------------------------------------------------------------------------
  4660. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  4661. Changed paths:
  4662. M /trunk/test/unicode.c
  4663. * More Unicode tests: gradient glyphs, double width characters.
  4664. ------------------------------------------------------------------------
  4665. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  4666. Changed paths:
  4667. M /trunk/build-kernel
  4668. * Oops, modified build-kernel while testing and commited it ;)
  4669. ------------------------------------------------------------------------
  4670. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  4671. Changed paths:
  4672. M /trunk/build-kernel
  4673. M /trunk/caca/driver_network.c
  4674. * 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.
  4675. ------------------------------------------------------------------------
  4676. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  4677. Changed paths:
  4678. M /trunk/caca/driver_vga.c
  4679. * Fixed VGA colours. The values only range from 0 to 63.
  4680. ------------------------------------------------------------------------
  4681. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  4682. Changed paths:
  4683. M /trunk/build-kernel
  4684. M /trunk/caca/caca_internals.h
  4685. M /trunk/cucul/cucul_internals.h
  4686. M /trunk/kernel/kernel.c
  4687. M /trunk/kernel/kernel.h
  4688. * Added assembly code for inb() and outb().
  4689. * Print a small message at kernel boot time just to check that the kernel
  4690. was properly loaded.
  4691. ------------------------------------------------------------------------
  4692. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  4693. Changed paths:
  4694. M /trunk/cucul/export.c
  4695. * Added tests for malloc()'s
  4696. ------------------------------------------------------------------------
  4697. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  4698. Changed paths:
  4699. M /trunk/README
  4700. M /trunk/cucul/cucul.c
  4701. M /trunk/cucul/cucul_internals.h
  4702. M /trunk/cucul/export.c
  4703. * Updated README for network driver, fixed remaining exporters
  4704. ------------------------------------------------------------------------
  4705. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  4706. Changed paths:
  4707. M /trunk/caca/Makefile.am
  4708. M /trunk/configure.ac
  4709. M /trunk/kernel/Makefile.am
  4710. * Added a conditional to only build the kernel if --enable-vga was set.
  4711. ------------------------------------------------------------------------
  4712. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  4713. Changed paths:
  4714. M /trunk/build-kernel
  4715. * Set executable flag to the build-kernel script.
  4716. ------------------------------------------------------------------------
  4717. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  4718. Changed paths:
  4719. A /trunk/COPYING.GPL
  4720. M /trunk/Makefile.am
  4721. A /trunk/build-kernel
  4722. M /trunk/caca/time.c
  4723. M /trunk/configure.ac
  4724. M /trunk/cucul/bitmap.c
  4725. M /trunk/cucul/box.c
  4726. M /trunk/cucul/char.c
  4727. M /trunk/cucul/conic.c
  4728. M /trunk/cucul/cucul.c
  4729. M /trunk/cucul/cucul_internals.h
  4730. M /trunk/cucul/export.c
  4731. M /trunk/cucul/line.c
  4732. M /trunk/cucul/math.c
  4733. M /trunk/cucul/sprite.c
  4734. M /trunk/cucul/triangle.c
  4735. A /trunk/kernel
  4736. A /trunk/kernel/Makefile.am
  4737. A /trunk/kernel/kernel.c
  4738. A /trunk/kernel/kernel.h
  4739. A /trunk/kernel/multiboot.S
  4740. A /trunk/kernel/multiboot.h
  4741. M /trunk/src
  4742. M /trunk/src/aafire.c
  4743. * Added glue code to compile libcaca without a libc and build applications
  4744. as multiboot kernels.
  4745. ------------------------------------------------------------------------
  4746. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  4747. Changed paths:
  4748. M /trunk/caca/driver_conio.c
  4749. * Cosmetic change.
  4750. ------------------------------------------------------------------------
  4751. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  4752. Changed paths:
  4753. M /trunk/README
  4754. * Slightly updated README.
  4755. ------------------------------------------------------------------------
  4756. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  4757. Changed paths:
  4758. M /trunk/caca/caca.c
  4759. M /trunk/caca/caca_internals.h
  4760. A /trunk/caca/driver_vga.c
  4761. * Pure VGA output driver.
  4762. ------------------------------------------------------------------------
  4763. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  4764. Changed paths:
  4765. M /trunk/caca/graphics.c
  4766. * Removed unused includes.
  4767. ------------------------------------------------------------------------
  4768. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  4769. Changed paths:
  4770. M /trunk/AUTHORS
  4771. * Added a few details for authors.
  4772. ------------------------------------------------------------------------
  4773. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  4774. Changed paths:
  4775. M /trunk/test
  4776. M /trunk/test/Makefile.am
  4777. A /trunk/test/unicode.c
  4778. * Added a tiny Unicode test program. Of course it does not work yet, but
  4779. good to have something to start with.
  4780. ------------------------------------------------------------------------
  4781. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  4782. Changed paths:
  4783. M /trunk/caca/caca.h
  4784. M /trunk/cucul/cucul.h
  4785. * Updated documentation a bit
  4786. ------------------------------------------------------------------------
  4787. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  4788. Changed paths:
  4789. M /trunk/caca/driver_network.c
  4790. M /trunk/cucul/cucul.c
  4791. M /trunk/cucul/cucul_internals.h
  4792. M /trunk/cucul/export.c
  4793. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  4794. ------------------------------------------------------------------------
  4795. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  4796. Changed paths:
  4797. M /trunk/caca/driver_network.c
  4798. * Fixed memory leak in network driver
  4799. ------------------------------------------------------------------------
  4800. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  4801. Changed paths:
  4802. M /trunk/caca/driver_gl.c
  4803. * Made the OpenGL colors slightly less saturated.
  4804. ------------------------------------------------------------------------
  4805. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  4806. Changed paths:
  4807. M /trunk/caca/driver_conio.c
  4808. M /trunk/caca/driver_gl.c
  4809. M /trunk/caca/driver_ncurses.c
  4810. M /trunk/caca/driver_slang.c
  4811. M /trunk/caca/driver_win32.c
  4812. M /trunk/caca/driver_x11.c
  4813. * Make output drivers more error resilient when handling UTF-32 characters,
  4814. by simply ignoring everything non ASCII :-)
  4815. ------------------------------------------------------------------------
  4816. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  4817. Changed paths:
  4818. M /trunk/caca/driver_network.c
  4819. * Fixed blinking screen
  4820. ------------------------------------------------------------------------
  4821. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  4822. Changed paths:
  4823. M /trunk/caca/driver_network.c
  4824. M /trunk/cucul/cucul.h
  4825. M /trunk/cucul/export.c
  4826. * Exporters now return size of generated data
  4827. ------------------------------------------------------------------------
  4828. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  4829. Changed paths:
  4830. M /trunk/caca/Makefile.am
  4831. M /trunk/caca/caca.c
  4832. M /trunk/caca/caca_internals.h
  4833. A /trunk/caca/driver_network.c
  4834. M /trunk/configure.ac
  4835. * Added very preliminary network driver
  4836. ------------------------------------------------------------------------
  4837. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  4838. Changed paths:
  4839. M /trunk/caca/caca.c
  4840. M /trunk/caca/caca_internals.h
  4841. M /trunk/caca/driver_conio.c
  4842. M /trunk/caca/driver_gl.c
  4843. M /trunk/caca/driver_ncurses.c
  4844. M /trunk/caca/driver_slang.c
  4845. M /trunk/caca/driver_win32.c
  4846. M /trunk/caca/driver_x11.c
  4847. M /trunk/caca/event.c
  4848. M /trunk/caca/graphics.c
  4849. M /trunk/cucul/cucul.c
  4850. * Fixed async issues between the driver and libcaca when resizing windows,
  4851. and simplified the handle_resize() API. Still can be polished.
  4852. ------------------------------------------------------------------------
  4853. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  4854. Changed paths:
  4855. M /trunk/cucul/cucul.c
  4856. * cucul_set_size() does nothing if a graphical backend is attached. Added
  4857. documentation to explain this behaviour.
  4858. ------------------------------------------------------------------------
  4859. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  4860. Changed paths:
  4861. M /trunk/caca/caca.c
  4862. M /trunk/caca/caca_internals.h
  4863. M /trunk/caca/driver_gl.c
  4864. M /trunk/caca/driver_ncurses.c
  4865. M /trunk/caca/driver_slang.c
  4866. M /trunk/caca/driver_win32.c
  4867. M /trunk/caca/driver_x11.c
  4868. M /trunk/caca/event.c
  4869. * Cosmetic changes here and there.
  4870. ------------------------------------------------------------------------
  4871. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  4872. Changed paths:
  4873. M /trunk/caca/caca.c
  4874. M /trunk/caca/caca_internals.h
  4875. M /trunk/caca/driver_conio.c
  4876. M /trunk/caca/driver_gl.c
  4877. M /trunk/caca/driver_ncurses.c
  4878. M /trunk/caca/driver_slang.c
  4879. M /trunk/caca/driver_win32.c
  4880. M /trunk/caca/driver_x11.c
  4881. M /trunk/caca/event.c
  4882. M /trunk/caca/graphics.c
  4883. * Finished moving everything driver-specific to the apropriate driver_*.c
  4884. files. Phew. Now they just need a few comments.
  4885. ------------------------------------------------------------------------
  4886. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  4887. Changed paths:
  4888. M /trunk/caca/driver_conio.c
  4889. M /trunk/caca/driver_gl.c
  4890. M /trunk/caca/driver_ncurses.c
  4891. M /trunk/caca/driver_slang.c
  4892. M /trunk/caca/driver_win32.c
  4893. M /trunk/caca/driver_x11.c
  4894. * Cleaned up useless header includes.
  4895. ------------------------------------------------------------------------
  4896. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  4897. Changed paths:
  4898. M /trunk/caca/caca_internals.h
  4899. M /trunk/caca/driver_conio.c
  4900. M /trunk/caca/driver_gl.c
  4901. M /trunk/caca/driver_ncurses.c
  4902. M /trunk/caca/driver_slang.c
  4903. M /trunk/caca/driver_win32.c
  4904. M /trunk/caca/driver_x11.c
  4905. M /trunk/caca/event.c
  4906. * Split event.c into the appropriate driver_*.c files.
  4907. ------------------------------------------------------------------------
  4908. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  4909. Changed paths:
  4910. M /trunk/caca-config.in
  4911. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  4912. ------------------------------------------------------------------------
  4913. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  4914. Changed paths:
  4915. M /trunk/doc/doxygen.cfg.in
  4916. * Ignore driver_*.c files when building documentation.
  4917. ------------------------------------------------------------------------
  4918. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  4919. Changed paths:
  4920. M /trunk/configure.ac
  4921. * configure.ac: look for a4wide.sty in more than one location.
  4922. ------------------------------------------------------------------------
  4923. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  4924. Changed paths:
  4925. M /trunk/Makefile.am
  4926. A /trunk/build-dos (from /trunk/build-win32:327)
  4927. M /trunk/caca/caca_internals.h
  4928. M /trunk/caca/driver_conio.c
  4929. M /trunk/cucul/cucul_internals.h
  4930. * Fixed DOS driver.
  4931. * Added a build-dos script to cross-compile the DOS version using djgpp.
  4932. ------------------------------------------------------------------------
  4933. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  4934. Changed paths:
  4935. M /trunk/configure.ac
  4936. * configure.ac: removed the "null" frontend. just don't attach any frontend
  4937. if you do not want any.
  4938. ------------------------------------------------------------------------
  4939. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  4940. Changed paths:
  4941. M /trunk/caca/caca.c
  4942. M /trunk/caca/caca_internals.h
  4943. M /trunk/caca/event.c
  4944. * Got rid of static variables in the event code.
  4945. ------------------------------------------------------------------------
  4946. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  4947. Changed paths:
  4948. M /trunk/caca/caca.c
  4949. M /trunk/caca/caca_internals.h
  4950. M /trunk/caca/driver_conio.c
  4951. M /trunk/caca/driver_gl.c
  4952. M /trunk/caca/driver_ncurses.c
  4953. M /trunk/caca/driver_slang.c
  4954. M /trunk/caca/driver_win32.c
  4955. M /trunk/caca/driver_x11.c
  4956. M /trunk/caca/event.c
  4957. M /trunk/caca/graphics.c
  4958. M /trunk/cucul/bitmap.c
  4959. M /trunk/cucul/box.c
  4960. M /trunk/cucul/char.c
  4961. M /trunk/cucul/conic.c
  4962. M /trunk/cucul/cucul.c
  4963. M /trunk/cucul/cucul_internals.h
  4964. M /trunk/cucul/export.c
  4965. M /trunk/cucul/line.c
  4966. M /trunk/cucul/math.c
  4967. M /trunk/cucul/sprite.c
  4968. M /trunk/cucul/triangle.c
  4969. M /trunk/src/cacaview.c
  4970. * Polished the driver split a bit (still no events, except resize events),
  4971. properly credited authors and documented a few things.
  4972. ------------------------------------------------------------------------
  4973. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  4974. Changed paths:
  4975. M /trunk/caca/Makefile.am
  4976. M /trunk/caca/caca.c
  4977. M /trunk/caca/caca_internals.h
  4978. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  4979. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  4980. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  4981. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  4982. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  4983. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  4984. M /trunk/caca/event.c
  4985. M /trunk/caca/graphics.c
  4986. * Split caca/graphics.c into driver-specific files. Resize is currently
  4987. broken, and event handling is not yet in the driver-specific files, but
  4988. I will of course fix that later.
  4989. ------------------------------------------------------------------------
  4990. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4991. Changed paths:
  4992. M /trunk/configure.ac
  4993. * Ooops, I fucked up the build.
  4994. ------------------------------------------------------------------------
  4995. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  4996. Changed paths:
  4997. M /trunk/Makefile.am
  4998. D /trunk/examples
  4999. A /trunk/src (from /trunk/examples:326)
  5000. * Moved stuff again.
  5001. ------------------------------------------------------------------------
  5002. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  5003. Changed paths:
  5004. M /trunk/Makefile.am
  5005. A /trunk/caca
  5006. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  5007. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  5008. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  5009. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  5010. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  5011. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  5012. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  5013. M /trunk/configure.ac
  5014. A /trunk/cucul
  5015. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  5016. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  5017. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  5018. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  5019. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  5020. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  5021. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  5022. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  5023. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  5024. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  5025. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  5026. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  5027. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  5028. M /trunk/examples/Makefile.am
  5029. D /trunk/src
  5030. M /trunk/test/Makefile.am
  5031. * Moved stuff around to differenciate between libcucul and libcaca.
  5032. ------------------------------------------------------------------------
  5033. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  5034. Changed paths:
  5035. M /trunk/src/caca.c
  5036. M /trunk/src/char.c
  5037. M /trunk/src/cucul.c
  5038. M /trunk/src/cucul_internals.h
  5039. M /trunk/src/export.c
  5040. M /trunk/src/graphics.c
  5041. * Use 32 bit integers for the character array. No visible difference for
  5042. now because we only do ASCII, but that will let us do Unicode later.
  5043. ------------------------------------------------------------------------
  5044. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  5045. Changed paths:
  5046. M /trunk/src/caca.h
  5047. M /trunk/src/graphics.c
  5048. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  5049. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  5050. future because it's libcaca who gets the resize events, after all.
  5051. ------------------------------------------------------------------------
  5052. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  5053. Changed paths:
  5054. M /trunk/src/graphics.c
  5055. * I just suck. I'll goatse myself right after beeing back at home.
  5056. ------------------------------------------------------------------------
  5057. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  5058. Changed paths:
  5059. M /trunk/src/graphics.c
  5060. * src/graphics.c: minor optimisations.
  5061. ------------------------------------------------------------------------
  5062. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  5063. Changed paths:
  5064. M /trunk/src/graphics.c
  5065. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  5066. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  5067. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  5068. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  5069. pas de warnings et/ou que ca segfaulte pas !
  5070. ------------------------------------------------------------------------
  5071. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  5072. Changed paths:
  5073. M /trunk/src/graphics.c
  5074. * Mais je fais comme je veux bordel de cul !
  5075. ------------------------------------------------------------------------
  5076. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  5077. Changed paths:
  5078. M /trunk/src/graphics.c
  5079. * Haha mais vieux porc a pattes !
  5080. ------------------------------------------------------------------------
  5081. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  5082. Changed paths:
  5083. M /trunk/src/graphics.c
  5084. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  5085. ------------------------------------------------------------------------
  5086. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  5087. Changed paths:
  5088. M /trunk/caca-config.in
  5089. M /trunk/configure.ac
  5090. M /trunk/examples/aafire.c
  5091. M /trunk/examples/cacaball.c
  5092. M /trunk/examples/cacamoir.c
  5093. M /trunk/examples/cacaplas.c
  5094. M /trunk/examples/cacaview.c
  5095. M /trunk/src/Makefile.am
  5096. M /trunk/src/bitmap.c
  5097. M /trunk/src/box.c
  5098. M /trunk/src/caca.c
  5099. M /trunk/src/caca.h
  5100. M /trunk/src/caca_internals.h
  5101. M /trunk/src/char.c
  5102. M /trunk/src/conic.c
  5103. M /trunk/src/cucul.c
  5104. M /trunk/src/cucul_internals.h
  5105. M /trunk/src/event.c
  5106. M /trunk/src/export.c
  5107. M /trunk/src/graphics.c
  5108. M /trunk/src/line.c
  5109. M /trunk/src/math.c
  5110. M /trunk/src/sprite.c
  5111. M /trunk/src/time.c
  5112. M /trunk/src/triangle.c
  5113. M /trunk/test/colors.c
  5114. M /trunk/test/demo.c
  5115. M /trunk/test/dithering.c
  5116. M /trunk/test/event.c
  5117. M /trunk/test/hsv.c
  5118. M /trunk/test/spritedit.c
  5119. * All output plugins should now work again.
  5120. * Renamed caca_refresh() into caca_display() which makes more sense.
  5121. * Optimised gl_bgpal by directly storing floats instead of doing the
  5122. conversion at runtime.
  5123. * Handle resizing in cucul_set_size() and try to keep as much information
  5124. as possible from the previous canvas.
  5125. * Moved most global variables into cucul_t or caca_t contexts.
  5126. * Moved time.c into libcaca.
  5127. ------------------------------------------------------------------------
  5128. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  5129. Changed paths:
  5130. M /trunk/debian
  5131. M /trunk/debian/changelog
  5132. M /trunk/debian/control
  5133. M /trunk/debian/copyright
  5134. M /trunk/debian/rules
  5135. M /trunk/doc/Makefile.am
  5136. D /trunk/doc/cacademo.1
  5137. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  5138. M /trunk/libcaca.spec
  5139. M /trunk/msvc/Makefile.am
  5140. D /trunk/msvc/cacademo.vcproj
  5141. M /trunk/msvc/libcaca.sln
  5142. * Removed cacademo from examples, manpages and distributions. It's useless.
  5143. ------------------------------------------------------------------------
  5144. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  5145. Changed paths:
  5146. M /trunk/src/cucul.c
  5147. * src/cucul.c: s/width/height/.
  5148. ------------------------------------------------------------------------
  5149. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  5150. Changed paths:
  5151. M /trunk/configure.ac
  5152. M /trunk/doc/doxygen.cfg.in
  5153. M /trunk/examples
  5154. M /trunk/examples/Makefile.am
  5155. M /trunk/examples/aafire.c
  5156. M /trunk/examples/cacaball.c
  5157. M /trunk/examples/cacamoir.c
  5158. M /trunk/examples/cacaplas.c
  5159. M /trunk/examples/cacaview.c
  5160. D /trunk/examples/demo.c
  5161. M /trunk/src/Makefile.am
  5162. M /trunk/src/bitmap.c
  5163. M /trunk/src/box.c
  5164. M /trunk/src/caca.c
  5165. M /trunk/src/caca.h
  5166. M /trunk/src/caca_internals.h
  5167. A /trunk/src/char.c
  5168. M /trunk/src/conic.c
  5169. A /trunk/src/cucul.c
  5170. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  5171. A /trunk/src/cucul_internals.h
  5172. M /trunk/src/event.c
  5173. A /trunk/src/export.c
  5174. M /trunk/src/graphics.c
  5175. M /trunk/src/line.c
  5176. M /trunk/src/math.c
  5177. M /trunk/src/sprite.c
  5178. M /trunk/src/triangle.c
  5179. M /trunk/test
  5180. M /trunk/test/Makefile.am
  5181. M /trunk/test/colors.c
  5182. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  5183. M /trunk/test/dithering.c
  5184. M /trunk/test/event.c
  5185. M /trunk/test/hsv.c
  5186. M /trunk/test/optipal.c
  5187. M /trunk/test/spritedit.c
  5188. A new low-level text management library (canvas for ultrafast compositing
  5189. of unicode letters) is now separated from the higher level rendering and I/O
  5190. (that is, libcaca). This commit totally breaks the API, but once everything
  5191. is polished I will think about source-level backward compatibility. Most
  5192. drivers are broken, but X11 still sorta works.
  5193. The new design is much more object-oriented and allows having several
  5194. active renderers at the same time, changing renderers on the fly, and more
  5195. important, having no renderer at all (useful for converters, or when you
  5196. want to do your own renderer).
  5197. And in case you are still wondering, the libcucul acronym has "Unicode"
  5198. because I want to support at least a subset of Unicode. There are awesome
  5199. glyphs in it, including the ones inherited from Codepage 437 such as
  5200. "gray 25%" that are used in DOS and Win32 ANSI art.
  5201. ------------------------------------------------------------------------
  5202. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  5203. Changed paths:
  5204. M /trunk/bootstrap
  5205. * New updated bootstrap script.
  5206. ------------------------------------------------------------------------
  5207. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  5208. Changed paths:
  5209. R /trunk/COPYING
  5210. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  5211. M /trunk/Makefile.am
  5212. M /trunk/debian/copyright
  5213. M /trunk/doc/cacademo.1
  5214. M /trunk/examples/cacaball.c
  5215. M /trunk/examples/cacamoir.c
  5216. M /trunk/examples/cacaplas.c
  5217. M /trunk/examples/cacaview.c
  5218. M /trunk/examples/demo.c
  5219. M /trunk/perl/Build.PL
  5220. M /trunk/perl/META.yml
  5221. M /trunk/python/pypycaca.c
  5222. M /trunk/python/pypycaca.h
  5223. M /trunk/src/bitmap.c
  5224. M /trunk/src/box.c
  5225. M /trunk/src/caca.c
  5226. M /trunk/src/caca.h
  5227. M /trunk/src/caca_internals.h
  5228. M /trunk/src/conic.c
  5229. M /trunk/src/event.c
  5230. M /trunk/src/graphics.c
  5231. M /trunk/src/line.c
  5232. M /trunk/src/math.c
  5233. M /trunk/src/sprite.c
  5234. M /trunk/src/time.c
  5235. M /trunk/src/triangle.c
  5236. M /trunk/test/colors.c
  5237. M /trunk/test/dithering.c
  5238. M /trunk/test/event.c
  5239. M /trunk/test/hsv.c
  5240. M /trunk/test/optipal.c
  5241. M /trunk/test/spritedit.c
  5242. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  5243. ------------------------------------------------------------------------
  5244. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  5245. Changed paths:
  5246. A /trunk/python/caca.txt
  5247. A /trunk/python/test1.py
  5248. A /trunk/python/test2.py
  5249. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  5250. ------------------------------------------------------------------------
  5251. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  5252. Changed paths:
  5253. M /trunk/src/event.c
  5254. * Fixed bug in events with GL driver
  5255. ------------------------------------------------------------------------
  5256. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  5257. Changed paths:
  5258. M /trunk/src/graphics.c
  5259. * Improved GL rendering (characters are not blurry anymore)
  5260. ------------------------------------------------------------------------
  5261. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  5262. Changed paths:
  5263. A /trunk/python
  5264. A /trunk/python/Makefile
  5265. A /trunk/python/README
  5266. A /trunk/python/pypycaca.c
  5267. A /trunk/python/pypycaca.h
  5268. * Added -preliminary- Python bindings
  5269. ------------------------------------------------------------------------
  5270. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  5271. Changed paths:
  5272. M /trunk/AUTHORS
  5273. * Updated for my ego trip
  5274. ------------------------------------------------------------------------
  5275. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  5276. Changed paths:
  5277. M /trunk/examples/cacaball.c
  5278. * Removed debug test, kekeke ^^
  5279. ------------------------------------------------------------------------
  5280. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  5281. Changed paths:
  5282. M /trunk/examples/cacaball.c
  5283. M /trunk/src/caca.h
  5284. M /trunk/src/graphics.c
  5285. * Added caca_set_width, set_height_, set_size
  5286. ------------------------------------------------------------------------
  5287. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  5288. Changed paths:
  5289. M /trunk/examples/aafire.c
  5290. M /trunk/examples/cacaball.c
  5291. M /trunk/examples/cacamoir.c
  5292. M /trunk/examples/cacaplas.c
  5293. * Fixed remaining warnings with gcc 3.x and 4.x
  5294. ------------------------------------------------------------------------
  5295. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  5296. Changed paths:
  5297. M /trunk/src/bitmap.c
  5298. M /trunk/src/graphics.c
  5299. * Fixed warnings under GCC 4.x
  5300. ------------------------------------------------------------------------
  5301. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  5302. Changed paths:
  5303. M /trunk/src/bitmap.c
  5304. M /trunk/src/event.c
  5305. M /trunk/src/graphics.c
  5306. * Fixed a bunch of warnings
  5307. ------------------------------------------------------------------------
  5308. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  5309. Changed paths:
  5310. M /trunk/src/graphics.c
  5311. * more coding style fixes.
  5312. ------------------------------------------------------------------------
  5313. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  5314. Changed paths:
  5315. M /trunk/src/caca.c
  5316. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  5317. ------------------------------------------------------------------------
  5318. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  5319. Changed paths:
  5320. M /trunk/src/graphics.c
  5321. * src/graphics.c: call glutInit() before calling other glut functions.
  5322. ------------------------------------------------------------------------
  5323. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  5324. Changed paths:
  5325. M /trunk/src/caca.h
  5326. M /trunk/src/graphics.c
  5327. * coding style fixes.
  5328. ------------------------------------------------------------------------
  5329. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  5330. Changed paths:
  5331. M /trunk/src/bitmap.c
  5332. * src/bitmap.c:
  5333. + Renamed gammaval into gamma.
  5334. + Fixed Doxygen comments.
  5335. ------------------------------------------------------------------------
  5336. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  5337. Changed paths:
  5338. M /trunk/src/event.c
  5339. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  5340. ------------------------------------------------------------------------
  5341. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  5342. Changed paths:
  5343. M /trunk/debian/Makefile.am
  5344. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  5345. ------------------------------------------------------------------------
  5346. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  5347. Changed paths:
  5348. M /trunk/src/caca.h
  5349. M /trunk/src/graphics.c
  5350. * src/graphics.c src/caca.h : Added ANSI exporter
  5351. ------------------------------------------------------------------------
  5352. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  5353. Changed paths:
  5354. M /trunk/src/bitmap.c
  5355. M /trunk/src/caca.h
  5356. M /trunk/src/math.c
  5357. * 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.
  5358. ------------------------------------------------------------------------
  5359. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  5360. Changed paths:
  5361. M /trunk/src/caca.c
  5362. M /trunk/src/event.c
  5363. * src/event.c src/caca.c: fixed coding style
  5364. ------------------------------------------------------------------------
  5365. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  5366. Changed paths:
  5367. M /trunk/src/event.c
  5368. M /trunk/src/graphics.c
  5369. * OpenGL driver mouse support
  5370. ------------------------------------------------------------------------
  5371. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  5372. Changed paths:
  5373. M /trunk/debian/changelog
  5374. * imported previous Debian uploads.
  5375. ------------------------------------------------------------------------
  5376. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  5377. Changed paths:
  5378. M /trunk/src/graphics.c
  5379. * src/graphics.c: more optimisations in the exporters
  5380. ------------------------------------------------------------------------
  5381. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  5382. Changed paths:
  5383. M /trunk/src/graphics.c
  5384. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  5385. ------------------------------------------------------------------------
  5386. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  5387. Changed paths:
  5388. M /trunk/src/graphics.c
  5389. * src/graphics.c: cleaned caca_get_html()
  5390. ------------------------------------------------------------------------
  5391. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  5392. Changed paths:
  5393. M /trunk/src/graphics.c
  5394. * src/graphics.c: heavy cleanup in caca_get_html3().
  5395. ------------------------------------------------------------------------
  5396. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  5397. Changed paths:
  5398. M /trunk/configure.ac
  5399. M /trunk/src/caca.c
  5400. M /trunk/src/caca.h
  5401. M /trunk/src/caca_internals.h
  5402. M /trunk/src/event.c
  5403. M /trunk/src/graphics.c
  5404. * Added Null driver and html3 exporter.
  5405. ------------------------------------------------------------------------
  5406. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  5407. Changed paths:
  5408. M /trunk/src/caca.h
  5409. M /trunk/src/graphics.c
  5410. GL driver : Updated documentation and added support for CACA_GEOMETRY
  5411. ------------------------------------------------------------------------
  5412. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  5413. Changed paths:
  5414. M /trunk/src/caca.h
  5415. M /trunk/src/graphics.c
  5416. Added HTML and IRC output support
  5417. ------------------------------------------------------------------------
  5418. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  5419. Changed paths:
  5420. M /trunk/debian/control
  5421. * debian/control: use libslang2 instead of slang1.
  5422. ------------------------------------------------------------------------
  5423. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  5424. Changed paths:
  5425. M /trunk/configure.ac
  5426. M /trunk/src/caca.c
  5427. M /trunk/src/caca_internals.h
  5428. M /trunk/src/event.c
  5429. M /trunk/src/graphics.c
  5430. OpenGL support.
  5431. ------------------------------------------------------------------------
  5432. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  5433. Changed paths:
  5434. M /trunk/bootstrap
  5435. M /trunk/configure.ac
  5436. M /trunk/examples/Makefile.am
  5437. M /trunk/src/Makefile.am
  5438. M /trunk/test/Makefile.am
  5439. * Use libtool for the static library generation; paves the way for
  5440. a future shared library.
  5441. ------------------------------------------------------------------------
  5442. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  5443. Changed paths:
  5444. M /trunk/src/graphics.c
  5445. * compilation fix.
  5446. ------------------------------------------------------------------------
  5447. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  5448. Changed paths:
  5449. M /trunk/src/bitmap.c
  5450. M /trunk/src/caca.h
  5451. * src/bitmap.c:
  5452. + Implemented caca_set_bitmap_gamma().
  5453. ------------------------------------------------------------------------
  5454. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  5455. Changed paths:
  5456. M /trunk/src/caca.h
  5457. M /trunk/src/graphics.c
  5458. * src/graphics.c:
  5459. + Implemented caca_get_screen().
  5460. ------------------------------------------------------------------------
  5461. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  5462. Changed paths:
  5463. M /trunk/examples/cacaplas.c
  5464. * examples/cacaplas: slower animation.
  5465. ------------------------------------------------------------------------
  5466. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  5467. Changed paths:
  5468. M /trunk/AUTHORS
  5469. A /trunk/perl
  5470. A /trunk/perl/Build.PL
  5471. A /trunk/perl/MANIFEST
  5472. A /trunk/perl/MANIFEST.SKIP
  5473. A /trunk/perl/META.yml
  5474. A /trunk/perl/Makefile.PL
  5475. A /trunk/perl/README
  5476. A /trunk/perl/lib
  5477. A /trunk/perl/lib/Term
  5478. A /trunk/perl/lib/Term/Caca
  5479. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  5480. A /trunk/perl/lib/Term/Caca/Constants.pm
  5481. A /trunk/perl/lib/Term/Caca/Sprite.pm
  5482. A /trunk/perl/lib/Term/Caca.pm
  5483. A /trunk/perl/lib/Term/Caca.xs
  5484. A /trunk/perl/lib/Term/Kaka
  5485. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  5486. A /trunk/perl/lib/Term/Kaka/Constants.pm
  5487. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  5488. A /trunk/perl/lib/Term/Kaka.pm
  5489. A /trunk/perl/t
  5490. A /trunk/perl/t/data
  5491. A /trunk/perl/t/data/caca.txt
  5492. * Imported John Beppu's Perl wrapper.
  5493. ------------------------------------------------------------------------
  5494. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  5495. Changed paths:
  5496. M /trunk/src/bitmap.c
  5497. * src/bitmap.c: dark background works again with floyd-steinberg.
  5498. ------------------------------------------------------------------------
  5499. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  5500. Changed paths:
  5501. M /trunk/examples/aafire.c
  5502. M /trunk/examples/cacaball.c
  5503. M /trunk/examples/cacamoir.c
  5504. M /trunk/examples/cacaplas.c
  5505. * examples/:
  5506. + Use Space to pause demos, Esc to quit.
  5507. ------------------------------------------------------------------------
  5508. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  5509. Changed paths:
  5510. M /trunk/src/bitmap.c
  5511. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  5512. ------------------------------------------------------------------------
  5513. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  5514. Changed paths:
  5515. M /trunk/src/bitmap.c
  5516. M /trunk/src/caca.c
  5517. M /trunk/src/caca.h
  5518. * src/caca.h:
  5519. + Introduced CACA_DITHER_FSTEIN.
  5520. * src/caca.c:
  5521. + CACA_DITHER_FSTEIN is the default dithering method.
  5522. * src/bitmap.c:
  5523. + Fixed other dithering methods. Black background does not work yet.
  5524. ------------------------------------------------------------------------
  5525. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  5526. Changed paths:
  5527. M /trunk/src/bitmap.c
  5528. * src/bitmap.c: oops, removed spurious test code.
  5529. ------------------------------------------------------------------------
  5530. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  5531. Changed paths:
  5532. M /trunk/src/bitmap.c
  5533. * src/bitmap.c:
  5534. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  5535. ------------------------------------------------------------------------
  5536. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  5537. Changed paths:
  5538. M /trunk/doc/Makefile.am
  5539. * doc/Makefile.am:
  5540. + Really fixed the manpage generation.
  5541. ------------------------------------------------------------------------
  5542. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  5543. Changed paths:
  5544. M /trunk/doc/Makefile.am
  5545. * doc/Makefile.am:
  5546. + Manpage installation fix.
  5547. ------------------------------------------------------------------------
  5548. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  5549. Changed paths:
  5550. M /trunk/examples/cacaplas.c
  5551. * examples/cacaplas.c: use Esc to quit, Space to pause.
  5552. ------------------------------------------------------------------------
  5553. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  5554. Changed paths:
  5555. M /trunk/THANKS
  5556. M /trunk/src/graphics.c
  5557. * src/graphics.c:
  5558. + Win32 speed improvements by Jari Komppa.
  5559. ------------------------------------------------------------------------
  5560. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  5561. Changed paths:
  5562. M /trunk/src/graphics.c
  5563. * src/graphics.c:
  5564. + Fix strict aliasing rules breakage.
  5565. ------------------------------------------------------------------------
  5566. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  5567. Changed paths:
  5568. M /trunk/bootstrap
  5569. * bootstrap:
  5570. + Support for automake 1.8.
  5571. ------------------------------------------------------------------------
  5572. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  5573. Changed paths:
  5574. D /trunk/BUGS
  5575. M /trunk/Makefile.am
  5576. M /trunk/TODO
  5577. M /trunk/debian/changelog
  5578. M /trunk/debian/control
  5579. M /trunk/debian/rules
  5580. * BUGS TODO:
  5581. + Removed BUGS, updated TODO.
  5582. * debian/*:
  5583. + Depend on libx11-dev instead of xlibs-dev.
  5584. + New Debian upload.
  5585. ------------------------------------------------------------------------
  5586. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  5587. Changed paths:
  5588. M /trunk/configure.ac
  5589. M /trunk/msvc/config.h
  5590. M /trunk/src/graphics.c
  5591. * configure.ac src/graphics:
  5592. + Check for resize_term and resizeterm in -lncurses.
  5593. ------------------------------------------------------------------------
  5594. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5595. Changed paths:
  5596. A /branches/0.9 (from /trunk:259)
  5597. M /branches/0.9/ChangeLog
  5598. M /trunk/ChangeLog
  5599. * 0.9 branch.
  5600. ------------------------------------------------------------------------
  5601. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5602. Changed paths:
  5603. M /trunk/ChangeLog
  5604. M /trunk/NEWS
  5605. M /trunk/configure.ac
  5606. M /trunk/debian/changelog
  5607. M /trunk/libcaca.spec
  5608. M /trunk/msvc/config.h
  5609. * 0.9 release.
  5610. ------------------------------------------------------------------------
  5611. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  5612. Changed paths:
  5613. M /trunk/configure.ac
  5614. M /trunk/debian/changelog
  5615. M /trunk/src/caca.c
  5616. M /trunk/src/event.c
  5617. M /trunk/src/graphics.c
  5618. * configure.ac:
  5619. + Check for curses.h as well as ncurses.h.
  5620. * src/caca.c src/event.c src/graphics.c:
  5621. + Include curses.h if ncurses.h was not found.
  5622. ------------------------------------------------------------------------
  5623. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  5624. Changed paths:
  5625. M /trunk/examples/cacaview.c
  5626. * examples/cacaview.c:
  5627. + Moved statusbar and help menu handling in separate functions.
  5628. ------------------------------------------------------------------------
  5629. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  5630. Changed paths:
  5631. M /trunk/src/caca.c
  5632. * src/caca.c:
  5633. + Alloc the AllocConsole() call to fail in case the process already has
  5634. a console.
  5635. ------------------------------------------------------------------------
  5636. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  5637. Changed paths:
  5638. M /trunk/examples/cacaview.c
  5639. * examples/cacaview.c:
  5640. + Proper aspect ratio support.
  5641. + Finer zoom support.
  5642. + Handle mouse clicks as next/prev picture command.
  5643. + Removed useless iterations in draw_checkers().
  5644. ------------------------------------------------------------------------
  5645. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  5646. Changed paths:
  5647. M /trunk/THANKS
  5648. M /trunk/src/event.c
  5649. M /trunk/src/graphics.c
  5650. * src/graphics.c:
  5651. + Fixed a buffer overflow due to bad signed/unsigned handling.
  5652. * src/event.c:
  5653. + Disallow zero width or height in the X11 driver.
  5654. + Fixed resizing in ncurses and slang.
  5655. * THANKS:
  5656. + Added the Source Mage maintainer.
  5657. ------------------------------------------------------------------------
  5658. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  5659. Changed paths:
  5660. A /branches/0.8 (from /trunk:252)
  5661. M /branches/0.8/ChangeLog
  5662. M /trunk/ChangeLog
  5663. * 0.8 branch.
  5664. ------------------------------------------------------------------------
  5665. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  5666. Changed paths:
  5667. M /trunk/ChangeLog
  5668. M /trunk/NEWS
  5669. M /trunk/THANKS
  5670. M /trunk/configure.ac
  5671. M /trunk/debian/changelog
  5672. M /trunk/libcaca.spec
  5673. M /trunk/msvc/config.h
  5674. * 0.8 release.
  5675. ------------------------------------------------------------------------
  5676. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  5677. Changed paths:
  5678. M /trunk/examples/cacaview.c
  5679. M /trunk/src/event.c
  5680. M /trunk/src/graphics.c
  5681. * src/graphics.c:
  5682. + When resizing under X11, copy the old pixmap to the new one.
  5683. * examples/cacaview.c:
  5684. + Resizing support.
  5685. ------------------------------------------------------------------------
  5686. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  5687. Changed paths:
  5688. M /trunk/src/caca_internals.h
  5689. M /trunk/src/event.c
  5690. M /trunk/src/graphics.c
  5691. * src/event.c:
  5692. + Refresh the X11 window when an exposure event is received.
  5693. + When resizing the X11 window, start showing extra characters when two
  5694. thirds are visible.
  5695. ------------------------------------------------------------------------
  5696. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  5697. Changed paths:
  5698. M /trunk/TODO
  5699. M /trunk/examples/cacaview.c
  5700. M /trunk/src/caca.h
  5701. M /trunk/src/graphics.c
  5702. * src/graphics.c:
  5703. + Renamed caca_set_title() to caca_set_window_title().
  5704. + Implemented caca_get_window_width() and caca_get_window_height().
  5705. * examples/cacaview.c:
  5706. + Set the window title to cacaview.
  5707. ------------------------------------------------------------------------
  5708. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  5709. Changed paths:
  5710. M /trunk/src/bitmap.c
  5711. M /trunk/src/event.c
  5712. * src/event.c:
  5713. + Make sure the mouse coordinates stay within the screen boundaries even
  5714. if the window was resized.
  5715. * src/bitmap.c:
  5716. + Fixed a buffer underflow in the rendering routine that caused the bottom
  5717. and rightmost pixels to be missed in certain conditions.
  5718. + Minor speed optimisation.
  5719. ------------------------------------------------------------------------
  5720. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  5721. Changed paths:
  5722. M /trunk/test
  5723. M /trunk/test/Makefile.am
  5724. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  5725. * test/colors.c:
  5726. + Extracted the colour test from examples/demo.c.
  5727. ------------------------------------------------------------------------
  5728. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  5729. Changed paths:
  5730. M /trunk/src/caca_internals.h
  5731. M /trunk/src/event.c
  5732. M /trunk/src/graphics.c
  5733. M /trunk/test/event.c
  5734. * src/graphics.c src/event.c:
  5735. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  5736. * test/event.c:
  5737. + Display CACA_EVENT_RESIZE.
  5738. ------------------------------------------------------------------------
  5739. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  5740. Changed paths:
  5741. M /trunk/configure.ac
  5742. M /trunk/msvc/config.h
  5743. M /trunk/src/graphics.c
  5744. * src/graphics.c:
  5745. + Resize handling in the ncurses and slang drivers.
  5746. ------------------------------------------------------------------------
  5747. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  5748. Changed paths:
  5749. M /trunk/examples/aafire.c
  5750. M /trunk/src/caca.h
  5751. M /trunk/src/caca_internals.h
  5752. M /trunk/src/event.c
  5753. M /trunk/src/graphics.c
  5754. * src/event.c:
  5755. + Added the CACA_EVENT_RESIZE event.
  5756. + Added caca_get_mouse_x() and caca_get_mouse_y().
  5757. * src/graphics.c:
  5758. + Window resize handling in the X11 driver.
  5759. * examples/aafire.c:
  5760. + Fixed a bad assumption in the resize handling code.
  5761. ------------------------------------------------------------------------
  5762. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  5763. Changed paths:
  5764. M /trunk/build-win32
  5765. M /trunk/configure.ac
  5766. M /trunk/debian/rules
  5767. M /trunk/doc/Makefile.am
  5768. M /trunk/libcaca.spec
  5769. * configure.ac:
  5770. + Added --disable-doc to let the user not build documentation.
  5771. * build-win32:
  5772. + Do not build documentation.
  5773. ------------------------------------------------------------------------
  5774. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  5775. Changed paths:
  5776. M /trunk/THANKS
  5777. M /trunk/src/Makefile.am
  5778. A /trunk/src/event.c (from /trunk/src/io.c:238)
  5779. M /trunk/src/graphics.c
  5780. D /trunk/src/io.c
  5781. * src/graphics.c:
  5782. + Fixed a typo preventing Win32 builds.
  5783. * src/event.c:
  5784. + Renamed io.c into event.c.
  5785. * THANKS:
  5786. + Added Gentoo, NetBSD and FreeBSD porters.
  5787. ------------------------------------------------------------------------
  5788. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  5789. Changed paths:
  5790. M /trunk/Makefile.am
  5791. M /trunk/configure.ac
  5792. M /trunk/examples/aafire.c
  5793. M /trunk/examples/cacaview.c
  5794. A /trunk/msvc
  5795. A /trunk/msvc/Makefile.am
  5796. A /trunk/msvc/cacaball.vcproj
  5797. A /trunk/msvc/cacademo.vcproj
  5798. A /trunk/msvc/cacafire.vcproj
  5799. A /trunk/msvc/cacamoir.vcproj
  5800. A /trunk/msvc/cacaplas.vcproj
  5801. A /trunk/msvc/cacaview.vcproj
  5802. A /trunk/msvc/config.h
  5803. A /trunk/msvc/libcaca.sln
  5804. A /trunk/msvc/libcaca.vcproj
  5805. M /trunk/src/caca.c
  5806. M /trunk/src/graphics.c
  5807. M /trunk/src/time.c
  5808. * configure.ac:
  5809. + Check for sys/times.h and unistd.h.
  5810. + Added calls to AC_C_CONST and AC_C_INLINE.
  5811. * src/time.c src/graphics.c:
  5812. + Fixes for MSVC compilation warnings.
  5813. + Additional sanity checks in the Win32 driver.
  5814. * src/caca.c:
  5815. + Use raw()/noraw() in the curses driver instead of cbreak().
  5816. * msvc/libcaca.sln:
  5817. + Added an MSVC solution.
  5818. * examples/aafire.c:
  5819. + Slightly reduced the maximum cacafire framerate.
  5820. ------------------------------------------------------------------------
  5821. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  5822. Changed paths:
  5823. M /trunk/NOTES
  5824. M /trunk/examples/cacaview.c
  5825. M /trunk/src/caca.h
  5826. M /trunk/src/graphics.c
  5827. * src/graphics.c:
  5828. + Implemented caca_set_title() for X11 and Win32.
  5829. * examples/cacaview.c:
  5830. + Use caca_set_title() to set the window title to "cacaview".
  5831. ------------------------------------------------------------------------
  5832. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  5833. Changed paths:
  5834. M /trunk/Makefile.am
  5835. M /trunk/autotools/Makefile.am
  5836. M /trunk/debian/Makefile.am
  5837. M /trunk/doc/Makefile.am
  5838. M /trunk/examples/Makefile.am
  5839. M /trunk/src/Makefile.am
  5840. M /trunk/test/Makefile.am
  5841. * Fixed $Id in all Makefile.am files.
  5842. ------------------------------------------------------------------------
  5843. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  5844. Changed paths:
  5845. M /trunk/Makefile.am
  5846. M /trunk/autotools/Makefile.am
  5847. A /trunk/build-win32
  5848. M /trunk/debian/Makefile.am
  5849. M /trunk/doc/Makefile.am
  5850. M /trunk/examples/Makefile.am
  5851. M /trunk/src/Makefile.am
  5852. M /trunk/test/Makefile.am
  5853. * build-win32:
  5854. + Win32 cross-compilation script.
  5855. ------------------------------------------------------------------------
  5856. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  5857. Changed paths:
  5858. M /trunk/NEWS
  5859. M /trunk/debian/control
  5860. M /trunk/debian/rules
  5861. M /trunk/doc/Makefile.am
  5862. M /trunk/doc/cacademo.1
  5863. M /trunk/examples
  5864. M /trunk/examples/Makefile.am
  5865. D /trunk/examples/cacacirc.c
  5866. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  5867. M /trunk/libcaca.spec
  5868. * examples/cacamoir.c:
  5869. + Renamed cacacirc to cacamoir.
  5870. * libcaca.spec debian/ doc/:
  5871. + Added cacamoir to the distributed files.
  5872. ------------------------------------------------------------------------
  5873. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  5874. Changed paths:
  5875. M /trunk/examples
  5876. M /trunk/examples/Makefile.am
  5877. M /trunk/examples/cacaball.c
  5878. A /trunk/examples/cacacirc.c
  5879. M /trunk/examples/cacaplas.c
  5880. * examples/cacaballs.c:
  5881. + Bigger metaballs, less metaballs.
  5882. + Rotating palette.
  5883. * examples/cacaplas.c:
  5884. + Slightly decreased speed.
  5885. * examples/cacacirc.c:
  5886. + New effect.
  5887. ------------------------------------------------------------------------
  5888. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  5889. Changed paths:
  5890. M /trunk/configure.ac
  5891. M /trunk/src/time.c
  5892. * configure.ac:
  5893. + Better win32 check for Sleep().
  5894. ------------------------------------------------------------------------
  5895. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  5896. Changed paths:
  5897. M /trunk/configure.ac
  5898. M /trunk/examples/cacaview.c
  5899. M /trunk/src/time.c
  5900. * configure.ac src/time.c:
  5901. + Look for Sleep in -lkernel32.
  5902. * examples/cacaview.c:
  5903. + Use caca_wait_event() instead of usleep()/caca_get_event().
  5904. ------------------------------------------------------------------------
  5905. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  5906. Changed paths:
  5907. M /trunk/NOTES
  5908. M /trunk/examples/cacaview.c
  5909. M /trunk/src/caca.c
  5910. M /trunk/src/caca_internals.h
  5911. M /trunk/src/graphics.c
  5912. M /trunk/src/io.c
  5913. M /trunk/src/time.c
  5914. * src/caca.c src/graphics.c src/io.c src/time.c:
  5915. + Native win32 port.
  5916. ------------------------------------------------------------------------
  5917. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  5918. Changed paths:
  5919. M /trunk/configure.ac
  5920. M /trunk/src/caca.c
  5921. M /trunk/src/caca_internals.h
  5922. M /trunk/src/graphics.c
  5923. M /trunk/src/io.c
  5924. M /trunk/src/time.c
  5925. M /trunk/test/event.c
  5926. * configure.ac:
  5927. + Check for gettimeofday().
  5928. * src/time.c:
  5929. + Created _caca_time().
  5930. + Ported _caca_getticks() to the Win32 API.
  5931. * src/caca.c:
  5932. + Properly builds on Win32.
  5933. * test/event.c:
  5934. + Added <stdlib.h> because we use malloc().
  5935. ------------------------------------------------------------------------
  5936. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  5937. Changed paths:
  5938. M /trunk/NEWS
  5939. M /trunk/THANKS
  5940. M /trunk/examples/cacaplas.c
  5941. * THANKS examples/cacaplas.c:
  5942. + Updated credits.
  5943. * NEWS:
  5944. + Forthcoming 0.8 news.
  5945. ------------------------------------------------------------------------
  5946. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  5947. Changed paths:
  5948. M /trunk/configure.ac
  5949. M /trunk/examples
  5950. M /trunk/examples/Makefile.am
  5951. A /trunk/examples/cacaplas.c
  5952. * configure.ac:
  5953. + Check for -lm.
  5954. * examples/cacaplas.c:
  5955. + New demo, cacaplas, that displays a colour plasma.
  5956. ------------------------------------------------------------------------
  5957. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  5958. Changed paths:
  5959. M /trunk/src/caca.h
  5960. M /trunk/src/graphics.c
  5961. M /trunk/src/io.c
  5962. M /trunk/test/event.c
  5963. * src/graphics:
  5964. + Initialise the char buffers in the X11 driver.
  5965. * src/io.c:
  5966. + caca_get_event() and caca_wait_event() immediately return zero if
  5967. event_mask is zero.
  5968. + Added support for the Home, End, PgUp and PgDown keys.
  5969. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  5970. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  5971. * test/event.c:
  5972. + The "quit" sequence now quits the program, instead of "q" alone.
  5973. + Added a status bar below.
  5974. ------------------------------------------------------------------------
  5975. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  5976. Changed paths:
  5977. M /trunk/BUGS
  5978. M /trunk/NOTES
  5979. M /trunk/README
  5980. M /trunk/configure.ac
  5981. M /trunk/src/Makefile.am
  5982. M /trunk/src/caca.c
  5983. M /trunk/src/caca_internals.h
  5984. M /trunk/src/graphics.c
  5985. M /trunk/src/io.c
  5986. A /trunk/src/time.c
  5987. M /trunk/test/event.c
  5988. * test/event.c:
  5989. + Do not refresh after each event, but only when there is no event
  5990. pending.
  5991. + If the pressed key is a printable character, display it.
  5992. * src/time.c:
  5993. + Moved _caca_getticks() to this file.
  5994. * src/caca.c:
  5995. + Set the escape delay to a very low value in the ncurses driver,
  5996. because I don't want escape sequences to be entered manually.
  5997. * src/io.c:
  5998. + Autorepeat emulation in the ncurses and slang drivers: do not
  5999. immediately send the key release event.
  6000. * configure.ac:
  6001. + Check for usleep.
  6002. + Improvements in the win32 platform detection.
  6003. ------------------------------------------------------------------------
  6004. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  6005. Changed paths:
  6006. M /trunk/configure.ac
  6007. M /trunk/src/graphics.c
  6008. M /trunk/test/event.c
  6009. * test/event.c:
  6010. + Display at least two digits for keycodes.
  6011. * configure.ac:
  6012. + ScreenUpdate is actually mandatory for our conio driver.
  6013. ------------------------------------------------------------------------
  6014. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  6015. Changed paths:
  6016. M /trunk/src/graphics.c
  6017. M /trunk/src/io.c
  6018. M /trunk/test/event.c
  6019. * src/io.c:
  6020. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  6021. directly interpreted.
  6022. + Major rehandling of the event code. All output drivers are now
  6023. correctly separated.
  6024. * src/graphics.c:
  6025. + Fixed a compilation warning.
  6026. * test/event.c:
  6027. + More human-readable event printing.
  6028. ------------------------------------------------------------------------
  6029. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  6030. Changed paths:
  6031. A /branches/0.7 (from /trunk:224)
  6032. M /branches/0.7/ChangeLog
  6033. M /branches/0.7/libcaca.spec
  6034. M /trunk/ChangeLog
  6035. M /trunk/libcaca.spec
  6036. * 0.7 branch.
  6037. ------------------------------------------------------------------------
  6038. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  6039. Changed paths:
  6040. M /trunk/configure.ac
  6041. M /trunk/debian/changelog
  6042. M /trunk/libcaca.spec
  6043. * configure.ac:
  6044. + Release 0.7.
  6045. ------------------------------------------------------------------------
  6046. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  6047. Changed paths:
  6048. M /trunk/src/bitmap.c
  6049. * src/bitmap.c:
  6050. + Fixed a bug in the dithering characters.
  6051. ------------------------------------------------------------------------
  6052. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  6053. Changed paths:
  6054. M /trunk/NEWS
  6055. M /trunk/src/bitmap.c
  6056. M /trunk/src/io.c
  6057. * src/io.c:
  6058. + Do not report mouse motions if the coordinates did not change.
  6059. * src/bitmap.c:
  6060. + More documentation.
  6061. ------------------------------------------------------------------------
  6062. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  6063. Changed paths:
  6064. M /trunk/configure.ac
  6065. M /trunk/src/caca.c
  6066. M /trunk/src/graphics.c
  6067. M /trunk/src/io.c
  6068. M /trunk/test
  6069. M /trunk/test/Makefile.am
  6070. A /trunk/test/event.c
  6071. * test/event.c:
  6072. + Small event lister, similar to X11's xev.
  6073. * src/graphics.c:
  6074. + If possible, disable autorepeat in the X11 driver.
  6075. * src/io.c:
  6076. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  6077. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  6078. ------------------------------------------------------------------------
  6079. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  6080. Changed paths:
  6081. M /trunk/debian/control
  6082. M /trunk/debian/rules
  6083. M /trunk/doc/Makefile.am
  6084. D /trunk/doc/caca-spritedit.1
  6085. M /trunk/examples/Makefile.am
  6086. D /trunk/examples/spritedit.c
  6087. M /trunk/libcaca.spec
  6088. M /trunk/test/Makefile.am
  6089. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  6090. * test/spritedit.c:
  6091. + Moved spritedit to the test/ directory, because it is not mature enough.
  6092. * libcaca.spec debian/control debian/rules:
  6093. + Do not install caca-spritedit.
  6094. ------------------------------------------------------------------------
  6095. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  6096. Changed paths:
  6097. M /trunk/NEWS
  6098. M /trunk/debian/control
  6099. M /trunk/debian/rules
  6100. M /trunk/doc/Makefile.am
  6101. M /trunk/doc/cacademo.1
  6102. M /trunk/libcaca.spec
  6103. M /trunk/src/bitmap.c
  6104. M /trunk/src/caca.c
  6105. M /trunk/src/caca.h
  6106. M /trunk/src/conic.c
  6107. M /trunk/src/graphics.c
  6108. M /trunk/src/io.c
  6109. M /trunk/src/line.c
  6110. M /trunk/src/sprite.c
  6111. * libcaca.spec debian/control:
  6112. + Updated the package descriptions to include cacaball.
  6113. * doc/cacademo.1 doc/Makefile.am:
  6114. + Use the cacademo manpage as the cacaball manpage.
  6115. * src/:
  6116. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  6117. documenting bizarre stuff.
  6118. ------------------------------------------------------------------------
  6119. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  6120. Changed paths:
  6121. M /trunk/examples/cacaball.c
  6122. * examples/cacaball.c:
  6123. + 24 metaballs instead of 5, but smaller.
  6124. + Zoom the bitmap to make more use of the screen area.
  6125. ------------------------------------------------------------------------
  6126. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  6127. Changed paths:
  6128. M /trunk/AUTHORS
  6129. M /trunk/THANKS
  6130. M /trunk/examples/aafire.c
  6131. M /trunk/examples/cacaball.c
  6132. * examples/cacaball.c:
  6133. + Crop the palette so that it looks a bit more like metaballs.
  6134. * AUTHORS THANKS:
  6135. + Credited Jylam and Jan Hubicka.
  6136. ------------------------------------------------------------------------
  6137. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  6138. Changed paths:
  6139. M /trunk/examples/cacaball.c
  6140. * examples/cacaball.c:
  6141. + Huge coding style overhaul.
  6142. + Display 5 metaballs instead of 3.
  6143. + Generate the palette instead of having a static one.
  6144. + Use a 256x256 back buffer for more smoothness.
  6145. ------------------------------------------------------------------------
  6146. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  6147. Changed paths:
  6148. M /trunk/src/graphics.c
  6149. * src/graphics.c:
  6150. + Fixed a compilation warning.
  6151. ------------------------------------------------------------------------
  6152. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  6153. Changed paths:
  6154. M /trunk/examples
  6155. M /trunk/examples/Makefile.am
  6156. A /trunk/examples/cacaball.c
  6157. * examples/cacaball.c:
  6158. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  6159. ------------------------------------------------------------------------
  6160. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  6161. Changed paths:
  6162. M /trunk/examples/aafire.c
  6163. M /trunk/examples/cacaview.c
  6164. M /trunk/examples/demo.c
  6165. M /trunk/examples/spritedit.c
  6166. M /trunk/src/caca.h
  6167. M /trunk/src/io.c
  6168. M /trunk/test/dithering.c
  6169. M /trunk/test/hsv.c
  6170. * src/io.c:
  6171. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  6172. in order to select events.
  6173. ------------------------------------------------------------------------
  6174. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  6175. Changed paths:
  6176. M /trunk/src/graphics.c
  6177. * src/graphics.c:
  6178. + Fixed a bug that caused an infinite loop if the delay between two
  6179. caca_refresh() calls was greater than 2000 seconds (or something).
  6180. ------------------------------------------------------------------------
  6181. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  6182. Changed paths:
  6183. M /trunk/examples/cacaview.c
  6184. M /trunk/src/io.c
  6185. * src/io.c:
  6186. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  6187. * examples/cacaview.c:
  6188. + Use <stdlib.h> instead of <malloc.h>.
  6189. ------------------------------------------------------------------------
  6190. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  6191. Changed paths:
  6192. M /trunk/configure.ac
  6193. M /trunk/doc/Makefile.am
  6194. * configure.ac:
  6195. + Check for dvips in addition to latex.
  6196. * doc/Makefile.am:
  6197. + Workaround for a bug in the latex code generated by doxygen
  6198. in Mandrake 9.1.
  6199. ------------------------------------------------------------------------
  6200. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  6201. Changed paths:
  6202. M /trunk/libcaca.spec
  6203. * libcaca.spec:
  6204. + Install documentation into %{doc}/package-version/ instead
  6205. of %{doc}/package/.
  6206. + Added tetex-dvips to the build dependencies.
  6207. ------------------------------------------------------------------------
  6208. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  6209. Changed paths:
  6210. A /branches/0.6 (from /trunk:207)
  6211. M /branches/0.6/ChangeLog
  6212. M /trunk/ChangeLog
  6213. * 0.6 branch.
  6214. ------------------------------------------------------------------------
  6215. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  6216. Changed paths:
  6217. M /trunk/NEWS
  6218. M /trunk/configure.ac
  6219. M /trunk/debian/changelog
  6220. M /trunk/debian/control
  6221. M /trunk/debian/rules
  6222. M /trunk/doc/Makefile.am
  6223. M /trunk/libcaca.spec
  6224. * configure.ac NEWS:
  6225. + Prepared the 0.6 release.
  6226. * libcaca.spec:
  6227. + Split the RPM into libcaca-devel and caca-utils.
  6228. + More detailed descriptions.
  6229. + Packages are now rpmlint clean.
  6230. * doc/Makefile.am:
  6231. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  6232. ------------------------------------------------------------------------
  6233. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  6234. Changed paths:
  6235. M /trunk/configure.ac
  6236. M /trunk/src/caca.c
  6237. M /trunk/src/graphics.c
  6238. M /trunk/src/io.c
  6239. * configure.ac:
  6240. + Search for <slang/slang.h> in addition of <slang.h>.
  6241. ------------------------------------------------------------------------
  6242. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  6243. Changed paths:
  6244. M /trunk/src/bitmap.c
  6245. * src/bitmap.c:
  6246. + Dither H/S/V when looking up the two nearest colours.
  6247. + Weigh pixels in the distance calculation.
  6248. + Factorised the lookup table calculation.
  6249. ------------------------------------------------------------------------
  6250. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  6251. Changed paths:
  6252. M /trunk/test
  6253. M /trunk/test/Makefile.am
  6254. A /trunk/test/hsv.c
  6255. * test/hsv.c:
  6256. + Trivial saturation/value rendering test.
  6257. ------------------------------------------------------------------------
  6258. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  6259. Changed paths:
  6260. M /trunk/src/bitmap.c
  6261. M /trunk/src/caca.c
  6262. M /trunk/src/caca_internals.h
  6263. * src/bitmap.c:
  6264. + Fixed a minor overflow in the saturation computation.
  6265. + Use a global lookup table for foreground/background colour selection
  6266. in the bitmap rendering routine. This broke dithering, sorry.
  6267. ------------------------------------------------------------------------
  6268. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  6269. Changed paths:
  6270. M /trunk/examples/aafire.c
  6271. M /trunk/examples/cacaview.c
  6272. M /trunk/src/bitmap.c
  6273. M /trunk/src/caca.c
  6274. M /trunk/src/caca.h
  6275. M /trunk/src/graphics.c
  6276. M /trunk/src/line.c
  6277. M /trunk/src/sprite.c
  6278. M /trunk/test/optipal.c
  6279. * src/ examples/ test/:
  6280. + Changed <const type> constructs into <type const>.
  6281. ------------------------------------------------------------------------
  6282. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  6283. Changed paths:
  6284. M /trunk/examples/aafire.c
  6285. * examples/aafire.c:
  6286. + Do not call caca_get_width() 10000 times per frame. Cache the value
  6287. instead.
  6288. ------------------------------------------------------------------------
  6289. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  6290. Changed paths:
  6291. M /trunk/src/graphics.c
  6292. * src/graphics.c:
  6293. + Split the drawing of foreground and background colours in the X11
  6294. driver. Nice performance improvement.
  6295. ------------------------------------------------------------------------
  6296. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  6297. Changed paths:
  6298. M /trunk/examples/cacaview.c
  6299. * examples/cacaview.c:
  6300. + If Imlib2 was not activated, warn the user that only BMP is supported.
  6301. ------------------------------------------------------------------------
  6302. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  6303. Changed paths:
  6304. M /trunk/AUTHORS
  6305. M /trunk/Makefile.am
  6306. A /trunk/THANKS
  6307. A /trunk/libcaca.spec
  6308. * libcaca.spec:
  6309. + RPM specfile, courtesy of Richard Zidlicky.
  6310. * THANKS:
  6311. + Added a THANKS file for contributors.
  6312. ------------------------------------------------------------------------
  6313. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  6314. Changed paths:
  6315. M /trunk/README
  6316. M /trunk/src/caca.c
  6317. M /trunk/src/graphics.c
  6318. * src/graphics.c:
  6319. + Minor optimisation in caca_set_color().
  6320. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  6321. + Optimised the X11 caca_refresh() routine by handling strings of the
  6322. same colour as one text chunk.
  6323. * src/caca.c:
  6324. + Bugfix in caca_init when conio is the only compiled-in driver.
  6325. * README:
  6326. + Minor documentation updates.
  6327. ------------------------------------------------------------------------
  6328. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  6329. Changed paths:
  6330. M /trunk/examples/aafire.c
  6331. M /trunk/examples/cacaview.c
  6332. * examples/cacaview.c:
  6333. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  6334. * examples/aafire.c:
  6335. + bzero the pixel buffer in the initialisation routine.
  6336. ------------------------------------------------------------------------
  6337. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  6338. Changed paths:
  6339. M /trunk/doc/doxygen.cfg.in
  6340. M /trunk/src/bitmap.c
  6341. M /trunk/src/box.c
  6342. M /trunk/src/caca.h
  6343. M /trunk/src/conic.c
  6344. M /trunk/src/graphics.c
  6345. M /trunk/src/io.c
  6346. M /trunk/src/line.c
  6347. M /trunk/src/math.c
  6348. M /trunk/src/triangle.c
  6349. * doc/doxygen.cfg.in:
  6350. + Removed caca_internal.h from the list of documented files.
  6351. * src/:
  6352. + Minor documentation updates.
  6353. ------------------------------------------------------------------------
  6354. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  6355. Changed paths:
  6356. M /trunk/BUGS
  6357. M /trunk/debian/rules
  6358. M /trunk/doc/Makefile.am
  6359. M /trunk/test/dithering.c
  6360. * test/dithering.c:
  6361. + Fixed a minor compilation warning.
  6362. * debian/rules:
  6363. + Explicitely use --enable-imlib2.
  6364. * BUGS:
  6365. + Added a note about blinking consoles.
  6366. * doc/Makefile.am:
  6367. + Fixed a bashism in the HTML files installation.
  6368. ------------------------------------------------------------------------
  6369. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  6370. Changed paths:
  6371. M /trunk/doc/Makefile.am
  6372. * doc/Makefile.am:
  6373. + Do not install doxygen.png directly, because it can be doxygen.gif on
  6374. old installations.
  6375. ------------------------------------------------------------------------
  6376. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  6377. Changed paths:
  6378. M /trunk/examples/aafire.c
  6379. * examples/aafire.c:
  6380. + Only quit upon keypress, not mouse motion.
  6381. ------------------------------------------------------------------------
  6382. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  6383. Changed paths:
  6384. M /trunk/examples/aafire.c
  6385. * examples/aafire.c:
  6386. + Render cacafire at full speed.
  6387. ------------------------------------------------------------------------
  6388. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  6389. Changed paths:
  6390. M /trunk/src/graphics.c
  6391. M /trunk/test
  6392. M /trunk/test/Makefile.am
  6393. A /trunk/test/optipal.c
  6394. * test/optipal.c:
  6395. + Optimised S-Lang palette generator.
  6396. * src/graphics:
  6397. + Removed the S-Lang palette generator and replaced it with the tables
  6398. generated by optipal.
  6399. ------------------------------------------------------------------------
  6400. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  6401. Changed paths:
  6402. M /trunk/Makefile.am
  6403. M /trunk/configure.ac
  6404. M /trunk/examples/Makefile.am
  6405. A /trunk/test
  6406. A /trunk/test/Makefile.am
  6407. A /trunk/test/dithering.c
  6408. * Makefile.am:
  6409. + Added a test directory for test programs.
  6410. * test/dithering.c:
  6411. + The value/saturation dithering example.
  6412. ------------------------------------------------------------------------
  6413. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  6414. Changed paths:
  6415. M /trunk/examples/cacaview.c
  6416. M /trunk/src/caca.c
  6417. * src/caca.c:
  6418. + Do not try the X11 driver if DISPLAY is set to the empty string.
  6419. * examples/cacaview.c:
  6420. + Cosmetic fixes.
  6421. ------------------------------------------------------------------------
  6422. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  6423. Changed paths:
  6424. M /trunk/examples/Makefile.am
  6425. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  6426. D /trunk/examples/view.c
  6427. * example/:
  6428. + Renamed view.c into cacaview.c.
  6429. ------------------------------------------------------------------------
  6430. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  6431. Changed paths:
  6432. M /trunk/src/io.c
  6433. * src/io.c:
  6434. + Fixed mouse support under ncurses and slang.
  6435. ------------------------------------------------------------------------
  6436. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  6437. Changed paths:
  6438. M /trunk/configure.ac
  6439. * configure.ac:
  6440. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  6441. ------------------------------------------------------------------------
  6442. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  6443. Changed paths:
  6444. M /trunk/doc
  6445. M /trunk/examples/demo.c
  6446. M /trunk/src/caca.h
  6447. M /trunk/src/io.c
  6448. * src/io.c:
  6449. + Mouse support under X11.
  6450. + Split the mouse motion and mouse click events.
  6451. * examples/demo.c:
  6452. + Mouse motion support.
  6453. ------------------------------------------------------------------------
  6454. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  6455. Changed paths:
  6456. M /trunk/src/caca.c
  6457. M /trunk/src/graphics.c
  6458. * src/graphics.c:
  6459. + Compilation fix.
  6460. * src/caca.c:
  6461. + Minor indentation fix.
  6462. ------------------------------------------------------------------------
  6463. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  6464. Changed paths:
  6465. M /trunk/configure.ac
  6466. M /trunk/src/caca.c
  6467. * src/caca.c:
  6468. + Prefer the X11 driver if $DISPLAY is set.
  6469. + The slang driver is now preferred over the ncurses driver.
  6470. * configure.ac:
  6471. + Autodetect conio.h.
  6472. ------------------------------------------------------------------------
  6473. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  6474. Changed paths:
  6475. M /trunk/configure.ac
  6476. * configure.ac:
  6477. + Autodetect ncurses, slang and X11.
  6478. + Abort if no output driver was selected or detected.
  6479. ------------------------------------------------------------------------
  6480. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  6481. Changed paths:
  6482. A /branches/0.5 (from /trunk:179)
  6483. M /branches/0.5/ChangeLog
  6484. M /trunk/ChangeLog
  6485. * 0.5 branch.
  6486. ------------------------------------------------------------------------
  6487. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  6488. Changed paths:
  6489. M /trunk/NEWS
  6490. M /trunk/configure.ac
  6491. M /trunk/debian/changelog
  6492. * configure.ac NEWS debian/changelog:
  6493. + New 0.5 release.
  6494. ------------------------------------------------------------------------
  6495. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  6496. Changed paths:
  6497. M /trunk/BUGS
  6498. M /trunk/NOTES
  6499. M /trunk/configure.ac
  6500. M /trunk/src/graphics.c
  6501. * NOTES BUGS:
  6502. + Updated information about the S-Lang colour pair shortage bug.
  6503. * src/graphics.c:
  6504. + Implemented the solution explained in NOTES.
  6505. ------------------------------------------------------------------------
  6506. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  6507. Changed paths:
  6508. M /trunk/src/caca.c
  6509. * src/caca.c:
  6510. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  6511. ------------------------------------------------------------------------
  6512. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  6513. Changed paths:
  6514. M /trunk/NOTES
  6515. * NOTES:
  6516. + Added a section with a proposed solution to the slang problem.
  6517. ------------------------------------------------------------------------
  6518. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  6519. Changed paths:
  6520. A /branches/0.4 (from /trunk:174)
  6521. M /branches/0.4/ChangeLog
  6522. M /trunk/ChangeLog
  6523. * 0.4 branch.
  6524. ------------------------------------------------------------------------
  6525. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  6526. Changed paths:
  6527. M /trunk/configure.ac
  6528. M /trunk/debian/control
  6529. * debian/control:
  6530. + Added missing dependencies to the -dev package.
  6531. * configure.ac:
  6532. + Kludge for woody builds where x_includes is undefined.
  6533. ------------------------------------------------------------------------
  6534. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  6535. Changed paths:
  6536. M /trunk/src/caca.h
  6537. * src/caca.h:
  6538. + Documented CACA_FONT.
  6539. ------------------------------------------------------------------------
  6540. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  6541. Changed paths:
  6542. M /trunk/doc/Makefile.am
  6543. * doc/Makefile.am:
  6544. + Rename the refman.ps doxygen documentation to libcaca.ps.
  6545. ------------------------------------------------------------------------
  6546. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  6547. Changed paths:
  6548. M /trunk/NEWS
  6549. M /trunk/src/caca.h
  6550. M /trunk/src/graphics.c
  6551. * src/graphics.c:
  6552. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  6553. * src/caca.c:
  6554. + Documented the CACA_GEOMETRY environment variable.
  6555. ------------------------------------------------------------------------
  6556. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  6557. Changed paths:
  6558. M /trunk/src/caca_internals.h
  6559. M /trunk/src/graphics.c
  6560. M /trunk/src/io.c
  6561. * src/io.c:
  6562. + Mouse support in the X11 driver.
  6563. ------------------------------------------------------------------------
  6564. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  6565. Changed paths:
  6566. M /trunk/src/graphics.c
  6567. * src/graphics:
  6568. + Use XCreateWindow instead of XCreateSimpleWindow.
  6569. + Set the X window title to "caca for X".
  6570. ------------------------------------------------------------------------
  6571. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  6572. Changed paths:
  6573. M /trunk/debian/changelog
  6574. M /trunk/debian/control
  6575. M /trunk/debian/rules
  6576. * debian/control:
  6577. + Build-depend on doxygen and tetex to build documentation.
  6578. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  6579. ------------------------------------------------------------------------
  6580. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  6581. Changed paths:
  6582. M /trunk/BUGS
  6583. M /trunk/Makefile.am
  6584. M /trunk/NEWS
  6585. M /trunk/README
  6586. M /trunk/TODO
  6587. M /trunk/configure.ac
  6588. M /trunk/doc/Makefile.am
  6589. M /trunk/src/graphics.c
  6590. * configure.ac NEWS:
  6591. + Prepared release 0.4.
  6592. * src/graphics.c README BUGS TODO:
  6593. + Updated documentation.
  6594. * Makefile.am doc/Makefile.am:
  6595. + Install the generated doxygen documentation.
  6596. ------------------------------------------------------------------------
  6597. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  6598. Changed paths:
  6599. M /trunk/src/io.c
  6600. * src/io.c:
  6601. + Fixed a warning by including <unistd.h>.
  6602. + Support for arrow and function keys under X11.
  6603. ------------------------------------------------------------------------
  6604. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  6605. Changed paths:
  6606. M /trunk/configure.ac
  6607. M /trunk/doc/Makefile.am
  6608. D /trunk/doc/doxygen.cfg
  6609. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  6610. M /trunk/examples/aafire.c
  6611. M /trunk/examples/demo.c
  6612. M /trunk/examples/spritedit.c
  6613. M /trunk/examples/view.c
  6614. M /trunk/src/bitmap.c
  6615. M /trunk/src/box.c
  6616. M /trunk/src/caca.c
  6617. M /trunk/src/caca.h
  6618. M /trunk/src/caca_internals.h
  6619. M /trunk/src/conic.c
  6620. M /trunk/src/graphics.c
  6621. M /trunk/src/io.c
  6622. M /trunk/src/line.c
  6623. M /trunk/src/math.c
  6624. M /trunk/src/sprite.c
  6625. M /trunk/src/triangle.c
  6626. * src/io.c:
  6627. + Added caca_wait_event(), a blocking caca_get_event().
  6628. * src/ examples/:
  6629. + More documentation.
  6630. * doc/doxygen.cfg.in:
  6631. + doc/doxygen.cfg is now generated by configure, so that we can use
  6632. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  6633. + Create manpages.
  6634. ------------------------------------------------------------------------
  6635. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  6636. Changed paths:
  6637. M /trunk/doc/doxygen.cfg
  6638. M /trunk/src/bitmap.c
  6639. M /trunk/src/caca.c
  6640. M /trunk/src/caca.h
  6641. * More API documentation.
  6642. ------------------------------------------------------------------------
  6643. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  6644. Changed paths:
  6645. M /trunk/src/caca.c
  6646. * caca.c:
  6647. + Fixed typos in the initialisation code.
  6648. ------------------------------------------------------------------------
  6649. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  6650. Changed paths:
  6651. M /trunk/configure.ac
  6652. M /trunk/src/bitmap.c
  6653. M /trunk/src/caca.c
  6654. M /trunk/src/caca.h
  6655. M /trunk/src/caca_internals.h
  6656. M /trunk/src/conic.c
  6657. M /trunk/src/graphics.c
  6658. M /trunk/src/io.c
  6659. M /trunk/src/line.c
  6660. * src/graphics.c src/caca.c src/io.c:
  6661. + Support for simultaneously compiled-in drivers.
  6662. + Honour the CACA_DRIVER environment variable.
  6663. * configure.ac:
  6664. + Drivers are no longer mutually exclusive.
  6665. ------------------------------------------------------------------------
  6666. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  6667. Changed paths:
  6668. M /trunk/src/graphics.c
  6669. * src/graphics:
  6670. + Initialise default height at 32 (as in aalib).
  6671. ------------------------------------------------------------------------
  6672. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  6673. Changed paths:
  6674. M /trunk/src/caca_internals.h
  6675. M /trunk/src/graphics.c
  6676. M /trunk/src/io.c
  6677. * src/graphics.c:
  6678. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  6679. + Use an intermediary X pixmap for rendering.
  6680. + Slightly changed the variable naming scheme.
  6681. ------------------------------------------------------------------------
  6682. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  6683. Changed paths:
  6684. M /trunk/examples/aafire.c
  6685. * examples/aafire.c:
  6686. + The image buffer in cacafire was too small.
  6687. ------------------------------------------------------------------------
  6688. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  6689. Changed paths:
  6690. M /trunk/src/graphics.c
  6691. * src/graphics.c:
  6692. + Progress in the X11 driver.
  6693. + Fixed a compilation bug in the conio driver.
  6694. ------------------------------------------------------------------------
  6695. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  6696. Changed paths:
  6697. M /trunk/debian/changelog
  6698. M /trunk/debian/control
  6699. M /trunk/debian/rules
  6700. * debian/rules debian/control:
  6701. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  6702. + Symlinked cacafire.1 to cacademo.1.
  6703. ------------------------------------------------------------------------
  6704. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  6705. Changed paths:
  6706. M /trunk/ChangeLog
  6707. M /trunk/NEWS
  6708. M /trunk/README
  6709. M /trunk/debian/changelog
  6710. M /trunk/debian/control
  6711. M /trunk/doc/doxygen.cfg
  6712. * debian/control:
  6713. + Updated long descriptions.
  6714. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  6715. + Prepared 0.3 release.
  6716. * README:
  6717. + --enable-ncurses is now the default.
  6718. ------------------------------------------------------------------------
  6719. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  6720. Changed paths:
  6721. M /trunk/src/bitmap.c
  6722. M /trunk/src/box.c
  6723. M /trunk/src/caca.c
  6724. M /trunk/src/caca.h
  6725. M /trunk/src/conic.c
  6726. M /trunk/src/graphics.c
  6727. M /trunk/src/io.c
  6728. M /trunk/src/line.c
  6729. M /trunk/src/math.c
  6730. M /trunk/src/sprite.c
  6731. M /trunk/src/triangle.c
  6732. * src/:
  6733. + Doxygenated public functions.
  6734. ------------------------------------------------------------------------
  6735. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  6736. Changed paths:
  6737. M /trunk/src/caca.h
  6738. * src/caca.h:
  6739. + Documented environment variables.
  6740. ------------------------------------------------------------------------
  6741. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  6742. Changed paths:
  6743. M /trunk/examples/view.c
  6744. * examples/view.c:
  6745. + Fixed a bug in the loading of 1bpp BMPs.
  6746. + Commented stuff.
  6747. ------------------------------------------------------------------------
  6748. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  6749. Changed paths:
  6750. M /trunk/examples/Makefile.am
  6751. M /trunk/examples/view.c
  6752. * examples/view.c:
  6753. + If Imlib2 is not available, use a custom simple BMP loader.
  6754. + Draw the bottom bar one line higher to leave room for a status line.
  6755. + '?' now properly toggles help.
  6756. * examples/Makefile.am:
  6757. + Always build cacaview.
  6758. ------------------------------------------------------------------------
  6759. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  6760. Changed paths:
  6761. M /trunk/configure.ac
  6762. M /trunk/src/bitmap.c
  6763. * src/bitmap.c:
  6764. + If the alpha palette is all-zero, forget the alpha channel.
  6765. * configure.ac:
  6766. + Export HAVE_IMLIB2_H and the like.
  6767. ------------------------------------------------------------------------
  6768. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  6769. Changed paths:
  6770. M /trunk/src/bitmap.c
  6771. * src/bitmap.c:
  6772. + If the alpha mask is 0, ignore alpha information.
  6773. + Ditto if no alpha information is given with the palette.
  6774. ------------------------------------------------------------------------
  6775. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  6776. Changed paths:
  6777. M /trunk/configure.ac
  6778. M /trunk/src/caca.c
  6779. M /trunk/src/caca_internals.h
  6780. M /trunk/src/graphics.c
  6781. M /trunk/src/io.c
  6782. * src/graphics.c src/io.c:
  6783. + Beginning of an X11 driver. Currently we merely open the window and
  6784. check keyboard events.
  6785. ------------------------------------------------------------------------
  6786. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  6787. Changed paths:
  6788. M /trunk/configure.ac
  6789. M /trunk/debian/changelog
  6790. M /trunk/src/caca.c
  6791. * configure.ac debian/changelog:
  6792. + Prepare for 0.3 release.
  6793. + Check for strcasecmp().
  6794. * src/caca.c:
  6795. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  6796. variables.
  6797. ------------------------------------------------------------------------
  6798. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  6799. Changed paths:
  6800. M /trunk/examples/aafire.c
  6801. M /trunk/examples/demo.c
  6802. M /trunk/examples/view.c
  6803. M /trunk/src/bitmap.c
  6804. M /trunk/src/caca.c
  6805. M /trunk/src/caca.h
  6806. M /trunk/src/caca_internals.h
  6807. * src/bitmap.c:
  6808. + Added antialiasing support.
  6809. + Dithering, antialiasing and background mode can now be selected at
  6810. runtime.
  6811. * src/caca.c src/caca.h:
  6812. + Renamed caca_dithering into caca_feature and extended the type to
  6813. express background colour and antialiasing mode.
  6814. * examples/demo.c:
  6815. + Fixed a bug that disabled the sprite demo.
  6816. + Draw solid flares.
  6817. * examples/view.c:
  6818. + Select antialiasing and background mode at runtime.
  6819. ------------------------------------------------------------------------
  6820. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  6821. Changed paths:
  6822. M /trunk/BUGS
  6823. M /trunk/TODO
  6824. M /trunk/debian/control
  6825. M /trunk/doc/cacademo.1
  6826. M /trunk/doc/cacaview.1
  6827. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  6828. ------------------------------------------------------------------------
  6829. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  6830. Changed paths:
  6831. M /trunk/src/Makefile.am
  6832. M /trunk/src/bitmap.c
  6833. M /trunk/src/caca.c
  6834. M /trunk/src/caca.h
  6835. M /trunk/src/caca_internals.h
  6836. M /trunk/src/graphics.c
  6837. * src/caca.c:
  6838. + Moved global variables to src/graphics.c.
  6839. * src/bitmap.c:
  6840. + Sanitised prototypes.
  6841. ------------------------------------------------------------------------
  6842. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  6843. Changed paths:
  6844. M /trunk/examples
  6845. M /trunk/examples/aafire.c
  6846. M /trunk/examples/demo.c
  6847. M /trunk/examples/view.c
  6848. M /trunk/src/bitmap.c
  6849. M /trunk/src/box.c
  6850. M /trunk/src/caca.c
  6851. M /trunk/src/caca.h
  6852. M /trunk/src/caca_internals.h
  6853. M /trunk/src/conic.c
  6854. M /trunk/src/graphics.c
  6855. M /trunk/src/line.c
  6856. M /trunk/src/sprite.c
  6857. M /trunk/src/triangle.c
  6858. * src/graphics.c:
  6859. + Internally cache screen width and height.
  6860. * src/bitmap.c:
  6861. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  6862. alpha as fully transparent, and any other value as fully opaque.
  6863. + Slightly tuned colour weights in the renderer.
  6864. + caca_set_bitmap_palette() takes unsigned ints.
  6865. * examples/demo.c:
  6866. + Added a crap render demo.
  6867. * examples/aafire.c:
  6868. + Set a 20ms delay.
  6869. + Added alpha values to the palette.
  6870. * examples/view.c:
  6871. + Draw a gray checkered grid below the image so that transparent images
  6872. look a lot nicer.
  6873. + 'f' toggles "fullscreen" mode.
  6874. ------------------------------------------------------------------------
  6875. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  6876. Changed paths:
  6877. M /trunk/caca-config.in
  6878. M /trunk/configure.ac
  6879. * configure.ac:
  6880. + Set the executable bit of caca-config when regenerating that file.
  6881. * caca-config.in:
  6882. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  6883. have @CACA_LIBS@.
  6884. ------------------------------------------------------------------------
  6885. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  6886. Changed paths:
  6887. M /trunk/configure.ac
  6888. M /trunk/examples/Makefile.am
  6889. A /trunk/examples/aafire.c
  6890. * configure.ac:
  6891. + Removed unused USE_* variables.
  6892. + Export -lslang and -lncurses as @CACA_LIBS@.
  6893. * examples/aafire.c:
  6894. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  6895. ------------------------------------------------------------------------
  6896. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  6897. Changed paths:
  6898. M /trunk/ChangeLog
  6899. M /trunk/NEWS
  6900. M /trunk/TODO
  6901. M /trunk/debian/changelog
  6902. M /trunk/debian/control
  6903. * 0.2 release.
  6904. ------------------------------------------------------------------------
  6905. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  6906. Changed paths:
  6907. M /trunk/examples/view.c
  6908. * examples/view.c:
  6909. + Removed last endianness issue.
  6910. ------------------------------------------------------------------------
  6911. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  6912. Changed paths:
  6913. M /trunk/examples/view.c
  6914. M /trunk/src/bitmap.c
  6915. M /trunk/src/io.c
  6916. * src/io.c:
  6917. + Removed a useless message.
  6918. * src/bitmap.c examples/view.c:
  6919. + Really fixed the endianness issue.
  6920. ------------------------------------------------------------------------
  6921. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  6922. Changed paths:
  6923. M /trunk/src/bitmap.c
  6924. * src/bitmap.c:
  6925. + Fine-tuned the new renderer.
  6926. + Fixed warnings.
  6927. + Changed hardcoded values to macros.
  6928. ------------------------------------------------------------------------
  6929. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  6930. Changed paths:
  6931. M /trunk/configure.ac
  6932. M /trunk/examples/demo.c
  6933. M /trunk/examples/view.c
  6934. M /trunk/src/bitmap.c
  6935. M /trunk/src/caca.c
  6936. M /trunk/src/caca.h
  6937. * src/bitmap.c:
  6938. + Fixed an endianness issue in the byte reader.
  6939. + Decreased precision in RGB and HSV values to avoid overflows.
  6940. + New dithering method: 2x2 ordered.
  6941. + New renderer, with background colour awareness.
  6942. * configure.ac:
  6943. + Check for <endian.h>.
  6944. * examples/demo.c examples/view.c:
  6945. + Fixed an endianness issue in cacaview.
  6946. + Adapted code to the additional dithering method.
  6947. ------------------------------------------------------------------------
  6948. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  6949. Changed paths:
  6950. M /trunk/examples/view.c
  6951. M /trunk/src/bitmap.c
  6952. * src/bitmap.c examples/view.c:
  6953. + Fixed an endianness issue in caca_draw_bitmap().
  6954. + Code cleanup.
  6955. ------------------------------------------------------------------------
  6956. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  6957. Changed paths:
  6958. M /trunk/TODO
  6959. M /trunk/doc/cacaview.1
  6960. M /trunk/examples/Makefile.am
  6961. M /trunk/examples/view.c
  6962. M /trunk/src/caca.c
  6963. * src/caca.c:
  6964. + Minor change to the dithering names.
  6965. * TODO:
  6966. + Added cacaview TODO.
  6967. * doc/cacaview.1:
  6968. + Wrote a manpage for cacaview.
  6969. * examples/Makefile.am:
  6970. + Moved the -DX_DISPLAY_MISSING=1 here.
  6971. * examples/view.c:
  6972. + Capital 'D' cycles through dithering modes in reverse order.
  6973. + Sleep when there is nothing to do.
  6974. + Cosmetic code reorganisation.
  6975. ------------------------------------------------------------------------
  6976. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  6977. Changed paths:
  6978. M /trunk/examples/demo.c
  6979. M /trunk/examples/view.c
  6980. M /trunk/src/bitmap.c
  6981. M /trunk/src/caca.c
  6982. M /trunk/src/caca.h
  6983. * src/caca.c src/caca.h:
  6984. + Added caca_get_dithering_name().
  6985. * src/bitmap.c:
  6986. + Created a new dithering method with an 8x8 ordered matrix.
  6987. + Replaced the char list with a string for better readability.
  6988. + Dithering functions now return a value between 0 and 255.
  6989. * examples/demo.c examples/view.c:
  6990. + Adapted to use caca_get_dithering_name().
  6991. ------------------------------------------------------------------------
  6992. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  6993. Changed paths:
  6994. M /trunk/src/caca.c
  6995. * src/caca.c:
  6996. + Test whether ncurses knows xterm-16color before setting $TERM.
  6997. ------------------------------------------------------------------------
  6998. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  6999. Changed paths:
  7000. M /trunk/examples/view.c
  7001. * examples/view.c:
  7002. + Added top and bottom status lines, like in mutt and slrn.
  7003. + Added a status string when loading an image or upon error.
  7004. + Can load multiple files; use 'n' and 'p' for next and previous.
  7005. + Clip zoom between -48 and +48.
  7006. ------------------------------------------------------------------------
  7007. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  7008. Changed paths:
  7009. M /trunk/src/caca.c
  7010. * Fixed a C99ism.
  7011. ------------------------------------------------------------------------
  7012. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  7013. Changed paths:
  7014. M /trunk/NOTES
  7015. M /trunk/configure.ac
  7016. M /trunk/src/caca.c
  7017. M /trunk/src/graphics.c
  7018. * configure.ac:
  7019. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  7020. * src/caca.c:
  7021. + Disable scrolling to avoid hashmap scrolling optimization code.
  7022. * src/graphics.c:
  7023. + Swap fg and bg in the colour pair indexing, so that bg is always
  7024. right.
  7025. + Disable alt charset support to exploit my patched slang.
  7026. ------------------------------------------------------------------------
  7027. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  7028. Changed paths:
  7029. M /trunk/NOTES
  7030. M /trunk/examples/view.c
  7031. M /trunk/src/bitmap.c
  7032. * src/bitmap.c:
  7033. + Dither chroma outside of rgb2hsv_default().
  7034. + Clip fromx and fromy values.
  7035. * NOTES:
  7036. + Link to the XTerm control sequences.
  7037. * examples/view.c:
  7038. + Draw status bar.
  7039. + Move with 'h' 'j' 'k' 'l', à la vi.
  7040. + '?' toggles a help menu.
  7041. ------------------------------------------------------------------------
  7042. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  7043. Changed paths:
  7044. M /trunk/src/bitmap.c
  7045. * src/bitmap.c:
  7046. + Removed § from the list of default characters due to collisions.
  7047. ------------------------------------------------------------------------
  7048. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  7049. Changed paths:
  7050. A /trunk/debian/caca-utils.mime
  7051. M /trunk/debian/control
  7052. M /trunk/debian/rules
  7053. * debian/control:
  7054. + Removed slang1-dev dependency in caca-utils.
  7055. * debian/caca-utils.mime debian/rules:
  7056. + Added a MIME file with low priority.
  7057. + Added call to dh_installmime.
  7058. ------------------------------------------------------------------------
  7059. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  7060. Changed paths:
  7061. M /trunk/configure.ac
  7062. M /trunk/src/caca.c
  7063. M /trunk/src/caca_internals.h
  7064. M /trunk/src/graphics.c
  7065. * src/caca.c src/graphics.c:
  7066. + Moved graphics stuff from caca.c to graphics.c.
  7067. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  7068. to TERM=xterm-16color to benefit from extended colour palette.
  7069. ------------------------------------------------------------------------
  7070. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  7071. Changed paths:
  7072. M /trunk/NOTES
  7073. M /trunk/examples/demo.c
  7074. M /trunk/examples/spritedit.c
  7075. M /trunk/src/bitmap.c
  7076. M /trunk/src/caca.c
  7077. M /trunk/src/caca.h
  7078. M /trunk/src/graphics.c
  7079. M /trunk/src/sprite.c
  7080. * NOTES:
  7081. + Added setab/setaf quotes from the XTerm terminfo.
  7082. + Proposed a workaround for bright colours on any terminal.
  7083. * src/caca.c:
  7084. + 16 colour support for ncurses and conio.
  7085. * src/graphics.c:
  7086. + Ported to 16 colour support.
  7087. + Added a missing <stdio.h> for BUFSIZ.
  7088. + Disabled vsnprintf under DOS (only vsprintf exists).
  7089. * examples/:
  7090. + Don't abort if the caca.txt sprite was not found.
  7091. + Ported to 16 colour support.
  7092. ------------------------------------------------------------------------
  7093. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  7094. Changed paths:
  7095. M /trunk/NOTES
  7096. * NOTES: more notes about colours.
  7097. ------------------------------------------------------------------------
  7098. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  7099. Changed paths:
  7100. M /trunk/Makefile.am
  7101. M /trunk/configure.ac
  7102. M /trunk/examples/Makefile.am
  7103. * configure.ac:
  7104. + More sensible imlib2 detection, works with cross-compilation.
  7105. * Makefile.am:
  7106. + Don't forget to include NOTES to the dist tarball.
  7107. ------------------------------------------------------------------------
  7108. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  7109. Changed paths:
  7110. A /trunk/NOTES
  7111. M /trunk/README
  7112. M /trunk/debian/rules
  7113. * NOTES: added information about colour support.
  7114. ------------------------------------------------------------------------
  7115. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  7116. Changed paths:
  7117. M /trunk/configure.ac
  7118. * configure.ac: Added a missing check for <inttypes.h>.
  7119. ------------------------------------------------------------------------
  7120. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  7121. Changed paths:
  7122. M /trunk/src/bitmap.c
  7123. * src/bitmap.c: Support for more colour depths.
  7124. ------------------------------------------------------------------------
  7125. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  7126. Changed paths:
  7127. M /trunk/configure.ac
  7128. M /trunk/examples/Makefile.am
  7129. M /trunk/examples/demo.c
  7130. M /trunk/examples/view.c
  7131. * configure.ac examples/Makefile.am:
  7132. + Added a check for imlib2-config.
  7133. + Build cacaview conditionally.
  7134. * examples/demo.c:
  7135. + Removed all gdkpixbuf code.
  7136. * examples/view.c:
  7137. + Default to ordered dithering.
  7138. + Make sure the arrows always work even if delta is too small.
  7139. ------------------------------------------------------------------------
  7140. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  7141. Changed paths:
  7142. M /trunk/debian
  7143. M /trunk/debian/control
  7144. M /trunk/debian/rules
  7145. * debian/:
  7146. + New caca-utils package.
  7147. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  7148. ------------------------------------------------------------------------
  7149. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  7150. Changed paths:
  7151. M /trunk/doc/Makefile.am
  7152. D /trunk/doc/caca-demo.1
  7153. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  7154. A /trunk/doc/cacaview.1
  7155. M /trunk/examples
  7156. M /trunk/examples/Makefile.am
  7157. A /trunk/examples/view.c
  7158. * examples/:
  7159. + Simple image viewer, cacaview, based on libcaca and imlib2.
  7160. + Renamed caca-demo into cacademo.
  7161. * doc/:
  7162. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  7163. ------------------------------------------------------------------------
  7164. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  7165. Changed paths:
  7166. M /trunk/src/Makefile.am
  7167. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  7168. D /trunk/src/blit.c
  7169. * Renamed src/blit.c into src/bitmap.c.
  7170. ------------------------------------------------------------------------
  7171. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  7172. Changed paths:
  7173. M /trunk/examples/demo.c
  7174. M /trunk/src/caca.c
  7175. M /trunk/src/caca.h
  7176. M /trunk/src/io.c
  7177. * src/caca.c:
  7178. + Mouse initialisation in ncurses.
  7179. * src/io.c:
  7180. + Mouse support in ncurses.
  7181. ------------------------------------------------------------------------
  7182. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  7183. Changed paths:
  7184. M /trunk/debian/control
  7185. * debian/control:
  7186. + libcaca-dev should depend on slang1-dev.
  7187. ------------------------------------------------------------------------
  7188. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  7189. Changed paths:
  7190. M /trunk/debian/Makefile.am
  7191. * debian/Makefile.am:
  7192. + Added compat and copyright to the distributed files.
  7193. ------------------------------------------------------------------------
  7194. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  7195. Changed paths:
  7196. A /trunk/ChangeLog
  7197. M /trunk/debian/rules
  7198. * Added a ChangeLog file.
  7199. ------------------------------------------------------------------------
  7200. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  7201. Changed paths:
  7202. M /trunk/examples/Makefile.am
  7203. * examples/Makefile.am:
  7204. + Compilation fix when libcaca is not available.
  7205. ------------------------------------------------------------------------
  7206. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  7207. Changed paths:
  7208. M /trunk/debian/changelog
  7209. A /trunk/debian/copyright
  7210. M /trunk/debian/rules
  7211. M /trunk/doc/Makefile.am
  7212. M /trunk/doc/caca-config.1
  7213. A /trunk/doc/caca-demo.1
  7214. A /trunk/doc/caca-spritedit.1
  7215. M /trunk/examples/caca.txt
  7216. * debian/:
  7217. + Wrote the changelog for the Debian release.
  7218. + Wrote a copyright file.
  7219. * doc/:
  7220. + Wrote manpages for caca-demo and caca-spritedit.
  7221. * examples/caca.txt:
  7222. + Centered the sprite handle.
  7223. + Added a second frame to the sprite.
  7224. ------------------------------------------------------------------------
  7225. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  7226. Changed paths:
  7227. A /trunk/AUTHORS
  7228. M /trunk/Makefile.am
  7229. A /trunk/NEWS
  7230. M /trunk/configure.ac
  7231. A /trunk/doc
  7232. A /trunk/doc/Makefile.am
  7233. A /trunk/doc/caca-config.1
  7234. A /trunk/doc/doxygen.cfg
  7235. A /trunk/doc/footer.html
  7236. A /trunk/doc/header.html
  7237. * AUTHORS NEWS:
  7238. + Added these mandatory files.
  7239. * doc/:
  7240. + Wrote a Doxygen configuration file.
  7241. + Added a manpage for caca-config(1), borrowed from sdl-config.
  7242. * configure.ac:
  7243. + Use new style AC_INIT.
  7244. + Error out if no library was found.
  7245. + Added *djgpp* to the list of non-PIC platforms.
  7246. + Added checks for doxygen and latex.
  7247. ------------------------------------------------------------------------
  7248. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  7249. Changed paths:
  7250. M /trunk/examples/Makefile.am
  7251. M /trunk/examples/demo.c
  7252. * Disabled gdkpixbuf code.
  7253. ------------------------------------------------------------------------
  7254. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  7255. Changed paths:
  7256. M /trunk/src/blit.c
  7257. M /trunk/src/box.c
  7258. M /trunk/src/caca.c
  7259. M /trunk/src/caca.h
  7260. M /trunk/src/caca_internals.h
  7261. M /trunk/src/conic.c
  7262. M /trunk/src/graphics.c
  7263. M /trunk/src/io.c
  7264. M /trunk/src/line.c
  7265. M /trunk/src/math.c
  7266. M /trunk/src/sprite.c
  7267. M /trunk/src/triangle.c
  7268. * src/:
  7269. + Doxygenated a few things.
  7270. ------------------------------------------------------------------------
  7271. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  7272. Changed paths:
  7273. M /trunk/TODO
  7274. M /trunk/examples/demo.c
  7275. M /trunk/src/blit.c
  7276. M /trunk/src/caca.h
  7277. * TODO:
  7278. + A few updates.
  7279. * src/blit.c:
  7280. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  7281. + Started removing hardcoded bitmask and pitch values.
  7282. * examples/demo.c:
  7283. + Do something with mouse clicks.
  7284. ------------------------------------------------------------------------
  7285. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  7286. Changed paths:
  7287. M /trunk/src/io.c
  7288. * src/io.c:
  7289. + Fixed an off-by-one error in the mouse driver.
  7290. ------------------------------------------------------------------------
  7291. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  7292. Changed paths:
  7293. M /trunk
  7294. M /trunk/Makefile.am
  7295. M /trunk/README
  7296. M /trunk/TODO
  7297. A /trunk/caca-config.in
  7298. M /trunk/configure.ac
  7299. M /trunk/debian
  7300. A /trunk/debian/compat
  7301. M /trunk/debian/control
  7302. M /trunk/debian/rules
  7303. M /trunk/examples
  7304. M /trunk/examples/Makefile.am
  7305. M /trunk/examples/demo.c
  7306. M /trunk/src/Makefile.am
  7307. * debian/control:
  7308. + Changed section to libs/libdevel instead of games/games.
  7309. + Changed package name to libcaca-dev.
  7310. * debian/rules:
  7311. + Use debian/compat instead of DH_COMPAT.
  7312. + Install README, BUGS and TODO into /usr/share/doc.
  7313. * caca-config.in:
  7314. + First version of the config script.
  7315. * configure.ac src/Makefile.am:
  7316. + Build a static PIC library as well.
  7317. * README TODO:
  7318. + Various updates.
  7319. ------------------------------------------------------------------------
  7320. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  7321. Changed paths:
  7322. M /trunk/TODO
  7323. M /trunk/src/io.c
  7324. * TODO: New stuff to do.
  7325. * src/io.c: left and right arrow keys were swapped.
  7326. ------------------------------------------------------------------------
  7327. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  7328. Changed paths:
  7329. M /trunk/src/blit.c
  7330. M /trunk/src/caca.c
  7331. M /trunk/src/io.c
  7332. * src/io.c:
  7333. + Fixed a bug in the mouse coordinates reporting.
  7334. ------------------------------------------------------------------------
  7335. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  7336. Changed paths:
  7337. M /trunk/examples/demo.c
  7338. M /trunk/examples/spritedit.c
  7339. M /trunk/src/blit.c
  7340. M /trunk/src/caca.c
  7341. M /trunk/src/caca.h
  7342. M /trunk/src/io.c
  7343. * src/io.c:
  7344. + Renamed sdl_get_key() into sdl_get_event().
  7345. + Handle mouse clicks.
  7346. * src/caca.c:
  7347. + Activate the terminal's mouse handling if supported.
  7348. ------------------------------------------------------------------------
  7349. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  7350. Changed paths:
  7351. M /trunk/examples/Makefile.am
  7352. M /trunk/src/Makefile.am
  7353. M /trunk/src/blit.c
  7354. M /trunk/src/caca.h
  7355. M /trunk/src/io.c
  7356. * src/io.c src/caca.h:
  7357. + Interpret escape sequences for F1, F2, left, right, etc.
  7358. * src/Makefile.am examples/Makefile.am:
  7359. + Install caca.h in /usr/include.
  7360. + Do not install example programs.
  7361. * src/blit.c:
  7362. + Minor improvements to grayscale colors.
  7363. ------------------------------------------------------------------------
  7364. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  7365. Changed paths:
  7366. D /trunk/.cvsignore
  7367. D /trunk/autotools/.cvsignore
  7368. * Removed legacy .cvsignore files.
  7369. ------------------------------------------------------------------------
  7370. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  7371. Changed paths:
  7372. M /trunk/examples/demo.c
  7373. M /trunk/src/blit.c
  7374. M /trunk/src/caca.h
  7375. * src/blit.c:
  7376. + Hue calculation now uses integers only.
  7377. + Dithering is now parametrable. Implemented none, ordered, random.
  7378. * examples/demo.c:
  7379. + Added dithering selection.
  7380. ------------------------------------------------------------------------
  7381. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  7382. Changed paths:
  7383. M /trunk/examples/Makefile.am
  7384. A /trunk/examples/caca.txt
  7385. M /trunk/examples/demo.c
  7386. M /trunk/examples/spritedit.c
  7387. M /trunk/src/blit.c
  7388. M /trunk/src/caca.c
  7389. M /trunk/src/caca.h
  7390. M /trunk/src/caca_internals.h
  7391. M /trunk/src/graphics.c
  7392. * src/blit.c:
  7393. + Added caca_set_dithering() (unused yet).
  7394. + Added random dithering.
  7395. * src/caca.h:
  7396. + Renamed legacy EE_* enums to CACA_*.
  7397. * examples/demo.c examples/caca.txt:
  7398. + Added a default sprite for libcaca.
  7399. ------------------------------------------------------------------------
  7400. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  7401. Changed paths:
  7402. M /trunk/examples/demo.c
  7403. M /trunk/examples/spritedit.c
  7404. M /trunk/src/blit.c
  7405. M /trunk/src/box.c
  7406. M /trunk/src/caca.c
  7407. M /trunk/src/caca.h
  7408. M /trunk/src/caca_internals.h
  7409. M /trunk/src/conic.c
  7410. M /trunk/src/graphics.c
  7411. M /trunk/src/io.c
  7412. M /trunk/src/line.c
  7413. M /trunk/src/math.c
  7414. M /trunk/src/sprite.c
  7415. M /trunk/src/triangle.c
  7416. * Changed copyleft to LGPL.
  7417. ------------------------------------------------------------------------
  7418. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  7419. Changed paths:
  7420. M /trunk/Makefile.am
  7421. M /trunk/configure.ac
  7422. A /trunk/examples (from /trunk/test:90)
  7423. M /trunk/examples/Makefile.am
  7424. D /trunk/libcaca
  7425. A /trunk/src (from /trunk/libcaca:90)
  7426. M /trunk/src/line.c
  7427. D /trunk/test
  7428. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  7429. to examples/.
  7430. ------------------------------------------------------------------------
  7431. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  7432. Changed paths:
  7433. M /trunk/COPYING
  7434. M /trunk/Makefile.am
  7435. M /trunk/README
  7436. M /trunk/TODO
  7437. M /trunk/bootstrap
  7438. M /trunk/configure.ac
  7439. D /trunk/data
  7440. D /trunk/debian/.cvsignore
  7441. M /trunk/debian/changelog
  7442. M /trunk/debian/control
  7443. M /trunk/debian/rules
  7444. D /trunk/doc
  7445. D /trunk/src
  7446. * The big TTYvaders/libcaca split. This is libcaca.
  7447. ------------------------------------------------------------------------
  7448. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  7449. Changed paths:
  7450. M /trunk/configure.ac
  7451. M /trunk/libcaca/blit.c
  7452. M /trunk/libcaca/caca.c
  7453. M /trunk/libcaca/conic.c
  7454. M /trunk/libcaca/graphics.c
  7455. M /trunk/src/weapons.c
  7456. * configure.ac:
  7457. + Added -Wsign-compare to the warning flags.
  7458. * libcaca/caca.c:
  7459. + Fixed a signed/unsigned bug that caused infinite waits with
  7460. ee_set_delay(0).
  7461. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  7462. + Fixed minor signed/unsigned comparison warnings.
  7463. ------------------------------------------------------------------------
  7464. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  7465. Changed paths:
  7466. M /trunk/Makefile.am
  7467. M /trunk/TODO
  7468. M /trunk/configure.ac
  7469. A /trunk/libcaca (from /trunk/libee:87)
  7470. M /trunk/libcaca/Makefile.am
  7471. M /trunk/libcaca/blit.c
  7472. M /trunk/libcaca/box.c
  7473. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  7474. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  7475. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  7476. M /trunk/libcaca/conic.c
  7477. D /trunk/libcaca/ee.c
  7478. D /trunk/libcaca/ee.h
  7479. D /trunk/libcaca/ee_internals.h
  7480. M /trunk/libcaca/graphics.c
  7481. M /trunk/libcaca/io.c
  7482. M /trunk/libcaca/line.c
  7483. M /trunk/libcaca/math.c
  7484. M /trunk/libcaca/sprite.c
  7485. M /trunk/libcaca/triangle.c
  7486. D /trunk/libee
  7487. M /trunk/src/Makefile.am
  7488. M /trunk/src/aliens.c
  7489. M /trunk/src/bonus.c
  7490. M /trunk/src/box.c
  7491. M /trunk/src/ceo.c
  7492. M /trunk/src/collide.c
  7493. M /trunk/src/common.h
  7494. M /trunk/src/explosions.c
  7495. M /trunk/src/intro.c
  7496. M /trunk/src/main.c
  7497. M /trunk/src/overlay.c
  7498. M /trunk/src/player.c
  7499. M /trunk/src/starfield.c
  7500. M /trunk/src/tunnel.c
  7501. M /trunk/src/weapons.c
  7502. M /trunk/test/Makefile.am
  7503. M /trunk/test/demo.c
  7504. M /trunk/test/spritedit.c
  7505. * Renamed libee to libcaca. Far less collisions.
  7506. ------------------------------------------------------------------------
  7507. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  7508. Changed paths:
  7509. M /trunk/libee/Makefile.am
  7510. A /trunk/libee/blit.c
  7511. M /trunk/libee/ee.h
  7512. M /trunk/test/Makefile.am
  7513. M /trunk/test/demo.c
  7514. * Very ugly ee_blit function. Will be polished in a while.
  7515. ------------------------------------------------------------------------
  7516. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  7517. Changed paths:
  7518. M /trunk/libee/ee.c
  7519. M /trunk/libee/ee.h
  7520. M /trunk/libee/graphics.c
  7521. M /trunk/test/demo.c
  7522. * libee/ee.c:
  7523. + Replaced ee_color_names[] with ee_get_color_name().
  7524. + Don't oversleep in ee_refresh().
  7525. * libee/graphics.c:
  7526. + Implemented ee_printf().
  7527. * test/demo.c:
  7528. + If new keypresses are detected, don't wait for the next screen refresh.
  7529. + Added an fps counter on demos.
  7530. + Added controls for outlines and drawing boundaries.
  7531. ------------------------------------------------------------------------
  7532. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  7533. Changed paths:
  7534. M /trunk/libee/ee.c
  7535. M /trunk/libee/ee.h
  7536. M /trunk/libee/ee_internals.h
  7537. M /trunk/libee/graphics.c
  7538. M /trunk/libee/line.c
  7539. * libee/graphics.c:
  7540. + Correct clipping in ee_putstr() for long strings.
  7541. * libee/ee.c:
  7542. + New ee_get_rendertime() call to provide framerate information.
  7543. * libee/ee.h:
  7544. + Added const keywords where it was meaningful, despite Slang's blatant
  7545. omission of such keywords in its prototypes.
  7546. ------------------------------------------------------------------------
  7547. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  7548. Changed paths:
  7549. M /trunk/libee/ee.c
  7550. M /trunk/src/main.c
  7551. M /trunk/test/demo.c
  7552. * libee/ee.c:
  7553. + Implemented correct framerate wait loop.
  7554. + No framedropping yet.
  7555. * test/demo.c src/main.c:
  7556. + Set an arbitrary framerate for demos.
  7557. ------------------------------------------------------------------------
  7558. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  7559. Changed paths:
  7560. M /trunk/src/Makefile.am
  7561. M /trunk/test/Makefile.am
  7562. * Fixed compilation in an alternate directory.
  7563. ------------------------------------------------------------------------
  7564. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  7565. Changed paths:
  7566. M /trunk/src/box.c
  7567. M /trunk/src/main.c
  7568. M /trunk/src/player.c
  7569. M /trunk/src/starfield.c
  7570. M /trunk/src/tunnel.c
  7571. M /trunk/src/weapons.c
  7572. * Sanity checks after each malloc() call.
  7573. ------------------------------------------------------------------------
  7574. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  7575. Changed paths:
  7576. M /trunk/libee/ee.h
  7577. M /trunk/libee/math.c
  7578. * libee/math.c:
  7579. + ee_sqrt() now uses unsigned ints.
  7580. + Avoid overflows in ee_sqrt().
  7581. ------------------------------------------------------------------------
  7582. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  7583. Changed paths:
  7584. M /trunk/src/intro.c
  7585. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  7586. ------------------------------------------------------------------------
  7587. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  7588. Changed paths:
  7589. M /trunk/libee/ee.c
  7590. M /trunk/libee/ee_internals.h
  7591. M /trunk/libee/graphics.c
  7592. M /trunk/libee/sprite.c
  7593. * libee/ee.c:
  7594. + Error checking in ee_init().
  7595. + Pre-generate the empty line for ee_clear().
  7596. * libee/sprite.c:
  7597. + Better error checking in ee_sprite_load().
  7598. ------------------------------------------------------------------------
  7599. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  7600. Changed paths:
  7601. M /trunk/libee/conic.c
  7602. M /trunk/libee/line.c
  7603. M /trunk/src/box.c
  7604. * Minor coding style changes.
  7605. ------------------------------------------------------------------------
  7606. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  7607. Changed paths:
  7608. M /trunk/data/Makefile.am
  7609. D /trunk/data/bar_boss
  7610. D /trunk/data/bar_fighter
  7611. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  7612. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  7613. D /trunk/data/baz_fighter
  7614. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  7615. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  7616. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  7617. D /trunk/data/explosion_medium
  7618. D /trunk/data/explosion_small
  7619. D /trunk/data/foo_fighter
  7620. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  7621. D /trunk/data/item_gem
  7622. D /trunk/data/item_heart
  7623. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  7624. D /trunk/data/ship_green
  7625. D /trunk/data/weapon_bomb
  7626. D /trunk/data/weapon_fragbomb
  7627. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  7628. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  7629. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  7630. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  7631. M /trunk/src/aliens.c
  7632. M /trunk/src/bonus.c
  7633. M /trunk/src/explosions.c
  7634. M /trunk/src/intro.c
  7635. M /trunk/src/player.c
  7636. M /trunk/src/weapons.c
  7637. M /trunk/test/demo.c
  7638. * Renamed sprites to < 8+3 names for the DOS port.
  7639. ------------------------------------------------------------------------
  7640. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  7641. Changed paths:
  7642. M /trunk/data/bar_boss
  7643. M /trunk/data/bar_fighter
  7644. M /trunk/data/baz_fighter
  7645. M /trunk/data/explosion_medium
  7646. M /trunk/data/explosion_small
  7647. M /trunk/data/foo_fighter
  7648. M /trunk/data/item_gem
  7649. M /trunk/data/item_heart
  7650. M /trunk/data/ship_green
  7651. M /trunk/data/weapon_bomb
  7652. M /trunk/data/weapon_fragbomb
  7653. M /trunk/src/starfield.c
  7654. M /trunk/test/demo.c
  7655. * test/demo.c:
  7656. + Removed a spurious '\n' from an ee_putstr().
  7657. * src/starfield.c:
  7658. + Fixed starfield color.
  7659. * data/:
  7660. + Fixed every sprite's colors.
  7661. ------------------------------------------------------------------------
  7662. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  7663. Changed paths:
  7664. A /trunk/BUGS
  7665. M /trunk/Makefile.am
  7666. M /trunk/README
  7667. M /trunk/TODO
  7668. M /trunk/libee/Makefile.am
  7669. M /trunk/libee/box.c
  7670. M /trunk/libee/conic.c
  7671. M /trunk/libee/ee.c
  7672. M /trunk/libee/ee.h
  7673. A /trunk/libee/ee_internals.h
  7674. M /trunk/libee/graphics.c
  7675. M /trunk/libee/io.c
  7676. M /trunk/libee/line.c
  7677. M /trunk/libee/math.c
  7678. M /trunk/libee/sprite.c
  7679. M /trunk/libee/triangle.c
  7680. M /trunk/src/Makefile.am
  7681. M /trunk/src/overlay.c
  7682. M /trunk/src/weapons.c
  7683. M /trunk/test/demo.c
  7684. * libee/ee.h:
  7685. + Added ee_color_names[] containing our 16 color names.
  7686. * libee/ee.c:
  7687. + Extended our color set to the full 16 instead of 10.
  7688. + Precalculate ncurses attributes.
  7689. * libee/graphics.c:
  7690. + Clip color value in ee_set_color().
  7691. + Clip characters in ee_putchar().
  7692. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  7693. * libee/ee_internals.h:
  7694. + New file to share extern variables within libee.
  7695. * test/demo.c:
  7696. + Added a simple demo_color() to output all colors.
  7697. + Replaced four ee_draw_line() with ee_draw_thin_box().
  7698. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  7699. defines y1.
  7700. + Randomized colours from 0 to 15 instead of 1 to 10.
  7701. * src/Makefiles.am:
  7702. + Added -lm to the ttyvaders linking flags because of the intro.
  7703. * README BUGS TODO:
  7704. + Updated.
  7705. ------------------------------------------------------------------------
  7706. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  7707. Changed paths:
  7708. M /trunk/README
  7709. M /trunk/configure.ac
  7710. M /trunk/libee/ee.c
  7711. M /trunk/libee/graphics.c
  7712. * README:
  7713. + Added a note about dos cross-compilation.
  7714. * configure.ac:
  7715. + Added a check for ScreenUpdate in <pc.h>.
  7716. * libee/graphics.c libee/ee.c:
  7717. + Improved the conio port thanks to ScreenUpdate().
  7718. ------------------------------------------------------------------------
  7719. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  7720. Changed paths:
  7721. M /trunk/configure.ac
  7722. M /trunk/libee/conic.c
  7723. M /trunk/libee/ee.c
  7724. M /trunk/libee/graphics.c
  7725. M /trunk/libee/io.c
  7726. M /trunk/libee/line.c
  7727. * MS-DOS port of libee, using <conio.h>.
  7728. ------------------------------------------------------------------------
  7729. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  7730. Changed paths:
  7731. M /trunk/data/foo_fighter
  7732. M /trunk/libee/box.c
  7733. M /trunk/libee/ee.h
  7734. M /trunk/libee/graphics.c
  7735. M /trunk/libee/line.c
  7736. M /trunk/libee/sprite.c
  7737. M /trunk/src/Makefile.am
  7738. M /trunk/src/aliens.c
  7739. M /trunk/src/bonus.c
  7740. M /trunk/src/box.c
  7741. M /trunk/src/common.h
  7742. M /trunk/src/explosions.c
  7743. A /trunk/src/intro.c
  7744. M /trunk/src/main.c
  7745. M /trunk/src/overlay.c
  7746. M /trunk/src/player.c
  7747. M /trunk/src/starfield.c
  7748. M /trunk/src/tunnel.c
  7749. M /trunk/src/weapons.c
  7750. M /trunk/test/demo.c
  7751. M /trunk/test/spritedit.c
  7752. * libee/graphics.c:
  7753. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  7754. * libee/line.c:
  7755. + Implemented draw_polyline() and draw_thin_polyline().
  7756. * libee/sprite.c:
  7757. + Removed the f member of struct ee_sprite.
  7758. + Implemented ee_get_sprite_{width|height|dx|dy}().
  7759. + Restore the color fater ee_draw_sprite() is called.
  7760. * libee/box.c:
  7761. + Fixed a bug causing improper box clipping at the right and the bottom.
  7762. * data/foo_fighter:
  7763. + Fixed bugs in the sprite.
  7764. * src/intro.c:
  7765. + Test effects for the future game's intro.
  7766. * test/spritedit.c:
  7767. + Added stuff to the sprite editor. We can now navigate through frames.
  7768. ------------------------------------------------------------------------
  7769. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  7770. Changed paths:
  7771. M /trunk/libee/Makefile.am
  7772. A /trunk/libee/box.c
  7773. M /trunk/libee/conic.c
  7774. M /trunk/libee/ee.h
  7775. M /trunk/libee/triangle.c
  7776. M /trunk/test/demo.c
  7777. * libee/triangle.c:
  7778. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  7779. * libee/box.c:
  7780. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  7781. * libee/conic.c:
  7782. + Wrote ee_fill_ellipse().
  7783. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  7784. * test/demo.c:
  7785. + Merged demo_lines() and demo_thin_lines().
  7786. + Merged demo_triangles() and demo_outlined_triangles().
  7787. + Wrote demo_box().
  7788. + Use ee_fill_ellipse() in demo_all().
  7789. ------------------------------------------------------------------------
  7790. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  7791. Changed paths:
  7792. M /trunk/data/Makefile.am
  7793. A /trunk/data/ship_green
  7794. M /trunk/src/collide.c
  7795. M /trunk/src/main.c
  7796. M /trunk/src/player.c
  7797. M /trunk/src/weapons.c
  7798. * src/weapons.c:
  7799. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  7800. * src/player.c:
  7801. + Use ee_draw_sprite() to draw our ship.
  7802. ------------------------------------------------------------------------
  7803. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  7804. Changed paths:
  7805. M /trunk/libee/Makefile.am
  7806. M /trunk/libee/conic.c
  7807. M /trunk/libee/ee.c
  7808. M /trunk/libee/ee.h
  7809. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  7810. M /trunk/libee/io.c
  7811. M /trunk/libee/line.c
  7812. M /trunk/libee/math.c
  7813. M /trunk/libee/sprite.c
  7814. M /trunk/libee/triangle.c
  7815. M /trunk/src/box.c
  7816. M /trunk/src/overlay.c
  7817. M /trunk/src/player.c
  7818. M /trunk/src/starfield.c
  7819. M /trunk/src/tunnel.c
  7820. M /trunk/src/weapons.c
  7821. M /trunk/test/demo.c
  7822. * libee/graphics.c:
  7823. + Moved ee_putstr() and ee_putchar() in here.
  7824. * libee/ee.h:
  7825. + Got rid of ee_goto().
  7826. + Moved <slang.h> or <curses.h> into libee.
  7827. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  7828. * Ditto for ee_putchar().
  7829. ------------------------------------------------------------------------
  7830. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  7831. Changed paths:
  7832. M /trunk/data/Makefile.am
  7833. M /trunk/src/Makefile.am
  7834. M /trunk/test
  7835. M /trunk/test/Makefile.am
  7836. A /trunk/test/spritedit.c
  7837. * test/spritedit.c:
  7838. + Placeholder for our upcoming sprite editor.
  7839. * src/Makefile.am data/Makefile.am:
  7840. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  7841. ------------------------------------------------------------------------
  7842. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  7843. Changed paths:
  7844. M /trunk/data/Makefile.am
  7845. A /trunk/data/weapon_fragbomb
  7846. M /trunk/src/weapons.c
  7847. * src/weapons.c data/weapon_fragbomb:
  7848. + Drew the fragbomb sprite.
  7849. + Use the fragbomb in src/weapons.c.
  7850. ------------------------------------------------------------------------
  7851. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  7852. Changed paths:
  7853. M /trunk/data/Makefile.am
  7854. A /trunk/data/weapon_bomb
  7855. M /trunk/src/weapons.c
  7856. * data/weapon_bomb:
  7857. + New bomb sprite.
  7858. * src/weapons.c:
  7859. + Switched the bomb drawing to use ee_draw_sprite().
  7860. ------------------------------------------------------------------------
  7861. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  7862. Changed paths:
  7863. M /trunk/data/Makefile.am
  7864. A /trunk/data/explosion_medium
  7865. A /trunk/data/explosion_small
  7866. M /trunk/libee/sprite.c
  7867. M /trunk/src/explosions.c
  7868. * libee/sprite.c:
  7869. + Made sprite loading more robust.
  7870. * src/explosions.c:
  7871. + No longer use ee_putchar etc. to draw our sprites, but use
  7872. ee_draw_sprite().
  7873. * data/:
  7874. + Drew explosion_medium and explosion_small sprites.
  7875. ------------------------------------------------------------------------
  7876. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7877. Changed paths:
  7878. M /trunk/libee/conic.c
  7879. * libee/conic.c: Clip circles and ellipses.
  7880. ------------------------------------------------------------------------
  7881. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  7882. Changed paths:
  7883. M /trunk/libee/conic.c
  7884. M /trunk/libee/sprite.c
  7885. * libee/sprite.c:
  7886. + Added sanity checks in ee_sprite_* functions.
  7887. * libee/conic.c:
  7888. + Use ellipsepoints() in ee_draw_circle().
  7889. ------------------------------------------------------------------------
  7890. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  7891. Changed paths:
  7892. M /trunk/test/demo.c
  7893. * test/demo.c:
  7894. + Ellipses demo.
  7895. ------------------------------------------------------------------------
  7896. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  7897. Changed paths:
  7898. M /trunk/libee/conic.c
  7899. M /trunk/libee/ee.h
  7900. * libee/conic.c:
  7901. + ee_draw_ellipse().
  7902. ------------------------------------------------------------------------
  7903. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  7904. Changed paths:
  7905. M /trunk/libee/Makefile.am
  7906. D /trunk/libee/circle.c
  7907. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  7908. M /trunk/libee/line.c
  7909. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  7910. ------------------------------------------------------------------------
  7911. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  7912. Changed paths:
  7913. M /trunk/libee/line.c
  7914. * libee/line.c:
  7915. + Added code comments.
  7916. ------------------------------------------------------------------------
  7917. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  7918. Changed paths:
  7919. M /trunk/configure.ac
  7920. M /trunk/libee/Makefile.am
  7921. M /trunk/src/Makefile.am
  7922. M /trunk/test/Makefile.am
  7923. * configure.ac:
  7924. + Moved optimization flags and warning triggers here.
  7925. + Updated the snapshot timestamp.
  7926. ------------------------------------------------------------------------
  7927. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  7928. Changed paths:
  7929. M /trunk/test/demo.c
  7930. * test/demo.c: Nicer complete demo.
  7931. ------------------------------------------------------------------------
  7932. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  7933. Changed paths:
  7934. M /trunk/data/Makefile.am
  7935. A /trunk/data/baz_fighter
  7936. A /trunk/data/foo_fighter
  7937. A /trunk/data/item_gem
  7938. A /trunk/data/item_heart
  7939. M /trunk/libee/ee.h
  7940. M /trunk/libee/sprite.c
  7941. M /trunk/src/aliens.c
  7942. M /trunk/src/bonus.c
  7943. M /trunk/src/box.c
  7944. * libee/sprite.c:
  7945. + More robust sprite loader.
  7946. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  7947. + Free all structures in ee_free_sprite().
  7948. * src/aliens.c src/bonus.c:
  7949. + Use ee_draw_sprite() instead of our manual sprite rendering.
  7950. * src/box.c:
  7951. + Use ee_draw_line() instead of the manual equivalent.
  7952. * data/:
  7953. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  7954. ------------------------------------------------------------------------
  7955. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  7956. Changed paths:
  7957. A /trunk/data/Makefile.am
  7958. * Oops, forgot data/Makefile.am.
  7959. ------------------------------------------------------------------------
  7960. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  7961. Changed paths:
  7962. M /trunk/Makefile.am
  7963. M /trunk/configure.ac
  7964. A /trunk/data
  7965. A /trunk/data/bar_boss
  7966. A /trunk/data/bar_fighter
  7967. M /trunk/test/demo.c
  7968. * test/demo.c:
  7969. + Wrote a little sprite demo.
  7970. * data/:
  7971. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  7972. ------------------------------------------------------------------------
  7973. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7974. Changed paths:
  7975. M /trunk/libee/Makefile.am
  7976. M /trunk/libee/ee.h
  7977. A /trunk/libee/sprite.c
  7978. * libee/sprite.c:
  7979. + Beginning of sprite handling within the library.
  7980. + Added support to load files.
  7981. ------------------------------------------------------------------------
  7982. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  7983. Changed paths:
  7984. M /trunk/test/demo.c
  7985. * test/demo.c:
  7986. + outlined triangles demo.
  7987. ------------------------------------------------------------------------
  7988. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7989. Changed paths:
  7990. M /trunk/configure.ac
  7991. M /trunk/libee/Makefile.am
  7992. M /trunk/src/Makefile.am
  7993. M /trunk/test/Makefile.am
  7994. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  7995. ------------------------------------------------------------------------
  7996. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7997. Changed paths:
  7998. M /trunk/src/aliens.c
  7999. M /trunk/src/bonus.c
  8000. M /trunk/src/box.c
  8001. M /trunk/src/collide.c
  8002. M /trunk/src/explosions.c
  8003. M /trunk/src/main.c
  8004. M /trunk/src/overlay.c
  8005. M /trunk/src/player.c
  8006. M /trunk/src/starfield.c
  8007. M /trunk/src/tunnel.c
  8008. M /trunk/src/weapons.c
  8009. * src/*.c:
  8010. + Added missing #include "config.h".
  8011. + Fixed a nasty bug in ee_rand() calls.
  8012. ------------------------------------------------------------------------
  8013. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  8014. Changed paths:
  8015. M /trunk/test/demo.c
  8016. * test/demo.c:
  8017. + Disabled the pyramid demo and wrote a simple triangles demo.
  8018. ------------------------------------------------------------------------
  8019. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  8020. Changed paths:
  8021. M /trunk/libee/Makefile.am
  8022. M /trunk/libee/ee.h
  8023. A /trunk/libee/triangle.c
  8024. M /trunk/test/Makefile.am
  8025. M /trunk/test/demo.c
  8026. * libee/triangle.c:
  8027. + Implemented ee_fill_triangle().
  8028. * test/demo.c:
  8029. + Triangle demo.
  8030. ------------------------------------------------------------------------
  8031. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  8032. Changed paths:
  8033. M /trunk/libee/ee.h
  8034. M /trunk/libee/line.c
  8035. M /trunk/test/demo.c
  8036. * libee/line.c:
  8037. + ee_draw_thin_line().
  8038. * test/demo.c:
  8039. + Added a thin lines demo.
  8040. ------------------------------------------------------------------------
  8041. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  8042. Changed paths:
  8043. M /trunk/libee/line.c
  8044. * libee/line.c: genericized line drawing for future use.
  8045. ------------------------------------------------------------------------
  8046. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  8047. Changed paths:
  8048. M /trunk/test
  8049. M /trunk/test/demo.c
  8050. * test/demo.c:
  8051. + Putpixel demo.
  8052. + Draw line demo.
  8053. + Draw circle demo.
  8054. + Animated radar demo.
  8055. ------------------------------------------------------------------------
  8056. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  8057. Changed paths:
  8058. M /trunk/libee/Makefile.am
  8059. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  8060. M /trunk/libee/ee.h
  8061. M /trunk/libee/line.c
  8062. M /trunk/src/weapons.c
  8063. * src/weapons.c:
  8064. + Removed draw_circle, use ee_draw_circle instead.
  8065. * libee/circle.c:
  8066. + New ee_draw_circle function.
  8067. * libee/line.c:
  8068. + Changed an internal function's name.
  8069. ------------------------------------------------------------------------
  8070. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  8071. Changed paths:
  8072. M /trunk/libee
  8073. M /trunk/libee/Makefile.am
  8074. M /trunk/libee/ee.h
  8075. A /trunk/libee/line.c
  8076. * libee/line.c: Implemented ee_draw_line.
  8077. ------------------------------------------------------------------------
  8078. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  8079. Changed paths:
  8080. M /trunk/libee/ee.c
  8081. M /trunk/libee/ee.h
  8082. M /trunk/test/demo.c
  8083. * libee/ee.c:
  8084. + got rid of DELAY.
  8085. * test/demo.c:
  8086. + Minor animation effect.
  8087. ------------------------------------------------------------------------
  8088. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  8089. Changed paths:
  8090. M /trunk/libee/math.c
  8091. * libee/math.c: fixed a thinko in ee_rand().
  8092. ------------------------------------------------------------------------
  8093. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  8094. Changed paths:
  8095. M /trunk/libee/Makefile.am
  8096. M /trunk/libee/ee.c
  8097. M /trunk/libee/ee.h
  8098. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  8099. A /trunk/libee/math.c
  8100. M /trunk/src/Makefile.am
  8101. M /trunk/src/aliens.c
  8102. M /trunk/src/collide.c
  8103. M /trunk/src/common.h
  8104. M /trunk/src/explosions.c
  8105. M /trunk/src/main.c
  8106. D /trunk/src/math.c
  8107. M /trunk/src/starfield.c
  8108. M /trunk/src/tunnel.c
  8109. M /trunk/src/weapons.c
  8110. * libee/io.c:
  8111. + Moved ee_get_key() here.
  8112. * libee/math.c:
  8113. + Moved r00t() here and renamed it to ee_sqrt().
  8114. + Moved GET_RAND() here and renamed it to ee_rand().
  8115. * src/math.c:
  8116. + Removed this deprecated file.
  8117. ------------------------------------------------------------------------
  8118. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  8119. Changed paths:
  8120. M /trunk/src/aliens.c
  8121. M /trunk/src/bonus.c
  8122. M /trunk/src/box.c
  8123. M /trunk/src/ceo.c
  8124. M /trunk/src/collide.c
  8125. M /trunk/src/common.h
  8126. M /trunk/src/explosions.c
  8127. M /trunk/src/main.c
  8128. M /trunk/src/math.c
  8129. M /trunk/src/overlay.c
  8130. M /trunk/src/player.c
  8131. M /trunk/src/starfield.c
  8132. M /trunk/src/tunnel.c
  8133. M /trunk/src/weapons.c
  8134. * Coding style everywhere.
  8135. ------------------------------------------------------------------------
  8136. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  8137. Changed paths:
  8138. M /trunk/libee/Makefile.am
  8139. M /trunk/test/Makefile.am
  8140. A /trunk/test/demo.c
  8141. * libee/Makefile.am, test/Makefile.am:
  8142. + Added more compiler warning flags.
  8143. * test/demo.c:
  8144. + Small demo for libee.
  8145. ------------------------------------------------------------------------
  8146. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  8147. Changed paths:
  8148. M /trunk/libee/ee.c
  8149. * libee/ee.c: Fixed a compilation warning.
  8150. ------------------------------------------------------------------------
  8151. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  8152. Changed paths:
  8153. M /trunk/libee/ee.c
  8154. * libee/ee.c: Exact line fill in ee_clear().
  8155. ------------------------------------------------------------------------
  8156. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  8157. Changed paths:
  8158. M /trunk/libee/Makefile.am
  8159. M /trunk/libee/ee.c
  8160. A /trunk/libee/ee.h
  8161. M /trunk/src/Makefile.am
  8162. M /trunk/src/aliens.c
  8163. M /trunk/src/bonus.c
  8164. M /trunk/src/box.c
  8165. M /trunk/src/ceo.c
  8166. M /trunk/src/common.h
  8167. M /trunk/src/explosions.c
  8168. M /trunk/src/main.c
  8169. M /trunk/src/overlay.c
  8170. M /trunk/src/player.c
  8171. M /trunk/src/starfield.c
  8172. M /trunk/src/tunnel.c
  8173. M /trunk/src/weapons.c
  8174. * libee is now standalone.
  8175. ------------------------------------------------------------------------
  8176. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  8177. Changed paths:
  8178. M /trunk/Makefile.am
  8179. M /trunk/configure.ac
  8180. M /trunk/libee
  8181. A /trunk/libee/Makefile.am
  8182. M /trunk/src/Makefile.am
  8183. A /trunk/test
  8184. A /trunk/test/Makefile.am
  8185. * libee is now (almost) standalone.
  8186. ------------------------------------------------------------------------
  8187. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  8188. Changed paths:
  8189. M /trunk/doc/shapes.txt
  8190. A /trunk/libee
  8191. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  8192. M /trunk/src/Makefile.am
  8193. M /trunk/src/ceo.c
  8194. M /trunk/src/common.h
  8195. D /trunk/src/graphics.c
  8196. M /trunk/src/main.c
  8197. * libee/ee.c:
  8198. + First file in libee, from src/graphics.c.
  8199. + Disable cursor upon initialisation.
  8200. + Added delay code for constant framerate.
  8201. * src/common.h:
  8202. + Minor compilation fix for latest ncurses.
  8203. ------------------------------------------------------------------------
  8204. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  8205. Changed paths:
  8206. M /trunk/bootstrap
  8207. * bootstrap: always remove autom4te.cache.
  8208. ------------------------------------------------------------------------
  8209. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  8210. Changed paths:
  8211. M /trunk
  8212. M /trunk/autotools
  8213. M /trunk/bootstrap
  8214. M /trunk/configure.ac
  8215. M /trunk/debian
  8216. M /trunk/src
  8217. M /trunk/src/aliens.c
  8218. M /trunk/src/bonus.c
  8219. M /trunk/src/box.c
  8220. M /trunk/src/ceo.c
  8221. M /trunk/src/collide.c
  8222. M /trunk/src/common.h
  8223. M /trunk/src/explosions.c
  8224. M /trunk/src/graphics.c
  8225. M /trunk/src/main.c
  8226. M /trunk/src/math.c
  8227. M /trunk/src/overlay.c
  8228. M /trunk/src/player.c
  8229. M /trunk/src/starfield.c
  8230. M /trunk/src/tunnel.c
  8231. M /trunk/src/weapons.c
  8232. * Fixed keywords, ignore, and lots of tiny SVN things.
  8233. ------------------------------------------------------------------------
  8234. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  8235. Changed paths:
  8236. M /trunk/TODO
  8237. M /trunk/src/Makefile.am
  8238. A /trunk/src/box.c
  8239. M /trunk/src/common.h
  8240. M /trunk/src/main.c
  8241. M /trunk/src/overlay.c
  8242. * support for boxes
  8243. * application: pause box
  8244. ------------------------------------------------------------------------
  8245. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  8246. Changed paths:
  8247. M /trunk/TODO
  8248. M /trunk/src/collide.c
  8249. * cosmetic code changes.
  8250. * fixed a bug in the tunnel munching.
  8251. ------------------------------------------------------------------------
  8252. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  8253. Changed paths:
  8254. M /trunk/README
  8255. M /trunk/TODO
  8256. M /trunk/configure.ac
  8257. M /trunk/src/weapons.c
  8258. * fixed the ncurses build.
  8259. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  8260. ------------------------------------------------------------------------
  8261. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  8262. Changed paths:
  8263. M /trunk/configure.ac
  8264. M /trunk/src/collide.c
  8265. M /trunk/src/common.h
  8266. M /trunk/src/graphics.c
  8267. M /trunk/src/main.c
  8268. M /trunk/src/overlay.c
  8269. M /trunk/src/player.c
  8270. * new timestamp for a new snapshot.
  8271. * lots of sanity checks in collide.c.
  8272. * moved usleep() to graphics.c.
  8273. * added random key generator in the dummy driver.
  8274. * cosmetic changes in the energy bars.
  8275. ------------------------------------------------------------------------
  8276. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  8277. Changed paths:
  8278. M /trunk/src/Makefile.am
  8279. M /trunk/src/common.h
  8280. M /trunk/src/main.c
  8281. A /trunk/src/overlay.c
  8282. M /trunk/src/player.c
  8283. * better handling of special weapon timeout.
  8284. * the bomb is now part of the standard fire button effect.
  8285. * overlay for life and special weapon jauges.
  8286. ------------------------------------------------------------------------
  8287. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  8288. Changed paths:
  8289. M /trunk/src/aliens.c
  8290. M /trunk/src/collide.c
  8291. M /trunk/src/common.h
  8292. M /trunk/src/main.c
  8293. M /trunk/src/player.c
  8294. * aliens are now named foo, bar and baz.
  8295. * beginning of life jauges.
  8296. ------------------------------------------------------------------------
  8297. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  8298. Changed paths:
  8299. M /trunk/src/common.h
  8300. M /trunk/src/main.c
  8301. M /trunk/src/player.c
  8302. * ship has vx and vy.
  8303. ------------------------------------------------------------------------
  8304. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  8305. Changed paths:
  8306. M /trunk/TODO
  8307. M /trunk/src/main.c
  8308. M /trunk/src/tunnel.c
  8309. * cosmetic change: reworked draw_tunnel.
  8310. ------------------------------------------------------------------------
  8311. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  8312. Changed paths:
  8313. M /trunk/src/main.c
  8314. M /trunk/src/tunnel.c
  8315. * lasers are now twice as fast.
  8316. * walls are now filled, and displayed on top of aliens.
  8317. ------------------------------------------------------------------------
  8318. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  8319. Changed paths:
  8320. M /trunk/configure.ac
  8321. M /trunk/src/Makefile.am
  8322. M /trunk/src/ceo.c
  8323. M /trunk/src/common.h
  8324. M /trunk/src/graphics.c
  8325. M /trunk/src/main.c
  8326. M /trunk/src/tunnel.c
  8327. * added support for --disable-slang.
  8328. * fixed an overflow in the tunnel update code.
  8329. * fragbomb is now 'f', not 'd'.
  8330. * added a missing call to init_bonus().
  8331. ------------------------------------------------------------------------
  8332. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  8333. Changed paths:
  8334. M /trunk/TODO
  8335. M /trunk/src/collide.c
  8336. M /trunk/src/common.h
  8337. M /trunk/src/main.c
  8338. M /trunk/src/starfield.c
  8339. M /trunk/src/tunnel.c
  8340. M /trunk/src/weapons.c
  8341. * the beam now digs the tunnel.
  8342. * the starfield is now an array of stars.
  8343. * fixed wall rendering (offset issues and disappearing left wall).
  8344. * 32 seekers on fragbomb explosion, not 16.
  8345. ------------------------------------------------------------------------
  8346. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  8347. Changed paths:
  8348. M /trunk/src/weapons.c
  8349. * seekers and homing bombs react more quickly.
  8350. * 16 seekers on fragbomb explosion instead of 12.
  8351. ------------------------------------------------------------------------
  8352. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  8353. Changed paths:
  8354. M /trunk/src/math.c
  8355. M /trunk/src/weapons.c
  8356. * fixed a segfault when the target seeker speed was zero.
  8357. * factorized the seeker generation on fragbomb explosion.
  8358. ------------------------------------------------------------------------
  8359. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  8360. Changed paths:
  8361. M /trunk/src/Makefile.am
  8362. M /trunk/src/common.h
  8363. A /trunk/src/math.c
  8364. M /trunk/src/weapons.c
  8365. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  8366. ------------------------------------------------------------------------
  8367. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  8368. Changed paths:
  8369. M /trunk/doc/shapes.txt
  8370. M /trunk/src/aliens.c
  8371. M /trunk/src/ceo.c
  8372. M /trunk/src/collide.c
  8373. M /trunk/src/common.h
  8374. M /trunk/src/main.c
  8375. M /trunk/src/weapons.c
  8376. * dead aliens don't explode in the collision loop but in their update loop.
  8377. * new super weapon, the fragmentation bomb.
  8378. ------------------------------------------------------------------------
  8379. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  8380. Changed paths:
  8381. M /trunk/.cvsignore
  8382. M /trunk/Makefile.am
  8383. A /trunk/autotools
  8384. A /trunk/autotools/.cvsignore
  8385. A /trunk/autotools/Makefile.am
  8386. M /trunk/bootstrap
  8387. M /trunk/configure.ac
  8388. M /trunk/debian/.cvsignore
  8389. M /trunk/src/Makefile.am
  8390. * Moved generated autotools files to the autotools/ directory.
  8391. ------------------------------------------------------------------------
  8392. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  8393. Changed paths:
  8394. M /trunk/src/aliens.c
  8395. M /trunk/src/bonus.c
  8396. M /trunk/src/ceo.c
  8397. M /trunk/src/collide.c
  8398. M /trunk/src/common.h
  8399. M /trunk/src/explosions.c
  8400. M /trunk/src/graphics.c
  8401. M /trunk/src/main.c
  8402. M /trunk/src/player.c
  8403. M /trunk/src/starfield.c
  8404. M /trunk/src/tunnel.c
  8405. M /trunk/src/weapons.c
  8406. * I think I fucked up the $Id tags on my previous commit.
  8407. ------------------------------------------------------------------------
  8408. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  8409. Changed paths:
  8410. A /trunk/COPYING
  8411. M /trunk/src/aliens.c
  8412. M /trunk/src/bonus.c
  8413. M /trunk/src/ceo.c
  8414. M /trunk/src/collide.c
  8415. M /trunk/src/common.h
  8416. M /trunk/src/explosions.c
  8417. M /trunk/src/graphics.c
  8418. M /trunk/src/main.c
  8419. M /trunk/src/player.c
  8420. M /trunk/src/starfield.c
  8421. M /trunk/src/tunnel.c
  8422. M /trunk/src/weapons.c
  8423. * added the COPYING file (GPLv2).
  8424. * added GPL headers to source files.
  8425. ------------------------------------------------------------------------
  8426. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  8427. Changed paths:
  8428. M /trunk/src/Makefile.am
  8429. A /trunk/src/ceo.c
  8430. M /trunk/src/common.h
  8431. M /trunk/src/main.c
  8432. * tab == hotkey for CEO alert.
  8433. ------------------------------------------------------------------------
  8434. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  8435. Changed paths:
  8436. M /trunk/TODO
  8437. M /trunk/doc/shapes.txt
  8438. M /trunk/src/aliens.c
  8439. * 3rd alien type.
  8440. ------------------------------------------------------------------------
  8441. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  8442. Changed paths:
  8443. D /trunk/Makefile
  8444. * Scrapped Makefile.
  8445. ------------------------------------------------------------------------
  8446. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  8447. Changed paths:
  8448. M /trunk/Makefile
  8449. A /trunk/README
  8450. A /trunk/TODO
  8451. * README and TODO files.
  8452. ------------------------------------------------------------------------
  8453. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  8454. Changed paths:
  8455. M /trunk/Makefile
  8456. M /trunk/configure.ac
  8457. M /trunk/doc/shapes.txt
  8458. M /trunk/src/collide.c
  8459. M /trunk/src/weapons.c
  8460. * the bomb's head is now white
  8461. ------------------------------------------------------------------------
  8462. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  8463. Changed paths:
  8464. M /trunk/doc/shapes.txt
  8465. M /trunk/src/aliens.c
  8466. M /trunk/src/collide.c
  8467. M /trunk/src/common.h
  8468. M /trunk/src/main.c
  8469. M /trunk/src/weapons.c
  8470. * new weapon: bomb.
  8471. * beam now collides with aliens.
  8472. ------------------------------------------------------------------------
  8473. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  8474. Changed paths:
  8475. M /trunk/doc/shapes.txt
  8476. M /trunk/src/common.h
  8477. M /trunk/src/main.c
  8478. M /trunk/src/weapons.c
  8479. * 'beam' weapon.
  8480. ------------------------------------------------------------------------
  8481. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  8482. Changed paths:
  8483. M /trunk/Makefile
  8484. M /trunk/configure.ac
  8485. M /trunk/debian/changelog
  8486. M /trunk/debian/control
  8487. M /trunk/debian/rules
  8488. M /trunk/doc/shapes.txt
  8489. M /trunk/src/Makefile.am
  8490. M /trunk/src/aliens.c
  8491. A /trunk/src/bonus.c
  8492. M /trunk/src/collide.c
  8493. M /trunk/src/common.h
  8494. M /trunk/src/explosions.c
  8495. M /trunk/src/graphics.c
  8496. M /trunk/src/main.c
  8497. M /trunk/src/player.c
  8498. M /trunk/src/starfield.c
  8499. M /trunk/src/tunnel.c
  8500. M /trunk/src/weapons.c
  8501. * real Debian package files.
  8502. * two new types of aliens. only one rules.
  8503. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  8504. * added bonuses at alien death. they do nothing yet.
  8505. * seeker missiles. 'b' to test.
  8506. * weapon resolution is now 16*char. needs to be generalized.
  8507. * fixed the supernova bugs. center could collide with the tunnel, and
  8508. the last frame was badly displayed.
  8509. * lots of cleanups everywhere.
  8510. ------------------------------------------------------------------------
  8511. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  8512. Changed paths:
  8513. M /trunk/.cvsignore
  8514. M /trunk/Makefile
  8515. A /trunk/Makefile.am
  8516. D /trunk/aliens.c
  8517. A /trunk/bootstrap
  8518. D /trunk/collide.c
  8519. D /trunk/common.h
  8520. A /trunk/configure.ac
  8521. A /trunk/debian
  8522. A /trunk/debian/.cvsignore
  8523. A /trunk/debian/Makefile.am
  8524. A /trunk/debian/changelog
  8525. A /trunk/debian/control
  8526. A /trunk/debian/rules
  8527. A /trunk/doc
  8528. A /trunk/doc/shapes.txt
  8529. D /trunk/explosions.c
  8530. D /trunk/graphics.c
  8531. D /trunk/main.c
  8532. D /trunk/player.c
  8533. D /trunk/shapes.txt
  8534. A /trunk/src
  8535. A /trunk/src/.cvsignore
  8536. A /trunk/src/Makefile.am
  8537. A /trunk/src/aliens.c
  8538. A /trunk/src/collide.c
  8539. A /trunk/src/common.h
  8540. A /trunk/src/explosions.c
  8541. A /trunk/src/graphics.c
  8542. A /trunk/src/main.c
  8543. A /trunk/src/player.c
  8544. A /trunk/src/starfield.c
  8545. A /trunk/src/tunnel.c
  8546. A /trunk/src/weapons.c
  8547. D /trunk/starfield.c
  8548. D /trunk/tunnel.c
  8549. D /trunk/weapons.c
  8550. * autotoolificationized the whole thing.
  8551. ------------------------------------------------------------------------
  8552. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  8553. Changed paths:
  8554. M /trunk/collide.c
  8555. M /trunk/common.h
  8556. M /trunk/explosions.c
  8557. M /trunk/main.c
  8558. M /trunk/player.c
  8559. M /trunk/weapons.c
  8560. * moved nuke from explosions to weapons.
  8561. * used a cool Bresenham algorithm to draw the nuke circles.
  8562. * nuke collides with aliens.
  8563. ------------------------------------------------------------------------
  8564. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  8565. Changed paths:
  8566. A /trunk/.cvsignore
  8567. * .cvsignore file.
  8568. ------------------------------------------------------------------------
  8569. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  8570. Changed paths:
  8571. A /branches
  8572. A /trunk
  8573. A /trunk/Makefile
  8574. A /trunk/aliens.c
  8575. A /trunk/collide.c
  8576. A /trunk/common.h
  8577. A /trunk/explosions.c
  8578. A /trunk/graphics.c
  8579. A /trunk/main.c
  8580. A /trunk/player.c
  8581. A /trunk/shapes.txt
  8582. A /trunk/starfield.c
  8583. A /trunk/tunnel.c
  8584. A /trunk/weapons.c
  8585. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  8586. the nuke is still ugly, almost no collision detection. Nice demo :)
  8587. ------------------------------------------------------------------------