Added Ecore::Evas::EcoreEvas#has_alpha? and #has_alpha=.
[ruby-ecore.git] / src / ecore_x /
2006-02-14 Tilman SauerbeckTweaked event names.
2006-02-14 Tilman SauerbeckReworked event handling.
2006-02-10 Tilman SauerbeckFixed class instantiation.
2005-04-26 Tilman SauerbeckReplaced the autotools setup with a Rakefile.
2004-10-18 Tilman SauerbeckLink to the correct Ruby shared object.
2004-09-02 Tilman SauerbeckImplemented Window#borderless.
2004-09-01 Tilman SauerbeckAdded Ecore::FdHandler. Moved DEF_CONST.
2004-08-31 Tilman SauerbeckOperators '==' and '===' are aliases for 'eql?' now.
2004-08-29 Tilman SauerbeckUnbreak Window#resize.
2004-08-28 Tilman SauerbeckImplemented Window#configure.
2004-08-27 Tilman SauerbeckImplemented the WindowResizeRequest and WindowDamage...
2004-08-26 Tilman SauerbeckImplemented Window#border_width=.
2004-08-26 Tilman SauerbeckAdded the Ecore::X::Cursor class.
2004-08-23 Tilman SauerbeckDon't try to convert NULL into a String.
2004-08-23 Tilman SauerbeckImplemented Window#send_delete_request.
2004-08-23 Tilman SauerbeckPut the default root window hack back in.
2004-08-23 Tilman SauerbeckRenamed Window#border_size to Window#border_width.
2004-08-22 Tilman SauerbeckImplemented get_protocol and the 'sticky' property.
2004-08-22 Tilman SauerbeckImplemented the MOUSE_BUTTON_{UP,DOWN} events.
2004-08-22 Tilman SauerbeckAdded modifier enum. Fixed key event init methods.
2004-08-22 Tilman SauerbeckImplemented the KEY_DOWN and KEY_UP events.
2004-08-22 Tilman SauerbeckImplemented the following events: MOUSE_MOVE, MOUSE_IN...
2004-08-22 Tilman SauerbeckImplemented Window#focus.
2004-08-22 Tilman SauerbeckImplemented inspect and the manage* and sniff* methods.
2004-08-21 Tilman SauerbeckImplemented the WINDOW_CREATE and WINDOW_DESTROY events.
2004-08-21 Tilman SauerbeckMoved the rb_define_attr calls. Implemented more events...
2004-08-21 Tilman SauerbeckDon't fail in TO_ECORE_X_WINDOW if the window passed...
2004-08-21 Tilman SauerbeckWhen we create the root window object, just pass 0...
2004-08-19 Tilman SauerbeckAPI tweaks.
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-07 Tilman SauerbeckRemoved init/shutdown methods.
2004-08-01 Tilman SauerbeckWe now use real structs to wrap objects.
2004-07-25 Tilman SauerbeckAdded ecore_x bindings.