ruby-evas.git
19 years agoIntroduced TO_EVAS_OBJECT.
Tilman Sauerbeck [Mon, 16 Aug 2004 15:42:19 +0000 (15:42 +0000)]
Introduced TO_EVAS_OBJECT.

19 years agoMinor doc improvements.
Tilman Sauerbeck [Thu, 12 Aug 2004 19:37:04 +0000 (19:37 +0000)]
Minor doc improvements.

19 years agoImplemented a couple of Evas::Image methods.
Tilman Sauerbeck [Thu, 12 Aug 2004 19:36:40 +0000 (19:36 +0000)]
Implemented a couple of Evas::Image methods.

Methods implemented: get_file/set_file, has_alpha, get_size/set_size,
get_fill/set_fill and reload.

19 years agoAdded Smart object.
Tilman Sauerbeck [Thu, 12 Aug 2004 10:04:07 +0000 (10:04 +0000)]
Added Smart object.

19 years agoDocumentation arrived.
Tilman Sauerbeck [Tue, 10 Aug 2004 14:10:02 +0000 (14:10 +0000)]
Documentation arrived.

19 years agoRemoved init/shutdown methods.
Tilman Sauerbeck [Mon, 9 Aug 2004 10:55:08 +0000 (10:55 +0000)]
Removed init/shutdown methods.

19 years agoMinor API changes.
Tilman Sauerbeck [Mon, 9 Aug 2004 10:51:39 +0000 (10:51 +0000)]
Minor API changes.

19 years agoWe now use real structs to wrap objects.
Tilman Sauerbeck [Sun, 1 Aug 2004 10:17:39 +0000 (10:17 +0000)]
We now use real structs to wrap objects.

This way we can get rid of rb_global_variable()'s.
Also put headers in their own subdirectory.

19 years agoOops, forgot to do the same to cEvasObject.
Tilman Sauerbeck [Mon, 26 Jul 2004 11:14:50 +0000 (11:14 +0000)]
Oops, forgot to do the same to cEvasObject.

19 years agoDeclare class variables the right way.
Tilman Sauerbeck [Mon, 26 Jul 2004 10:49:51 +0000 (10:49 +0000)]
Declare class variables the right way.

19 years agoMoved RUBY_EVAS_OBJECT_KEY from rb_evas.h to rb_evas_object.h.
Tilman Sauerbeck [Sun, 25 Jul 2004 16:08:00 +0000 (16:08 +0000)]
Moved RUBY_EVAS_OBJECT_KEY from rb_evas.h to rb_evas_object.h.

19 years agoMacro tweaks.
Tilman Sauerbeck [Sun, 25 Jul 2004 11:27:25 +0000 (11:27 +0000)]
Macro tweaks.

19 years agoMacro updates.
Tilman Sauerbeck [Sat, 10 Jul 2004 14:07:49 +0000 (14:07 +0000)]
Macro updates.

19 years agoevas_shutdown() isn't exported anymore.
Tilman Sauerbeck [Thu, 8 Jul 2004 18:47:44 +0000 (18:47 +0000)]
evas_shutdown() isn't exported anymore.

Evas is inited and shut down automatically now.

19 years agoAdded more Evas objects.
Tilman Sauerbeck [Sat, 26 Jun 2004 22:55:31 +0000 (22:55 +0000)]
Added more Evas objects.

19 years agoLots of new stuff.
Tilman Sauerbeck [Tue, 22 Jun 2004 20:46:56 +0000 (20:46 +0000)]
Lots of new stuff.

19 years agoInstall rb_evas.h.
Tilman Sauerbeck [Sat, 19 Jun 2004 20:02:40 +0000 (20:02 +0000)]
Install rb_evas.h.

19 years agoAdded keywords, updated GET_OBJ macro.
Tilman Sauerbeck [Sat, 19 Jun 2004 18:55:39 +0000 (18:55 +0000)]
Added keywords, updated GET_OBJ macro.

19 years agoInitial commit.
Tilman Sauerbeck [Sat, 19 Jun 2004 18:43:40 +0000 (18:43 +0000)]
Initial commit.