Alex Foulon
|
09e6b6734d
|
Fixed wildcard for python and perl extension.
|
13 yıl önce |
Sam Hocevar
|
d761415833
|
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
14 yıl önce |
Sam Hocevar
|
a09f027727
|
Add the copyright unit test and update copyright information everywhere.
|
14 yıl önce |
Sam Hocevar
|
8c4ac14327
|
Make the check-source test more generic.
|
15 yıl önce |
Sam Hocevar
|
6951abeee8
|
Get rid of pushd/popd in the testsuite.
|
15 yıl önce |
Sam Hocevar
|
107ff4b815
|
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
15 yıl önce |
Sam Hocevar
|
2559f2d241
|
Nicer make check output for our custom tests.
|
15 yıl önce |
Sam Hocevar
|
6adecfc6e2
|
Split check-build into check-doygen, check-source and check-win32.
|
15 yıl önce |
Sam Hocevar
|
cbe20b26da
|
Don't fail the check-build test if documentation was not built.
|
15 yıl önce |
Sam Hocevar
|
3584efdf4b
|
Fix the source code to reduce testsuite errors.
|
15 yıl önce |
Sam Hocevar
|
1688fce838
|
Fix check-build verbosity.
|
15 yıl önce |
Sam Hocevar
|
2a4cccbf34
|
Clean up .gitignore and documentation build rules.
|
15 yıl önce |
Sam Hocevar
|
1362d8e24f
|
Update my e-mail address everywhere.
|
15 yıl önce |
Sam Hocevar
|
bf3d41309c
|
Update source checking test and remove CRLF crap from makefiles.
|
15 yıl önce |
Sam Hocevar
|
16b6d87d20
|
Rename tests/ to test/.
|
15 yıl önce |
Sam Hocevar
|
10bf9f48a7
|
* Rename "test" to "examples". The former will become a real testsuite.
* Autodetect zzuf in the configure step. It might become handy.
|
17 yıl önce |
Sam Hocevar
|
a7debae6f9
|
* Fix memory leaks that slipped in here and there. We still have 100,000
fewer than Firefox, lol.
|
17 yıl önce |
Sam Hocevar
|
7e49e3e6fb
|
* Switch to caca_create_display(NULL) in a few places to document the
behaviour.
|
17 yıl önce |
Sam Hocevar
|
9da4d7b000
|
* Made the caca_event_t structure opaque and created a whole bunch of
functions to access its real data. This is a big API change that will
break your software, sorry :(
|
17 yıl önce |
Sam Hocevar
|
7db5247e43
|
* Do not assume default gamma value is 1.0.
|
17 yıl önce |
Sam Hocevar
|
1bcf95b212
|
* Removed calls to now deprecated cucul_set_dither_invert().
|
17 yıl önce |
Sam Hocevar
|
85f2b01bf7
|
* Added .gitignore files in addition to svn:ignore properties.
|
17 yıl önce |
Sam Hocevar
|
0189ba06ac
|
* C89 compilation fix for machines that do not have <endian.h>, thanks to
Rado S.
|
17 yıl önce |
Sam Hocevar
|
95e6709b10
|
* Implemented caca_set_cursor() on the X11, ncurses and S-Lang drivers.
* Use caca_set_cursor() in test/input.c.
|
17 yıl önce |
Sam Hocevar
|
8fda92b943
|
* Minor tuning to the various tests, just so that they’re releasable.
|
17 yıl önce |
Sam Hocevar
|
7373e6b18c
|
* Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to
cucul_stretch_* to avoid long function names. And the pairwise rotations
look so nice now that they should be the real rotation chars.
|
17 yıl önce |
Sam Hocevar
|
64e11f119b
|
* More characters for the wide rotations.
* Updated test/text to show what the wide rotations now do.
|
17 yıl önce |
Sam Hocevar
|
1f4a8ef023
|
* minor warning fix
|
17 yıl önce |
Sam Hocevar
|
6982b8e426
|
* Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They
suck massively for now.
|
17 yıl önce |
Sam Hocevar
|
f338951be9
|
* Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right.
* Renamed cucul_rotate into cucul_rotate_180.
* Deprecated cucul_rotate and fix examples accordingly.
Hope it all makes sense.
|
17 yıl önce |
Sam Hocevar
|
0a02cbb312
|
* Added a small test for cucul_left() in test/text.c. It is *fucking* ugly.
|
17 yıl önce |
Sam Hocevar
|
089c60dc05
|
* Added a few chars to the unicode test.
|
17 yıl önce |
Jean-Yves Lamoureux
|
6b807c1a90
|
* Added error checks on canvas / display creations
|
18 yıl önce |
Jean-Yves Lamoureux
|
389cfcdf70
|
* Added error detection to truecolor test
|
18 yıl önce |
Sam Hocevar
|
9597783308
|
* Bwarf, typo in the no warranty clause.
|
18 yıl önce |
Sam Hocevar
|
33058757da
|
* Add a no warranty clause to the code.
|
18 yıl önce |
Sam Hocevar
|
a7ac5f9e1e
|
* Get rid of test/term.c, it's now in its own repository.
* Added back -Wshadow, it's more useful than annoying.
|
18 yıl önce |
Sam Hocevar
|
1fd3d09e44
|
* Do not build test/term if fcntl() is not available. Yes, could be improved.
|
18 yıl önce |
Sam Hocevar
|
9df4f8a821
|
* A few improvements to the screen/splitvt clone project.
|
18 yıl önce |
Sam Hocevar
|
81d9b86799
|
* Added a test app that swallows two console applications. Switch with C-a.
|
18 yıl önce |
Sam Hocevar
|
55765045c8
|
* Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters.
* Updated export test accordingly.
|
18 yıl önce |
Sam Hocevar
|
b6d2c75b78
|
* Minor compilation warning fix. OS X x86 defines "DELAY".
|
18 yıl önce |
Sam Hocevar
|
1cdaa755ae
|
* Documented flip/flop/rotate as being involutive.
* Updated text test.
|
18 yıl önce |
Sam Hocevar
|
e37f6aac55
|
* Renamed the "all" test to "cucul" because it otherwise conflicted with
the automake "all" rule.
|
18 yıl önce |
Sam Hocevar
|
54d459067a
|
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well
know that a frame belongs to a canvas.
|
18 yıl önce |
Sam Hocevar
|
0b3faf2078
|
* Started writing a full API test. Not sure where it'll lead.
|
18 yıl önce |
Sam Hocevar
|
c5426e3e7b
|
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
|
18 yıl önce |
Sam Hocevar
|
15898ad288
|
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
|
18 yıl önce |
Sam Hocevar
|
5d59b719c8
|
* Add CJK punctuation to the default fonts.
* Minor changes to the font2tga test program.
|
18 yıl önce |
Sam Hocevar
|
eb017043ab
|
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the default fonts.
|
18 yıl önce |