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-07-07 | wx: Add event callback fastpath | Dan Gudmundsson | |
Avoids spawn but can deadlock | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-05 | wx: Optimize command queues | Dan Gudmundsson | |
Remove allocations | |||
2015-01-13 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: debugger: Fix debugger save options on mac wx: Do not crash server when going down | |||
2014-12-19 | wx: Do not crash server when going down | Dan Gudmundsson | |
If a connect request was made during the takedown of wx it would crash. | |||
2014-05-28 | Add synchronous stop function to wx_object | Siri Hansen | |
2014-02-13 | wx: Rewrite eventhandling again | Dan Gudmundsson | |
Remove the extra wxEvtListener that only caused confusion, now everything is automatically cleaned up by the destructors and event sent to erlang when it becomes delete for all cases. | |||
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 | wx: Add init_dialog event | Dan Gudmundsson | |
It was missing. | |||
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-10-30 | wx: Fix cleanup of event handlers | Dan Gudmundsson | |
Event handlers was not removed after objects/process had been delete/died, which causes memory leakage and that fun's was kept in the wx_server process. Code that might be purged and the server died. | |||
2013-08-27 | wx: Add character event test/example | Dan Gudmundsson | |
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. | |||
2011-11-16 | [wx] Fix deadlock in callback handling | Dan Gudmundsson | |
New testcase showcase 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 | |