Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | Add new "constants" to wxGLCanvas | Dan Gudmundsson | |
They can't be constants because the order differ between 3.0.3 and 3.1. So they must be looked up in runtime. | |||
2016-10-07 | wx: Add wxWindow:getContentScaleFactor | Dan Gudmundsson | |
2016-09-28 | wx: Add simple dropfiles support | Dan Gudmundsson | |
Added wxDropFiles event | |||
2016-07-05 | wx: Add missing specs | Dan Gudmundsson | |
Some taylormade functions still used edoc spec's, and some where wrong which caused broken links. Change them to be real spec's and correct the types. | |||
2016-05-24 | wx: Quote atoms in types and specs | Dan Gudmundsson | |
Follow the convention and make atom more visibile in types and specs | |||
2016-05-12 | wx: Fix generated defines in gl.hrl | Dan Gudmundsson | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-04 | wx: Fix type error in wxMouseState record | Dan Gudmundsson | |
severe typo | |||
2016-03-15 | update copyright-year | Henrik Nord | |
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-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-30 | wx: Add mouse_capture_lost event | Dan Gudmundsson | |
Needed to avoid asserts when capturing mouse on Windows. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-05 | wx: Add missing data in events | Dan Gudmundsson | |
Some events where missing useful information. May require user code recompilation, since some records in wx.hrl have chnaged it's definition. | |||
2015-03-27 | wx: Fix variable cursor constants | Dan Gudmundsson | |
Fix cursor constants that changes with OS and wxWidgets releases. | |||
2014-05-13 | wx: Fix non constant define (wxSL_LABELS) | Dan Gudmundsson | |
wxSL_LABELS have changed constant value in 3.0, make version agnostic by doing a lookup during runtime instead of constant. Thanks Enrique Fernández (efcasado) | |||
2014-04-16 | wx: Add wxActivateEvent | Dan Gudmundsson | |
2014-03-26 | wx: Add wxLocale class | Dan Gudmundsson | |
2014-01-21 | wx: Add init_dialog event | Dan Gudmundsson | |
It was missing. | |||
2013-08-22 | wx: Add wxClipboardTextEvent | Dan Gudmundsson | |
2013-01-09 | wx: Ifdef changed/removed functionality in wxWidgets-2.9.x | Dan Gudmundsson | |
2013-01-09 | wx: Re-generated code | Dan Gudmundsson | |
Generated code with previous commit. | |||
2012-03-16 | [wx] Add more types | Dan Gudmundsson | |
The hardcoded records wxMouseState and wxHtmlLinkInfo did have types as comments. (changes in code gen is in prev commit) | |||
2012-03-06 | [wx] Fix bad defines | Dan Gudmundsson | |
Reported by Vlad Dumitrescu. | |||
2012-02-24 | [wx] Add wxTaskBarIcon class | Dan Gudmundsson | |
2012-02-22 | [wx] Fix spec errors | Dan Gudmundsson | |
2012-02-16 | [wx] Generated types for all wx classes | Dan Gudmundsson | |
2012-02-16 | [wx] Generate GL api from latest version | Dan Gudmundsson | |
- Remove edoc types in gl - Add OpenGL documentation | |||
2011-11-10 | [wx] Fix whitespaces | Dan Gudmundsson | |
Generate whitespace after comma in types | |||
2011-07-07 | Fix documentation and callback options in wxListCtrl:create/3 | Dan Gudmundsson | |
2010-11-15 | Update to OpenGL 4.1 | Dan Gudmundsson | |
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-02-02 | Update copyright headers | Björn Gustavsson | |
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 | |