|
|
@800
|
15 years |
Sam Hocevar |
* Compilation fix.
|
|
|
@799
|
15 years |
Sam Hocevar |
* Implemented CACA_EVENT_QUIT. Unused yet.
|
|
|
@798
|
15 years |
Sam Hocevar |
* Fixed autotools stuff in the cpp bindings.
|
|
|
@797
|
15 years |
Sam Hocevar |
* Compilation fix in cpptest.cpp.
|
|
|
@796
|
15 years |
Jean-Yves Lamoureux |
* Fixed compile problem, put Event outside Caca class
|
|
|
@795
|
15 years |
Sam Hocevar |
* Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand …
|
|
|
@794
|
15 years |
Sam Hocevar |
* Removed a few useless files (vieux porc).
|
|
|
@793
|
15 years |
Sam Hocevar |
* Updated TODO list.
|
|
|
@792
|
15 years |
Sam Hocevar |
* Minor cosmetic changes in the test programs.
|
|
|
@791
|
15 years |
Sam Hocevar |
* Truecolor support in the SVG and PostScript? exporters.
|
|
|
@790
|
15 years |
Sam Hocevar |
* Implemented TGA image export.
|
|
|
@789
|
15 years |
Sam Hocevar |
* Implemented argb32 to rgb24fg/bg colour conversions.
|
|
|
@788
|
15 years |
Sam Hocevar |
* Use cucul_get_export_list() in the export test instead of hardcoding …
|
|
|
@787
|
15 years |
Sam Hocevar |
* Fixed abusive strictness in the font loader.
|
|
|
@786
|
15 years |
Jean-Yves Lamoureux |
* Updated TODO list.
|
|
|
@785
|
15 years |
Jean-Yves Lamoureux |
* Better C++ test
|
|
|
@784
|
15 years |
Jean-Yves Lamoureux |
* Added license in C++ files.
|
|
|
@783
|
15 years |
Jean-Yves Lamoureux |
* Fixed C++ printf(), added it in example
|
|
|
@782
|
15 years |
Jean-Yves Lamoureux |
* Forgot a test on Caca() instantiation
|
|
|
@781
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary C++ bindings
|
|
|
@780
|
15 years |
Sam Hocevar |
* Added truecolor support to the X11 and GL drivers.
|
|
|
@779
|
15 years |
Sam Hocevar |
* Added test/truecolor.c to test non-ANSI colour pairs.
|
|
|
@778
|
15 years |
Sam Hocevar |
* Moved cucul_set_color() from canvas.c to colour.c.
* Added …
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@776
|
15 years |
Sam Hocevar |
* Fixed bad library name in pc file.
|
|
|
@775
|
15 years |
Jean-Yves Lamoureux |
* Updated MSVC++ project (static library and src/*)
|
|
|
@774
|
15 years |
Jean-Yves Lamoureux |
* Fixed sprite functions (it compiles now) (Y'a des connards qui font …
|
|
|
@773
|
15 years |
Sam Hocevar |
* Improved documentation in many places.
|
|
|
@772
|
15 years |
Sam Hocevar |
* Generate a PDF documentation instead of the PostScript? one. It has …
|
|
|
@771
|
15 years |
Sam Hocevar |
* Ahaha I didn't even check that it compiled properly.
|
|
|
@770
|
15 years |
Sam Hocevar |
* Only support version 1 fonts.
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@768
|
15 years |
Sam Hocevar |
* Added a lot of sanity checks to the font parsing. It should now be
…
|
|
|
@767
|
15 years |
Sam Hocevar |
* Redisplay the output bitmap using libcaca. Eh ouais mon gars.
|
|
|
@766
|
15 years |
Sam Hocevar |
* Fixed caca_get_event() call in test/hsv.c.
|
|
|
@765
|
15 years |
Sam Hocevar |
* Fixed compilation warning.
|
|
|
@764
|
15 years |
Sam Hocevar |
* Fixed colour conversion routines so that they work with ARGB too.
|
|
|
@763
|
15 years |
Sam Hocevar |
* Implemented cucul_get_font_list() to retrieve the list of builtin …
|
|
|
@762
|
15 years |
Sam Hocevar |
* Made makefont more configurable. Also, store the commandline in a …
|
|
|
@761
|
15 years |
Sam Hocevar |
* Updated TODO list.
|
|
|
@760
|
15 years |
Sam Hocevar |
* Internal font support through cucul_load_font(). Documented that.
…
|
|
|
@759
|
15 years |
Sam Hocevar |
* Ugly overflow bug in the rendering code.
|
|
|
@758
|
15 years |
Sam Hocevar |
* Implemented cucul_get_font_width() and cucul_get_font_height().
* …
|
|
|
@757
|
15 years |
Sam Hocevar |
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
|
|
|
@756
|
15 years |
Sam Hocevar |
* Putain de bordel de manche a couilles. I forgot to fix the font.
|
|
|
@755
|
15 years |
Sam Hocevar |
* Some cleaning up in makefont.c.
|
|
|
@754
|
15 years |
Sam Hocevar |
* Fixed 4, 2 and 1-bit font rendering.
* Replaced the 8-bit internal …
|
|
|
@753
|
15 years |
Sam Hocevar |
* Created internal function _cucul_argb32_to_argb4() that splits an …
|
|
|
@752
|
15 years |
Jean-Yves Lamoureux |
* Added silly play with interframe delay. Need to rework sprite format.
|
|
|
@751
|
15 years |
Sam Hocevar |
* 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp …
|
|
|
@750
|
15 years |
Sam Hocevar |
* Added a test program for the font renderer.
|
|
|
@749
|
15 years |
Sam Hocevar |
* Code simplification.
|
|
|
@748
|
15 years |
Sam Hocevar |
* Created a built-in font from Bitstream Vera (Monospace 9).
|
|
|
@747
|
15 years |
Sam Hocevar |
* Added a font creator that uses pango to render glyphs.
|
|
|
@746
|
15 years |
Sam Hocevar |
* Slightly updated the font format and wrote a font loader. Also added …
|
|
|
@745
|
15 years |
Sam Hocevar |
* New version of the font format.
|
|
|
@744
|
15 years |
Sam Hocevar |
* Added a file for future font handling routines. Currently only the …
|
|
|
@743
|
15 years |
Sam Hocevar |
* Proper svn:ignore properties on tools/.
|
|
|
@742
|
15 years |
Sam Hocevar |
* Moved test/optipal.c to tools/optipal.c. The tools subdirectory will …
|
|
|
@741
|
15 years |
Sam Hocevar |
* cacaview works again. Somewhat. Image loading is now handled by the
…
|
|
|
@740
|
15 years |
Sam Hocevar |
* Renamed "freadint" to "u32fread", and so on.
|
|
|
@739
|
15 years |
Sam Hocevar |
* Added img2irc program. I know it does not have "cucul" or "caca" in …
|
|
|
@738
|
15 years |
Sam Hocevar |
* Avoid useless call to strlen() in the exporters.
* Removed '\x0f' …
|
|
|
@737
|
15 years |
Sam Hocevar |
* Fixed test/export that was not printing the last character of the file.
|
|
|
@736
|
15 years |
Sam Hocevar |
* Updated TODO list. I forgot the aspect ratio function!
|
|
|
@735
|
15 years |
Sam Hocevar |
* Renamed bitmap.c into dither.c.
|
|
|
@734
|
15 years |
Sam Hocevar |
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
|
|
@733
|
15 years |
Sam Hocevar |
* Replaced enum cucul_color with unsigned int. The size of an enum is …
|
|
|
@732
|
15 years |
Sam Hocevar |
* Updated the Doxygen configuration file.
|
|
|
@731
|
15 years |
Sam Hocevar |
* Fixed old bugs I introduced in the exporters.
* Fixed exporter …
|
|
|
@730
|
15 years |
Sam Hocevar |
* Forgot an svn:ignore property.
|
|
|
@729
|
15 years |
Sam Hocevar |
* Added pkgconfig files. Eh ouais mon gars.
|
|
|
@728
|
15 years |
Sam Hocevar |
* Replaced occurrences of "rgba" with "argb".
|
|
|
@727
|
15 years |
Sam Hocevar |
* Fixed a syntax error. Gruik.
|
|
|
@726
|
15 years |
Sam Hocevar |
* Changed the cucul_set_bitmap_antialias() argument to a string.
|
|
|
@725
|
15 years |
Sam Hocevar |
* Of course I had to fuck up something. Here, PS export works again.
|
|
|
@724
|
15 years |
Sam Hocevar |
* Store colour information on 32 bits, for future 12-bit colour support.
|
|
|
@723
|
15 years |
Sam Hocevar |
* Got rid of cucul_get_screen(). Use cucul_export() instead.
|
|
|
@722
|
15 years |
Sam Hocevar |
* Check the magic bytes at the end of the buffer when cucul_load()ing it.
|
|
|
@721
|
15 years |
Sam Hocevar |
* Sanity check in cacaserver.c.
|
|
|
@720
|
15 years |
Sam Hocevar |
* Fixed a crash when realloc() returns a new address.
|
|
|
@719
|
15 years |
Sam Hocevar |
* Fixed old typo that caused qq->height to be uninitialised.
|
|
|
@718
|
15 years |
Jean-Yves Lamoureux |
* Oops, removed unused variable
|
|
|
@717
|
15 years |
Jean-Yves Lamoureux |
* Added Winsock (c)(tm)(r) compatibility
|
|
|
@716
|
15 years |
Jean-Yves Lamoureux |
* removed b0rked test. No more pigs, I just commited 500 of them.
|
|
|
@715
|
15 years |
Sam Hocevar |
* Set the default dithering mode to Floyd-Steinberg.
|
|
|
@714
|
15 years |
Sam Hocevar |
((`)_.._ ,'-. _..._ _._
* Ooops. Compilation fix. \,' …
|
|
|
@713
|
15 years |
Sam Hocevar |
* Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
|
|
|
@712
|
15 years |
Sam Hocevar |
* Updated the TODO list.
|
|
|
@711
|
15 years |
Sam Hocevar |
* Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
…
|
|
|
@710
|
15 years |
Sam Hocevar |
* Merged caca_wait_event() into caca_get_event() and added a timeout
…
|
|
|
@709
|
15 years |
Sam Hocevar |
* Disabled cacaview for now. I'm going to utterly break it.
|
|
|
@708
|
15 years |
Sam Hocevar |
* Added cucul_get_export_list(). Returns a list of known export formats.
|
|
|
@707
|
15 years |
Sam Hocevar |
* cacaserver works again (but needs a complete rewrite because it's …
|
|
|
@706
|
15 years |
Sam Hocevar |
* Changed the 2nd argument of cucul_create_export to a string. This …
|
|
|
@705
|
15 years |
Sam Hocevar |
* Oops, I barfed that makefile.
|
|
|
@704
|
15 years |
Jean-Yves Lamoureux |
* Added "powered by libcaca" text to all examples for consistency
|
|
|
@703
|
15 years |
Sam Hocevar |
* Removed the network driver and replaced it with a cacaserver …
|
|
|
@702
|
15 years |
Sam Hocevar |
* Implemented a proof-of-concept cacaplay program that can redisplay a …
|
|
|
@701
|
15 years |
Sam Hocevar |
* Implemented cucul_load() to reload a file that was saved with the
…
|
|
|