Replaced the autotools setup with a Rakefile.
[ruby-ecore.git] / src / ecore /
2005-04-26 Tilman SauerbeckReplaced the autotools setup with a Rakefile.
2005-03-13 Tilman SauerbeckImplemented Timer#interval=.
2005-02-28 Tilman SauerbeckAdded Ecore::Timer#deleted?.
2004-12-09 Tilman SauerbeckInclude rb_idle_enterer.h, too.
2004-12-09 Tilman SauerbeckFixed the definitions of Ecore::Idler's and IdleEnterer...
2004-12-09 Tilman SauerbeckAdded Ecore::IdleEnterer.
2004-12-03 Tilman SauerbeckCall Init_stack() just before the Animator's callback...
2004-11-27 Tilman SauerbeckImplemented Ecore.time.
2004-11-27 Tilman SauerbeckAdded Ecore::Animator.
2004-10-18 Tilman SauerbeckLink to the correct Ruby shared object.
2004-09-01 Tilman SauerbeckAdded Ecore::FdHandler. Moved DEF_CONST.
2004-08-29 Tilman SauerbeckCall ecore_event_handler_add() in EventHandler's constr...
2004-08-22 Tilman SauerbeckOops, don't put extra quotation marks in the class...
2004-08-21 Tilman SauerbeckMoved the rb_define_attr calls. Implemented more events...
2004-08-19 Tilman SauerbeckCall other event handlers, too.
2004-08-19 Tilman SauerbeckUpdated copyright notice. Added event handler code.
2004-08-16 Tilman SauerbeckLook for the directory where libruby.so lives.
2004-08-12 Tilman SauerbeckExplicitly initialize the deleted flag for the timer...
2004-08-10 Tilman SauerbeckDocumentation arrived.
2004-08-07 Tilman SauerbeckRemoved init/shutdown methods.
2004-08-01 Tilman SauerbeckWe now use real structs to wrap objects.
2004-07-26 Tilman SauerbeckDeclare class variables the right way.
2004-07-25 Tilman SauerbeckMacro tweaks.
2004-07-08 Tilman Sauerbeckecore_init and ecore_shutdown aren't exported anymore.
2004-06-26 Tilman SauerbeckDon't use global variables for the Ruby classes.
2004-06-19 Tilman SauerbeckSet SVN properties.
2004-06-19 Tilman SauerbeckInitial commit.