c735b19
Set version to 0.99beta18. by
2010-10-07 21:33:42 +0000
3e3210a
Remove spurious tabs from source. by
2010-10-07 21:33:36 +0000
a1d0435
Move mygetopt() directly into libcaca, for use by other programs. by
2010-10-07 21:03:34 +0000
2bf74e6
Mark the font data as const. We no longer modify it in place. by
2010-09-02 21:02:16 +0000
0c16cc9
Comply with cygwin's curses.h implementation. by
2010-09-02 21:02:06 +0000
d7477e8
* Do not force output to be in UTF-8, some people have not switched yet... by
2010-08-26 21:57:11 +0000
7b4b481
* Fix using dead keys on my us_intl keyboard - Ignore key events when XFilterEvent returns true - Do not set key to 0 when it is over 128 by
2010-08-26 21:14:12 +0000
8a16e92
* Bind event functions. by
2010-07-02 20:04:26 +0000
c8031ca
* Fix bad condition. by
2010-06-22 23:15:33 +0000
867616d
* Rename cv variable to pointer. by
2010-06-21 18:09:23 +0000
78a25b9
* Add optional pointer argument to Canvas class. * get_canvas method now return Python Canvas object. by
2010-06-21 18:06:26 +0000
5217632
* Fix export functions. by
2010-06-20 21:32:31 +0000
cf6ed42
* Fix get_dirty_rect function. * Add exceptions for missing methods. by
2010-06-01 18:21:41 +0000
4a15b0d
* Bind import functions. by
2010-05-30 18:59:39 +0000
62119d2
* Bind export functions. by
2010-05-30 12:47:28 +0000
a72bbed
* Fix python Makefile. by
2010-05-28 17:28:43 +0000
d9a814e
* Improve rotated T, add P Q R ; 3 4 by
2010-05-27 14:43:11 +0000
2014be6
* Add a rotated T by
2010-05-27 11:30:08 +0000
5dbf9da
New improved ctypes-based Python bindings, by Alex Foulon <alxf@lavabit.com>. by
2010-05-20 23:32:35 +0000
0c2a5df
On Win32 and Win64, define 32-bit C99 types as ints instead of longs, because a lot of software (wrongly) assumes that int32_t is the same as int. by
2010-04-22 13:54:44 +0000
6bdfb77
Fix a few things in the VS2k8 solution. by
2010-04-20 12:19:55 +0000
bdca100
Clarify the need to bootstrap in README. by
2010-04-16 21:06:09 +0000
ba6cefe
Fix the Visual Studio solution. by
2010-04-16 11:23:02 +0000
5136ee5
A few C89 compilation fixes. by
2010-04-16 11:22:38 +0000
9456dcc
Add new Unicode characters to other transformation routines. by
2010-04-01 19:42:28 +0000
919055b
* Add few unicode charecters to the flip table by
2010-03-29 10:48:24 +0000
1182f24
Fix a typo in doc/Makefile.am preventing the documentation to build. by
2010-03-21 21:53:59 +0000
a09f027
Add the copyright unit test and update copyright information everywhere. by
2010-02-15 23:57:13 +0000
e97b87c
Use Computer Modern fonts instead of that ugly Times. by
2010-02-10 23:35:08 +0000
8c4ac14
Make the check-source test more generic. by
2010-02-09 00:49:31 +0000
6951abe
Get rid of pushd/popd in the testsuite. by
2010-02-09 00:45:18 +0000
e0e5f0b
Synchronise mygetopt.c with zzuf. by
2010-02-08 23:39:34 +0000
bfc03ef
Add triangle texture mapping to NEWS and update ChangeLog. by
2010-02-08 14:29:19 +0000
9251104
Update changelog. by
2010-02-08 13:59:04 +0000
e6bbe2d
Disable set_dither_palette until we really use it. by
2010-02-08 13:57:46 +0000
a521524
Fix distribution of Java source. by
2010-02-08 13:51:52 +0000
7100ad4
(tag: v0.99.beta17)
Fix ChangeLog, NEWS and win32/config.h for release 0.99.beta17. by
2010-02-08 01:50:59 +0000
107ff4b
Large source code cleanup, getting rid of spaces, tabs, and svn keywords. by
2010-02-08 01:27:22 +0000
2559f2d
Nicer make check output for our custom tests. by
2010-02-08 00:40:21 +0000
95f2000
Add missing ruby/test file to the distributed tarball. by
2010-02-07 23:44:38 +0000
8ae84fa
Improve changelog generation. by
2010-02-07 22:37:18 +0000
e0113ce
Update logo in the PHP bindings. by
2010-02-07 21:11:03 +0000
72b669a
Replace the old caca texture with a copy of our new logo. by
2010-02-07 20:59:05 +0000
51cf438
Fix dllexport usage, courtesy of Carlo Bramini in #48. by
2010-02-07 17:21:51 +0000
c2997a0
Add #undef __extern at the end of caca0.h. Thanks to Carlo Bramini for fixing this in #48. by
2010-02-07 17:21:45 +0000
6841aca
Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy of Carlo Bramini. Addresses #48. by
2010-02-07 17:01:16 +0000
a4cd497
Do not use htons/htonl in makefont.c, since we already have hton16/hton32 which do not require to initialise winsock on Windows. Addresses #48. by
2010-02-07 17:01:10 +0000
4c23d2b
Add brief documentation to figfont functions. by
2010-02-07 15:57:52 +0000
6adecfc
Split check-build into check-doygen, check-source and check-win32. by
2010-02-07 15:57:46 +0000
81f9abd
Document file functions and fix a few issues here and there. by
2010-02-07 00:22:38 +0000
561a13e
Move some configuration stuff from build-kernel into configure.ac. by
2010-02-07 00:22:31 +0000
5093140
Generate a better changelog. by
2010-02-06 21:20:40 +0000
e83ae72
Activate colour toilet font support. by
2010-01-27 00:42:57 +0000
cbe20b2
Don't fail the check-build test if documentation was not built. by
2010-01-25 12:40:18 +0000
1edad92
Simpler and more accurate troff colour selection. by
2010-01-25 01:47:21 +0000
c73ff6d
* Always draw all background in troff output, on beginning of lines too by
2010-01-24 22:04:10 +0000
3584efd
Fix the source code to reduce testsuite errors. by
2010-01-24 21:58:17 +0000
a2fff59
* Always draw all background in troff output by
2010-01-24 21:43:19 +0000
b897d28
* Unbreak make dist (multiboot.S is dead), but many files in kernel/ are missing there by
2010-01-24 21:15:01 +0000
1688fce
Fix check-build verbosity. by
2010-01-24 01:47:25 +0000
80f969d
Fix shrext_cmds usage in configure.ac. by
2010-01-24 01:47:18 +0000
879ab40
* Add back some missing spaces by
2010-01-21 11:14:24 +0000
f8a477f
* Map colors to the ones known by groff, defining mines don't work by
2010-01-06 20:56:29 +0000
f039d3e
Move conditional java targets to the top of Makefile.am. by
2010-01-06 00:10:31 +0000
c7ec6a0
* Improve a bit troff export by
2010-01-06 00:05:09 +0000
1c669cd
* Add experimental troff export by
2010-01-05 23:27:26 +0000
ebf410f
* Do not want libjava.jar when we don't build java binding by
2010-01-05 21:59:10 +0000
2a4cccb
Clean up .gitignore and documentation build rules. by
2010-01-03 02:54:32 +0000
f5ba6b4
Clean up files generated by build-kernel in make clean. by
2010-01-03 02:54:17 +0000
ee517d8
Build Java examples and add wrapper scripts to run them. by
2009-12-24 00:02:16 +0000
7278969
Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>. by
2009-12-23 11:34:49 +0000
7c311ae
* Fix libcaca.a linkage (was off by one argument), fill memory with 0xCACA, because caca is so delicious. by
2009-12-20 16:29:24 +0000
2112ef3
* Added 64bits RDTSC support, as well as CPU frequency guess (more like a 8254a test, actually) by
2009-12-20 15:41:41 +0000
b814e2f
* Fix indentation and add licensing and copyright headers to kernel by
2009-12-20 14:02:02 +0000
53e2763
* Fill CPU id correctly, you dumb fuck. by
2009-12-20 13:45:00 +0000
b9fc0d3
* XCode project file updated for kernel by
2009-12-20 13:40:42 +0000
d2ad933
* Forgot kernel build script by
2009-12-20 13:36:15 +0000
5a9b7d7
* Total kernel rewrite by
2009-12-20 13:33:11 +0000
a1fd592
Store built-in fonts in a uin8_t[] instead of char[]. by
2009-12-19 14:38:47 +0000
1362d8e
Update my e-mail address everywhere. by
2009-12-19 14:38:38 +0000
68bdb1b
Preload the example input buffer with Unicode stuff for testing. by
2009-12-18 22:09:25 +0000
231c33a
Fix an alignment issue in caca_get_canvas_chars() and caca_get_canvas_attrs(). Fixes #41. by
2009-12-18 21:50:37 +0000
6d526ea
Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7. by
2009-12-18 21:36:15 +0000
ff266e2
Explicitly link with -lGLU because freeglut may not provide it. Fixes #61. by
2009-12-18 21:24:10 +0000
827c233
Deduce X11 font size from a relevant sample to avoid oversized font cells. Fixes bug #21 (X11 Unicode support). by
2009-12-18 21:17:54 +0000
6d943c6
Call setlocale() in the X11 driver to activate the current locale. If it is an UTF-8 locale, more glyphs are displayed. by
2009-12-17 23:25:46 +0000
84fb312
Use XwcDrawString in the X11 driver if font sets are available. by
2009-12-17 01:46:30 +0000
095f628
Allow the X11 driver to display Unicode characters if they are in the current font (addresses #21). by
2009-12-17 01:46:22 +0000
8c678ff
Do not crash in caca_flush_figlet() if no figfont was loaded. by
2009-12-16 19:25:52 +0000
0f7722b
Fix the libcucul symlink installation when /bin/sh points to bash or any shell that doesn't look for sourced files in $PWD. by
2009-12-14 23:29:51 +0000
d5ecfde
Fix the old "value computed is unused" warning triggered by ncurses. by
2009-12-14 18:27:49 +0000
6b199b4
Fix a compilation warning in conio-snake.cpp. by
2009-12-14 18:06:12 +0000
f15ac0c
* Add test for import/export of area by
2009-12-14 18:05:39 +0000
68ed0f9
More warning fixes in conio.c. by
2009-12-14 17:59:38 +0000
54f96e8
Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta gueule pour les trailing spaces !) by
2009-12-14 17:40:37 +0000
5a4d1c2
* Oops by
2009-12-14 17:36:42 +0000
f517acc
* Remove tabs by
2009-12-14 15:58:31 +0000
988feae
* Bind area import/export functions by
2009-12-07 17:21:25 +0000
7797d56
* Bind dirty rectangle functions by
2009-12-07 17:06:04 +0000
0b87b25
* Bind caca_fill_triangle_textured by
2009-12-07 16:46:18 +0000