Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | wx: Add toolbar stretchablespace | Dan Gudmundsson | |
Available since 3.0 | |||
2015-08-14 | wx: Fix assert log test | Dan Gudmundsson | |
Did not work on windows, on windows getItem uses wxLogWindow instead of assert in case of out of range, so the test still caused a log window. | |||
2015-07-01 | wx: Make wxLANGUAGE_ variable | Dan Gudmundsson | |
So they work on both wxWidgets-2.8 and 3.0 | |||
2015-06-30 | wx: Send wxWdigets assert to error logger | Dan Gudmundsson | |
Instead of popping up an annoying msgbox | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-01 | wx: Cleanup tests | Dan Gudmundsson | |
Remove erlang:now() and wait for windows to appear when neccesary, which it often is when using wxWidgets-3.0 on gtk. Also cleanup radioBox test. | |||
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. | |||
2014-05-22 | wx: Add wxPopup(Transient)Window | Dan Gudmundsson | |
Useful class though not documented in wxWidgets-2.8 | |||
2014-03-20 | wx: Fix listCtrl sort callback | Dan Gudmundsson | |
2013-08-27 | wx: Add toolbar testcase | Dan Gudmundsson | |
2013-02-26 | wx: Fix failing testcases | Dan Gudmundsson | |
Fix bad hit test. Fix timing issue in test. | |||
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-09 | wx: Modify tests so they work on wxWidgets-2.9 | Dan Gudmundsson | |
Things have changed in 2.9 modify tests so they are still valid for both 2.8 and 2.9 branches, so far only tested on linux. | |||
2012-02-27 | [wx] Add simple taskbaricon test | Dan Gudmundsson | |
2011-09-21 | [wx] Test colors in textctrl | Dan Gudmundsson | |
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-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for wx | 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-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-02-02 | Added tests for wxListCtrl:getItem/2. | Dan Gudmundsson | |
2010-01-20 | Test case fixes | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |