Sam Hocevar
|
26c3ea1aa4
|
* Removed "This function..." constructs from documentation. Fixed a few
documentation errors or imprecisions.
|
pirms 18 gadiem |
Sam Hocevar
|
f4cfb692bb
|
* Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'.
|
pirms 18 gadiem |
Sam Hocevar
|
806f748059
|
* Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
fullwidth characters.
* Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
|
pirms 18 gadiem |
Sam Hocevar
|
76c24c5a78
|
* Added block drawing glyphs to the flip/flop/rotate functions.
* Made these functions fullwidth-aware.
|
pirms 18 gadiem |
Sam Hocevar
|
d14a4dddfb
|
* U+214B TURNED AMPERSAND
|
pirms 18 gadiem |
Sam Hocevar
|
e8d6429506
|
* Added a few more Unicode characters to the glyph transformations.
|
pirms 18 gadiem |
Sam Hocevar
|
0a53a92195
|
* Completed return value and errno handling in libcucul API.
|
pirms 18 gadiem |
Sam Hocevar
|
5cb4d4dedf
|
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
|
pirms 18 gadiem |
Sam Hocevar
|
687a2c43f6
|
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
|
pirms 18 gadiem |
Sam Hocevar
|
246c5b4d67
|
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
pirms 18 gadiem |
Sam Hocevar
|
018fda76e8
|
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
|
pirms 18 gadiem |
Sam Hocevar
|
af4b95f8e6
|
* Store colour information on 32 bits, for future 12-bit colour support.
|
pirms 18 gadiem |
Sam Hocevar
|
3c3e37ca65
|
* Implemented cucul_invert() to invert a canvas' colours.
|
pirms 18 gadiem |
Sam Hocevar
|
af94141959
|
* Minor addition to the rotate code.
|
pirms 18 gadiem |
Sam Hocevar
|
caa62f3158
|
* Added missing ASCII characters to cucul_rotate().
|
pirms 18 gadiem |
Sam Hocevar
|
6eb822234b
|
* Added more characters to the flip/rotate routines.
|
pirms 18 gadiem |
Sam Hocevar
|
1d374910e4
|
* Added cucul_flip(), cucul_flop() and cucul_transform() to perform
operations on canvases.
|
pirms 18 gadiem |