|
|
@826
|
16 years |
Sam Hocevar |
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
…
|
|
|
@824
|
16 years |
Sam Hocevar |
* Documentation improvements. Wrote a small migration guide and added …
|
|
|
@814
|
16 years |
Sam Hocevar |
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument …
|
|
|
@813
|
16 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@810
|
16 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@803
|
16 years |
Sam Hocevar |
* Changed the buffer type in cucul_render_canvas() to void* to avoid
…
|
|
|
@795
|
16 years |
Sam Hocevar |
* Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand …
|
|
|
@778
|
16 years |
Sam Hocevar |
* Moved cucul_set_color() from canvas.c to colour.c.
* Added …
|
|
|
@777
|
16 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@773
|
16 years |
Sam Hocevar |
* Improved documentation in many places.
|
|
|
@769
|
16 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@763
|
16 years |
Sam Hocevar |
* Implemented cucul_get_font_list() to retrieve the list of builtin …
|
|
|
@760
|
16 years |
Sam Hocevar |
* Internal font support through cucul_load_font(). Documented that.
…
|
|
|
@758
|
16 years |
Sam Hocevar |
* Implemented cucul_get_font_width() and cucul_get_font_height().
* …
|
|
|
@757
|
16 years |
Sam Hocevar |
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
|
|
|
@746
|
16 years |
Sam Hocevar |
* Slightly updated the font format and wrote a font loader. Also added …
|
|
|
@734
|
16 years |
Sam Hocevar |
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
|
|
@733
|
16 years |
Sam Hocevar |
* Replaced enum cucul_color with unsigned int. The size of an enum is …
|
|
|
@726
|
16 years |
Sam Hocevar |
* Changed the cucul_set_bitmap_antialias() argument to a string.
|
|
|
@723
|
16 years |
Sam Hocevar |
* Got rid of cucul_get_screen(). Use cucul_export() instead.
|
|
|
@713
|
16 years |
Sam Hocevar |
* Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
|
|
|
@711
|
16 years |
Sam Hocevar |
* Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
…
|
|
|
@708
|
16 years |
Sam Hocevar |
* Added cucul_get_export_list(). Returns a list of known export formats.
|
|
|
@706
|
16 years |
Sam Hocevar |
* Changed the 2nd argument of cucul_create_export to a string. This …
|
|
|
@701
|
16 years |
Sam Hocevar |
* Implemented cucul_load() to reload a file that was saved with the
…
|
|
|
@696
|
16 years |
Sam Hocevar |
* Implemented cucul_invert() to invert a canvas' colours.
|
|
|
@690
|
16 years |
Jean-Yves Lamoureux |
* Added bitmap invert routine. It doesn't work well, so don't use it …
|
|
|
@678
|
16 years |
Sam Hocevar |
* Made cucul_putchar32() an internal-only function.
* Changed the …
|
|
|
@677
|
16 years |
Sam Hocevar |
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
|
|
|
@673
|
16 years |
Sam Hocevar |
* Added cucul_flip(), cucul_flop() and cucul_transform() to perform
…
|
|
|
@672
|
16 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@670
|
16 years |
Sam Hocevar |
* Added the cucul_blit() function. It lets us blit various canvas one
…
|
|
|
@667
|
16 years |
Sam Hocevar |
* Renamed cucul_get_export() to cucul_create_export().
|
|
|
@666
|
16 years |
Sam Hocevar |
* Removed the cucul_t * argument from cucul_create_bitmap(). It's not …
|
|
|
@665
|
16 years |
Sam Hocevar |
* Changed the cucul_init parameter so that it now directly accepts a
…
|
|
|
@658
|
16 years |
Sam Hocevar |
* Got rid of cucul_powf(), too complex to implement and no longer used.
|
|
|
@653
|
16 years |
Sam Hocevar |
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
|
|
|
@644
|
16 years |
Sam Hocevar |
* Renamed cucul_buffer to cucul_export. Vanilla rum rules.
|
|
|
@620
|
16 years |
Jean-Yves Lamoureux |
* Added preliminary (but working) SVG exporter
|
|
|
@609
|
16 years |
Sam Hocevar |
* Replaced all cucul_get_* exporters with a generic cucul_export() …
|
|
|
@602
|
16 years |
Jean-Yves Lamoureux |
* Added preliminary Postscript (tm) (r) (c) exporter.
|
|
|
@561
|
16 years |
Jean-Yves Lamoureux |
* Updated documentation a bit
|
|
|
@555
|
16 years |
Jean-Yves Lamoureux |
* Exporters now return size of generated data
|
|
|
@536
|
16 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|
|
copied from libcaca/trunk/src/cucul.h:
|
|
|
@524
|
16 years |
Sam Hocevar |
A new low-level text management library (canvas for ultrafast …
|