Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years | Björn-Egil Dahlberg | 2013-01-25 | 1 | -1/+1 |
* | Merge branch 'dgud/wx/depr-driver-if' | Dan Gudmundsson | 2013-01-25 | 12 | -119/+140 |
|\ | |||||
| * | wx: Fix crash in glu tesselate | Dan Gudmundsson | 2013-01-22 | 1 | -60/+75 |
| * | wx: Remove deprecated driver_send_term usage | Dan Gudmundsson | 2013-01-16 | 11 | -59/+65 |
* | | wx: Add wxTreeCtrl:isTreeItemIdOk/1 | Dan Gudmundsson | 2013-01-23 | 2 | -1420/+1428 |
* | | wx: Fix wxTreeCtrl return values | Dan Gudmundsson | 2013-01-23 | 1 | -7/+8 |
|/ | |||||
* | Merge branch 'dgud/wx/platform-gen' | Dan Gudmundsson | 2013-01-15 | 1 | -3/+2 |
|\ | |||||
| * | wx: Build targets to platform subdirs | Dan Gudmundsson | 2012-12-13 | 1 | -3/+2 |
* | | wx: Mac fixes | Dan Gudmundsson | 2013-01-09 | 2 | -3/+24 |
* | | wx: Fix loading icons and cursors in Windows | Dan Gudmundsson | 2013-01-09 | 1 | -0/+10 |
* | | wx: Remove unnecessary casts | Dan Gudmundsson | 2013-01-09 | 1 | -1027/+1027 |
* | | wx: Fix changed getfunctions | Dan Gudmundsson | 2013-01-09 | 1 | -14/+14 |
* | | wx: Fix int to enum | Dan Gudmundsson | 2013-01-09 | 2 | -42/+55 |
* | | wx: Update examples so they work with both wxWidgets 2.8 and 2.9 | Dan Gudmundsson | 2013-01-09 | 1 | -2/+2 |
* | | wx: Fixes more changed/removed functionality in 2.9 | Dan Gudmundsson | 2013-01-09 | 1 | -1/+9 |
* | | wx: Ifdef changed/removed functionality in wxWidgets-2.9.x | Dan Gudmundsson | 2013-01-09 | 3 | -230/+243 |
* | | wx: Re-generated code | Dan Gudmundsson | 2013-01-09 | 2 | -168/+149 |
|/ | |||||
* | Update to work with whitespace in exec path | Lukas Larsson | 2012-06-05 | 1 | -5/+5 |
* | [wx] Fix listctrl issues | Dan Gudmundsson | 2012-03-16 | 1 | -12/+8 |
* | [wx] Add missing stc function | Dan Gudmundsson | 2012-02-24 | 2 | -249/+257 |
* | [wx] Add wxTaskBarIcon class | Dan Gudmundsson | 2012-02-24 | 4 | -1/+63 |
* | [wx] Fix api bugs in wxDC | Dan Gudmundsson | 2012-02-20 | 5 | -2751/+2756 |
* | [wx] Fix wxGraphicContext bugs | Dan Gudmundsson | 2012-02-17 | 3 | -2680/+2684 |
* | [wx] Generate GL api from latest version | Dan Gudmundsson | 2012-02-16 | 4 | -2030/+2146 |
* | [wx] Cleanup Makefiles | Dan Gudmundsson | 2012-02-09 | 1 | -13/+1 |
* | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson | 2011-12-10 | 1 | -43/+43 |
|\ | |||||
| * | [wx] Remove warnings | Dan Gudmundsson | 2011-12-07 | 1 | -43/+43 |
* | | Update copyright years | Björn-Egil Dahlberg | 2011-12-09 | 1 | -1/+1 |
* | | ws's xwe_driver.c: Conform to updated driver API | Björn Gustavsson | 2011-12-09 | 1 | -7/+15 |
|/ | |||||
* | Merge branch 'pan/osx_gcc_fixes' | Patrik Nyblom | 2011-11-18 | 1 | -0/+7 |
|\ | |||||
| * | Make OTP build w/alternative gcc on MacOS Lion | Patrik Nyblom | 2011-11-16 | 1 | -0/+7 |
* | | [wx] Change libGL loading | Dan Gudmundsson | 2011-11-16 | 1 | -7/+7 |
* | | [wx] Fix deadlock in callback handling | Dan Gudmundsson | 2011-11-16 | 1 | -4/+20 |
* | | [wx] Add wxSystemOptions | Dan Gudmundsson | 2011-11-10 | 3 | -45/+102 |
|/ | |||||
* | [wx] Remove warning | Dan Gudmundsson | 2011-09-21 | 1 | -2/+2 |
* | [wx] Fix trailing whitespace | Dan Gudmundsson | 2011-09-21 | 2 | -111/+111 |
* | [wx] Fix cleanup memory references | Dan Gudmundsson | 2011-09-21 | 1 | -10/+10 |
* | Handle overloading callbacks the same as events | Dan Gudmundsson | 2011-07-14 | 3 | -42/+53 |
* | Fix documentation and callback options in wxListCtrl:create/3 | Dan Gudmundsson | 2011-07-07 | 1 | -1/+19 |
* | Add wxListItemAttr | Dan Gudmundsson | 2011-07-07 | 3 | -1978/+2091 |
* | Generated code of previous commit | Dan Gudmundsson | 2011-07-07 | 2 | -27/+58 |
* | Add support for virtual listctrls | Dan Gudmundsson | 2011-07-07 | 3 | -124/+149 |
* | Re-generated with new doxygen | Dan Gudmundsson | 2011-07-05 | 5 | -7/+7 |
* | Make MacOS (NS) wx use the main thread | Patrik Nyblom | 2011-03-02 | 2 | -3/+30 |
* | Fix bad string copy during initialization | Dan Gudmundsson | 2011-03-02 | 1 | -2/+1 |
* | Fix start args | Dan Gudmundsson | 2011-03-02 | 1 | -2/+2 |
* | Fixed coredump when graphics could not be initiated | Dan Gudmundsson | 2011-03-02 | 2 | -3/+5 |
* | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into dev | Dan Gudmundsson | 2010-11-26 | 1 | -0/+3 |
|\ | |||||
| * | Avoid eternal loops when quiting | Dan Gudmundsson | 2010-11-04 | 1 | -0/+3 |
* | | Fix non available opengl functions | Dan Gudmundsson | 2010-11-19 | 4 | -15/+22 |