Sam Hocevar
9f90f3f36d
* Added the long dash and middle dot CP437 characters to the X11 driver.
18 years ago
Sam Hocevar
ee55871e3f
* If the ANSI file we import does not use the 80 columns, we don't expand
the canvas to 80 columns.
18 years ago
Sam Hocevar
5c64f0a02d
* Allow cacadraw to open several files; use 'n' and 'p' to cycle.
* Decreased PgUp/PgDn scrolling rate.
18 years ago
Sam Hocevar
4e55d282d2
* Removed a useless cast in the kernel code.
18 years ago
Sam Hocevar
77b175db11
* Set svn properties on the .NET files.
18 years ago
Sam Hocevar
0cbd5fd983
* Cosmetic fix in test/font.c.
* Use UTF-8 output in test/text.c instead of ANSI.
18 years ago
Sam Hocevar
be99912681
* Minor cosmetic fix in a comment.
18 years ago
Sam Hocevar
17e1e490d6
* Added a few more Unicode blocks to the default fonts.
18 years ago
Sam Hocevar
e8d6429506
* Added a few more Unicode characters to the glyph transformations.
18 years ago
Sam Hocevar
d6e4744861
* Changed the cucul_create_dither() prototype to make sure the mask
arguments are at least 32 bits.
18 years ago
Sam Hocevar
29da35e1f4
* Make the export test 80 columns wide, so that the ANSI we generate can
be read by other programs.
18 years ago
Sam Hocevar
dcbcc123c4
* Updated fonts with the new hardcoded CP437 glyphs.
18 years ago
Sam Hocevar
b29977cebe
* Hardcode a few CP437 glyphs in makefont.c because they don't look that
good with Pango.
18 years ago
Sam Hocevar
b2d84d524d
* Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
18 years ago
Sam Hocevar
7d75811a8b
* Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
SVG exporters.
18 years ago
Sam Hocevar
4d029660e1
* Implemented the private _cucul_utf32_to_utf8() helper.
18 years ago
Sam Hocevar
9091804367
* Exporter now generates valid ANSI, with CP437 characters.
18 years ago
Sam Hocevar
9d482f7762
* Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
text.
18 years ago
Sam Hocevar
956ee0b309
* Use a slightly different RGB palette for ANSI colours, so that brown
really looks like brown and not like desaturated yellow.
18 years ago
Jean-Yves Lamoureux
6682ce2bd9
* Fixed error in tutorial, updated caca_get_event() doc
18 years ago
Jean-Yves Lamoureux
85af5113d1
* Fixed $Id
18 years ago
Jean-Yves Lamoureux
2dd1d02580
* Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
18 years ago
Sam Hocevar
0a53a92195
* Completed return value and errno handling in libcucul API.
18 years ago
Sam Hocevar
72ba9c3585
* Allow an optional input filename in the export test for cheap conversions.
18 years ago
Jean-Yves Lamoureux
758db0ca7b
* coding style fixes again
18 years ago
Jean-Yves Lamoureux
5eecd73820
* Fixed indentation. I did it myself, I'm a big boy.
18 years ago
Sam Hocevar
c117cb2411
* Fixed line wrapping on some weird ANSI files.
18 years ago
Sam Hocevar
d82754532b
* Fixed an ANSI rendering bug related to the bold attribute.
18 years ago
Sam Hocevar
89bfc20006
* Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
built-in font so that we now cover all of CP437.
18 years ago
Sam Hocevar
b3ffcad709
* Minor code reorganisation and documenting.
18 years ago
Jean-Yves Lamoureux
08be72c146
* Added preliminary (it means that's fucked up) CP437 codepage
18 years ago
Sam Hocevar
3de6dcf5ef
* Added U+25A0 (■) to the CP437 hack in the X11 driver.
18 years ago
Jean-Yves Lamoureux
59069aba51
* cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
18 years ago
Jean-Yves Lamoureux
7674499822
* removed duplicate code
18 years ago
Sam Hocevar
20c12d1912
* Wow, we even have Home/End support in X11.
18 years ago
Sam Hocevar
311cd082e3
* PageUp/PageDown support in X11.
18 years ago
Jean-Yves Lamoureux
abad42960e
* Fixed home/pgup/pgdown/insert events
18 years ago
Jean-Yves Lamoureux
0244aa366b
* page up / down
18 years ago
Sam Hocevar
af3b09f1f5
* In ANSI, bold only sets the foreground colour to bright, not the
background.
18 years ago
Sam Hocevar
b97751b9bc
* Added cacadraw. It only shows files and lets you scroll for now, but
it will eventually evolve into something better.
18 years ago
Jean-Yves Lamoureux
d8fad53ba0
* Really updated doc
18 years ago
Jean-Yves Lamoureux
7ed107c9fe
* Fixed documentation for import
18 years ago
Sam Hocevar
935098991c
* Removed legacy cpp directory.
18 years ago
Jean-Yves Lamoureux
bce66aa628
* Updated C++ bindings and renamed directory to more comprehensive cxx
18 years ago
Sam Hocevar
cb823dd55b
* Minor typo.
18 years ago
Jean-Yves Lamoureux
f57af45c76
* Updated libcaca c++ bindings
18 years ago
Sam Hocevar
38c4a8b608
* Implemented cucul_load_file() and cucul_load_memory() to load respectively
a file and a memory area into a libcucul buffer.
* Changed the cucul_import_canvas() prototype so that it uses libcucul
buffers instead of simple memory areas.
18 years ago
Sam Hocevar
89355c1e39
* Argh, _really_ fixed the uninitialised variable.
18 years ago
Sam Hocevar
fb928813b2
* Fixed an uninitialised variable.
18 years ago
Sam Hocevar
d6e556e5c6
* Fixed our buffer overflow in the ANSI parser by simply skipping control
sequences longer than 100 characters.
* Documented the escape sequence format.
18 years ago