Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-29 | Merge branch 'maint' | Dan Gudmundsson | |
2013-08-23 | wx: Add wxPanel:setFocusIgnoringChildren/1 | Dan Gudmundsson | |
It was missing and needed | |||
2013-08-22 | wx: Add wxClipboardTextEvent | Dan Gudmundsson | |
2013-08-21 | wx: Fix bug in wxStatusBar:getFieldRect/2 | Dan Gudmundsson | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-01-25 | Merge branch 'dgud/wx/depr-driver-if' | Dan Gudmundsson | |
* dgud/wx/depr-driver-if: Document howto build wxWidgets on mac wx: Fix crash in glu tesselate wx: Remove deprecated driver_send_term usage wx: Removed wx internal event | |||
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-16 | wx: Removed wx internal event | Dan Gudmundsson | |
Should never have been generated in the first place, have been removed from the generator already but I forgot to remove remove the generated file. | |||
2013-01-09 | wx: Fix comments | Dan Gudmundsson | |
Fix utf-8 code generation for opengl docs | |||
2013-01-09 | wx: Remove unnecessary casts | Dan Gudmundsson | |
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: Deprecate functions not available in wxWidgets-2.9 | Dan Gudmundsson | |
Prepare to remove functionality which is not available in coming wxWidgets versions. | |||
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-06-28 | [wx] Add callback option to event handler spec | Dan Gudmundsson | |
2012-03-29 | [wx] Fix list in list in list specs | Dan Gudmundsson | |
To many lists | |||
2012-03-16 | [wx] Fix listctrl issues | Dan Gudmundsson | |
Wrong arguments / return values in: hitTest getItemPosition and getItemRect | |||
2012-03-01 | [wx] Fix bad type references | Dan Gudmundsson | |
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-24 | [wx] Doc overloaded functions | Dan Gudmundsson | |
edoc do not handle overloaded type-specs, so doc them manually | |||
2012-02-22 | [wx] Fix spec errors | 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. | |||
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-12-06 | [wx] Avoid deadlock in handle_sync_event | Dan Gudmundsson | |
Avoid sending cb messages to the wx_object, since it may deadlock. Instead send it to the wxe_server which reads the state from the wx_object's process_dictionary. Ugly but it's the only way I can avoid the deadlock. | |||
2011-11-10 | [wx] Add wxSystemOptions | Dan Gudmundsson | |
Needed on mac | |||
2011-11-10 | [wx] Fix whitespaces | Dan Gudmundsson | |
Generate whitespace after comma in types | |||
2011-09-28 | Merge branch 'dgud/wx/wx-bugs' into dev | Dan Gudmundsson | |
* dgud/wx/wx-bugs: [wx] Re-generate code [wx] Remove optional shadowing clauses [wx] Remove warning [wx] Fix trailing whitespace [wx] Test colors in textctrl [wx] Fix cleanup memory references | |||
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-09-21 | [wx] Re-generate code | Dan Gudmundsson | |
With the previous commited code-generator | |||
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 | Generated code of previous commit | Dan Gudmundsson | |
2010-11-26 | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into dev | Dan Gudmundsson | |
* dgud/wx/misc-bugs/OTP-8951: Add wxSystemSettings Avoid eternal loops when quiting | |||
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 | 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-11-04 | Add wxSystemSettings | Dan Gudmundsson | |
Sigh, forgot to commit the erlang module in the previous release. | |||
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-03-12 | Whitespace fixes | Dan Gudmundsson | |
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 | Generate without trailing spaces | Björn Gustavsson | |
2010-02-02 | Added wxListCtrl:getEditCtrl (not available on Mac) | Dan Gudmundsson | |