Pascal Terjan
4d482fe364
* Undo last commit
16年前
Pascal Terjan
0b2402f485
* Add -module flag, hopefuly this will fix on OSX
16年前
Pascal Terjan
76868db1d6
* List drivers as a Hash
16年前
Pascal Terjan
f58d6161f2
* Fix a warning
16年前
Pascal Terjan
f291d416db
* No need to require test/unit in each testfile
16年前
Sam Hocevar
4cda200b03
Continuing the libcucul-libcaca merge.
16年前
Pascal Terjan
0ee5f4c6f1
* Have local paths first in LOAD_PATH
16年前
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
16年前
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
16年前
Sam Hocevar
6a3f5c21f0
* Changed most of the long ints in the API into C99 types. WARNING: this
completely breaks compatibility with previous versions of libcaca on
64-bit systems.
16年前
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
16年前
Pascal Terjan
cdab8ff469
Fix args type checks in Caca::Display.new
16年前
Pascal Terjan
433a156fd4
Add few unit tests for Caca::Display
16年前
Pascal Terjan
f805afaa81
Add driver/set_driver/driver=/driver_list methods to Caca::Display, and driver arg to Caca::Display.new
16年前
Pascal Terjan
bbe37aaaf7
We should not free the canvas if it was auto created with the display
16年前
Pascal Terjan
694617510f
* cucul.h is needed to build caca part
17年前
Pascal Terjan
98e61bc6dd
* Improve Cucul::Canvas creation
17年前
Pascal Terjan
0456c906e4
* Add Caca::Display#canvas
17年前
Pascal Terjan
a1b474106a
* Allow calling Caca::Display.new without parameter
17年前
Pascal Terjan
1f28b391b9
* Rename parameters of draw_box* in Ruby binding
17年前
Pascal Terjan
596e961792
* Add Caca.version and Cucul.version
17年前
Sam Hocevar
ffde02419c
* Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
17年前
Sam Hocevar
dfb3140b8e
* Some cleanup in the Ruby bindings Makefile.am.
17年前
Sam Hocevar
63ecdbf48d
* Adapt the Ruby bindings to the event API change.
17年前
Pascal Terjan
641656e902
* Little improvements in ruby doc
17年前
Pascal Terjan
0de0992e57
* Add Caca::Event#quit? to make tests nicer
17年前
Pascal Terjan
b47e5c57a3
* Split Ruby documentation out of README
17年前
Pascal Terjan
bf1898d0a4
* Improve the example in README
17年前
Pascal Terjan
4a7c10f7b3
* Install lib/caca.rb
17年前
Pascal Terjan
9e558e6aa6
* Update README to talk about Caca
17年前
Pascal Terjan
fab393b78e
* Use to_i on the event mask, it is not always an Integer
17年前
Pascal Terjan
117a70f1ee
- Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui)
17年前
Pascal Terjan
061ca415b0
* Add missing methods in Caca::Display and add empty Caca::Event
17年前
Pascal Terjan
99140ead7c
* Add Caca and Caca::Display
17年前
Pascal Terjan
cf4cdf995d
* Finish Cucul::Dither
17年前
Pascal Terjan
17c5fc7335
* Add Cucul::Dither (incomplete)
17年前
Pascal Terjan
f3ce2dfd1a
* Improve type checking of arguments
17年前
Sam Hocevar
b18d63c6d7
* Slightly doxygenated ruby/README so that it appears in the manual (see
http://libcaca.zoy.org/manual/libcaca-ruby.html ).
17年前
Pascal Terjan
594b1215d6
* Update README
17年前
Pascal Terjan
bb4ec2178b
* Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
17年前
Pascal Terjan
f5b3266b6d
* Add Cucul::Font
17年前
Pascal Terjan
9568e4801a
* Add some pseudo doc for Ruby binding
17年前
Pascal Terjan
9f43bc8b3c
* Add more tests for the ruby binding
17年前
Pascal Terjan
4db01daeec
* Add more tests for the ruby binding
17年前
Pascal Terjan
f56963e829
* Fix number of arguments for set_height
17年前
Pascal Terjan
99c145b79a
* Add the ruby tests to make check
17年前
Pascal Terjan
92414f5af0
* Use autotools for Ruby bindings
17年前
Pascal Terjan
53aa9c6e75
* Fix some prototypes and use a header file for Init_cucul_canvas
17年前
Sam Hocevar
f3649b1559
* Do not run "make clean" in ruby/* subdirectories when the Makefiles do
not even exist.
17年前
Sam Hocevar
1714312f07
* Autotoolified the Ruby bindings. Use --enable-ruby.
17年前