Jean-Yves Lamoureux
29775feb27
* Added caca_set_width, set_height_, set_size
19 years ago
Jean-Yves Lamoureux
dd5668d9f0
* Fixed remaining warnings with gcc 3.x and 4.x
19 years ago
Jean-Yves Lamoureux
c331fe42d5
* Fixed warnings under GCC 4.x
19 years ago
Jean-Yves Lamoureux
49a53f68bc
* Fixed a bunch of warnings
19 years ago
Sam Hocevar
782b464878
* more coding style fixes.
19 years ago
Sam Hocevar
c55e00fe59
* src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
19 years ago
Sam Hocevar
8067a1982b
* src/graphics.c: call glutInit() before calling other glut functions.
19 years ago
Sam Hocevar
6516714d03
* coding style fixes.
19 years ago
Sam Hocevar
f42fd33636
* src/bitmap.c:
+ Renamed gammaval into gamma.
+ Fixed Doxygen comments.
19 years ago
Jean-Yves Lamoureux
94bce66cf0
* src/event.c Fixed compilation problem when compiled without slang nor ncurses
19 years ago
Sam Hocevar
df2a70b7fe
* debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
19 years ago
Jean-Yves Lamoureux
2ce4af96e1
* src/graphics.c src/caca.h : Added ANSI exporter
19 years ago
Jean-Yves Lamoureux
4ce99f0aff
* src/math.c src/bitmap.c src/caca.h Removed powf call, added caca_powf, to remove libm depencies and problems on old compilers/linkers.
19 years ago
Sam Hocevar
970b0cfcc6
* src/event.c src/caca.c: fixed coding style
19 years ago
Jean-Yves Lamoureux
7faa9019fd
* OpenGL driver mouse support
19 years ago
Sam Hocevar
b4c289e0b7
* imported previous Debian uploads.
19 years ago
Sam Hocevar
0ab0efe335
* src/graphics.c: more optimisations in the exporters
19 years ago
Jean-Yves Lamoureux
53c587e556
* made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
19 years ago
Sam Hocevar
1f699f7923
* src/graphics.c: cleaned caca_get_html()
19 years ago
Sam Hocevar
189a80707c
* src/graphics.c: heavy cleanup in caca_get_html3().
19 years ago
Jean-Yves Lamoureux
1715754261
* Added Null driver and html3 exporter.
19 years ago
Jean-Yves Lamoureux
25987191eb
GL driver : Updated documentation and added support for CACA_GEOMETRY
19 years ago
Jean-Yves Lamoureux
6db4ae0857
Added HTML and IRC output support
19 years ago
Sam Hocevar
982cda097b
* debian/control: use libslang2 instead of slang1.
19 years ago
Jean-Yves Lamoureux
5dc72bc0b1
OpenGL support.
19 years ago
Sam Hocevar
20b2c14750
* Use libtool for the static library generation; paves the way for
a future shared library.
19 years ago
Sam Hocevar
8717a91803
* compilation fix.
20 years ago
Sam Hocevar
3fce0e7843
* src/bitmap.c:
+ Implemented caca_set_bitmap_gamma().
20 years ago
Sam Hocevar
552529043e
* src/graphics.c:
+ Implemented caca_get_screen().
20 years ago
Sam Hocevar
6a937d2d5e
* examples/cacaplas: slower animation.
20 years ago
Sam Hocevar
3f810a64ba
* Imported John Beppu's Perl wrapper.
20 years ago
Sam Hocevar
4fad734207
* src/bitmap.c: dark background works again with floyd-steinberg.
20 years ago
Sam Hocevar
5ef8b56c5e
* examples/:
+ Use Space to pause demos, Esc to quit.
20 years ago
Sam Hocevar
d558d7d475
* src/bitmap.c: dark background works again, except with floyd-steinberg.
20 years ago
Sam Hocevar
ae6fba6e22
* src/caca.h:
+ Introduced CACA_DITHER_FSTEIN.
* src/caca.c:
+ CACA_DITHER_FSTEIN is the default dithering method.
* src/bitmap.c:
+ Fixed other dithering methods. Black background does not work yet.
20 years ago
Sam Hocevar
8f1322038f
* src/bitmap.c: oops, removed spurious test code.
20 years ago
Sam Hocevar
e51f8e348c
* src/bitmap.c:
+ 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
20 years ago
Sam Hocevar
b4f3325fc2
* doc/Makefile.am:
+ Really fixed the manpage generation.
20 years ago
Sam Hocevar
e1b67cab9e
* doc/Makefile.am:
+ Manpage installation fix.
20 years ago
Sam Hocevar
2eab67619a
* examples/cacaplas.c: use Esc to quit, Space to pause.
20 years ago
Sam Hocevar
00e89de50a
* src/graphics.c:
+ Win32 speed improvements by Jari Komppa.
20 years ago
Sam Hocevar
a2bc76b696
* src/graphics.c:
+ Fix strict aliasing rules breakage.
20 years ago
Sam Hocevar
d8eb251de5
* bootstrap:
+ Support for automake 1.8.
20 years ago
Sam Hocevar
6b05fe57be
* BUGS TODO:
+ Removed BUGS, updated TODO.
* debian/*:
+ Depend on libx11-dev instead of xlibs-dev.
+ New Debian upload.
20 years ago
Sam Hocevar
e80006de20
* configure.ac src/graphics:
+ Check for resize_term and resizeterm in -lncurses.
21 years ago
Sam Hocevar
7734fe925e
* 0.9 branch.
21 years ago
Sam Hocevar
cb227abc0c
* 0.9 release.
21 years ago
Sam Hocevar
ad1399c23b
* configure.ac:
+ Check for curses.h as well as ncurses.h.
* src/caca.c src/event.c src/graphics.c:
+ Include curses.h if ncurses.h was not found.
21 years ago
Sam Hocevar
d8589b3a00
* examples/cacaview.c:
+ Moved statusbar and help menu handling in separate functions.
21 years ago
Sam Hocevar
4dcb3f7442
* src/caca.c:
+ Alloc the AllocConsole() call to fail in case the process already has
a console.
21 years ago