Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-30 | wx: Fix occasional seq fault after appliction stops | Dan 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-05-03 | wx: Fix warnings in example | Dan Gudmundsson | |
Bitmaps of size less than 1 generates asserts, and size 0 event is before window is realized. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-11 | wx: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-11-24 | wx: Add wxOverlay | Dan Gudmundsson | |
2015-08-28 | wx: Add missing aui functionality | Dan Gudmundsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | wx: Use module erl_anno | Hans Bolinder | |
2015-03-27 | wx: Prefer wxWidgets-3.0. branch on windows | Dan Gudmundsson | |
Since no bug fixes are done anymore on the 2.8 branch it is time to switch the preferred version to 3.0 branch. | |||
2014-10-17 | wx: Fix typo in graphicsContext example | Josh Adams | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-16 | Remove support for the query keyword and query expressions | Loïc Hoguin | |
2013-01-09 | wx: Fix demo and tests | Dan Gudmundsson | |
Added debugging and workarounds for wx-2.9 on Mac | |||
2013-01-09 | wx: Fix the demo | Dan Gudmundsson | |
Changing demo, didn't close the previous choosen demo, which looked really bad on Windows. | |||
2013-01-09 | wx: Update examples so they work with both wxWidgets 2.8 and 2.9 | Dan Gudmundsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-02-09 | [wx] Cleanup Makefiles | Dan Gudmundsson | |
Remove old "outside" otp building support. | |||
2011-12-10 | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson | |
* dgud/wx/behaviour-spec: [wx] Add handle_cast to avoid behaviour warning [wx] Avoid missing wx_object behaviour warning [wx] Remove warnings Add an additional cast when casting buffer offsets, to remove warnings "cast to pointer from integer of different size" [wx] Add callback specs to wx_object | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | [wx] Add handle_cast to avoid behaviour warning | Dan Gudmundsson | |
2011-11-15 | Merge branch 'bmk/inets/inets58_integration' | Micael Karlberg | |
2011-11-10 | Remove exec bit from files related to: XML, make, C | Ricardo Catalinas Jiménez | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-10-19 | Add missing dependency for target release (opt). | Micael Karlberg | |
2011-07-07 | Add example and testcase | Dan Gudmundsson | |
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | wx: Clean up as suggested by tidier | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |