Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | wx: Fix callback problems | Dan Gudmundsson | |
Commands could be executed twice, if the command was dispatched from a callback and caused a recursive invocation of command loop. Solution is to mark op as -1 before calling wxWidgets. Also commands could be missed when idle processing was done inside while executing a recursive callback, solved be always resetting peak index after idle processing is done. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-23 | wx: Use only one ring buffer for command queue | Dan Gudmundsson | |
Avoid copying between command queues, cleaner, faster and safer implementation. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-05 | wx: Optimize binary args | Dan Gudmundsson | |
2015-05-05 | wx: Optimize command queues | Dan Gudmundsson | |
Remove allocations | |||
2014-01-23 | wx: Delay all deletes if recursed in event loop | Dan Gudmundsson | |
Avoids crashes. | |||
2014-01-21 | wx: Refactor C++ code | Dan Gudmundsson | |
Try to clean up the files a bit |