Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Fix documentation and callback options in wxListCtrl:create/3 | Dan Gudmundsson | |
2011-07-07 | Add wxListItemAttr | Dan Gudmundsson | |
Needed in virtual listctrls. | |||
2011-07-07 | Add support for virtual listctrls | Dan Gudmundsson | |
2010-11-19 | Fix non available opengl functions | Dan Gudmundsson | |
Opengl functions are loaded at runtime and differ with drivers and cards. | |||
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-11-15 | Update to OpenGL 4.1 | Dan Gudmundsson | |
2010-11-15 | Windows and Mac build issues | Dan Gudmundsson | |
2010-11-15 | Add dialyser spec | Dan Gudmundsson | |
2010-11-15 | Better make dependecies for api generation | Dan Gudmundsson | |
2010-11-15 | Split opengl functionality into separate dynamic library | Dan Gudmundsson | |
The idea is to build a separate opengl library which can be reused by other erlang applications. | |||
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-30 | Merge branch 'dgud/wx-new-doxygen' into dev | Erlang/OTP | |
* dgud/wx-new-doxygen: Added a non existing macro on windows. Commit of the generated code with previous commit. Fixed code generation from newer doxygen versions. Whitespace fixes OTP-8547 dgud/wx-new-doxygen | |||
2010-03-12 | Added a non existing macro on windows. | Dan Gudmundsson | |
The new code generator doesn't resolve macros and a is missing (not used in wxWidgets) on windows. | |||
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-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-02-05 | Merge branch 'dgud/wx_list_ctrl' into ccase/r13b04_dev | Erlang/OTP | |
* dgud/wx_list_ctrl: Generate without trailing spaces Fix correct starting copyright year Do not emit trailing whitespace Added tests for wxListCtrl:getItem/2. Added wxListCtrl:getEditCtrl (not available on Mac) OTP-8408 Added wxListCtrl:getEditCtrl/1 (not available on Mac). | |||
2010-02-02 | Fix correct starting copyright year | Björn Gustavsson | |
2010-02-02 | Do not emit trailing whitespace | 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-12-04 | Fixed generation of wxFileDialog:getPaths/1. | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |