Added Ecore::Evas::EcoreEvas#has_alpha? and #has_alpha=.
[ruby-ecore.git] / src / ecore_x / rb_window.c
2006-02-10 Tilman SauerbeckFixed class instantiation.
2004-09-02 Tilman SauerbeckImplemented Window#borderless.
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-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 SauerbeckRenamed Window#border_size to Window#border_width.
2004-08-22 Tilman SauerbeckImplemented get_protocol and the 'sticky' property.
2004-08-22 Tilman SauerbeckImplemented Window#focus.
2004-08-22 Tilman SauerbeckImplemented inspect and the manage* and sniff* methods.
2004-08-21 Tilman SauerbeckDon't fail in TO_ECORE_X_WINDOW if the window passed...
2004-08-19 Tilman SauerbeckAPI tweaks.
2004-08-19 Tilman SauerbeckUpdated copyright notice. Added event handler code.
2004-08-01 Tilman SauerbeckWe now use real structs to wrap objects.
2004-07-25 Tilman SauerbeckAdded ecore_x bindings.