|
|
@4688
|
12 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4369
|
12 years |
Sam Hocevar |
Add the copyright unit test and update copyright information everywhere.
|
|
|
@4333
|
12 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4300
|
12 years |
Sam Hocevar |
Fix the source code to reduce testsuite errors.
|
|
|
@4220
|
12 years |
Sam Hocevar |
Clean up .gitignore and documentation build rules.
|
|
|
@4148
|
12 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@4147
|
12 years |
Sam Hocevar |
Preload the example input buffer with Unicode stuff for testing.
|
|
|
@4143
|
12 years |
Sam Hocevar |
Deduce X11 font size from a relevant sample to avoid oversized font …
|
|
|
@4129
|
12 years |
Sam Hocevar |
Fix a compilation warning in conio-snake.cpp.
|
|
|
@4127
|
12 years |
Sam Hocevar |
More warning fixes in conio.c.
|
|
|
@4126
|
12 years |
Sam Hocevar |
Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta …
|
|
|
@4097
|
12 years |
Jean-Yves Lamoureux |
* Added mouse events example
|
|
|
@4045
|
13 years |
Sam Hocevar |
Update source checking test and remove CRLF crap from makefiles.
|
|
|
@3994
|
13 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3993
|
13 years |
Sam Hocevar |
Add a sanity check for coding style errors.
|
|
|
@3987
|
13 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3928
|
13 years |
Jean-Yves Lamoureux |
* Fix examples/trifiller's color boundaries
|
|
|
@3926
|
13 years |
Jean-Yves Lamoureux |
* Make caca_fill_triangle_textured use less arguments, …
|
|
|
@3917
|
13 years |
Pascal Terjan |
* Fix build of trifiller with imlib2
|
|
|
@3910
|
13 years |
Jean-Yves Lamoureux |
* Add -lm to examples/trifiller. Oops.
|
|
|
@3909
|
13 years |
Jean-Yves Lamoureux |
* Added texture mapped triangle routine, float based, arbitrary …
|
|
|
@3641
|
13 years |
Sam Hocevar |
Add missing svn:ignore properties.
|
|
|
@3623
|
13 years |
Sam Hocevar |
Only build conio-snake if the C++ compiler is functional.
|
|
|
@3609
|
13 years |
Sam Hocevar |
Add the conio examples to the Visual Studio solution.
|
|
|
@3598
|
13 years |
Sam Hocevar |
Add a simple snake program using the <conio.h> interface.
|
|
|
@3588
|
13 years |
Sam Hocevar |
Start implementing a full <conio.h> replacement with a libcaca backend.
|
|
|
@3582
|
13 years |
Sam Hocevar |
Coding style: remove tabs and trailing spaces.
|
|
|
@3577
|
13 years |
Sam Hocevar |
Update the Win32 and Win64 ports.
|
|
|
@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 …
|