Sam Hocevar
6d99c79d26
* All output plugins should now work again.
* Renamed caca_refresh() into caca_display() which makes more sense.
* Optimised gl_bgpal by directly storing floats instead of doing the
conversion at runtime.
* Handle resizing in cucul_set_size() and try to keep as much information
as possible from the previous canvas.
* Moved most global variables into cucul_t or caca_t contexts.
* Moved time.c into libcaca.
пре 19 година
Sam Hocevar
480b8a916b
* Removed cacademo from examples, manpages and distributions. It's useless.
пре 19 година
Sam Hocevar
dfb47f643c
* src/cucul.c: s/width/height/.
пре 19 година
Sam Hocevar
4c72df99aa
A new low-level text management library (canvas for ultrafast compositing
of unicode letters) is now separated from the higher level rendering and I/O
(that is, libcaca). This commit totally breaks the API, but once everything
is polished I will think about source-level backward compatibility. Most
drivers are broken, but X11 still sorta works.
The new design is much more object-oriented and allows having several
active renderers at the same time, changing renderers on the fly, and more
important, having no renderer at all (useful for converters, or when you
want to do your own renderer).
And in case you are still wondering, the libcucul acronym has "Unicode"
because I want to support at least a subset of Unicode. There are awesome
glyphs in it, including the ones inherited from Codepage 437 such as
"gray 25%" that are used in DOS and Win32 ANSI art.
пре 19 година
Sam Hocevar
4357edcaf9
* New updated bootstrap script.
пре 19 година
Sam Hocevar
707f10de81
* Changed the licensing to WTFPL, as per all copyright holders' permission.
пре 19 година
Jean-Yves Lamoureux
1a9c9e36f8
* Added two examples for python bindings (a subset of cacademo, and bitmap example)
пре 19 година
Jean-Yves Lamoureux
895adf52f3
* Fixed bug in events with GL driver
пре 19 година
Jean-Yves Lamoureux
43c29676eb
* Improved GL rendering (characters are not blurry anymore)
пре 19 година
Jean-Yves Lamoureux
020219a96e
* Added -preliminary- Python bindings
пре 19 година
Jean-Yves Lamoureux
bdf0f39073
* Updated for my ego trip
пре 19 година
Jean-Yves Lamoureux
a05ac738aa
* Removed debug test, kekeke ^^
пре 19 година
Jean-Yves Lamoureux
29775feb27
* Added caca_set_width, set_height_, set_size
пре 19 година
Jean-Yves Lamoureux
dd5668d9f0
* Fixed remaining warnings with gcc 3.x and 4.x
пре 19 година
Jean-Yves Lamoureux
c331fe42d5
* Fixed warnings under GCC 4.x
пре 19 година
Jean-Yves Lamoureux
49a53f68bc
* Fixed a bunch of warnings
пре 19 година
Sam Hocevar
782b464878
* more coding style fixes.
пре 19 година
Sam Hocevar
c55e00fe59
* src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
пре 19 година
Sam Hocevar
8067a1982b
* src/graphics.c: call glutInit() before calling other glut functions.
пре 19 година
Sam Hocevar
6516714d03
* coding style fixes.
пре 19 година
Sam Hocevar
f42fd33636
* src/bitmap.c:
+ Renamed gammaval into gamma.
+ Fixed Doxygen comments.
пре 19 година
Jean-Yves Lamoureux
94bce66cf0
* src/event.c Fixed compilation problem when compiled without slang nor ncurses
пре 19 година
Sam Hocevar
df2a70b7fe
* debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
пре 19 година
Jean-Yves Lamoureux
2ce4af96e1
* src/graphics.c src/caca.h : Added ANSI exporter
пре 19 година
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 година
Sam Hocevar
970b0cfcc6
* src/event.c src/caca.c: fixed coding style
пре 19 година
Jean-Yves Lamoureux
7faa9019fd
* OpenGL driver mouse support
пре 19 година
Sam Hocevar
b4c289e0b7
* imported previous Debian uploads.
пре 19 година
Sam Hocevar
0ab0efe335
* src/graphics.c: more optimisations in the exporters
пре 19 година
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 година
Sam Hocevar
1f699f7923
* src/graphics.c: cleaned caca_get_html()
пре 19 година
Sam Hocevar
189a80707c
* src/graphics.c: heavy cleanup in caca_get_html3().
пре 19 година
Jean-Yves Lamoureux
1715754261
* Added Null driver and html3 exporter.
пре 19 година
Jean-Yves Lamoureux
25987191eb
GL driver : Updated documentation and added support for CACA_GEOMETRY
пре 19 година
Jean-Yves Lamoureux
6db4ae0857
Added HTML and IRC output support
пре 19 година
Sam Hocevar
982cda097b
* debian/control: use libslang2 instead of slang1.
пре 19 година
Jean-Yves Lamoureux
5dc72bc0b1
OpenGL support.
пре 19 година
Sam Hocevar
20b2c14750
* Use libtool for the static library generation; paves the way for
a future shared library.
пре 19 година
Sam Hocevar
8717a91803
* compilation fix.
пре 20 година
Sam Hocevar
3fce0e7843
* src/bitmap.c:
+ Implemented caca_set_bitmap_gamma().
пре 20 година
Sam Hocevar
552529043e
* src/graphics.c:
+ Implemented caca_get_screen().
пре 20 година
Sam Hocevar
6a937d2d5e
* examples/cacaplas: slower animation.
пре 20 година
Sam Hocevar
3f810a64ba
* Imported John Beppu's Perl wrapper.
пре 20 година
Sam Hocevar
4fad734207
* src/bitmap.c: dark background works again with floyd-steinberg.
пре 20 година
Sam Hocevar
5ef8b56c5e
* examples/:
+ Use Space to pause demos, Esc to quit.
пре 20 година
Sam Hocevar
d558d7d475
* src/bitmap.c: dark background works again, except with floyd-steinberg.
пре 20 година
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 година
Sam Hocevar
8f1322038f
* src/bitmap.c: oops, removed spurious test code.
пре 20 година
Sam Hocevar
e51f8e348c
* src/bitmap.c:
+ 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
пре 20 година
Sam Hocevar
b4f3325fc2
* doc/Makefile.am:
+ Really fixed the manpage generation.
пре 20 година