|
|
@683
|
16 years |
Sam Hocevar |
* Removed spurious prototype.
|
|
|
@679
|
16 years |
Sam Hocevar |
* Added missing ASCII characters to cucul_rotate().
|
|
|
@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().
|
|
|
@674
|
16 years |
Sam Hocevar |
* Added more characters to the flip/rotate routines.
|
|
|
@673
|
16 years |
Sam Hocevar |
* Added cucul_flip(), cucul_flop() and cucul_transform() to perform
…
|
|
|
@672
|
16 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@671
|
16 years |
Sam Hocevar |
* Optimise cucul_blit() by using memcpy() if there is no mask.
|
|
|
@670
|
16 years |
Sam Hocevar |
* Added the cucul_blit() function. It lets us blit various canvas one
…
|
|
|
@669
|
16 years |
Sam Hocevar |
* Fixed an uninitialised structure member.
|
|
|
@668
|
16 years |
Sam Hocevar |
* Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff …
|
|
|
@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
…
|
|
|
@663
|
16 years |
Sam Hocevar |
* Removed code that did not need to be duplicated.
|
|
|
@660
|
16 years |
Sam Hocevar |
* Use ln(x) = 2 * (t + t3/3 + t5/5 + ...) with t = (x-1)/(x+1).
|
|
|
@658
|
16 years |
Sam Hocevar |
* Got rid of cucul_powf(), too complex to implement and no longer used.
|
|
|
@657
|
16 years |
Sam Hocevar |
* Added optional support for CP437 gray blocks in the bitmap renderer. …
|
|
|
@656
|
16 years |
Sam Hocevar |
* Tried to do something with cucul_powf. It currently sucks.
|
|
|
@653
|
16 years |
Sam Hocevar |
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
|
|
|
@645
|
16 years |
Sam Hocevar |
* Cosmetic fixes.
|
|
|
@644
|
16 years |
Sam Hocevar |
* Renamed cucul_buffer to cucul_export. Vanilla rum rules.
|
|
|
@643
|
16 years |
Sam Hocevar |
* Factorised some charset handling code into a new cucul/charset.c file.
|
|
|
@641
|
16 years |
Sam Hocevar |
* Full Unicode support in the SVG exporter.
|
|
|
@639
|
16 years |
Sam Hocevar |
_
…
|
|
|
@637
|
16 years |
Sam Hocevar |
* Fixed Unicode handling and improved coding style in the SVG exporter.
|
|
|
@635
|
16 years |
Sam Hocevar |
* Fixed syntax errors in the generated PostScript? document if ( ) \ or …
|
|
|
@634
|
16 years |
Sam Hocevar |
* Optimised for speed and space, fixed a few bugs, and improved coding …
|
|
|
@633
|
16 years |
Sam Hocevar |
* Comment clarification.
|
|
|
@624
|
16 years |
Sam Hocevar |
* Unicode support in the HTML exporter.
|
|
|
@621
|
16 years |
Jean-Yves Lamoureux |
* Added the SVG exporter sources. SAM IS KOREA KEKEKEK …
|
|
|
@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() …
|
|
|
@606
|
16 years |
Sam Hocevar |
* STATIC char const. AHAHAHAHA.
|
|
|
@604
|
16 years |
Jean-Yves Lamoureux |
* Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
|
|
|
@603
|
16 years |
Jean-Yves Lamoureux |
* Postscript exporter now kinda works. Paper size to be fixed
|
|
|
@602
|
16 years |
Jean-Yves Lamoureux |
* Added preliminary Postscript (tm) (r) (c) exporter.
|
|
|
@595
|
16 years |
Sam Hocevar |
* Set svn:keyword Id property on a few files.
Note to developers: …
|
|
|
@594
|
16 years |
Sam Hocevar |
* Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
|
|
|
@588
|
16 years |
Jean-Yves Lamoureux |
* Renamed exporter_* to export_*, from God recommendation.
|
|
|
@587
|
16 years |
Jean-Yves Lamoureux |
* Exploded cucul/export.c
|
|
|
@585
|
16 years |
Jean-Yves Lamoureux |
* Fixed configure script to check for UTF8 enabled slang, removed …
|
|
|
@583
|
16 years |
Sam Hocevar |
* Preliminary support for UTF-8 in cucul_putstr(). Also added a
…
|
|
|
@573
|
16 years |
Sam Hocevar |
* Added assembly code for inb() and outb().
* Print a small message …
|
|
|
@572
|
16 years |
Jean-Yves Lamoureux |
* Added tests for malloc()'s
|
|
|
@571
|
16 years |
Jean-Yves Lamoureux |
* Updated README for network driver, fixed remaining exporters
|
|
|
@568
|
16 years |
Sam Hocevar |
* Added glue code to compile libcaca without a libc and build …
|
|
|
@561
|
16 years |
Jean-Yves Lamoureux |
* Updated documentation a bit
|
|
|
@560
|
16 years |
Jean-Yves Lamoureux |
* Changed way temporary buffer of ansi export was handled. Need to do …
|
|
|
@555
|
16 years |
Jean-Yves Lamoureux |
* Exporters now return size of generated data
|
|
|
@553
|
16 years |
Sam Hocevar |
* Fixed async issues between the driver and libcaca when resizing …
|
|
|
@552
|
16 years |
Sam Hocevar |
* cucul_set_size() does nothing if a graphical backend is attached. …
|
|
|
@543
|
16 years |
Sam Hocevar |
* Fixed DOS driver.
* Added a build-dos script to cross-compile the …
|
|
|
@540
|
16 years |
Sam Hocevar |
* Polished the driver split a bit (still no events, except resize …
|
|
|
@536
|
16 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|