Sam Hocevar
38f08d7e72
* Added a few rotation pairs. Nothing awesome.
17 years ago
Sam Hocevar
95f28cd883
* Improve rotation output by avoiding white-on-black attributes to appear
due to spaces.
17 years ago
Sam Hocevar
91d8c9352b
* Allow to rotate canvases with an odd width.
* Added a few additional character pairs of the left/right rotations.
* Added missing errno sets.
17 years ago
Sam Hocevar
4e6ef71aed
* More widechar rotations. \/ > /\ < is cool.
17 years ago
Sam Hocevar
2224430ec1
* Reset cursor position after a resize. Not sure it’s what I want.
17 years ago
Sam Hocevar
de9ba793a7
* More widechar rotation pairs.
17 years ago
Sam Hocevar
7373e6b18c
* Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
cucul_stretch_* to avoid long function names. And the pairwise rotations
look so nice now that they should be the real rotation chars.
17 years ago
Sam Hocevar
64e11f119b
* More characters for the wide rotations.
* Updated test/text to show what the wide rotations now do.
17 years ago
Sam Hocevar
a936f95c75
* Use j/ḷ and l/ȷ pairs in glyph rotation.
17 years ago
Sam Hocevar
1f4a8ef023
* minor warning fix
17 years ago
Sam Hocevar
6982b8e426
* Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They
suck massively for now.
17 years ago
Sam Hocevar
a97482f4cf
* Fixed address in license.
17 years ago
Sam Hocevar
f338951be9
* Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right.
* Renamed cucul_rotate into cucul_rotate_180.
* Deprecated cucul_rotate and fix examples accordingly.
Hope it all makes sense.
17 years ago
Sam Hocevar
0a02cbb312
* Added a small test for cucul_left() in test/text.c. It is *fucking* ugly.
17 years ago
Sam Hocevar
803099a14f
* Implemented cucul_left() and cucul_right() for 90-degree rotations.
17 years ago
Sam Hocevar
1c5b493d21
* Patch by Ben Wiley Sittler to use ACS_* special characters in the ncurses
driver.
17 years ago
Sam Hocevar
ee60c3086e
* Handle multiframe canvases in the caca importer, courtesy of Ben Wiley
Sittler. Untested.
17 years ago
Sam Hocevar
67e2e8d7b6
* Removed malloc() calls from the rotozoom code, put initialisation in the
PREPARE rule and did minor cleanup (SCNR).
17 years ago
Sam Hocevar
17109d0964
* Added more box glyphs to the canvas transformations, courtesy of Ben Wiley
Sittler.
17 years ago
Sam Hocevar
089c60dc05
* Added a few chars to the unicode test.
17 years ago
Sam Hocevar
a6cb886e4a
* Differentiate between • and ● in the X11 rendering overrides.
17 years ago
Sam Hocevar
1e67bd5400
* Patch by Ben Wiley Sittler for two misrendered glyphs.
17 years ago
Sam Hocevar
9369bb3cb8
* Slightly nicer code in driver_x11.c.
17 years ago
Jean-Yves Lamoureux
44267738ab
* Minor cosmetic changes
17 years ago
Sam Hocevar
8c7a66761a
* Use cucul_utf32_to_ascii() when the SLang backend does not support UTF-8.
17 years ago
Sam Hocevar
8ed49158e8
* X11 driver improvements courtesy of Ben Wiley Sittler. Reworked them a
bit myself, too.
17 years ago
Sam Hocevar
c9570afbbe
* Compilation fix for systems (e.g. Darwin) where SLtt_Has_Alt_Charset does
not exist, courtesy of Ben Wiley Sittler.
17 years ago
Sam Hocevar
a6a1783b88
* Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler.
17 years ago
Sam Hocevar
c9f6de3cb2
* Fixed OpenGL fullwidth support, courtesy of Ben Wiley Sittler.
17 years ago
Sam Hocevar
1deb19790d
* Disabled USE_RGB12_FGBG for now, as it was reported not to work.
17 years ago
Sam Hocevar
6d843e75b2
* Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler
<bsittler@gmail.com>
17 years ago
Sam Hocevar
75f84cedfa
* Updated internal fonts to match tools/makefont.c.
17 years ago
Sam Hocevar
ee56ef1867
* Added glyphs to our default fonts:
+ Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben
Wiley Sittler)
+ Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette)
17 years ago
Sam Hocevar
17dc232724
* Add a "make fonts" rule to the makefile for easy updates.
17 years ago
Jean-Yves Lamoureux
f03911b212
* Added rotozoom (and its 1MB header file)
17 years ago
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
18 years ago
Jean-Yves Lamoureux
d9adb5fa6d
* Added error checks to cacaplay
18 years ago
Jean-Yves Lamoureux
6b807c1a90
* Added error checks on canvas / display creations
18 years ago
Jean-Yves Lamoureux
389cfcdf70
* Added error detection to truecolor test
18 years ago
Sam Hocevar
66fb91bec2
* The transformation rules didn’t have ⅃ ⅄ ⅂.
18 years ago
Jean-Yves Lamoureux
2276a03dae
* Changed threshold in key events, a bit more natural
18 years ago
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
18 years ago
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
18 years ago
Sam Hocevar
9afb3060cc
* Fix OpenBSD build.
18 years ago
Sam Hocevar
c158dfea32
* Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
18 years ago
Sam Hocevar
77bed4f704
* Got rid of that ugly cv->import member.
18 years ago
Sam Hocevar
a7ac5f9e1e
* Get rid of test/term.c, it's now in its own repository.
* Added back -Wshadow, it's more useful than annoying.
18 years ago
Sam Hocevar
f1f00897c5
* Fix shadowing declarations.
18 years ago
Sam Hocevar
1fd3d09e44
* Do not build test/term if fcntl() is not available. Yes, could be improved.
18 years ago
Sam Hocevar
0dcf397cf4
* Fixed syntax errors.
18 years ago