aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/test
AgeCommit message (Expand)Author
2014-02-24Add test suites performing app and appup file checksTobias Schlager
2014-02-13wx: Test fixes compilation warningDan Gudmundsson
2014-02-13wx: Rewrite eventhandling againDan Gudmundsson
2014-01-22wx: Delay memory cleanup until safeDan Gudmundsson
2014-01-21wx: Add init_dialog eventDan Gudmundsson
2014-01-21Merge branch 'maint'Dan Gudmundsson
2014-01-14wx: Fix crash when garbage collect event handlers (debugger caused seg fault)Dan Gudmundsson
2013-12-02Merge branch 'maint'Dan Gudmundsson
2013-11-14wx: Fix crash in wxe_server cleanupDan Gudmundsson
2013-10-30wx: Fix cleanup of event handlersDan Gudmundsson
2013-08-29Merge branch 'maint'Dan Gudmundsson
2013-08-27wx: Add toolbar testcaseDan Gudmundsson
2013-08-27wx: Add character event test/exampleDan Gudmundsson
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-02-26wx: Fix failing testcasesDan Gudmundsson
2013-01-23wx: Add wxTreeCtrl:isTreeItemIdOk/1Dan Gudmundsson
2013-01-23wx: Fix wxTreeCtrl return valuesDan Gudmundsson
2013-01-09wx: Fix demo and testsDan Gudmundsson
2013-01-09wx: Modify tests so they work on wxWidgets-2.9Dan Gudmundsson
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2012-11-19Enable silent start of wxHåkan Mattsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-02-27[wx] Add simple taskbaricon testDan Gudmundsson
2012-02-09[wx] Cleanup MakefilesDan Gudmundsson
2011-12-06[wx] Avoid deadlock in handle_sync_eventDan Gudmundsson
2011-11-16[wx] Fix deadlock in callback handlingDan Gudmundsson
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-21[wx] Test colors in textctrlDan Gudmundsson
2011-09-21Merge branch 'dgud/wx/virtual-listctrl/OTP-9415' into devDan Gudmundsson
2011-07-14Handle overloading callbacks the same as eventsDan Gudmundsson
2011-07-07Add example and testcaseDan Gudmundsson
2011-06-30wx: fix obsolete guard warning (list/1)Tuncer Ayaz
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update and add cover spec files to work with common_testLukas Larsson
2011-02-17Update all test specsLukas Larsson
2011-02-17Fix formatting for wxLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update wx tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2011-02-17Update tests to work with ts -> ct migrations script.Lukas Larsson
2010-11-26Merge branch 'dgud/wx/misc-bugs/OTP-8951' into devDan Gudmundsson
2010-11-19Fix non available opengl functionsDan Gudmundsson
2010-11-15Windows and Mac build issuesDan Gudmundsson
2010-11-04Add wxSystemSettingsDan Gudmundsson
2010-09-07Merge branch 'mk/net-dragonfly-bsd-patches' into devBjörn Gustavsson
2010-08-19Added missing wxTextCtrl:editLabel/2.Dan Gudmundsson
2010-08-13Use proper install methodMartti Kuparinen
2010-03-25Merge branch 'hawk/wx-add-app-file' into devErlang/OTP