Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-29 | wx: Add wxWindow:SetTransparent and CanSetTransperant | Dan Gudmundsson | |
Available in at least 2.8.12 and later. | |||
2016-02-29 | wx: Remove http_util usage | Dan Gudmundsson | |
Use erlang builtin list_to_integer instead | |||
2015-09-02 | wx: Fix wxAuiManager:getAllPanes/1 | Dan Gudmundsson | |
It was broken. | |||
2015-08-28 | wx: Add missing aui functionality | Dan Gudmundsson | |
2015-07-01 | wx: Make wxLANGUAGE_ variable | Dan Gudmundsson | |
So they work on both wxWidgets-2.8 and 3.0 | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-03-26 | wx: Add wxLocale class | Dan Gudmundsson | |
2014-03-25 | wx: Added misc functions | Dan Gudmundsson | |
Nice to have functionality | |||
2014-01-24 | lib/wx - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson | |
2013-08-20 | wx: Fix api generator | Dan Gudmundsson | |
Be usable with doxygen 1.8.3 | |||
2013-01-09 | wx: Remove unnecessary casts | Dan Gudmundsson | |
2013-01-09 | wx: Fix changed getfunctions | Dan Gudmundsson | |
wx-2.9 have changed some functions from returning references to objects to returning objects instead | |||
2013-01-09 | wx: Fix int to enum | Dan Gudmundsson | |
In 2.9 several functions takes enum's instead of int as arguments, remove dirty -fpermissive fix and fix it correctly instead. | |||
2013-01-09 | wx: Ifdef changed/removed functionality in wxWidgets-2.9.x | Dan Gudmundsson | |
2013-01-09 | wx: Fix xml-parsing with new doxygen version | Dan Gudmundsson | |
2012-02-20 | [wx] Fix api bugs in wxDC | Dan Gudmundsson | |
Some out arguments was in args. | |||
2011-09-21 | [wx] Remove optional shadowing clauses | Dan Gudmundsson | |
In some cases the non optional clause could make some clauses unreachable. i.e. in the following example the second clause will never be reached. prepend(This,Window) when is_record(This, wx_ref),is_record(Window, wx_ref) -> prepend(This,Window, []); prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> ?CLASS(ThisT,wxSizer), ?CLASS(ItemT,wxSizerItem), wxe_util:call(?wxSizer_Prepend_1, <<ThisRef:32/?UI,ItemRef:32/?UI>>). | |||
2011-09-15 | Fix misspelling of successful | Tuncer Ayaz | |
2010-11-15 | Initilize opengl after setCurrent | Dan Gudmundsson | |
No rendering context is available until setCurrent is called the first time, opengl extensions can not be loaded before the rendering context is created. | |||
2010-03-12 | Fixed code generation from newer doxygen versions. | Dan Gudmundsson | |
Also changed the wx.hrl output order. Tried to get it to work with both doxygen-1.4.6 and doxygen-1.6.3. Minor problems still exists with doxygen-1.6.3. | |||
2010-02-16 | wx: Clean up as suggested by tidier | Kostis Sagonas | |
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 | |