1 | | ------------------------------------------------------------------------ |
2 | | r2963 | sam | 2008-10-18 11:07:14 +0000 (Sat, 18 Oct 2008) | 1 line |
3 | | Changed paths: |
4 | | M /libcaca/trunk/caca/Makefile.am |
5 | | |
6 | | Add a cucul.h symbolic link upon installation. |
7 | | ------------------------------------------------------------------------ |
8 | | r2962 | sam | 2008-10-18 11:07:05 +0000 (Sat, 18 Oct 2008) | 1 line |
9 | | Changed paths: |
10 | | M /libcaca/trunk/caca/Makefile.am |
11 | | A /libcaca/trunk/caca/codec |
12 | | A /libcaca/trunk/caca/codec/export.c (from /libcaca/trunk/caca/export.c:2961) |
13 | | A /libcaca/trunk/caca/codec/import.c (from /libcaca/trunk/caca/import.c:2961) |
14 | | A /libcaca/trunk/caca/driver |
15 | | A /libcaca/trunk/caca/driver/cocoa.m (from /libcaca/trunk/caca/driver_cocoa.m:2961) |
16 | | A /libcaca/trunk/caca/driver/conio.c (from /libcaca/trunk/caca/driver_conio.c:2961) |
17 | | A /libcaca/trunk/caca/driver/gl.c (from /libcaca/trunk/caca/driver_gl.c:2961) |
18 | | A /libcaca/trunk/caca/driver/ncurses.c (from /libcaca/trunk/caca/driver_ncurses.c:2961) |
19 | | A /libcaca/trunk/caca/driver/raw.c (from /libcaca/trunk/caca/driver_raw.c:2961) |
20 | | A /libcaca/trunk/caca/driver/slang.c (from /libcaca/trunk/caca/driver_slang.c:2961) |
21 | | A /libcaca/trunk/caca/driver/vga.c (from /libcaca/trunk/caca/driver_vga.c:2961) |
22 | | A /libcaca/trunk/caca/driver/win32.c (from /libcaca/trunk/caca/driver_win32.c:2961) |
23 | | A /libcaca/trunk/caca/driver/x11.c (from /libcaca/trunk/caca/driver_x11.c:2961) |
24 | | D /libcaca/trunk/caca/driver_cocoa.m |
25 | | D /libcaca/trunk/caca/driver_conio.c |
26 | | D /libcaca/trunk/caca/driver_gl.c |
27 | | D /libcaca/trunk/caca/driver_ncurses.c |
28 | | D /libcaca/trunk/caca/driver_raw.c |
29 | | D /libcaca/trunk/caca/driver_slang.c |
30 | | D /libcaca/trunk/caca/driver_vga.c |
31 | | D /libcaca/trunk/caca/driver_win32.c |
32 | | D /libcaca/trunk/caca/driver_x11.c |
33 | | D /libcaca/trunk/caca/export.c |
34 | | D /libcaca/trunk/caca/import.c |
35 | | M /libcaca/trunk/caca/libcaca.vcproj |
36 | | |
37 | | libcaca: move codecs and import/export functions into subdirectories. |
38 | | ------------------------------------------------------------------------ |
39 | | r2961 | sam | 2008-10-18 11:06:58 +0000 (Sat, 18 Oct 2008) | 1 line |
40 | | Changed paths: |
41 | | M /libcaca/trunk/src/aafire.c |
42 | | M /libcaca/trunk/src/common-image.c |
43 | | |
44 | | Fix compilation warnings on platforms without Imlib2. |
45 | | ------------------------------------------------------------------------ |
46 | | r2960 | sam | 2008-10-18 11:06:49 +0000 (Sat, 18 Oct 2008) | 1 line |
47 | | Changed paths: |
48 | | M /libcaca/trunk/caca/figfont.c |
49 | | |
50 | | libcaca: fix a minor warning on DOS targets. |
51 | | ------------------------------------------------------------------------ |
52 | | r2959 | sam | 2008-10-16 23:44:49 +0000 (Thu, 16 Oct 2008) | 1 line |
53 | | Changed paths: |
54 | | M /libcaca/trunk/Makefile.am |
55 | | M /libcaca/trunk/src/Makefile.am |
56 | | M /libcaca/trunk/win32/Makefile.am |
57 | | |
58 | | Minor build system cosmetic changes. |
59 | | ------------------------------------------------------------------------ |
60 | | r2958 | sam | 2008-10-16 23:21:23 +0000 (Thu, 16 Oct 2008) | 2 lines |
61 | | Changed paths: |
62 | | M /libcaca/trunk/cxx/Makefile.am |
63 | | |
64 | | Do not attempt to create libcaca++ symlinks if C++ support was disabled. |
65 | | |
66 | | ------------------------------------------------------------------------ |
67 | | r2956 | sam | 2008-10-16 23:03:47 +0000 (Thu, 16 Oct 2008) | 2 lines |
68 | | Changed paths: |
69 | | M /libcaca/trunk/caca-sharp/caca-sharp.csproj |
70 | | M /libcaca/trunk/caca-sharp/test-csharp.csproj |
71 | | M /libcaca/trunk/cxx/test-cxx.vcproj |
72 | | |
73 | | Remove executable bit from files that do not need it. |
74 | | |
75 | | ------------------------------------------------------------------------ |
76 | | r2955 | sam | 2008-10-16 22:59:04 +0000 (Thu, 16 Oct 2008) | 2 lines |
77 | | Changed paths: |
78 | | M /libcaca/trunk/Makefile.am |
79 | | A /libcaca/trunk/caca-sharp (from /libcaca/trunk/csharp:2954) |
80 | | M /libcaca/trunk/configure.ac |
81 | | D /libcaca/trunk/csharp |
82 | | M /libcaca/trunk/libcaca.sln |
83 | | |
84 | | Rename csharp/ into caca-sharp/. |
85 | | |
86 | | ------------------------------------------------------------------------ |
87 | | r2901 | sam | 2008-10-07 23:43:53 +0000 (Tue, 07 Oct 2008) | 2 lines |
88 | | Changed paths: |
89 | | M /libcaca/trunk/build-win32 |
90 | | |
91 | | Update the Win32 cross-build script to reflect recent reorganisation. |
92 | | |
93 | | ------------------------------------------------------------------------ |
94 | | r2900 | sam | 2008-10-07 23:27:41 +0000 (Tue, 07 Oct 2008) | 2 lines |
95 | | Changed paths: |
96 | | M /libcaca/trunk/Makefile.am |
97 | | M /libcaca/trunk/caca/libcaca.vcproj |
98 | | M /libcaca/trunk/configure.ac |
99 | | M /libcaca/trunk/cxx/libcaca++.vcproj |
100 | | M /libcaca/trunk/cxx/test-cxx.vcproj |
101 | | D /libcaca/trunk/msvc |
102 | | M /libcaca/trunk/src/cacademo.vcproj |
103 | | M /libcaca/trunk/src/cacafire.vcproj |
104 | | M /libcaca/trunk/src/cacaview.vcproj |
105 | | A /libcaca/trunk/win32 (from /libcaca/trunk/msvc:2899) |
106 | | M /libcaca/trunk/win32/config.h |
107 | | |
108 | | Renamed msvc into win32. |
109 | | |
110 | | ------------------------------------------------------------------------ |
111 | | r2898 | sam | 2008-10-07 21:26:56 +0000 (Tue, 07 Oct 2008) | 1 line |
112 | | Changed paths: |
113 | | M /libcaca/trunk/caca/Makefile.am |
114 | | A /libcaca/trunk/caca/libcaca.def (from /libcaca/trunk/msvc/libcaca.def:2897) |
115 | | A /libcaca/trunk/caca/libcaca.vcproj (from /libcaca/trunk/msvc/libcaca.vcproj:2897) |
116 | | M /libcaca/trunk/csharp/Makefile.am |
117 | | A /libcaca/trunk/csharp/caca-sharp.csproj (from /libcaca/trunk/msvc/caca-sharp.csproj:2897) |
118 | | A /libcaca/trunk/csharp/test-csharp.csproj (from /libcaca/trunk/msvc/test-csharp.csproj:2897) |
119 | | M /libcaca/trunk/cxx/Makefile.am |
120 | | A /libcaca/trunk/cxx/libcaca++.def (from /libcaca/trunk/msvc/libcaca++.def:2897) |
121 | | A /libcaca/trunk/cxx/libcaca++.vcproj (from /libcaca/trunk/msvc/libcaca++.vcproj:2897) |
122 | | A /libcaca/trunk/cxx/test-cxx.vcproj (from /libcaca/trunk/msvc/test-cxx.vcproj:2897) |
123 | | A /libcaca/trunk/libcaca.sln (from /libcaca/trunk/msvc/libcaca.sln:2897) |
124 | | M /libcaca/trunk/msvc/Makefile.am |
125 | | D /libcaca/trunk/msvc/caca-sharp.csproj |
126 | | D /libcaca/trunk/msvc/cacademo.vcproj |
127 | | D /libcaca/trunk/msvc/cacafire.vcproj |
128 | | D /libcaca/trunk/msvc/cacaview.vcproj |
129 | | D /libcaca/trunk/msvc/libcaca++.def |
130 | | D /libcaca/trunk/msvc/libcaca++.vcproj |
131 | | D /libcaca/trunk/msvc/libcaca.def |
132 | | D /libcaca/trunk/msvc/libcaca.sln |
133 | | D /libcaca/trunk/msvc/libcaca.vcproj |
134 | | D /libcaca/trunk/msvc/test-csharp.csproj |
135 | | D /libcaca/trunk/msvc/test-cxx.vcproj |
136 | | M /libcaca/trunk/src/Makefile.am |
137 | | A /libcaca/trunk/src/cacademo.vcproj (from /libcaca/trunk/msvc/cacademo.vcproj:2897) |
138 | | A /libcaca/trunk/src/cacafire.vcproj (from /libcaca/trunk/msvc/cacafire.vcproj:2897) |
139 | | A /libcaca/trunk/src/cacaview.vcproj (from /libcaca/trunk/msvc/cacaview.vcproj:2897) |
140 | | |
141 | | Reorganise MSVC files so that each project is with its source code. |
142 | | ------------------------------------------------------------------------ |
143 | | r2896 | sam | 2008-10-07 16:06:08 +0000 (Tue, 07 Oct 2008) | 1 line |
144 | | Changed paths: |
145 | | M /libcaca/trunk/Makefile.am |
146 | | M /libcaca/trunk/caca/Makefile.am |
147 | | M /libcaca/trunk/caca/caca_internals.h |
148 | | A /libcaca/trunk/caca/caca_stubs.h (from /libcaca/trunk/stubs.h:2895) |
149 | | M /libcaca/trunk/msvc/libcaca.vcproj |
150 | | D /libcaca/trunk/stubs.h |
151 | | |
152 | | Move stubs.h to caca/caca_stubs.h since it's only used by the library. |
153 | | ------------------------------------------------------------------------ |
154 | | r2895 | sam | 2008-10-07 16:06:02 +0000 (Tue, 07 Oct 2008) | 1 line |
155 | | Changed paths: |
156 | | M /libcaca/trunk/configure.ac |
157 | | |
158 | | Fix the library suffix detection. |
159 | | ------------------------------------------------------------------------ |
160 | | r2888 | sam | 2008-10-06 20:45:02 +0000 (Mon, 06 Oct 2008) | 1 line |
161 | | Changed paths: |
162 | | M /libcaca/trunk/configure.ac |
163 | | M /libcaca/trunk/csharp/caca-sharp.dll.config.in |
164 | | |
165 | | Detect shared library suffix at configure stage. |
166 | | ------------------------------------------------------------------------ |
167 | | r2882 | sam | 2008-10-06 19:33:28 +0000 (Mon, 06 Oct 2008) | 1 line |
168 | | Changed paths: |
169 | | M /libcaca/trunk/csharp/caca-sharp.dll.config.in |
170 | | |
171 | | caca-sharp: support systems with .dylib or .sl shared libraries. |
172 | | ------------------------------------------------------------------------ |
173 | | r2881 | sam | 2008-10-06 19:33:24 +0000 (Mon, 06 Oct 2008) | 1 line |
174 | | Changed paths: |
175 | | M /libcaca/trunk/.gitignore |
176 | | |
177 | | .gitignore: ignore files generated by MonoDevelop. |
178 | | ------------------------------------------------------------------------ |
179 | | r2880 | sam | 2008-10-06 19:33:20 +0000 (Mon, 06 Oct 2008) | 1 line |
180 | | Changed paths: |
181 | | M /libcaca/trunk/Makefile.am |
182 | | |
183 | | Clean up the web server directories before copying the documentation there. |
184 | | ------------------------------------------------------------------------ |
185 | | r2879 | sam | 2008-10-06 19:33:15 +0000 (Mon, 06 Oct 2008) | 1 line |
186 | | Changed paths: |
187 | | M /libcaca/trunk/doc/tutorial.dox |
188 | | |
189 | | doc: rewrite the tutorial to reflect recent API updates. |
190 | | ------------------------------------------------------------------------ |
191 | | r2878 | sam | 2008-10-06 19:33:06 +0000 (Mon, 06 Oct 2008) | 1 line |
192 | | Changed paths: |
193 | | M /libcaca/trunk/caca/caca.pc.in |
194 | | |
195 | | libcaca: fix an infinite loop in the .pc file. |
196 | | ------------------------------------------------------------------------ |
197 | | r2871 | sam | 2008-10-05 15:50:11 +0000 (Sun, 05 Oct 2008) | 2 lines |
198 | | Changed paths: |
199 | | M /libcaca/trunk/configure.ac |
200 | | |
201 | | Fix detection of floating point assembly instructions. They were |
202 | | incorrectly detcted as present because gcc was optimising them away. |
203 | | ------------------------------------------------------------------------ |
204 | | r2868 | sam | 2008-10-05 01:37:25 +0000 (Sun, 05 Oct 2008) | 1 line |
205 | | Changed paths: |
206 | | M /libcaca/trunk/csharp/Makefile.am |
207 | | |
208 | | Tidy the .NET Makefile. |
209 | | ------------------------------------------------------------------------ |
210 | | r2867 | sam | 2008-10-05 00:56:17 +0000 (Sun, 05 Oct 2008) | 1 line |
211 | | Changed paths: |
212 | | A /libcaca/trunk/csharp/Attr.cs |
213 | | M /libcaca/trunk/csharp/Caca.cs |
214 | | A /libcaca/trunk/csharp/Canvas.cs |
215 | | A /libcaca/trunk/csharp/Display.cs |
216 | | A /libcaca/trunk/csharp/Dither.cs |
217 | | A /libcaca/trunk/csharp/Event.cs |
218 | | A /libcaca/trunk/csharp/Font.cs |
219 | | M /libcaca/trunk/csharp/Makefile.am |
220 | | M /libcaca/trunk/csharp/test.cs |
221 | | M /libcaca/trunk/msvc/caca-sharp.csproj |
222 | | |
223 | | Split the C# bindings into separate files. |
224 | | ------------------------------------------------------------------------ |
225 | | r2864 | sam | 2008-10-04 13:05:13 +0000 (Sat, 04 Oct 2008) | 1 line |
226 | | Changed paths: |
227 | | M /libcaca/trunk/caca/caca.c |
228 | | M /libcaca/trunk/configure.ac |
229 | | M /libcaca/trunk/src/cacaview.c |
230 | | |
231 | | configure.ac: use more modern autoconf syntax. |
232 | | ------------------------------------------------------------------------ |
233 | | r2860 | sam | 2008-09-29 23:03:38 +0000 (Mon, 29 Sep 2008) | 1 line |
234 | | Changed paths: |
235 | | M /libcaca/trunk/examples/Makefile.am |
236 | | |
237 | | Fix separate directory build failure caused by caca_types.h. |
238 | | ------------------------------------------------------------------------ |
239 | | r2859 | sam | 2008-09-29 23:03:34 +0000 (Mon, 29 Sep 2008) | 1 line |
240 | | Changed paths: |
241 | | M /libcaca/trunk/build-win32 |
242 | | |
243 | | Fix the Win32 build. |
244 | | ------------------------------------------------------------------------ |
245 | | r2858 | sam | 2008-09-29 23:03:30 +0000 (Mon, 29 Sep 2008) | 1 line |
246 | | Changed paths: |
247 | | M /libcaca/trunk/caca/caca0.c |
248 | | M /libcaca/trunk/caca/caca0.h |
249 | | |
250 | | Properly export legacy 0.9 symbols. |
251 | | ------------------------------------------------------------------------ |
252 | | r2854 | sam | 2008-09-29 22:02:45 +0000 (Mon, 29 Sep 2008) | 1 line |
253 | | Changed paths: |
254 | | M /libcaca/trunk/caca/Makefile.am |
255 | | M /libcaca/trunk/cxx/Makefile.am |
256 | | |
257 | | Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler. |
258 | | ------------------------------------------------------------------------ |
259 | | r2853 | bsittler | 2008-09-29 21:28:37 +0000 (Mon, 29 Sep 2008) | 1 line |
260 | | Changed paths: |
261 | | M /libcaca/trunk/caca/caca.h |
262 | | |
263 | | switch to weak aliases so it at least compiles on Mac OS X; note that the aliases do not actually work, so there is no cucul binary compatiblity in fact |
264 | | ------------------------------------------------------------------------ |
265 | | r2852 | bsittler | 2008-09-29 21:26:49 +0000 (Mon, 29 Sep 2008) | 1 line |
266 | | Changed paths: |
267 | | M /libcaca/trunk/caca/driver_cocoa.m |
268 | | |
269 | | remove reference to obsolete common.h |
270 | | ------------------------------------------------------------------------ |
271 | | r2851 | bsittler | 2008-09-29 21:26:05 +0000 (Mon, 29 Sep 2008) | 1 line |
272 | | Changed paths: |
273 | | M /libcaca/trunk/caca/caca.h |
274 | | |
275 | | add missing CUCUL_* compatiblity constants |
276 | | ------------------------------------------------------------------------ |
277 | | r2850 | sam | 2008-09-29 21:16:52 +0000 (Mon, 29 Sep 2008) | 1 line |
278 | | Changed paths: |
279 | | M /libcaca/trunk/caca/Makefile.am |
280 | | M /libcaca/trunk/cxx/Makefile.am |
281 | | |
282 | | Support for platforms where shared libraries are not called *.so. |
283 | | ------------------------------------------------------------------------ |
284 | | r2835 | sam | 2008-09-27 21:30:09 +0000 (Sat, 27 Sep 2008) | 1 line |
285 | | Changed paths: |
286 | | M /libcaca/trunk/doc/Makefile.am |
287 | | |
288 | | Fix documentation installation. This is the real 0.99.beta15 release. |
289 | | ------------------------------------------------------------------------ |
290 | | r2833 | sam | 2008-09-27 21:09:37 +0000 (Sat, 27 Sep 2008) | 1 line |
291 | | Changed paths: |
292 | | M /libcaca/trunk/Makefile.am |
293 | | M /libcaca/trunk/src/img2txt.c |
294 | | |
295 | | Change the website name to caca.zoy.org. |
296 | | ------------------------------------------------------------------------ |
297 | | r2832 | sam | 2008-09-27 18:11:01 +0000 (Sat, 27 Sep 2008) | 3 lines |
298 | | Changed paths: |
299 | | M /libcaca/trunk/ChangeLog |
300 | | M /libcaca/trunk/NEWS |
301 | | M /libcaca/trunk/configure.ac |
302 | | |
303 | | Set version to 0.99.beta14. |
304 | | Updated NEWS and ChangeLog. |
305 | | |
306 | | ------------------------------------------------------------------------ |
307 | | r2831 | sam | 2008-09-27 17:56:49 +0000 (Sat, 27 Sep 2008) | 1 line |
308 | | Changed paths: |
309 | | M /libcaca/trunk/caca/Makefile.am |
310 | | M /libcaca/trunk/cxx/Makefile.am |
311 | | M /libcaca/trunk/doc/Makefile.am |
312 | | |
313 | | End of the libcucul merge: add symbolic links where appropriate. |
314 | | ------------------------------------------------------------------------ |
315 | | r2830 | sam | 2008-09-27 17:56:43 +0000 (Sat, 27 Sep 2008) | 1 line |
316 | | Changed paths: |
317 | | M /libcaca/trunk/caca/Makefile.am |
318 | | M /libcaca/trunk/cxx/Makefile.am |
319 | | |
320 | | caca, cxx: install symlinks for backwards compatibility with libcucul. |
321 | | ------------------------------------------------------------------------ |
322 | | r2829 | pterjan | 2008-09-27 16:23:26 +0000 (Sat, 27 Sep 2008) | 1 line |
323 | | Changed paths: |
324 | | M /libcaca/trunk/ruby/caca-canvas.c |
325 | | |
326 | | * Fix a warning |
327 | | ------------------------------------------------------------------------ |
328 | | r2828 | sam | 2008-09-27 16:07:33 +0000 (Sat, 27 Sep 2008) | 1 line |
329 | | Changed paths: |
330 | | A /libcaca/trunk/caca/.gitignore |
331 | | |
332 | | .gitignore: ignore caca_types.h. |
333 | | ------------------------------------------------------------------------ |
334 | | r2827 | sam | 2008-09-27 15:57:33 +0000 (Sat, 27 Sep 2008) | 2 lines |
335 | | Changed paths: |
336 | | M /libcaca/trunk |
337 | | M /libcaca/trunk/caca |
338 | | M /libcaca/trunk/csharp |
339 | | M /libcaca/trunk/examples |
340 | | M /libcaca/trunk/python |
341 | | M /libcaca/trunk/src |
342 | | M /libcaca/trunk/tests |
343 | | |
344 | | Add missing svn:ignore SVN properties. |
345 | | |
346 | | ------------------------------------------------------------------------ |
347 | | r2826 | sam | 2008-09-27 15:43:01 +0000 (Sat, 27 Sep 2008) | 3 lines |
348 | | Changed paths: |
349 | | M /libcaca/trunk/caca/Makefile.am |
350 | | M /libcaca/trunk/caca/attr.c |
351 | | M /libcaca/trunk/caca/box.c |
352 | | M /libcaca/trunk/caca/caca.c |
353 | | M /libcaca/trunk/caca/caca.h |
354 | | M /libcaca/trunk/caca/canvas.c |
355 | | M /libcaca/trunk/caca/charset.c |
356 | | M /libcaca/trunk/caca/conic.c |
357 | | M /libcaca/trunk/caca/dither.c |
358 | | M /libcaca/trunk/caca/export.c |
359 | | M /libcaca/trunk/caca/figfont.c |
360 | | M /libcaca/trunk/caca/file.c |
361 | | M /libcaca/trunk/caca/font.c |
362 | | M /libcaca/trunk/caca/frame.c |
363 | | M /libcaca/trunk/caca/import.c |
364 | | M /libcaca/trunk/caca/line.c |
365 | | M /libcaca/trunk/caca/string.c |
366 | | M /libcaca/trunk/caca/transform.c |
367 | | M /libcaca/trunk/caca/triangle.c |
368 | | |
369 | | Continue the libcaca/libcucul merge. Source and binary compatibility |
370 | | are almost there. |
371 | | |
372 | | ------------------------------------------------------------------------ |
373 | | r2825 | pterjan | 2008-09-27 14:29:32 +0000 (Sat, 27 Sep 2008) | 1 line |
374 | | Changed paths: |
375 | | M /libcaca/trunk/ruby/t/tc_canvas.rb |
376 | | M /libcaca/trunk/ruby/t/tc_display.rb |
377 | | M /libcaca/trunk/ruby/t/tc_dither.rb |
378 | | M /libcaca/trunk/ruby/t/tc_font.rb |
379 | | M /libcaca/trunk/ruby/t/tc_frame.rb |
380 | | |
381 | | * No need to require test/unit in each testfile |
382 | | ------------------------------------------------------------------------ |
383 | | r2824 | sam | 2008-09-27 14:29:11 +0000 (Sat, 27 Sep 2008) | 2 lines |
384 | | Changed paths: |
385 | | M /libcaca/trunk/csharp/AssemblyInfo.cs |
386 | | M /libcaca/trunk/cxx/caca++.pc.in |
387 | | M /libcaca/trunk/cxx/cxxtest.cpp |
388 | | M /libcaca/trunk/doc/doxygen.cfg.in |
389 | | M /libcaca/trunk/doc/libcaca.dox |
390 | | M /libcaca/trunk/doc/migrating.dox |
391 | | M /libcaca/trunk/doc/tutorial.dox |
392 | | M /libcaca/trunk/examples/.gitignore |
393 | | M /libcaca/trunk/msvc/cacademo.vcproj |
394 | | M /libcaca/trunk/msvc/cacafire.vcproj |
395 | | M /libcaca/trunk/msvc/cacaview.vcproj |
396 | | M /libcaca/trunk/msvc/libcaca.sln |
397 | | M /libcaca/trunk/msvc/test-csharp.csproj |
398 | | M /libcaca/trunk/msvc/test-cxx.vcproj |
399 | | M /libcaca/trunk/python/snake.py |
400 | | M /libcaca/trunk/ruby/ruby.dox |
401 | | M /libcaca/trunk/tests/.gitignore |
402 | | M /libcaca/trunk/tests/caca-test.cpp |
403 | | |
404 | | Continuing the libcucul-libcaca merge. |
405 | | |
406 | | ------------------------------------------------------------------------ |
407 | | r2823 | pterjan | 2008-09-27 14:29:00 +0000 (Sat, 27 Sep 2008) | 1 line |
408 | | Changed paths: |
409 | | M /libcaca/trunk/ruby/test |
410 | | |
411 | | * Have local paths first in LOAD_PATH |
412 | | ------------------------------------------------------------------------ |
413 | | r2822 | sam | 2008-09-27 14:11:36 +0000 (Sat, 27 Sep 2008) | 2 lines |
414 | | Changed paths: |
415 | | M /libcaca/trunk/csharp/Caca.cs |
416 | | D /libcaca/trunk/csharp/Cucul.cs |
417 | | M /libcaca/trunk/csharp/Makefile.am |
418 | | D /libcaca/trunk/csharp/cucul-sharp.dll.config.in |
419 | | M /libcaca/trunk/csharp/test.cs |
420 | | M /libcaca/trunk/cxx/Makefile.am |
421 | | M /libcaca/trunk/cxx/caca++.cpp |
422 | | M /libcaca/trunk/cxx/caca++.h |
423 | | D /libcaca/trunk/cxx/cucul++.cpp |
424 | | D /libcaca/trunk/cxx/cucul++.h |
425 | | D /libcaca/trunk/cxx/cucul++.pc.in |
426 | | M /libcaca/trunk/cxx/cxxtest.cpp |
427 | | M /libcaca/trunk/msvc/caca-sharp.csproj |
428 | | A /libcaca/trunk/msvc/caca_types.h (from /libcaca/trunk/msvc/cucul_types.h:2821) |
429 | | D /libcaca/trunk/msvc/cucul-sharp.csproj |
430 | | D /libcaca/trunk/msvc/cucul_types.h |
431 | | M /libcaca/trunk/msvc/libcaca++.vcproj |
432 | | M /libcaca/trunk/msvc/libcaca.vcproj |
433 | | D /libcaca/trunk/msvc/libcucul++.def |
434 | | D /libcaca/trunk/msvc/libcucul++.vcproj |
435 | | D /libcaca/trunk/msvc/libcucul.def |
436 | | D /libcaca/trunk/msvc/libcucul.vcproj |
437 | | M /libcaca/trunk/ruby/Makefile.am |
438 | | M /libcaca/trunk/ruby/README |
439 | | M /libcaca/trunk/ruby/caca-canvas.c |
440 | | M /libcaca/trunk/ruby/caca-display.c |
441 | | M /libcaca/trunk/ruby/caca-dither.c |
442 | | M /libcaca/trunk/ruby/caca-font.c |
443 | | M /libcaca/trunk/ruby/lib/caca.rb |
444 | | M /libcaca/trunk/ruby/ruby-caca.dox |
445 | | D /libcaca/trunk/ruby/ruby-cucul.dox |
446 | | M /libcaca/trunk/ruby/t/tc_canvas.rb |
447 | | M /libcaca/trunk/ruby/t/tc_display.rb |
448 | | M /libcaca/trunk/ruby/t/tc_dither.rb |
449 | | M /libcaca/trunk/ruby/t/tc_font.rb |
450 | | M /libcaca/trunk/ruby/t/tc_frame.rb |
451 | | |
452 | | Continuing the libcucul-libcaca merge. |
453 | | |
454 | | ------------------------------------------------------------------------ |
455 | | r2821 | sam | 2008-09-27 13:12:46 +0000 (Sat, 27 Sep 2008) | 5 lines |
456 | | Changed paths: |
457 | | M /libcaca/trunk/Makefile.am |
458 | | M /libcaca/trunk/build-kernel |
459 | | M /libcaca/trunk/caca/Makefile.am |
460 | | A /libcaca/trunk/caca/attr.c (from /libcaca/trunk/cucul/attr.c:2819) |
461 | | A /libcaca/trunk/caca/box.c (from /libcaca/trunk/cucul/box.c:2819) |
462 | | M /libcaca/trunk/caca/caca.c |
463 | | M /libcaca/trunk/caca/caca.h |
464 | | M /libcaca/trunk/caca/caca.pc.in |
465 | | M /libcaca/trunk/caca/caca0.c |
466 | | M /libcaca/trunk/caca/caca0.h |
467 | | M /libcaca/trunk/caca/caca_internals.h |
468 | | A /libcaca/trunk/caca/caca_types.h.in (from /libcaca/trunk/cucul/cucul_types.h.in:2819) |
469 | | A /libcaca/trunk/caca/canvas.c (from /libcaca/trunk/cucul/cucul.c:2819) |
470 | | A /libcaca/trunk/caca/charset.c (from /libcaca/trunk/cucul/charset.c:2819) |
471 | | A /libcaca/trunk/caca/conic.c (from /libcaca/trunk/cucul/conic.c:2819) |
472 | | A /libcaca/trunk/caca/dither.c (from /libcaca/trunk/cucul/dither.c:2819) |
473 | | M /libcaca/trunk/caca/driver_cocoa.m |
474 | | M /libcaca/trunk/caca/driver_conio.c |
475 | | M /libcaca/trunk/caca/driver_gl.c |
476 | | M /libcaca/trunk/caca/driver_ncurses.c |
477 | | M /libcaca/trunk/caca/driver_raw.c |
478 | | M /libcaca/trunk/caca/driver_slang.c |
479 | | M /libcaca/trunk/caca/driver_vga.c |
480 | | M /libcaca/trunk/caca/driver_win32.c |
481 | | M /libcaca/trunk/caca/driver_x11.c |
482 | | M /libcaca/trunk/caca/event.c |
483 | | A /libcaca/trunk/caca/export.c (from /libcaca/trunk/cucul/export.c:2819) |
484 | | A /libcaca/trunk/caca/figfont.c (from /libcaca/trunk/cucul/figfont.c:2819) |
485 | | A /libcaca/trunk/caca/file.c (from /libcaca/trunk/cucul/file.c:2819) |
486 | | A /libcaca/trunk/caca/font.c (from /libcaca/trunk/cucul/font.c:2819) |
487 | | A /libcaca/trunk/caca/frame.c (from /libcaca/trunk/cucul/frame.c:2819) |
488 | | M /libcaca/trunk/caca/graphics.c |
489 | | A /libcaca/trunk/caca/import.c (from /libcaca/trunk/cucul/import.c:2819) |
490 | | A /libcaca/trunk/caca/legacy.c (from /libcaca/trunk/cucul/legacy.c:2819) |
491 | | A /libcaca/trunk/caca/line.c (from /libcaca/trunk/cucul/line.c:2819) |
492 | | A /libcaca/trunk/caca/mono9.data (from /libcaca/trunk/cucul/mono9.data:2819) |
493 | | A /libcaca/trunk/caca/monobold12.data (from /libcaca/trunk/cucul/monobold12.data:2819) |
494 | | A /libcaca/trunk/caca/string.c (from /libcaca/trunk/cucul/canvas.c:2819) |
495 | | A /libcaca/trunk/caca/transform.c (from /libcaca/trunk/cucul/transform.c:2819) |
496 | | A /libcaca/trunk/caca/triangle.c (from /libcaca/trunk/cucul/triangle.c:2819) |
497 | | M /libcaca/trunk/caca-config.in |
498 | | M /libcaca/trunk/configure.ac |
499 | | M /libcaca/trunk/csharp/Makefile.am |
500 | | D /libcaca/trunk/cucul |
501 | | M /libcaca/trunk/cxx/Makefile.am |
502 | | M /libcaca/trunk/cxx/caca++.cpp |
503 | | M /libcaca/trunk/cxx/caca++.h |
504 | | M /libcaca/trunk/cxx/cucul++.cpp |
505 | | M /libcaca/trunk/cxx/cucul++.h |
506 | | M /libcaca/trunk/cxx/cxxtest.cpp |
507 | | M /libcaca/trunk/doc/Makefile.am |
508 | | M /libcaca/trunk/examples/Makefile.am |
509 | | M /libcaca/trunk/examples/blit.c |
510 | | A /libcaca/trunk/examples/canvas.c (from /libcaca/trunk/examples/cucul.c:2820) |
511 | | M /libcaca/trunk/examples/colors.c |
512 | | D /libcaca/trunk/examples/cucul.c |
513 | | M /libcaca/trunk/examples/demo.c |
514 | | M /libcaca/trunk/examples/dithering.c |
515 | | M /libcaca/trunk/examples/driver.c |
516 | | M /libcaca/trunk/examples/event.c |
517 | | M /libcaca/trunk/examples/export.c |
518 | | M /libcaca/trunk/examples/figfont.c |
519 | | M /libcaca/trunk/examples/font.c |
520 | | M /libcaca/trunk/examples/font2tga.c |
521 | | M /libcaca/trunk/examples/frames.c |
522 | | M /libcaca/trunk/examples/fullwidth.c |
523 | | M /libcaca/trunk/examples/gamma.c |
524 | | M /libcaca/trunk/examples/hsv.c |
525 | | M /libcaca/trunk/examples/import.c |
526 | | M /libcaca/trunk/examples/input.c |
527 | | M /libcaca/trunk/examples/spritedit.c |
528 | | M /libcaca/trunk/examples/swallow.c |
529 | | M /libcaca/trunk/examples/text.c |
530 | | M /libcaca/trunk/examples/transform.c |
531 | | M /libcaca/trunk/examples/truecolor.c |
532 | | M /libcaca/trunk/examples/unicode.c |
533 | | M /libcaca/trunk/kernel/kernel.c |
534 | | M /libcaca/trunk/kernel/kernel.h |
535 | | M /libcaca/trunk/msvc/Makefile.am |
536 | | M /libcaca/trunk/msvc/cucul_types.h |
537 | | M /libcaca/trunk/ruby/Makefile.am |
538 | | A /libcaca/trunk/ruby/caca-canvas.c (from /libcaca/trunk/ruby/cucul-canvas.c:2820) |
539 | | A /libcaca/trunk/ruby/caca-canvas.h (from /libcaca/trunk/ruby/cucul-canvas.h:2820) |
540 | | M /libcaca/trunk/ruby/caca-display.c |
541 | | A /libcaca/trunk/ruby/caca-dither.c (from /libcaca/trunk/ruby/cucul-dither.c:2820) |
542 | | A /libcaca/trunk/ruby/caca-dither.h (from /libcaca/trunk/ruby/cucul-dither.h:2820) |
543 | | A /libcaca/trunk/ruby/caca-font.c (from /libcaca/trunk/ruby/cucul-font.c:2820) |
544 | | A /libcaca/trunk/ruby/caca-font.h (from /libcaca/trunk/ruby/cucul-font.h:2820) |
545 | | M /libcaca/trunk/ruby/caca.c |
546 | | M /libcaca/trunk/ruby/common.h |
547 | | D /libcaca/trunk/ruby/cucul-canvas.c |
548 | | D /libcaca/trunk/ruby/cucul-canvas.h |
549 | | D /libcaca/trunk/ruby/cucul-dither.c |
550 | | D /libcaca/trunk/ruby/cucul-dither.h |
551 | | D /libcaca/trunk/ruby/cucul-font.c |
552 | | D /libcaca/trunk/ruby/cucul-font.h |
553 | | D /libcaca/trunk/ruby/cucul.c |
554 | | M /libcaca/trunk/src/Makefile.am |
555 | | M /libcaca/trunk/src/aafire.c |
556 | | M /libcaca/trunk/src/cacademo.c |
557 | | M /libcaca/trunk/src/cacadraw.c |
558 | | M /libcaca/trunk/src/cacaplay.c |
559 | | M /libcaca/trunk/src/cacaserver.c |
560 | | M /libcaca/trunk/src/cacaview.c |
561 | | M /libcaca/trunk/src/common-image.c |
562 | | M /libcaca/trunk/src/common-image.h |
563 | | M /libcaca/trunk/src/img2txt.c |
564 | | M /libcaca/trunk/src/mygetopt.c |
565 | | M /libcaca/trunk/stubs.h |
566 | | M /libcaca/trunk/tests/.gitignore |
567 | | M /libcaca/trunk/tests/Makefile.am |
568 | | M /libcaca/trunk/tests/caca-test.cpp |
569 | | M /libcaca/trunk/tests/canvas.cpp |
570 | | D /libcaca/trunk/tests/cucul-test.cpp |
571 | | M /libcaca/trunk/tests/simple.c |
572 | | M /libcaca/trunk/tools/Makefile.am |
573 | | M /libcaca/trunk/tools/makefont.c |
574 | | M /libcaca/trunk/tools/optipal.c |
575 | | M /libcaca/trunk/tools/sortchars.c |
576 | | |
577 | | Starting refactoring to get rid of libcucul. The initial reason for the |
578 | | split is rendered moot by the plugin system: when enabled, binaries do |
579 | | not link directly with libX11 or libGL. I hope this is a step towards |
580 | | more consisteny and clarity. |
581 | | |
582 | | ------------------------------------------------------------------------ |
583 | | r2820 | sam | 2008-09-27 12:13:24 +0000 (Sat, 27 Sep 2008) | 2 lines |
584 | | Changed paths: |
585 | | D /libcaca/trunk/test |
586 | | |
587 | | test: remove legacy empty directory. |
588 | | |
589 | | ------------------------------------------------------------------------ |
590 | | r2819 | sam | 2008-09-27 09:52:27 +0000 (Sat, 27 Sep 2008) | 1 line |
591 | | Changed paths: |
592 | | M /libcaca/trunk/cucul/mono9.data |
593 | | M /libcaca/trunk/cucul/monobold12.data |
594 | | M /libcaca/trunk/tools/makefont.c |
595 | | |
596 | | makefont.c: change the font data encoding, the source is now 5% smaller. |
597 | | ------------------------------------------------------------------------ |
598 | | r2543 | sam | 2008-07-16 17:23:31 +0000 (Wed, 16 Jul 2008) | 1 line |
599 | | Changed paths: |
600 | | M /libcaca/trunk/src/mygetopt.c |
601 | | |
602 | | * mygetopt.c: fix a parsing issue with short options. |
603 | | ------------------------------------------------------------------------ |
604 | | r2539 | sam | 2008-07-16 13:50:48 +0000 (Wed, 16 Jul 2008) | 1 line |
605 | | Changed paths: |
606 | | M /libcaca/trunk/configure.ac |
607 | | |
608 | | * Fix bad AM_CONDITIONAL location: it must be in the default code path. |
609 | | ------------------------------------------------------------------------ |
610 | | r2536 | sam | 2008-07-16 13:06:39 +0000 (Wed, 16 Jul 2008) | 1 line |
611 | | Changed paths: |
612 | | M /libcaca/trunk/cucul/file.c |
613 | | |
614 | | * cucul/file.c: fix a typo causing build failures when zlib is not here. |
615 | | ------------------------------------------------------------------------ |
616 | | r2535 | sam | 2008-07-16 13:06:30 +0000 (Wed, 16 Jul 2008) | 2 lines |
617 | | Changed paths: |
618 | | M /libcaca/trunk/configure.ac |
619 | | |
620 | | * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by |
621 | | forcing the tested code to use register contraints. |
622 | | ------------------------------------------------------------------------ |
623 | | r2519 | sam | 2008-07-05 16:39:56 +0000 (Sat, 05 Jul 2008) | 1 line |
624 | | Changed paths: |
625 | | M /libcaca/trunk/caca/caca.c |
626 | | |
627 | | * Fix plugin build. |
628 | | ------------------------------------------------------------------------ |
629 | | r2518 | sam | 2008-07-05 16:34:19 +0000 (Sat, 05 Jul 2008) | 2 lines |
630 | | Changed paths: |
631 | | M /libcaca/trunk/NEWS |
632 | | M /libcaca/trunk/configure.ac |
633 | | |
634 | | * Set version to 0.99.beta14. |
635 | | * Updateed NEWS and ChangeLog. |
636 | | ------------------------------------------------------------------------ |
637 | | r2517 | sam | 2008-07-05 16:28:30 +0000 (Sat, 05 Jul 2008) | 2 lines |
638 | | Changed paths: |
639 | | M /libcaca/trunk/caca/Makefile.am |
640 | | M /libcaca/trunk/configure.ac |
641 | | |
642 | | * Check for FTGL in the configure step, because we will use it later. |
643 | | * Better CFLAGS and LDFLAGS propagation to the Makefiles. |
644 | | ------------------------------------------------------------------------ |
645 | | r2437 | sam | 2008-06-15 19:38:06 +0000 (Sun, 15 Jun 2008) | 2 lines |
646 | | Changed paths: |
647 | | M /libcaca/trunk/cxx/caca++.pc.in |
648 | | M /libcaca/trunk/cxx/cucul++.pc.in |
649 | | |
650 | | * Fix C++ library linking. |
651 | | |
652 | | ------------------------------------------------------------------------ |
653 | | r2436 | sam | 2008-06-15 18:41:09 +0000 (Sun, 15 Jun 2008) | 2 lines |
654 | | Changed paths: |
655 | | M /libcaca/trunk/src/common-image.c |
656 | | |
657 | | * Fix cucul_file_read() calls in cacaview. |
658 | | |
659 | | ------------------------------------------------------------------------ |
660 | | r2427 | sam | 2008-06-15 17:06:43 +0000 (Sun, 15 Jun 2008) | 2 lines |
661 | | Changed paths: |
662 | | M /libcaca/trunk/src/common-image.c |
663 | | |
664 | | * Fix cacademo build on systems without imlib-dev. |
665 | | |
666 | | ------------------------------------------------------------------------ |
667 | | r2425 | sam | 2008-06-15 16:53:57 +0000 (Sun, 15 Jun 2008) | 2 lines |
668 | | Changed paths: |
669 | | M /libcaca/trunk/configure.ac |
670 | | |
671 | | * Generate the C++ .pc files at configure time. |
672 | | |
673 | | ------------------------------------------------------------------------ |
674 | | r2424 | sam | 2008-06-15 16:49:42 +0000 (Sun, 15 Jun 2008) | 2 lines |
675 | | Changed paths: |
676 | | M /libcaca/trunk/cxx/Makefile.am |
677 | | |
678 | | * Only install the C++ .pc files if C++ support was activated. |
679 | | |
680 | | ------------------------------------------------------------------------ |
681 | | r2423 | sam | 2008-06-15 16:47:40 +0000 (Sun, 15 Jun 2008) | 2 lines |
682 | | Changed paths: |
683 | | M /libcaca/trunk/cxx/Makefile.am |
684 | | |
685 | | * Install cucul++.pc and caca++.pc in the pkg-config directory. |
686 | | |
687 | | ------------------------------------------------------------------------ |
688 | | r2413 | sam | 2008-06-15 14:46:51 +0000 (Sun, 15 Jun 2008) | 2 lines |
689 | | Changed paths: |
690 | | M /libcaca/trunk/configure.ac |
691 | | |
692 | | * Updated version number to 0.99.beta15, so that we can build TOIlet. |
693 | | |
694 | | ------------------------------------------------------------------------ |
695 | | r2412 | sam | 2008-06-15 14:41:17 +0000 (Sun, 15 Jun 2008) | 3 lines |
696 | | Changed paths: |
697 | | M /libcaca/trunk/cucul/cucul.h |
698 | | M /libcaca/trunk/cucul/figfont.c |
699 | | |
700 | | * Export cucul_flush_figlet() to the public API. It should be removed later, |
701 | | but for now it's the only way to integrate properly with TOIlet. |
702 | | |
703 | | ------------------------------------------------------------------------ |
704 | | r2411 | sam | 2008-06-15 13:50:28 +0000 (Sun, 15 Jun 2008) | 2 lines |
705 | | Changed paths: |
706 | | M /libcaca/trunk/src/common-image.c |
707 | | |
708 | | * Make cacaview use cucul_file_t functions. |
709 | | |
710 | | ------------------------------------------------------------------------ |
711 | | r2410 | sam | 2008-06-15 13:50:22 +0000 (Sun, 15 Jun 2008) | 2 lines |
712 | | Changed paths: |
713 | | M /libcaca/trunk/cucul/legacy.c |
714 | | |
715 | | * Make deprecated cucul_load_file() use cucul_file_t functions. |
716 | | |
717 | | ------------------------------------------------------------------------ |
718 | | r2409 | sam | 2008-06-15 13:50:17 +0000 (Sun, 15 Jun 2008) | 2 lines |
719 | | Changed paths: |
720 | | M /libcaca/trunk/cucul/import.c |
721 | | |
722 | | * Make cucul_import_file() use cucul_file_t functions. |
723 | | |
724 | | ------------------------------------------------------------------------ |
725 | | r2408 | sam | 2008-06-15 13:50:11 +0000 (Sun, 15 Jun 2008) | 2 lines |
726 | | Changed paths: |
727 | | M /libcaca/trunk/cucul/file.c |
728 | | |
729 | | * Set errno to ENOSYS in unsupported cucul_file_t operations. |
730 | | |
731 | | ------------------------------------------------------------------------ |
732 | | r2407 | sam | 2008-06-15 13:50:06 +0000 (Sun, 15 Jun 2008) | 2 lines |
733 | | Changed paths: |
734 | | M /libcaca/trunk/cucul/cucul.h |
735 | | M /libcaca/trunk/cucul/file.c |
736 | | |
737 | | * Implement cucul_file_tell(). |
738 | | |
739 | | ------------------------------------------------------------------------ |
740 | | r2406 | sam | 2008-06-15 13:50:02 +0000 (Sun, 15 Jun 2008) | 3 lines |
741 | | Changed paths: |
742 | | M /libcaca/trunk/cucul/cucul.h |
743 | | M /libcaca/trunk/cucul/cucul_internals.h |
744 | | M /libcaca/trunk/cucul/figfont.c |
745 | | M /libcaca/trunk/cucul/file.c |
746 | | |
747 | | * Export cucul_file_t operations in the public header. |
748 | | * Implement cucul_file_read() and cucul_file_write(). |
749 | | |
750 | | ------------------------------------------------------------------------ |
751 | | r2405 | sam | 2008-06-15 13:49:57 +0000 (Sun, 15 Jun 2008) | 2 lines |
752 | | Changed paths: |
753 | | M /libcaca/trunk/tools/makefont.c |
754 | | |
755 | | * makefont is only a system tool: use htons/htonl instead of hton16/hton32. |
756 | | |
757 | | ------------------------------------------------------------------------ |
758 | | r2399 | sam | 2008-06-15 12:28:18 +0000 (Sun, 15 Jun 2008) | 2 lines |
759 | | Changed paths: |
760 | | M /libcaca/trunk/src/cacademo.c |
761 | | |
762 | | * Fix cucul_set_dither_palette() argument types in cacademo. |
763 | | |
764 | | ------------------------------------------------------------------------ |
765 | | r2398 | sam | 2008-06-15 12:28:14 +0000 (Sun, 15 Jun 2008) | 4 lines |
766 | | Changed paths: |
767 | | M /libcaca/trunk/kernel/kernel.c |
768 | | M /libcaca/trunk/stubs.h |
769 | | M /libcaca/trunk/tools/makefont.c |
770 | | |
771 | | * Remove htons() and htonl() from kernel mode: we use our custom hton16() |
772 | | and hton32() implementations everywhere instead, except in cacaserver |
773 | | which requires <arpa/inet.h> stuff anyway. |
774 | | |
775 | | ------------------------------------------------------------------------ |
776 | | r2397 | sam | 2008-06-15 12:28:08 +0000 (Sun, 15 Jun 2008) | 2 lines |
777 | | Changed paths: |
778 | | M /libcaca/trunk/tools/sortchars.c |
779 | | |
780 | | * Fix a buffer initialisation issue in the sortchars utility. |
781 | | |
782 | | ------------------------------------------------------------------------ |
783 | | r2321 | jylam | 2008-05-14 18:16:56 +0000 (Wed, 14 May 2008) | 2 lines |
784 | | Changed paths: |
785 | | M /libcaca/trunk/cxx/cucul++.cpp |
786 | | M /libcaca/trunk/cxx/cucul++.h |
787 | | |
788 | | * Changed Cucul::Rotate() to Cucul::Rotate180() and Cucul::RotateLeft() and Cucul::RotateRight() |
789 | | |
790 | | ------------------------------------------------------------------------ |
791 | | r2316 | sam | 2008-04-26 08:34:10 +0000 (Sat, 26 Apr 2008) | 2 lines |
792 | | Changed paths: |
793 | | M /libcaca/trunk/.gitignore |
794 | | M /libcaca/trunk/configure.ac |
795 | | |
796 | | * Put autotools files in a hidden ".auto" directory instead of "autotools". |
797 | | |
798 | | ------------------------------------------------------------------------ |
799 | | r2314 | sam | 2008-04-23 21:24:40 +0000 (Wed, 23 Apr 2008) | 2 lines |
800 | | Changed paths: |
801 | | M /libcaca/trunk/msvc/libcaca.vcproj |
802 | | M /libcaca/trunk/msvc/libcucul.vcproj |
803 | | |
804 | | * Add missing headers to the Visual Studio build files. |
805 | | |
806 | | ------------------------------------------------------------------------ |
807 | | r2313 | sam | 2008-04-23 21:24:34 +0000 (Wed, 23 Apr 2008) | 3 lines |
808 | | Changed paths: |
809 | | M /libcaca/trunk/cucul/import.c |
810 | | M /libcaca/trunk/cucul/triangle.c |
811 | | M /libcaca/trunk/cxx/cucul++.cpp |
812 | | M /libcaca/trunk/cxx/cucul++.h |
813 | | M /libcaca/trunk/examples/export.c |
814 | | M /libcaca/trunk/examples/figfont.c |
815 | | M /libcaca/trunk/examples/spritedit.c |
816 | | M /libcaca/trunk/src/cacaserver.c |
817 | | M /libcaca/trunk/src/img2txt.c |
818 | | |
819 | | * Switch a few unsigned int variables to size_t where appropriate. |
820 | | * Synchronise parameter types in the C++ bindings with the C API. |
821 | | |
822 | | ------------------------------------------------------------------------ |
823 | | r2312 | sam | 2008-04-23 21:24:28 +0000 (Wed, 23 Apr 2008) | 3 lines |
824 | | Changed paths: |
825 | | M /libcaca/trunk/configure.ac |
826 | | M /libcaca/trunk/cucul/cucul_types.h.in |
827 | | M /libcaca/trunk/msvc/cucul_types.h |
828 | | |
829 | | * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none |
830 | | of the other required types. |
831 | | |
832 | | ------------------------------------------------------------------------ |
833 | | r2309 | sam | 2008-04-21 10:10:42 +0000 (Mon, 21 Apr 2008) | 2 lines |
834 | | Changed paths: |
835 | | M /libcaca/trunk/tests/.gitignore |
836 | | M /libcaca/trunk/tests/Makefile.am |
837 | | A /libcaca/trunk/tests/caca-test.cpp |
838 | | M /libcaca/trunk/tests/canvas.cpp |
839 | | A /libcaca/trunk/tests/driver.cpp |
840 | | |
841 | | * Started libcaca unit tests. |
842 | | |
843 | | ------------------------------------------------------------------------ |
844 | | r2308 | sam | 2008-04-19 22:51:20 +0000 (Sat, 19 Apr 2008) | 2 lines |
845 | | Changed paths: |
846 | | M /libcaca/trunk/csharp/Makefile.am |
847 | | M /libcaca/trunk/cucul/cucul_types.h.in |
848 | | |
849 | | * Get the project to build in an alternate directory. |
850 | | |
851 | | ------------------------------------------------------------------------ |
852 | | r2307 | sam | 2008-04-19 22:51:17 +0000 (Sat, 19 Apr 2008) | 2 lines |
853 | | Changed paths: |
854 | | M /libcaca/trunk/csharp/Caca.cs |
855 | | M /libcaca/trunk/csharp/Cucul.cs |
856 | | M /libcaca/trunk/csharp/test.cs |
857 | | |
858 | | * Refresh the .NET bindings. Still not complete, but quite useful already. |
859 | | |
860 | | ------------------------------------------------------------------------ |
861 | | r2306 | sam | 2008-04-19 19:40:25 +0000 (Sat, 19 Apr 2008) | 3 lines |
862 | | Changed paths: |
863 | | M /libcaca/trunk/caca/caca.c |
864 | | M /libcaca/trunk/cucul/box.c |
865 | | M /libcaca/trunk/cucul/charset.c |
866 | | |
867 | | * Documentation fixes (due to renamings, some parameters were no longer |
868 | | documented). |
869 | | |
870 | | ------------------------------------------------------------------------ |
871 | | r2305 | sam | 2008-04-19 19:25:52 +0000 (Sat, 19 Apr 2008) | 3 lines |
872 | | Changed paths: |
873 | | M /libcaca/trunk/caca/caca.h |
874 | | M /libcaca/trunk/caca/caca_internals.h |
875 | | M /libcaca/trunk/caca/driver_cocoa.m |
876 | | M /libcaca/trunk/caca/driver_conio.c |
877 | | M /libcaca/trunk/caca/driver_gl.c |
878 | | M /libcaca/trunk/caca/driver_ncurses.c |
879 | | M /libcaca/trunk/caca/driver_raw.c |
880 | | M /libcaca/trunk/caca/driver_slang.c |
881 | | M /libcaca/trunk/caca/driver_vga.c |
882 | | M /libcaca/trunk/caca/driver_win32.c |
883 | | M /libcaca/trunk/caca/driver_x11.c |
884 | | M /libcaca/trunk/caca/event.c |
885 | | M /libcaca/trunk/caca/graphics.c |
886 | | M /libcaca/trunk/caca/time.c |
887 | | M /libcaca/trunk/cucul/canvas.c |
888 | | M /libcaca/trunk/cucul/cucul.c |
889 | | M /libcaca/trunk/cucul/cucul.h |
890 | | M /libcaca/trunk/cucul/cucul_internals.h |
891 | | M /libcaca/trunk/cucul/dither.c |
892 | | M /libcaca/trunk/cucul/export.c |
893 | | M /libcaca/trunk/cucul/figfont.c |
894 | | M /libcaca/trunk/cucul/font.c |
895 | | M /libcaca/trunk/cucul/frame.c |
896 | | M /libcaca/trunk/cucul/transform.c |
897 | | M /libcaca/trunk/examples/text.c |
898 | | |
899 | | * Remove all unsigned ints from exported functions. Signed arithmetic is |
900 | | far better for error checking. |
901 | | |
902 | | ------------------------------------------------------------------------ |
903 | | r2304 | sam | 2008-04-19 19:25:47 +0000 (Sat, 19 Apr 2008) | 3 lines |
904 | | Changed paths: |
905 | | M /libcaca/trunk/caca/driver_ncurses.c |
906 | | M /libcaca/trunk/caca/driver_slang.c |
907 | | M /libcaca/trunk/cucul/canvas.c |
908 | | M /libcaca/trunk/cucul/charset.c |
909 | | M /libcaca/trunk/cucul/cucul.h |
910 | | M /libcaca/trunk/cucul/cucul_types.h.in |
911 | | M /libcaca/trunk/cucul/export.c |
912 | | M /libcaca/trunk/cucul/import.c |
913 | | M /libcaca/trunk/cxx/cucul++.cpp |
914 | | M /libcaca/trunk/cxx/cucul++.h |
915 | | M /libcaca/trunk/examples/font2tga.c |
916 | | M /libcaca/trunk/src/aafire.c |
917 | | M /libcaca/trunk/src/cacademo.c |
918 | | |
919 | | * Get rid of the last long types in the API. |
920 | | * Use size_t and ssize_t where appropriate. |
921 | | |
922 | | ------------------------------------------------------------------------ |
923 | | r2303 | sam | 2008-04-19 19:25:41 +0000 (Sat, 19 Apr 2008) | 4 lines |
924 | | Changed paths: |
925 | | M /libcaca/trunk/caca/caca.h |
926 | | M /libcaca/trunk/caca/driver_gl.c |
927 | | M /libcaca/trunk/caca/event.c |
928 | | M /libcaca/trunk/cucul/attr.c |
929 | | M /libcaca/trunk/cucul/box.c |
930 | | M /libcaca/trunk/cucul/canvas.c |
931 | | M /libcaca/trunk/cucul/charset.c |
932 | | M /libcaca/trunk/cucul/conic.c |
933 | | M /libcaca/trunk/cucul/cucul.h |
934 | | M /libcaca/trunk/cucul/dither.c |
935 | | M /libcaca/trunk/cucul/figfont.c |
936 | | M /libcaca/trunk/cucul/font.c |
937 | | M /libcaca/trunk/cucul/line.c |
938 | | M /libcaca/trunk/cucul/triangle.c |
939 | | M /libcaca/trunk/cxx/cucul++.cpp |
940 | | M /libcaca/trunk/cxx/cucul++.h |
941 | | M /libcaca/trunk/ruby/cucul-font.c |
942 | | |
943 | | * Changed most of the long ints in the API into C99 types. WARNING: this |
944 | | completely breaks compatibility with previous versions of libcaca on |
945 | | 64-bit systems. |
946 | | |
947 | | ------------------------------------------------------------------------ |
948 | | r2302 | sam | 2008-04-19 19:25:37 +0000 (Sat, 19 Apr 2008) | 2 lines |
949 | | Changed paths: |
950 | | M /libcaca/trunk/configure.ac |
951 | | |
952 | | * Cosmetic fix for ./configure output when a pkg-module is not found. |
953 | | |
954 | | ------------------------------------------------------------------------ |
955 | | r2301 | sam | 2008-04-19 14:07:54 +0000 (Sat, 19 Apr 2008) | 2 lines |
956 | | Changed paths: |
957 | | M /libcaca/trunk/configure.ac |
958 | | M /libcaca/trunk/tests/.gitignore |
959 | | M /libcaca/trunk/tests/Makefile.am |
960 | | A /libcaca/trunk/tests/canvas.cpp |
961 | | A /libcaca/trunk/tests/cucul-test.cpp |
962 | | |
963 | | * Use CppUnit for C and C++ unit tests. Sorry, Jylam. |
964 | | |
965 | | ------------------------------------------------------------------------ |
966 | | r2300 | sam | 2008-04-19 14:07:50 +0000 (Sat, 19 Apr 2008) | 3 lines |
967 | | Changed paths: |
968 | | M /libcaca/trunk/caca/caca.h |
969 | | M /libcaca/trunk/caca/driver_conio.c |
970 | | M /libcaca/trunk/caca/driver_gl.c |
971 | | M /libcaca/trunk/cucul/attr.c |
972 | | M /libcaca/trunk/cucul/charset.c |
973 | | M /libcaca/trunk/cucul/cucul.c |
974 | | M /libcaca/trunk/cucul/cucul.h |
975 | | M /libcaca/trunk/cucul/dither.c |
976 | | M /libcaca/trunk/cucul/export.c |
977 | | M /libcaca/trunk/cucul/file.c |
978 | | M /libcaca/trunk/examples/font.c |
979 | | M /libcaca/trunk/examples/swallow.c |
980 | | M /libcaca/trunk/kernel/kernel.c |
981 | | M /libcaca/trunk/src/cacaplay.c |
982 | | M /libcaca/trunk/src/cacaserver.c |
983 | | M /libcaca/trunk/src/common-image.c |
984 | | |
985 | | * Changed most "unsigned char" variables into "uint8_t", including in |
986 | | prototypes. As they are equivalent, this does not break the ABI. |
987 | | |
988 | | ------------------------------------------------------------------------ |
989 | | r2299 | sam | 2008-04-19 12:42:50 +0000 (Sat, 19 Apr 2008) | 5 lines |
990 | | Changed paths: |
991 | | M /libcaca/trunk/Makefile.am |
992 | | M /libcaca/trunk/build-dos |
993 | | M /libcaca/trunk/build-kernel |
994 | | M /libcaca/trunk/build-win32 |
995 | | M /libcaca/trunk/caca/Makefile.am |
996 | | M /libcaca/trunk/caca/caca.c |
997 | | M /libcaca/trunk/caca/caca0.c |
998 | | M /libcaca/trunk/caca/caca_internals.h |
999 | | M /libcaca/trunk/caca/driver_conio.c |
1000 | | M /libcaca/trunk/caca/driver_gl.c |
1001 | | M /libcaca/trunk/caca/driver_ncurses.c |
1002 | | M /libcaca/trunk/caca/driver_raw.c |
1003 | | M /libcaca/trunk/caca/driver_slang.c |
1004 | | M /libcaca/trunk/caca/driver_vga.c |
1005 | | M /libcaca/trunk/caca/driver_win32.c |
1006 | | M /libcaca/trunk/caca/driver_x11.c |
1007 | | M /libcaca/trunk/caca/event.c |
1008 | | M /libcaca/trunk/caca/graphics.c |
1009 | | M /libcaca/trunk/caca/time.c |
1010 | | D /libcaca/trunk/common.h |
1011 | | M /libcaca/trunk/configure.ac |
1012 | | A /libcaca/trunk/cucul/.gitignore |
1013 | | M /libcaca/trunk/cucul/Makefile.am |
1014 | | M /libcaca/trunk/cucul/attr.c |
1015 | | M /libcaca/trunk/cucul/box.c |
1016 | | M /libcaca/trunk/cucul/canvas.c |
1017 | | M /libcaca/trunk/cucul/charset.c |
1018 | | M /libcaca/trunk/cucul/conic.c |
1019 | | M /libcaca/trunk/cucul/cucul.c |
1020 | | M /libcaca/trunk/cucul/cucul.h |
1021 | | M /libcaca/trunk/cucul/cucul_internals.h |
1022 | | A /libcaca/trunk/cucul/cucul_types.h.in |
1023 | | M /libcaca/trunk/cucul/dither.c |
1024 | | M /libcaca/trunk/cucul/export.c |
1025 | | M /libcaca/trunk/cucul/figfont.c |
1026 | | M /libcaca/trunk/cucul/file.c |
1027 | | M /libcaca/trunk/cucul/font.c |
1028 | | M /libcaca/trunk/cucul/frame.c |
1029 | | M /libcaca/trunk/cucul/import.c |
1030 | | M /libcaca/trunk/cucul/legacy.c |
1031 | | M /libcaca/trunk/cucul/line.c |
1032 | | M /libcaca/trunk/cucul/transform.c |
1033 | | M /libcaca/trunk/cucul/triangle.c |
1034 | | M /libcaca/trunk/cxx/Makefile.am |
1035 | | M /libcaca/trunk/examples/Makefile.am |
1036 | | M /libcaca/trunk/examples/blit.c |
1037 | | M /libcaca/trunk/examples/colors.c |
1038 | | M /libcaca/trunk/examples/cucul.c |
1039 | | M /libcaca/trunk/examples/demo.c |
1040 | | M /libcaca/trunk/examples/dithering.c |
1041 | | M /libcaca/trunk/examples/driver.c |
1042 | | M /libcaca/trunk/examples/event.c |
1043 | | M /libcaca/trunk/examples/export.c |
1044 | | M /libcaca/trunk/examples/figfont.c |
1045 | | M /libcaca/trunk/examples/font.c |
1046 | | M /libcaca/trunk/examples/font2tga.c |
1047 | | M /libcaca/trunk/examples/frames.c |
1048 | | M /libcaca/trunk/examples/fullwidth.c |
1049 | | M /libcaca/trunk/examples/gamma.c |
1050 | | M /libcaca/trunk/examples/hsv.c |
1051 | | M /libcaca/trunk/examples/import.c |
1052 | | M /libcaca/trunk/examples/input.c |
1053 | | M /libcaca/trunk/examples/spritedit.c |
1054 | | M /libcaca/trunk/examples/swallow.c |
1055 | | M /libcaca/trunk/examples/text.c |
1056 | | M /libcaca/trunk/examples/transform.c |
1057 | | M /libcaca/trunk/examples/truecolor.c |
1058 | | M /libcaca/trunk/examples/unicode.c |
1059 | | M /libcaca/trunk/kernel/kernel.c |
1060 | | M /libcaca/trunk/msvc/Makefile.am |
1061 | | D /libcaca/trunk/msvc/common.h |
1062 | | A /libcaca/trunk/msvc/cucul_types.h |
1063 | | M /libcaca/trunk/ruby/Makefile.am |
1064 | | M /libcaca/trunk/src/Makefile.am |
1065 | | M /libcaca/trunk/src/aafire.c |
1066 | | M /libcaca/trunk/src/cacademo.c |
1067 | | M /libcaca/trunk/src/cacadraw.c |
1068 | | M /libcaca/trunk/src/cacaplay.c |
1069 | | M /libcaca/trunk/src/cacaserver.c |
1070 | | M /libcaca/trunk/src/cacaview.c |
1071 | | M /libcaca/trunk/src/common-image.c |
1072 | | M /libcaca/trunk/src/img2txt.c |
1073 | | M /libcaca/trunk/src/mygetopt.c |
1074 | | A /libcaca/trunk/stubs.h (from /libcaca/trunk/common.h:2298) |
1075 | | M /libcaca/trunk/tests/Makefile.am |
1076 | | M /libcaca/trunk/tests/simple.c |
1077 | | M /libcaca/trunk/tools/Makefile.am |
1078 | | M /libcaca/trunk/tools/makefont.c |
1079 | | M /libcaca/trunk/tools/optipal.c |
1080 | | M /libcaca/trunk/tools/sortchars.c |
1081 | | |
1082 | | * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that |
1083 | | <cucul.h> will provide the C99 types, even if libcaca has been installed. |
1084 | | * Rename what's left of "common.h" to "stubs.h". |
1085 | | * Remove all references to erroneous <inttypes.h> from source files. |
1086 | | |
1087 | | ------------------------------------------------------------------------ |
1088 | | r2298 | pterjan | 2008-04-19 11:48:32 +0000 (Sat, 19 Apr 2008) | 1 line |
1089 | | Changed paths: |
1090 | | M /libcaca/trunk/ruby/caca-display.c |
1091 | | M /libcaca/trunk/ruby/t/tc_display.rb |
1092 | | |
1093 | | Fix args type checks in Caca::Display.new |
1094 | | ------------------------------------------------------------------------ |
1095 | | r2297 | pterjan | 2008-04-19 11:32:21 +0000 (Sat, 19 Apr 2008) | 1 line |
1096 | | Changed paths: |
1097 | | A /libcaca/trunk/ruby/t/tc_display.rb |
1098 | | |
1099 | | Add few unit tests for Caca::Display |
1100 | | ------------------------------------------------------------------------ |
1101 | | r2296 | pterjan | 2008-04-19 11:31:39 +0000 (Sat, 19 Apr 2008) | 1 line |
1102 | | Changed paths: |
1103 | | M /libcaca/trunk/ruby/caca-display.c |
1104 | | |
1105 | | Add driver/set_driver/driver=/driver_list methods to Caca::Display, and driver arg to Caca::Display.new |
1106 | | ------------------------------------------------------------------------ |
1107 | | r2295 | pterjan | 2008-04-19 11:29:31 +0000 (Sat, 19 Apr 2008) | 1 line |
1108 | | Changed paths: |
1109 | | M /libcaca/trunk/ruby/cucul-canvas.c |
1110 | | |
1111 | | We should not free the canvas if it was auto created with the display |
1112 | | ------------------------------------------------------------------------ |
1113 | | r2294 | jylam | 2008-04-19 10:57:30 +0000 (Sat, 19 Apr 2008) | 2 lines |
1114 | | Changed paths: |
1115 | | M /libcaca/trunk/cucul/canvas.c |
1116 | | |
1117 | | * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be applied on the resized canvas |
1118 | | |
1119 | | ------------------------------------------------------------------------ |
1120 | | r2265 | jylam | 2008-03-17 19:05:20 +0000 (Mon, 17 Mar 2008) | 2 lines |
1121 | | Changed paths: |
1122 | | M /libcaca/trunk/configure.ac |
1123 | | |
1124 | | * Removed by-default stack protector from recent gcc's while compiling kernel. |
1125 | | |
1126 | | ------------------------------------------------------------------------ |
1127 | | r2256 | jylam | 2008-03-02 16:30:31 +0000 (Sun, 02 Mar 2008) | 3 lines |
1128 | | Changed paths: |
1129 | | M /libcaca/trunk/cucul/conic.c |
1130 | | |
1131 | | * Oops, bad type (char instead of uint32) after ellipse rendering |
1132 | | improvement. |
1133 | | |
1134 | | ------------------------------------------------------------------------ |
1135 | | r2255 | jylam | 2008-03-02 16:28:10 +0000 (Sun, 02 Mar 2008) | 3 lines |
1136 | | Changed paths: |
1137 | | M /libcaca/trunk/cucul/conic.c |
1138 | | |
1139 | | * Improved ellipse rendering. Not perfect, but still much better than |
1140 | | old method. Closes #16 . |
1141 | | |
1142 | | ------------------------------------------------------------------------ |
1143 | | r2254 | jylam | 2008-03-02 14:27:43 +0000 (Sun, 02 Mar 2008) | 2 lines |
1144 | | Changed paths: |
1145 | | M /libcaca/trunk/src/cacademo.c |
1146 | | |
1147 | | * Fixed line transitions (both vertical and horizontal ones) |
1148 | | |
1149 | | ------------------------------------------------------------------------ |
1150 | | r2253 | sam | 2008-03-01 19:44:45 +0000 (Sat, 01 Mar 2008) | 2 lines |
1151 | | Changed paths: |
1152 | | M /libcaca/trunk/configure.ac |
1153 | | |
1154 | | * -Wshadow was actually put back in configure.ac; removing comment about it. |
1155 | | |
1156 | | ------------------------------------------------------------------------ |
1157 | | r2248 | sam | 2008-02-29 22:29:08 +0000 (Fri, 29 Feb 2008) | 3 lines |
1158 | | Changed paths: |
1159 | | M /libcaca/trunk/configure.ac |
1160 | | M /libcaca/trunk/src/Makefile.am |
1161 | | M /libcaca/trunk/src/mygetopt.c |
1162 | | |
1163 | | * Don't use mygetopt.c in img2txt if the system has getopt_long. |
1164 | | * Fix invalid pointer/int cast (Closes #39). |
1165 | | |
1166 | | ------------------------------------------------------------------------ |
1167 | | r2243 | sam | 2008-02-26 21:43:10 +0000 (Tue, 26 Feb 2008) | 2 lines |
1168 | | Changed paths: |
1169 | | D /libcaca/trunk/TODO |
1170 | | M /libcaca/trunk/doc/doxygen.cfg.in |
1171 | | M /libcaca/trunk/doc/libcaca.dox |
1172 | | |
1173 | | * Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1). |
1174 | | |
1175 | | ------------------------------------------------------------------------ |
1176 | | r2225 | bsittler | 2008-02-03 21:53:40 +0000 (Sun, 03 Feb 2008) | 1 line |
1177 | | Changed paths: |
1178 | | M /libcaca/trunk/cucul/figfont.c |
1179 | | M /libcaca/trunk/src/mygetopt.c |
1180 | | |
1181 | | build on Mac OS X again |
1182 | | ------------------------------------------------------------------------ |
1183 | | r2192 | sam | 2008-01-12 20:15:42 +0000 (Sat, 12 Jan 2008) | 2 lines |
1184 | | Changed paths: |
1185 | | M /libcaca/trunk/msvc/cacademo.vcproj |
1186 | | M /libcaca/trunk/msvc/cacafire.vcproj |
1187 | | M /libcaca/trunk/msvc/libcaca++.vcproj |
1188 | | M /libcaca/trunk/msvc/libcaca.vcproj |
1189 | | M /libcaca/trunk/msvc/libcucul++.vcproj |
1190 | | M /libcaca/trunk/msvc/libcucul.vcproj |
1191 | | |
1192 | | * Fixed the Visual Studio projects so that they build in Release mode. |
1193 | | |
1194 | | ------------------------------------------------------------------------ |
1195 | | r2191 | sam | 2008-01-12 20:15:20 +0000 (Sat, 12 Jan 2008) | 2 lines |
1196 | | Changed paths: |
1197 | | M /libcaca/trunk/cucul/figfont.c |
1198 | | M /libcaca/trunk/cxx/caca++.cpp |
1199 | | M /libcaca/trunk/msvc/config.h |
1200 | | |
1201 | | * Windows build fixes here and there. |
1202 | | |
1203 | | ------------------------------------------------------------------------ |
1204 | | r2189 | sam | 2008-01-10 23:42:42 +0000 (Thu, 10 Jan 2008) | 2 lines |
1205 | | Changed paths: |
1206 | | M /libcaca/trunk/doc/libcaca.dox |
1207 | | M /libcaca/trunk/doc/tutorial.dox |
1208 | | |
1209 | | * Make it clear that we can use the Windows native console. |
1210 | | |
1211 | | ------------------------------------------------------------------------ |
1212 | | r2188 | sam | 2008-01-10 23:42:29 +0000 (Thu, 10 Jan 2008) | 3 lines |
1213 | | Changed paths: |
1214 | | M /libcaca/trunk/caca/caca.h |
1215 | | |
1216 | | * Put back all the shit in struct caca_event to avoid breaking existing |
1217 | | applications. I'll think of a migration path later. |
1218 | | |
1219 | | ------------------------------------------------------------------------ |
1220 | | r2182 | jylam | 2008-01-01 00:07:04 +0000 (Tue, 01 Jan 2008) | 2 lines |
1221 | | Changed paths: |
1222 | | M /libcaca/trunk/README |
1223 | | |
1224 | | * FIRST ! |
1225 | | |
1226 | | ------------------------------------------------------------------------ |
1227 | | r2177 | sam | 2007-12-30 18:50:41 +0000 (Sun, 30 Dec 2007) | 2 lines |
1228 | | Changed paths: |
1229 | | M /libcaca/trunk/msvc/libcucul.vcproj |
1230 | | |
1231 | | * Add figfont.c to the MSVC solution. |
1232 | | |
1233 | | ------------------------------------------------------------------------ |
1234 | | r2176 | sam | 2007-12-30 13:49:57 +0000 (Sun, 30 Dec 2007) | 3 lines |
1235 | | Changed paths: |
1236 | | M /libcaca/trunk/bootstrap |
1237 | | |
1238 | | * Check for pkg-config before bootstrapping, because autoconf gives a |
1239 | | totally meaningless message when it's not present. |
1240 | | |
1241 | | ------------------------------------------------------------------------ |
1242 | | r2147 | sam | 2007-12-20 15:26:12 +0000 (Thu, 20 Dec 2007) | 3 lines |
1243 | | Changed paths: |
1244 | | M /libcaca/trunk/cucul/export.c |
1245 | | M /libcaca/trunk/examples/spritedit.c |
1246 | | |
1247 | | * Fix canvas export for the caca format. We now export all frames. |
1248 | | * Fix the sprite import/export example. |
1249 | | |
1250 | | ------------------------------------------------------------------------ |
1251 | | r2146 | sam | 2007-12-20 15:00:39 +0000 (Thu, 20 Dec 2007) | 2 lines |
1252 | | Changed paths: |
1253 | | M /libcaca/trunk/examples/spritedit.c |
1254 | | |
1255 | | * Started sprite example. Doesn't work :-) |
1256 | | |
1257 | | ------------------------------------------------------------------------ |
1258 | | r2144 | sam | 2007-12-16 14:29:19 +0000 (Sun, 16 Dec 2007) | 4 lines |
1259 | | Changed paths: |
1260 | | M /libcaca/trunk/configure.ac |
1261 | | M /libcaca/trunk/cucul/figfont.c |
1262 | | M /libcaca/trunk/cucul/file.c |
1263 | | M /libcaca/trunk/kernel/kernel.c |
1264 | | M /libcaca/trunk/kernel/kernel.h |
1265 | | M /libcaca/trunk/msvc/config.h |
1266 | | |
1267 | | * Disable file operations in kernel mode. |
1268 | | * Implement strchr() in kernel.c. |
1269 | | * Check for snprintf() at configure time. |
1270 | | |
1271 | | ------------------------------------------------------------------------ |
1272 | | r2142 | sam | 2007-12-16 11:55:14 +0000 (Sun, 16 Dec 2007) | 3 lines |
1273 | | Changed paths: |
1274 | | M /libcaca/trunk/caca/driver_ncurses.c |
1275 | | M /libcaca/trunk/caca/driver_slang.c |
1276 | | |
1277 | | * The SLang and ncurses drivers now put back the TERM environment variable |
1278 | | if they modified it. |
1279 | | |
1280 | | ------------------------------------------------------------------------ |
1281 | | r2141 | sam | 2007-12-16 11:54:43 +0000 (Sun, 16 Dec 2007) | 5 lines |
1282 | | Changed paths: |
1283 | | M /libcaca/trunk/caca/driver_gl.c |
1284 | | |
1285 | | * Only call glutInit() once through the program's lifetime. |
1286 | | * Free the internal font when closing the GL driver. |
1287 | | * Hide the window when closing the GL driver, because freeglut's |
1288 | | glutDestroyWindow() does not really closes the window. |
1289 | | |
1290 | | ------------------------------------------------------------------------ |
1291 | | r2140 | sam | 2007-12-16 11:54:25 +0000 (Sun, 16 Dec 2007) | 3 lines |
1292 | | Changed paths: |
1293 | | M /libcaca/trunk/caca/event.c |
1294 | | |
1295 | | * Fix a tiny use of uninitialised memory in caca_get_event() that may have |
1296 | | lead to deadlocks. |
1297 | | |
1298 | | ------------------------------------------------------------------------ |
1299 | | r2139 | sam | 2007-12-16 11:54:02 +0000 (Sun, 16 Dec 2007) | 2 lines |
1300 | | Changed paths: |
1301 | | M /libcaca/trunk/caca/caca.c |
1302 | | M /libcaca/trunk/caca/caca.h |
1303 | | M /libcaca/trunk/examples/driver.c |
1304 | | |
1305 | | * Implemented caca_set_display_driver() to change driver at runtime. |
1306 | | |
1307 | | ------------------------------------------------------------------------ |
1308 | | r2138 | sam | 2007-12-16 01:50:41 +0000 (Sun, 16 Dec 2007) | 6 lines |
1309 | | Changed paths: |
1310 | | M /libcaca/trunk/caca/caca.c |
1311 | | M /libcaca/trunk/caca/caca.h |
1312 | | M /libcaca/trunk/caca/caca_internals.h |
1313 | | M /libcaca/trunk/caca/driver_cocoa.m |
1314 | | M /libcaca/trunk/caca/driver_conio.c |
1315 | | M /libcaca/trunk/caca/driver_gl.c |
1316 | | M /libcaca/trunk/caca/driver_ncurses.c |
1317 | | M /libcaca/trunk/caca/driver_raw.c |
1318 | | M /libcaca/trunk/caca/driver_slang.c |
1319 | | M /libcaca/trunk/caca/driver_vga.c |
1320 | | M /libcaca/trunk/caca/driver_win32.c |
1321 | | M /libcaca/trunk/caca/driver_x11.c |
1322 | | M /libcaca/trunk/caca/event.c |
1323 | | M /libcaca/trunk/examples/.gitignore |
1324 | | M /libcaca/trunk/examples/Makefile.am |
1325 | | A /libcaca/trunk/examples/driver.c |
1326 | | |
1327 | | * Implement caca_create_display_with_driver() to specify an output driver |
1328 | | without using environment variables.. |
1329 | | * Implement caca_get_display_driver() to return the current display's |
1330 | | output driver. |
1331 | | * Add a simple example program to test caca_create_display_with_driver(). |
1332 | | |
1333 | | ------------------------------------------------------------------------ |
1334 | | r2137 | sam | 2007-12-16 01:50:36 +0000 (Sun, 16 Dec 2007) | 2 lines |
1335 | | Changed paths: |
1336 | | M /libcaca/trunk/caca/caca.c |
1337 | | |
1338 | | * Remove cruft from caca_get_display_driver_list(). |
1339 | | |
1340 | | ------------------------------------------------------------------------ |
1341 | | r2136 | sam | 2007-12-14 16:23:14 +0000 (Fri, 14 Dec 2007) | 2 lines |
1342 | | Changed paths: |
1343 | | M /libcaca/trunk/cxx/cxxtest.cpp |
1344 | | |
1345 | | * Add #include <cstring> to fix gcc-4.3 build. |
1346 | | |
1347 | | ------------------------------------------------------------------------ |
1348 | | r2135 | sam | 2007-12-12 07:41:00 +0000 (Wed, 12 Dec 2007) | 2 lines |
1349 | | Changed paths: |
1350 | | M /libcaca/trunk/caca/caca.c |
1351 | | M /libcaca/trunk/caca/caca.h |
1352 | | |
1353 | | * Implemented caca_get_display_driver_list(), unused yet. |
1354 | | |
1355 | | ------------------------------------------------------------------------ |
1356 | | r2129 | sam | 2007-12-07 09:34:11 +0000 (Fri, 07 Dec 2007) | 2 lines |
1357 | | Changed paths: |
1358 | | M /libcaca/trunk/caca/driver_cocoa.m |
1359 | | |
1360 | | * Cocoa driver build fix, courtesy of Ben Wiley Sittler. |
1361 | | |
1362 | | ------------------------------------------------------------------------ |
1363 | | r2128 | sam | 2007-12-07 09:33:23 +0000 (Fri, 07 Dec 2007) | 3 lines |
1364 | | Changed paths: |
1365 | | M /libcaca/trunk/cucul/charset.c |
1366 | | |
1367 | | * Slight improvement to the Unicode -> ASCII conversion, courtesy of |
1368 | | Ben Wiley Sittler. |
1369 | | |
1370 | | ------------------------------------------------------------------------ |
1371 | | r2111 | sam | 2007-12-01 17:58:52 +0000 (Sat, 01 Dec 2007) | 10 lines |
1372 | | Changed paths: |
1373 | | M /libcaca/trunk/cucul/cucul.c |
1374 | | M /libcaca/trunk/cucul/cucul.h |
1375 | | M /libcaca/trunk/cucul/cucul_internals.h |
1376 | | M /libcaca/trunk/cucul/figfont.c |
1377 | | M /libcaca/trunk/examples/figfont.c |
1378 | | |
1379 | | =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in |
1380 | | |
1381 | | =20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=20=20=20=E2=96=9C=E2=96=9C=20=20=20=20=C2=A0=E2=96=8C=20=E2=96=8C=20=20=20=20=20=20=E2=96=9C=20=20=20=E2=96=8C=E2=96=90 |
1382 | | =20=20=20=20=20=20=20=20=20=20=E2=96=99=E2=96=84=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=90=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=96=C2=A0=E2=96=8C=E2=96=96=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=99=E2=96=80=E2=96=96=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=8C=E2=96=90 |
1383 | | =20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=E2=96=9B=E2=96=80=20=E2=96=90=E2=96=90=20=E2=96=8C=20=E2=96=8C=C2=A0=E2=96=99=E2=96=9A=E2=96=8C=E2=96=8C=20=E2=96=8C=E2=96=8C=20=C2=A0=E2=96=90=20=E2=96=8C=20=E2=96=8C=E2=96=9D |
1384 | | =20=20=20=20=20=20=20=20=20=20=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=20=E2=96=98=E2=96=98=E2=96=9D=E2=96=80=20=C2=A0=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=20=E2=96=98=20=20=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=E2=96=9D?= |
1385 | | MIME-Version: 1.0 |
1386 | | Content-Type: text/plain; charset=utf-8 |
1387 | | Content-Transfer-Encoding: 8bit |
1388 | | |
1389 | | ------------------------------------------------------------------------ |
1390 | | r2110 | sam | 2007-12-01 17:58:20 +0000 (Sat, 01 Dec 2007) | 2 lines |
1391 | | Changed paths: |
1392 | | M /libcaca/trunk/cucul/Makefile.am |
1393 | | M /libcaca/trunk/cucul/canvas.c |
1394 | | M /libcaca/trunk/cucul/cucul.c |
1395 | | M /libcaca/trunk/cucul/cucul.h |
1396 | | M /libcaca/trunk/cucul/cucul_internals.h |
1397 | | A /libcaca/trunk/cucul/figfont.c |
1398 | | M /libcaca/trunk/examples/.gitignore |
1399 | | M /libcaca/trunk/examples/Makefile.am |
1400 | | A /libcaca/trunk/examples/figfont.c |
1401 | | |
1402 | | * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). |
1403 | | |
1404 | | ------------------------------------------------------------------------ |
1405 | | r2109 | sam | 2007-12-01 17:57:50 +0000 (Sat, 01 Dec 2007) | 3 lines |
1406 | | Changed paths: |
1407 | | M /libcaca/trunk/configure.ac |
1408 | | M /libcaca/trunk/cucul/Makefile.am |
1409 | | M /libcaca/trunk/cucul/cucul.h |
1410 | | M /libcaca/trunk/cucul/cucul_internals.h |
1411 | | A /libcaca/trunk/cucul/file.c |
1412 | | |
1413 | | * Import io.c from TOIlet directly into libcucul. Can you see where this |
1414 | | is going? |
1415 | | |
1416 | | ------------------------------------------------------------------------ |
1417 | | r2108 | sam | 2007-12-01 17:57:41 +0000 (Sat, 01 Dec 2007) | 2 lines |
1418 | | Changed paths: |
1419 | | M /libcaca/trunk/configure.ac |
1420 | | M /libcaca/trunk/msvc/config.h |
1421 | | |
1422 | | * Bump version to 0.99.beta14. |
1423 | | |
1424 | | ------------------------------------------------------------------------ |
1425 | | r2107 | sam | 2007-12-01 17:57:19 +0000 (Sat, 01 Dec 2007) | 2 lines |
1426 | | Changed paths: |
1427 | | M /libcaca/trunk/src/img2txt.c |
1428 | | |
1429 | | * Fix the "img2txt: option requires an argument -- h" bug. |
1430 | | |
1431 | | ------------------------------------------------------------------------ |
1432 | | r2106 | sam | 2007-12-01 17:56:45 +0000 (Sat, 01 Dec 2007) | 3 lines |
1433 | | Changed paths: |
1434 | | M /libcaca/trunk/src/img2txt.c |
1435 | | |
1436 | | * Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead |
1437 | | of hardcoding the feature list in img2txt. |
1438 | | |
1439 | | ------------------------------------------------------------------------ |
1440 | | r2105 | pterjan | 2007-12-01 15:51:20 +0000 (Sat, 01 Dec 2007) | 4 lines |
1441 | | Changed paths: |
1442 | | M /libcaca/trunk/src/aafire.c |
1443 | | |
1444 | | |
1445 | | * Allow exiting cacafire using the window manager |
1446 | | |
1447 | | |
1448 | | ------------------------------------------------------------------------ |
1449 | | r2104 | jylam | 2007-11-30 23:59:57 +0000 (Fri, 30 Nov 2007) | 2 lines |
1450 | | Changed paths: |
1451 | | M /libcaca/trunk/doc/img2txt.1 |
1452 | | M /libcaca/trunk/src/img2txt.c |
1453 | | |
1454 | | * Added BBCode (French) format to img2txt's help and doc |
1455 | | |
1456 | | ------------------------------------------------------------------------ |
1457 | | r2103 | sam | 2007-11-30 23:48:51 +0000 (Fri, 30 Nov 2007) | 3 lines |
1458 | | Changed paths: |
1459 | | M /libcaca/trunk/Makefile.am |
1460 | | M /libcaca/trunk/configure.ac |
1461 | | A /libcaca/trunk/tests |
1462 | | A /libcaca/trunk/tests/.gitignore |
1463 | | A /libcaca/trunk/tests/Makefile.am |
1464 | | A /libcaca/trunk/tests/simple.c |
1465 | | |
1466 | | * Created a tests/ directory for regression tests. Run with "make check". |
1467 | | * Added a first, simple test program. |
1468 | | |
1469 | | ------------------------------------------------------------------------ |
1470 | | r2102 | sam | 2007-11-30 23:48:46 +0000 (Fri, 30 Nov 2007) | 3 lines |
1471 | | Changed paths: |
1472 | | M /libcaca/trunk/cucul/export.c |
1473 | | |
1474 | | * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for |
1475 | | instance. |
1476 | | |
1477 | | ------------------------------------------------------------------------ |
1478 | | r2101 | sam | 2007-11-30 23:48:39 +0000 (Fri, 30 Nov 2007) | 3 lines |
1479 | | Changed paths: |
1480 | | M /libcaca/trunk/Makefile.am |
1481 | | M /libcaca/trunk/configure.ac |
1482 | | A /libcaca/trunk/examples |
1483 | | A /libcaca/trunk/examples/.gitignore (from /libcaca/trunk/test/.gitignore:2100) |
1484 | | A /libcaca/trunk/examples/Makefile.am (from /libcaca/trunk/test/Makefile.am:2100) |
1485 | | A /libcaca/trunk/examples/blit.c (from /libcaca/trunk/test/blit.c:2100) |
1486 | | A /libcaca/trunk/examples/colors.c (from /libcaca/trunk/test/colors.c:2100) |
1487 | | A /libcaca/trunk/examples/cucul.c (from /libcaca/trunk/test/cucul.c:2100) |
1488 | | A /libcaca/trunk/examples/demo.c (from /libcaca/trunk/test/demo.c:2100) |
1489 | | A /libcaca/trunk/examples/demo0.c (from /libcaca/trunk/test/demo0.c:2100) |
1490 | | A /libcaca/trunk/examples/dithering.c (from /libcaca/trunk/test/dithering.c:2100) |
1491 | | A /libcaca/trunk/examples/event.c (from /libcaca/trunk/test/event.c:2100) |
1492 | | A /libcaca/trunk/examples/export.c (from /libcaca/trunk/test/export.c:2100) |
1493 | | A /libcaca/trunk/examples/font.c (from /libcaca/trunk/test/font.c:2100) |
1494 | | A /libcaca/trunk/examples/font2tga.c (from /libcaca/trunk/test/font2tga.c:2100) |
1495 | | A /libcaca/trunk/examples/frames.c (from /libcaca/trunk/test/frames.c:2100) |
1496 | | A /libcaca/trunk/examples/fullwidth.c (from /libcaca/trunk/test/fullwidth.c:2100) |
1497 | | A /libcaca/trunk/examples/gamma.c (from /libcaca/trunk/test/gamma.c:2100) |
1498 | | A /libcaca/trunk/examples/hsv.c (from /libcaca/trunk/test/hsv.c:2100) |
1499 | | A /libcaca/trunk/examples/import.c (from /libcaca/trunk/test/import.c:2100) |
1500 | | A /libcaca/trunk/examples/input.c (from /libcaca/trunk/test/input.c:2100) |
1501 | | A /libcaca/trunk/examples/spritedit.c (from /libcaca/trunk/test/spritedit.c:2100) |
1502 | | A /libcaca/trunk/examples/swallow.c (from /libcaca/trunk/test/swallow.c:2100) |
1503 | | A /libcaca/trunk/examples/text.c (from /libcaca/trunk/test/text.c:2100) |
1504 | | A /libcaca/trunk/examples/transform.c (from /libcaca/trunk/test/transform.c:2100) |
1505 | | A /libcaca/trunk/examples/truecolor.c (from /libcaca/trunk/test/truecolor.c:2100) |
1506 | | A /libcaca/trunk/examples/unicode.c (from /libcaca/trunk/test/unicode.c:2100) |
1507 | | D /libcaca/trunk/test/.gitignore |
1508 | | D /libcaca/trunk/test/Makefile.am |
1509 | | D /libcaca/trunk/test/blit.c |
1510 | | D /libcaca/trunk/test/colors.c |
1511 | | D /libcaca/trunk/test/cucul.c |
1512 | | D /libcaca/trunk/test/demo.c |
1513 | | D /libcaca/trunk/test/demo0.c |
1514 | | D /libcaca/trunk/test/dithering.c |
1515 | | D /libcaca/trunk/test/event.c |
1516 | | D /libcaca/trunk/test/export.c |
1517 | | D /libcaca/trunk/test/font.c |
1518 | | D /libcaca/trunk/test/font2tga.c |
1519 | | D /libcaca/trunk/test/frames.c |
1520 | | D /libcaca/trunk/test/fullwidth.c |
1521 | | D /libcaca/trunk/test/gamma.c |
1522 | | D /libcaca/trunk/test/hsv.c |
1523 | | D /libcaca/trunk/test/import.c |
1524 | | D /libcaca/trunk/test/input.c |
1525 | | D /libcaca/trunk/test/spritedit.c |
1526 | | D /libcaca/trunk/test/swallow.c |
1527 | | D /libcaca/trunk/test/text.c |
1528 | | D /libcaca/trunk/test/transform.c |
1529 | | D /libcaca/trunk/test/truecolor.c |
1530 | | D /libcaca/trunk/test/unicode.c |
1531 | | |
1532 | | * Rename "test" to "examples". The former will become a real testsuite. |
1533 | | * Autodetect zzuf in the configure step. It might become handy. |
1534 | | |
1535 | | ------------------------------------------------------------------------ |
1536 | | r2097 | pterjan | 2007-11-29 00:52:13 +0000 (Thu, 29 Nov 2007) | 3 lines |
1537 | | Changed paths: |
1538 | | M /libcaca/trunk/ruby/Makefile.am |
1539 | | |
1540 | | |
1541 | | * cucul.h is needed to build caca part |
1542 | | |
1543 | | ------------------------------------------------------------------------ |
1544 | | r2096 | sam | 2007-11-28 23:57:53 +0000 (Wed, 28 Nov 2007) | 3 lines |
1545 | | Changed paths: |
1546 | | M /libcaca/trunk/ChangeLog |
1547 | | M /libcaca/trunk/NEWS |
1548 | | M /libcaca/trunk/configure.ac |
1549 | | M /libcaca/trunk/msvc/config.h |
1550 | | |
1551 | | * Set version to 0.99.beta13. |
1552 | | * Updated NEWS and ChangeLog. |
1553 | | |
1554 | | ------------------------------------------------------------------------ |
1555 | | r2095 | sam | 2007-11-28 23:20:05 +0000 (Wed, 28 Nov 2007) | 3 lines |
1556 | | Changed paths: |
1557 | | M /libcaca/trunk/csharp/Caca.cs |
1558 | | M /libcaca/trunk/csharp/Cucul.cs |
1559 | | |
1560 | | * Implemented the empty CuculCanvas constructor. |
1561 | | * Implemented CacaDisplay.Canvas which acts the same as caca_get_canvas(). |
1562 | | |
1563 | | ------------------------------------------------------------------------ |
1564 | | r2094 | pterjan | 2007-11-28 16:43:32 +0000 (Wed, 28 Nov 2007) | 3 lines |
1565 | | Changed paths: |
1566 | | M /libcaca/trunk/ruby/cucul-canvas.c |
1567 | | |
1568 | | |
1569 | | * Improve Cucul::Canvas creation |
1570 | | |
1571 | | ------------------------------------------------------------------------ |
1572 | | r2093 | pterjan | 2007-11-28 16:39:10 +0000 (Wed, 28 Nov 2007) | 3 lines |
1573 | | Changed paths: |
1574 | | M /libcaca/trunk/ruby/caca-display.c |
1575 | | M /libcaca/trunk/ruby/cucul-canvas.c |
1576 | | M /libcaca/trunk/ruby/cucul-canvas.h |
1577 | | M /libcaca/trunk/ruby/lib/caca.rb |
1578 | | M /libcaca/trunk/ruby/ruby-caca.dox |
1579 | | |
1580 | | |
1581 | | * Add Caca::Display#canvas |
1582 | | |
1583 | | ------------------------------------------------------------------------ |
1584 | | r2092 | pterjan | 2007-11-28 07:29:12 +0000 (Wed, 28 Nov 2007) | 3 lines |
1585 | | Changed paths: |
1586 | | M /libcaca/trunk/ruby/caca-display.c |
1587 | | |
1588 | | * Allow calling Caca::Display.new without parameter |
1589 | | |
1590 | | |
1591 | | ------------------------------------------------------------------------ |
1592 | | r2091 | sam | 2007-11-28 07:15:09 +0000 (Wed, 28 Nov 2007) | 3 lines |
1593 | | Changed paths: |
1594 | | M /libcaca/trunk/csharp/Cucul.cs |
1595 | | |
1596 | | * Re-add methods that take int as arguments in addition to the Point, |
1597 | | Size and Rectangle versions. |
1598 | | |
1599 | | ------------------------------------------------------------------------ |
1600 | | r2090 | sam | 2007-11-28 07:15:07 +0000 (Wed, 28 Nov 2007) | 2 lines |
1601 | | Changed paths: |
1602 | | M /libcaca/trunk/csharp/test.cs |
1603 | | |
1604 | | * Put the demo text on top of the copper bar, not the contrary. |
1605 | | |
1606 | | ------------------------------------------------------------------------ |
1607 | | r2089 | sam | 2007-11-28 07:15:05 +0000 (Wed, 28 Nov 2007) | 2 lines |
1608 | | Changed paths: |
1609 | | M /libcaca/trunk/csharp/Caca.cs |
1610 | | M /libcaca/trunk/csharp/Cucul.cs |
1611 | | M /libcaca/trunk/csharp/test.cs |
1612 | | |
1613 | | * Minor naming convention changes in the C# bindings. |
1614 | | |
1615 | | ------------------------------------------------------------------------ |
1616 | | r2088 | sam | 2007-11-28 07:15:01 +0000 (Wed, 28 Nov 2007) | 3 lines |
1617 | | Changed paths: |
1618 | | M /libcaca/trunk/configure.ac |
1619 | | M /libcaca/trunk/csharp/.gitignore |
1620 | | M /libcaca/trunk/csharp/Makefile.am |
1621 | | D /libcaca/trunk/csharp/caca-sharp.dll.config |
1622 | | A /libcaca/trunk/csharp/caca-sharp.dll.config.in |
1623 | | D /libcaca/trunk/csharp/cucul-sharp.dll.config |
1624 | | A /libcaca/trunk/csharp/cucul-sharp.dll.config.in |
1625 | | |
1626 | | * Generate CLI .config files at configure time so that we can embed the |
1627 | | library version and not rely on .so being present. |
1628 | | |
1629 | | ------------------------------------------------------------------------ |
1630 | | r2087 | sam | 2007-11-28 07:14:55 +0000 (Wed, 28 Nov 2007) | 3 lines |
1631 | | Changed paths: |
1632 | | M /libcaca/trunk/caca/Makefile.am |
1633 | | M /libcaca/trunk/configure.ac |
1634 | | M /libcaca/trunk/cucul/Makefile.am |
1635 | | M /libcaca/trunk/cxx/Makefile.am |
1636 | | |
1637 | | * Use libtool’s -version-number instead of -version-info and its insane |
1638 | | major/minor computation scheme. |
1639 | | |
1640 | | ------------------------------------------------------------------------ |
1641 | | r2086 | pterjan | 2007-11-27 17:13:29 +0000 (Tue, 27 Nov 2007) | 4 lines |
1642 | | Changed paths: |
1643 | | M /libcaca/trunk/ruby/cucul-canvas.c |
1644 | | |
1645 | | |
1646 | | * Rename parameters of draw_box* in Ruby binding |
1647 | | |
1648 | | |
1649 | | ------------------------------------------------------------------------ |
1650 | | r2084 | sam | 2007-11-27 11:08:04 +0000 (Tue, 27 Nov 2007) | 1 line |
1651 | | Changed paths: |
1652 | | M /libcaca/trunk/msvc/caca-sharp.csproj |
1653 | | M /libcaca/trunk/msvc/cucul-sharp.csproj |
1654 | | M /libcaca/trunk/msvc/test-csharp.csproj |
1655 | | |
1656 | | * Add System.Drawing to the C# project references. |
1657 | | ------------------------------------------------------------------------ |
1658 | | r2083 | sam | 2007-11-27 09:04:54 +0000 (Tue, 27 Nov 2007) | 2 lines |
1659 | | Changed paths: |
1660 | | M /libcaca/trunk/csharp/test.cs |
1661 | | |
1662 | | * Use the bigger font for the C# test scroller. |
1663 | | |
1664 | | ------------------------------------------------------------------------ |
1665 | | r2082 | sam | 2007-11-27 01:55:41 +0000 (Tue, 27 Nov 2007) | 3 lines |
1666 | | Changed paths: |
1667 | | M /libcaca/trunk/csharp/Cucul.cs |
1668 | | M /libcaca/trunk/csharp/test.cs |
1669 | | |
1670 | | * Add a C# wrapper for cucul_render_canvas(). |
1671 | | * Use CuculFont.Render() in the C# test for a nice oldschool effect. |
1672 | | |
1673 | | ------------------------------------------------------------------------ |
1674 | | r2081 | sam | 2007-11-27 00:58:27 +0000 (Tue, 27 Nov 2007) | 2 lines |
1675 | | Changed paths: |
1676 | | M /libcaca/trunk/csharp/Cucul.cs |
1677 | | M /libcaca/trunk/csharp/test.cs |
1678 | | |
1679 | | * Started to implement the CuculFont class. |
1680 | | |
1681 | | ------------------------------------------------------------------------ |
1682 | | r2080 | sam | 2007-11-27 00:58:24 +0000 (Tue, 27 Nov 2007) | 2 lines |
1683 | | Changed paths: |
1684 | | M /libcaca/trunk/csharp/Cucul.cs |
1685 | | M /libcaca/trunk/csharp/test.cs |
1686 | | |
1687 | | * Implement all line drawing functions (even variadic ones). |
1688 | | |
1689 | | ------------------------------------------------------------------------ |
1690 | | r2079 | sam | 2007-11-27 00:58:19 +0000 (Tue, 27 Nov 2007) | 4 lines |
1691 | | Changed paths: |
1692 | | M /libcaca/trunk/cucul/box.c |
1693 | | |
1694 | | * Changed the box drawing functions so that their arguments are (point, size) |
1695 | | instead of (point, point). Yeah, I break the ABI again. But who uses these |
1696 | | functions anyway? |
1697 | | |
1698 | | ------------------------------------------------------------------------ |
1699 | | r2078 | sam | 2007-11-27 00:58:16 +0000 (Tue, 27 Nov 2007) | 3 lines |
1700 | | Changed paths: |
1701 | | M /libcaca/trunk/csharp/Caca.cs |
1702 | | M /libcaca/trunk/csharp/Cucul.cs |
1703 | | M /libcaca/trunk/csharp/Makefile.am |
1704 | | M /libcaca/trunk/csharp/test.cs |
1705 | | |
1706 | | * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments, |
1707 | | allowing for much cleaner code (at the expense of an extra dependency). |
1708 | | |
1709 | | ------------------------------------------------------------------------ |
1710 | | r2077 | pterjan | 2007-11-26 07:07:52 +0000 (Mon, 26 Nov 2007) | 3 lines |
1711 | | Changed paths: |
1712 | | M /libcaca/trunk/ruby/caca.c |
1713 | | M /libcaca/trunk/ruby/cucul.c |
1714 | | M /libcaca/trunk/ruby/ruby-caca.dox |
1715 | | M /libcaca/trunk/ruby/ruby-cucul.dox |
1716 | | |
1717 | | * Add Caca.version and Cucul.version |
1718 | | |
1719 | | |
1720 | | ------------------------------------------------------------------------ |
1721 | | r2076 | sam | 2007-11-26 01:04:36 +0000 (Mon, 26 Nov 2007) | 3 lines |
1722 | | Changed paths: |
1723 | | M /libcaca/trunk/csharp/Caca.cs |
1724 | | M /libcaca/trunk/csharp/Cucul.cs |
1725 | | M /libcaca/trunk/csharp/test.cs |
1726 | | |
1727 | | * Implemented getVersion() in the C# bindings. |
1728 | | * Slightly improved the C# test program. |
1729 | | |
1730 | | ------------------------------------------------------------------------ |
1731 | | r2075 | sam | 2007-11-26 01:04:34 +0000 (Mon, 26 Nov 2007) | 3 lines |
1732 | | Changed paths: |
1733 | | M /libcaca/trunk/cucul/cucul.c |
1734 | | M /libcaca/trunk/cxx/cxxtest.cpp |
1735 | | M /libcaca/trunk/test/event.c |
1736 | | M /libcaca/trunk/test/gamma.c |
1737 | | |
1738 | | * Fix memory leaks that slipped in here and there. We still have 100,000 |
1739 | | fewer than Firefox, lol. |
1740 | | |
1741 | | ------------------------------------------------------------------------ |
1742 | | r2074 | sam | 2007-11-26 01:04:32 +0000 (Mon, 26 Nov 2007) | 4 lines |
1743 | | Changed paths: |
1744 | | M /libcaca/trunk/caca/caca.c |
1745 | | M /libcaca/trunk/caca/caca.h |
1746 | | M /libcaca/trunk/cucul/cucul.c |
1747 | | M /libcaca/trunk/cucul/cucul.h |
1748 | | M /libcaca/trunk/cucul/export.c |
1749 | | M /libcaca/trunk/cxx/caca++.cpp |
1750 | | M /libcaca/trunk/cxx/caca++.h |
1751 | | M /libcaca/trunk/cxx/cucul++.cpp |
1752 | | M /libcaca/trunk/cxx/cucul++.h |
1753 | | M /libcaca/trunk/cxx/cxxtest.cpp |
1754 | | M /libcaca/trunk/src/img2txt.c |
1755 | | |
1756 | | * Add cucul_get_version() and caca_get_version() and updated C++ bindings |
| 1 | commit 451ba85834457c75965ff89aa43489fb432d7387 |
| 2 | Author: sam |
| 3 | Date: Wed Jan 27 00:42:57 2010 +0000 |
| 4 | |
| 5 | Activate colour toilet font support. |
| 6 | |
| 7 | caca/figfont.c | 7 ++----- |
| 8 | 1 files changed, 2 insertions(+), 5 deletions(-) |
| 9 | |
| 10 | commit 20f1ef8a4a834c25f941ee7fa6fb9f20a9e42692 |
| 11 | Author: sam |
| 12 | Date: Mon Jan 25 12:40:18 2010 +0000 |
| 13 | |
| 14 | Don't fail the check-build test if documentation was not built. |
| 15 | |
| 16 | test/check-build | 4 ++-- |
| 17 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 18 | |
| 19 | commit 151e2d2d21c307b9dc8c2ca0523bfded1a391781 |
| 20 | Author: sam |
| 21 | Date: Mon Jan 25 01:47:21 2010 +0000 |
| 22 | |
| 23 | Simpler and more accurate troff colour selection. |
| 24 | |
| 25 | caca/codec/export.c | 39 +++++++++++++-------------------------- |
| 26 | 1 files changed, 13 insertions(+), 26 deletions(-) |
| 27 | |
| 28 | commit 6eda4e3a781993623bf6651151193176011b38e9 |
| 29 | Author: pterjan |
| 30 | Date: Sun Jan 24 22:04:10 2010 +0000 |
| 31 | |
| 32 | * Always draw all background in troff output, on beginning of lines too |
| 33 | |
| 34 | caca/codec/export.c | 13 ++++++++----- |
| 35 | 1 files changed, 8 insertions(+), 5 deletions(-) |
| 36 | |
| 37 | commit 34365e618d3ab942174fbba7085cf2dfe82c3933 |
| 38 | Author: sam |
| 39 | Date: Sun Jan 24 21:58:17 2010 +0000 |
| 40 | |
| 41 | Fix the source code to reduce testsuite errors. |
| 42 | |
| 43 | caca/codec/export.c | 33 ++++++++++++++++----------------- |
| 44 | kernel/Makefile.am | 2 ++ |
| 45 | kernel/kernel.c | 12 ++++++------ |
| 46 | kernel/kernel.h | 12 +++++------- |
| 47 | kernel/multiboot.h | 18 +++++++++--------- |
| 48 | test/check-build | 5 +++-- |
| 49 | win32/config.h | 1 + |
| 50 | 7 files changed, 42 insertions(+), 41 deletions(-) |
| 51 | |
| 52 | commit 2904686fa74262422c7ad2de03f9e6ad8b3cf760 |
| 53 | Author: pterjan |
| 54 | Date: Sun Jan 24 21:43:19 2010 +0000 |
| 55 | |
| 56 | * Always draw all background in troff output |
| 57 | |
| 58 | caca/codec/export.c | 9 +++++++-- |
| 59 | 1 files changed, 7 insertions(+), 2 deletions(-) |
| 60 | |
| 61 | commit 7071715928dfa24421070deaafbd7e003f10a885 |
| 62 | Author: pterjan |
| 63 | Date: Sun Jan 24 21:15:01 2010 +0000 |
| 64 | |
| 65 | * Unbreak make dist (multiboot.S is dead), but many files in kernel/ are missing there |
| 66 | |
| 67 | kernel/Makefile.am | 1 - |
| 68 | 1 files changed, 0 insertions(+), 1 deletions(-) |
| 69 | |
| 70 | commit 487e5d3f14179f16d850891b229ad5ddc3a085f7 |
| 71 | Author: sam |
| 72 | Date: Sun Jan 24 01:47:25 2010 +0000 |
| 73 | |
| 74 | Fix check-build verbosity. |
| 75 | |
| 76 | test/check-build | 6 +++++- |
| 77 | 1 files changed, 5 insertions(+), 1 deletions(-) |
| 78 | |
| 79 | commit 17db1ae3626886ca5ef295e2d13192785f7fe5e2 |
| 80 | Author: sam |
| 81 | Date: Sun Jan 24 01:47:18 2010 +0000 |
| 82 | |
| 83 | Fix shrext_cmds usage in configure.ac. |
| 84 | |
| 85 | configure.ac | 4 ++-- |
| 86 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 87 | |
| 88 | commit d09c52bbea20688bde8d99d6fa6608d82c88e6bf |
| 89 | Author: pterjan |
| 90 | Date: Thu Jan 21 11:14:24 2010 +0000 |
| 91 | |
| 92 | * Add back some missing spaces |
| 93 | |
| 94 | ruby/ruby-caca.dox | 100 ++++++++++++++++++++++++++-------------------------- |
| 95 | 1 files changed, 50 insertions(+), 50 deletions(-) |
| 96 | |
| 97 | commit d20876254575a1807e45d9f6813dc319db35e3a0 |
| 98 | Author: pterjan |
| 99 | Date: Wed Jan 6 20:56:29 2010 +0000 |
| 100 | |
| 101 | * Map colors to the ones known by groff, defining mines don't work |
| 102 | |
| 103 | caca/codec/export.c | 63 +++++++++++++++++++++++++-------------------------- |
| 104 | 1 files changed, 31 insertions(+), 32 deletions(-) |
| 105 | |
| 106 | commit cfbf6b03450ec5f9a54d8821c67388a3ee250a34 |
| 107 | Author: sam |
| 108 | Date: Wed Jan 6 00:10:31 2010 +0000 |
| 109 | |
| 110 | Move conditional java targets to the top of Makefile.am. |
| 111 | |
| 112 | java/Makefile.am | 10 +++++----- |
| 113 | 1 files changed, 5 insertions(+), 5 deletions(-) |
| 114 | |
| 115 | commit 1952abe441151d29d76a80d23b924829da82d78e |
| 116 | Author: pterjan |
| 117 | Date: Wed Jan 6 00:05:09 2010 +0000 |
| 118 | |
| 119 | * Improve a bit troff export |
| 120 | |
| 121 | caca/codec/export.c | 46 ++++++++++++++++++++++++++++++++++++---------- |
| 122 | 1 files changed, 36 insertions(+), 10 deletions(-) |
| 123 | |
| 124 | commit 0abfaab409f21792772043a46ed11024e15eaf7a |
| 125 | Author: pterjan |
| 126 | Date: Tue Jan 5 23:27:26 2010 +0000 |
| 127 | |
| 128 | * Add experimental troff export |
| 129 | |
| 130 | caca/codec/export.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 131 | 1 files changed, 73 insertions(+), 0 deletions(-) |
| 132 | |
| 133 | commit a624bed86c83294989d80b6cdaca86929ca4a993 |
| 134 | Author: pterjan |
| 135 | Date: Tue Jan 5 21:59:10 2010 +0000 |
| 136 | |
| 137 | * Do not want libjava.jar when we don't build java binding |
| 138 | |
| 139 | java/Makefile.am | 2 +- |
| 140 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 141 | |
| 142 | commit 65c45c564a539884d39bd26b4d069e83e046e06a |
| 143 | Author: sam |
| 144 | Date: Sun Jan 3 02:54:32 2010 +0000 |
| 145 | |
| 146 | Clean up .gitignore and documentation build rules. |
| 147 | |
| 148 | .gitignore | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ |
| 149 | Makefile.am | 5 ++- |
| 150 | caca-sharp/.gitignore | 3 -- |
| 151 | caca/.gitignore | 1 - |
| 152 | cxx/.gitignore | 1 - |
| 153 | doc/.gitignore | 4 --- |
| 154 | doc/Makefile.am | 7 ++--- |
| 155 | doc/doxygen.cfg.in | 2 +- |
| 156 | examples/.gitignore | 29 ---------------------- |
| 157 | ruby/.gitignore | 2 - |
| 158 | src/.gitignore | 7 ----- |
| 159 | test/.gitignore | 3 -- |
| 160 | test/check-build | 11 ++++++++ |
| 161 | tools/.gitignore | 3 -- |
| 162 | 14 files changed, 83 insertions(+), 60 deletions(-) |
| 163 | |
| 164 | commit 46776ce9343b8e5212d9169db991fb0f89d973e9 |
| 165 | Author: sam |
| 166 | Date: Sun Jan 3 02:54:17 2010 +0000 |
| 167 | |
| 168 | Clean up files generated by build-kernel in make clean. |
| 169 | |
| 170 | build-kernel | 11 ++++++----- |
| 171 | kernel/Makefile.am | 4 ++++ |
| 172 | 2 files changed, 10 insertions(+), 5 deletions(-) |
| 173 | |
| 174 | commit f7aa349e589face539fd5c44fdbbc1b3deb7c3e6 |
| 175 | Author: sam |
| 176 | Date: Thu Dec 24 00:02:16 2009 +0000 |
| 177 | |
| 178 | Build Java examples and add wrapper scripts to run them. |
| 179 | |
| 180 | java/.gitignore | 1 + |
| 181 | java/Makefile.am | 13 +++++++++++-- |
| 182 | java/examples/Driver | 6 ++++++ |
| 183 | java/examples/Driver.java | 2 +- |
| 184 | java/examples/TrueColor | 6 ++++++ |
| 185 | java/org/zoy/caca/Caca.java | 2 +- |
| 186 | 6 files changed, 26 insertions(+), 4 deletions(-) |
| 187 | |
| 188 | commit cb05a3ca97161eed3c8b4dd201c1748bb4c51d2e |
| 189 | Author: sam |
| 190 | Date: Wed Dec 23 11:34:49 2009 +0000 |
| 191 | |
| 192 | Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. |
| 193 | |
| 194 | AUTHORS | 3 + |
| 195 | Makefile.am | 4 +- |
| 196 | configure.ac | 45 ++++ |
| 197 | java/.gitignore | 3 + |
| 198 | java/Makefile.am | 94 ++++++++ |
| 199 | java/README | 20 ++ |
| 200 | java/caca_java_common.c | 31 +++ |
| 201 | java/caca_java_common.h | 23 ++ |
| 202 | java/examples/Driver.java | 54 +++++ |
| 203 | java/examples/TrueColor.java | 38 +++ |
| 204 | java/org/zoy/caca/Attribute.java | 60 +++++ |
| 205 | java/org/zoy/caca/Caca.java | 33 +++ |
| 206 | java/org/zoy/caca/CacaException.java | 24 ++ |
| 207 | java/org/zoy/caca/CacaObject.java | 40 ++++ |
| 208 | java/org/zoy/caca/Canvas.java | 377 ++++++++++++++++++++++++++++++ |
| 209 | java/org/zoy/caca/Color.java | 84 +++++++ |
| 210 | java/org/zoy/caca/Display.java | 170 ++++++++++++++ |
| 211 | java/org/zoy/caca/Dither.java | 238 +++++++++++++++++++ |
| 212 | java/org/zoy/caca/Event.java | 184 +++++++++++++++ |
| 213 | java/org/zoy/caca/Font.java | 61 +++++ |
| 214 | java/org/zoy/caca/NativeObject.java | 20 ++ |
| 215 | java/org/zoy/caca/TimeoutException.java | 24 ++ |
| 216 | java/org_zoy_caca_Attribute.c | 62 +++++ |
| 217 | java/org_zoy_caca_Caca.c | 24 ++ |
| 218 | java/org_zoy_caca_Canvas.c | 389 +++++++++++++++++++++++++++++++ |
| 219 | java/org_zoy_caca_Display.c | 187 +++++++++++++++ |
| 220 | java/org_zoy_caca_Dither.c | 175 ++++++++++++++ |
| 221 | java/org_zoy_caca_Event.c | 80 +++++++ |
| 222 | java/org_zoy_caca_Font.c | 117 +++++++++ |
| 223 | 29 files changed, 2663 insertions(+), 1 deletions(-) |
| 224 | |
| 225 | commit b22d726efed61636c22d1099da84149bdca2936b |
| 226 | Author: jylam |
| 227 | Date: Sun Dec 20 16:29:24 2009 +0000 |
| 228 | |
| 229 | * Fix libcaca.a linkage (was off by one argument), fill memory with 0xCACA, because caca is so delicious. |
| 230 | |
| 231 | build-kernel | 2 +- |
| 232 | kernel/drivers/processor.c | 10 ++++++---- |
| 233 | kernel/kernel.c | 12 ++++++++---- |
| 234 | 3 files changed, 15 insertions(+), 9 deletions(-) |
| 235 | |
| 236 | commit 27934e61f3debbd86a18fb249cf8625645c1f80d |
| 237 | Author: jylam |
| 238 | Date: Sun Dec 20 15:41:41 2009 +0000 |
| 239 | |
| 240 | * Added 64bits RDTSC support, as well as CPU frequency guess (more like a 8254a test, actually) |
| 241 | |
| 242 | build-kernel | 8 +- |
| 243 | kernel/drivers/processor.c | 49 +++++ |
| 244 | kernel/drivers/processor.h | 2 + |
| 245 | kernel/drivers/timer.c | 55 ++++--- |
| 246 | kernel/kernel.c | 22 +-- |
| 247 | kernel/kernel.h | 2 + |
| 248 | kernel/klibc.c | 430 ++++++++++++++++++++++++-------------------- |
| 249 | kernel/klibc.h | 3 +- |
| 250 | 8 files changed, 336 insertions(+), 235 deletions(-) |
| 251 | |
| 252 | commit c937b857131651e02acf5b813887a2f567bceadc |
| 253 | Author: jylam |
| 254 | Date: Sun Dec 20 14:02:02 2009 +0000 |
| 255 | |
| 256 | * Fix indentation and add licensing and copyright headers to kernel |
| 257 | |
| 258 | kernel/boot/gdt.c | 151 ++++++++++++++++++------------- |
| 259 | kernel/boot/idt.c | 164 +++++++++++++++++++--------------- |
| 260 | kernel/boot/interruptions.c | 209 +++++++++++++++++++++++++++++-------------- |
| 261 | kernel/boot/pic.c | 99 ++++++++++++-------- |
| 262 | kernel/boot/stage2.c | 37 ++++++--- |
| 263 | kernel/boot/stage2.h | 18 ++++ |
| 264 | kernel/drivers/floppy.c | 19 ++++- |
| 265 | kernel/drivers/floppy.h | 28 +++++- |
| 266 | kernel/drivers/keyboard.c | 210 +++++++++++++++++++++++-------------------- |
| 267 | kernel/drivers/memory.c | 17 ++++- |
| 268 | kernel/drivers/memory.h | 15 +++ |
| 269 | kernel/drivers/processor.c | 18 +++- |
| 270 | kernel/drivers/processor.h | 142 ++++++++++++++++------------- |
| 271 | kernel/drivers/timer.c | 68 ++++++++------- |
| 272 | kernel/drivers/timer.h | 18 ++++- |
| 273 | kernel/kernel.c | 13 +-- |
| 274 | kernel/kernel.h | 10 +-- |
| 275 | kernel/klibc.c | 16 ++++ |
| 276 | kernel/klibc.h | 68 ++++++++++----- |
| 277 | 19 files changed, 824 insertions(+), 496 deletions(-) |
| 278 | |
| 279 | commit bfb37db8f2499325f64efea9cba8e841646170f5 |
| 280 | Author: jylam |
| 281 | Date: Sun Dec 20 13:45:00 2009 +0000 |
| 282 | |
| 283 | * Fill CPU id correctly, you dumb fuck. |
| 284 | |
| 285 | kernel/drivers/processor.c | 2 ++ |
| 286 | 1 files changed, 2 insertions(+), 0 deletions(-) |
| 287 | |
| 288 | commit 06f236a29b73e6b0206bff7f2298277ae2c0de85 |
| 289 | Author: jylam |
| 290 | Date: Sun Dec 20 13:40:42 2009 +0000 |
| 291 | |
| 292 | * XCode project file updated for kernel |
| 293 | |
| 294 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 77 +++++++++++++++++++++++++- |
| 295 | 1 files changed, 75 insertions(+), 2 deletions(-) |
| 296 | |
| 297 | commit 6ad0288cffd2d12fab085a144d0474de49977961 |
| 298 | Author: jylam |
| 299 | Date: Sun Dec 20 13:36:15 2009 +0000 |
| 300 | |
| 301 | * Forgot kernel build script |
| 302 | |
| 303 | build-kernel | 67 +++++++++++++++++++++++++++++++++++++++++---------------- |
| 304 | 1 files changed, 48 insertions(+), 19 deletions(-) |
| 305 | |
| 306 | commit ebb9c3074b35e17103bb8bc6963a3210d8b5c5ca |
| 307 | Author: jylam |
| 308 | Date: Sun Dec 20 13:33:11 2009 +0000 |
| 309 | |
| 310 | * Total kernel rewrite |
| 311 | |
| 312 | configure.ac | 2 +- |
| 313 | kernel/boot/bootsect.asm | 123 +++++++++ |
| 314 | kernel/boot/gdt.c | 101 ++++++++ |
| 315 | kernel/boot/idt.c | 132 ++++++++++ |
| 316 | kernel/boot/int.asm | 147 +++++++++++ |
| 317 | kernel/boot/interruptions.c | 112 ++++++++ |
| 318 | kernel/boot/pic.c | 73 ++++++ |
| 319 | kernel/boot/stage2.c | 30 +++ |
| 320 | kernel/boot/stage2.h | 1 + |
| 321 | kernel/drivers/floppy.c | 56 ++++ |
| 322 | kernel/drivers/floppy.h | 14 + |
| 323 | kernel/drivers/keyboard.c | 101 ++++++++ |
| 324 | kernel/drivers/memory.c | 4 + |
| 325 | kernel/drivers/processor.c | 50 ++++ |
| 326 | kernel/drivers/processor.h | 81 ++++++ |
| 327 | kernel/drivers/timer.c | 42 +++ |
| 328 | kernel/drivers/timer.h | 2 + |
| 329 | kernel/kernel.c | 421 ++++--------------------------- |
| 330 | kernel/kernel.h | 118 +-------- |
| 331 | kernel/klibc.c | 598 +++++++++++++++++++++++++++++++++++++++++++ |
| 332 | kernel/klibc.h | 125 +++++++++ |
| 333 | kernel/multiboot.S | 73 ------ |
| 334 | 22 files changed, 1850 insertions(+), 556 deletions(-) |
| 335 | |
| 336 | commit 8ddbf4820e43bae276f8cdc6a6ac5839717b7226 |
| 337 | Author: sam |
| 338 | Date: Sat Dec 19 14:38:47 2009 +0000 |
| 339 | |
| 340 | Store built-in fonts in a uin8_t[] instead of char[]. |
| 341 | |
| 342 | caca/font.c | 4 ++-- |
| 343 | caca/mono9.data | 4 ++-- |
| 344 | caca/monobold12.data | 4 ++-- |
| 345 | tools/makefont.c | 5 +++-- |
| 346 | 4 files changed, 9 insertions(+), 8 deletions(-) |
| 347 | |
| 348 | commit 7e4e8167886d496217f7b08ea7de528f8582e3cf |
| 349 | Author: sam |
| 350 | Date: Sat Dec 19 14:38:38 2009 +0000 |
| 351 | |
| 352 | Update my e-mail address everywhere. |
| 353 | |
| 354 | build-dos | 2 +- |
| 355 | build-kernel | 2 +- |
| 356 | build-win32 | 2 +- |
| 357 | caca-config.in | 2 +- |
| 358 | caca-php/examples/colors.php | 2 +- |
| 359 | caca-php/examples/demo.php | 2 +- |
| 360 | caca-php/examples/export.php | 2 +- |
| 361 | caca-php/examples/fullwidth.php | 2 +- |
| 362 | caca-php/examples/img2txt.php | 5 +++-- |
| 363 | caca-php/examples/test.php | 4 ++-- |
| 364 | caca-php/examples/text.php | 2 +- |
| 365 | caca-php/examples/transform.php | 2 +- |
| 366 | caca-php/examples/truecolor.php | 2 +- |
| 367 | caca-php/examples/unicode.php | 2 +- |
| 368 | caca-php/examples/www/colors.php | 2 +- |
| 369 | caca-php/examples/www/export.php | 2 +- |
| 370 | caca-php/examples/www/fullwidth.php | 2 +- |
| 371 | caca-php/examples/www/img2txt.php | 5 +++-- |
| 372 | caca-php/examples/www/text.php | 2 +- |
| 373 | caca-php/examples/www/transform.php | 2 +- |
| 374 | caca-php/examples/www/truecolor.php | 2 +- |
| 375 | caca-php/examples/www/unicode.php | 2 +- |
| 376 | caca-sharp/Attr.cs | 2 +- |
| 377 | caca-sharp/Caca.cs | 2 +- |
| 378 | caca-sharp/Display.cs | 2 +- |
| 379 | caca-sharp/Dither.cs | 2 +- |
| 380 | caca-sharp/Event.cs | 2 +- |
| 381 | caca-sharp/Font.cs | 2 +- |
| 382 | caca-sharp/test.cs | 2 +- |
| 383 | caca/caca0.h | 2 +- |
| 384 | caca/caca_stubs.h | 2 +- |
| 385 | caca/caca_types.h.in | 2 +- |
| 386 | caca/charset.c | 2 +- |
| 387 | caca/conic.c | 2 +- |
| 388 | caca/dither.c | 2 +- |
| 389 | caca/file.c | 2 +- |
| 390 | caca/font.c | 2 +- |
| 391 | caca/line.c | 2 +- |
| 392 | caca/time.c | 2 +- |
| 393 | caca/triangle.c | 2 +- |
| 394 | doc/caca-config.1 | 2 +- |
| 395 | doc/cacafire.1 | 2 +- |
| 396 | doc/cacaplay.1 | 2 +- |
| 397 | doc/cacaserver.1 | 2 +- |
| 398 | doc/cacaview.1 | 2 +- |
| 399 | doc/img2txt.1 | 2 +- |
| 400 | examples/canvas.c | 2 +- |
| 401 | examples/colors.c | 2 +- |
| 402 | examples/dithering.c | 2 +- |
| 403 | examples/driver.c | 2 +- |
| 404 | examples/event.c | 2 +- |
| 405 | examples/font.c | 2 +- |
| 406 | examples/frames.c | 2 +- |
| 407 | examples/fullwidth.c | 2 +- |
| 408 | examples/gamma.c | 2 +- |
| 409 | examples/hsv.c | 2 +- |
| 410 | examples/input.c | 2 +- |
| 411 | examples/truecolor.c | 2 +- |
| 412 | examples/unicode.c | 2 +- |
| 413 | kernel/kernel.c | 2 +- |
| 414 | kernel/kernel.h | 2 +- |
| 415 | src/cacademo.c | 2 +- |
| 416 | src/cacaview.c | 2 +- |
| 417 | src/common-image.c | 2 +- |
| 418 | src/common-image.h | 2 +- |
| 419 | src/mygetopt.c | 2 +- |
| 420 | src/mygetopt.h | 2 +- |
| 421 | test/caca-test.cpp | 2 +- |
| 422 | test/canvas.cpp | 2 +- |
| 423 | test/driver.cpp | 2 +- |
| 424 | test/simple.c | 2 +- |
| 425 | tools/makefont.c | 2 +- |
| 426 | tools/optipal.c | 2 +- |
| 427 | tools/sortchars.c | 2 +- |
| 428 | 74 files changed, 79 insertions(+), 77 deletions(-) |
| 429 | |
| 430 | commit 98688b4bcc7bcb3698c11f80aa12aaaf4031e969 |
| 431 | Author: sam |
| 432 | Date: Fri Dec 18 22:09:25 2009 +0000 |
| 433 | |
| 434 | Preload the example input buffer with Unicode stuff for testing. |
| 435 | |
| 436 | examples/input.c | 10 ++++++++++ |
| 437 | 1 files changed, 10 insertions(+), 0 deletions(-) |
| 438 | |
| 439 | commit e6409a5564b76042a195cce112640af2e4cef16d |
| 440 | Author: sam |
| 441 | Date: Fri Dec 18 21:50:37 2009 +0000 |
| 442 | |
| 443 | Fix an alignment issue in caca_get_canvas_chars() and caca_get_canvas_attrs(). |
| 444 | Fixes #41. |
| 445 | |
| 446 | caca/caca.h | 4 ++-- |
| 447 | caca/canvas.c | 20 ++++++++++---------- |
| 448 | caca/driver/conio.c | 6 +++--- |
| 449 | caca/driver/gl.c | 6 +++--- |
| 450 | caca/driver/ncurses.c | 6 ++---- |
| 451 | caca/driver/slang.c | 6 ++---- |
| 452 | caca/driver/vga.c | 6 ++---- |
| 453 | caca/driver/win32.c | 4 ++-- |
| 454 | caca/driver/x11.c | 4 ++-- |
| 455 | 9 files changed, 28 insertions(+), 34 deletions(-) |
| 456 | |
| 457 | commit 286de1c373555f76ab578073ac90da58dcf319e4 |
| 458 | Author: sam |
| 459 | Date: Fri Dec 18 21:36:15 2009 +0000 |
| 460 | |
| 461 | Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7. |
| 462 | |
| 463 | caca/attr.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 464 | caca/caca.h | 2 ++ |
| 465 | 2 files changed, 56 insertions(+), 0 deletions(-) |
| 466 | |
| 467 | commit 559d937f27795e6c9d0efd0cc7b8fb8480bccdf2 |
| 468 | Author: sam |
| 469 | Date: Fri Dec 18 21:24:10 2009 +0000 |
| 470 | |
| 471 | Explicitly link with -lGLU because freeglut may not provide it. Fixes #61. |
| 472 | |
| 473 | configure.ac | 2 +- |
| 474 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 475 | |
| 476 | commit cb370a6be80f0886c8e43bbc07804098c810b7a9 |
| 477 | Author: sam |
| 478 | Date: Fri Dec 18 21:17:54 2009 +0000 |
| 479 | |
| 480 | Deduce X11 font size from a relevant sample to avoid oversized font |
| 481 | cells. Fixes bug #21 (X11 Unicode support). |
| 482 | |
| 483 | caca/driver/x11.c | 29 ++++++++++++++++++++--------- |
| 484 | examples/unicode.c | 1 + |
| 485 | 2 files changed, 21 insertions(+), 9 deletions(-) |
| 486 | |
| 487 | commit 6479e3ce29b7d203cc33ff1d52b7499238501db6 |
| 488 | Author: sam |
| 489 | Date: Thu Dec 17 23:25:46 2009 +0000 |
| 490 | |
| 491 | Call setlocale() in the X11 driver to activate the current locale. If it |
| 492 | is an UTF-8 locale, more glyphs are displayed. |
| 493 | |
| 494 | caca/driver/x11.c | 7 +++++++ |
| 495 | 1 files changed, 7 insertions(+), 0 deletions(-) |
| 496 | |
| 497 | commit a11291729af0f3b5bf2d4faa05064f02b9271cfb |
| 498 | Author: sam |
| 499 | Date: Thu Dec 17 01:46:30 2009 +0000 |
| 500 | |
| 501 | Use XwcDrawString in the X11 driver if font sets are available. |
| 502 | |
| 503 | caca/driver/x11.c | 158 ++++++++++++++++++++++++++++++++++++++++------------- |
| 504 | 1 files changed, 119 insertions(+), 39 deletions(-) |
| 505 | |
| 506 | commit 480a99e672c9b92d15b3cc574c851c53c8120cd0 |
| 507 | Author: sam |
| 508 | Date: Thu Dec 17 01:46:22 2009 +0000 |
| 509 | |
| 510 | Allow the X11 driver to display Unicode characters if they are in the |
| 511 | current font (addresses #21). |
| 512 | |
| 513 | caca/driver/x11.c | 18 +++++++++++------- |
| 514 | 1 files changed, 11 insertions(+), 7 deletions(-) |
| 515 | |
| 516 | commit 01e5e5330238167d027747ed563bb1a1f407224d |
| 517 | Author: sam |
| 518 | Date: Wed Dec 16 19:25:52 2009 +0000 |
| 519 | |
| 520 | Do not crash in caca_flush_figlet() if no figfont was loaded. |
| 521 | |
| 522 | caca/figfont.c | 3 +++ |
| 523 | 1 files changed, 3 insertions(+), 0 deletions(-) |
| 524 | |
| 525 | commit b7eb24a12d18e0e4ca60fc6e197d0560d5389732 |
| 526 | Author: sam |
| 527 | Date: Mon Dec 14 23:29:51 2009 +0000 |
| 528 | |
| 529 | Fix the libcucul symlink installation when /bin/sh points to bash or any |
| 530 | shell that doesn't look for sourced files in $PWD. |
| 531 | |
| 532 | caca/Makefile.am | 4 ++-- |
| 533 | cxx/Makefile.am | 4 ++-- |
| 534 | 2 files changed, 4 insertions(+), 4 deletions(-) |
| 535 | |
| 536 | commit 55782572f83481b4ec154bb11d44267ee5cd1e9e |
| 537 | Author: sam |
| 538 | Date: Mon Dec 14 18:27:49 2009 +0000 |
| 539 | |
| 540 | Fix the old "value computed is unused" warning triggered by ncurses. |
| 541 | |
| 542 | caca/driver/ncurses.c | 3 +-- |
| 543 | 1 files changed, 1 insertions(+), 2 deletions(-) |
| 544 | |
| 545 | commit 9028cbc3ff8f146b546efc17cbc66b26ce796828 |
| 546 | Author: sam |
| 547 | Date: Mon Dec 14 18:06:12 2009 +0000 |
| 548 | |
| 549 | Fix a compilation warning in conio-snake.cpp. |
| 550 | |
| 551 | examples/conio-snake.cpp | 2 +- |
| 552 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 553 | |
| 554 | commit 898759b7dadfc9c65034441e77dfc91fcc2cd8a0 |
| 555 | Author: pterjan |
| 556 | Date: Mon Dec 14 18:05:39 2009 +0000 |
| 557 | |
| 558 | * Add test for import/export of area |
| 559 | |
| 560 | ruby/t/tc_canvas.rb | 2 ++ |
| 561 | 1 files changed, 2 insertions(+), 0 deletions(-) |
| 562 | |
| 563 | commit 99642037cc0cd2d2b9c8fb1512b37a207a346556 |
| 564 | Author: sam |
| 565 | Date: Mon Dec 14 17:59:38 2009 +0000 |
| 566 | |
| 567 | More warning fixes in conio.c. |
| 568 | |
| 569 | examples/conio.c | 6 +++--- |
| 570 | 1 files changed, 3 insertions(+), 3 deletions(-) |
| 571 | |
| 572 | commit 5c150f436350d7c7af3ce50061662b61156583cb |
| 573 | Author: sam |
| 574 | Date: Mon Dec 14 17:40:37 2009 +0000 |
| 575 | |
| 576 | Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta gueule pour les trailing spaces !) |
| 577 | |
| 578 | examples/.gitignore | 1 + |
| 579 | examples/conio.c | 7 +++---- |
| 580 | examples/mouse.c | 2 +- |
| 581 | ruby/caca-canvas.c | 20 ++++++++++---------- |
| 582 | 4 files changed, 15 insertions(+), 15 deletions(-) |
| 583 | |
| 584 | commit fdb00a9dd7019a293dcbd1b8a615eaaf805a9af1 |
| 585 | Author: pterjan |
| 586 | Date: Mon Dec 14 17:36:42 2009 +0000 |
| 587 | |
| 588 | * Oops |
| 589 | |
| 590 | ruby/caca-canvas.c | 2 +- |
| 591 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 592 | |
| 593 | commit 50a7a1c3aa224689cf3b03a6db689308028f54ea |
| 594 | Author: pterjan |
| 595 | Date: Mon Dec 14 15:58:31 2009 +0000 |
| 596 | |
| 597 | * Remove tabs |
| 598 | |
| 599 | ruby/caca-canvas.c | 12 ++++++------ |
| 600 | 1 files changed, 6 insertions(+), 6 deletions(-) |
| 601 | |
| 602 | commit 71dd8c2fb62a7c5332551988cca3efe3a63649e0 |
| 603 | Author: pterjan |
| 604 | Date: Mon Dec 7 17:21:25 2009 +0000 |
| 605 | |
| 606 | * Bind area import/export functions |
| 607 | |
| 608 | ruby/caca-canvas.c | 34 ++++++++++++++++++++++++++++++++++ |
| 609 | 1 files changed, 34 insertions(+), 0 deletions(-) |
| 610 | |
| 611 | commit ce26ac94f15787903677da60bb3d6ed2692ca7e8 |
| 612 | Author: pterjan |
| 613 | Date: Mon Dec 7 17:06:04 2009 +0000 |
| 614 | |
| 615 | * Bind dirty rectangle functions |
| 616 | |
| 617 | ruby/caca-canvas.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 618 | 1 files changed, 56 insertions(+), 0 deletions(-) |
| 619 | |
| 620 | commit 1a59076ea7c24889e286d6849b2e5780b5639b4f |
| 621 | Author: pterjan |
| 622 | Date: Mon Dec 7 16:46:18 2009 +0000 |
| 623 | |
| 624 | * Bind caca_fill_triangle_textured |
| 625 | |
| 626 | ruby/caca-canvas.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 627 | 1 files changed, 57 insertions(+), 0 deletions(-) |
| 628 | |
| 629 | commit 763fd7b3e85df18a805c44932ba85a6eb476d0d2 |
| 630 | Author: jylam |
| 631 | Date: Mon Dec 7 11:48:01 2009 +0000 |
| 632 | |
| 633 | * Added mouse events example |
| 634 | |
| 635 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 2 + |
| 636 | examples/Makefile.am | 5 +- |
| 637 | examples/mouse.c | 92 ++++++++++++++++++++++++++ |
| 638 | 3 files changed, 98 insertions(+), 1 deletions(-) |
| 639 | |
| 640 | commit 92fde672d2de085a7f8ef4b1da7ed48d53e40cf7 |
| 641 | Author: sam |
| 642 | Date: Mon Dec 7 01:30:19 2009 +0000 |
| 643 | |
| 644 | Don't enter glutCheckLoop() from gl_get_event() if there is already an |
| 645 | event available. This increases the framerate when using OpenGL. |
| 646 | |
| 647 | caca/driver/gl.c | 11 +++++++++++ |
| 648 | 1 files changed, 11 insertions(+), 0 deletions(-) |
| 649 | |
| 650 | commit 9cbe0558428bbf2adc5969607f0acdb8240fcae4 |
| 651 | Author: sam |
| 652 | Date: Mon Dec 7 01:05:31 2009 +0000 |
| 653 | |
| 654 | Increase profiling timers' sliding mean accuracy. |
| 655 | |
| 656 | caca/caca_internals.h | 5 +++-- |
| 657 | caca/caca_prof.h | 16 ++++++++-------- |
| 658 | caca/prof.c | 12 ++---------- |
| 659 | 3 files changed, 13 insertions(+), 20 deletions(-) |
| 660 | |
| 661 | commit d200161f378ab689206cabf96bbf564c52e39397 |
| 662 | Author: sam |
| 663 | Date: Sun Dec 6 21:21:40 2009 +0000 |
| 664 | |
| 665 | Gather profiling information in caca_refresh_display() and caca_get_event(). |
| 666 | |
| 667 | bootstrap | 2 +- |
| 668 | caca/Makefile.am | 1 + |
| 669 | caca/caca.c | 14 ++++++- |
| 670 | caca/caca_internals.h | 21 +++++++++- |
| 671 | caca/caca_prof.h | 14 ++++++ |
| 672 | caca/event.c | 41 ++++++++++++++----- |
| 673 | caca/graphics.c | 21 +++++++++- |
| 674 | caca/libcaca.vcproj | 4 ++ |
| 675 | caca/prof.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ |
| 676 | configure.ac | 6 +- |
| 677 | 10 files changed, 213 insertions(+), 17 deletions(-) |
| 678 | |
| 679 | commit 7ea1228902ce2f8fd430130628b601c399126963 |
| 680 | Author: sam |
| 681 | Date: Sun Dec 6 21:21:27 2009 +0000 |
| 682 | |
| 683 | Improve rounding in the internal Win32 sleep method. |
| 684 | |
| 685 | caca/time.c | 6 +++--- |
| 686 | 1 files changed, 3 insertions(+), 3 deletions(-) |
| 687 | |
| 688 | commit 129f3cf7c954dd728d79707df2e09e840f5606ae |
| 689 | Author: sam |
| 690 | Date: Thu Dec 3 01:13:15 2009 +0000 |
| 691 | |
| 692 | Pass Ctrl-C as a keypress to the calling application in the SLang driver. |
| 693 | Original patch courtesy of Romain Bignon. |
| 694 | |
| 695 | caca/driver/slang.c | 25 +++++++++++++++++++++++-- |
| 696 | 1 files changed, 23 insertions(+), 2 deletions(-) |
| 697 | |
| 698 | commit 3899c308227af354550760e04c2905cff0f8ca1a |
| 699 | Author: pterjan |
| 700 | Date: Mon Nov 30 00:50:07 2009 +0000 |
| 701 | |
| 702 | * Fix Delete key with X11 driver |
| 703 | |
| 704 | caca/driver/x11.c | 2 +- |
| 705 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 706 | |
| 707 | commit 92247aae9f03409855367185533520c043c82898 |
| 708 | Author: sam |
| 709 | Date: Thu Nov 26 01:34:17 2009 +0000 |
| 710 | |
| 711 | Update source checking test and remove CRLF crap from makefiles. |
| 712 | |
| 713 | caca/Makefile.am | 2 + |
| 714 | cxx/Makefile.am | 98 +++++++++++++++++++++++++------------------------ |
| 715 | examples/Makefile.am | 2 + |
| 716 | ruby/Makefile.am | 2 + |
| 717 | src/Makefile.am | 96 +++++++++++++++++++++++++------------------------ |
| 718 | test/check-build | 4 +-- |
| 719 | tools/Makefile.am | 3 ++ |
| 720 | win32/Makefile.am | 8 ++-- |
| 721 | 8 files changed, 113 insertions(+), 102 deletions(-) |
| 722 | |
| 723 | commit 43c52b63e7293cf0897f3d2a254abf523f215403 |
| 724 | Author: sam |
| 725 | Date: Thu Nov 26 01:23:55 2009 +0000 |
| 726 | |
| 727 | Rename tests/ to test/. |
| 728 | |
| 729 | Makefile.am | 2 +- |
| 730 | configure.ac | 2 +- |
| 731 | test/.gitignore | 3 + |
| 732 | test/Makefile.am | 24 ++++ |
| 733 | test/bench.c | 80 +++++++++++ |
| 734 | test/bench.vcproj | 364 +++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 735 | test/caca-test.cpp | 27 ++++ |
| 736 | test/canvas.cpp | 102 ++++++++++++++ |
| 737 | test/check-build | 57 ++++++++ |
| 738 | test/dirty.cpp | 292 +++++++++++++++++++++++++++++++++++++++++ |
| 739 | test/driver.cpp | 48 +++++++ |
| 740 | test/export.cpp | 74 +++++++++++ |
| 741 | test/simple.c | 65 +++++++++ |
| 742 | tests/.gitignore | 3 - |
| 743 | tests/Makefile.am | 24 ---- |
| 744 | tests/bench.c | 80 ----------- |
| 745 | tests/bench.vcproj | 364 --------------------------------------------------- |
| 746 | tests/caca-test.cpp | 27 ---- |
| 747 | tests/canvas.cpp | 102 -------------- |
| 748 | tests/check-build | 57 -------- |
| 749 | tests/dirty.cpp | 292 ----------------------------------------- |
| 750 | tests/driver.cpp | 48 ------- |
| 751 | tests/export.cpp | 74 ----------- |
| 752 | tests/simple.c | 65 --------- |
| 753 | 24 files changed, 1138 insertions(+), 1138 deletions(-) |
| 754 | |
| 755 | commit 64e9ca3f9a76b126c7cdb702d71b8c95bd31e15f |
| 756 | Author: sam |
| 757 | Date: Sun Nov 22 11:57:43 2009 +0000 |
| 758 | |
| 759 | Add src/ to the list of source code checks. |
| 760 | |
| 761 | tests/check-build | 2 +- |
| 762 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 763 | |
| 764 | commit 4775fa0e432315ab84d304e808749b34eb8da1df |
| 765 | Author: jylam |
| 766 | Date: Sat Nov 21 17:22:29 2009 +0000 |
| 767 | |
| 768 | * Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I THINK NOT!) and lonely tab |
| 769 | |
| 770 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 2 ++ |
| 771 | caca/transform.c | 2 +- |
| 772 | caca/triangle.c | 8 ++++---- |
| 773 | examples/trifiller.c | 2 +- |
| 774 | 4 files changed, 8 insertions(+), 6 deletions(-) |
| 775 | |
| 776 | commit 0956ab76ba8b289ca1d589c83361bcdda083642c |
| 777 | Author: sam |
| 778 | Date: Sat Nov 21 17:01:30 2009 +0000 |
| 779 | |
| 780 | Add a sanity check for coding style errors. |
| 781 | |
| 782 | Makefile.am | 2 +- |
| 783 | examples/.gitignore | 1 + |
| 784 | tests/check-build | 40 +++++++++++++++++++++++++++++++++++++--- |
| 785 | 3 files changed, 39 insertions(+), 4 deletions(-) |
| 786 | |
| 787 | commit 27a14dcb2ff2b4627ff23df78f5d20220509873c |
| 788 | Author: jylam |
| 789 | Date: Sat Nov 21 10:28:58 2009 +0000 |
| 790 | |
| 791 | * Indentation fixes |
| 792 | |
| 793 | caca/triangle.c | 293 +++++++++++++++++++++++++++----------------------- |
| 794 | examples/trifiller.c | 197 +++++++++++++++++---------------- |
| 795 | 2 files changed, 258 insertions(+), 232 deletions(-) |
| 796 | |
| 797 | commit 660b97185dfad854b243076fed3c7e07620bcebc |
| 798 | Author: jylam |
| 799 | Date: Sat Nov 21 10:26:31 2009 +0000 |
| 800 | |
| 801 | * Remove trailing spaces (bouh!) |
| 802 | |
| 803 | caca/driver/slang.c | 4 ++-- |
| 804 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 805 | |
| 806 | commit 5f292371aa7c58417f532fd8670dbb6bf3da311d |
| 807 | Author: jylam |
| 808 | Date: Sat Nov 21 10:18:45 2009 +0000 |
| 809 | |
| 810 | * Don't unblock signals in init of SLang |
| 811 | |
| 812 | caca/driver/slang.c | 10 ++++------ |
| 813 | 1 files changed, 4 insertions(+), 6 deletions(-) |
| 814 | |
| 815 | commit a2bd27b3cb75e5c0480c145879d07384d95b6206 |
| 816 | Author: jylam |
| 817 | Date: Sat Nov 21 10:12:09 2009 +0000 |
| 818 | |
| 819 | * Disable SLang's own SIGINT handler |
| 820 | |
| 821 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 34 +++++++++++++++++++++++++- |
| 822 | caca/driver/slang.c | 10 +++++++ |
| 823 | 2 files changed, 43 insertions(+), 1 deletions(-) |
| 824 | |
| 825 | commit c7e5a0a13f2483f1665a573cce82241f2f8b610d |
| 826 | Author: jylam |
| 827 | Date: Thu Nov 19 11:21:16 2009 +0000 |
| 828 | |
| 829 | * Updated C++ bindings with Canvas::fillTriangleTextured() |
| 830 | |
| 831 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 14 ++++++++++++++ |
| 832 | cxx/caca++.cpp | 5 +++++ |
| 833 | cxx/caca++.h | 1 + |
| 834 | 3 files changed, 20 insertions(+), 0 deletions(-) |
| 835 | |
| 836 | commit aa1965fbab4a7877bc3d9d886eace24646ff58bd |
| 837 | Author: sam |
| 838 | Date: Thu Nov 19 00:53:48 2009 +0000 |
| 839 | |
| 840 | Make the current library version beta17, in preparation of the next release. |
| 841 | |
| 842 | configure.ac | 4 ++-- |
| 843 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 844 | |
| 845 | commit 6d0f9c8916933b248b9c2d3bf53348a3c9ed6227 |
| 846 | Author: sam |
| 847 | Date: Thu Nov 19 00:53:39 2009 +0000 |
| 848 | |
| 849 | Fix the library suffix detection, thanks to libtool's shell variables. |
| 850 | |
| 851 | configure.ac | 16 +++++++--------- |
| 852 | 1 files changed, 7 insertions(+), 9 deletions(-) |
| 853 | |
| 854 | commit 110757306bbba395529c857009eddebfff7002cc |
| 855 | Author: pterjan |
| 856 | Date: Wed Nov 18 20:42:42 2009 +0000 |
| 857 | |
| 858 | * Fix non ASCII input in x11 driver |
| 859 | |
| 860 | caca/driver/x11.c | 23 +++++++++++++++++++++++ |
| 861 | 1 files changed, 23 insertions(+), 0 deletions(-) |
| 862 | |
| 863 | commit a9ccf5d3f31f36f2a94627e49da10787f36edc88 |
| 864 | Author: jylam |
| 865 | Date: Wed Nov 18 11:59:08 2009 +0000 |
| 866 | |
| 867 | * Fix examples/trifiller's color boundaries |
| 868 | |
| 869 | examples/trifiller.c | 4 ++-- |
| 870 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 871 | |
| 872 | commit ef315316b8f654ba27ad52a0db4da0aa73073fd5 |
| 873 | Author: jylam |
| 874 | Date: Wed Nov 18 11:25:58 2009 +0000 |
| 875 | |
| 876 | * Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly |
| 877 | |
| 878 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 2 +- |
| 879 | caca/caca.h | 12 +-- |
| 880 | caca/triangle.c | 125 ++++++++++++++------------ |
| 881 | examples/trifiller.c | 57 +++++++----- |
| 882 | 4 files changed, 105 insertions(+), 91 deletions(-) |
| 883 | |
| 884 | commit b55abb51da0870811af8abf60ee4708072546a23 |
| 885 | Author: sam |
| 886 | Date: Wed Nov 18 01:02:20 2009 +0000 |
| 887 | |
| 888 | Preserve default attribute across caca_fill_triangle_texture calls. |
| 889 | |
| 890 | caca/triangle.c | 10 +++++++--- |
| 891 | 1 files changed, 7 insertions(+), 3 deletions(-) |
| 892 | |
| 893 | commit ef2f9b850c8f1b46fa8a4b77888160157b584679 |
| 894 | Author: sam |
| 895 | Date: Wed Nov 18 00:21:20 2009 +0000 |
| 896 | |
| 897 | Add a caca-sharp.pc.in file. |
| 898 | |
| 899 | caca-sharp/caca-sharp.pc.in | 6 ++++++ |
| 900 | 1 files changed, 6 insertions(+), 0 deletions(-) |
| 901 | |
| 902 | commit 13d25991a75287dc0cab6aef4239079706ff75cc |
| 903 | Author: pterjan |
| 904 | Date: Tue Nov 17 16:28:14 2009 +0000 |
| 905 | |
| 906 | * Fix build of trifiller with imlib2 |
| 907 | |
| 908 | examples/Makefile.am | 2 ++ |
| 909 | 1 files changed, 2 insertions(+), 0 deletions(-) |
| 910 | |
| 911 | commit c11ba8cfb7b536369e6b8d573f4ccd125c92862e |
| 912 | Author: sam |
| 913 | Date: Mon Nov 16 13:30:53 2009 +0000 |
| 914 | |
| 915 | Fix an unlikely crash that may happen when the X server cannot open |
| 916 | the "fixed" font. |
| 917 | |
| 918 | caca/driver/x11.c | 2 +- |
| 919 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 920 | |
| 921 | commit 6ac2af8718c305dd31aea6427c61b528281c768b |
| 922 | Author: jylam |
| 923 | Date: Mon Nov 16 13:14:32 2009 +0000 |
| 924 | |
| 925 | * Don't use float as loop counters |
| 926 | |
| 927 | caca/triangle.c | 2 +- |
| 928 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 929 | |
| 930 | commit b10deb044d46e3be580196c0c2c5c62a976086c6 |
| 931 | Author: jylam |
| 932 | Date: Mon Nov 16 12:33:38 2009 +0000 |
| 933 | |
| 934 | * Added basic XCode project, using external build system (make) |
| 935 | |
| 936 | XCode/libcacaXCode.xcodeproj/project.pbxproj | 384 ++++++++++++++++++++++++++ |
| 937 | 1 files changed, 384 insertions(+), 0 deletions(-) |
| 938 | |
| 939 | commit e1e319428f8e93021e8e686ea8b5e7dbe5500b5e |
| 940 | Author: jylam |
| 941 | Date: Mon Nov 16 12:21:55 2009 +0000 |
| 942 | |
| 943 | * Add -lm to examples/trifiller. Oops. |
| 944 | |
| 945 | examples/Makefile.am | 2 +- |
| 946 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 947 | |
| 948 | commit 31695c3783ab0ce84a7fe43cb8f810f4e0206cf4 |
| 949 | Author: jylam |
| 950 | Date: Mon Nov 16 12:17:01 2009 +0000 |
| 951 | |
| 952 | * Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized |
| 953 | * Made compilation under MacOSX 10.6 (Snow Leopard) possible, but breaks 10.4 (Tiger), to be fixed |
| 954 | |
| 955 | caca/caca.h | 8 ++ |
| 956 | caca/triangle.c | 196 +++++++++++++++++++++++++++++++++++++++++ |
| 957 | configure.ac | 2 +- |
| 958 | examples/Makefile.am | 5 +- |
| 959 | examples/trifiller.c | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 960 | 5 files changed, 448 insertions(+), 2 deletions(-) |
| 961 | |
| 962 | commit 18b98c27bac028ea5ccff4e108a3d177e3d7ba87 |
| 963 | Author: sam |
| 964 | Date: Mon Nov 16 01:15:42 2009 +0000 |
| 965 | |
| 966 | Refresh win32/config.h so that it has all the required defines. |
| 967 | |
| 968 | win32/config.h | 38 +++++++++++++++++++++++++++++++++++++- |
| 969 | 1 files changed, 37 insertions(+), 1 deletions(-) |
| 970 | |
| 971 | commit ca53826f2a78e345d3cc6b83155ebacda793742b |
| 972 | Author: sam |
| 973 | Date: Mon Nov 16 01:15:37 2009 +0000 |
| 974 | |
| 975 | Add a test for win32/config.h synchronisation. |
| 976 | |
| 977 | tests/Makefile.am | 4 +++- |
| 978 | tests/check-build | 23 +++++++++++++++++++++++ |
| 979 | 2 files changed, 26 insertions(+), 1 deletions(-) |
| 980 | |
| 981 | commit e173289900af0fc9d7ec3b7f78f7ef0e9098354f |
| 982 | Author: sam |
| 983 | Date: Mon Nov 16 01:15:31 2009 +0000 |
| 984 | |
| 985 | Ignore Monodevelop files. |
| 986 | |
| 987 | caca-sharp/.gitignore | 1 + |
| 988 | 1 files changed, 1 insertions(+), 0 deletions(-) |
| 989 | |
| 990 | commit e83e7429de0323246420fd89de156f8e29bcda4b |
| 991 | Author: sam |
| 992 | Date: Mon Nov 16 01:15:25 2009 +0000 |
| 993 | |
| 994 | Start working on profiling. |
| 995 | |
| 996 | caca/Makefile.am | 1 + |
| 997 | caca/caca_internals.h | 1 + |
| 998 | caca/caca_prof.h | 33 +++++++++++++++++++++++++++++++++ |
| 999 | caca/libcaca.vcproj | 4 ++++ |
| 1000 | configure.ac | 6 ++++++ |
| 1001 | 5 files changed, 45 insertions(+), 0 deletions(-) |
| 1002 | |
| 1003 | commit 5e697d858efc2e79801eec8837ca209380a39aab |
| 1004 | Author: sam |
| 1005 | Date: Mon Nov 16 01:15:19 2009 +0000 |
| 1006 | |
| 1007 | Move debugging methods to caca_debug.h. |
| 1008 | |
| 1009 | caca/Makefile.am | 1 + |
| 1010 | caca/caca_debug.h | 41 ++++++++++++++++++++++++ |
| 1011 | caca/caca_internals.h | 1 + |
| 1012 | caca/caca_stubs.h | 25 ++------------- |
| 1013 | caca/libcaca.vcproj | 84 +++++++++++++++++++++++++----------------------- |
| 1014 | 5 files changed, 90 insertions(+), 62 deletions(-) |
| 1015 | |
| 1016 | commit 9081d2fae20fe43aa35d253b8041805e45f77338 |
| 1017 | Author: sam |
| 1018 | Date: Thu Oct 22 09:48:42 2009 +0000 |
| 1019 | |
| 1020 | Add -lz to Libs.private for static linking. |
| 1021 | |
| 1022 | caca/caca.pc.in | 1 + |
| 1023 | 1 files changed, 1 insertions(+), 0 deletions(-) |
| 1024 | |
| 1025 | commit 2da09e1b6b827dea7fc51c88c2d1c1d4ce0168a2 |
| 1026 | Author: sam |
| 1027 | Date: Tue Sep 8 16:30:12 2009 +0000 |
| 1028 | |
| 1029 | Mark dithered bitmap array as const. |
| 1030 | |
| 1031 | caca/caca.h | 2 +- |
| 1032 | caca/dither.c | 10 +++++----- |
| 1033 | 2 files changed, 6 insertions(+), 6 deletions(-) |
| 1034 | |
| 1035 | commit ce7ff16037d731376c96b50a8377c6a1dd673055 |
| 1036 | Author: sam |
| 1037 | Date: Tue Aug 25 14:23:08 2009 +0000 |
| 1038 | |
| 1039 | Update bootstrap script (automake 1.11 and pkg-config detection). |
| 1040 | |
| 1041 | bootstrap | 21 ++++++++++++--------- |
| 1042 | 1 files changed, 12 insertions(+), 9 deletions(-) |
| 1043 | |
| 1044 | commit acbbbbf43eae8b9a2908bbbfbccc1a377a415029 |
| 1045 | Author: sam |
| 1046 | Date: Thu Aug 13 13:05:00 2009 +0000 |
| 1047 | |
| 1048 | Add missing svn:ignore properties. |
| 1049 | |
| 1050 | commit f41e8b3ca6ccf0d404985c72abe2fdd0757bb1d1 |
| 1051 | Author: sam |
| 1052 | Date: Thu Aug 13 13:04:40 2009 +0000 |
| 1053 | |
| 1054 | Make "fullgray" dithering work properly, to force greyscale rendering. To use |
| 1055 | it, just call caca_set_dither_color(d, "fullgray") on the dither object. |
| 1056 | |
| 1057 | caca/dither.c | 17 ++++++++++++++++- |
| 1058 | 1 files changed, 16 insertions(+), 1 deletions(-) |
| 1059 | |
| 1060 | commit 966ad4d0db6f390cd57af237aa264a3b066fa4ef |
| 1061 | Author: sam |
| 1062 | Date: Mon Aug 3 23:26:28 2009 +0000 |
| 1063 | |
| 1064 | Implement memmove() in the kernel. |
| 1065 | |
| 1066 | kernel/kernel.c | 7 +++++++ |
| 1067 | kernel/kernel.h | 1 + |
| 1068 | 2 files changed, 8 insertions(+), 0 deletions(-) |
| 1069 | |
| 1070 | commit 8e84a07144c1b1d5ce5426eca2a46593cb2e4dc7 |
| 1071 | Author: sam |
| 1072 | Date: Mon Aug 3 23:26:23 2009 +0000 |
| 1073 | |
| 1074 | Fix a typo in the VGA driver. |
| 1075 | |
| 1076 | caca/driver/vga.c | 2 +- |
| 1077 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 1078 | |
| 1079 | commit 6b5afd75e8a74996f87127338d381da62369330a |
| 1080 | Author: sam |
| 1081 | Date: Mon Aug 3 23:26:17 2009 +0000 |
| 1082 | |
| 1083 | Only build conio-snake if the C++ compiler is functional. |
| 1084 | |
| 1085 | examples/Makefile.am | 6 +++++- |
| 1086 | 1 files changed, 5 insertions(+), 1 deletions(-) |
| 1087 | |
| 1088 | commit 23ee2429a219691bee8a4bc3b6102c3b994bbf10 |
| 1089 | Author: sam |
| 1090 | Date: Mon Aug 3 23:19:41 2009 +0000 |
| 1091 | |
| 1092 | Include <stdio.h> in the null driver to get NULL. |
| 1093 | |
| 1094 | caca/driver/null.c | 2 ++ |
| 1095 | 1 files changed, 2 insertions(+), 0 deletions(-) |
| 1096 | |
| 1097 | commit a1771030fafebdc76de43527199a2b17ae1439bc |
| 1098 | Author: sam |
| 1099 | Date: Mon Aug 3 23:19:34 2009 +0000 |
| 1100 | |
| 1101 | Add atexit() and EOF to the kernel. |
| 1102 | |
| 1103 | kernel/kernel.c | 6 ++++++ |
| 1104 | kernel/kernel.h | 2 ++ |
| 1105 | 2 files changed, 8 insertions(+), 0 deletions(-) |
| 1106 | |
| 1107 | commit b6179418cbe03f56e327f5d55f5b817cb27bd7a1 |
| 1108 | Author: sam |
| 1109 | Date: Mon Aug 3 23:19:28 2009 +0000 |
| 1110 | |
| 1111 | Better caca_get_event_mouse_button() documentation. |
| 1112 | |
| 1113 | caca/event.c | 3 +++ |
| 1114 | 1 files changed, 3 insertions(+), 0 deletions(-) |
| 1115 | |
| 1116 | commit 9483e4e233e3a73889f9b37bb19f157841799b4e |
| 1117 | Author: sam |
| 1118 | Date: Mon Aug 3 23:19:19 2009 +0000 |
| 1119 | |
| 1120 | Fix Win32 cross-build by removing one level of aliasing. |
| 1121 | |
| 1122 | caca/codec/import.c | 4 ++-- |
| 1123 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 1124 | |
| 1125 | commit a669adf70954ef6df050fa94836f426bb98d4f9e |
| 1126 | Author: sam |
| 1127 | Date: Mon Aug 3 07:43:16 2009 +0000 |
| 1128 | |
| 1129 | Add the conio examples to the Visual Studio solution. |
| 1130 | |
| 1131 | caca/libcaca.vcproj | 16 ++- |
| 1132 | examples/conio-snake.vcproj | 363 +++++++++++++++++++++++++++++++++++++++++++ |
| 1133 | examples/conio.vcproj | 363 +++++++++++++++++++++++++++++++++++++++++++ |
| 1134 | libcaca.sln | 36 +++++ |
| 1135 | 4 files changed, 774 insertions(+), 4 deletions(-) |
| 1136 | |
| 1137 | commit 7f0cbea55979a3feb187f01c47f17f71e6bbf4be |
| 1138 | Author: sam |
| 1139 | Date: Sun Aug 2 11:41:43 2009 +0000 |
| 1140 | |
| 1141 | Include <stdio.h> in caca_conio.h to avoid errors when this header is |
| 1142 | included after us. |
| 1143 | |
| 1144 | caca/caca.h | 1 - |
| 1145 | caca/caca_conio.h | 6 ++++++ |
| 1146 | 2 files changed, 6 insertions(+), 1 deletions(-) |
| 1147 | |
| 1148 | commit 761c20ff8bd5c9dd2a7ef23b147ced0014889907 |
| 1149 | Author: sam |
| 1150 | Date: Sun Aug 2 11:09:42 2009 +0000 |
| 1151 | |
| 1152 | Implement conio.h functions cgets(), cputs(), getpass(), movetext(), |
| 1153 | putch() and _setcurstortype(). |
| 1154 | |
| 1155 | caca/caca_conio.c | 98 +++++++++++++++++++++++++++++++++++++++++++--------- |
| 1156 | 1 files changed, 81 insertions(+), 17 deletions(-) |
| 1157 | |
| 1158 | commit f6c8ea613dfdfbd4cd4c37fb382b128bd96c4189 |
| 1159 | Author: sam |
| 1160 | Date: Sun Aug 2 11:09:35 2009 +0000 |
| 1161 | |
| 1162 | Make the libcaca color values an enum again. |
| 1163 | |
| 1164 | caca/caca.h | 50 ++++++++++++++++++++++++++++---------------------- |
| 1165 | caca/caca0.h | 38 ++++++++++++++++++-------------------- |
| 1166 | 2 files changed, 46 insertions(+), 42 deletions(-) |
| 1167 | |
| 1168 | commit a2d04bce857fa28bbb8335b50f297782f2e18047 |
| 1169 | Author: sam |
| 1170 | Date: Sun Aug 2 11:09:29 2009 +0000 |
| 1171 | |
| 1172 | Add a note about autoreleased canvases in the documentation. |
| 1173 | |
| 1174 | doc/migrating.dox | 4 ++++ |
| 1175 | 1 files changed, 4 insertions(+), 0 deletions(-) |
| 1176 | |
| 1177 | commit 2e4da3334a313d3f4bf9de90897050abbb609438 |
| 1178 | Author: sam |
| 1179 | Date: Sun Aug 2 11:09:23 2009 +0000 |
| 1180 | |
| 1181 | Since caca.h now exports variables, we need __declspec(dllimport), otherwise |
| 1182 | they won't be seen by the linker when linking dynamically. Fix caca0.h |
1758 | | * The C++ test example no longer needs "config.h". |
1759 | | |
1760 | | ------------------------------------------------------------------------ |
1761 | | r2073 | sam | 2007-11-26 01:04:28 +0000 (Mon, 26 Nov 2007) | 2 lines |
1762 | | Changed paths: |
1763 | | M /libcaca/trunk/caca/caca.h |
1764 | | |
1765 | | * Minor documentation fix. |
1766 | | |
1767 | | ------------------------------------------------------------------------ |
1768 | | r2072 | sam | 2007-11-26 01:04:25 +0000 (Mon, 26 Nov 2007) | 2 lines |
1769 | | Changed paths: |
1770 | | M /libcaca/trunk/configure.ac |
1771 | | M /libcaca/trunk/csharp/Makefile.am |
1772 | | |
1773 | | * Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp. |
1774 | | |
1775 | | ------------------------------------------------------------------------ |
1776 | | r2071 | sam | 2007-11-26 01:04:21 +0000 (Mon, 26 Nov 2007) | 3 lines |
1777 | | Changed paths: |
1778 | | M /libcaca/trunk/caca/caca.h |
1779 | | M /libcaca/trunk/cucul/cucul.h |
1780 | | M /libcaca/trunk/cxx/caca++.h |
1781 | | M /libcaca/trunk/cxx/cucul++.h |
1782 | | M /libcaca/trunk/doc/doxygen.cfg.in |
1783 | | |
1784 | | * Tell doxygen to expand __class and __extern before parsing anything, so |
1785 | | we don’t end with those ugly identifiers in the documentation. |
1786 | | |
1787 | | ------------------------------------------------------------------------ |
1788 | | r2070 | sam | 2007-11-25 20:23:03 +0000 (Sun, 25 Nov 2007) | 2 lines |
1789 | | Changed paths: |
1790 | | M /libcaca/trunk/caca/caca.h |
1791 | | M /libcaca/trunk/cucul/cucul.h |
1792 | | M /libcaca/trunk/cxx/caca++.h |
1793 | | M /libcaca/trunk/cxx/cucul++.h |
1794 | | M /libcaca/trunk/cxx/cxxtest.cpp |
1795 | | M /libcaca/trunk/msvc/config.h |
1796 | | A /libcaca/trunk/msvc/libcaca++.def |
1797 | | A /libcaca/trunk/msvc/libcaca++.vcproj |
1798 | | M /libcaca/trunk/msvc/libcaca.sln |
1799 | | A /libcaca/trunk/msvc/libcucul++.def |
1800 | | A /libcaca/trunk/msvc/libcucul++.vcproj |
1801 | | A /libcaca/trunk/msvc/test-cxx.vcproj |
1802 | | |
1803 | | * Added MSVC project files for the C++ bindings and the C++ test. |
1804 | | |
1805 | | ------------------------------------------------------------------------ |
1806 | | r2069 | sam | 2007-11-25 19:00:32 +0000 (Sun, 25 Nov 2007) | 2 lines |
1807 | | Changed paths: |
1808 | | M /libcaca/trunk/msvc/Makefile.am |
1809 | | |
1810 | | * Distribute all MSVC files. |
1811 | | |
1812 | | ------------------------------------------------------------------------ |
1813 | | r2068 | sam | 2007-11-25 19:00:29 +0000 (Sun, 25 Nov 2007) | 2 lines |
1814 | | Changed paths: |
1815 | | M /libcaca/trunk/ruby/caca-event.h |
1816 | | |
1817 | | * Code qui fait des warnings == code de porc == deux baffes dans ta gueule. |
1818 | | |
1819 | | ------------------------------------------------------------------------ |
1820 | | r2067 | sam | 2007-11-25 19:00:26 +0000 (Sun, 25 Nov 2007) | 2 lines |
1821 | | Changed paths: |
1822 | | M /libcaca/trunk/configure.ac |
1823 | | M /libcaca/trunk/ruby/Makefile.am |
1824 | | |
1825 | | * Some cleanup in the Ruby bindings Makefile.am. |
1826 | | |
1827 | | ------------------------------------------------------------------------ |
1828 | | r2066 | sam | 2007-11-25 19:00:22 +0000 (Sun, 25 Nov 2007) | 2 lines |
1829 | | Changed paths: |
1830 | | M /libcaca/trunk/TODO |
1831 | | |
1832 | | * Refresh TODO list. |
1833 | | |
1834 | | ------------------------------------------------------------------------ |
1835 | | r2065 | sam | 2007-11-25 17:50:53 +0000 (Sun, 25 Nov 2007) | 3 lines |
1836 | | Changed paths: |
1837 | | M /libcaca/trunk/csharp/Caca.cs |
1838 | | M /libcaca/trunk/csharp/Cucul.cs |
1839 | | M /libcaca/trunk/msvc |
1840 | | A /libcaca/trunk/msvc/caca-sharp.csproj |
1841 | | A /libcaca/trunk/msvc/cucul-sharp.csproj |
1842 | | M /libcaca/trunk/msvc/libcaca.sln |
1843 | | A /libcaca/trunk/msvc/test-csharp.csproj |
1844 | | |
1845 | | * Added the various C# projects to the Visual Studio solution and slightly |
1846 | | fixed the bindings so that they now work with the Microsoft CLR. |
1847 | | |
1848 | | ------------------------------------------------------------------------ |
1849 | | r2064 | sam | 2007-11-25 17:49:49 +0000 (Sun, 25 Nov 2007) | 2 lines |
1850 | | Changed paths: |
1851 | | D /libcaca/trunk/DotNet |
1852 | | M /libcaca/trunk/ruby |
1853 | | |
1854 | | * Fixed svn properties that git-svn was unable to get straight. |
1855 | | |
1856 | | ------------------------------------------------------------------------ |
1857 | | r2063 | sam | 2007-11-25 17:14:00 +0000 (Sun, 25 Nov 2007) | 2 lines |
1858 | | Changed paths: |
1859 | | M /libcaca/trunk/caca/caca.h |
1860 | | M /libcaca/trunk/cucul/cucul.h |
1861 | | |
1862 | | * Damn, under Visual Studio it's _WIN32, not __WIN32__. |
1863 | | |
1864 | | ------------------------------------------------------------------------ |
1865 | | r2062 | sam | 2007-11-25 17:13:10 +0000 (Sun, 25 Nov 2007) | 3 lines |
1866 | | Changed paths: |
1867 | | M /libcaca/trunk/doc/migrating.dox |
1868 | | M /libcaca/trunk/doc/tutorial.dox |
1869 | | M /libcaca/trunk/test/hsv.c |
1870 | | |
1871 | | * Switch to caca_create_display(NULL) in a few places to document the |
1872 | | behaviour. |
1873 | | |
1874 | | ------------------------------------------------------------------------ |
1875 | | r2061 | sam | 2007-11-25 17:13:08 +0000 (Sun, 25 Nov 2007) | 4 lines |
1876 | | Changed paths: |
1877 | | M /libcaca/trunk/caca/caca.c |
1878 | | M /libcaca/trunk/caca/caca.h |
1879 | | M /libcaca/trunk/caca/caca_internals.h |
1880 | | |
1881 | | * Allow caca_create_display()'s argument to be NULL. It will automatically |
1882 | | create a canvas when so. |
1883 | | * Add caca_get_canvas() to retrieve the cucul canvas. |
1884 | | |
1885 | | ------------------------------------------------------------------------ |
1886 | | r2060 | sam | 2007-11-25 17:13:06 +0000 (Sun, 25 Nov 2007) | 4 lines |
1887 | | Changed paths: |
1888 | | M /libcaca/trunk/AUTHORS |
1889 | | M /libcaca/trunk/Makefile.am |
1890 | | M /libcaca/trunk/configure.ac |
1891 | | D /libcaca/trunk/python/Makefile |
1892 | | A /libcaca/trunk/python/Makefile.am (from /libcaca/trunk/python/Makefile:2059) |
1893 | | A /libcaca/trunk/python/snake.py |
1894 | | |
1895 | | * Added Eriol’s snake.py example, even if it doesn’t use our (out of date) |
1896 | | bindings. |
1897 | | * Distribute the python/ subdirectory using automake. |
1898 | | |
1899 | | ------------------------------------------------------------------------ |
1900 | | r2059 | sam | 2007-11-25 17:13:03 +0000 (Sun, 25 Nov 2007) | 2 lines |
1901 | | Changed paths: |
1902 | | M /libcaca/trunk/csharp/Caca.cs |
1903 | | |
1904 | | * Add missing entries in the CacaEventKey enum. |
1905 | | |
1906 | | ------------------------------------------------------------------------ |
1907 | | r2058 | sam | 2007-11-25 17:12:59 +0000 (Sun, 25 Nov 2007) | 2 lines |
1908 | | Changed paths: |
1909 | | M /libcaca/trunk/csharp/AssemblyInfo.cs |
1910 | | M /libcaca/trunk/csharp/Caca.cs |
1911 | | M /libcaca/trunk/csharp/Cucul.cs |
1912 | | M /libcaca/trunk/csharp/test.cs |
1913 | | |
1914 | | * Implemented C# bindings for ditherBitmap() and added it to the C# test. |
1915 | | |
1916 | | ------------------------------------------------------------------------ |
1917 | | r2057 | sam | 2007-11-25 14:12:20 +0000 (Sun, 25 Nov 2007) | 6 lines |
1918 | | Changed paths: |
1919 | | M /libcaca/trunk/caca/driver_cocoa.m |
1920 | | M /libcaca/trunk/caca/driver_gl.c |
1921 | | M /libcaca/trunk/caca/driver_x11.c |
1922 | | M /libcaca/trunk/cucul/attr.c |
1923 | | M /libcaca/trunk/cucul/cucul.h |
1924 | | M /libcaca/trunk/cucul/cucul_internals.h |
1925 | | M /libcaca/trunk/cucul/export.c |
1926 | | M /libcaca/trunk/cucul/font.c |
1927 | | |
1928 | | * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and |
1929 | | cucul_attr_to_argb64() (previously _cucul_attr_to_rgb12bg, |
1930 | | _cucul_attr_to_rgb12fg and _cucul_attr_to_argb4) in the official |
1931 | | libcucul API. |
1932 | | * Cleanup complete: libcaca no longer depends on "cucul_internals.h". |
1933 | | |
1934 | | ------------------------------------------------------------------------ |
1935 | | r2056 | sam | 2007-11-25 14:12:01 +0000 (Sun, 25 Nov 2007) | 3 lines |
1936 | | Changed paths: |
1937 | | M /libcaca/trunk/caca/caca.c |
1938 | | M /libcaca/trunk/caca/driver_cocoa.m |
1939 | | M /libcaca/trunk/caca/driver_conio.c |
1940 | | M /libcaca/trunk/caca/driver_gl.c |
1941 | | M /libcaca/trunk/caca/driver_ncurses.c |
1942 | | M /libcaca/trunk/caca/driver_raw.c |
1943 | | M /libcaca/trunk/caca/driver_slang.c |
1944 | | M /libcaca/trunk/caca/driver_vga.c |
1945 | | M /libcaca/trunk/caca/driver_win32.c |
1946 | | M /libcaca/trunk/caca/driver_x11.c |
1947 | | M /libcaca/trunk/caca/event.c |
1948 | | M /libcaca/trunk/caca/graphics.c |
1949 | | M /libcaca/trunk/cucul/cucul.c |
1950 | | M /libcaca/trunk/cucul/cucul.h |
1951 | | |
1952 | | * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid |
1953 | | direct cv->chars and cv->attrs access by display drivers. |
1954 | | |
1955 | | ------------------------------------------------------------------------ |
1956 | | r2055 | sam | 2007-11-25 14:11:58 +0000 (Sun, 25 Nov 2007) | 4 lines |
1957 | | Changed paths: |
1958 | | M /libcaca/trunk/caca/caca.c |
1959 | | M /libcaca/trunk/caca/caca_internals.h |
1960 | | M /libcaca/trunk/caca/driver_cocoa.m |
1961 | | M /libcaca/trunk/caca/driver_conio.c |
1962 | | M /libcaca/trunk/caca/driver_gl.c |
1963 | | M /libcaca/trunk/caca/driver_ncurses.c |
1964 | | M /libcaca/trunk/caca/driver_raw.c |
1965 | | M /libcaca/trunk/caca/driver_slang.c |
1966 | | M /libcaca/trunk/caca/driver_vga.c |
1967 | | M /libcaca/trunk/caca/driver_win32.c |
1968 | | M /libcaca/trunk/caca/driver_x11.c |
1969 | | M /libcaca/trunk/caca/graphics.c |
1970 | | M /libcaca/trunk/cucul/cucul.c |
1971 | | M /libcaca/trunk/cucul/cucul.h |
1972 | | M /libcaca/trunk/cucul/cucul_internals.h |
1973 | | M /libcaca/trunk/msvc/libcucul.def |
1974 | | |
1975 | | * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display |
1976 | | drivers no longer need to access the cv->refcount private member |
1977 | | and __cucul_set_canvas_size() is no longer needed. |
1978 | | |
1979 | | ------------------------------------------------------------------------ |
1980 | | r2054 | sam | 2007-11-25 14:11:54 +0000 (Sun, 25 Nov 2007) | 2 lines |
1981 | | Changed paths: |
1982 | | M /libcaca/trunk/build-kernel |
1983 | | M /libcaca/trunk/kernel/Makefile.am |
1984 | | A /libcaca/trunk/kernel/bootsect.S |
1985 | | |
1986 | | * Add Linux 2.6's bootsect.S to fix the sample kernel build. |
1987 | | |
1988 | | ------------------------------------------------------------------------ |
1989 | | r2053 | sam | 2007-11-25 11:39:33 +0000 (Sun, 25 Nov 2007) | 2 lines |
1990 | | Changed paths: |
1991 | | M /libcaca/trunk/configure.ac |
1992 | | |
1993 | | * Check whether CXX can include <iostream> before compiling the C++ bindings. |
1994 | | |
1995 | | ------------------------------------------------------------------------ |
1996 | | r2052 | sam | 2007-11-25 11:12:25 +0000 (Sun, 25 Nov 2007) | 2 lines |
1997 | | Changed paths: |
1998 | | M /libcaca/trunk/csharp/Caca.cs |
1999 | | M /libcaca/trunk/csharp/test.cs |
2000 | | |
2001 | | * Adapt the C# bindings to the event API change. |
2002 | | |
2003 | | ------------------------------------------------------------------------ |
2004 | | r2051 | sam | 2007-11-25 11:12:20 +0000 (Sun, 25 Nov 2007) | 2 lines |
2005 | | Changed paths: |
2006 | | M /libcaca/trunk/ruby/caca-display.c |
2007 | | |
2008 | | * Adapt the Ruby bindings to the event API change. |
2009 | | |
2010 | | ------------------------------------------------------------------------ |
2011 | | r2050 | sam | 2007-11-25 11:11:59 +0000 (Sun, 25 Nov 2007) | 2 lines |
2012 | | Changed paths: |
2013 | | M /libcaca/trunk/cxx/caca++.cpp |
2014 | | M /libcaca/trunk/cxx/caca++.h |
2015 | | M /libcaca/trunk/cxx/cxxtest.cpp |
2016 | | |
2017 | | * Adapt the C++ bindings to the event API change. |
2018 | | |
2019 | | ------------------------------------------------------------------------ |
2020 | | r2049 | sam | 2007-11-25 11:11:54 +0000 (Sun, 25 Nov 2007) | 4 lines |
2021 | | Changed paths: |
2022 | | M /libcaca/trunk/caca/caca.h |
2023 | | M /libcaca/trunk/caca/caca0.c |
2024 | | M /libcaca/trunk/caca/caca_internals.h |
2025 | | M /libcaca/trunk/caca/driver_conio.c |
2026 | | M /libcaca/trunk/caca/driver_gl.c |
2027 | | M /libcaca/trunk/caca/driver_ncurses.c |
2028 | | M /libcaca/trunk/caca/driver_raw.c |
2029 | | M /libcaca/trunk/caca/driver_slang.c |
2030 | | M /libcaca/trunk/caca/driver_vga.c |
2031 | | M /libcaca/trunk/caca/driver_win32.c |
2032 | | M /libcaca/trunk/caca/driver_x11.c |
2033 | | M /libcaca/trunk/caca/event.c |
2034 | | M /libcaca/trunk/src/aafire.c |
2035 | | M /libcaca/trunk/src/cacademo.c |
2036 | | M /libcaca/trunk/src/cacadraw.c |
2037 | | M /libcaca/trunk/src/cacaplay.c |
2038 | | M /libcaca/trunk/src/cacaview.c |
2039 | | M /libcaca/trunk/test/demo.c |
2040 | | M /libcaca/trunk/test/event.c |
2041 | | M /libcaca/trunk/test/gamma.c |
2042 | | M /libcaca/trunk/test/input.c |
2043 | | M /libcaca/trunk/test/spritedit.c |
2044 | | M /libcaca/trunk/test/swallow.c |
2045 | | |
2046 | | * Made the caca_event_t structure opaque and created a whole bunch of |
2047 | | functions to access its real data. This is a big API change that will |
2048 | | break your software, sorry :( |
2049 | | |
2050 | | ------------------------------------------------------------------------ |
2051 | | r2048 | pterjan | 2007-11-25 09:48:30 +0000 (Sun, 25 Nov 2007) | 6 lines |
2052 | | Changed paths: |
2053 | | M /libcaca/trunk/ruby/ruby-caca.dox |
2054 | | M /libcaca/trunk/ruby/ruby-cucul.dox |
2055 | | |
2056 | | |
2057 | | * Little improvements in ruby doc |
2058 | | + Made the doc a little more easy to read |
2059 | | + Added an example on a nice way to have q, Q and Esc to cause exit |
2060 | | |
2061 | | |
2062 | | ------------------------------------------------------------------------ |
2063 | | r2047 | sam | 2007-11-24 19:56:33 +0000 (Sat, 24 Nov 2007) | 2 lines |
2064 | | Changed paths: |
2065 | | M /libcaca/trunk/csharp/Caca.cs |
2066 | | M /libcaca/trunk/csharp/test.cs |
2067 | | |
2068 | | * Rewrote the C# test in a more object-oriented way. |
2069 | | |
2070 | | ------------------------------------------------------------------------ |
2071 | | r2046 | sam | 2007-11-24 15:00:21 +0000 (Sat, 24 Nov 2007) | 3 lines |
2072 | | Changed paths: |
2073 | | M /libcaca/trunk/csharp/Caca.cs |
2074 | | M /libcaca/trunk/csharp/Cucul.cs |
2075 | | M /libcaca/trunk/csharp/test.cs |
2076 | | |
2077 | | * Started Cucul# cleanup: added missing functions, used get/set attributes |
2078 | | when meaningful, removed deprecated bindings. |
2079 | | |
2080 | | ------------------------------------------------------------------------ |
2081 | | r2045 | sam | 2007-11-24 13:26:33 +0000 (Sat, 24 Nov 2007) | 8 lines |
2082 | | Changed paths: |
2083 | | M /libcaca/trunk/csharp/Caca.cs |
2084 | | M /libcaca/trunk/csharp/Cucul.cs |
2085 | | M /libcaca/trunk/csharp/Makefile.am |
2086 | | A /libcaca/trunk/csharp/caca-sharp.dll.config |
2087 | | A /libcaca/trunk/csharp/cucul-sharp.dll.config |
2088 | | D /libcaca/trunk/csharp/libCaca.dll.config |
2089 | | D /libcaca/trunk/csharp/libCucul.dll.config |
2090 | | M /libcaca/trunk/csharp/test.cs |
2091 | | |
2092 | | * Some mass-renaming in the C# bindings: |
2093 | | + Renamed the dlls so that the C# versions do not have the same name |
2094 | | as the C DLLs on Win32. It's now "cucul-sharp.dll", mimicking GTK#. |
2095 | | + Renamed namespaces: "using Cucul" instead of "using libCucul". |
2096 | | + Renamed the Cucul class into CuculCanvas to avoid namespace/class |
2097 | | name collisions. |
2098 | | + Renamed old-fashioned "kk"/"qq" names into "dp"/"cv". |
2099 | | |
2100 | | ------------------------------------------------------------------------ |
2101 | | r2044 | sam | 2007-11-24 13:26:28 +0000 (Sat, 24 Nov 2007) | 2 lines |
2102 | | Changed paths: |
2103 | | D /libcaca/trunk/DotNet/.gitignore |
2104 | | D /libcaca/trunk/DotNet/AssemblyInfo.cs |
2105 | | D /libcaca/trunk/DotNet/Caca.cs |
2106 | | D /libcaca/trunk/DotNet/Cucul.cs |
2107 | | D /libcaca/trunk/DotNet/Makefile.am |
2108 | | D /libcaca/trunk/DotNet/libCaca.dll.config |
2109 | | D /libcaca/trunk/DotNet/libCucul.dll.config |
2110 | | D /libcaca/trunk/DotNet/test.cs |
2111 | | M /libcaca/trunk/Makefile.am |
2112 | | M /libcaca/trunk/configure.ac |
2113 | | A /libcaca/trunk/csharp |
2114 | | A /libcaca/trunk/csharp/.gitignore (from /libcaca/trunk/DotNet/.gitignore:2043) |
2115 | | A /libcaca/trunk/csharp/AssemblyInfo.cs (from /libcaca/trunk/DotNet/AssemblyInfo.cs:2043) |
2116 | | A /libcaca/trunk/csharp/Caca.cs (from /libcaca/trunk/DotNet/Caca.cs:2043) |
2117 | | A /libcaca/trunk/csharp/Cucul.cs (from /libcaca/trunk/DotNet/Cucul.cs:2043) |
2118 | | A /libcaca/trunk/csharp/Makefile.am (from /libcaca/trunk/DotNet/Makefile.am:2043) |
2119 | | A /libcaca/trunk/csharp/libCaca.dll.config (from /libcaca/trunk/DotNet/libCaca.dll.config:2043) |
2120 | | A /libcaca/trunk/csharp/libCucul.dll.config (from /libcaca/trunk/DotNet/libCucul.dll.config:2043) |
2121 | | A /libcaca/trunk/csharp/test.cs (from /libcaca/trunk/DotNet/test.cs:2043) |
2122 | | |
2123 | | * Renamed DotNet/ to csharp/ because I hate mixed case. |
2124 | | |
2125 | | ------------------------------------------------------------------------ |
2126 | | r2043 | sam | 2007-11-24 11:08:21 +0000 (Sat, 24 Nov 2007) | 2 lines |
2127 | | Changed paths: |
2128 | | M /libcaca/trunk/caca/caca.h |
2129 | | M /libcaca/trunk/caca/caca_internals.h |
2130 | | M /libcaca/trunk/caca/driver_conio.c |
2131 | | M /libcaca/trunk/caca/driver_gl.c |
2132 | | M /libcaca/trunk/caca/driver_ncurses.c |
2133 | | M /libcaca/trunk/caca/driver_raw.c |
2134 | | M /libcaca/trunk/caca/driver_slang.c |
2135 | | M /libcaca/trunk/caca/driver_vga.c |
2136 | | M /libcaca/trunk/caca/driver_win32.c |
2137 | | M /libcaca/trunk/caca/driver_x11.c |
2138 | | M /libcaca/trunk/caca/event.c |
2139 | | M /libcaca/trunk/caca/graphics.c |
2140 | | M /libcaca/trunk/cucul/attr.c |
2141 | | M /libcaca/trunk/cucul/canvas.c |
2142 | | M /libcaca/trunk/cucul/cucul.c |
2143 | | M /libcaca/trunk/cucul/cucul.h |
2144 | | M /libcaca/trunk/cucul/dither.c |
2145 | | M /libcaca/trunk/cucul/export.c |
2146 | | M /libcaca/trunk/cucul/font.c |
2147 | | M /libcaca/trunk/cucul/frame.c |
2148 | | |
2149 | | * Added as many "const" qualifiers as possible to the public API. |
2150 | | |
2151 | | ------------------------------------------------------------------------ |
2152 | | r2042 | pterjan | 2007-11-24 09:56:37 +0000 (Sat, 24 Nov 2007) | 1 line |
2153 | | Changed paths: |
2154 | | M /libcaca/trunk/ruby/lib/caca.rb |
2155 | | M /libcaca/trunk/ruby/ruby-caca.dox |
2156 | | |
2157 | | * Add Caca::Event#quit? to make tests nicer |
2158 | | ------------------------------------------------------------------------ |
2159 | | r2041 | sam | 2007-11-23 22:52:34 +0000 (Fri, 23 Nov 2007) | 3 lines |
2160 | | Changed paths: |
2161 | | M /libcaca/trunk/msvc/cacademo.vcproj |
2162 | | M /libcaca/trunk/msvc/cacafire.vcproj |
2163 | | M /libcaca/trunk/msvc/libcaca.vcproj |
2164 | | M /libcaca/trunk/msvc/libcucul.vcproj |
2165 | | |
2166 | | * Ignore annoying VC++ warnings (use of strdup instead of _strdup even in |
2167 | | C mode, "benign redefinition" of macros...). |
2168 | | |
2169 | | ------------------------------------------------------------------------ |
2170 | | r2040 | sam | 2007-11-23 22:34:35 +0000 (Fri, 23 Nov 2007) | 3 lines |
2171 | | Changed paths: |
2172 | | M /libcaca/trunk/caca/driver_cocoa.m |
2173 | | M /libcaca/trunk/caca/driver_conio.c |
2174 | | M /libcaca/trunk/caca/driver_gl.c |
2175 | | M /libcaca/trunk/caca/driver_ncurses.c |
2176 | | M /libcaca/trunk/caca/driver_raw.c |
2177 | | M /libcaca/trunk/caca/driver_slang.c |
2178 | | M /libcaca/trunk/caca/driver_vga.c |
2179 | | M /libcaca/trunk/caca/driver_win32.c |
2180 | | M /libcaca/trunk/caca/driver_x11.c |
2181 | | M /libcaca/trunk/caca/graphics.c |
2182 | | M /libcaca/trunk/cucul/cucul.c |
2183 | | M /libcaca/trunk/cucul/cucul_internals.h |
2184 | | M /libcaca/trunk/msvc/libcucul.def |
2185 | | |
2186 | | * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent |
2187 | | collisions due to symbol mangling. |
2188 | | |
2189 | | ------------------------------------------------------------------------ |
2190 | | r2039 | sam | 2007-11-23 22:27:21 +0000 (Fri, 23 Nov 2007) | 3 lines |
2191 | | Changed paths: |
2192 | | M /libcaca/trunk/caca/caca.h |
2193 | | M /libcaca/trunk/cucul/cucul.h |
2194 | | M /libcaca/trunk/msvc/libcaca.vcproj |
2195 | | M /libcaca/trunk/msvc/libcucul.def |
2196 | | M /libcaca/trunk/msvc/libcucul.vcproj |
2197 | | |
2198 | | * Add proper __declspec(dllexport) tags for Win32 compilation. |
2199 | | * Manually export private libcaca symbols. |
2200 | | |
2201 | | ------------------------------------------------------------------------ |
2202 | | r2038 | sam | 2007-11-23 21:48:55 +0000 (Fri, 23 Nov 2007) | 2 lines |
2203 | | Changed paths: |
2204 | | M /libcaca/trunk/msvc |
2205 | | D /libcaca/trunk/msvc/cacaball.vcproj |
2206 | | A /libcaca/trunk/msvc/cacademo.vcproj |
2207 | | M /libcaca/trunk/msvc/cacafire.vcproj |
2208 | | D /libcaca/trunk/msvc/cacamoir.vcproj |
2209 | | D /libcaca/trunk/msvc/cacaplas.vcproj |
2210 | | M /libcaca/trunk/msvc/config.h |
2211 | | A /libcaca/trunk/msvc/libcaca.def |
2212 | | M /libcaca/trunk/msvc/libcaca.sln |
2213 | | M /libcaca/trunk/msvc/libcaca.vcproj |
2214 | | A /libcaca/trunk/msvc/libcucul.def |
2215 | | M /libcaca/trunk/msvc/libcucul.vcproj |
2216 | | |
2217 | | * Updated Visual Studio files. |
2218 | | |
2219 | | ------------------------------------------------------------------------ |
2220 | | r2037 | sam | 2007-11-23 16:39:32 +0000 (Fri, 23 Nov 2007) | 2 lines |
2221 | | Changed paths: |
2222 | | A /libcaca/trunk/msvc/common.h |
2223 | | M /libcaca/trunk/msvc/libcaca.sln |
2224 | | M /libcaca/trunk/msvc/libcaca.vcproj |
2225 | | A /libcaca/trunk/msvc/libcucul.vcproj (from /libcaca/trunk/msvc/libcaca.vcproj:2036) |
2226 | | |
2227 | | * Split libcaca.vcproj into \1 and libcucul.vcproj. |
2228 | | |
2229 | | ------------------------------------------------------------------------ |
2230 | | r2036 | sam | 2007-11-23 16:39:29 +0000 (Fri, 23 Nov 2007) | 2 lines |
2231 | | Changed paths: |
2232 | | M /libcaca/trunk/test/gamma.c |
2233 | | |
2234 | | * Do not assume default gamma value is 1.0. |
2235 | | |
2236 | | ------------------------------------------------------------------------ |
2237 | | r2035 | sam | 2007-11-23 16:39:23 +0000 (Fri, 23 Nov 2007) | 2 lines |
2238 | | Changed paths: |
2239 | | M /libcaca/trunk/src/cacaview.c |
2240 | | |
2241 | | * Escape quits cacaview, and F11 toggles fullscreen. |
2242 | | |
2243 | | ------------------------------------------------------------------------ |
2244 | | r2033 | pterjan | 2007-11-20 00:09:16 +0000 (Tue, 20 Nov 2007) | 1 line |
2245 | | Changed paths: |
2246 | | M /libcaca/trunk/ruby/README |
2247 | | A /libcaca/trunk/ruby/ruby-caca.dox |
2248 | | A /libcaca/trunk/ruby/ruby-cucul.dox |
2249 | | A /libcaca/trunk/ruby/ruby.dox |
2250 | | |
2251 | | * Split Ruby documentation out of README |
2252 | | ------------------------------------------------------------------------ |
2253 | | r2026 | sam | 2007-11-18 23:00:35 +0000 (Sun, 18 Nov 2007) | 2 lines |
2254 | | Changed paths: |
2255 | | M /libcaca/trunk/AUTHORS |
2256 | | |
2257 | | * Added Pascal to the AUTHORS file. |
2258 | | |
2259 | | ------------------------------------------------------------------------ |
2260 | | r2025 | jylam | 2007-11-18 22:59:22 +0000 (Sun, 18 Nov 2007) | 2 lines |
2261 | | Changed paths: |
2262 | | M /libcaca/trunk/README |
2263 | | |
2264 | | * lol commit |
2265 | | |
2266 | | ------------------------------------------------------------------------ |
2267 | | r2024 | pterjan | 2007-11-18 22:35:34 +0000 (Sun, 18 Nov 2007) | 1 line |
2268 | | Changed paths: |
2269 | | D /libcaca/trunk/ruby/cucul |
2270 | | |
2271 | | * Remove cucul directory that got forgotten |
2272 | | ------------------------------------------------------------------------ |
2273 | | r2023 | pterjan | 2007-11-18 22:15:29 +0000 (Sun, 18 Nov 2007) | 1 line |
2274 | | Changed paths: |
2275 | | M /libcaca/trunk/ruby/README |
2276 | | |
2277 | | * Improve the example in README |
2278 | | ------------------------------------------------------------------------ |
2279 | | r2022 | pterjan | 2007-11-18 22:03:19 +0000 (Sun, 18 Nov 2007) | 1 line |
2280 | | Changed paths: |
2281 | | M /libcaca/trunk/configure.ac |
2282 | | M /libcaca/trunk/ruby/Makefile.am |
2283 | | M /libcaca/trunk/ruby/test |
2284 | | |
2285 | | * Install lib/caca.rb |
2286 | | ------------------------------------------------------------------------ |
2287 | | r2021 | pterjan | 2007-11-18 21:44:10 +0000 (Sun, 18 Nov 2007) | 1 line |
2288 | | Changed paths: |
2289 | | M /libcaca/trunk/ruby/README |
2290 | | |
2291 | | * Update README to talk about Caca |
2292 | | ------------------------------------------------------------------------ |
2293 | | r2020 | pterjan | 2007-11-18 21:29:02 +0000 (Sun, 18 Nov 2007) | 1 line |
2294 | | Changed paths: |
2295 | | M /libcaca/trunk/ruby/caca-display.c |
2296 | | |
2297 | | * Use to_i on the event mask, it is not always an Integer |
2298 | | ------------------------------------------------------------------------ |
2299 | | r2019 | pterjan | 2007-11-18 21:13:33 +0000 (Sun, 18 Nov 2007) | 1 line |
2300 | | Changed paths: |
2301 | | M /libcaca/trunk/ruby/caca-display.c |
2302 | | M /libcaca/trunk/ruby/caca-event.c |
2303 | | M /libcaca/trunk/ruby/caca-event.h |
2304 | | M /libcaca/trunk/ruby/caca.c |
2305 | | A /libcaca/trunk/ruby/lib |
2306 | | A /libcaca/trunk/ruby/lib/caca.rb |
2307 | | |
2308 | | - Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui) |
2309 | | ------------------------------------------------------------------------ |
2310 | | r2018 | pterjan | 2007-11-18 21:11:13 +0000 (Sun, 18 Nov 2007) | 1 line |
2311 | | Changed paths: |
2312 | | M /libcaca/trunk/src/cacaview.c |
2313 | | |
2314 | | * Handle closing cacaview by window manager |
2315 | | ------------------------------------------------------------------------ |
2316 | | r2017 | pterjan | 2007-11-18 13:37:24 +0000 (Sun, 18 Nov 2007) | 1 line |
2317 | | Changed paths: |
2318 | | M /libcaca/trunk/ruby/Makefile.am |
2319 | | M /libcaca/trunk/ruby/caca-display.c |
2320 | | A /libcaca/trunk/ruby/caca-event.c |
2321 | | A /libcaca/trunk/ruby/caca-event.h |
2322 | | |
2323 | | * Add missing methods in Caca::Display and add empty Caca::Event |
2324 | | ------------------------------------------------------------------------ |
2325 | | r2016 | pterjan | 2007-11-18 13:29:16 +0000 (Sun, 18 Nov 2007) | 1 line |
2326 | | Changed paths: |
2327 | | M /libcaca/trunk/caca/caca.h |
2328 | | |
2329 | | * Slightly improved documentation |
2330 | | ------------------------------------------------------------------------ |
2331 | | r2015 | pterjan | 2007-11-18 12:43:48 +0000 (Sun, 18 Nov 2007) | 1 line |
2332 | | Changed paths: |
2333 | | M /libcaca/trunk/ruby/Makefile.am |
2334 | | A /libcaca/trunk/ruby/caca-display.c |
2335 | | A /libcaca/trunk/ruby/caca-display.h |
2336 | | A /libcaca/trunk/ruby/caca.c |
2337 | | |
2338 | | * Add Caca and Caca::Display |
2339 | | ------------------------------------------------------------------------ |
2340 | | r2009 | pterjan | 2007-11-17 13:36:15 +0000 (Sat, 17 Nov 2007) | 1 line |
2341 | | Changed paths: |
2342 | | M /libcaca/trunk/ruby/README |
2343 | | M /libcaca/trunk/ruby/common.h |
2344 | | M /libcaca/trunk/ruby/cucul-canvas.c |
2345 | | M /libcaca/trunk/ruby/cucul-dither.c |
2346 | | |
2347 | | * Finish Cucul::Dither |
2348 | | ------------------------------------------------------------------------ |
2349 | | r2008 | pterjan | 2007-11-17 12:21:21 +0000 (Sat, 17 Nov 2007) | 1 line |
2350 | | Changed paths: |
2351 | | M /libcaca/trunk/ruby/Makefile.am |
2352 | | M /libcaca/trunk/ruby/README |
2353 | | A /libcaca/trunk/ruby/cucul-dither.c |
2354 | | A /libcaca/trunk/ruby/cucul-dither.h |
2355 | | M /libcaca/trunk/ruby/cucul.c |
2356 | | A /libcaca/trunk/ruby/t/tc_dither.rb |
2357 | | |
2358 | | * Add Cucul::Dither (incomplete) |
2359 | | ------------------------------------------------------------------------ |
2360 | | r2004 | pterjan | 2007-11-17 09:25:31 +0000 (Sat, 17 Nov 2007) | 1 line |
2361 | | Changed paths: |
2362 | | M /libcaca/trunk/ruby/cucul-canvas.c |
2363 | | M /libcaca/trunk/ruby/t/tc_canvas.rb |
2364 | | |
2365 | | * Improve type checking of arguments |
2366 | | ------------------------------------------------------------------------ |
2367 | | r2003 | sam | 2007-11-17 02:15:01 +0000 (Sat, 17 Nov 2007) | 3 lines |
2368 | | Changed paths: |
2369 | | M /libcaca/trunk/doc/doxygen.cfg.in |
2370 | | M /libcaca/trunk/doc/libcaca.dox |
2371 | | M /libcaca/trunk/ruby/README |
2372 | | |
2373 | | * Slightly doxygenated ruby/README so that it appears in the manual (see |
2374 | | http://libcaca.zoy.org/manual/libcaca-ruby.html). |
2375 | | |
2376 | | ------------------------------------------------------------------------ |
2377 | | r1997 | pterjan | 2007-11-16 22:37:20 +0000 (Fri, 16 Nov 2007) | 1 line |
2378 | | Changed paths: |
2379 | | M /libcaca/trunk/ruby/README |
2380 | | |
2381 | | * Update README |
2382 | | ------------------------------------------------------------------------ |
2383 | | r1996 | pterjan | 2007-11-16 22:27:13 +0000 (Fri, 16 Nov 2007) | 1 line |
2384 | | Changed paths: |
2385 | | M /libcaca/trunk/ruby/Makefile.am |
2386 | | |
2387 | | * Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am |
2388 | | ------------------------------------------------------------------------ |
2389 | | r1995 | pterjan | 2007-11-16 22:24:35 +0000 (Fri, 16 Nov 2007) | 1 line |
2390 | | Changed paths: |
2391 | | M /libcaca/trunk/ruby/Makefile.am |
2392 | | A /libcaca/trunk/ruby/common.h |
2393 | | M /libcaca/trunk/ruby/cucul-canvas.c |
2394 | | M /libcaca/trunk/ruby/cucul-canvas.h |
2395 | | A /libcaca/trunk/ruby/cucul-font.c |
2396 | | A /libcaca/trunk/ruby/cucul-font.h |
2397 | | M /libcaca/trunk/ruby/cucul.c |
2398 | | M /libcaca/trunk/ruby/t/tc_canvas.rb |
2399 | | A /libcaca/trunk/ruby/t/tc_font.rb |
2400 | | |
2401 | | * Add Cucul::Font |
2402 | | ------------------------------------------------------------------------ |
2403 | | r1988 | sam | 2007-11-16 20:14:05 +0000 (Fri, 16 Nov 2007) | 2 lines |
2404 | | Changed paths: |
2405 | | M /libcaca/trunk/doc/doxygen.cfg.in |
2406 | | M /libcaca/trunk/doc/doxygen.css |
2407 | | |
2408 | | * Added minimal styles to doxygen.css to make the manual look decent. |
2409 | | |
2410 | | ------------------------------------------------------------------------ |
2411 | | r1987 | sam | 2007-11-16 19:49:25 +0000 (Fri, 16 Nov 2007) | 2 lines |
2412 | | Changed paths: |
2413 | | M /libcaca/trunk/Makefile.am |
2414 | | |
2415 | | * Split "upload" target into "upload-source" and "upload-doc". |
2416 | | |
2417 | | ------------------------------------------------------------------------ |
2418 | | r1986 | sam | 2007-11-16 19:49:23 +0000 (Fri, 16 Nov 2007) | 3 lines |
2419 | | Changed paths: |
2420 | | M /libcaca/trunk/doc/Makefile.am |
2421 | | M /libcaca/trunk/doc/doxygen.cfg.in |
2422 | | A /libcaca/trunk/doc/doxygen.css |
2423 | | |
2424 | | * Updated doxygen file format. |
2425 | | * Add an empty doxygen.css file. |
2426 | | |
2427 | | ------------------------------------------------------------------------ |
2428 | | r1983 | pterjan | 2007-11-16 17:47:59 +0000 (Fri, 16 Nov 2007) | 1 line |
2429 | | Changed paths: |
2430 | | M /libcaca/trunk/ruby/Makefile.am |
2431 | | A /libcaca/trunk/ruby/README |
2432 | | |
2433 | | * Add some pseudo doc for Ruby binding |
2434 | | ------------------------------------------------------------------------ |
2435 | | r1966 | pterjan | 2007-11-15 22:22:55 +0000 (Thu, 15 Nov 2007) | 1 line |
2436 | | Changed paths: |
2437 | | M /libcaca/trunk/ruby/t/tc_canvas.rb |
2438 | | |
2439 | | * Add more tests for the ruby binding |
2440 | | ------------------------------------------------------------------------ |
2441 | | r1965 | pterjan | 2007-11-15 22:06:01 +0000 (Thu, 15 Nov 2007) | 1 line |
2442 | | Changed paths: |
2443 | | A /libcaca/trunk/ruby/t/tc_canvas.rb |
2444 | | M /libcaca/trunk/ruby/test |
2445 | | |
2446 | | * Add more tests for the ruby binding |
2447 | | ------------------------------------------------------------------------ |
2448 | | r1964 | pterjan | 2007-11-15 22:03:12 +0000 (Thu, 15 Nov 2007) | 1 line |
2449 | | Changed paths: |
2450 | | M /libcaca/trunk/ruby/cucul-canvas.c |
2451 | | |
2452 | | * Fix number of arguments for set_height |
2453 | | ------------------------------------------------------------------------ |
2454 | | r1963 | pterjan | 2007-11-15 21:06:30 +0000 (Thu, 15 Nov 2007) | 1 line |
2455 | | Changed paths: |
2456 | | M /libcaca/trunk/ruby/Makefile.am |
2457 | | |
2458 | | * Add the ruby tests to make check |
2459 | | ------------------------------------------------------------------------ |
2460 | | r1962 | pterjan | 2007-11-15 12:33:29 +0000 (Thu, 15 Nov 2007) | 1 line |
2461 | | Changed paths: |
2462 | | M /libcaca/trunk/configure.ac |
2463 | | |
2464 | | * Use autotools for Ruby bindings (2nd part) |
2465 | | ------------------------------------------------------------------------ |
2466 | | r1961 | pterjan | 2007-11-15 12:27:40 +0000 (Thu, 15 Nov 2007) | 1 line |
2467 | | Changed paths: |
2468 | | M /libcaca/trunk/ruby/Makefile.am |
2469 | | D /libcaca/trunk/ruby/caca |
2470 | | D /libcaca/trunk/ruby/cucul/cucul-canvas.c |
2471 | | D /libcaca/trunk/ruby/cucul/cucul-canvas.h |
2472 | | D /libcaca/trunk/ruby/cucul/cucul.c |
2473 | | D /libcaca/trunk/ruby/cucul/extconf.rb |
2474 | | D /libcaca/trunk/ruby/cucul/t |
2475 | | D /libcaca/trunk/ruby/cucul/test.rb |
2476 | | A /libcaca/trunk/ruby/cucul-canvas.c (from /libcaca/trunk/ruby/cucul/cucul-canvas.c:1960) |
2477 | | A /libcaca/trunk/ruby/cucul-canvas.h (from /libcaca/trunk/ruby/cucul/cucul-canvas.h:1960) |
2478 | | A /libcaca/trunk/ruby/cucul.c (from /libcaca/trunk/ruby/cucul/cucul.c:1960) |
2479 | | A /libcaca/trunk/ruby/t (from /libcaca/trunk/ruby/cucul/t:1959) |
2480 | | A /libcaca/trunk/ruby/test |
2481 | | |
2482 | | * Use autotools for Ruby bindings |
2483 | | ------------------------------------------------------------------------ |
2484 | | r1960 | pterjan | 2007-11-15 11:34:43 +0000 (Thu, 15 Nov 2007) | 1 line |
2485 | | Changed paths: |
2486 | | M /libcaca/trunk/ruby/Makefile.am |
2487 | | M /libcaca/trunk/ruby/cucul/cucul-canvas.c |
2488 | | A /libcaca/trunk/ruby/cucul/cucul-canvas.h |
2489 | | M /libcaca/trunk/ruby/cucul/cucul.c |
2490 | | |
2491 | | * Fix some prototypes and use a header file for Init_cucul_canvas |
2492 | | ------------------------------------------------------------------------ |
2493 | | r1959 | sam | 2007-11-15 08:20:37 +0000 (Thu, 15 Nov 2007) | 2 lines |
2494 | | Changed paths: |
2495 | | M /libcaca/trunk/cxx/cucul++.h |
2496 | | |
2497 | | * Make Charset class methods explicitly public. |
2498 | | |
2499 | | ------------------------------------------------------------------------ |
2500 | | r1958 | sam | 2007-11-15 08:20:17 +0000 (Thu, 15 Nov 2007) | 2 lines |
2501 | | Changed paths: |
2502 | | M /libcaca/trunk/cxx/Makefile.am |
2503 | | |
2504 | | * Link libcaca++ with libcucul++, not only the C versions. |
2505 | | |
2506 | | ------------------------------------------------------------------------ |
2507 | | r1957 | sam | 2007-11-15 00:22:37 +0000 (Thu, 15 Nov 2007) | 3 lines |
2508 | | Changed paths: |
2509 | | M /libcaca/trunk/ruby/Makefile.am |
2510 | | |
2511 | | * Do not run "make clean" in ruby/* subdirectories when the Makefiles do |
2512 | | not even exist. |
2513 | | |
2514 | | ------------------------------------------------------------------------ |
2515 | | r1954 | sam | 2007-11-13 23:55:07 +0000 (Tue, 13 Nov 2007) | 2 lines |
2516 | | Changed paths: |
2517 | | A /libcaca/trunk/DotNet/.gitignore |
2518 | | D /libcaca/trunk/DotNet/Makefile |
2519 | | A /libcaca/trunk/DotNet/Makefile.am |
2520 | | M /libcaca/trunk/Makefile.am |
2521 | | M /libcaca/trunk/configure.ac |
2522 | | |
2523 | | * Autotoolified the .NET bindings. Use --enable-dotnet. |
2524 | | |
2525 | | ------------------------------------------------------------------------ |
2526 | | r1953 | sam | 2007-11-13 23:55:05 +0000 (Tue, 13 Nov 2007) | 2 lines |
2527 | | Changed paths: |
2528 | | M /libcaca/trunk/configure.ac |
2529 | | |
2530 | | * Build Ruby and C++ bindings by default. |
2531 | | |
2532 | | ------------------------------------------------------------------------ |
2533 | | r1952 | sam | 2007-11-13 23:55:03 +0000 (Tue, 13 Nov 2007) | 2 lines |
2534 | | Changed paths: |
2535 | | M /libcaca/trunk/cxx/cucul++.cpp |
2536 | | |
2537 | | * Update C++ bindings after cucul_set_dither_mode() deprecation. |
2538 | | |
2539 | | ------------------------------------------------------------------------ |
2540 | | r1951 | sam | 2007-11-13 23:55:01 +0000 (Tue, 13 Nov 2007) | 2 lines |
2541 | | Changed paths: |
2542 | | M /libcaca/trunk/Makefile.am |
2543 | | M /libcaca/trunk/configure.ac |
2544 | | A /libcaca/trunk/ruby/.gitignore |
2545 | | D /libcaca/trunk/ruby/Makefile |
2546 | | A /libcaca/trunk/ruby/Makefile.am |
2547 | | |
2548 | | * Autotoolified the Ruby bindings. Use --enable-ruby. |
2549 | | |
2550 | | ------------------------------------------------------------------------ |
2551 | | r1950 | sam | 2007-11-13 23:54:59 +0000 (Tue, 13 Nov 2007) | 2 lines |
2552 | | Changed paths: |
2553 | | M /libcaca/trunk/src/.gitignore |
2554 | | |
2555 | | * Update .gitignore after img2irc -> img2txt change. |
2556 | | |
2557 | | ------------------------------------------------------------------------ |
2558 | | r1949 | pterjan | 2007-11-13 23:28:59 +0000 (Tue, 13 Nov 2007) | 1 line |
2559 | | Changed paths: |
2560 | | A /libcaca/trunk/ruby/cucul/t |
2561 | | A /libcaca/trunk/ruby/cucul/t/tc_frame.rb |
2562 | | A /libcaca/trunk/ruby/cucul/test.rb |
2563 | | |
2564 | | * Add a first test for Ruby binding |
2565 | | ------------------------------------------------------------------------ |
2566 | | r1948 | pterjan | 2007-11-13 13:20:14 +0000 (Tue, 13 Nov 2007) | 1 line |
2567 | | Changed paths: |
2568 | | M /libcaca/trunk/ruby/cucul/cucul-canvas.c |
2569 | | |
2570 | | Improve Ruby API for draw_{,thin_}polyline and fix a leak on error |
2571 | | ------------------------------------------------------------------------ |
2572 | | r1947 | pterjan | 2007-11-13 12:41:33 +0000 (Tue, 13 Nov 2007) | 1 line |
2573 | | Changed paths: |
2574 | | M /libcaca/trunk/cucul/line.c |
2575 | | |
2576 | | Fix a typo in the doc |
2577 | | ------------------------------------------------------------------------ |
2578 | | r1946 | sam | 2007-11-13 11:19:00 +0000 (Tue, 13 Nov 2007) | 2 lines |
2579 | | Changed paths: |
2580 | | M /libcaca/trunk/doc/tutorial.dox |
2581 | | |
2582 | | * Add error checking to the tutorial. |
2583 | | |
2584 | | ------------------------------------------------------------------------ |
2585 | | r1945 | sam | 2007-11-13 11:18:59 +0000 (Tue, 13 Nov 2007) | 2 lines |
2586 | | Changed paths: |
2587 | | M /libcaca/trunk/doc/tutorial.dox |
2588 | | |
2589 | | * Tutorial was generating a warning since the deprecation of cucul_putstr(). |
2590 | | |
2591 | | ------------------------------------------------------------------------ |
2592 | | r1944 | pterjan | 2007-11-13 11:03:25 +0000 (Tue, 13 Nov 2007) | 1 line |
2593 | | Changed paths: |
2594 | | A /libcaca/trunk/ruby |
2595 | | A /libcaca/trunk/ruby/Makefile |
2596 | | A /libcaca/trunk/ruby/caca |
2597 | | A /libcaca/trunk/ruby/caca/extconf.rb |
2598 | | A /libcaca/trunk/ruby/cucul |
2599 | | A /libcaca/trunk/ruby/cucul/cucul-canvas.c |
2600 | | A /libcaca/trunk/ruby/cucul/cucul.c |
2601 | | A /libcaca/trunk/ruby/cucul/extconf.rb |
2602 | | |
2603 | | Import Ruby binding |
2604 | | ------------------------------------------------------------------------ |
2605 | | r1919 | jylam | 2007-11-07 10:29:02 +0000 (Wed, 07 Nov 2007) | 3 lines |
2606 | | Changed paths: |
2607 | | M /libcaca/trunk/doc/img2txt.1 |
2608 | | M /libcaca/trunk/src/img2txt.c |
2609 | | |
2610 | | * Added switch to control output font size, and updated documentation |
2611 | | accordingly |
2612 | | |
2613 | | ------------------------------------------------------------------------ |
2614 | | r1918 | jylam | 2007-11-07 10:07:04 +0000 (Wed, 07 Nov 2007) | 2 lines |
2615 | | Changed paths: |
2616 | | M /libcaca/trunk/doc/img2txt.1 |
2617 | | |
2618 | | * Updated man page for --version |
2619 | | |
2620 | | ------------------------------------------------------------------------ |
2621 | | r1917 | jylam | 2007-11-07 10:03:50 +0000 (Wed, 07 Nov 2007) | 2 lines |
2622 | | Changed paths: |
2623 | | M /libcaca/trunk/src/img2txt.c |
2624 | | |
2625 | | * Added version switch |
2626 | | |
2627 | | ------------------------------------------------------------------------ |
2628 | | r1916 | jylam | 2007-11-07 09:44:26 +0000 (Wed, 07 Nov 2007) | 2 lines |
2629 | | Changed paths: |
2630 | | M /libcaca/trunk/doc/Makefile.am |
2631 | | M /libcaca/trunk/doc/cacaview.1 |
2632 | | M /libcaca/trunk/src/img2txt.c |
2633 | | |
2634 | | * Updated documentation to reflect img2irc name change, fixed typo in img2txt help |
2635 | | |
2636 | | ------------------------------------------------------------------------ |
2637 | | r1915 | jylam | 2007-11-07 09:27:43 +0000 (Wed, 07 Nov 2007) | 2 lines |
2638 | | Changed paths: |
2639 | | D /libcaca/trunk/doc/img2irc.1 |
2640 | | A /libcaca/trunk/doc/img2txt.1 (from /libcaca/trunk/doc/img2irc.1:1899) |
2641 | | |
2642 | | * Updated img2txt man page |
2643 | | |
2644 | | ------------------------------------------------------------------------ |
2645 | | r1914 | sam | 2007-11-07 01:09:20 +0000 (Wed, 07 Nov 2007) | 2 lines |
2646 | | Changed paths: |
2647 | | M /libcaca/trunk/src/cacaserver.c |
2648 | | |
2649 | | * Always include <netinet/in.h> when present, to make header simpler. |
2650 | | |
2651 | | ------------------------------------------------------------------------ |
2652 | | r1913 | sam | 2007-11-07 01:09:16 +0000 (Wed, 07 Nov 2007) | 2 lines |
2653 | | Changed paths: |
2654 | | M /libcaca/trunk/src/cacaserver.c |
2655 | | |
2656 | | * cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier. |
2657 | | |
2658 | | ------------------------------------------------------------------------ |
2659 | | r1912 | sam | 2007-11-07 01:09:13 +0000 (Wed, 07 Nov 2007) | 3 lines |
2660 | | Changed paths: |
2661 | | M /libcaca/trunk/configure.ac |
2662 | | |
2663 | | * Use kpsewhich to find a4.sty and a4wide.sty, as suggested by |
2664 | | Alexis Ballier. |
2665 | | |
2666 | | ------------------------------------------------------------------------ |
2667 | | r1911 | jylam | 2007-11-06 16:12:33 +0000 (Tue, 06 Nov 2007) | 2 lines |
2668 | | Changed paths: |
2669 | | M /libcaca/trunk/src/img2txt.c |
2670 | | |
2671 | | * Fixed typo in help |
2672 | | |
2673 | | ------------------------------------------------------------------------ |
2674 | | r1910 | jylam | 2007-11-06 16:07:03 +0000 (Tue, 06 Nov 2007) | 2 lines |
2675 | | Changed paths: |
2676 | | M /libcaca/trunk/src/img2txt.c |
2677 | | |
2678 | | * Added imlib2 note on builds without it |
2679 | | |
2680 | | ------------------------------------------------------------------------ |
2681 | | r1909 | jylam | 2007-11-06 14:09:07 +0000 (Tue, 06 Nov 2007) | 2 lines |
2682 | | Changed paths: |
2683 | | M /libcaca/trunk/src/img2txt.c |
2684 | | |
2685 | | * Added brightness / contrast / gamma support |
2686 | | |
2687 | | ------------------------------------------------------------------------ |
2688 | | r1908 | jylam | 2007-11-06 13:51:36 +0000 (Tue, 06 Nov 2007) | 2 lines |
2689 | | Changed paths: |
2690 | | M /libcaca/trunk/src/img2txt.c |
2691 | | |
2692 | | * Fixed bad file error handling, made dither and export errors more informative on program name |
2693 | | |
2694 | | ------------------------------------------------------------------------ |
2695 | | r1907 | jylam | 2007-11-06 13:49:19 +0000 (Tue, 06 Nov 2007) | 2 lines |
2696 | | Changed paths: |
2697 | | M /libcaca/trunk/src/img2txt.c |
2698 | | |
2699 | | * Added dither error handling |
2700 | | |
2701 | | ------------------------------------------------------------------------ |
2702 | | r1906 | jylam | 2007-11-06 13:45:18 +0000 (Tue, 06 Nov 2007) | 2 lines |
2703 | | Changed paths: |
2704 | | M /libcaca/trunk/src/img2txt.c |
2705 | | |
2706 | | * Added --dither option and updated usage() |
2707 | | |
2708 | | ------------------------------------------------------------------------ |
2709 | | r1905 | jylam | 2007-11-06 13:19:23 +0000 (Tue, 06 Nov 2007) | 2 lines |
2710 | | Changed paths: |
2711 | | M /libcaca/trunk/src/mygetopt.c |
2712 | | |
2713 | | * WTF is a typedef missing ? |
2714 | | |
2715 | | ------------------------------------------------------------------------ |
2716 | | r1904 | jylam | 2007-11-06 13:13:14 +0000 (Tue, 06 Nov 2007) | 2 lines |
2717 | | Changed paths: |
2718 | | M /libcaca/trunk/src/mygetopt.c |
2719 | | |
2720 | | * Quick and Dirty hack for DOS ans kernel drivers |
2721 | | |
2722 | | ------------------------------------------------------------------------ |
2723 | | r1903 | jylam | 2007-11-06 12:59:54 +0000 (Tue, 06 Nov 2007) | 2 lines |
2724 | | Changed paths: |
2725 | | A /libcaca/trunk/src/mygetopt.c |
2726 | | A /libcaca/trunk/src/mygetopt.h |
2727 | | |
2728 | | * Oops, forgot to add getopt replacement files, omg. |
2729 | | |
2730 | | ------------------------------------------------------------------------ |
2731 | | r1902 | jylam | 2007-11-06 12:57:46 +0000 (Tue, 06 Nov 2007) | 2 lines |
2732 | | Changed paths: |
2733 | | M /libcaca/trunk/src/img2txt.c |
2734 | | |
2735 | | * Replaced img2irc / pic2irc occurences, fixed bad c/c in options list |
2736 | | |
2737 | | ------------------------------------------------------------------------ |
2738 | | r1901 | jylam | 2007-11-06 12:55:26 +0000 (Tue, 06 Nov 2007) | 2 lines |
2739 | | Changed paths: |
2740 | | M /libcaca/trunk/src/Makefile.am |
2741 | | D /libcaca/trunk/src/img2irc.c |
2742 | | A /libcaca/trunk/src/img2txt.c (from /libcaca/trunk/src/img2irc.c:1900) |
2743 | | |
2744 | | * Renamed img2irc to a more generic img2txt |
2745 | | |
2746 | | ------------------------------------------------------------------------ |
2747 | | r1900 | jylam | 2007-11-06 12:53:52 +0000 (Tue, 06 Nov 2007) | 2 lines |
2748 | | Changed paths: |
2749 | | M /libcaca/trunk/src/Makefile.am |
2750 | | M /libcaca/trunk/src/img2irc.c |
2751 | | |
2752 | | * Added getopt / mygetopt support to img2irc, and added options to control width, height, and format |
2753 | | |
2754 | | ------------------------------------------------------------------------ |
2755 | | r1884 | sam | 2007-11-04 18:37:38 +0000 (Sun, 04 Nov 2007) | 2 lines |
2756 | | Changed paths: |
2757 | | M /libcaca/trunk/src/cacademo.c |
2758 | | |
2759 | | * New transition effects: horizontal and vertical lines. |
2760 | | |
2761 | | ------------------------------------------------------------------------ |
2762 | | r1882 | sam | 2007-11-04 12:00:03 +0000 (Sun, 04 Nov 2007) | 2 lines |
2763 | | Changed paths: |
2764 | | M /libcaca/trunk/caca/caca0.c |
2765 | | M /libcaca/trunk/src/cacaview.c |
2766 | | |
2767 | | * Updated libcaca and cacaview after the API changes. |
2768 | | |
2769 | | ------------------------------------------------------------------------ |
2770 | | r1881 | sam | 2007-11-04 12:00:00 +0000 (Sun, 04 Nov 2007) | 3 lines |
2771 | | Changed paths: |
2772 | | M /libcaca/trunk/cucul/cucul.h |
2773 | | M /libcaca/trunk/cucul/dither.c |
2774 | | M /libcaca/trunk/cucul/legacy.c |
2775 | | |
2776 | | * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s |
2777 | | a longer name but "mode" really wasn’t appropriate here. |
2778 | | |
2779 | | ------------------------------------------------------------------------ |
2780 | | r1880 | sam | 2007-11-04 11:59:57 +0000 (Sun, 04 Nov 2007) | 2 lines |
2781 | | Changed paths: |
2782 | | M /libcaca/trunk/cucul/cucul.h |
2783 | | M /libcaca/trunk/cucul/dither.c |
2784 | | |
2785 | | * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). |
2786 | | |
2787 | | ------------------------------------------------------------------------ |
2788 | | r1879 | sam | 2007-11-04 11:59:54 +0000 (Sun, 04 Nov 2007) | 3 lines |
2789 | | Changed paths: |
2790 | | M /libcaca/trunk/AUTHORS |
2791 | | M /libcaca/trunk/NEWS |
2792 | | M /libcaca/trunk/THANKS |
2793 | | M /libcaca/trunk/TODO |
2794 | | M /libcaca/trunk/caca/caca.h |
2795 | | M /libcaca/trunk/cucul/cucul.h |
2796 | | M /libcaca/trunk/doc/canvas.dox |
2797 | | M /libcaca/trunk/doc/font.dox |
2798 | | M /libcaca/trunk/doc/libcaca.dox |
2799 | | M /libcaca/trunk/doc/migrating.dox |
2800 | | M /libcaca/trunk/doc/style.dox |
2801 | | M /libcaca/trunk/doc/tutorial.dox |
2802 | | M /libcaca/trunk/doc/user.dox |
2803 | | |
2804 | | * Renamed doxygen sections here and there to avoid embarassing side-effects |
2805 | | such as "man tutorial" showing the libcaca tutorial on Debian systems. |
2806 | | |
2807 | | ------------------------------------------------------------------------ |
2808 | | r1878 | sam | 2007-11-04 11:59:47 +0000 (Sun, 04 Nov 2007) | 3 lines |
2809 | | Changed paths: |
2810 | | M /libcaca/trunk/Makefile.am |
2811 | | M /libcaca/trunk/cucul/Makefile.am |
2812 | | M /libcaca/trunk/cucul/font.c |
2813 | | D /libcaca/trunk/cucul/font_mono9.h |
2814 | | D /libcaca/trunk/cucul/font_monobold12.h |
2815 | | A /libcaca/trunk/cucul/mono9.data (from /libcaca/trunk/cucul/font_mono9.h:1877) |
2816 | | A /libcaca/trunk/cucul/monobold12.data (from /libcaca/trunk/cucul/font_monobold12.h:1877) |
2817 | | |
2818 | | * Renamed fonts to *.data to make sure they are not mistaken for editable |
2819 | | files (like there is any chance). |
2820 | | |
2821 | | ------------------------------------------------------------------------ |
2822 | | r1877 | sam | 2007-11-04 10:41:07 +0000 (Sun, 04 Nov 2007) | 2 lines |
2823 | | Changed paths: |
2824 | | M /libcaca/trunk/cucul/cucul.h |
2825 | | M /libcaca/trunk/cucul/dither.c |
2826 | | |
2827 | | * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). |
2828 | | |
2829 | | ------------------------------------------------------------------------ |
2830 | | r1876 | sam | 2007-11-04 09:56:40 +0000 (Sun, 04 Nov 2007) | 3 lines |
2831 | | Changed paths: |
2832 | | M /libcaca/trunk/cucul/dither.c |
2833 | | |
2834 | | * cucul_get_dither_brightness() is no longer a stub. |
2835 | | * Implemented missing cucul_get_dither_contrast(). |
2836 | | |
2837 | | ------------------------------------------------------------------------ |
2838 | | r1875 | sam | 2007-11-04 09:56:37 +0000 (Sun, 04 Nov 2007) | 2 lines |
2839 | | Changed paths: |
2840 | | M /libcaca/trunk/cxx/cucul++.cpp |
2841 | | M /libcaca/trunk/cxx/cucul++.h |
2842 | | M /libcaca/trunk/test/demo.c |
2843 | | |
2844 | | * Removed calls to now deprecated cucul_set_dither_invert(). |
2845 | | |
2846 | | ------------------------------------------------------------------------ |
2847 | | r1874 | sam | 2007-11-04 09:30:15 +0000 (Sun, 04 Nov 2007) | 2 lines |
2848 | | Changed paths: |
2849 | | M /libcaca/trunk |
2850 | | |
2851 | | * Ignore the autotools/ directory. |
2852 | | |
2853 | | ------------------------------------------------------------------------ |
2854 | | r1873 | sam | 2007-11-04 09:29:07 +0000 (Sun, 04 Nov 2007) | 2 lines |
2855 | | Changed paths: |
2856 | | A /libcaca/trunk/.gitignore |
2857 | | A /libcaca/trunk/cxx/.gitignore |
2858 | | A /libcaca/trunk/doc/.gitignore |
2859 | | A /libcaca/trunk/src/.gitignore |
2860 | | A /libcaca/trunk/test/.gitignore |
2861 | | A /libcaca/trunk/tools/.gitignore |
2862 | | |
2863 | | * Added .gitignore files in addition to svn:ignore properties. |
2864 | | |
2865 | | ------------------------------------------------------------------------ |
2866 | | r1872 | sam | 2007-11-04 08:45:47 +0000 (Sun, 04 Nov 2007) | 2 lines |
2867 | | Changed paths: |
2868 | | M /libcaca/trunk/Makefile.am |
2869 | | D /libcaca/trunk/autotools |
2870 | | M /libcaca/trunk/configure.ac |
2871 | | |
2872 | | * Don’t manage autotools/ with SVN. |
2873 | | |
2874 | | ------------------------------------------------------------------------ |
2875 | | r1871 | sam | 2007-11-03 23:27:54 +0000 (Sat, 03 Nov 2007) | 3 lines |
2876 | | Changed paths: |
2877 | | M /libcaca/trunk/tools/sortchars.c |
2878 | | |
2879 | | * Add a lookback table in the output. Will be handy later. |
2880 | | * Now sortchars’s output can be directly saved to a C header file. |
2881 | | |
2882 | | ------------------------------------------------------------------------ |
2883 | | r1870 | sam | 2007-11-03 22:59:53 +0000 (Sat, 03 Nov 2007) | 5 lines |
2884 | | Changed paths: |
2885 | | M /libcaca/trunk/cucul/cucul.h |
2886 | | M /libcaca/trunk/cucul/dither.c |
2887 | | M /libcaca/trunk/cucul/legacy.c |
2888 | | |
2889 | | * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no |
2890 | | reason to keep a copy of them in the calling program. |
2891 | | * Deprecate cucul_set_dither_invert(). Inverting a dither's colours is now |
2892 | | done by setting a negative gamma value. |
2893 | | |
2894 | | ------------------------------------------------------------------------ |
2895 | | r1869 | sam | 2007-11-03 12:59:42 +0000 (Sat, 03 Nov 2007) | 2 lines |
2896 | | Changed paths: |
2897 | | M /libcaca/trunk/bootstrap |
2898 | | |
2899 | | * Crap, typo in bootstrap script. |
2900 | | |
2901 | | ------------------------------------------------------------------------ |
2902 | | r1868 | sam | 2007-11-03 12:58:05 +0000 (Sat, 03 Nov 2007) | 2 lines |
2903 | | Changed paths: |
2904 | | M /libcaca/trunk/bootstrap |
2905 | | |
2906 | | * Updated bootstrap script. |
2907 | | |
2908 | | ------------------------------------------------------------------------ |
2909 | | r1853 | sam | 2007-10-28 10:27:01 +0000 (Sun, 28 Oct 2007) | 2 lines |
2910 | | Changed paths: |
2911 | | M /libcaca/trunk/cucul/cucul.h |
2912 | | |
2913 | | * Only use __attribute__((__deprecated__)) with gcc >= 3.x. |
2914 | | |
2915 | | ------------------------------------------------------------------------ |
2916 | | r1852 | sam | 2007-10-28 10:23:59 +0000 (Sun, 28 Oct 2007) | 3 lines |
2917 | | Changed paths: |
2918 | | M /libcaca/trunk/test/font.c |
2919 | | |
2920 | | * C89 compilation fix for machines that do not have <endian.h>, thanks to |
2921 | | Rado S. |
2922 | | |
2923 | | ------------------------------------------------------------------------ |
2924 | | r1851 | sam | 2007-10-28 10:20:11 +0000 (Sun, 28 Oct 2007) | 3 lines |
2925 | | Changed paths: |
2926 | | M /libcaca/trunk/caca/driver_ncurses.c |
2927 | | M /libcaca/trunk/configure.ac |
2928 | | |
2929 | | * When present, include <termios.h> and <unistd.h> to allow the ncurses |
2930 | | driver to build on Solaris. Fix courtesy of Rado S. |
2931 | | |
2932 | | ------------------------------------------------------------------------ |
2933 | | r1842 | sam | 2007-10-23 23:02:40 +0000 (Tue, 23 Oct 2007) | 24 lines |
2934 | | Changed paths: |
2935 | | M /libcaca/trunk/tools/sortchars.c |
2936 | | |
2937 | | * Improved distance computation in sortchars.c. |
2938 | | * Use font 0 instead of font 1. |
2939 | | * Print a bitmapped example at the end. |
2940 | | |
2941 | | _pBBBBPP"' '7PBBBBBL |
2942 | | _BBBBP" __p@BBBBBBBBBpp__ 7%BBBb_ |
2943 | | _BBBB" _@BBBBBPPPPPPPP%BBBBBpL %BBBb |
2944 | | BBB" _@BBBP"' ____ 'PBBBBp %BB |
2945 | | BB @BBBP __iIIIIIIIIIiL '%BBBL 7B |
2946 | | P BBBP _IIII**''''"*lIIIi_ 7BBBb 7 |
2947 | | BBBP III/' ,,:::, "IIIi BBBb |
2948 | | JBBB III" ,!!!!!!!!:, lIIi 7BBB |
2949 | | BBBL JIII ,!!"' '!!! III BBBL |
2950 | | BBBL lIII "!!, !!! IIIL BBBP |
2951 | | BBBL III !!!::::!!!" JIII BBBL |
2952 | | JBBB lIIIL '"!!!!""' iIII @BBB |
2953 | | L 3BBBL "lIIIi_ __iIII/ @BBB |
2954 | | BL 7BBBb '*IIIIIIIIIIII/" _@BBP @ |
2955 | | BBb %BBBb_ '"*****"' __BBBB" _BB |
2956 | | %BBBp 7BBBBbpL__ __ppBBBBP" _@BBB |
2957 | | 7%BBBp_ '7PBBBBBBBBBBBBBBPP' _@BBBP |
2958 | | 'PBBBBpL_ ''''PP"'''' _p@BBBBP |
2959 | | |
2960 | | |
2961 | | ------------------------------------------------------------------------ |
2962 | | r1841 | sam | 2007-10-22 10:15:54 +0000 (Mon, 22 Oct 2007) | 2 lines |
2963 | | Changed paths: |
2964 | | M /libcaca/trunk/tools/sortchars.c |
2965 | | |
2966 | | * Updates to sortchars.c so that it can output a proper LUT. |
2967 | | |
2968 | | ------------------------------------------------------------------------ |
2969 | | r1840 | sam | 2007-10-22 08:47:05 +0000 (Mon, 22 Oct 2007) | 3 lines |
2970 | | Changed paths: |
2971 | | M /libcaca/trunk/tools |
2972 | | M /libcaca/trunk/tools/Makefile.am |
2973 | | A /libcaca/trunk/tools/sortchars.c |
2974 | | |
2975 | | * Small tool to analyse character glyphs depending on their shape. Will be |
2976 | | used for improved dithering. |
2977 | | |
2978 | | ------------------------------------------------------------------------ |
2979 | | r1839 | sam | 2007-10-20 07:37:28 +0000 (Sat, 20 Oct 2007) | 2 lines |
2980 | | Changed paths: |
2981 | | M /libcaca/trunk/caca/graphics.c |
2982 | | |
2983 | | * Documented which drivers support caca_set_cursor(). |
2984 | | |
2985 | | ------------------------------------------------------------------------ |
2986 | | r1837 | sam | 2007-10-19 22:22:13 +0000 (Fri, 19 Oct 2007) | 3 lines |
2987 | | Changed paths: |
2988 | | M /libcaca/trunk/caca/driver_ncurses.c |
2989 | | M /libcaca/trunk/caca/driver_slang.c |
2990 | | M /libcaca/trunk/caca/driver_x11.c |
2991 | | M /libcaca/trunk/test/input.c |
2992 | | |
2993 | | * Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers. |
2994 | | * Use caca_set_cursor() in test/input.c. |
2995 | | |
2996 | | ------------------------------------------------------------------------ |
2997 | | r1836 | sam | 2007-10-18 22:07:39 +0000 (Thu, 18 Oct 2007) | 2 lines |
2998 | | Changed paths: |
2999 | | M /libcaca/trunk/src/cacaview.c |
3000 | | |
3001 | | * Fixed cacaview’s dithering selection. |
3002 | | |
3003 | | ------------------------------------------------------------------------ |
3004 | | r1835 | sam | 2007-10-07 20:40:39 +0000 (Sun, 07 Oct 2007) | 2 lines |
3005 | | Changed paths: |
3006 | | M /libcaca/trunk/doc/Makefile.am |
3007 | | |
3008 | | * Output refman.log in case of build error. |
3009 | | |
3010 | | ------------------------------------------------------------------------ |
3011 | | r1833 | sam | 2007-09-30 16:49:47 +0000 (Sun, 30 Sep 2007) | 2 lines |
3012 | | Changed paths: |
3013 | | M /libcaca/trunk/cucul/dither.c |
3014 | | |
3015 | | * Save user attributes when calling cucul_dither_bitmap(). |
3016 | | |
3017 | | ------------------------------------------------------------------------ |
3018 | | r1829 | sam | 2007-09-30 15:03:38 +0000 (Sun, 30 Sep 2007) | 3 lines |
3019 | | Changed paths: |
3020 | | M /libcaca/trunk/bootstrap |
3021 | | M /libcaca/trunk/configure.ac |
3022 | | |
3023 | | * Further refined the tetex/texlive detection method. |
3024 | | * Support for autotools-1.10. |
3025 | | |
3026 | | ------------------------------------------------------------------------ |
3027 | | r1828 | sam | 2007-09-30 14:44:46 +0000 (Sun, 30 Sep 2007) | 2 lines |
3028 | | Changed paths: |
3029 | | M /libcaca/trunk/configure.ac |
3030 | | |
3031 | | * Support Debian's texlive installation. Will sneak this fix in beta12. |
3032 | | |
3033 | | ------------------------------------------------------------------------ |
3034 | | r1824 | sam | 2007-09-30 13:34:11 +0000 (Sun, 30 Sep 2007) | 3 lines |
3035 | | Changed paths: |
3036 | | M /libcaca/trunk/ChangeLog |
3037 | | M /libcaca/trunk/NEWS |
3038 | | M /libcaca/trunk/configure.ac |
3039 | | |
3040 | | * Set version to 0.99.beta11. |
3041 | | * Updated NEWS and ChangeLog. |
3042 | | |
3043 | | ------------------------------------------------------------------------ |
3044 | | r1823 | sam | 2007-09-30 13:32:16 +0000 (Sun, 30 Sep 2007) | 2 lines |
3045 | | Changed paths: |
3046 | | M /libcaca/trunk/test/blit.c |
3047 | | M /libcaca/trunk/test/colors.c |
3048 | | M /libcaca/trunk/test/demo.c |
3049 | | M /libcaca/trunk/test/demo0.c |
3050 | | M /libcaca/trunk/test/dithering.c |
3051 | | M /libcaca/trunk/test/event.c |
3052 | | |
3053 | | * Minor tuning to the various tests, just so that they’re releasable. |
3054 | | |
3055 | | ------------------------------------------------------------------------ |
3056 | | r1822 | sam | 2007-09-30 11:28:13 +0000 (Sun, 30 Sep 2007) | 2 lines |
3057 | | Changed paths: |
3058 | | M /libcaca/trunk/cxx/cucul++.cpp |
3059 | | |
3060 | | * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). |
3061 | | |
3062 | | ------------------------------------------------------------------------ |
3063 | | r1820 | sam | 2007-09-30 10:22:24 +0000 (Sun, 30 Sep 2007) | 2 lines |
3064 | | Changed paths: |
3065 | | M /libcaca/trunk/cucul/transform.c |
3066 | | |
3067 | | * Added a few rotation pairs. Nothing awesome. |
3068 | | |
3069 | | ------------------------------------------------------------------------ |
3070 | | r1819 | sam | 2007-09-30 10:12:19 +0000 (Sun, 30 Sep 2007) | 3 lines |
3071 | | Changed paths: |
3072 | | M /libcaca/trunk/cucul/transform.c |
3073 | | |
3074 | | * Improve rotation output by avoiding white-on-black attributes to appear |
3075 | | due to spaces. |
3076 | | |
3077 | | ------------------------------------------------------------------------ |
3078 | | r1816 | sam | 2007-09-29 15:15:17 +0000 (Sat, 29 Sep 2007) | 4 lines |
3079 | | Changed paths: |
3080 | | M /libcaca/trunk/cucul/transform.c |
3081 | | |
3082 | | * Allow to rotate canvases with an odd width. |
3083 | | * Added a few additional character pairs of the left/right rotations. |
3084 | | * Added missing errno sets. |
3085 | | |
3086 | | ------------------------------------------------------------------------ |
3087 | | r1814 | sam | 2007-08-02 18:12:19 +0000 (Thu, 02 Aug 2007) | 2 lines |
3088 | | Changed paths: |
3089 | | M /libcaca/trunk/cucul/transform.c |
3090 | | |
3091 | | * More widechar rotations. \/ > /\ < is cool. |
3092 | | |
3093 | | ------------------------------------------------------------------------ |
3094 | | r1813 | sam | 2007-08-02 17:33:10 +0000 (Thu, 02 Aug 2007) | 2 lines |
3095 | | Changed paths: |
3096 | | M /libcaca/trunk/cucul/cucul.c |
3097 | | |
3098 | | * Reset cursor position after a resize. Not sure it’s what I want. |
3099 | | |
3100 | | ------------------------------------------------------------------------ |
3101 | | r1812 | sam | 2007-08-02 16:38:31 +0000 (Thu, 02 Aug 2007) | 2 lines |
3102 | | Changed paths: |
3103 | | M /libcaca/trunk/cucul/transform.c |
3104 | | |
3105 | | * More widechar rotation pairs. |
3106 | | |
3107 | | ------------------------------------------------------------------------ |
3108 | | r1809 | sam | 2007-07-17 20:46:18 +0000 (Tue, 17 Jul 2007) | 4 lines |
3109 | | Changed paths: |
3110 | | M /libcaca/trunk/cucul/cucul.h |
3111 | | M /libcaca/trunk/cucul/transform.c |
3112 | | M /libcaca/trunk/test/text.c |
3113 | | |
3114 | | * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to |
3115 | | cucul_stretch_* to avoid long function names. And the pairwise rotations |
3116 | | look so nice now that they should be the real rotation chars. |
3117 | | |
3118 | | ------------------------------------------------------------------------ |
3119 | | r1808 | sam | 2007-07-17 17:20:11 +0000 (Tue, 17 Jul 2007) | 3 lines |
3120 | | Changed paths: |
3121 | | M /libcaca/trunk/cucul/transform.c |
3122 | | M /libcaca/trunk/test/text.c |
3123 | | |
3124 | | * More characters for the wide rotations. |
3125 | | * Updated test/text to show what the wide rotations now do. |
3126 | | |
3127 | | ------------------------------------------------------------------------ |
3128 | | r1807 | sam | 2007-07-17 15:22:34 +0000 (Tue, 17 Jul 2007) | 2 lines |
3129 | | Changed paths: |
3130 | | M /libcaca/trunk/cucul/transform.c |
3131 | | |
3132 | | * Use j/ḷ and l/ȷ pairs in glyph rotation. |
3133 | | |
3134 | | ------------------------------------------------------------------------ |
3135 | | r1806 | sam | 2007-07-16 23:51:49 +0000 (Mon, 16 Jul 2007) | 2 lines |
3136 | | Changed paths: |
3137 | | M /libcaca/trunk/test/input.c |
3138 | | |
3139 | | * minor warning fix |
3140 | | |
3141 | | ------------------------------------------------------------------------ |
3142 | | r1805 | sam | 2007-07-10 17:02:46 +0000 (Tue, 10 Jul 2007) | 3 lines |
3143 | | Changed paths: |
3144 | | M /libcaca/trunk/cucul/cucul.h |
3145 | | M /libcaca/trunk/cucul/transform.c |
3146 | | M /libcaca/trunk/test/text.c |
3147 | | |
3148 | | * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They |
3149 | | suck massively for now. |
3150 | | |
3151 | | ------------------------------------------------------------------------ |
3152 | | r1795 | sam | 2007-07-09 17:24:28 +0000 (Mon, 09 Jul 2007) | 2 lines |
3153 | | Changed paths: |
3154 | | M /libcaca/trunk/COPYING |
3155 | | |
3156 | | * Fixed address in license. |
3157 | | |
3158 | | ------------------------------------------------------------------------ |
3159 | | r1788 | sam | 2007-06-28 16:29:00 +0000 (Thu, 28 Jun 2007) | 5 lines |
3160 | | Changed paths: |
3161 | | M /libcaca/trunk/cucul/cucul.h |
3162 | | M /libcaca/trunk/cucul/legacy.c |
3163 | | M /libcaca/trunk/cucul/transform.c |
3164 | | M /libcaca/trunk/test/text.c |
3165 | | M /libcaca/trunk/test/transform.c |
3166 | | |
3167 | | * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. |
3168 | | * Renamed cucul_rotate into cucul_rotate_180. |
3169 | | * Deprecated cucul_rotate and fix examples accordingly. |
3170 | | Hope it all makes sense. |
3171 | | |
3172 | | ------------------------------------------------------------------------ |
3173 | | r1787 | sam | 2007-06-28 15:57:25 +0000 (Thu, 28 Jun 2007) | 2 lines |
3174 | | Changed paths: |
3175 | | M /libcaca/trunk/test/text.c |
3176 | | |
3177 | | * Added a small test for cucul_left() in test/text.c. It is *fucking* ugly. |
3178 | | |
3179 | | ------------------------------------------------------------------------ |
3180 | | r1786 | sam | 2007-06-28 15:56:59 +0000 (Thu, 28 Jun 2007) | 2 lines |
3181 | | Changed paths: |
3182 | | M /libcaca/trunk/cucul/cucul.h |
3183 | | M /libcaca/trunk/cucul/transform.c |
3184 | | |
3185 | | * Implemented cucul_left() and cucul_right() for 90-degree rotations. |
3186 | | |
3187 | | ------------------------------------------------------------------------ |
3188 | | r1785 | sam | 2007-06-28 12:58:17 +0000 (Thu, 28 Jun 2007) | 3 lines |
3189 | | Changed paths: |
3190 | | M /libcaca/trunk/caca/driver_ncurses.c |
3191 | | |
3192 | | * Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses |
3193 | | driver. |
3194 | | |
3195 | | ------------------------------------------------------------------------ |
3196 | | r1784 | sam | 2007-06-28 12:56:40 +0000 (Thu, 28 Jun 2007) | 3 lines |
3197 | | Changed paths: |
3198 | | M /libcaca/trunk/cucul/import.c |
3199 | | |
3200 | | * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley |
3201 | | Sittler. Untested. |
3202 | | |
3203 | | ------------------------------------------------------------------------ |
3204 | | r1783 | sam | 2007-06-28 12:49:28 +0000 (Thu, 28 Jun 2007) | 3 lines |
3205 | | Changed paths: |
3206 | | M /libcaca/trunk/src/cacademo.c |
3207 | | |
3208 | | * Removed malloc() calls from the rotozoom code, put initialisation in the |
3209 | | PREPARE rule and did minor cleanup (SCNR). |
3210 | | |
3211 | | ------------------------------------------------------------------------ |
3212 | | r1782 | sam | 2007-06-28 12:47:57 +0000 (Thu, 28 Jun 2007) | 3 lines |
3213 | | Changed paths: |
3214 | | M /libcaca/trunk/cucul/transform.c |
3215 | | |
3216 | | * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley |
3217 | | Sittler. |
3218 | | |
3219 | | ------------------------------------------------------------------------ |
3220 | | r1781 | sam | 2007-06-28 12:46:54 +0000 (Thu, 28 Jun 2007) | 2 lines |
3221 | | Changed paths: |
3222 | | M /libcaca/trunk/test/unicode.c |
3223 | | |
3224 | | * Added a few chars to the unicode test. |
3225 | | |
3226 | | ------------------------------------------------------------------------ |
3227 | | r1780 | sam | 2007-06-28 12:46:04 +0000 (Thu, 28 Jun 2007) | 2 lines |
3228 | | Changed paths: |
3229 | | M /libcaca/trunk/caca/driver_x11.c |
3230 | | |
3231 | | * Differentiate between • and ● in the X11 rendering overrides. |
3232 | | |
3233 | | ------------------------------------------------------------------------ |
3234 | | r1779 | sam | 2007-06-28 12:15:06 +0000 (Thu, 28 Jun 2007) | 2 lines |
3235 | | Changed paths: |
3236 | | M /libcaca/trunk/caca/driver_x11.c |
3237 | | |
3238 | | * Patch by Ben Wiley Sittler for two misrendered glyphs. |
3239 | | |
3240 | | ------------------------------------------------------------------------ |
3241 | | r1778 | sam | 2007-06-28 07:43:41 +0000 (Thu, 28 Jun 2007) | 2 lines |
3242 | | Changed paths: |
3243 | | M /libcaca/trunk/caca/driver_x11.c |
3244 | | |
3245 | | * Slightly nicer code in driver_x11.c. |
3246 | | |
3247 | | ------------------------------------------------------------------------ |
3248 | | r1777 | jylam | 2007-06-28 07:42:36 +0000 (Thu, 28 Jun 2007) | 2 lines |
3249 | | Changed paths: |
3250 | | M /libcaca/trunk/src/cacademo.c |
3251 | | |
3252 | | * Minor cosmetic changes |
3253 | | |
3254 | | ------------------------------------------------------------------------ |
3255 | | r1776 | sam | 2007-06-27 18:00:18 +0000 (Wed, 27 Jun 2007) | 2 lines |
3256 | | Changed paths: |
3257 | | M /libcaca/trunk/caca/driver_slang.c |
3258 | | |
3259 | | * Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8. |
3260 | | |
3261 | | ------------------------------------------------------------------------ |
3262 | | r1775 | sam | 2007-06-27 17:40:14 +0000 (Wed, 27 Jun 2007) | 3 lines |
3263 | | Changed paths: |
3264 | | M /libcaca/trunk/caca/driver_x11.c |
3265 | | |
3266 | | * X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a |
3267 | | bit myself, too. |
3268 | | |
3269 | | ------------------------------------------------------------------------ |
3270 | | r1774 | sam | 2007-06-27 14:43:59 +0000 (Wed, 27 Jun 2007) | 3 lines |
3271 | | Changed paths: |
3272 | | M /libcaca/trunk/caca/driver_slang.c |
3273 | | |
3274 | | * Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does |
3275 | | not exist, courtesy of Ben Wiley Sittler. |
3276 | | |
3277 | | ------------------------------------------------------------------------ |
3278 | | r1773 | sam | 2007-06-27 14:39:47 +0000 (Wed, 27 Jun 2007) | 2 lines |
3279 | | Changed paths: |
3280 | | M /libcaca/trunk/cucul/charset.c |
3281 | | M /libcaca/trunk/cucul/cucul.h |
3282 | | |
3283 | | * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. |
3284 | | |
3285 | | ------------------------------------------------------------------------ |
3286 | | r1772 | sam | 2007-06-27 13:35:59 +0000 (Wed, 27 Jun 2007) | 2 lines |
3287 | | Changed paths: |
3288 | | M /libcaca/trunk/AUTHORS |
3289 | | M /libcaca/trunk/caca/driver_gl.c |
3290 | | |
3291 | | * Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler. |
3292 | | |
3293 | | ------------------------------------------------------------------------ |
3294 | | r1771 | sam | 2007-06-27 13:06:18 +0000 (Wed, 27 Jun 2007) | 2 lines |
3295 | | Changed paths: |
3296 | | M /libcaca/trunk/caca/driver_cocoa.m |
3297 | | |
3298 | | * Disabled USE_RGB12_FGBG for now, as it was reported not to work. |
3299 | | |
3300 | | ------------------------------------------------------------------------ |
3301 | | r1770 | sam | 2007-06-27 13:03:31 +0000 (Wed, 27 Jun 2007) | 3 lines |
3302 | | Changed paths: |
3303 | | M /libcaca/trunk/src/cacaserver.c |
3304 | | |
3305 | | * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler |
3306 | | <bsittler@gmail.com> |
3307 | | |
3308 | | ------------------------------------------------------------------------ |
3309 | | r1769 | sam | 2007-06-27 12:52:15 +0000 (Wed, 27 Jun 2007) | 2 lines |
3310 | | Changed paths: |
3311 | | M /libcaca/trunk/cucul/font_mono9.h |
3312 | | M /libcaca/trunk/cucul/font_monobold12.h |
3313 | | |
3314 | | * Updated internal fonts to match tools/makefont.c. |
3315 | | |
3316 | | ------------------------------------------------------------------------ |
3317 | | r1768 | sam | 2007-06-27 12:48:34 +0000 (Wed, 27 Jun 2007) | 5 lines |
3318 | | Changed paths: |
3319 | | M /libcaca/trunk/tools/makefont.c |
3320 | | |
3321 | | * Added glyphs to our default fonts: |
3322 | | + Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben |
3323 | | Wiley Sittler) |
3324 | | + Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette) |
3325 | | |
3326 | | ------------------------------------------------------------------------ |
3327 | | r1767 | sam | 2007-06-27 12:46:25 +0000 (Wed, 27 Jun 2007) | 2 lines |
3328 | | Changed paths: |
3329 | | M /libcaca/trunk/Makefile.am |
3330 | | |
3331 | | * Add a "make fonts" rule to the makefile for easy updates. |
3332 | | |
3333 | | ------------------------------------------------------------------------ |
3334 | | r1766 | jylam | 2007-06-24 07:46:18 +0000 (Sun, 24 Jun 2007) | 2 lines |
3335 | | Changed paths: |
3336 | | M /libcaca/trunk/src/Makefile.am |
3337 | | M /libcaca/trunk/src/cacademo.c |
3338 | | A /libcaca/trunk/src/texture.h |
3339 | | |
3340 | | * Added rotozoom (and its 1MB header file) |
3341 | | |
3342 | | ------------------------------------------------------------------------ |
3343 | | r1757 | jylam | 2007-02-23 14:34:48 +0000 (Fri, 23 Feb 2007) | 2 lines |
3344 | | Changed paths: |
3345 | | M /libcaca/trunk/build-kernel |
3346 | | M /libcaca/trunk/src/cacademo.c |
3347 | | |
3348 | | * Added squared transition to cacademo |
3349 | | |
3350 | | ------------------------------------------------------------------------ |
3351 | | r1754 | jylam | 2007-02-22 15:34:48 +0000 (Thu, 22 Feb 2007) | 2 lines |
3352 | | Changed paths: |
3353 | | M /libcaca/trunk/src/cacaplay.c |
3354 | | |
3355 | | * Added error checks to cacaplay |
3356 | | |
3357 | | ------------------------------------------------------------------------ |
3358 | | r1753 | jylam | 2007-02-22 15:31:39 +0000 (Thu, 22 Feb 2007) | 2 lines |
3359 | | Changed paths: |
3360 | | M /libcaca/trunk/test/blit.c |
3361 | | M /libcaca/trunk/test/colors.c |
3362 | | M /libcaca/trunk/test/cucul.c |
3363 | | M /libcaca/trunk/test/demo.c |
3364 | | M /libcaca/trunk/test/dithering.c |
3365 | | M /libcaca/trunk/test/event.c |
3366 | | M /libcaca/trunk/test/font.c |
3367 | | M /libcaca/trunk/test/frames.c |
3368 | | M /libcaca/trunk/test/fullwidth.c |
3369 | | M /libcaca/trunk/test/gamma.c |
3370 | | M /libcaca/trunk/test/hsv.c |
3371 | | M /libcaca/trunk/test/import.c |
3372 | | M /libcaca/trunk/test/input.c |
3373 | | M /libcaca/trunk/test/swallow.c |
3374 | | M /libcaca/trunk/test/text.c |
3375 | | M /libcaca/trunk/test/transform.c |
3376 | | M /libcaca/trunk/test/unicode.c |
3377 | | |
3378 | | * Added error checks on canvas / display creations |
3379 | | |
3380 | | ------------------------------------------------------------------------ |
3381 | | r1752 | jylam | 2007-02-22 14:47:32 +0000 (Thu, 22 Feb 2007) | 2 lines |
3382 | | Changed paths: |
3383 | | M /libcaca/trunk/test/truecolor.c |
3384 | | |
3385 | | * Added error detection to truecolor test |
3386 | | |
3387 | | ------------------------------------------------------------------------ |
3388 | | r1750 | sam | 2007-02-20 18:15:52 +0000 (Tue, 20 Feb 2007) | 2 lines |
3389 | | Changed paths: |
3390 | | M /libcaca/trunk/cucul/transform.c |
3391 | | |
3392 | | * The transformation rules didn’t have ⅃ ⅄ ⅂. |
3393 | | |
3394 | | ------------------------------------------------------------------------ |
3395 | | r1556 | jylam | 2007-01-04 11:07:43 +0000 (Thu, 04 Jan 2007) | 2 lines |
3396 | | Changed paths: |
3397 | | M /libcaca/trunk/caca/event.c |
3398 | | |
3399 | | * Changed threshold in key events, a bit more natural |
3400 | | |
3401 | | ------------------------------------------------------------------------ |
3402 | | r1462 | sam | 2006-12-12 01:53:54 +0000 (Tue, 12 Dec 2006) | 1 line |
3403 | | Changed paths: |
3404 | | M /libcaca/trunk/DotNet/AssemblyInfo.cs |
3405 | | M /libcaca/trunk/DotNet/Caca.cs |
3406 | | M /libcaca/trunk/DotNet/Cucul.cs |
3407 | | M /libcaca/trunk/DotNet/test.cs |
3408 | | M /libcaca/trunk/caca/caca.c |
3409 | | M /libcaca/trunk/caca/caca.h |
3410 | | M /libcaca/trunk/caca/caca0.c |
3411 | | M /libcaca/trunk/caca/caca0.h |
3412 | | M /libcaca/trunk/caca/caca_internals.h |
3413 | | M /libcaca/trunk/caca/driver_cocoa.m |
3414 | | M /libcaca/trunk/caca/driver_conio.c |
3415 | | M /libcaca/trunk/caca/driver_gl.c |
3416 | | M /libcaca/trunk/caca/driver_ncurses.c |
3417 | | M /libcaca/trunk/caca/driver_raw.c |
3418 | | M /libcaca/trunk/caca/driver_slang.c |
3419 | | M /libcaca/trunk/caca/driver_vga.c |
3420 | | M /libcaca/trunk/caca/driver_win32.c |
3421 | | M /libcaca/trunk/caca/driver_x11.c |
3422 | | M /libcaca/trunk/caca/event.c |
3423 | | M /libcaca/trunk/caca/graphics.c |
3424 | | M /libcaca/trunk/caca/time.c |
3425 | | M /libcaca/trunk/cucul/attr.c |
3426 | | M /libcaca/trunk/cucul/box.c |
3427 | | M /libcaca/trunk/cucul/canvas.c |
3428 | | M /libcaca/trunk/cucul/charset.c |
3429 | | M /libcaca/trunk/cucul/conic.c |
3430 | | M /libcaca/trunk/cucul/cucul.c |
3431 | | M /libcaca/trunk/cucul/cucul.h |
3432 | | M /libcaca/trunk/cucul/cucul_internals.h |
3433 | | M /libcaca/trunk/cucul/dither.c |
3434 | | M /libcaca/trunk/cucul/export.c |
3435 | | M /libcaca/trunk/cucul/font.c |
3436 | | M /libcaca/trunk/cucul/frame.c |
3437 | | M /libcaca/trunk/cucul/import.c |
3438 | | M /libcaca/trunk/cucul/legacy.c |
3439 | | M /libcaca/trunk/cucul/line.c |
3440 | | M /libcaca/trunk/cucul/transform.c |
3441 | | M /libcaca/trunk/cucul/triangle.c |
3442 | | M /libcaca/trunk/cxx/caca++.cpp |
3443 | | M /libcaca/trunk/cxx/caca++.h |
3444 | | M /libcaca/trunk/cxx/cucul++.cpp |
3445 | | M /libcaca/trunk/cxx/cucul++.h |
3446 | | M /libcaca/trunk/cxx/cxxtest.cpp |
3447 | | M /libcaca/trunk/kernel/kernel.c |
3448 | | M /libcaca/trunk/kernel/kernel.h |
3449 | | M /libcaca/trunk/python/pypycaca.c |
3450 | | M /libcaca/trunk/python/pypycaca.h |
3451 | | M /libcaca/trunk/src/aafire.c |
3452 | | M /libcaca/trunk/src/cacademo.c |
3453 | | M /libcaca/trunk/src/cacadraw.c |
3454 | | M /libcaca/trunk/src/cacaplay.c |
3455 | | M /libcaca/trunk/src/cacaserver.c |
3456 | | M /libcaca/trunk/src/cacaview.c |
3457 | | M /libcaca/trunk/src/common-image.c |
3458 | | M /libcaca/trunk/src/common-image.h |
3459 | | M /libcaca/trunk/src/img2irc.c |
3460 | | M /libcaca/trunk/test/blit.c |
3461 | | M /libcaca/trunk/test/colors.c |
3462 | | M /libcaca/trunk/test/cucul.c |
3463 | | M /libcaca/trunk/test/demo.c |
3464 | | M /libcaca/trunk/test/dithering.c |
3465 | | M /libcaca/trunk/test/event.c |
3466 | | M /libcaca/trunk/test/export.c |
3467 | | M /libcaca/trunk/test/font.c |
3468 | | M /libcaca/trunk/test/font2tga.c |
3469 | | M /libcaca/trunk/test/frames.c |
3470 | | M /libcaca/trunk/test/fullwidth.c |
3471 | | M /libcaca/trunk/test/gamma.c |
3472 | | M /libcaca/trunk/test/hsv.c |
3473 | | M /libcaca/trunk/test/import.c |
3474 | | M /libcaca/trunk/test/input.c |
3475 | | M /libcaca/trunk/test/spritedit.c |
3476 | | M /libcaca/trunk/test/swallow.c |
3477 | | M /libcaca/trunk/test/text.c |
3478 | | M /libcaca/trunk/test/transform.c |
3479 | | M /libcaca/trunk/test/truecolor.c |
3480 | | M /libcaca/trunk/test/unicode.c |
3481 | | M /libcaca/trunk/tools/makefont.c |
3482 | | M /libcaca/trunk/tools/optipal.c |
3483 | | |
3484 | | * Bwarf, typo in the no warranty clause. |
3485 | | ------------------------------------------------------------------------ |
3486 | | r1452 | sam | 2006-12-11 15:48:46 +0000 (Mon, 11 Dec 2006) | 2 lines |
3487 | | Changed paths: |
3488 | | M /libcaca/trunk/DotNet/AssemblyInfo.cs |
3489 | | M /libcaca/trunk/DotNet/Caca.cs |
3490 | | M /libcaca/trunk/DotNet/Cucul.cs |
3491 | | M /libcaca/trunk/DotNet/test.cs |
3492 | | M /libcaca/trunk/caca/caca.c |
3493 | | M /libcaca/trunk/caca/caca.h |
3494 | | M /libcaca/trunk/caca/caca0.c |
3495 | | M /libcaca/trunk/caca/caca0.h |
3496 | | M /libcaca/trunk/caca/caca_internals.h |
3497 | | M /libcaca/trunk/caca/driver_cocoa.m |
3498 | | M /libcaca/trunk/caca/driver_conio.c |
3499 | | M /libcaca/trunk/caca/driver_gl.c |
3500 | | M /libcaca/trunk/caca/driver_ncurses.c |
3501 | | M /libcaca/trunk/caca/driver_raw.c |
3502 | | M /libcaca/trunk/caca/driver_slang.c |
3503 | | M /libcaca/trunk/caca/driver_vga.c |
3504 | | M /libcaca/trunk/caca/driver_win32.c |
3505 | | M /libcaca/trunk/caca/driver_x11.c |
3506 | | M /libcaca/trunk/caca/event.c |
3507 | | M /libcaca/trunk/caca/graphics.c |
3508 | | M /libcaca/trunk/caca/time.c |
3509 | | M /libcaca/trunk/cucul/attr.c |
3510 | | M /libcaca/trunk/cucul/box.c |
3511 | | M /libcaca/trunk/cucul/canvas.c |
3512 | | M /libcaca/trunk/cucul/charset.c |
3513 | | M /libcaca/trunk/cucul/conic.c |
3514 | | M /libcaca/trunk/cucul/cucul.c |
3515 | | M /libcaca/trunk/cucul/cucul.h |
3516 | | M /libcaca/trunk/cucul/cucul_internals.h |
3517 | | M /libcaca/trunk/cucul/dither.c |
3518 | | M /libcaca/trunk/cucul/export.c |
3519 | | M /libcaca/trunk/cucul/font.c |
3520 | | M /libcaca/trunk/cucul/frame.c |
3521 | | M /libcaca/trunk/cucul/import.c |
3522 | | M /libcaca/trunk/cucul/legacy.c |
3523 | | M /libcaca/trunk/cucul/line.c |
3524 | | M /libcaca/trunk/cucul/transform.c |
3525 | | M /libcaca/trunk/cucul/triangle.c |
3526 | | M /libcaca/trunk/cxx/caca++.cpp |
3527 | | M /libcaca/trunk/cxx/caca++.h |
3528 | | M /libcaca/trunk/cxx/cucul++.cpp |
3529 | | M /libcaca/trunk/cxx/cucul++.h |
3530 | | M /libcaca/trunk/cxx/cxxtest.cpp |
3531 | | M /libcaca/trunk/kernel/kernel.c |
3532 | | M /libcaca/trunk/kernel/kernel.h |
3533 | | M /libcaca/trunk/python/pypycaca.c |
3534 | | M /libcaca/trunk/python/pypycaca.h |
3535 | | M /libcaca/trunk/src/aafire.c |
3536 | | M /libcaca/trunk/src/cacademo.c |
3537 | | M /libcaca/trunk/src/cacadraw.c |
3538 | | M /libcaca/trunk/src/cacaplay.c |
3539 | | M /libcaca/trunk/src/cacaserver.c |
3540 | | M /libcaca/trunk/src/cacaview.c |
3541 | | M /libcaca/trunk/src/common-image.c |
3542 | | M /libcaca/trunk/src/common-image.h |
3543 | | M /libcaca/trunk/src/img2irc.c |
3544 | | M /libcaca/trunk/test/blit.c |
3545 | | M /libcaca/trunk/test/colors.c |
3546 | | M /libcaca/trunk/test/cucul.c |
3547 | | M /libcaca/trunk/test/demo.c |
3548 | | M /libcaca/trunk/test/dithering.c |
3549 | | M /libcaca/trunk/test/event.c |
3550 | | M /libcaca/trunk/test/export.c |
3551 | | M /libcaca/trunk/test/font.c |
3552 | | M /libcaca/trunk/test/font2tga.c |
3553 | | M /libcaca/trunk/test/frames.c |
3554 | | M /libcaca/trunk/test/fullwidth.c |
3555 | | M /libcaca/trunk/test/gamma.c |
3556 | | M /libcaca/trunk/test/hsv.c |
3557 | | M /libcaca/trunk/test/import.c |
3558 | | M /libcaca/trunk/test/input.c |
3559 | | M /libcaca/trunk/test/spritedit.c |
3560 | | M /libcaca/trunk/test/swallow.c |
3561 | | M /libcaca/trunk/test/text.c |
3562 | | M /libcaca/trunk/test/transform.c |
3563 | | M /libcaca/trunk/test/truecolor.c |
3564 | | M /libcaca/trunk/test/unicode.c |
3565 | | M /libcaca/trunk/tools/makefont.c |
3566 | | M /libcaca/trunk/tools/optipal.c |
3567 | | |
3568 | | * Add a no warranty clause to the code. |
3569 | | |
3570 | | ------------------------------------------------------------------------ |
3571 | | r1450 | sam | 2006-12-05 17:50:40 +0000 (Tue, 05 Dec 2006) | 2 lines |
3572 | | Changed paths: |
3573 | | M /libcaca/trunk/caca/driver_ncurses.c |
3574 | | |
3575 | | * Fix OpenBSD build. |
3576 | | |
3577 | | ------------------------------------------------------------------------ |
3578 | | r1449 | sam | 2006-11-30 22:41:52 +0000 (Thu, 30 Nov 2006) | 2 lines |
3579 | | Changed paths: |
3580 | | M /libcaca/trunk/caca/driver_cocoa.m |
3581 | | M /libcaca/trunk/configure.ac |
3582 | | |
3583 | | * Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>. |
3584 | | |
3585 | | ------------------------------------------------------------------------ |
3586 | | r1440 | sam | 2006-11-27 14:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines |
3587 | | Changed paths: |
3588 | | M /libcaca/trunk/cucul/cucul.c |
3589 | | M /libcaca/trunk/cucul/cucul_internals.h |
3590 | | M /libcaca/trunk/cucul/frame.c |
3591 | | M /libcaca/trunk/cucul/import.c |
3592 | | |
3593 | | * Got rid of that ugly cv->import member. |
3594 | | |
3595 | | ------------------------------------------------------------------------ |
3596 | | r1439 | sam | 2006-11-27 14:55:00 +0000 (Mon, 27 Nov 2006) | 3 lines |
3597 | | Changed paths: |
3598 | | M /libcaca/trunk/configure.ac |
3599 | | M /libcaca/trunk/test/Makefile.am |
3600 | | D /libcaca/trunk/test/term.c |
3601 | | |
3602 | | * Get rid of test/term.c, it's now in its own repository. |
3603 | | * Added back -Wshadow, it's more useful than annoying. |
3604 | | |
3605 | | ------------------------------------------------------------------------ |
3606 | | r1438 | sam | 2006-11-27 14:53:17 +0000 (Mon, 27 Nov 2006) | 2 lines |
3607 | | Changed paths: |
3608 | | M /libcaca/trunk/cucul/canvas.c |
3609 | | M /libcaca/trunk/cucul/export.c |
3610 | | M /libcaca/trunk/tools/makefont.c |
3611 | | |
3612 | | * Fix shadowing declarations. |
3613 | | |
3614 | | ------------------------------------------------------------------------ |
3615 | | r1435 | sam | 2006-11-27 05:59:29 +0000 (Mon, 27 Nov 2006) | 2 lines |
3616 | | Changed paths: |
3617 | | M /libcaca/trunk/test/Makefile.am |
3618 | | |
3619 | | * Do not build test/term if fcntl() is not available. Yes, could be improved. |
3620 | | |
3621 | | ------------------------------------------------------------------------ |
3622 | | r1434 | sam | 2006-11-27 05:40:51 +0000 (Mon, 27 Nov 2006) | 2 lines |
3623 | | Changed paths: |
3624 | | M /libcaca/trunk/caca/driver_ncurses.c |
3625 | | M /libcaca/trunk/caca/driver_slang.c |
3626 | | |
3627 | | * Fixed syntax errors. |
3628 | | |
3629 | | ------------------------------------------------------------------------ |
3630 | | r1433 | sam | 2006-11-27 01:58:59 +0000 (Mon, 27 Nov 2006) | 2 lines |
3631 | | Changed paths: |
3632 | | M /libcaca/trunk/TODO |
3633 | | |
3634 | | * Added stuff to the TODO list. |
3635 | | |
3636 | | ------------------------------------------------------------------------ |
3637 | | r1432 | sam | 2006-11-27 01:58:00 +0000 (Mon, 27 Nov 2006) | 2 lines |
3638 | | Changed paths: |
3639 | | M /libcaca/trunk/test/term.c |
3640 | | |
3641 | | * A few improvements to the screen/splitvt clone project. |
3642 | | |
3643 | | ------------------------------------------------------------------------ |
3644 | | r1431 | sam | 2006-11-27 01:56:37 +0000 (Mon, 27 Nov 2006) | 2 lines |
3645 | | Changed paths: |
3646 | | M /libcaca/trunk/cucul/cucul.c |
3647 | | M /libcaca/trunk/cucul/cucul_internals.h |
3648 | | M /libcaca/trunk/cucul/frame.c |
3649 | | M /libcaca/trunk/cucul/import.c |
3650 | | |
3651 | | * Improved vt220 import by adding a persistent context to canvases. |
3652 | | |
3653 | | ------------------------------------------------------------------------ |
3654 | | r1430 | sam | 2006-11-24 05:51:10 +0000 (Fri, 24 Nov 2006) | 2 lines |
3655 | | Changed paths: |
3656 | | M /libcaca/trunk/caca/caca.h |
3657 | | M /libcaca/trunk/caca/caca_internals.h |
3658 | | M /libcaca/trunk/caca/driver_conio.c |
3659 | | M /libcaca/trunk/caca/driver_gl.c |
3660 | | M /libcaca/trunk/caca/driver_ncurses.c |
3661 | | M /libcaca/trunk/caca/driver_raw.c |
3662 | | M /libcaca/trunk/caca/driver_slang.c |
3663 | | M /libcaca/trunk/caca/driver_vga.c |
3664 | | M /libcaca/trunk/caca/driver_win32.c |
3665 | | M /libcaca/trunk/caca/driver_x11.c |
3666 | | M /libcaca/trunk/caca/graphics.c |
3667 | | |
3668 | | * Added caca_set_cursor(). Not yet functional. |
3669 | | |
3670 | | ------------------------------------------------------------------------ |
3671 | | r1429 | sam | 2006-11-24 05:49:49 +0000 (Fri, 24 Nov 2006) | 3 lines |
3672 | | Changed paths: |
3673 | | M /libcaca/trunk/caca/driver_ncurses.c |
3674 | | M /libcaca/trunk/caca/driver_slang.c |
3675 | | |
3676 | | * Add support for doublewidth characters even if ncurses or SLang don't know |
3677 | | about them. |
3678 | | |
3679 | | ------------------------------------------------------------------------ |
3680 | | r1428 | jylam | 2006-11-23 20:22:03 +0000 (Thu, 23 Nov 2006) | 2 lines |
3681 | | Changed paths: |
3682 | | M /libcaca/trunk/DotNet/Cucul.cs |
3683 | | M /libcaca/trunk/DotNet/test.cs |
3684 | | |
3685 | | * .Net : Fixed drawLine() and updated example (rasters rule) |
3686 | | |
3687 | | ------------------------------------------------------------------------ |
3688 | | r1427 | sam | 2006-11-21 07:09:35 +0000 (Tue, 21 Nov 2006) | 2 lines |
3689 | | Changed paths: |
3690 | | M /libcaca/trunk/configure.ac |
3691 | | M /libcaca/trunk/test |
3692 | | M /libcaca/trunk/test/Makefile.am |
3693 | | A /libcaca/trunk/test/term.c |
3694 | | |
3695 | | * Added a test app that swallows two console applications. Switch with C-a. |
3696 | | |
3697 | | ------------------------------------------------------------------------ |
3698 | | r1426 | sam | 2006-11-21 06:35:04 +0000 (Tue, 21 Nov 2006) | 3 lines |
3699 | | Changed paths: |
3700 | | M /libcaca/trunk/cucul/import.c |
3701 | | |
3702 | | * Improved ANSI importer so that it supports a lot more of what is needed |
3703 | | for basic vt220 emulation. |
3704 | | |
3705 | | ------------------------------------------------------------------------ |
3706 | | r1425 | sam | 2006-11-20 05:49:45 +0000 (Mon, 20 Nov 2006) | 2 lines |
3707 | | Changed paths: |
3708 | | M /libcaca/trunk/TODO |
3709 | | |
3710 | | * Added a few ideas to the TODO list. |
3711 | | |
3712 | | ------------------------------------------------------------------------ |
3713 | | r1424 | jylam | 2006-11-18 12:27:16 +0000 (Sat, 18 Nov 2006) | 2 lines |
3714 | | Changed paths: |
3715 | | M /libcaca/trunk/DotNet/Cucul.cs |
3716 | | M /libcaca/trunk/DotNet/test.cs |
3717 | | |
3718 | | * Added preliminary dither support to .NET bindings |
3719 | | |
3720 | | ------------------------------------------------------------------------ |
3721 | | r1423 | jylam | 2006-11-18 11:34:40 +0000 (Sat, 18 Nov 2006) | 2 lines |
3722 | | Changed paths: |
3723 | | M /libcaca/trunk/DotNet/Cucul.cs |
3724 | | |
3725 | | * Added frames to .NET bindings |
3726 | | |
3727 | | ------------------------------------------------------------------------ |
3728 | | r1422 | jylam | 2006-11-18 11:25:50 +0000 (Sat, 18 Nov 2006) | 2 lines |
3729 | | Changed paths: |
3730 | | M /libcaca/trunk/DotNet/Cucul.cs |
3731 | | M /libcaca/trunk/DotNet/test.cs |
3732 | | |
3733 | | * Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. |
3734 | | |
3735 | | ------------------------------------------------------------------------ |
3736 | | r1421 | sam | 2006-11-17 11:28:32 +0000 (Fri, 17 Nov 2006) | 2 lines |
3737 | | Changed paths: |
3738 | | M /libcaca/trunk/caca/driver_cocoa.m |
3739 | | M /libcaca/trunk/configure.ac |
3740 | | |
3741 | | * Merged old code by Ol that can be used as a start for the Cocoa driver. |
3742 | | |
3743 | | ------------------------------------------------------------------------ |
3744 | | r1419 | sam | 2006-11-16 16:29:57 +0000 (Thu, 16 Nov 2006) | 3 lines |
3745 | | Changed paths: |
3746 | | M /libcaca/trunk/ChangeLog |
3747 | | M /libcaca/trunk/NEWS |
3748 | | M /libcaca/trunk/configure.ac |
3749 | | |
3750 | | * Set version to 0.99.beta11. |
3751 | | * Updated NEWS and ChangeLog. |
3752 | | |
3753 | | ------------------------------------------------------------------------ |
3754 | | r1417 | sam | 2006-11-16 15:01:31 +0000 (Thu, 16 Nov 2006) | 3 lines |
3755 | | Changed paths: |
3756 | | M /libcaca/trunk/cucul/export.c |
3757 | | M /libcaca/trunk/test/export.c |
3758 | | |
3759 | | * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. |
3760 | | * Updated export test accordingly. |
3761 | | |
3762 | | ------------------------------------------------------------------------ |
3763 | | r1416 | sam | 2006-11-16 11:26:22 +0000 (Thu, 16 Nov 2006) | 3 lines |
3764 | | Changed paths: |
3765 | | M /libcaca/trunk/common.h |
3766 | | |
3767 | | * Fix a compilation warning by pretending to use seterrno()'s argument |
3768 | | even when it isn't. |
3769 | | |
3770 | | ------------------------------------------------------------------------ |
3771 | | r1415 | sam | 2006-11-16 11:23:56 +0000 (Thu, 16 Nov 2006) | 3 lines |
3772 | | Changed paths: |
3773 | | M /libcaca/trunk/kernel/kernel.c |
3774 | | M /libcaca/trunk/kernel/kernel.h |
3775 | | |
3776 | | * Implemented strcmp() and strdup() and added an fflush() stub to the |
3777 | | kernel code. |
3778 | | |
3779 | | ------------------------------------------------------------------------ |
3780 | | r1414 | sam | 2006-11-16 02:08:05 +0000 (Thu, 16 Nov 2006) | 3 lines |
3781 | | Changed paths: |
3782 | | M /libcaca/trunk/cucul/transform.c |
3783 | | |
3784 | | * Added some box drawing glyphs that are used by TOIlet's future.tlf font |
3785 | | to the flip/flop/rotation filters. |
3786 | | |
3787 | | ------------------------------------------------------------------------ |
3788 | | r1399 | sam | 2006-11-14 20:14:38 +0000 (Tue, 14 Nov 2006) | 2 lines |
3789 | | Changed paths: |
3790 | | M /libcaca/trunk/caca/Makefile.am |
3791 | | M /libcaca/trunk/src/Makefile.am |
3792 | | M /libcaca/trunk/tools/Makefile.am |
3793 | | |
3794 | | * Don't rely on pkg-config macros for variable substitution. Just in case. |
3795 | | |
3796 | | ------------------------------------------------------------------------ |
3797 | | r1398 | sam | 2006-11-14 18:22:31 +0000 (Tue, 14 Nov 2006) | 2 lines |
3798 | | Changed paths: |
3799 | | M /libcaca/trunk/configure.ac |
3800 | | |
3801 | | * No longer bail out with an error if Imlib2 or Doxygen were not found. |
3802 | | |
3803 | | ------------------------------------------------------------------------ |
3804 | | r1397 | sam | 2006-11-14 18:05:02 +0000 (Tue, 14 Nov 2006) | 2 lines |
3805 | | Changed paths: |
3806 | | M /libcaca/trunk/cucul/frame.c |
3807 | | |
3808 | | * Minor documentation fix. |
3809 | | |
3810 | | ------------------------------------------------------------------------ |
3811 | | r1396 | sam | 2006-11-14 18:02:29 +0000 (Tue, 14 Nov 2006) | 2 lines |
3812 | | Changed paths: |
3813 | | M /libcaca/trunk/caca/Makefile.am |
3814 | | M /libcaca/trunk/caca/caca.c |
3815 | | M /libcaca/trunk/caca/caca_internals.h |
3816 | | A /libcaca/trunk/caca/driver_cocoa.m |
3817 | | M /libcaca/trunk/configure.ac |
3818 | | |
3819 | | * Added all the glue needed for a Cocoa output driver. |
3820 | | |
3821 | | ------------------------------------------------------------------------ |
3822 | | r1395 | sam | 2006-11-14 16:27:15 +0000 (Tue, 14 Nov 2006) | 2 lines |
3823 | | Changed paths: |
3824 | | M /libcaca/trunk/test/spritedit.c |
3825 | | |
3826 | | * Minor compilation warning fix. OS X x86 defines "DELAY". |
3827 | | |
3828 | | ------------------------------------------------------------------------ |
3829 | | r1394 | sam | 2006-11-14 07:59:52 +0000 (Tue, 14 Nov 2006) | 3 lines |
3830 | | Changed paths: |
3831 | | M /libcaca/trunk/cucul/transform.c |
3832 | | M /libcaca/trunk/test/text.c |
3833 | | |
3834 | | * Documented flip/flop/rotate as being involutive. |
3835 | | * Updated text test. |
3836 | | |
3837 | | ------------------------------------------------------------------------ |
3838 | | r1393 | sam | 2006-11-14 07:46:51 +0000 (Tue, 14 Nov 2006) | 3 lines |
3839 | | Changed paths: |
3840 | | M /libcaca/trunk/test |
3841 | | M /libcaca/trunk/test/Makefile.am |
3842 | | D /libcaca/trunk/test/all.c |
3843 | | A /libcaca/trunk/test/cucul.c (from /libcaca/trunk/test/all.c:1390) |
3844 | | |
3845 | | * Renamed the "all" test to "cucul" because it otherwise conflicted with |
3846 | | the automake "all" rule. |
3847 | | |
3848 | | ------------------------------------------------------------------------ |
3849 | | r1392 | sam | 2006-11-13 23:42:43 +0000 (Mon, 13 Nov 2006) | 3 lines |
3850 | | Changed paths: |
3851 | | M /libcaca/trunk/caca/caca_internals.h |
3852 | | M /libcaca/trunk/caca/driver_ncurses.c |
3853 | | M /libcaca/trunk/caca/driver_slang.c |
3854 | | M /libcaca/trunk/caca/graphics.c |
3855 | | |
3856 | | * Factored terminal title setting code. |
3857 | | * Do not try to set the terminal title if TERM=linux. |
3858 | | |
3859 | | ------------------------------------------------------------------------ |
3860 | | r1391 | sam | 2006-11-13 23:33:49 +0000 (Mon, 13 Nov 2006) | 2 lines |
3861 | | Changed paths: |
3862 | | M /libcaca/trunk/caca/driver_ncurses.c |
3863 | | M /libcaca/trunk/caca/driver_slang.c |
3864 | | M /libcaca/trunk/caca/graphics.c |
3865 | | M /libcaca/trunk/doc/migrating.dox |
3866 | | |
3867 | | * Implemented caca_set_display_title() for ncurses and S-Lang. |
3868 | | |
3869 | | ------------------------------------------------------------------------ |
3870 | | r1390 | sam | 2006-11-13 23:16:35 +0000 (Mon, 13 Nov 2006) | 4 lines |
3871 | | Changed paths: |
3872 | | M /libcaca/trunk/cucul/canvas.c |
3873 | | M /libcaca/trunk/cucul/cucul.c |
3874 | | M /libcaca/trunk/cucul/cucul.h |
3875 | | M /libcaca/trunk/cucul/cucul_internals.h |
3876 | | M /libcaca/trunk/cucul/frame.c |
3877 | | M /libcaca/trunk/cucul/legacy.c |
3878 | | M /libcaca/trunk/cxx/cucul++.cpp |
3879 | | M /libcaca/trunk/test/all.c |
3880 | | M /libcaca/trunk/test/frames.c |
3881 | | |
3882 | | * Implemented cucul_get_frame_name() and cucul_set_frame_name(). |
3883 | | * Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well |
3884 | | know that a frame belongs to a canvas. |
3885 | | |
3886 | | ------------------------------------------------------------------------ |
3887 | | r1389 | sam | 2006-11-13 23:00:02 +0000 (Mon, 13 Nov 2006) | 2 lines |
3888 | | Changed paths: |
3889 | | M /libcaca/trunk/test |
3890 | | M /libcaca/trunk/test/Makefile.am |
3891 | | A /libcaca/trunk/test/all.c |
3892 | | M /libcaca/trunk/test/blit.c |
3893 | | |
3894 | | * Started writing a full API test. Not sure where it'll lead. |
3895 | | |
3896 | | ------------------------------------------------------------------------ |
3897 | | r1388 | sam | 2006-11-13 21:42:15 +0000 (Mon, 13 Nov 2006) | 2 lines |
3898 | | Changed paths: |
3899 | | M /libcaca/trunk/cxx/cucul++.cpp |
3900 | | M /libcaca/trunk/cxx/cucul++.h |
3901 | | M /libcaca/trunk/cxx/cxxtest.cpp |
3902 | | |
3903 | | * Updated C++ bindings so that they build, at least. |
3904 | | |
3905 | | ------------------------------------------------------------------------ |
3906 | | r1387 | sam | 2006-11-13 13:34:06 +0000 (Mon, 13 Nov 2006) | 3 lines |
3907 | | Changed paths: |
3908 | | M /libcaca/trunk/src/cacademo.c |
3909 | | M /libcaca/trunk/test/swallow.c |
3910 | | |
3911 | | * Add more randomness to the cacademo effects. |
3912 | | * Adapt the swallow test to the display's size. |
3913 | | |
3914 | | ------------------------------------------------------------------------ |
3915 | | r1386 | sam | 2006-11-13 08:55:36 +0000 (Mon, 13 Nov 2006) | 2 lines |
3916 | | Changed paths: |
3917 | | M /libcaca/trunk/caca/caca.h |
3918 | | M /libcaca/trunk/src/aafire.c |
3919 | | M /libcaca/trunk/src/cacademo.c |
3920 | | |
3921 | | * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. |
3922 | | |
3923 | | ------------------------------------------------------------------------ |
3924 | | r1384 | sam | 2006-11-13 00:19:18 +0000 (Mon, 13 Nov 2006) | 2 lines |
3925 | | Changed paths: |
3926 | | M /libcaca/trunk/cucul/import.c |
3927 | | |
3928 | | * Improved ANSI import, especially wrt. drawing context persistence. |
3929 | | |
3930 | | ------------------------------------------------------------------------ |
3931 | | r1383 | sam | 2006-11-12 23:09:17 +0000 (Sun, 12 Nov 2006) | 2 lines |
3932 | | Changed paths: |
3933 | | M /libcaca/trunk/cucul/attr.c |
3934 | | |
3935 | | * Fix a bug in cucul_put_attr. This function was simply not working. |
3936 | | |
3937 | | ------------------------------------------------------------------------ |
3938 | | r1381 | sam | 2006-11-12 22:26:36 +0000 (Sun, 12 Nov 2006) | 3 lines |
3939 | | Changed paths: |
3940 | | M /libcaca/trunk/cucul/cucul.c |
3941 | | M /libcaca/trunk/cucul/cucul_internals.h |
3942 | | M /libcaca/trunk/cucul/frame.c |
3943 | | |
3944 | | * Fix a bug in cucul_set_canvas_size() that caused the default attribute |
3945 | | to be ignored. |
3946 | | |
3947 | | ------------------------------------------------------------------------ |
3948 | | r1378 | sam | 2006-11-12 21:29:31 +0000 (Sun, 12 Nov 2006) | 4 lines |
3949 | | Changed paths: |
3950 | | M /libcaca/trunk/cucul/import.c |
3951 | | |
3952 | | * When importing an utf-8 file, set background and foreground colours to |
3953 | | the nearest ANSI values for the current attribute. When importing an ANSI |
3954 | | file, force them to lightgray on black. |
3955 | | |
3956 | | ------------------------------------------------------------------------ |
3957 | | r1377 | sam | 2006-11-12 20:39:27 +0000 (Sun, 12 Nov 2006) | 2 lines |
3958 | | Changed paths: |
3959 | | M /libcaca/trunk/NEWS |
3960 | | |
3961 | | * Oops, fixed NEW entry. |
3962 | | |
3963 | | ------------------------------------------------------------------------ |
3964 | | r1371 | sam | 2006-11-12 19:29:43 +0000 (Sun, 12 Nov 2006) | 2 lines |
3965 | | Changed paths: |
3966 | | M /libcaca/trunk/Makefile.am |
3967 | | |
3968 | | * Added a "make upload" rule for releases. |
3969 | | |
3970 | | ------------------------------------------------------------------------ |
3971 | | r1370 | sam | 2006-11-12 18:26:40 +0000 (Sun, 12 Nov 2006) | 3 lines |
3972 | | Changed paths: |
3973 | | M /libcaca/trunk/ChangeLog |
3974 | | M /libcaca/trunk/NEWS |
3975 | | M /libcaca/trunk/configure.ac |
3976 | | |
3977 | | * Set version to 0.99.beta10. |
3978 | | * Updated NEWS and ChangeLog. |
3979 | | |
3980 | | ------------------------------------------------------------------------ |
3981 | | r1369 | sam | 2006-11-12 18:23:29 +0000 (Sun, 12 Nov 2006) | 2 lines |
3982 | | Changed paths: |
3983 | | M /libcaca/trunk/doc/migrating.dox |
3984 | | |
3985 | | * Documentation updates. |
3986 | | |
3987 | | ------------------------------------------------------------------------ |
3988 | | r1366 | sam | 2006-11-12 17:45:14 +0000 (Sun, 12 Nov 2006) | 3 lines |
3989 | | Changed paths: |
3990 | | M /libcaca/trunk/cucul/cucul.h |
3991 | | M /libcaca/trunk/cucul/legacy.c |
3992 | | |
3993 | | * Re-added cucul_getchar() to the legacy functions. Debian's current version |
3994 | | of toilet needs it. |
3995 | | |
3996 | | ------------------------------------------------------------------------ |
3997 | | r1365 | sam | 2006-11-12 17:30:08 +0000 (Sun, 12 Nov 2006) | 2 lines |
3998 | | Changed paths: |
3999 | | M /libcaca/trunk/cucul/font.c |
4000 | | M /libcaca/trunk/cucul/font_mono9.h |
4001 | | M /libcaca/trunk/cucul/font_monobold12.h |
4002 | | M /libcaca/trunk/doc/font.dox |
4003 | | M /libcaca/trunk/tools/makefont.c |
4004 | | |
4005 | | * Add maxwidth and maxheight members to the font format. |
4006 | | |
4007 | | ------------------------------------------------------------------------ |
4008 | | r1364 | sam | 2006-11-12 15:54:50 +0000 (Sun, 12 Nov 2006) | 3 lines |
4009 | | Changed paths: |
4010 | | M /libcaca/trunk/src/cacademo.c |
4011 | | M /libcaca/trunk/test/swallow.c |
4012 | | |
4013 | | * Random transition times in cacademo. |
4014 | | * Swallow 4 applications instead of 2 in the swallow test. |
4015 | | |
4016 | | ------------------------------------------------------------------------ |
4017 | | r1363 | sam | 2006-11-12 15:35:04 +0000 (Sun, 12 Nov 2006) | 2 lines |
4018 | | Changed paths: |
4019 | | M /libcaca/trunk/src/aafire.c |
4020 | | M /libcaca/trunk/src/cacademo.c |
4021 | | |
4022 | | * Ctrl-C and Ctrl-Z quit cacafire and cacademo. |
4023 | | |
4024 | | ------------------------------------------------------------------------ |
4025 | | r1362 | sam | 2006-11-12 15:26:13 +0000 (Sun, 12 Nov 2006) | 3 lines |
4026 | | Changed paths: |
4027 | | M /libcaca/trunk/caca/caca.c |
4028 | | M /libcaca/trunk/caca/graphics.c |
4029 | | M /libcaca/trunk/common.h |
4030 | | M /libcaca/trunk/cucul/attr.c |
4031 | | M /libcaca/trunk/cucul/canvas.c |
4032 | | M /libcaca/trunk/cucul/cucul.c |
4033 | | M /libcaca/trunk/cucul/dither.c |
4034 | | M /libcaca/trunk/cucul/export.c |
4035 | | M /libcaca/trunk/cucul/font.c |
4036 | | M /libcaca/trunk/cucul/frame.c |
4037 | | M /libcaca/trunk/cucul/import.c |
4038 | | M /libcaca/trunk/cucul/legacy.c |
4039 | | |
4040 | | * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. |
4041 | | * More debugging information in the import/export and font functions. |
4042 | | |
4043 | | ------------------------------------------------------------------------ |
4044 | | r1361 | sam | 2006-11-12 14:42:58 +0000 (Sun, 12 Nov 2006) | 3 lines |
4045 | | Changed paths: |
4046 | | M /libcaca/trunk/cucul/font_mono9.h |
4047 | | M /libcaca/trunk/cucul/font_monobold12.h |
4048 | | M /libcaca/trunk/test/font2tga.c |
4049 | | M /libcaca/trunk/tools/makefont.c |
4050 | | |
4051 | | * Add CJK punctuation to the default fonts. |
4052 | | * Minor changes to the font2tga test program. |
4053 | | |
4054 | | ------------------------------------------------------------------------ |
4055 | | r1360 | sam | 2006-11-12 13:11:01 +0000 (Sun, 12 Nov 2006) | 2 lines |
4056 | | Changed paths: |
4057 | | M /libcaca/trunk/common.h |
4058 | | M /libcaca/trunk/configure.ac |
4059 | | M /libcaca/trunk/cucul/export.c |
4060 | | |
4061 | | * Add a debug() function and a --enable-debug configure flag. |
4062 | | |
4063 | | ------------------------------------------------------------------------ |
4064 | | r1359 | sam | 2006-11-12 12:26:48 +0000 (Sun, 12 Nov 2006) | 3 lines |
4065 | | Changed paths: |
4066 | | M /libcaca/trunk/cucul/font.c |
4067 | | M /libcaca/trunk/cucul/font_mono9.h |
4068 | | M /libcaca/trunk/cucul/font_monobold12.h |
4069 | | M /libcaca/trunk/test/font2tga.c |
4070 | | M /libcaca/trunk/tools/makefont.c |
4071 | | |
4072 | | * Support fullwidth fonts. |
4073 | | * Add Katakanas and Hiraganas to the default fonts. |
4074 | | |
4075 | | ------------------------------------------------------------------------ |
4076 | | r1358 | sam | 2006-11-12 11:06:34 +0000 (Sun, 12 Nov 2006) | 2 lines |
4077 | | Changed paths: |
4078 | | M /libcaca/trunk/caca/caca.h |
4079 | | |
4080 | | * Documented caca_event_t members. |
4081 | | |
4082 | | ------------------------------------------------------------------------ |
4083 | | r1357 | sam | 2006-11-12 10:42:14 +0000 (Sun, 12 Nov 2006) | 3 lines |
4084 | | Changed paths: |
4085 | | M /libcaca/trunk/cucul/cucul.h |
4086 | | M /libcaca/trunk/cucul/export.c |
4087 | | M /libcaca/trunk/cucul/font.c |
4088 | | M /libcaca/trunk/cucul/frame.c |
4089 | | M /libcaca/trunk/doc/Makefile.am |
4090 | | A /libcaca/trunk/doc/canvas.dox (from /libcaca/trunk/cucul/export.c:1354) |
4091 | | A /libcaca/trunk/doc/font.dox (from /libcaca/trunk/cucul/font.c:1349) |
4092 | | M /libcaca/trunk/doc/libcaca.dox |
4093 | | |
4094 | | * Documentation updates. Moved the canvas and font format definitions to |
4095 | | the Doxygen documentation. |
4096 | | |
4097 | | ------------------------------------------------------------------------ |
4098 | | r1356 | sam | 2006-11-12 10:32:38 +0000 (Sun, 12 Nov 2006) | 4 lines |
4099 | | Changed paths: |
4100 | | M /libcaca/trunk/doc/caca-config.1 |
4101 | | |
4102 | | * Mention caca-config being deprecated in its manpage, and removed mention |
4103 | | of --plugin-libs from it. The option is still here but does the same as |
4104 | | --libs. |
4105 | | |
4106 | | ------------------------------------------------------------------------ |
4107 | | r1355 | sam | 2006-11-12 10:06:35 +0000 (Sun, 12 Nov 2006) | 2 lines |
4108 | | Changed paths: |
4109 | | M /libcaca/trunk/src/cacaplay.c |
4110 | | |
4111 | | * Properly handle EOF in cacaplay. |
4112 | | |
4113 | | ------------------------------------------------------------------------ |
4114 | | r1354 | sam | 2006-11-12 10:04:23 +0000 (Sun, 12 Nov 2006) | 2 lines |
4115 | | Changed paths: |
4116 | | M /libcaca/trunk/TODO |
4117 | | M /libcaca/trunk/cucul/export.c |
4118 | | |
4119 | | * Documentation fixes and TODO updates. |
4120 | | |
4121 | | ------------------------------------------------------------------------ |
4122 | | r1353 | sam | 2006-11-12 10:02:51 +0000 (Sun, 12 Nov 2006) | 2 lines |
4123 | | Changed paths: |
4124 | | M /libcaca/trunk/caca/driver_raw.c |
4125 | | |
4126 | | * Flush stdout after writing the data in the raw driver. |
4127 | | |
4128 | | ------------------------------------------------------------------------ |
4129 | | r1352 | sam | 2006-11-12 09:48:37 +0000 (Sun, 12 Nov 2006) | 2 lines |
4130 | | Changed paths: |
4131 | | M /libcaca/trunk/doc/cacaplay.1 |
4132 | | M /libcaca/trunk/src/cacaplay.c |
4133 | | |
4134 | | * Allow cacaplay to play streams and updated its manpage. |
4135 | | |
4136 | | ------------------------------------------------------------------------ |
4137 | | r1351 | sam | 2006-11-12 09:46:10 +0000 (Sun, 12 Nov 2006) | 2 lines |
4138 | | Changed paths: |
4139 | | M /libcaca/trunk/test/swallow.c |
4140 | | |
4141 | | * Fix infinite loop due to signed/unsigned mistake. |
4142 | | |
4143 | | ------------------------------------------------------------------------ |
4144 | | r1350 | sam | 2006-11-11 18:07:58 +0000 (Sat, 11 Nov 2006) | 3 lines |
4145 | | Changed paths: |
4146 | | M /libcaca/trunk/test |
4147 | | M /libcaca/trunk/test/Makefile.am |
4148 | | A /libcaca/trunk/test/swallow.c |
4149 | | |
4150 | | * libcaca multiplexer: swallows two libcaca applications, for instance |
4151 | | cacademo and cacafire, and displays them in a canvas. |
4152 | | |
4153 | | ------------------------------------------------------------------------ |
4154 | | r1349 | sam | 2006-11-11 17:55:11 +0000 (Sat, 11 Nov 2006) | 2 lines |
4155 | | Changed paths: |
4156 | | M /libcaca/trunk/cucul/import.c |
4157 | | |
4158 | | * Fixed a bug in the caca importer. |
4159 | | |
4160 | | ------------------------------------------------------------------------ |
4161 | | r1348 | sam | 2006-11-11 17:13:16 +0000 (Sat, 11 Nov 2006) | 2 lines |
4162 | | Changed paths: |
4163 | | M /libcaca/trunk/test/blit.c |
4164 | | |
4165 | | * Fix program header. |
4166 | | |
4167 | | ------------------------------------------------------------------------ |
4168 | | r1347 | sam | 2006-11-11 16:29:39 +0000 (Sat, 11 Nov 2006) | 2 lines |
4169 | | Changed paths: |
4170 | | M /libcaca/trunk/caca/caca0.h |
4171 | | M /libcaca/trunk/caca/driver_gl.c |
4172 | | M /libcaca/trunk/cucul/attr.c |
4173 | | M /libcaca/trunk/cucul/box.c |
4174 | | M /libcaca/trunk/cucul/canvas.c |
4175 | | M /libcaca/trunk/cucul/conic.c |
4176 | | M /libcaca/trunk/cucul/cucul.h |
4177 | | M /libcaca/trunk/cucul/dither.c |
4178 | | M /libcaca/trunk/cucul/import.c |
4179 | | M /libcaca/trunk/cucul/legacy.c |
4180 | | M /libcaca/trunk/cucul/line.c |
4181 | | M /libcaca/trunk/cucul/triangle.c |
4182 | | M /libcaca/trunk/src/aafire.c |
4183 | | M /libcaca/trunk/src/cacademo.c |
4184 | | M /libcaca/trunk/src/cacaview.c |
4185 | | M /libcaca/trunk/test/blit.c |
4186 | | M /libcaca/trunk/test/colors.c |
4187 | | M /libcaca/trunk/test/demo.c |
4188 | | M /libcaca/trunk/test/dithering.c |
4189 | | M /libcaca/trunk/test/event.c |
4190 | | M /libcaca/trunk/test/export.c |
4191 | | M /libcaca/trunk/test/font.c |
4192 | | M /libcaca/trunk/test/font2tga.c |
4193 | | M /libcaca/trunk/test/frames.c |
4194 | | M /libcaca/trunk/test/fullwidth.c |
4195 | | M /libcaca/trunk/test/input.c |
4196 | | M /libcaca/trunk/test/spritedit.c |
4197 | | M /libcaca/trunk/test/transform.c |
4198 | | M /libcaca/trunk/test/truecolor.c |
4199 | | M /libcaca/trunk/test/unicode.c |
4200 | | |
4201 | | * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. |
4202 | | |
4203 | | ------------------------------------------------------------------------ |
4204 | | r1346 | sam | 2006-11-11 15:38:40 +0000 (Sat, 11 Nov 2006) | 2 lines |
4205 | | Changed paths: |
4206 | | M /libcaca/trunk/cucul/canvas.c |
4207 | | M /libcaca/trunk/test/Makefile.am |
4208 | | A /libcaca/trunk/test/blit.c |
4209 | | |
4210 | | * Made cucul_blit() handle-aware. Added a blit test for that. |
4211 | | |
4212 | | ------------------------------------------------------------------------ |
4213 | | r1345 | sam | 2006-11-11 15:17:16 +0000 (Sat, 11 Nov 2006) | 2 lines |
4214 | | Changed paths: |
4215 | | M /libcaca/trunk/test/transform.c |
4216 | | |
4217 | | * Free all memory upon exit in the transform test. |
4218 | | |
4219 | | ------------------------------------------------------------------------ |
4220 | | r1344 | sam | 2006-11-11 15:10:38 +0000 (Sat, 11 Nov 2006) | 3 lines |
4221 | | Changed paths: |
4222 | | M /libcaca/trunk/test/transform.c |
4223 | | |
4224 | | * Update transform.c so that it uses import functions instead of blitting |
4225 | | lines. |
4226 | | |
4227 | | ------------------------------------------------------------------------ |
4228 | | r1343 | sam | 2006-11-11 14:51:04 +0000 (Sat, 11 Nov 2006) | 2 lines |
4229 | | Changed paths: |
4230 | | M /libcaca/trunk/cucul/import.c |
4231 | | |
4232 | | * Do not force the text colour when importing a text file. |
4233 | | |
4234 | | ------------------------------------------------------------------------ |
4235 | | r1342 | sam | 2006-11-11 14:24:35 +0000 (Sat, 11 Nov 2006) | 2 lines |
4236 | | Changed paths: |
4237 | | M /libcaca/trunk/TODO |
4238 | | M /libcaca/trunk/cucul/canvas.c |
4239 | | M /libcaca/trunk/cucul/cucul.c |
4240 | | M /libcaca/trunk/cucul/cucul.h |
4241 | | M /libcaca/trunk/cucul/cucul_internals.h |
4242 | | M /libcaca/trunk/cucul/export.c |
4243 | | M /libcaca/trunk/cucul/frame.c |
4244 | | M /libcaca/trunk/cucul/import.c |
4245 | | |
4246 | | * Add cursor and handle support to canvases. Unused yet. |
4247 | | |
4248 | | ------------------------------------------------------------------------ |
4249 | | r1341 | sam | 2006-11-11 13:29:03 +0000 (Sat, 11 Nov 2006) | 3 lines |
4250 | | Changed paths: |
4251 | | M /libcaca/trunk/TODO |
4252 | | M /libcaca/trunk/cucul/canvas.c |
4253 | | M /libcaca/trunk/cucul/frame.c |
4254 | | |
4255 | | * Cosmetic code and documentation changes here and there. |
4256 | | * Updated TODO. |
4257 | | |
4258 | | ------------------------------------------------------------------------ |
4259 | | r1340 | sam | 2006-11-11 13:03:19 +0000 (Sat, 11 Nov 2006) | 2 lines |
4260 | | Changed paths: |
4261 | | M /libcaca/trunk/test/frames.c |
4262 | | |
4263 | | * Restore attribute settings before resizing the canvas in the frame test. |
4264 | | |
4265 | | ------------------------------------------------------------------------ |
4266 | | r1339 | sam | 2006-11-11 13:00:36 +0000 (Sat, 11 Nov 2006) | 2 lines |
4267 | | Changed paths: |
4268 | | M /libcaca/trunk/cucul/Makefile.am |
4269 | | A /libcaca/trunk/cucul/frame.c (from /libcaca/trunk/cucul/sprite.c:1338) |
4270 | | D /libcaca/trunk/cucul/sprite.c |
4271 | | |
4272 | | * Rename sprite.c into frame.c. |
4273 | | |
4274 | | ------------------------------------------------------------------------ |
4275 | | r1338 | sam | 2006-11-11 12:57:03 +0000 (Sat, 11 Nov 2006) | 2 lines |
4276 | | Changed paths: |
4277 | | M /libcaca/trunk/cucul/canvas.c |
4278 | | M /libcaca/trunk/cucul/cucul.c |
4279 | | M /libcaca/trunk/cucul/cucul_internals.h |
4280 | | M /libcaca/trunk/cucul/sprite.c |
4281 | | |
4282 | | * Prepare the way for per-frame width/height information. |
4283 | | |
4284 | | ------------------------------------------------------------------------ |
4285 | | r1337 | sam | 2006-11-11 12:27:37 +0000 (Sat, 11 Nov 2006) | 2 lines |
4286 | | Changed paths: |
4287 | | M /libcaca/trunk/cucul/cucul.c |
4288 | | |
4289 | | * Fix minor uninitialised data bug in cucul_canvas_create(). |
4290 | | |
4291 | | ------------------------------------------------------------------------ |
4292 | | r1336 | sam | 2006-11-11 12:11:20 +0000 (Sat, 11 Nov 2006) | 2 lines |
4293 | | Changed paths: |
4294 | | M /libcaca/trunk/cucul/cucul.c |
4295 | | |
4296 | | * Allow to resize canvases back to (0,0). |
4297 | | |
4298 | | ------------------------------------------------------------------------ |
4299 | | r1335 | sam | 2006-11-11 09:22:10 +0000 (Sat, 11 Nov 2006) | 4 lines |
4300 | | Changed paths: |
4301 | | M /libcaca/trunk/cucul/charset.c |
4302 | | M /libcaca/trunk/cucul/cucul_internals.h |
4303 | | |
4304 | | * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() |
4305 | | functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless |
4306 | | by fullwidth character support. |
4307 | | |
4308 | | ------------------------------------------------------------------------ |
4309 | | r1334 | sam | 2006-11-11 09:18:42 +0000 (Sat, 11 Nov 2006) | 2 lines |
4310 | | Changed paths: |
4311 | | M /libcaca/trunk/cucul/cucul.c |
4312 | | M /libcaca/trunk/cucul/cucul_internals.h |
4313 | | M /libcaca/trunk/cucul/dither.c |
4314 | | |
4315 | | * Got rid of very old _cucul_init_dither() function call. |
4316 | | |
4317 | | ------------------------------------------------------------------------ |
4318 | | r1333 | sam | 2006-11-11 09:10:17 +0000 (Sat, 11 Nov 2006) | 3 lines |
4319 | | Changed paths: |
4320 | | M /libcaca/trunk/caca/driver_conio.c |
4321 | | M /libcaca/trunk/caca/driver_ncurses.c |
4322 | | M /libcaca/trunk/caca/driver_slang.c |
4323 | | M /libcaca/trunk/caca/driver_vga.c |
4324 | | M /libcaca/trunk/cucul/attr.c |
4325 | | M /libcaca/trunk/cucul/cucul.h |
4326 | | M /libcaca/trunk/cucul/cucul_internals.h |
4327 | | |
4328 | | * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() |
4329 | | function. |
4330 | | |
4331 | | ------------------------------------------------------------------------ |
4332 | | r1332 | sam | 2006-11-11 08:44:14 +0000 (Sat, 11 Nov 2006) | 3 lines |
4333 | | Changed paths: |
4334 | | M /libcaca/trunk/caca/driver_slang.c |
4335 | | M /libcaca/trunk/caca/driver_win32.c |
4336 | | M /libcaca/trunk/cucul/attr.c |
4337 | | M /libcaca/trunk/cucul/export.c |
4338 | | |
4339 | | * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with |
4340 | | the now official cucul_attr_to_ansi_[fb]g(). |
4341 | | |
4342 | | ------------------------------------------------------------------------ |
4343 | | r1331 | sam | 2006-11-11 08:34:41 +0000 (Sat, 11 Nov 2006) | 2 lines |
4344 | | Changed paths: |
4345 | | M /libcaca/trunk/cucul/attr.c |
4346 | | M /libcaca/trunk/cucul/cucul.h |
4347 | | |
4348 | | * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). |
4349 | | |
4350 | | ------------------------------------------------------------------------ |
4351 | | r1330 | sam | 2006-11-11 08:11:26 +0000 (Sat, 11 Nov 2006) | 4 lines |
4352 | | Changed paths: |
4353 | | M /libcaca/trunk/caca/caca0.h |
4354 | | M /libcaca/trunk/cucul/box.c |
4355 | | M /libcaca/trunk/cucul/conic.c |
4356 | | M /libcaca/trunk/cucul/cucul.h |
4357 | | M /libcaca/trunk/cucul/line.c |
4358 | | M /libcaca/trunk/cucul/triangle.c |
4359 | | M /libcaca/trunk/src/cacademo.c |
4360 | | M /libcaca/trunk/src/cacaview.c |
4361 | | M /libcaca/trunk/test/demo.c |
4362 | | M /libcaca/trunk/test/event.c |
4363 | | M /libcaca/trunk/test/export.c |
4364 | | M /libcaca/trunk/test/frames.c |
4365 | | M /libcaca/trunk/test/gamma.c |
4366 | | M /libcaca/trunk/test/input.c |
4367 | | |
4368 | | * Switch back to UTF-32 arguments for drawing primitives, now that we |
4369 | | properly export cucul_utf8_to_utf32(). Evil API breakage, but no one |
4370 | | uses these functions anyway. |
4371 | | |
4372 | | ------------------------------------------------------------------------ |
4373 | | r1329 | sam | 2006-11-11 07:56:30 +0000 (Sat, 11 Nov 2006) | 2 lines |
4374 | | Changed paths: |
4375 | | M /libcaca/trunk/cucul/box.c |
4376 | | M /libcaca/trunk/cucul/cucul.h |
4377 | | |
4378 | | * Implemented cucul_draw_cp437_box(). |
4379 | | |
4380 | | ------------------------------------------------------------------------ |
4381 | | r1328 | sam | 2006-11-10 15:38:09 +0000 (Fri, 10 Nov 2006) | 2 lines |
4382 | | Changed paths: |
4383 | | M /libcaca/trunk/doc/Makefile.am |
4384 | | A /libcaca/trunk/doc/cacaplay.1 |
4385 | | A /libcaca/trunk/doc/cacaserver.1 |
4386 | | M /libcaca/trunk/doc/cacaview.1 |
4387 | | A /libcaca/trunk/doc/img2irc.1 |
4388 | | M /libcaca/trunk/src/img2irc.c |
4389 | | |
4390 | | * Wrote manual pages for img2irc, cacaplay and cacaserver. |
4391 | | |
4392 | | ------------------------------------------------------------------------ |
4393 | | r1324 | sam | 2006-11-10 10:29:54 +0000 (Fri, 10 Nov 2006) | 2 lines |
4394 | | Changed paths: |
4395 | | M /libcaca/trunk/cucul/Makefile.am |
4396 | | A /libcaca/trunk/cucul/attr.c (from /libcaca/trunk/cucul/colour.c:1312) |
4397 | | D /libcaca/trunk/cucul/colour.c |
4398 | | M /libcaca/trunk/cucul/cucul.h |
4399 | | |
4400 | | * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. |
4401 | | |
4402 | | ------------------------------------------------------------------------ |
4403 | | r1315 | sam | 2006-11-09 17:24:29 +0000 (Thu, 09 Nov 2006) | 3 lines |
4404 | | Changed paths: |
4405 | | M /libcaca/trunk/src/cacaserver.c |
4406 | | |
4407 | | * Don't try to guess the file format in cacaserver, instead feed the data |
4408 | | to cucul_import_memory() and try again later if it says "not enough data". |
4409 | | |
4410 | | ------------------------------------------------------------------------ |
4411 | | r1314 | sam | 2006-11-09 17:20:47 +0000 (Thu, 09 Nov 2006) | 2 lines |
4412 | | Changed paths: |
4413 | | M /libcaca/trunk/cucul/import.c |
4414 | | |
4415 | | * If not enough data is available for import, return 0 instead of an error. |
4416 | | |
4417 | | ------------------------------------------------------------------------ |
4418 | | r1313 | sam | 2006-11-09 11:14:57 +0000 (Thu, 09 Nov 2006) | 2 lines |
4419 | | Changed paths: |
4420 | | M /libcaca/trunk/cucul/canvas.c |
4421 | | M /libcaca/trunk/cucul/import.c |
4422 | | |
4423 | | * Minor documentation fixes. |
4424 | | |
4425 | | ------------------------------------------------------------------------ |
4426 | | r1310 | jylam | 2006-11-09 09:27:35 +0000 (Thu, 09 Nov 2006) | 2 lines |
4427 | | Changed paths: |
4428 | | M /libcaca/trunk/cxx/cxxtest.cpp |
4429 | | |
4430 | | * Fixed behaviour of the pig while resizing window |
4431 | | |
4432 | | ------------------------------------------------------------------------ |
4433 | | r1309 | sam | 2006-11-08 17:27:48 +0000 (Wed, 08 Nov 2006) | 2 lines |
4434 | | Changed paths: |
4435 | | M /libcaca/trunk/doc/migrating.dox |
4436 | | |
4437 | | * Slight documentation update. |
4438 | | |
4439 | | ------------------------------------------------------------------------ |
4440 | | r1308 | sam | 2006-11-08 17:26:57 +0000 (Wed, 08 Nov 2006) | 2 lines |
4441 | | Changed paths: |
4442 | | M /libcaca/trunk/src/cacadraw.c |
4443 | | M /libcaca/trunk/src/cacaplay.c |
4444 | | M /libcaca/trunk/src/cacaserver.c |
4445 | | M /libcaca/trunk/src/img2irc.c |
4446 | | M /libcaca/trunk/test/export.c |
4447 | | M /libcaca/trunk/test/font2tga.c |
4448 | | M /libcaca/trunk/test/import.c |
4449 | | M /libcaca/trunk/test/text.c |
4450 | | |
4451 | | * Convert all programs and tests to the new import/export API. |
4452 | | |
4453 | | ------------------------------------------------------------------------ |
4454 | | r1307 | sam | 2006-11-08 17:18:23 +0000 (Wed, 08 Nov 2006) | 8 lines |
4455 | | Changed paths: |
4456 | | M /libcaca/trunk/cucul/cucul.h |
4457 | | M /libcaca/trunk/cucul/import.c |
4458 | | |
4459 | | * Set the cucul_import_memory() buffer type to void const * instead of |
4460 | | unsigned char const * so that C++ programs won't complain. |
4461 | | ___ __ __ ____ ___ ___ ___ |
4462 | | / _ \| \/ |/ ___| / _ \ / _ \ / _ \ |
4463 | | | | | | |\/| | | _ | (_) | (_) | (_) | |
4464 | | | |_| | | | | |_| | \__, |\__, |\__, | |
4465 | | \___/|_| |_|\____| /_/ /_/ /_/ |
4466 | | |
4467 | | ------------------------------------------------------------------------ |
4468 | | r1306 | sam | 2006-11-08 16:43:59 +0000 (Wed, 08 Nov 2006) | 4 lines |
4469 | | Changed paths: |
4470 | | M /libcaca/trunk/caca/caca0.c |
4471 | | M /libcaca/trunk/caca/driver_raw.c |
4472 | | M /libcaca/trunk/cucul/cucul.h |
4473 | | M /libcaca/trunk/cucul/export.c |
4474 | | M /libcaca/trunk/cucul/legacy.c |
4475 | | |
4476 | | * Renamed cucul_export() to cucul_export_memory(), paves the way for a |
4477 | | cucul_export_file() but I'm not sure yet this is a good idea. |
4478 | | * Use the new import/export API in libcaca. |
4479 | | |
4480 | | ------------------------------------------------------------------------ |
4481 | | r1305 | sam | 2006-11-08 16:34:43 +0000 (Wed, 08 Nov 2006) | 3 lines |
4482 | | Changed paths: |
4483 | | M /libcaca/trunk/cucul/cucul.h |
4484 | | M /libcaca/trunk/cucul/import.c |
4485 | | M /libcaca/trunk/cucul/legacy.c |
4486 | | |
4487 | | * Renamed cucul_import() to cucul_import_memory() and implemented |
4488 | | cucul_import_file(). |
4489 | | |
4490 | | ------------------------------------------------------------------------ |
4491 | | r1304 | sam | 2006-11-08 13:12:06 +0000 (Wed, 08 Nov 2006) | 2 lines |
4492 | | Changed paths: |
4493 | | M /libcaca/trunk/common.h |
4494 | | |
4495 | | * Don't try to include arpa/inet.h in kernel mode. |
4496 | | |
4497 | | ------------------------------------------------------------------------ |
4498 | | r1303 | sam | 2006-11-08 13:05:42 +0000 (Wed, 08 Nov 2006) | 2 lines |
4499 | | Changed paths: |
4500 | | M /libcaca/trunk/common.h |
4501 | | M /libcaca/trunk/cucul/font.c |
4502 | | M /libcaca/trunk/cucul/import.c |
4503 | | |
4504 | | * Don't use htonl() directly, use common.h's hton32() wrapper. |
4505 | | |
4506 | | ------------------------------------------------------------------------ |
4507 | | r1302 | sam | 2006-11-08 12:11:07 +0000 (Wed, 08 Nov 2006) | 2 lines |
4508 | | Changed paths: |
4509 | | M /libcaca/trunk/cucul/Makefile.am |
4510 | | D /libcaca/trunk/cucul/buffer.c |
4511 | | M /libcaca/trunk/cucul/colour.c |
4512 | | M /libcaca/trunk/cucul/cucul.h |
4513 | | M /libcaca/trunk/cucul/export.c |
4514 | | M /libcaca/trunk/cucul/import.c |
4515 | | A /libcaca/trunk/cucul/legacy.c (from /libcaca/trunk/cucul/buffer.c:1301) |
4516 | | |
4517 | | * Deprecate buffer management. We're back to standard void* memory areas. |
4518 | | |
4519 | | ------------------------------------------------------------------------ |
4520 | | r1301 | sam | 2006-11-08 07:59:23 +0000 (Wed, 08 Nov 2006) | 2 lines |
4521 | | Changed paths: |
4522 | | M /libcaca/trunk/cucul/buffer.c |
4523 | | |
4524 | | * Minor syntax fix in the doxygen documentation. |
4525 | | |
4526 | | ------------------------------------------------------------------------ |
4527 | | r1300 | sam | 2006-11-08 07:58:03 +0000 (Wed, 08 Nov 2006) | 2 lines |
4528 | | Changed paths: |
4529 | | M /libcaca/trunk/src/Makefile.am |
4530 | | M /libcaca/trunk/src/cacaserver.c |
4531 | | |
4532 | | * Do not link cacaserver with libcaca, it only uses libcucul. |
4533 | | |
4534 | | ------------------------------------------------------------------------ |
4535 | | r1295 | sam | 2006-11-06 11:06:44 +0000 (Mon, 06 Nov 2006) | 2 lines |
4536 | | Changed paths: |
4537 | | M /libcaca/trunk/doc/tutorial.dox |
4538 | | |
4539 | | * Replace CUCUL_COLOR_* with CUCUL_*. |
4540 | | |
4541 | | ------------------------------------------------------------------------ |
4542 | | r1294 | sam | 2006-11-06 11:04:37 +0000 (Mon, 06 Nov 2006) | 2 lines |
4543 | | Changed paths: |
4544 | | M /libcaca/trunk/test/font2tga.c |
4545 | | |
4546 | | * Use cucul_get_font_blocks() instead of hardcoding the glyph list. |
4547 | | |
4548 | | ------------------------------------------------------------------------ |
4549 | | r1287 | sam | 2006-11-05 23:59:06 +0000 (Sun, 05 Nov 2006) | 2 lines |
4550 | | Changed paths: |
4551 | | M /libcaca/trunk/caca/caca0.c |
4552 | | |
4553 | | * Fix a harmless warning in caca0.c. |
4554 | | |
4555 | | ------------------------------------------------------------------------ |
4556 | | r1285 | sam | 2006-11-05 22:51:04 +0000 (Sun, 05 Nov 2006) | 3 lines |
4557 | | Changed paths: |
4558 | | M /libcaca/trunk/ChangeLog |
4559 | | M /libcaca/trunk/NEWS |
4560 | | M /libcaca/trunk/configure.ac |
4561 | | |
4562 | | * Set version to 0.99.beta9. |
4563 | | * Updated NEWS and ChangeLog. |
4564 | | |
4565 | | ------------------------------------------------------------------------ |
4566 | | r1284 | sam | 2006-11-05 22:45:10 +0000 (Sun, 05 Nov 2006) | 2 lines |
4567 | | Changed paths: |
4568 | | M /libcaca/trunk/TODO |
4569 | | |
4570 | | * Updated TODO list. |
4571 | | |
4572 | | ------------------------------------------------------------------------ |
4573 | | r1283 | sam | 2006-11-05 22:20:51 +0000 (Sun, 05 Nov 2006) | 6 lines |
4574 | | Changed paths: |
4575 | | M /libcaca/trunk/cucul/export.c |
4576 | | M /libcaca/trunk/cucul/import.c |
4577 | | M /libcaca/trunk/src/cacaserver.c |
4578 | | |
4579 | | * Updated the caca export format so that it supports multiple frames. |
4580 | | * Updated the caca importer to reflect that; only one frame is read at the |
4581 | | moment. |
4582 | | * Added an "utf8cr" export format for UTF-8 + CRLF exports. |
4583 | | * Updated cacaserver to reflect file format changes. |
4584 | | |
4585 | | ------------------------------------------------------------------------ |
4586 | | r1282 | sam | 2006-11-05 21:59:26 +0000 (Sun, 05 Nov 2006) | 2 lines |
4587 | | Changed paths: |
4588 | | M /libcaca/trunk/cxx |
4589 | | M /libcaca/trunk/cxx/cxxtest.cpp |
4590 | | |
4591 | | * Use the import function to load the pig image in cxxtest. |
4592 | | |
4593 | | ------------------------------------------------------------------------ |
4594 | | r1281 | sam | 2006-11-05 21:47:51 +0000 (Sun, 05 Nov 2006) | 2 lines |
4595 | | Changed paths: |
4596 | | M /libcaca/trunk/cucul/font.c |
4597 | | |
4598 | | * Add information to the font format. |
4599 | | |
4600 | | ------------------------------------------------------------------------ |
4601 | | r1280 | jylam | 2006-11-05 18:31:45 +0000 (Sun, 05 Nov 2006) | 2 lines |
4602 | | Changed paths: |
4603 | | M /libcaca/trunk/doc/tutorial.dox |
4604 | | |
4605 | | * Fixed typo, added compilation example |
4606 | | |
4607 | | ------------------------------------------------------------------------ |
4608 | | r1279 | jylam | 2006-11-05 18:14:26 +0000 (Sun, 05 Nov 2006) | 2 lines |
4609 | | Changed paths: |
4610 | | M /libcaca/trunk/doc/tutorial.dox |
4611 | | |
4612 | | * Started a real and complete tutorial |
4613 | | |
4614 | | ------------------------------------------------------------------------ |
4615 | | r1278 | sam | 2006-11-05 18:08:36 +0000 (Sun, 05 Nov 2006) | 2 lines |
4616 | | Changed paths: |
4617 | | M /libcaca/trunk/cxx/cucul++.h |
4618 | | |
4619 | | * Oops, fixed getChar's prototype. |
4620 | | |
4621 | | ------------------------------------------------------------------------ |
4622 | | r1277 | sam | 2006-11-05 18:06:09 +0000 (Sun, 05 Nov 2006) | 2 lines |
4623 | | Changed paths: |
4624 | | M /libcaca/trunk/cxx/cucul++.cpp |
4625 | | M /libcaca/trunk/cxx/cucul++.h |
4626 | | |
4627 | | * Implemented putChar() and updated getChar()'s prototype. |
4628 | | |
4629 | | ------------------------------------------------------------------------ |
4630 | | r1276 | sam | 2006-11-05 18:00:53 +0000 (Sun, 05 Nov 2006) | 2 lines |
4631 | | Changed paths: |
4632 | | M /libcaca/trunk/cxx/cucul++.cpp |
4633 | | |
4634 | | * Don't crash if Blit()'s second canvas argument is NULL (which is valid). |
4635 | | |
4636 | | ------------------------------------------------------------------------ |
4637 | | r1275 | jylam | 2006-11-05 17:27:37 +0000 (Sun, 05 Nov 2006) | 2 lines |
4638 | | Changed paths: |
4639 | | M /libcaca/trunk/cxx/cxxtest.cpp |
4640 | | |
4641 | | * Fixed c++ example |
4642 | | |
4643 | | ------------------------------------------------------------------------ |
4644 | | r1274 | sam | 2006-11-05 16:58:58 +0000 (Sun, 05 Nov 2006) | 2 lines |
4645 | | Changed paths: |
4646 | | M /libcaca/trunk/cucul/cucul.c |
4647 | | |
4648 | | * Fix the default canvas colour value. |
4649 | | |
4650 | | ------------------------------------------------------------------------ |
4651 | | r1273 | sam | 2006-11-05 16:56:49 +0000 (Sun, 05 Nov 2006) | 2 lines |
4652 | | Changed paths: |
4653 | | M /libcaca/trunk/cucul/cucul.h |
4654 | | |
4655 | | * Remove legacy cucul_ansi_to_str() from cucul.h. |
4656 | | |
4657 | | ------------------------------------------------------------------------ |
4658 | | r1271 | sam | 2006-10-31 17:03:21 +0000 (Tue, 31 Oct 2006) | 3 lines |
4659 | | Changed paths: |
4660 | | M /libcaca/trunk/cucul/font.c |
4661 | | M /libcaca/trunk/cucul/font_mono9.h |
4662 | | M /libcaca/trunk/cucul/font_monobold12.h |
4663 | | M /libcaca/trunk/tools/makefont.c |
4664 | | |
4665 | | * Slightly changed the font header information. No one distributes libcaca |
4666 | | fonts yet anyway :-) |
4667 | | |
4668 | | ------------------------------------------------------------------------ |
4669 | | r1270 | sam | 2006-10-31 14:34:06 +0000 (Tue, 31 Oct 2006) | 2 lines |
4670 | | Changed paths: |
4671 | | M /libcaca/trunk/cucul/colour.c |
4672 | | |
4673 | | * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. |
4674 | | |
4675 | | ------------------------------------------------------------------------ |
4676 | | r1269 | sam | 2006-10-31 14:04:22 +0000 (Tue, 31 Oct 2006) | 4 lines |
4677 | | Changed paths: |
4678 | | M /libcaca/trunk/caca/caca0.c |
4679 | | M /libcaca/trunk/caca/caca0.h |
4680 | | M /libcaca/trunk/cucul/cucul.c |
4681 | | M /libcaca/trunk/cucul/cucul.h |
4682 | | M /libcaca/trunk/cxx/cucul++.cpp |
4683 | | M /libcaca/trunk/cxx/cucul++.h |
4684 | | M /libcaca/trunk/cxx/cxxtest.cpp |
4685 | | M /libcaca/trunk/doc/migrating.dox |
4686 | | M /libcaca/trunk/doc/tutorial.dox |
4687 | | M /libcaca/trunk/test/colors.c |
4688 | | M /libcaca/trunk/test/demo.c |
4689 | | |
4690 | | * Got rid of cucul_ansi_to_str(), it's really useless. |
4691 | | * Partial update of the C++ bindings. |
4692 | | * Updated documentation. |
4693 | | |
4694 | | ------------------------------------------------------------------------ |
4695 | | r1268 | sam | 2006-10-31 13:44:41 +0000 (Tue, 31 Oct 2006) | 2 lines |
4696 | | Changed paths: |
4697 | | D /libcaca/trunk/cxx/cpptest.cpp |
4698 | | R /libcaca/trunk/cxx/cxxtest.cpp (from /libcaca/trunk/cxx/cpptest.cpp:1259) |
4699 | | |
4700 | | * Properly rename cxxtest.cpp to cpptest.cpp to preserve history. |
4701 | | |
4702 | | ------------------------------------------------------------------------ |
4703 | | r1267 | sam | 2006-10-31 13:29:48 +0000 (Tue, 31 Oct 2006) | 5 lines |
4704 | | Changed paths: |
4705 | | M /libcaca/trunk/caca/caca0.h |
4706 | | M /libcaca/trunk/caca/driver_gl.c |
4707 | | M /libcaca/trunk/cucul/colour.c |
4708 | | M /libcaca/trunk/cucul/cucul.c |
4709 | | M /libcaca/trunk/cucul/cucul.h |
4710 | | M /libcaca/trunk/cucul/dither.c |
4711 | | M /libcaca/trunk/cucul/import.c |
4712 | | M /libcaca/trunk/src/aafire.c |
4713 | | M /libcaca/trunk/src/cacademo.c |
4714 | | M /libcaca/trunk/src/cacadraw.c |
4715 | | M /libcaca/trunk/src/cacaview.c |
4716 | | M /libcaca/trunk/src/img2irc.c |
4717 | | M /libcaca/trunk/test/colors.c |
4718 | | M /libcaca/trunk/test/demo.c |
4719 | | M /libcaca/trunk/test/dithering.c |
4720 | | M /libcaca/trunk/test/event.c |
4721 | | M /libcaca/trunk/test/export.c |
4722 | | M /libcaca/trunk/test/font.c |
4723 | | M /libcaca/trunk/test/font2tga.c |
4724 | | M /libcaca/trunk/test/frames.c |
4725 | | M /libcaca/trunk/test/fullwidth.c |
4726 | | M /libcaca/trunk/test/gamma.c |
4727 | | M /libcaca/trunk/test/input.c |
4728 | | M /libcaca/trunk/test/spritedit.c |
4729 | | M /libcaca/trunk/test/transform.c |
4730 | | M /libcaca/trunk/test/truecolor.c |
4731 | | M /libcaca/trunk/test/unicode.c |
4732 | | |
4733 | | * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored |
4734 | | cucul_set_color() and cucul_set_truecolor() under the new names |
4735 | | cucul_set_color_ansi() and cucul_set_color_argb(). |
4736 | | * Renamed cucul_get_color_name() into cucul_ansi_to_str(). |
4737 | | |
4738 | | ------------------------------------------------------------------------ |
4739 | | r1266 | sam | 2006-10-31 08:17:58 +0000 (Tue, 31 Oct 2006) | 3 lines |
4740 | | Changed paths: |
4741 | | M /libcaca/trunk/cucul/colour.c |
4742 | | M /libcaca/trunk/cucul/export.c |
4743 | | M /libcaca/trunk/test/colors.c |
4744 | | M /libcaca/trunk/test/export.c |
4745 | | |
4746 | | * Changed cucul_set_attr() so that only setting the style does not change |
4747 | | the colour. |
4748 | | |
4749 | | ------------------------------------------------------------------------ |
4750 | | r1264 | sam | 2006-10-30 16:37:36 +0000 (Mon, 30 Oct 2006) | 3 lines |
4751 | | Changed paths: |
4752 | | M /libcaca/trunk/caca/driver_x11.c |
4753 | | M /libcaca/trunk/cucul/export.c |
4754 | | |
4755 | | * Blink/Underline/Bold/Italics support in the HTML exporters. |
4756 | | * Underline support in the X11 driver. |
4757 | | |
4758 | | ------------------------------------------------------------------------ |
4759 | | r1263 | sam | 2006-10-30 14:41:16 +0000 (Mon, 30 Oct 2006) | 2 lines |
4760 | | Changed paths: |
4761 | | M /libcaca/trunk/test/colors.c |
4762 | | M /libcaca/trunk/test/export.c |
4763 | | |
4764 | | * Add Bold/Blink/Italics/Underline to the export and color tests. |
4765 | | |
4766 | | ------------------------------------------------------------------------ |
4767 | | r1262 | sam | 2006-10-30 14:33:46 +0000 (Mon, 30 Oct 2006) | 2 lines |
4768 | | Changed paths: |
4769 | | M /libcaca/trunk/cucul/export.c |
4770 | | |
4771 | | * Fix IRC and term transparency (again). |
4772 | | |
4773 | | ------------------------------------------------------------------------ |
4774 | | r1261 | sam | 2006-10-30 13:51:25 +0000 (Mon, 30 Oct 2006) | 2 lines |
4775 | | Changed paths: |
4776 | | M /libcaca/trunk/TODO |
4777 | | |
4778 | | * Updated TODO list. |
4779 | | |
4780 | | ------------------------------------------------------------------------ |
4781 | | r1258 | sam | 2006-10-29 22:07:07 +0000 (Sun, 29 Oct 2006) | 3 lines |
4782 | | Changed paths: |
4783 | | M /libcaca/trunk/cucul/colour.c |
4784 | | M /libcaca/trunk/cucul/cucul.h |
4785 | | |
4786 | | * Add back cucul_set_color() and cucul_set_truecolor() but mark them as |
4787 | | deprecated using GCC attributes. |
4788 | | |
4789 | | ------------------------------------------------------------------------ |
4790 | | r1257 | sam | 2006-10-29 20:54:51 +0000 (Sun, 29 Oct 2006) | 5 lines |
4791 | | Changed paths: |
4792 | | M /libcaca/trunk/caca/caca0.c |
4793 | | M /libcaca/trunk/caca/caca0.h |
4794 | | M /libcaca/trunk/caca/driver_gl.c |
4795 | | M /libcaca/trunk/caca/driver_slang.c |
4796 | | M /libcaca/trunk/cucul/colour.c |
4797 | | M /libcaca/trunk/cucul/cucul.c |
4798 | | M /libcaca/trunk/cucul/cucul.h |
4799 | | M /libcaca/trunk/cucul/dither.c |
4800 | | M /libcaca/trunk/cucul/export.c |
4801 | | M /libcaca/trunk/cucul/import.c |
4802 | | M /libcaca/trunk/cucul/sprite.c |
4803 | | M /libcaca/trunk/src/aafire.c |
4804 | | M /libcaca/trunk/src/cacademo.c |
4805 | | M /libcaca/trunk/src/cacadraw.c |
4806 | | M /libcaca/trunk/src/cacaview.c |
4807 | | M /libcaca/trunk/src/img2irc.c |
4808 | | M /libcaca/trunk/test/colors.c |
4809 | | M /libcaca/trunk/test/demo.c |
4810 | | M /libcaca/trunk/test/dithering.c |
4811 | | M /libcaca/trunk/test/event.c |
4812 | | M /libcaca/trunk/test/export.c |
4813 | | M /libcaca/trunk/test/font.c |
4814 | | M /libcaca/trunk/test/font2tga.c |
4815 | | M /libcaca/trunk/test/frames.c |
4816 | | M /libcaca/trunk/test/fullwidth.c |
4817 | | M /libcaca/trunk/test/gamma.c |
4818 | | M /libcaca/trunk/test/input.c |
4819 | | M /libcaca/trunk/test/spritedit.c |
4820 | | M /libcaca/trunk/test/transform.c |
4821 | | M /libcaca/trunk/test/truecolor.c |
4822 | | M /libcaca/trunk/test/unicode.c |
4823 | | M /libcaca/trunk/tools/optipal.c |
4824 | | |
4825 | | * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the |
4826 | | functionality into cucul_set_attr(). |
4827 | | * Add cucul_ansi_to_attr() and cucul_argb_to_attr(). |
4828 | | * Rename CUCUL_COLOR_* to CUCUL_*. |
4829 | | |
4830 | | ------------------------------------------------------------------------ |
4831 | | r1256 | sam | 2006-10-29 08:35:46 +0000 (Sun, 29 Oct 2006) | 4 lines |
4832 | | Changed paths: |
4833 | | M /libcaca/trunk/caca/driver_gl.c |
4834 | | M /libcaca/trunk/cucul/colour.c |
4835 | | M /libcaca/trunk/cucul/cucul.h |
4836 | | M /libcaca/trunk/cucul/dither.c |
4837 | | M /libcaca/trunk/cucul/import.c |
4838 | | M /libcaca/trunk/cucul/sprite.c |
4839 | | M /libcaca/trunk/src/aafire.c |
4840 | | M /libcaca/trunk/src/cacademo.c |
4841 | | M /libcaca/trunk/src/cacadraw.c |
4842 | | M /libcaca/trunk/src/cacaview.c |
4843 | | M /libcaca/trunk/src/img2irc.c |
4844 | | M /libcaca/trunk/test/colors.c |
4845 | | M /libcaca/trunk/test/demo.c |
4846 | | M /libcaca/trunk/test/dithering.c |
4847 | | M /libcaca/trunk/test/event.c |
4848 | | M /libcaca/trunk/test/export.c |
4849 | | M /libcaca/trunk/test/font.c |
4850 | | M /libcaca/trunk/test/font2tga.c |
4851 | | M /libcaca/trunk/test/frames.c |
4852 | | M /libcaca/trunk/test/fullwidth.c |
4853 | | M /libcaca/trunk/test/gamma.c |
4854 | | M /libcaca/trunk/test/input.c |
4855 | | M /libcaca/trunk/test/spritedit.c |
4856 | | M /libcaca/trunk/test/transform.c |
4857 | | M /libcaca/trunk/test/truecolor.c |
4858 | | M /libcaca/trunk/test/unicode.c |
4859 | | |
4860 | | * Remove cucul_set_color() from the exported API and replaced all calls |
4861 | | with cucul_set_attr_ansi(). Old application will still compile (but issue |
4862 | | a warning) and run, though. |
4863 | | |
4864 | | ------------------------------------------------------------------------ |
4865 | | r1255 | sam | 2006-10-29 08:06:27 +0000 (Sun, 29 Oct 2006) | 2 lines |
4866 | | Changed paths: |
4867 | | M /libcaca/trunk/configure.ac |
4868 | | M /libcaca/trunk/src/cacaview.c |
4869 | | M /libcaca/trunk/src/common-image.c |
4870 | | |
4871 | | * Fix broken Imlib2 support in cacaview. |
4872 | | |
4873 | | ------------------------------------------------------------------------ |
4874 | | r1254 | sam | 2006-10-28 23:53:46 +0000 (Sat, 28 Oct 2006) | 6 lines |
4875 | | Changed paths: |
4876 | | M /libcaca/trunk/caca/caca0.h |
4877 | | M /libcaca/trunk/caca/driver_conio.c |
4878 | | M /libcaca/trunk/caca/driver_gl.c |
4879 | | M /libcaca/trunk/caca/driver_ncurses.c |
4880 | | M /libcaca/trunk/caca/driver_slang.c |
4881 | | M /libcaca/trunk/caca/driver_vga.c |
4882 | | M /libcaca/trunk/caca/driver_win32.c |
4883 | | M /libcaca/trunk/caca/driver_x11.c |
4884 | | M /libcaca/trunk/cucul/canvas.c |
4885 | | M /libcaca/trunk/cucul/colour.c |
4886 | | M /libcaca/trunk/cucul/cucul.c |
4887 | | M /libcaca/trunk/cucul/cucul.h |
4888 | | M /libcaca/trunk/cucul/cucul_internals.h |
4889 | | M /libcaca/trunk/cucul/export.c |
4890 | | M /libcaca/trunk/cucul/font.c |
4891 | | M /libcaca/trunk/cucul/import.c |
4892 | | M /libcaca/trunk/cucul/sprite.c |
4893 | | M /libcaca/trunk/cucul/transform.c |
4894 | | |
4895 | | * Use the LSB of alpha and blue components to encode additional flags such |
4896 | | as bold or underline. No higher level support for these yet, but at |
4897 | | least everything is consistent. |
4898 | | * Created cucul_set_attr_ansi() and cucul_set_attr_argb() which are bound |
4899 | | to replace cucul_set_color() and cucul_set_truecolor(). |
4900 | | |
4901 | | ------------------------------------------------------------------------ |
4902 | | r1249 | sam | 2006-10-27 20:40:24 +0000 (Fri, 27 Oct 2006) | 2 lines |
4903 | | Changed paths: |
4904 | | M /libcaca/trunk/cucul/buffer.c |
4905 | | |
4906 | | * Reworded documentation about buffer/string distinction. |
4907 | | |
4908 | | ------------------------------------------------------------------------ |
4909 | | r1248 | sam | 2006-10-27 20:22:48 +0000 (Fri, 27 Oct 2006) | 2 lines |
4910 | | Changed paths: |
4911 | | M /libcaca/trunk/cucul/import.c |
4912 | | |
4913 | | * Fix a buffer overflow in the utf-8 cucul_import(). |
4914 | | |
4915 | | ------------------------------------------------------------------------ |
4916 | | r1247 | jylam | 2006-10-27 20:18:23 +0000 (Fri, 27 Oct 2006) | 2 lines |
4917 | | Changed paths: |
4918 | | M /libcaca/trunk/cucul/buffer.c |
4919 | | |
4920 | | * Documentation a bit clearer while importing a string into a buffer |
4921 | | |
4922 | | ------------------------------------------------------------------------ |
4923 | | r1245 | jylam | 2006-10-27 19:26:35 +0000 (Fri, 27 Oct 2006) | 2 lines |
4924 | | Changed paths: |
4925 | | M /libcaca/trunk/DotNet/test.cs |
4926 | | M /libcaca/trunk/cucul/import.c |
4927 | | |
4928 | | * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. |
4929 | | |
4930 | | ------------------------------------------------------------------------ |
4931 | | r1239 | sam | 2006-10-26 09:24:29 +0000 (Thu, 26 Oct 2006) | 3 lines |
4932 | | Changed paths: |
4933 | | M /libcaca/trunk/cucul/export.c |
4934 | | |
4935 | | * Put at least one space in empty IRC lines otherwise most clients won't |
4936 | | output them. |
4937 | | |
4938 | | ------------------------------------------------------------------------ |
4939 | | r1238 | sam | 2006-10-26 09:17:21 +0000 (Thu, 26 Oct 2006) | 2 lines |
4940 | | Changed paths: |
4941 | | M /libcaca/trunk/cucul/import.c |
4942 | | |
4943 | | * Allow to import empty files or files with only empty lines. |
4944 | | |
4945 | | ------------------------------------------------------------------------ |
4946 | | r1237 | sam | 2006-10-26 09:04:55 +0000 (Thu, 26 Oct 2006) | 2 lines |
4947 | | Changed paths: |
4948 | | M /libcaca/trunk/cucul/export.c |
4949 | | |
4950 | | * Support export of zero-sized canvases. |
4951 | | |
4952 | | ------------------------------------------------------------------------ |
4953 | | r1236 | sam | 2006-10-26 08:47:39 +0000 (Thu, 26 Oct 2006) | 2 lines |
4954 | | Changed paths: |
4955 | | M /libcaca/trunk/cucul/import.c |
4956 | | |
4957 | | * Fix a buffer overflow in the import format autodetection code. |
4958 | | |
4959 | | ------------------------------------------------------------------------ |
4960 | | r1235 | sam | 2006-10-26 08:45:18 +0000 (Thu, 26 Oct 2006) | 2 lines |
4961 | | Changed paths: |
4962 | | M /libcaca/trunk/cucul/import.c |
4963 | | |
4964 | | * Allow to import zero-sized canvases. |
4965 | | |
4966 | | ------------------------------------------------------------------------ |
4967 | | r1234 | sam | 2006-10-26 08:17:41 +0000 (Thu, 26 Oct 2006) | 2 lines |
4968 | | Changed paths: |
4969 | | M /libcaca/trunk/doc/user.dox |
4970 | | |
4971 | | * CACA_GEOMETRY works with the raw driver. |
4972 | | |
4973 | | ------------------------------------------------------------------------ |
4974 | | r1233 | sam | 2006-10-26 08:16:43 +0000 (Thu, 26 Oct 2006) | 3 lines |
4975 | | Changed paths: |
4976 | | M /libcaca/trunk/caca/driver_gl.c |
4977 | | M /libcaca/trunk/caca/driver_raw.c |
4978 | | M /libcaca/trunk/caca/driver_win32.c |
4979 | | M /libcaca/trunk/caca/driver_x11.c |
4980 | | M /libcaca/trunk/cucul/cucul.c |
4981 | | |
4982 | | * Allow to create the initial canvas with a zero size. Either the application |
4983 | | resizes it later, or the driver changes it to fit the display. |
4984 | | |
4985 | | ------------------------------------------------------------------------ |
4986 | | r1232 | sam | 2006-10-26 08:11:39 +0000 (Thu, 26 Oct 2006) | 2 lines |
4987 | | Changed paths: |
4988 | | M /libcaca/trunk/test/frames.c |
4989 | | |
4990 | | * Minor changes to the frames test. |
4991 | | |
4992 | | ------------------------------------------------------------------------ |
4993 | | r1231 | sam | 2006-10-25 22:06:21 +0000 (Wed, 25 Oct 2006) | 3 lines |
4994 | | Changed paths: |
4995 | | M /libcaca/trunk/caca/event.c |
4996 | | M /libcaca/trunk/caca/graphics.c |
4997 | | M /libcaca/trunk/cucul/buffer.c |
4998 | | M /libcaca/trunk/cucul/canvas.c |
4999 | | M /libcaca/trunk/cucul/charset.c |
5000 | | M /libcaca/trunk/cucul/colour.c |
5001 | | M /libcaca/trunk/cucul/cucul.c |
5002 | | M /libcaca/trunk/cucul/import.c |
5003 | | M /libcaca/trunk/cucul/sprite.c |
5004 | | M /libcaca/trunk/cucul/transform.c |
5005 | | |
5006 | | * Removed "This function..." constructs from documentation. Fixed a few |
5007 | | documentation errors or imprecisions. |
5008 | | |
5009 | | ------------------------------------------------------------------------ |
5010 | | r1230 | sam | 2006-10-25 22:04:31 +0000 (Wed, 25 Oct 2006) | 2 lines |
5011 | | Changed paths: |
5012 | | M /libcaca/trunk/cucul/transform.c |
5013 | | |
5014 | | * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. |
5015 | | |
5016 | | ------------------------------------------------------------------------ |
5017 | | r1229 | sam | 2006-10-25 22:01:38 +0000 (Wed, 25 Oct 2006) | 2 lines |
5018 | | Changed paths: |
5019 | | M /libcaca/trunk/cucul/export.c |
5020 | | |
5021 | | * Do not output \r in the UTF-8 exporter. |
5022 | | |
5023 | | ------------------------------------------------------------------------ |
5024 | | r1226 | sam | 2006-10-24 07:07:47 +0000 (Tue, 24 Oct 2006) | 2 lines |
5025 | | Changed paths: |
5026 | | M /libcaca/trunk/doc/cacafire.1 |
5027 | | M /libcaca/trunk/src/cacademo.c |
5028 | | |
5029 | | * Use enter as the transition key. |
5030 | | |
5031 | | ------------------------------------------------------------------------ |
5032 | | r1225 | sam | 2006-10-22 21:24:15 +0000 (Sun, 22 Oct 2006) | 3 lines |
5033 | | Changed paths: |
5034 | | M /libcaca/trunk/ChangeLog |
5035 | | M /libcaca/trunk/NEWS |
5036 | | M /libcaca/trunk/configure.ac |
5037 | | |
5038 | | * Set version to 0.99.beta8. |
5039 | | * Updated NEWS and ChangeLog. |
5040 | | |
5041 | | ------------------------------------------------------------------------ |
5042 | | r1224 | sam | 2006-10-22 21:13:32 +0000 (Sun, 22 Oct 2006) | 4 lines |
5043 | | Changed paths: |
5044 | | M /libcaca/trunk/cucul/canvas.c |
5045 | | M /libcaca/trunk/cucul/transform.c |
5046 | | M /libcaca/trunk/test/fullwidth.c |
5047 | | |
5048 | | * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support |
5049 | | fullwidth characters. |
5050 | | * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars. |
5051 | | |
5052 | | ------------------------------------------------------------------------ |
5053 | | r1223 | sam | 2006-10-22 20:31:10 +0000 (Sun, 22 Oct 2006) | 3 lines |
5054 | | Changed paths: |
5055 | | M /libcaca/trunk/cucul/transform.c |
5056 | | |
5057 | | * Added block drawing glyphs to the flip/flop/rotate functions. |
5058 | | * Made these functions fullwidth-aware. |
5059 | | |
5060 | | ------------------------------------------------------------------------ |
5061 | | r1222 | sam | 2006-10-22 19:53:48 +0000 (Sun, 22 Oct 2006) | 2 lines |
5062 | | Changed paths: |
5063 | | M /libcaca/trunk/test/transform.c |
5064 | | |
5065 | | * Add fullwidth characters to the transform test. |
5066 | | |
5067 | | ------------------------------------------------------------------------ |
5068 | | r1221 | sam | 2006-10-22 17:40:55 +0000 (Sun, 22 Oct 2006) | 3 lines |
5069 | | Changed paths: |
5070 | | M /libcaca/trunk/cucul/canvas.c |
5071 | | M /libcaca/trunk/cucul/export.c |
5072 | | |
5073 | | * Updated documentation of fullwidth-aware functions. |
5074 | | * Fullwidth support in all exporters. |
5075 | | |
5076 | | ------------------------------------------------------------------------ |
5077 | | r1220 | sam | 2006-10-22 17:19:58 +0000 (Sun, 22 Oct 2006) | 2 lines |
5078 | | Changed paths: |
5079 | | M /libcaca/trunk/test/export.c |
5080 | | |
5081 | | * Add a test for fullwidth characters to the exporter test. |
5082 | | |
5083 | | ------------------------------------------------------------------------ |
5084 | | r1219 | sam | 2006-10-22 16:49:54 +0000 (Sun, 22 Oct 2006) | 2 lines |
5085 | | Changed paths: |
5086 | | M /libcaca/trunk/cucul/import.c |
5087 | | |
5088 | | * Support for fullwidth glyphs in the UTF-8 importer. |
5089 | | |
5090 | | ------------------------------------------------------------------------ |
5091 | | r1218 | sam | 2006-10-22 16:35:25 +0000 (Sun, 22 Oct 2006) | 2 lines |
5092 | | Changed paths: |
5093 | | M /libcaca/trunk/caca/driver_conio.c |
5094 | | M /libcaca/trunk/caca/driver_gl.c |
5095 | | M /libcaca/trunk/caca/driver_ncurses.c |
5096 | | M /libcaca/trunk/caca/driver_slang.c |
5097 | | M /libcaca/trunk/caca/driver_vga.c |
5098 | | M /libcaca/trunk/caca/driver_win32.c |
5099 | | M /libcaca/trunk/caca/driver_x11.c |
5100 | | M /libcaca/trunk/cucul/canvas.c |
5101 | | M /libcaca/trunk/cucul/cucul.h |
5102 | | M /libcaca/trunk/cucul/cucul_internals.h |
5103 | | |
5104 | | * Support for fullwidth glyphs in the libcaca output drivers. |
5105 | | |
5106 | | ------------------------------------------------------------------------ |
5107 | | r1217 | sam | 2006-10-22 16:16:15 +0000 (Sun, 22 Oct 2006) | 2 lines |
5108 | | Changed paths: |
5109 | | M /libcaca/trunk/test/fullwidth.c |
5110 | | |
5111 | | * Use 0xCACA as the test character. Ahaha. Caca. Got it? |
5112 | | |
5113 | | ------------------------------------------------------------------------ |
5114 | | r1216 | sam | 2006-10-22 15:03:22 +0000 (Sun, 22 Oct 2006) | 3 lines |
5115 | | Changed paths: |
5116 | | M /libcaca/trunk/test |
5117 | | M /libcaca/trunk/test/Makefile.am |
5118 | | A /libcaca/trunk/test/fullwidth.c |
5119 | | M /libcaca/trunk/test/unicode.c |
5120 | | |
5121 | | * Fix the Unicode test. |
5122 | | * Add a test for fullwidth characters. |
5123 | | |
5124 | | ------------------------------------------------------------------------ |
5125 | | r1215 | sam | 2006-10-22 15:01:04 +0000 (Sun, 22 Oct 2006) | 2 lines |
5126 | | Changed paths: |
5127 | | M /libcaca/trunk/cucul/canvas.c |
5128 | | M /libcaca/trunk/cucul/cucul_internals.h |
5129 | | |
5130 | | * Support for fullwidth (= double width) Unicode characters. |
5131 | | |
5132 | | ------------------------------------------------------------------------ |
5133 | | r1214 | sam | 2006-10-22 14:40:50 +0000 (Sun, 22 Oct 2006) | 2 lines |
5134 | | Changed paths: |
5135 | | M /libcaca/trunk/doc/libcaca.dox |
5136 | | |
5137 | | * Minor changes to the documentation front page. |
5138 | | |
5139 | | ------------------------------------------------------------------------ |
5140 | | r1212 | sam | 2006-10-20 16:19:41 +0000 (Fri, 20 Oct 2006) | 2 lines |
5141 | | Changed paths: |
5142 | | M /libcaca/trunk/cxx/Makefile.am |
5143 | | M /libcaca/trunk/src/Makefile.am |
5144 | | M /libcaca/trunk/test/Makefile.am |
5145 | | M /libcaca/trunk/tools/Makefile.am |
5146 | | |
5147 | | * Do not link binaries with @CACA_LIBS@, it's useless. |
5148 | | |
5149 | | ------------------------------------------------------------------------ |
5150 | | r1211 | sam | 2006-10-20 16:17:12 +0000 (Fri, 20 Oct 2006) | 2 lines |
5151 | | Changed paths: |
5152 | | M /libcaca/trunk/cucul/charset.c |
5153 | | M /libcaca/trunk/cucul/cucul.h |
5154 | | |
5155 | | * Implemented cucul_utf32_is_fullwidth(). |
5156 | | |
5157 | | ------------------------------------------------------------------------ |
5158 | | r1210 | sam | 2006-10-19 23:17:33 +0000 (Thu, 19 Oct 2006) | 2 lines |
5159 | | Changed paths: |
5160 | | M /libcaca/trunk/TODO |
5161 | | |
5162 | | * Slightly updated TODO list. |
5163 | | |
5164 | | ------------------------------------------------------------------------ |
5165 | | r1208 | sam | 2006-10-19 22:43:17 +0000 (Thu, 19 Oct 2006) | 3 lines |
5166 | | Changed paths: |
5167 | | M /libcaca/trunk/caca/Makefile.am |
5168 | | M /libcaca/trunk/caca/caca.c |
5169 | | M /libcaca/trunk/caca/caca_internals.h |
5170 | | M /libcaca/trunk/configure.ac |
5171 | | |
5172 | | * Added a --enable-plugins configure flag that builds the GL and X11 drivers |
5173 | | as plugins. This way, libcaca does not directly depend on those libraries. |
5174 | | |
5175 | | ------------------------------------------------------------------------ |
5176 | | r1207 | sam | 2006-10-19 21:21:00 +0000 (Thu, 19 Oct 2006) | 2 lines |
5177 | | Changed paths: |
5178 | | M /libcaca/trunk/configure.ac |
5179 | | |
5180 | | * Add checks for getopt / getopt_long. |
5181 | | |
5182 | | ------------------------------------------------------------------------ |
5183 | | r1203 | sam | 2006-10-14 22:11:33 +0000 (Sat, 14 Oct 2006) | 2 lines |
5184 | | Changed paths: |
5185 | | M /libcaca/trunk/cxx/cucul++.h |
5186 | | |
5187 | | * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck. |
5188 | | |
5189 | | ------------------------------------------------------------------------ |
5190 | | r1198 | sam | 2006-10-12 09:33:49 +0000 (Thu, 12 Oct 2006) | 2 lines |
5191 | | Changed paths: |
5192 | | M /libcaca/trunk/configure.ac |
5193 | | M /libcaca/trunk/src/Makefile.am |
5194 | | |
5195 | | * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux. |
5196 | | |
5197 | | ------------------------------------------------------------------------ |
5198 | | r1191 | sam | 2006-10-06 10:12:52 +0000 (Fri, 06 Oct 2006) | 3 lines |
5199 | | Changed paths: |
5200 | | M /libcaca/trunk/cucul/export.c |
5201 | | |
5202 | | * Fixed a bug in the IRC exporter that could break the output when there |
5203 | | were commas in the canvas. |
5204 | | |
5205 | | ------------------------------------------------------------------------ |
5206 | | r1186 | sam | 2006-10-04 12:11:16 +0000 (Wed, 04 Oct 2006) | 3 lines |
5207 | | Changed paths: |
5208 | | M /libcaca/trunk/ChangeLog |
5209 | | M /libcaca/trunk/NEWS |
5210 | | M /libcaca/trunk/configure.ac |
5211 | | |
5212 | | * Set version to 0.99.beta7. |
5213 | | * Updated NEWS and ChangeLog. |
5214 | | |
5215 | | ------------------------------------------------------------------------ |
5216 | | r1175 | sam | 2006-10-01 12:50:43 +0000 (Sun, 01 Oct 2006) | 2 lines |
5217 | | Changed paths: |
5218 | | M /libcaca/trunk/cucul/export.c |
5219 | | |
5220 | | * Support transparency in the colour UTF-8 exporter. |
5221 | | |
5222 | | ------------------------------------------------------------------------ |
5223 | | r1174 | sam | 2006-10-01 12:23:30 +0000 (Sun, 01 Oct 2006) | 2 lines |
5224 | | Changed paths: |
5225 | | M /libcaca/trunk/cucul/triangle.c |
5226 | | |
5227 | | * Better precision in cucul_fill_triangle(). |
5228 | | |
5229 | | ------------------------------------------------------------------------ |
5230 | | r1173 | sam | 2006-10-01 11:53:35 +0000 (Sun, 01 Oct 2006) | 2 lines |
5231 | | Changed paths: |
5232 | | M /libcaca/trunk/cucul/triangle.c |
5233 | | |
5234 | | * More optimisations in cucul_fill_triangle(). |
5235 | | |
5236 | | ------------------------------------------------------------------------ |
5237 | | r1172 | sam | 2006-10-01 10:47:41 +0000 (Sun, 01 Oct 2006) | 2 lines |
5238 | | Changed paths: |
5239 | | M /libcaca/trunk/cucul/triangle.c |
5240 | | |
5241 | | * Optimised triangle rasteriser. Thanks to Jylam for the hints. |
5242 | | |
5243 | | ------------------------------------------------------------------------ |
5244 | | r1171 | sam | 2006-10-01 08:53:41 +0000 (Sun, 01 Oct 2006) | 2 lines |
5245 | | Changed paths: |
5246 | | M /libcaca/trunk/cucul/import.c |
5247 | | |
5248 | | * Set default background to transparent in the ANSI and UTF-8 importers. |
5249 | | |
5250 | | ------------------------------------------------------------------------ |
5251 | | r1156 | jylam | 2006-09-30 18:56:23 +0000 (Sat, 30 Sep 2006) | 9 lines |
5252 | | Changed paths: |
5253 | | M /libcaca/trunk/cxx/Makefile.am |
5254 | | M /libcaca/trunk/cxx/cucul++.cpp |
5255 | | M /libcaca/trunk/cxx/cucul++.h |
5256 | | A /libcaca/trunk/cxx/cxxtest.cpp |
5257 | | |
5258 | | * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. |
5259 | | |
5260 | | --This line, and those below, will be ignored-- |
5261 | | |
5262 | | M cxx/cucul++.cpp |
5263 | | A cxx/cxxtest.cpp |
5264 | | M cxx/cucul++.h |
5265 | | M cxx/Makefile.am |
5266 | | |
5267 | | ------------------------------------------------------------------------ |
5268 | | r1155 | sam | 2006-09-30 18:35:50 +0000 (Sat, 30 Sep 2006) | 2 lines |
5269 | | Changed paths: |
5270 | | M /libcaca/trunk/ChangeLog |
5271 | | M /libcaca/trunk/NEWS |
5272 | | |
5273 | | * Updated NEWS and ChangeLog. |
5274 | | |
5275 | | ------------------------------------------------------------------------ |
5276 | | r1154 | sam | 2006-09-30 18:25:41 +0000 (Sat, 30 Sep 2006) | 2 lines |
5277 | | Changed paths: |
5278 | | M /libcaca/trunk/configure.ac |
5279 | | |
5280 | | * Set version to 0.99.beta6. |
5281 | | |
5282 | | ------------------------------------------------------------------------ |
5283 | | r1153 | sam | 2006-09-30 18:24:10 +0000 (Sat, 30 Sep 2006) | 2 lines |
5284 | | Changed paths: |
5285 | | M /libcaca/trunk/test/import.c |
5286 | | |
5287 | | * Added an optional argument to the import test to select import format. |
5288 | | |
5289 | | ------------------------------------------------------------------------ |
5290 | | r1152 | sam | 2006-09-30 18:20:39 +0000 (Sat, 30 Sep 2006) | 3 lines |
5291 | | Changed paths: |
5292 | | M /libcaca/trunk/src/aafire.c |
5293 | | M /libcaca/trunk/src/cacademo.c |
5294 | | |
5295 | | * As per user request, only display the "Powered by libcaca" banner for a |
5296 | | few seconds at the beginning. |
5297 | | |
5298 | | ------------------------------------------------------------------------ |
5299 | | r1149 | sam | 2006-09-30 17:49:09 +0000 (Sat, 30 Sep 2006) | 2 lines |
5300 | | Changed paths: |
5301 | | M /libcaca/trunk/cucul/canvas.c |
5302 | | |
5303 | | * Fix minor memory leak in cucul_set_canvas_boundaries(). |
5304 | | |
5305 | | ------------------------------------------------------------------------ |
5306 | | r1148 | sam | 2006-09-30 17:31:16 +0000 (Sat, 30 Sep 2006) | 2 lines |
5307 | | Changed paths: |
5308 | | M /libcaca/trunk/cucul/cucul.c |
5309 | | |
5310 | | * Fix minor memory leak in cucul_free_canvas(). |
5311 | | |
5312 | | ------------------------------------------------------------------------ |
5313 | | r1137 | sam | 2006-09-29 23:36:02 +0000 (Fri, 29 Sep 2006) | 2 lines |
5314 | | Changed paths: |
5315 | | M /libcaca/trunk/cucul/canvas.c |
5316 | | |
5317 | | * Fixed a bug in cucul_putchar() that broke half of the Unicode set. |
5318 | | |
5319 | | ------------------------------------------------------------------------ |
5320 | | r1136 | sam | 2006-09-29 23:34:03 +0000 (Fri, 29 Sep 2006) | 3 lines |
5321 | | Changed paths: |
5322 | | M /libcaca/trunk/cucul/import.c |
5323 | | |
5324 | | * Add "utf8" import format. |
5325 | | * Documented "text" import format. |
5326 | | |
5327 | | ------------------------------------------------------------------------ |
5328 | | r1107 | sam | 2006-09-26 20:32:48 +0000 (Tue, 26 Sep 2006) | 2 lines |
5329 | | Changed paths: |
5330 | | M /libcaca/trunk/cucul/cucul.c |
5331 | | |
5332 | | * Initialise colours to default/transparent instead of lightgray/black. |
5333 | | |
5334 | | ------------------------------------------------------------------------ |
5335 | | r1105 | sam | 2006-09-25 16:12:17 +0000 (Mon, 25 Sep 2006) | 3 lines |
5336 | | Changed paths: |
5337 | | M /libcaca/trunk/NEWS |
5338 | | |
5339 | | * Remove non-ASCII character from NEWS file because Doxygen is unable to |
5340 | | encode it in the manpages. |
5341 | | |
5342 | | ------------------------------------------------------------------------ |
5343 | | r1104 | sam | 2006-09-25 16:00:10 +0000 (Mon, 25 Sep 2006) | 2 lines |
5344 | | Changed paths: |
5345 | | M /libcaca/trunk/TODO |
5346 | | M /libcaca/trunk/caca/caca.h |
5347 | | M /libcaca/trunk/cucul/dither.c |
5348 | | M /libcaca/trunk/cucul/export.c |
5349 | | M /libcaca/trunk/cucul/import.c |
5350 | | |
5351 | | * Fix enumeration layout in the manpage documentation. |
5352 | | |
5353 | | ------------------------------------------------------------------------ |
5354 | | r1103 | sam | 2006-09-25 15:58:33 +0000 (Mon, 25 Sep 2006) | 3 lines |
5355 | | Changed paths: |
5356 | | M /libcaca/trunk/doc/Makefile.am |
5357 | | |
5358 | | * Fucking Doxygen replaces "s with 's in manpages. And it does not even |
5359 | | escape them. Fix that upon installation. |
5360 | | |
5361 | | ------------------------------------------------------------------------ |
5362 | | r1098 | sam | 2006-09-23 19:07:13 +0000 (Sat, 23 Sep 2006) | 4 lines |
5363 | | Changed paths: |
5364 | | M /libcaca/trunk/cucul/import.c |
5365 | | |
5366 | | * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours |
5367 | | before calling cucul_set_canvas_size(), otherwise it'll fill the new area |
5368 | | with the current values. |
5369 | | |
5370 | | ------------------------------------------------------------------------ |
5371 | | r1095 | sam | 2006-09-23 07:36:54 +0000 (Sat, 23 Sep 2006) | 2 lines |
5372 | | Changed paths: |
5373 | | M /libcaca/trunk/TODO |
5374 | | |
5375 | | * Updated TODO. |
5376 | | |
5377 | | ------------------------------------------------------------------------ |
5378 | | r1094 | sam | 2006-09-23 01:55:29 +0000 (Sat, 23 Sep 2006) | 2 lines |
5379 | | Changed paths: |
5380 | | M /libcaca/trunk/ChangeLog |
5381 | | M /libcaca/trunk/NEWS |
5382 | | |
5383 | | * Updated NEWS and ChangeLog. |
5384 | | |
5385 | | ------------------------------------------------------------------------ |
5386 | | r1093 | sam | 2006-09-23 01:48:10 +0000 (Sat, 23 Sep 2006) | 2 lines |
5387 | | Changed paths: |
5388 | | M /libcaca/trunk/doc/Makefile.am |
5389 | | M /libcaca/trunk/doc/cacafire.1 |
5390 | | |
5391 | | * Update the cacademo manpage to reflect the merge. |
5392 | | |
5393 | | ------------------------------------------------------------------------ |
5394 | | r1092 | sam | 2006-09-23 01:28:49 +0000 (Sat, 23 Sep 2006) | 2 lines |
5395 | | Changed paths: |
5396 | | M /libcaca/trunk/cucul/colour.c |
5397 | | M /libcaca/trunk/cucul/cucul.h |
5398 | | |
5399 | | * Implemented cucul_get_color(). |
5400 | | |
5401 | | ------------------------------------------------------------------------ |
5402 | | r1091 | sam | 2006-09-23 01:18:49 +0000 (Sat, 23 Sep 2006) | 2 lines |
5403 | | Changed paths: |
5404 | | M /libcaca/trunk/cucul/canvas.c |
5405 | | |
5406 | | * Fixed chcul_getchar's error behaviour. |
5407 | | |
5408 | | ------------------------------------------------------------------------ |
5409 | | r1090 | sam | 2006-09-23 01:10:15 +0000 (Sat, 23 Sep 2006) | 2 lines |
5410 | | Changed paths: |
5411 | | M /libcaca/trunk/configure.ac |
5412 | | |
5413 | | * Update versioning. |
5414 | | |
5415 | | ------------------------------------------------------------------------ |
5416 | | r1089 | sam | 2006-09-23 00:59:47 +0000 (Sat, 23 Sep 2006) | 2 lines |
5417 | | Changed paths: |
5418 | | M /libcaca/trunk/cucul/export.c |
5419 | | |
5420 | | * Handle transparency in the IRC export. |
5421 | | |
5422 | | ------------------------------------------------------------------------ |
5423 | | r1088 | sam | 2006-09-23 00:55:42 +0000 (Sat, 23 Sep 2006) | 2 lines |
5424 | | Changed paths: |
5425 | | M /libcaca/trunk/cucul/cucul.c |
5426 | | |
5427 | | * When resizing a canvas, use the current fg/bg colours to fill holes. |
5428 | | |
5429 | | ------------------------------------------------------------------------ |
5430 | | r1086 | sam | 2006-09-22 23:26:56 +0000 (Fri, 22 Sep 2006) | 2 lines |
5431 | | Changed paths: |
5432 | | M /libcaca/trunk/configure.ac |
5433 | | M /libcaca/trunk/test |
5434 | | M /libcaca/trunk/test/Makefile.am |
5435 | | D /libcaca/trunk/test/toilet.c |
5436 | | |
5437 | | * Remove toilet from the libcaca source, it'll be moved to its own repo. |
5438 | | |
5439 | | ------------------------------------------------------------------------ |
5440 | | r1080 | sam | 2006-09-22 00:27:13 +0000 (Fri, 22 Sep 2006) | 2 lines |
5441 | | Changed paths: |
5442 | | M /libcaca/trunk/test/toilet.c |
5443 | | |
5444 | | * Autocrop toilet output. |
5445 | | |
5446 | | ------------------------------------------------------------------------ |
5447 | | r1079 | sam | 2006-09-22 00:20:06 +0000 (Fri, 22 Sep 2006) | 2 lines |
5448 | | Changed paths: |
5449 | | M /libcaca/trunk/cucul/canvas.c |
5450 | | M /libcaca/trunk/cucul/cucul.h |
5451 | | |
5452 | | * Implement cucul_set_canvas_boundaries() for cropping and expanding. |
5453 | | |
5454 | | ------------------------------------------------------------------------ |
5455 | | r1078 | sam | 2006-09-21 22:36:00 +0000 (Thu, 21 Sep 2006) | 2 lines |
5456 | | Changed paths: |
5457 | | M /libcaca/trunk/cucul/export.c |
5458 | | |
5459 | | * Really export IRC as UTF-8, as advertised in the documentation. |
5460 | | |
5461 | | ------------------------------------------------------------------------ |
5462 | | r1077 | sam | 2006-09-21 21:30:50 +0000 (Thu, 21 Sep 2006) | 3 lines |
5463 | | Changed paths: |
5464 | | M /libcaca/trunk/test/toilet.c |
5465 | | |
5466 | | * Handle UTF-8 in TOIlet. |
5467 | | * Add a --irc flag to TOIlet. |
5468 | | |
5469 | | ------------------------------------------------------------------------ |
5470 | | r1076 | sam | 2006-09-21 19:54:54 +0000 (Thu, 21 Sep 2006) | 2 lines |
5471 | | Changed paths: |
5472 | | M /libcaca/trunk/test/toilet.c |
5473 | | |
5474 | | * Support for platforms without <getopt.h> in TOIlet. |
5475 | | |
5476 | | ------------------------------------------------------------------------ |
5477 | | r1075 | sam | 2006-09-21 17:32:27 +0000 (Thu, 21 Sep 2006) | 2 lines |
5478 | | Changed paths: |
5479 | | M /libcaca/trunk/test/Makefile.am |
5480 | | M /libcaca/trunk/test/toilet.c |
5481 | | |
5482 | | * Added getopt support to toilet. |
5483 | | |
5484 | | ------------------------------------------------------------------------ |
5485 | | r1074 | sam | 2006-09-21 16:59:23 +0000 (Thu, 21 Sep 2006) | 2 lines |
5486 | | Changed paths: |
5487 | | M /libcaca/trunk/configure.ac |
5488 | | |
5489 | | * Check for <getopt.h> and getopt_long. |
5490 | | |
5491 | | ------------------------------------------------------------------------ |
5492 | | r1073 | sam | 2006-09-20 16:31:12 +0000 (Wed, 20 Sep 2006) | 2 lines |
5493 | | Changed paths: |
5494 | | M /libcaca/trunk/test |
5495 | | M /libcaca/trunk/test/Makefile.am |
5496 | | A /libcaca/trunk/test/toilet.c |
5497 | | |
5498 | | * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later. |
5499 | | |
5500 | | ------------------------------------------------------------------------ |
5501 | | r1072 | sam | 2006-09-19 19:11:33 +0000 (Tue, 19 Sep 2006) | 2 lines |
5502 | | Changed paths: |
5503 | | M /libcaca/trunk/caca/driver_gl.c |
5504 | | M /libcaca/trunk/cucul/font.c |
5505 | | |
5506 | | * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix. |
5507 | | |
5508 | | ------------------------------------------------------------------------ |
5509 | | r1071 | jylam | 2006-09-19 19:06:04 +0000 (Tue, 19 Sep 2006) | 2 lines |
5510 | | Changed paths: |
5511 | | M /libcaca/trunk/caca/driver_gl.c |
5512 | | |
5513 | | * Oops \o/ |
5514 | | |
5515 | | ------------------------------------------------------------------------ |
5516 | | r1070 | jylam | 2006-09-19 19:04:29 +0000 (Tue, 19 Sep 2006) | 2 lines |
5517 | | Changed paths: |
5518 | | M /libcaca/trunk/caca/driver_gl.c |
5519 | | |
5520 | | |