Sam Hocevar
a18e28d43e
Update copyright information and changelog
4 년 전
Sam Hocevar
96ff990d5e
Better sanity checks when creating 2D buffers ( Closes #43 )
4 년 전
Sam Hocevar
44317430a1
misc: some source code cleanup.
11 년 전
Pascal Terjan
caae67dce5
Fill in the correct array (coverity)
12 년 전
Sam Hocevar
f32c24a10d
build: fix the WTFPL homepage and copyright information.
13 년 전
Sam Hocevar
26d01d6307
build: fix copyright date in old files.
13 년 전
Pascal Terjan
568f0432bb
Allow building with -Werror=format-security
13 년 전
Pascal Terjan
36990e1fa5
Use macros to access len, needed for ruby 1.9
13 년 전
Sam Hocevar
a09f027727
Add the copyright unit test and update copyright information everywhere.
16 년 전
Sam Hocevar
54f96e88a9
Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta gueule pour les trailing spaces !)
16 년 전
Pascal Terjan
5a4d1c2b9b
* Oops
16 년 전
Pascal Terjan
f517acc5fa
* Remove tabs
16 년 전
Pascal Terjan
988feae7e1
* Bind area import/export functions
16 년 전
Pascal Terjan
7797d56436
* Bind dirty rectangle functions
16 년 전
Pascal Terjan
0b87b254c2
* Bind caca_fill_triangle_textured
16 년 전
Sam Hocevar
1f5518f842
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and
caca_wherey(), in order to match the old <conio.h> naming scheme.
16 년 전
Sam Hocevar
644ee4a78a
Coding style: remove tabs and trailing spaces.
16 년 전
Sam Hocevar
d3ef2bbecd
Add caca_export_area_to_memory() to export only a selected part of the
current canvas. This is useful to export dirty rectangles. Accordingly,
add caca_import_area_from_memory() and caca_import_area_from_file().
16 년 전
Pascal Terjan
f58d6161f2
* Fix a warning
17 년 전
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
17 년 전
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.
17 년 전
Pascal Terjan
bbe37aaaf7
We should not free the canvas if it was auto created with the display
17 년 전
Pascal Terjan
98e61bc6dd
* Improve Cucul::Canvas creation
18 년 전
Pascal Terjan
0456c906e4
* Add Caca::Display#canvas
18 년 전
Pascal Terjan
1f28b391b9
* Rename parameters of draw_box* in Ruby binding
18 년 전
Pascal Terjan
cf4cdf995d
* Finish Cucul::Dither
18 년 전
Pascal Terjan
f3ce2dfd1a
* Improve type checking of arguments
18 년 전
Pascal Terjan
f5b3266b6d
* Add Cucul::Font
18 년 전
Pascal Terjan
f56963e829
* Fix number of arguments for set_height
18 년 전
Pascal Terjan
92414f5af0
* Use autotools for Ruby bindings
18 년 전
Pascal Terjan
53aa9c6e75
* Fix some prototypes and use a header file for Init_cucul_canvas
18 년 전
Pascal Terjan
184cb0ae2f
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
18 년 전
Pascal Terjan
9c6ede6e8c
Import Ruby binding
18 년 전