Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | wx: Fix a crash with sending two binaries to command queue | Dan Gudmundsson | |
Introduced when I optimized the binary handling. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-01 | wx: Fix bad float in return values | Dan Gudmundsson | |
To many floats in return value could cause a reallocation and pointers to reallocated data. Fix it by ensuring that the temp float array is large enough before add values to it. | |||
2014-03-28 | wx: loosen testcase | Dan Gudmundsson | |
2014-02-13 | wx: Test fixes compilation warning | Dan Gudmundsson | |
and more dbg info | |||
2014-01-22 | wx: Delay memory cleanup until safe | Dan Gudmundsson | |
Previously we could do a cleanup while we where recursed down and thus delete the objects we where invoking. | |||
2014-01-21 | Merge branch 'maint' | Dan Gudmundsson | |
2014-01-14 | wx: Fix crash when garbage collect event handlers (debugger caused seg fault) | Dan Gudmundsson | |
wxStyledTextCtrl had no wrapper class so, because it was not detected that it had virtual destructors, thus references to it was not cleaned up on destruction. When a process dies and wx cleans up the event handlers access was made to the deleted object and caused a seg fault. Added a testcase which I thought could provoke the bug but didn't. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-26 | wx: Fix failing testcases | Dan Gudmundsson | |
Fix bad hit test. Fix timing issue in test. | |||
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. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-11-19 | Enable silent start of wx | Håkan Mattsson | |
Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of wx. | |||
2011-12-06 | [wx] Avoid deadlock in handle_sync_event | Dan Gudmundsson | |
Avoid sending cb messages to the wx_object, since it may deadlock. Instead send it to the wxe_server which reads the state from the wx_object's process_dictionary. Ugly but it's the only way I can avoid the deadlock. | |||
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 | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |