aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples/demo/ex_graphicsContext.erl
AgeCommit message (Collapse)Author
2016-05-30wx: Fix occasional seq fault after appliction stopsDan Gudmundsson
There seems to be a timeing dependent double delete when doing reference cleanup after wx:destroy(). wxGraphicsObjects can thus not be free'ed by wx in the cleanup phase. A guess is that the underlying rendering context deletes all graphics objects without careeing about wxWidgets reference counting.
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-17wx: Fix typo in graphicsContext exampleJosh Adams
2013-01-09wx: Fix the demoDan Gudmundsson
Changing demo, didn't close the previous choosen demo, which looked really bad on Windows.
2013-01-09wx: Update examples so they work with both wxWidgets 2.8 and 2.9Dan Gudmundsson
2011-12-09[wx] Add handle_cast to avoid behaviour warningDan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP