|
|
@3495
|
13 years |
Sam Hocevar |
Add caca_export_area_to_memory() to export only a selected part of the …
|
|
|
@3493
|
13 years |
Sam Hocevar |
Fix the old demo examples so that they don't refresh the screen twice …
|
|
|
@3490
|
13 years |
Sam Hocevar |
Manually fix Visual Studio files so that builds do not spew
their crap …
|
|
|
@3485
|
13 years |
Sam Hocevar |
Improve dirty rectangle handling in examples/input.c.
|
|
|
@3481
|
13 years |
Sam Hocevar |
Fix the text input example now that the box drawing functions take a …
|
|
|
@3466
|
13 years |
Sam Hocevar |
Add a few svn:ignore properties for Visual Studio cruft.
|
|
|
@3465
|
13 years |
Sam Hocevar |
Added MSVC project files for most example programs.
|
|
|
@3404
|
13 years |
Sam Hocevar |
Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>. …
|
|
|
@2860
|
14 years |
Sam Hocevar |
Fix separate directory build failure caused by caca_types.h.
|
|
|
@2827
|
14 years |
Sam Hocevar |
Add missing svn:ignore SVN properties.
|
|
|
@2824
|
14 years |
Sam Hocevar |
Continuing the libcucul-libcaca merge.
|
|
|
@2821
|
14 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2313
|
14 years |
Sam Hocevar |
* Switch a few unsigned int variables to size_t where appropriate.
* …
|
|
|
@2305
|
14 years |
Sam Hocevar |
* Remove all unsigned ints from exported functions. Signed arithmetic …
|
|
|
@2304
|
14 years |
Sam Hocevar |
* Get rid of the last long types in the API.
* Use size_t and …
|
|
|
@2300
|
14 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
14 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2147
|
14 years |
Sam Hocevar |
* Fix canvas export for the caca format. We now export all frames.
* …
|
|
|
@2146
|
14 years |
Sam Hocevar |
* Started sprite example. Doesn't work :-)
|
|
|
@2139
|
14 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
14 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2111
|
14 years |
Sam Hocevar |
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20 …
|
|
|
@2110
|
14 years |
Sam Hocevar |
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
|
|
|
@2101
|
14 years |
Sam Hocevar |
* Rename "test" to "examples". The former will become a real …
|