Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' into major | Björn Gustavsson | 2011-09-28 | 11 | -173/+180 |
|\ | |||||
| * | Merge branch 'dgud/wx/wx-bugs' into dev | Dan Gudmundsson | 2011-09-28 | 11 | -173/+180 |
| |\ | |||||
| | * | [wx] Re-generate code | Dan Gudmundsson | 2011-09-21 | 7 | -41/+21 |
| | * | [wx] Remove optional shadowing clauses | Dan Gudmundsson | 2011-09-21 | 1 | -9/+14 |
| | * | [wx] Remove warning | Dan Gudmundsson | 2011-09-21 | 1 | -2/+2 |
| | * | [wx] Fix trailing whitespace | Dan Gudmundsson | 2011-09-21 | 2 | -111/+111 |
| | * | [wx] Test colors in textctrl | Dan Gudmundsson | 2011-09-21 | 1 | -0/+22 |
| | * | [wx] Fix cleanup memory references | Dan Gudmundsson | 2011-09-21 | 1 | -10/+10 |
* | | | Merge branch 'dev' into major | Hans Bolinder | 2011-09-27 | 2 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Correct XML files | Hans Bolinder | 2011-09-26 | 2 | -5/+5 |
| |/ | |||||
* | | Merge branch 'dev' into major | Dan Gudmundsson | 2011-09-21 | 22 | -6993/+7375 |
|\ \ | |/ | |||||
| * | Merge branch 'dgud/wx/virtual-listctrl/OTP-9415' into dev | Dan Gudmundsson | 2011-09-21 | 22 | -6993/+7375 |
| |\ | |||||
| | * | Handle overloading callbacks the same as events | Dan Gudmundsson | 2011-07-14 | 5 | -70/+79 |
| | * | Fix documentation and callback options in wxListCtrl:create/3 | Dan Gudmundsson | 2011-07-07 | 6 | -1081/+849 |
| | * | Add example and testcase | Dan Gudmundsson | 2011-07-07 | 2 | -50/+124 |
| | * | Add wxListItemAttr | Dan Gudmundsson | 2011-07-07 | 7 | -5336/+5602 |
| | * | Generated code of previous commit | Dan Gudmundsson | 2011-07-07 | 3 | -55/+107 |
| | * | Add support for virtual listctrls | Dan Gudmundsson | 2011-07-07 | 9 | -479/+692 |
| | * | Re-generated with new doxygen | Dan Gudmundsson | 2011-07-05 | 5 | -7/+7 |
* | | | Merge branch 'dev' into major | Henrik Nord | 2011-09-20 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix misspelling of successful | Tuncer Ayaz | 2011-09-15 | 2 | -2/+2 |
* | | | Merge branch 'dev' into major | Henrik Nord | 2011-09-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | wx: fix obsolete guard warning (list/1) | Tuncer Ayaz | 2011-06-30 | 1 | -2/+2 |
| |/ | |||||
* | | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | 2011-08-16 | 1 | -3/+3 |
|/ | |||||
* | Prepare releaseOTP_R14B03 | Erlang/OTP | 2011-05-24 | 2 | -1/+17 |
* | Fix wx app file, sed didn't work on all platforms | Dan Gudmundsson | 2011-05-19 | 2 | -5/+5 |
* | Merge branch 'dev' into bmk/inets/ftp/missing_spec_causes_dialyxer_problems/O... | Micael Karlberg | 2011-03-17 | 9 | -9/+34 |
|\ | |||||
| * | Prepare releaseOTP_R14B02 | Erlang/OTP | 2011-03-14 | 2 | -1/+26 |
| * | Update copyright years | Björn-Egil Dahlberg | 2011-03-11 | 7 | -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 | 3 | -17/+19 |
* | Rename Suite Callback to Common Test Hook | Lukas Larsson | 2011-02-17 | 6 | -6/+6 |
* | Update and add cover spec files to work with common_test | Lukas Larsson | 2011-02-17 | 2 | -1/+3 |
* | Update all test specs | Lukas Larsson | 2011-02-17 | 1 | -1/+1 |
* | Fix formatting for wx | Lukas Larsson | 2011-02-17 | 6 | -29/+34 |
* | Add init_per_suite and end_per_suite | Lukas Larsson | 2011-02-17 | 1 | -0/+6 |
* | Add ts_install_scb to suite/0 | Lukas Larsson | 2011-02-17 | 6 | -5/+17 |
* | Update wx tests to conform with common_test standard | Lukas Larsson | 2011-02-17 | 8 | -59/+83 |
* | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | 2011-02-17 | 7 | -22/+9 |
* | Update tests to work with ts -> ct migrations script. | Lukas Larsson | 2011-02-17 | 6 | -20/+7 |
* | Prepare release | Erlang/OTP | 2010-12-06 | 2 | -1/+20 |
* | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into dev | Dan Gudmundsson | 2010-11-26 | 3 | -1/+98 |
|\ | |||||
| * | Add wxSystemSettings | Dan Gudmundsson | 2010-11-04 | 2 | -1/+95 |
| * | Avoid eternal loops when quiting | Dan Gudmundsson | 2010-11-04 | 1 | -0/+3 |
* | | Fix non available opengl functions | Dan Gudmundsson | 2010-11-19 | 6 | -27/+65 |
* | | Add lib paths for *bsd variants | Dan Gudmundsson | 2010-11-18 | 1 | -2/+6 |
* | | Initilize opengl after setCurrent | Dan Gudmundsson | 2010-11-15 | 7 | -49/+53 |
* | | Update to OpenGL 4.1 | Dan Gudmundsson | 2010-11-15 | 12 | -626/+4854 |