Sam Hocevar
dac2f4d57f
* Implemented caca_set_display_title() for ncurses and S-Lang.
il y a 18 ans
Sam Hocevar
e580ce53c4
* Documentation updates.
il y a 18 ans
Sam Hocevar
dbf07a9a27
* Add maxwidth and maxheight members to the font format.
il y a 18 ans
Sam Hocevar
40aa3b7933
* Documentation updates. Moved the canvas and font format definitions to
the Doxygen documentation.
il y a 18 ans
Sam Hocevar
b0a9948f5e
* Mention caca-config being deprecated in its manpage, and removed mention
of --plugin-libs from it. The option is still here but does the same as
--libs.
il y a 18 ans
Sam Hocevar
35f77b6e06
* Allow cacaplay to play streams and updated its manpage.
il y a 18 ans
Sam Hocevar
21856cf414
* Wrote manual pages for img2irc, cacaplay and cacaserver.
il y a 18 ans
Sam Hocevar
d465937d4a
* Slight documentation update.
il y a 18 ans
Sam Hocevar
757f234c4c
* Replace CUCUL_COLOR_* with CUCUL_*.
il y a 18 ans
Jean-Yves Lamoureux
dc57e11c0e
* Fixed typo, added compilation example
il y a 18 ans
Jean-Yves Lamoureux
c80cdd2acd
* Started a real and complete tutorial
il y a 18 ans
Sam Hocevar
67ff5d5b1d
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial update of the C++ bindings.
* Updated documentation.
il y a 18 ans
Sam Hocevar
50573eed2c
* CACA_GEOMETRY works with the raw driver.
il y a 18 ans
Sam Hocevar
f20598339e
* Use enter as the transition key.
il y a 18 ans
Sam Hocevar
a361bd07d3
* Minor changes to the documentation front page.
il y a 18 ans
Sam Hocevar
f4b7832a5e
* Fucking Doxygen replaces "s with 's in manpages. And it does not even
escape them. Fix that upon installation.
il y a 18 ans
Sam Hocevar
36aa270da2
* Update the cacademo manpage to reflect the merge.
il y a 18 ans
Sam Hocevar
86e74e039b
* Replace 'man3caca' with 'man3' in generated manpages.
il y a 18 ans
Sam Hocevar
08ab25168e
* Oops, thinko in the migration doc.
il y a 18 ans
Sam Hocevar
e51d298d0d
* Updated the migration documentation so that it mentions the <caca0.h>
compatibility layer.
il y a 18 ans
Jean-Yves Lamoureux
6682ce2bd9
* Fixed error in tutorial, updated caca_get_event() doc
il y a 18 ans
Sam Hocevar
5b25febea4
* Hahaha, fixed the coding style example.
il y a 18 ans
Sam Hocevar
eaed513209
* Updated Debian build rules.
il y a 18 ans
Sam Hocevar
6c0e8da858
* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
il y a 18 ans
Sam Hocevar
8c40eb7a8e
* Minor updates to the migration documentation.
il y a 18 ans
Sam Hocevar
bb6e27c1e6
* Slightly improved the documentation build rules dependencies.
il y a 18 ans
Sam Hocevar
eb938019d8
* Updated the migration guide.
il y a 18 ans
Sam Hocevar
727a7396b5
* Wrote the C coding style documentation.
il y a 18 ans
Sam Hocevar
ed2c5a58e6
* Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
il y a 18 ans
Sam Hocevar
d0dd70b64c
* Documentation improvements. Wrote a small migration guide and added the
skeleton of a tutorial for Jylam.
il y a 18 ans
Sam Hocevar
421d168382
* Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
documentation page from caca.h to a separate file.
il y a 18 ans
Sam Hocevar
16974a904a
* Generate a PDF documentation instead of the PostScript one. It has nice
hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
il y a 18 ans
Sam Hocevar
125c6bbff9
* Updated the Doxygen configuration file.
il y a 18 ans
Sam Hocevar
692132539c
* Ignore driver_*.c files when building documentation.
il y a 19 ans
Sam Hocevar
480b8a916b
* Removed cacademo from examples, manpages and distributions. It's useless.
il y a 19 ans
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.
il y a 19 ans
Sam Hocevar
707f10de81
* Changed the licensing to WTFPL, as per all copyright holders' permission.
il y a 19 ans
Sam Hocevar
b4f3325fc2
* doc/Makefile.am:
+ Really fixed the manpage generation.
il y a 20 ans
Sam Hocevar
e1b67cab9e
* doc/Makefile.am:
+ Manpage installation fix.
il y a 20 ans
Sam Hocevar
dd7848d05b
* configure.ac:
+ Added --disable-doc to let the user not build documentation.
* build-win32:
+ Do not build documentation.
il y a 21 ans
Sam Hocevar
337e22d1b7
* Fixed $Id in all Makefile.am files.
il y a 21 ans
Sam Hocevar
7afbf42a0b
* build-win32:
+ Win32 cross-compilation script.
il y a 21 ans
Sam Hocevar
bff2137f6e
* examples/cacamoir.c:
+ Renamed cacacirc to cacamoir.
* libcaca.spec debian/ doc/:
+ Added cacamoir to the distributed files.
il y a 21 ans
Sam Hocevar
c508525f83
* test/spritedit.c:
+ Moved spritedit to the test/ directory, because it is not mature enough.
* libcaca.spec debian/control debian/rules:
+ Do not install caca-spritedit.
il y a 21 ans
Sam Hocevar
20cc8d8d4c
* libcaca.spec debian/control:
+ Updated the package descriptions to include cacaball.
* doc/cacademo.1 doc/Makefile.am:
+ Use the cacademo manpage as the cacaball manpage.
* src/:
+ Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
documenting bizarre stuff.
il y a 21 ans
Sam Hocevar
fe1ce81b4e
* configure.ac:
+ Check for dvips in addition to latex.
* doc/Makefile.am:
+ Workaround for a bug in the latex code generated by doxygen
in Mandrake 9.1.
il y a 21 ans
Sam Hocevar
e01d5af6c9
* configure.ac NEWS:
+ Prepared the 0.6 release.
* libcaca.spec:
+ Split the RPM into libcaca-devel and caca-utils.
+ More detailed descriptions.
+ Packages are now rpmlint clean.
* doc/Makefile.am:
+ Symlink cacafire.1 to cacademo.1 upon manpage installation.
il y a 21 ans
Sam Hocevar
44fc7a04b5
* doc/doxygen.cfg.in:
+ Removed caca_internal.h from the list of documented files.
* src/:
+ Minor documentation updates.
il y a 21 ans
Sam Hocevar
673d941a57
* test/dithering.c:
+ Fixed a minor compilation warning.
* debian/rules:
+ Explicitely use --enable-imlib2.
* BUGS:
+ Added a note about blinking consoles.
* doc/Makefile.am:
+ Fixed a bashism in the HTML files installation.
il y a 21 ans
Sam Hocevar
935c680266
* doc/Makefile.am:
+ Do not install doxygen.png directly, because it can be doxygen.gif on
old installations.
il y a 21 ans