Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Request a larger stacksize for wx thread | Dan Gudmundsson | |
The default stacksize on Windows is 1MB which is not enough if you create many dialogs and callbacks recurse back to erlang. Increase the stacksize of 8MB which should be sufficent. | |||
2016-05-02 | Fix argv types | Dan Gudmundsson | |
wxEntry is defined to take wxChar** and not char** | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-01-21 | wx: Refactor C++ code | Dan Gudmundsson | |
Try to clean up the files a bit |