|
|
@4844
|
8 years |
Pascal Terjan |
Use mkmf to get flags, needed for ruby 1.9
|
|
|
@4843
|
8 years |
Sam Hocevar |
core: fix a mistake in the caca_set_color_ansi() documentation.
|
|
|
@4842
|
8 years |
Sam Hocevar |
build: fix the OS X and Clang builds.
|
|
|
@4840
|
8 years |
Sam Hocevar |
string: fix a potential memory corruption with caca_printf() calls …
|
|
|
@4825
|
9 years |
Sam Hocevar |
doc: hide "extern" from the final documentation.
|
|
|
@4824
|
9 years |
Sam Hocevar |
figfont: fix uninitialised data access.
|
|
|
@4823
|
9 years |
Sam Hocevar |
build: ship a weak symbol for vsnprintf, too, because our weak symbol …
|
|
|
@4822
|
9 years |
Sam Hocevar |
win32: define a custom sprintf_s() weak symbol. The VS2010 runtime …
|
|
|
@4821
|
9 years |
Sam Hocevar |
build: install the static libraries as caca.lib, not libcaca.lib.
|
|
|
@4820
|
9 years |
Sam Hocevar |
build: disable subdir-objects option because it makes the distclean …
|
|
|
@4819
|
9 years |
Sam Hocevar |
build: switch to subdir objects and fix copyright information in string.c.
|
|
|
@4818
|
9 years |
Sam Hocevar |
caca: allow to define the CACA_STATIC macro to deactivate dllimport …
|
|
|
@4817
|
9 years |
Sam Hocevar |
win32: use sprintf_s and vsnprintf_s on Windows, so that our static …
|
|
|
@4816
|
9 years |
Sam Hocevar |
build: use RbConfig? instead of Config in the Ruby checks.
|
|
|
@4815
|
9 years |
Sam Hocevar |
build: fix Win32 build and allow to build Win64 binaries from Linux, …
|
|
|
@4814
|
9 years |
Sam Hocevar |
build: no longer create symlinks for old libcucul stuff; it's really …
|
|
|
@4812
|
9 years |
Sam Hocevar |
build: fix the Visual Studio compilation, remove old solution …
|
|
|
@4811
|
9 years |
Sam Hocevar |
build: add ignore entries for Visual Studio crap.
|
|
|
@4807
|
9 years |
Sam Hocevar |
release: libcaca 0.99.beta18
|
|
|
@4806
|
9 years |
Sam Hocevar |
build: fix copyright information.
|
|
|
@4805
|
9 years |
Sam Hocevar |
figfont: support setting the canvas width and smushing mode from the …
|
|
|
@4804
|
9 years |
Sam Hocevar |
build: fix "make dist", which was broken because of the vcproj -> …
|
|
|
@4803
|
9 years |
Sam Hocevar |
figfont: stick the source canvas's width, if specified.
|
|
|
@4802
|
9 years |
Alex Foulon |
Add support for python3 to python bindings.
|
|
|
@4801
|
9 years |
Alex Foulon |
Add unittest for canvas module.
|
|
|
@4800
|
9 years |
Alex Foulon |
Drop tabs and trailing spaces.
|
|
|
@4799
|
9 years |
Alex Foulon |
Add check-source rule for python files.
|
|
|
@4798
|
9 years |
Alex Foulon |
Fixed wildcard for python and perl extension.
|
|
|
@4797
|
9 years |
Alex Foulon |
Add cacaclock demo and python binaries to git ignore list.
|
|
|
@4787
|
9 years |
Pascal Terjan |
Drop trailing spaces
|
|
|
@4786
|
9 years |
Pascal Terjan |
Add set_cursor to the ruby binding (patch from Tony Miller …
|
|
|
@4780
|
10 years |
Sam Hocevar |
ncurses: if terminal doesn't support curs_set(2), try curs_set(1).
|
|
|
@4779
|
10 years |
Jean-Yves Lamoureux |
* Updated help
|
|
|
@4778
|
10 years |
Jean-Yves Lamoureux |
* Removed unused variable
|
|
|
@4777
|
10 years |
Jean-Yves Lamoureux |
* Added command line parsing (--dateformat, --font, --help, --version) …
|
|
|
@4776
|
10 years |
Alex Foulon |
* Handles error messages from libcaca and ctypes with CanvasError? …
|
|
|
@4775
|
10 years |
Jean-Yves Lamoureux |
* Added width/height fetch
|
|
|
@4774
|
10 years |
Alex Foulon |
* Fixed utf32_to_utf8 function.
|
|
|
@4773
|
10 years |
Jean-Yves Lamoureux |
* Added preliminary cacaclock, a continuous clock
|
|
|
@4772
|
10 years |
Alex Foulon |
* Make mask an optional argument for Canvas.blit method.
* Drawing and …
|
|
|
@4771
|
10 years |
Alex Foulon |
* method Canvas.put_char now handle utf8 char.
|
|
|
@4770
|
10 years |
Alex Foulon |
* Bind font functions.
* Bind caca_render_canvas function.
* Add …
|
|
|
@4769
|
10 years |
Alex Foulon |
* Fix get_key_utf8 method, return python string with utf8 char now.
|
|
|
@4767
|
10 years |
Sam Hocevar |
Fix a bug in our Xutf8LookupString() usage.
|
|
|
@4766
|
10 years |
Sam Hocevar |
Rename figfont into charfont. We will support far more than figfonts …
|
|
|
@4712
|
10 years |
Alex Foulon |
* Add examples: colors, driver and event.
|
|
|
@4711
|
10 years |
Alex Foulon |
* Add examples: blit, frames and text.
|
|
|
@4710
|
10 years |
Alex Foulon |
* Bind figfont functions
* Add example figfont
|
|
|
@4708
|
10 years |
Alex Foulon |
* Convert RGB image to RGBA.
|
|
|
@4707
|
10 years |
Alex Foulon |
* Fix color mask order in Dither class.
|
|
|
@4706
|
10 years |
Alex Foulon |
* Add example: port of img2txt with python bindings.
|
|
|
@4705
|
10 years |
Alex Foulon |
* Bind dither functions
|
|
|
@4702
|
10 years |
Jean-Yves Lamoureux |
* Fixed typo in img2txt doc (patch courtesy of Julien Danjou)
* Fixes #85
|
|
|
@4689
|
10 years |
Sam Hocevar |
Fix the Win32 build: ssize_t was no longer defined.
|
|
|
@4688
|
10 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4687
|
10 years |
Sam Hocevar |
Minor tuning to caca_types.h.
|
|
|
@4686
|
10 years |
Sam Hocevar |
Get rid of the build time generated caca_types.h. It sucked.
|
|
|
@4680
|
10 years |
Sam Hocevar |
Link libcaca with -lgnugetopt if necessary.
|
|
|
@4679
|
10 years |
Sam Hocevar |
Set version to 0.99beta18.
|
|
|
@4678
|
10 years |
Sam Hocevar |
Remove spurious tabs from source.
|
|
|
@4677
|
10 years |
Sam Hocevar |
Move mygetopt() directly into libcaca, for use by other programs.
|
|
|
@4644
|
10 years |
Sam Hocevar |
Mark the font data as const. We no longer modify it in place.
|
|
|
@4643
|
10 years |
Sam Hocevar |
Comply with cygwin's curses.h implementation.
|
|
|
@4642
|
10 years |
Pascal Terjan |
* Do not force output to be in UTF-8, some people have not switched yet…
|
|
|
@4641
|
10 years |
Pascal Terjan |
* Fix using dead keys on my us_intl keyboard
- Ignore key events …
|
|
|
@4411
|
11 years |
Alex Foulon |
* Bind event functions.
|
|
|
@4410
|
11 years |
Alex Foulon |
* Fix bad condition.
|
|
|
@4409
|
11 years |
Alex Foulon |
* Rename cv variable to pointer.
|
|
|
@4408
|
11 years |
Alex Foulon |
* Add optional pointer argument to Canvas class.
* get_canvas method …
|
|
|
@4405
|
11 years |
Alex Foulon |
* Fix export functions.
|
|
|
@4404
|
11 years |
Alex Foulon |
* Fix get_dirty_rect function.
* Add exceptions for missing methods.
|
|
|
@4403
|
11 years |
Alex Foulon |
* Bind import functions.
|
|
|
@4402
|
11 years |
Alex Foulon |
* Bind export functions.
|
|
|
@4401
|
11 years |
Alex Foulon |
* Fix python Makefile.
|
|
|
@4400
|
11 years |
Pascal Terjan |
* Improve rotated T, add P Q R ; 3 4
|
|
|
@4399
|
11 years |
Pascal Terjan |
* Add a rotated T
|
|
|
@4398
|
11 years |
Sam Hocevar |
New improved ctypes-based Python bindings, by Alex Foulon …
|
|
|
@4396
|
11 years |
Sam Hocevar |
On Win32 and Win64, define 32-bit C99 types as ints instead of longs, …
|
|
|
@4395
|
11 years |
Sam Hocevar |
Fix a few things in the VS2k8 solution.
|
|
|
@4392
|
11 years |
Sam Hocevar |
Clarify the need to bootstrap in README.
|
|
|
@4390
|
11 years |
Sam Hocevar |
Fix the Visual Studio solution.
|
|
|
@4389
|
11 years |
Sam Hocevar |
A few C89 compilation fixes.
|
|
|
@4387
|
11 years |
Sam Hocevar |
Add new Unicode characters to other transformation routines.
|
|
|
@4386
|
11 years |
Pascal Terjan |
* Add few unicode charecters to the flip table
|
|
|
@4385
|
11 years |
Sam Hocevar |
Fix a typo in doc/Makefile.am preventing the documentation to build.
|
|
|
@4369
|
11 years |
Sam Hocevar |
Add the copyright unit test and update copyright information everywhere.
|
|
|
@4363
|
11 years |
Sam Hocevar |
Use Computer Modern fonts instead of that ugly Times.
|
|
|
@4352
|
11 years |
Sam Hocevar |
Make the check-source test more generic.
|
|
|
@4351
|
11 years |
Sam Hocevar |
Get rid of pushd/popd in the testsuite.
|
|
|
@4346
|
11 years |
Sam Hocevar |
Synchronise mygetopt.c with zzuf.
|
|
|
@4341
|
11 years |
Sam Hocevar |
Add triangle texture mapping to NEWS and update ChangeLog?.
|
|
|
@4340
|
11 years |
Sam Hocevar |
Update changelog.
|
|
|
@4339
|
11 years |
Sam Hocevar |
Disable set_dither_palette until we really use it.
|
|
|
@4338
|
11 years |
Sam Hocevar |
Fix distribution of Java source.
|
|
|
@4334
|
11 years |
Sam Hocevar |
Fix ChangeLog?, NEWS and win32/config.h for release 0.99.beta17.
|
|
|
@4333
|
11 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4332
|
11 years |
Sam Hocevar |
Nicer make check output for our custom tests.
|
|
|
@4331
|
11 years |
Sam Hocevar |
Add missing ruby/test file to the distributed tarball.
|
|
|
@4330
|
11 years |
Sam Hocevar |
Improve changelog generation.
|
|
|
@4328
|
11 years |
Sam Hocevar |
Update logo in the PHP bindings.
|
|
|