Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-21 | [wx] Test colors in textctrl | Dan Gudmundsson | |
2011-09-21 | Merge branch 'dgud/wx/virtual-listctrl/OTP-9415' into dev | Dan Gudmundsson | |
* dgud/wx/virtual-listctrl/OTP-9415: Handle overloading callbacks the same as events Fix documentation and callback options in wxListCtrl:create/3 Add example and testcase Add wxListItemAttr Generated code of previous commit Add support for virtual listctrls Re-generated with new doxygen | |||
2011-07-14 | Handle overloading callbacks the same as events | Dan Gudmundsson | |
Previously other process wx calls where allowed to execute in the callback code, but that lead to a deadlock if for example a dialog was created. | |||
2011-07-07 | Add example and testcase | Dan Gudmundsson | |
2011-06-30 | wx: fix obsolete guard warning (list/1) | Tuncer Ayaz | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for wx | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update wx tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | Lukas Larsson | |
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-19 | Fix non available opengl functions | Dan Gudmundsson | |
Opengl functions are loaded at runtime and differ with drivers and cards. | |||
2010-11-15 | Windows and Mac build issues | Dan Gudmundsson | |
2010-11-04 | Add wxSystemSettings | Dan Gudmundsson | |
Sigh, forgot to commit the erlang module in the previous release. | |||
2010-09-07 | Merge branch 'mk/net-dragonfly-bsd-patches' into dev | Björn Gustavsson | |
* mk/net-dragonfly-bsd-patches: Remove unused variables Use proper install method Add support for DragonFly BSD Add support for NetBSD | |||
2010-08-19 | Added missing wxTextCtrl:editLabel/2. | Dan Gudmundsson | |
Reported by akorosmezey. | |||
2010-08-13 | Use proper install method | Martti Kuparinen | |
Only real program files should be installed with INSTALL_PROGRAM while scripts should be installed with INSTALL_SCRIPT and data files with INSTALL_DATA. | |||
2010-03-25 | Merge branch 'hawk/wx-add-app-file' into dev | Erlang/OTP | |
* hawk/wx-add-app-file: Add app and appup files to the wx application OTP-8538 hawk/wx-add-app-file | |||
2010-03-23 | Add app and appup files to the wx application | Håkan Mattsson | |
2010-02-02 | Added tests for wxListCtrl:getItem/2. | Dan Gudmundsson | |
2010-01-20 | Test case fixes | Dan Gudmundsson | |
2010-01-19 | Fixed a memory reference bug which caused unexplained {badarg, Int} exits. | Dan Gudmundsson | |
You could get a reference to another applications memory, if wx had deleted that applications memory without the drivers knowledge about it, typically memory allocated by wx and not the application using classes where wx-driver can't override the desctructors. When wx allocated new memory and got a pointer to that memory, the wx-driver detected the same pointer and forwarded the old ref to erlang. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |