|
|
@2829
|
14 years |
Pascal Terjan |
* Fix a warning
|
|
|
@2825
|
14 years |
Pascal Terjan |
* No need to require test/unit in each testfile
|
|
|
@2824
|
14 years |
Sam Hocevar |
Continuing the libcucul-libcaca merge.
|
|
|
@2823
|
14 years |
Pascal Terjan |
* Have local paths first in LOAD_PATH
|
|
|
@2822
|
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 …
|
|
|
@2303
|
15 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2298
|
15 years |
Pascal Terjan |
Fix args type checks in Caca::Display.new
|
|
|
@2297
|
15 years |
Pascal Terjan |
Add few unit tests for Caca::Display
|
|
|
@2296
|
15 years |
Pascal Terjan |
Add driver/set_driver/driver=/driver_list methods to Caca::Display, …
|
|
|
@2295
|
15 years |
Pascal Terjan |
We should not free the canvas if it was auto created with the display
|
|
|
@2097
|
15 years |
Pascal Terjan |
* cucul.h is needed to build caca part
|
|
|
@2094
|
15 years |
Pascal Terjan |
* Improve Cucul::Canvas creation
|
|
|
@2093
|
15 years |
Pascal Terjan |
* Add Caca::Display#canvas
|
|
|
@2092
|
15 years |
Pascal Terjan |
* Allow calling Caca::Display.new without parameter
|
|
|
@2086
|
15 years |
Pascal Terjan |
* Rename parameters of draw_box* in Ruby binding
|
|
|
@2077
|
15 years |
Pascal Terjan |
* Add Caca.version and Cucul.version
|
|
|
@2068
|
15 years |
Sam Hocevar |
* Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
|
|
|
@2067
|
15 years |
Sam Hocevar |
* Some cleanup in the Ruby bindings Makefile.am.
|
|
|
@2064
|
15 years |
Sam Hocevar |
* Fixed svn properties that git-svn was unable to get straight.
|
|
|
@2051
|
15 years |
Sam Hocevar |
* Adapt the Ruby bindings to the event API change.
|
|
|
@2048
|
15 years |
Pascal Terjan |
* Little improvements in ruby doc
+ Made the doc a little more easy …
|
|
|
@2042
|
15 years |
Pascal Terjan |
* Add Caca::Event#quit? to make tests nicer
|
|
|
@2033
|
15 years |
Pascal Terjan |
* Split Ruby documentation out of README
|
|
|
@2024
|
15 years |
Pascal Terjan |
* Remove cucul directory that got forgotten
|
|
|
@2023
|
15 years |
Pascal Terjan |
* Improve the example in README
|
|
|
@2022
|
15 years |
Pascal Terjan |
* Install lib/caca.rb
|
|
|
@2021
|
15 years |
Pascal Terjan |
* Update README to talk about Caca
|
|
|
@2020
|
15 years |
Pascal Terjan |
* Use to_i on the event mask, it is not always an Integer
|
|
|
@2019
|
15 years |
Pascal Terjan |
- Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui)
|
|
|
@2017
|
15 years |
Pascal Terjan |
* Add missing methods in Caca::Display and add empty Caca::Event
|
|
|
@2015
|
15 years |
Pascal Terjan |
* Add Caca and Caca::Display
|
|
|
@2009
|
15 years |
Pascal Terjan |
* Finish Cucul::Dither
|
|
|
@2008
|
15 years |
Pascal Terjan |
* Add Cucul::Dither (incomplete)
|
|
|
@2004
|
15 years |
Pascal Terjan |
* Improve type checking of arguments
|
|
|
@2003
|
15 years |
Sam Hocevar |
* Slightly doxygenated ruby/README so that it appears in the manual …
|
|
|
@1997
|
15 years |
Pascal Terjan |
* Update README
|
|
|
@1996
|
15 years |
Pascal Terjan |
* Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
|
|
|
@1995
|
15 years |
Pascal Terjan |
* Add Cucul::Font
|
|
|
@1983
|
15 years |
Pascal Terjan |
* Add some pseudo doc for Ruby binding
|
|
|
@1966
|
15 years |
Pascal Terjan |
* Add more tests for the ruby binding
|
|
|
@1965
|
15 years |
Pascal Terjan |
* Add more tests for the ruby binding
|
|
|
@1964
|
15 years |
Pascal Terjan |
* Fix number of arguments for set_height
|
|
|
@1963
|
15 years |
Pascal Terjan |
* Add the ruby tests to make check
|
|
|
@1961
|
15 years |
Pascal Terjan |
* Use autotools for Ruby bindings
|
|
|
@1960
|
15 years |
Pascal Terjan |
* Fix some prototypes and use a header file for Init_cucul_canvas
|
|
|
@1957
|
15 years |
Sam Hocevar |
* Do not run "make clean" in ruby/* subdirectories when the Makefiles …
|
|
|
@1951
|
15 years |
Sam Hocevar |
* Autotoolified the Ruby bindings. Use --enable-ruby.
|
|
|
@1949
|
15 years |
Pascal Terjan |
* Add a first test for Ruby binding
|
|
|
@1948
|
15 years |
Pascal Terjan |
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
|
|
|
@1944
|
15 years |
Pascal Terjan |
Import Ruby binding
|