Sam Hocevar
|
8a68e0ce41
|
* Updated Visual Studio files.
|
17 years ago |
Sam Hocevar
|
7fd6d45554
|
* Split libcaca.vcproj into \1 and libcucul.vcproj.
|
17 years ago |
Sam Hocevar
|
7db5247e43
|
* Do not assume default gamma value is 1.0.
|
17 years ago |
Sam Hocevar
|
0f8aa47b8e
|
* Escape quits cacaview, and F11 toggles fullscreen.
|
17 years ago |
Pascal Terjan
|
b47e5c57a3
|
* Split Ruby documentation out of README
|
17 years ago |
Sam Hocevar
|
b8aca0d0c7
|
* Added Pascal to the AUTHORS file.
|
17 years ago |
Jean-Yves Lamoureux
|
301d376a03
|
* lol commit
|
17 years ago |
Pascal Terjan
|
a2cb166f86
|
* Remove cucul directory that got forgotten
|
17 years ago |
Pascal Terjan
|
bf1898d0a4
|
* Improve the example in README
|
17 years ago |
Pascal Terjan
|
4a7c10f7b3
|
* Install lib/caca.rb
|
17 years ago |
Pascal Terjan
|
9e558e6aa6
|
* Update README to talk about Caca
|
17 years ago |
Pascal Terjan
|
fab393b78e
|
* Use to_i on the event mask, it is not always an Integer
|
17 years ago |
Pascal Terjan
|
117a70f1ee
|
- Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui)
|
17 years ago |
Pascal Terjan
|
ef9545d773
|
* Handle closing cacaview by window manager
|
17 years ago |
Pascal Terjan
|
061ca415b0
|
* Add missing methods in Caca::Display and add empty Caca::Event
|
17 years ago |
Pascal Terjan
|
a6ac1d6255
|
* Slightly improved documentation
|
17 years ago |
Pascal Terjan
|
99140ead7c
|
* Add Caca and Caca::Display
|
17 years ago |
Pascal Terjan
|
cf4cdf995d
|
* Finish Cucul::Dither
|
17 years ago |
Pascal Terjan
|
17c5fc7335
|
* Add Cucul::Dither (incomplete)
|
17 years ago |
Pascal Terjan
|
f3ce2dfd1a
|
* Improve type checking of arguments
|
17 years ago |
Sam Hocevar
|
b18d63c6d7
|
* Slightly doxygenated ruby/README so that it appears in the manual (see
http://libcaca.zoy.org/manual/libcaca-ruby.html).
|
17 years ago |
Pascal Terjan
|
594b1215d6
|
* Update README
|
17 years ago |
Pascal Terjan
|
bb4ec2178b
|
* Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
|
17 years ago |
Pascal Terjan
|
f5b3266b6d
|
* Add Cucul::Font
|
17 years ago |
Sam Hocevar
|
fb51259299
|
* Added minimal styles to doxygen.css to make the manual look decent.
|
17 years ago |
Sam Hocevar
|
2e7d0b6a02
|
* Split "upload" target into "upload-source" and "upload-doc".
|
17 years ago |
Sam Hocevar
|
99cecfa29c
|
* Updated doxygen file format.
* Add an empty doxygen.css file.
|
17 years ago |
Pascal Terjan
|
9568e4801a
|
* Add some pseudo doc for Ruby binding
|
17 years ago |
Pascal Terjan
|
9f43bc8b3c
|
* Add more tests for the ruby binding
|
17 years ago |
Pascal Terjan
|
4db01daeec
|
* Add more tests for the ruby binding
|
17 years ago |
Pascal Terjan
|
f56963e829
|
* Fix number of arguments for set_height
|
17 years ago |
Pascal Terjan
|
99c145b79a
|
* Add the ruby tests to make check
|
17 years ago |
Pascal Terjan
|
cd8c7c2c26
|
* Use autotools for Ruby bindings (2nd part)
|
17 years ago |
Pascal Terjan
|
92414f5af0
|
* Use autotools for Ruby bindings
|
17 years ago |
Pascal Terjan
|
53aa9c6e75
|
* Fix some prototypes and use a header file for Init_cucul_canvas
|
17 years ago |
Sam Hocevar
|
38c75c1bab
|
* Make Charset class methods explicitly public.
|
17 years ago |
Sam Hocevar
|
94c42350dd
|
* Link libcaca++ with libcucul++, not only the C versions.
|
17 years ago |
Sam Hocevar
|
f3649b1559
|
* Do not run "make clean" in ruby/* subdirectories when the Makefiles do
not even exist.
|
17 years ago |
Sam Hocevar
|
67a677fa9e
|
* Autotoolified the .NET bindings. Use --enable-dotnet.
|
17 years ago |
Sam Hocevar
|
abea28ca4f
|
* Build Ruby and C++ bindings by default.
|
17 years ago |
Sam Hocevar
|
1f1ac04df3
|
* Update C++ bindings after cucul_set_dither_mode() deprecation.
|
17 years ago |
Sam Hocevar
|
1714312f07
|
* Autotoolified the Ruby bindings. Use --enable-ruby.
|
17 years ago |
Sam Hocevar
|
55bfdceb55
|
* Update .gitignore after img2irc -> img2txt change.
|
17 years ago |
Pascal Terjan
|
bb3c148fc2
|
* Add a first test for Ruby binding
|
17 years ago |
Pascal Terjan
|
184cb0ae2f
|
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
|
17 years ago |
Pascal Terjan
|
64e427f2ed
|
Fix a typo in the doc
|
17 years ago |
Sam Hocevar
|
9ff4740f56
|
* Add error checking to the tutorial.
|
17 years ago |
Sam Hocevar
|
933dd085a0
|
* Tutorial was generating a warning since the deprecation of cucul_putstr().
|
17 years ago |
Pascal Terjan
|
9c6ede6e8c
|
Import Ruby binding
|
17 years ago |
Jean-Yves Lamoureux
|
7d7f4c42e1
|
* Added switch to control output font size, and updated documentation
accordingly
|
17 years ago |