Added Ecore::Evas::EcoreEvas#has_alpha? and #has_alpha=.
[ruby-ecore.git] / src / ecore /
2006-02-16 Tilman SauerbeckEvent system tweaks.
2006-02-16 Tilman SauerbeckReworked ADD_EVENT() wrt handling of the inherited...
2006-02-14 Tilman SauerbeckMore event system tweaks.
2006-02-14 Tilman SauerbeckTweaked event names.
2006-02-14 Tilman SauerbeckReworked event handling.
2006-02-14 Tilman SauerbeckReworked on_ecore_event().
2006-02-14 Tilman SauerbeckRemoved an unused variable.
2006-02-13 Tilman SauerbeckUse Numeric for the event type for consistency.
2006-02-12 Tilman SauerbeckAdded Ecore.new_event_type and Ecore.add_event.
2006-02-12 Tilman SauerbeckCode cleanup.
2006-02-12 Tilman SauerbeckRaise errors in EventHandler#initialize rather than...
2006-02-12 Tilman SauerbeckFixed EventHandler#delete.
2006-02-10 Tilman SauerbeckFixed class instantiation.
2006-01-29 Tilman SauerbeckDisabled ecore_event_exe_exit because of API breakage.
2005-05-07 Tilman SauerbeckMade on_ecore_event static.
2005-05-07 Tilman SauerbeckAutomatically init/shutdown 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.