aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_impl.cpp
AgeCommit message (Expand)Author
2018-12-12Let wxwidgets check eventsDan Gudmundsson
2018-12-06Don't try to wake up wx thread when not necessaryDan Gudmundsson
2018-11-16wx: Do not delay deletes of wxGraphicContextDan Gudmundsson
2017-05-24wx: Tune when to break command loop in driverDan Gudmundsson
2017-05-04Update copyright yearRaimo Niskanen
2017-05-02Merge branch 'dgud/wx/fixup-batch-break'Dan Gudmundsson
2017-04-28Merge branch 'dgud/wx/pr/1425'Dan Gudmundsson
2017-04-28Fixup batch breakDan Gudmundsson
2017-04-24wxe_impl.cpp: pointer comparison fixKenji Rikitake
2017-04-06Avoid livelock in driver when batching commandsDan Gudmundsson
2016-05-30wx: Fix occasional seq fault after appliction stopsDan Gudmundsson
2016-04-22wx: Fix callback problemsDan Gudmundsson
2016-03-15update copyright-yearHenrik Nord
2015-12-12wx: Revert part of 617387025b698cDan Gudmundsson
2015-11-24wx: Add a command queue check after event sent to erlangDan Gudmundsson
2015-11-23wx: Use only one ring buffer for command queueDan Gudmundsson
2015-07-02wx: Event callbacks could hang wx application temporaryDan Gudmundsson
2015-06-30wx: Send wxWdigets assert to error loggerDan Gudmundsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-05wx: Optimize binary argsDan Gudmundsson
2015-06-01wx: Driver lock cleanupDan Gudmundsson
2015-05-12wx: Fix raise during emulator stoppageDan Gudmundsson
2015-05-05wx: Optimize command queuesDan Gudmundsson
2014-06-16wx: Fix destroy bugDan Gudmundsson
2014-03-26wx: Send destroy message directDan Gudmundsson
2014-03-26wx: Add wxLocale classDan Gudmundsson
2014-03-25wx: Fix memory garbage collectorDan Gudmundsson
2014-03-25wx: Fix possibility to fetch early open msgs on macDan Gudmundsson
2014-01-23wx: Delay all deletes if recursed in event loopDan Gudmundsson
2014-01-22wx: wx could hang if wxe_server died (or had died) when inside a callbackDan Gudmundsson
2014-01-22wx: Delay memory cleanup until safeDan Gudmundsson
2014-01-21wx: Refactor C++ codeDan Gudmundsson
2014-01-16wx: Fix hanging wx callsDan Gudmundsson
2013-10-30wx: Fix cleanup of event handlersDan Gudmundsson
2013-10-11wx: Fix initializations on mac osxDan Gudmundsson
2013-01-16wx: Remove deprecated driver_send_term usageDan Gudmundsson
2013-01-09wx: Mac fixesDan Gudmundsson
2013-01-09wx: Fix loading icons and cursors in WindowsDan Gudmundsson
2013-01-09wx: Update examples so they work with both wxWidgets 2.8 and 2.9Dan Gudmundsson
2011-11-16[wx] Fix deadlock in callback handlingDan Gudmundsson
2011-09-21[wx] Fix trailing whitespaceDan Gudmundsson
2011-09-21[wx] Fix cleanup memory referencesDan Gudmundsson
2011-07-14Handle overloading callbacks the same as eventsDan Gudmundsson
2011-07-07Add support for virtual listctrlsDan Gudmundsson
2011-03-02Make MacOS (NS) wx use the main threadPatrik Nyblom
2011-03-02Fix start argsDan Gudmundsson
2011-03-02Fixed coredump when graphics could not be initiatedDan Gudmundsson
2010-11-15Split opengl functionality into separate dynamic libraryDan Gudmundsson
2010-08-18Callback crash reported by Sergei Golovan.Dan Gudmundsson
2010-03-10wx: Correct usage of driver callbacks from wx threadPatrik Nyblom