summaryrefslogtreecommitdiff
path: root/lib/wx/c_src/wxe_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wx: Remove deprecated driver_send_term usageDan Gudmundsson2013-01-161-10/+10
|
* wx: Mac fixesDan Gudmundsson2013-01-091-3/+19
|
* wx: Fix loading icons and cursors in WindowsDan Gudmundsson2013-01-091-0/+10
| | | | | | | wxWidgets looked in the wrong executable after icons and cursors, stole wxLua's solution. Also finds wx-2.9 on windows
* wx: Update examples so they work with both wxWidgets 2.8 and 2.9Dan Gudmundsson2013-01-091-2/+2
|
* [wx] Fix deadlock in callback handlingDan Gudmundsson2011-11-161-4/+20
| | | | New testcase showcase the deadlock
* [wx] Fix trailing whitespaceDan Gudmundsson2011-09-211-84/+84
|
* [wx] Fix cleanup memory referencesDan Gudmundsson2011-09-211-10/+10
| | | | Could cause a crash in later restarts
* Handle overloading callbacks the same as eventsDan Gudmundsson2011-07-141-23/+20
| | | | | | 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.
* Add support for virtual listctrlsDan Gudmundsson2011-07-071-3/+8
|
* Make MacOS (NS) wx use the main threadPatrik Nyblom2011-03-021-2/+29
|
* Fix start argsDan Gudmundsson2011-03-021-2/+2
|
* Fixed coredump when graphics could not be initiatedDan Gudmundsson2011-03-021-1/+4
| | | | For instance when DISPLAY was not set
* Split opengl functionality into separate dynamic libraryDan Gudmundsson2010-11-151-2/+0
| | | | | The idea is to build a separate opengl library which can be reused by other erlang applications.
* Callback crash reported by Sergei Golovan.Dan Gudmundsson2010-08-181-2/+2
| | | | May also be the reason of the crash seen on windows by several others.
* wx: Correct usage of driver callbacks from wx threadPatrik Nyblom2010-03-101-3/+13
|
* Fixed a memory reference bug which caused unexplained {badarg, Int} exits.Dan Gudmundsson2010-01-191-25/+32
| | | | | | | | | | | 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.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+863