Changeset 524 for libcaca/trunk/doc


Ignore:
Timestamp:
Mar 5, 2006, 7:43:13 PM (17 years ago)
Author:
Sam Hocevar
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/doc/doxygen.cfg.in

    r298 r524  
    6363#---------------------------------------------------------------------------
    6464INPUT                  = @top_srcdir@/src
    65 FILE_PATTERNS          = *.c \
    66                          caca.h
     65FILE_PATTERNS          = *.c cucul.h caca.h
    6766RECURSIVE              = YES
    6867EXCLUDE                = ../src/config.h
Note: See TracChangeset for help on using the changeset viewer.