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

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

19 years agoRemoved init/shutdown methods.
Tilman Sauerbeck [Sat, 7 Aug 2004 11:22:00 +0000 (11:22 +0000)]
Removed init/shutdown methods.

19 years agoWe now use real structs to wrap objects.
Tilman Sauerbeck [Sun, 1 Aug 2004 10:18:39 +0000 (10:18 +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 agoDeclare class variables the right way.
Tilman Sauerbeck [Mon, 26 Jul 2004 11:00:14 +0000 (11:00 +0000)]
Declare class variables the right way.

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

19 years agoAdded ecore_x bindings.
Tilman Sauerbeck [Sun, 25 Jul 2004 13:13:57 +0000 (13:13 +0000)]
Added ecore_x bindings.

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

19 years agoecore_init and ecore_shutdown aren't exported anymore.
Tilman Sauerbeck [Thu, 8 Jul 2004 18:25:05 +0000 (18:25 +0000)]
ecore_init and ecore_shutdown aren't exported anymore.

Instead, they are called automatically in the objects' (de)constructors.

19 years agoDon't create a new Evas Ruby object everytime ecore_evas_get() is called.
Tilman Sauerbeck [Tue, 6 Jul 2004 18:27:19 +0000 (18:27 +0000)]
Don't create a new Evas Ruby object everytime ecore_evas_get() is called.

19 years agoDon't use global variables for the Ruby classes.
Tilman Sauerbeck [Sat, 26 Jun 2004 23:07:01 +0000 (23:07 +0000)]
Don't use global variables for the Ruby classes.

19 years agoAdded framebuffer support.
Tilman Sauerbeck [Sat, 26 Jun 2004 16:43:41 +0000 (16:43 +0000)]
Added framebuffer support.

19 years agoAdded wrappers for more functions.
Tilman Sauerbeck [Tue, 22 Jun 2004 20:32:57 +0000 (20:32 +0000)]
Added wrappers for more functions.

19 years agoFixed a warning.
Tilman Sauerbeck [Sun, 20 Jun 2004 14:28:44 +0000 (14:28 +0000)]
Fixed a warning.

19 years agoSwapped contents of rb_software_x11.[ch] and rb_gl_x11.[ch].
Tilman Sauerbeck [Sun, 20 Jun 2004 13:23:07 +0000 (13:23 +0000)]
Swapped contents of rb_software_x11.[ch] and rb_gl_x11.[ch].

19 years agoOops, STR2CSTR is obsolete, use StringValuePtr() instead.
Tilman Sauerbeck [Sun, 20 Jun 2004 10:33:13 +0000 (10:33 +0000)]
Oops, STR2CSTR is obsolete, use StringValuePtr() instead.

19 years agoUse the new GET_OBJ macro.
Tilman Sauerbeck [Sat, 19 Jun 2004 20:15:40 +0000 (20:15 +0000)]
Use the new GET_OBJ macro.

19 years agoLink to evas, too.
Tilman Sauerbeck [Sat, 19 Jun 2004 19:57:02 +0000 (19:57 +0000)]
Link to evas, too.

19 years agoSet SVN properties.
Tilman Sauerbeck [Sat, 19 Jun 2004 19:53:47 +0000 (19:53 +0000)]
Set SVN properties.

19 years agoInitial commit.
Tilman Sauerbeck [Sat, 19 Jun 2004 19:48:46 +0000 (19:48 +0000)]
Initial commit.