Changeset 600 for libcaca/trunk
- Timestamp:
- Mar 14, 2006, 1:49:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/TODO
r366 r600 20 20 o Alpha layer for sprites 21 21 22 o Fix the thin ellipse rendering 22 o Fix the thin ellipse rendering (currently it's only |s and -s, we 23 could make them smoother by using ' ` , etc. 23 24 24 25 o DONE 26 Nov 2003: Support more colour depths, more bitmask orderings 25 26 o DONE 15 Nov 2003: Clip all graphics primitives 27 28 29 Unicode features 30 31 o Unicode support for X11 32 33 o Unicode support for ncurses 34 35 o Translation functions for output drivers that don't support it 36 (for instance, use CP437 in DOS) 37 38 o Use &#xxx; for the HTML output 39 40 o Unicode support in bitmap.c: add support for halftoning (░ ▒ ▓ █) 41 and quarter blocks (▀ ▄ ▌ ▐ █ ▖ ▗ ▘ ▝ ▚ ▞ ▙ ▛ ▜ ▟). 42 43 o Support double width glyphs (mostly for kana and cyrillic art) 26 44 27 45 … … 35 53 Documentation 36 54 37 o Everything is still to do55 o Most functions are documented. Maybe write a tutorial. 38 56 39 57 40 58 cacaview 41 59 42 o Aspect ratio60 o DONE 21 Jan 2004: Aspect ratio 43 61 44 62 o File browser
Note: See TracChangeset
for help on using the changeset viewer.