Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | wx: Add wxWindow:getContentScaleFactor | Dan Gudmundsson | |
2016-09-29 | wx: add wxWindowDragAcceptFiles | Dan Gudmundsson | |
Enable window to handle drop file events. | |||
2016-09-28 | wx: Add simple dropfiles support | Dan Gudmundsson | |
Added wxDropFiles event | |||
2016-04-28 | wx: Remove non implemented wxGauge functions | Dan Gudmundsson | |
These functions have been removed from wxWidgets-3.1 and according to documentation have been noops anyway. So remove them to make wx build with wxWidgets-3.1 if wxWidgets is compiled with --enable-compat28 | |||
2016-04-04 | wx: Fix wxListCtrl:hitTest arguments and delivered results | Dan Gudmundsson | |
May cause incompatibility for applications but the flags argument is out only in C++. | |||
2016-02-29 | wx: Add wxWindow:SetTransparent and CanSetTransperant | Dan Gudmundsson | |
Available in at least 2.8.12 and later. | |||
2016-02-29 | wx: Add wxWindow SetDoubleBuffered and IsDoubleBuffered from wxWidgets 3.0 | Dan Gudmundsson | |
This is really needed on windows to get rid of flickering when updating some widgets. These functions are only available if 3.0 and not on mac where everything is double buffered already. | |||
2015-12-07 | wx: Add toolbar stretchablespace | Dan Gudmundsson | |
Available since 3.0 | |||
2015-11-24 | wx: Add wxOverlay | Dan Gudmundsson | |
2015-09-02 | wx: Fix wxAuiManager:getAllPanes/1 | Dan Gudmundsson | |
It was broken. | |||
2015-08-28 | wx: Add missing aui functionality | Dan Gudmundsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-05-22 | wx: Add wxPopup(Transient)Window | Dan Gudmundsson | |
Useful class though not documented in wxWidgets-2.8 | |||
2014-04-16 | wx: Add wxActivateEvent | Dan Gudmundsson | |
2014-04-16 | wx: Add missing wxTextCtrl:changeValue | Dan Gudmundsson | |
It was missing. | |||
2014-03-26 | wx: Add wxLocale class | Dan Gudmundsson | |
2014-03-25 | wx: Added misc functions | Dan Gudmundsson | |
Nice to have functionality | |||
2013-11-21 | wx: wxListBox::Set crashes on wxWidgets 3.0 with NULL argument | Sergei Golovan | |
2013-08-23 | wx: Add wxPanel:setFocusIgnoringChildren/1 | Dan Gudmundsson | |
It was missing and needed | |||
2013-01-23 | wx: Add wxTreeCtrl:isTreeItemIdOk/1 | Dan Gudmundsson | |
Since I have replaced the wxTreeItemIdClass with integers, there is no way to verify that it is a valid wxTreeItemId that is returned from the wxTreeCtrl:getItem* functions. Still the check is that is non null so beware don't construct your own id's. | |||
2013-01-23 | wx: Fix wxTreeCtrl return values | Dan Gudmundsson | |
Fixes wxTreeCtrl:getBoundingRect/2 and wxTreeCtrl:hitTest/1. wxTreeCtrl:hitTest now returns a tuple, i.e. not bug compatible with previous releases but needed to know if the returned wxTreeItemId is valid or not. | |||
2013-01-09 | wx: Re-generated code | Dan Gudmundsson | |
Generated code with previous commit. | |||
2012-02-24 | [wx] Add missing stc function | Dan Gudmundsson | |
wxSTC:SetEdgeMode was missing for some reason. | |||
2012-02-24 | [wx] Add wxTaskBarIcon class | Dan Gudmundsson | |
2012-02-20 | [wx] Fix api bugs in wxDC | Dan Gudmundsson | |
Some out arguments was in args. | |||
2012-02-17 | [wx] Fix wxGraphicContext bugs | Dan Gudmundsson | |
* Lines had wrong arguments * Change float() to number in guards, when packing arguments integers are converted floats to automaticly anyway. | |||
2011-11-10 | [wx] Add wxSystemOptions | Dan Gudmundsson | |
Needed on mac | |||
2011-07-07 | Add wxListItemAttr | Dan Gudmundsson | |
Needed in virtual listctrls. | |||
2010-08-19 | Added missing wxTextCtrl:editLabel/2. | Dan Gudmundsson | |
Reported by akorosmezey. | |||
2010-07-14 | Implemented wxSystemSettings class. | Dan Gudmundsson | |
It was missing as Doug Edmunds pointed out. | |||
2010-03-12 | Commit of the generated code with previous commit. | Dan Gudmundsson | |
Should be the same as previously. Still generated with doxxygen-1.4.6. | |||
2010-02-02 | Generate without trailing spaces | Björn Gustavsson | |
2010-02-02 | Added wxListCtrl:getEditCtrl (not available on Mac) | Dan Gudmundsson | |
2010-01-19 | wx: Improved wxTreeCtrl. | Dan Gudmundsson | |
Changed representation of wxTreeItem to be int. This saves memory, where the driver don't need to keep a reference map for every tree item. And added getFirstChild and getNextChild to wxTreeCtrl. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |