|
|
@769
|
16 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@768
|
16 years |
Sam Hocevar |
* Added a lot of sanity checks to the font parsing. It should now be
…
|
|
|
@767
|
16 years |
Sam Hocevar |
* Redisplay the output bitmap using libcaca. Eh ouais mon gars.
|
|
|
@766
|
16 years |
Sam Hocevar |
* Fixed caca_get_event() call in test/hsv.c.
|
|
|
@765
|
16 years |
Sam Hocevar |
* Fixed compilation warning.
|
|
|
@764
|
16 years |
Sam Hocevar |
* Fixed colour conversion routines so that they work with ARGB too.
|
|
|
@763
|
16 years |
Sam Hocevar |
* Implemented cucul_get_font_list() to retrieve the list of builtin …
|
|
|
@762
|
16 years |
Sam Hocevar |
* Made makefont more configurable. Also, store the commandline in a …
|
|
|
@761
|
16 years |
Sam Hocevar |
* Updated TODO list.
|
|
|
@760
|
16 years |
Sam Hocevar |
* Internal font support through cucul_load_font(). Documented that.
…
|
|
|
@759
|
16 years |
Sam Hocevar |
* Ugly overflow bug in the rendering code.
|
|
|
@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.
|
|
|
@756
|
16 years |
Sam Hocevar |
* Putain de bordel de manche a couilles. I forgot to fix the font.
|
|
|
@755
|
16 years |
Sam Hocevar |
* Some cleaning up in makefont.c.
|
|
|
@754
|
16 years |
Sam Hocevar |
* Fixed 4, 2 and 1-bit font rendering.
* Replaced the 8-bit internal …
|
|
|
@753
|
16 years |
Sam Hocevar |
* Created internal function _cucul_argb32_to_argb4() that splits an …
|
|
|
@752
|
16 years |
Jean-Yves Lamoureux |
* Added silly play with interframe delay. Need to rework sprite format.
|
|
|
@751
|
16 years |
Sam Hocevar |
* 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp …
|
|
|
@750
|
16 years |
Sam Hocevar |
* Added a test program for the font renderer.
|
|
|
@749
|
16 years |
Sam Hocevar |
* Code simplification.
|
|
|
@748
|
16 years |
Sam Hocevar |
* Created a built-in font from Bitstream Vera (Monospace 9).
|
|
|
@747
|
16 years |
Sam Hocevar |
* Added a font creator that uses pango to render glyphs.
|
|
|
@746
|
16 years |
Sam Hocevar |
* Slightly updated the font format and wrote a font loader. Also added …
|
|
|
@745
|
16 years |
Sam Hocevar |
* New version of the font format.
|
|
|
@744
|
16 years |
Sam Hocevar |
* Added a file for future font handling routines. Currently only the …
|
|
|
@743
|
16 years |
Sam Hocevar |
* Proper svn:ignore properties on tools/.
|
|
|
@742
|
16 years |
Sam Hocevar |
* Moved test/optipal.c to tools/optipal.c. The tools subdirectory will …
|
|
|
@741
|
16 years |
Sam Hocevar |
* cacaview works again. Somewhat. Image loading is now handled by the
…
|
|
|
@740
|
16 years |
Sam Hocevar |
* Renamed "freadint" to "u32fread", and so on.
|
|
|
@739
|
16 years |
Sam Hocevar |
* Added img2irc program. I know it does not have "cucul" or "caca" in …
|
|
|
@738
|
16 years |
Sam Hocevar |
* Avoid useless call to strlen() in the exporters.
* Removed '\x0f' …
|
|
|
@737
|
16 years |
Sam Hocevar |
* Fixed test/export that was not printing the last character of the file.
|
|
|
@736
|
16 years |
Sam Hocevar |
* Updated TODO list. I forgot the aspect ratio function!
|
|
|
@735
|
16 years |
Sam Hocevar |
* Renamed bitmap.c into dither.c.
|
|
|
@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 …
|
|
|
@732
|
16 years |
Sam Hocevar |
* Updated the Doxygen configuration file.
|
|
|
@731
|
16 years |
Sam Hocevar |
* Fixed old bugs I introduced in the exporters.
* Fixed exporter …
|
|
|
@730
|
16 years |
Sam Hocevar |
* Forgot an svn:ignore property.
|
|
|
@729
|
16 years |
Sam Hocevar |
* Added pkgconfig files. Eh ouais mon gars.
|
|
|
@728
|
16 years |
Sam Hocevar |
* Replaced occurrences of "rgba" with "argb".
|
|
|
@727
|
16 years |
Sam Hocevar |
* Fixed a syntax error. Gruik.
|
|
|
@726
|
16 years |
Sam Hocevar |
* Changed the cucul_set_bitmap_antialias() argument to a string.
|
|
|
@725
|
16 years |
Sam Hocevar |
* Of course I had to fuck up something. Here, PS export works again.
|
|
|
@724
|
16 years |
Sam Hocevar |
* Store colour information on 32 bits, for future 12-bit colour support.
|
|
|
@723
|
16 years |
Sam Hocevar |
* Got rid of cucul_get_screen(). Use cucul_export() instead.
|
|
|
@722
|
16 years |
Sam Hocevar |
* Check the magic bytes at the end of the buffer when cucul_load()ing it.
|
|
|
@721
|
16 years |
Sam Hocevar |
* Sanity check in cacaserver.c.
|
|
|
@720
|
16 years |
Sam Hocevar |
* Fixed a crash when realloc() returns a new address.
|
|
|
@719
|
16 years |
Sam Hocevar |
* Fixed old typo that caused qq->height to be uninitialised.
|
|
|
@718
|
16 years |
Jean-Yves Lamoureux |
* Oops, removed unused variable
|
|
|
@717
|
16 years |
Jean-Yves Lamoureux |
* Added Winsock (c)(tm)(r) compatibility
|
|
|
@716
|
16 years |
Jean-Yves Lamoureux |
* removed b0rked test. No more pigs, I just commited 500 of them.
|
|
|
@715
|
16 years |
Sam Hocevar |
* Set the default dithering mode to Floyd-Steinberg.
|
|
|
@714
|
16 years |
Sam Hocevar |
((`)_.._ ,'-. _..._ _._
* Ooops. Compilation fix. \,' …
|
|
|
@713
|
16 years |
Sam Hocevar |
* Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
|
|
|
@712
|
16 years |
Sam Hocevar |
* Updated the TODO list.
|
|
|
@711
|
16 years |
Sam Hocevar |
* Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
…
|
|
|
@710
|
16 years |
Sam Hocevar |
* Merged caca_wait_event() into caca_get_event() and added a timeout
…
|
|
|
@709
|
16 years |
Sam Hocevar |
* Disabled cacaview for now. I'm going to utterly break it.
|
|
|
@708
|
16 years |
Sam Hocevar |
* Added cucul_get_export_list(). Returns a list of known export formats.
|
|
|
@707
|
16 years |
Sam Hocevar |
* cacaserver works again (but needs a complete rewrite because it's …
|
|
|
@706
|
16 years |
Sam Hocevar |
* Changed the 2nd argument of cucul_create_export to a string. This …
|
|
|
@705
|
16 years |
Sam Hocevar |
* Oops, I barfed that makefile.
|
|
|
@704
|
16 years |
Jean-Yves Lamoureux |
* Added "powered by libcaca" text to all examples for consistency
|
|
|
@703
|
16 years |
Sam Hocevar |
* Removed the network driver and replaced it with a cacaserver …
|
|
|
@702
|
16 years |
Sam Hocevar |
* Implemented a proof-of-concept cacaplay program that can redisplay a …
|
|
|
@701
|
16 years |
Sam Hocevar |
* Implemented cucul_load() to reload a file that was saved with the
…
|
|
|
@700
|
16 years |
Jean-Yves Lamoureux |
* Fixed OpenGL mouse handling
Sam Le Vieux Porc
…
|
|
|
@699
|
16 years |
Sam Hocevar |
* Created a minimal raw driver that outputs stuff to stdout.
|
|
|
@698
|
16 years |
Sam Hocevar |
██████ ██████
* Ah mais putain j'avais pas vu ! …
|
|
|
@697
|
16 years |
Sam Hocevar |
* Reworked the OpenGL headers and Glut features detection (what did …
|
|
|
@696
|
16 years |
Sam Hocevar |
* Implemented cucul_invert() to invert a canvas' colours.
|
|
|
@695
|
16 years |
Jean-Yves Lamoureux |
* Fixed glutCheckLoop headers, testing only under MacOSX
|
|
|
@694
|
16 years |
Jean-Yves Lamoureux |
* Added (untested) glut3 glutCheckLoop(), ans a regular display function
|
|
|
@693
|
16 years |
Sam Hocevar |
* Minor addition to the rotate code.
|
|
|
@692
|
16 years |
Sam Hocevar |
* Workaround for automake < 1.6.
|
|
|
@691
|
16 years |
Jean-Yves Lamoureux |
* Ok, invert works. OK OK SAM THAT WAS MY FAULT
AHAHAH …
|
|
|
@690
|
16 years |
Jean-Yves Lamoureux |
* Added bitmap invert routine. It doesn't work well, so don't use it …
|
|
|
@689
|
16 years |
Sam Hocevar |
* Merged caca_show_cursor() and caca_hide_cursor() into …
|
|
|
@688
|
16 years |
Jean-Yves Lamoureux |
* Fixed bug in show/hide cursor, implemented X11 cursor
|
|
|
@687
|
16 years |
Jean-Yves Lamoureux |
* Added forgotten X11 set/hide cursor (non-working code)
|
|
|
@686
|
16 years |
Jean-Yves Lamoureux |
* Added caca_show/hide_cursor, and corresponding GL binding
|
|
|
@685
|
16 years |
Sam Hocevar |
* Documented the caca_event structure and improved a few things here …
|
|
|
@684
|
16 years |
Sam Hocevar |
* Allow the driver initialisation to fail, for instance when $DISPLAY = "".
|
|
|
@683
|
16 years |
Sam Hocevar |
* Removed spurious prototype.
|
|
|
@682
|
16 years |
Sam Hocevar |
* Updated the TODO list with what's been done so far.
|
|
|
@681
|
16 years |
Sam Hocevar |
* Massive rework of the event handling code, as per the TODO list.
|
|
|
@680
|
16 years |
Sam Hocevar |
* Hahaha mais le vieux porc c'est moi.
|
|
|
@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().
|
|
|
@676
|
16 years |
Sam Hocevar |
* Removed done stuff from the TODO.
* Updated the TODO list with …
|
|
|
@675
|
16 years |
Sam Hocevar |
* Added a test for the transformation routines.
|
|
|
@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
…
|
|
|