Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-26 | Remove file documentation | David Robillard | 1 | -5/+0 | |
These will not be used in the Sphinx documentation, and most were self-explanatory and only there to make the Doxygen index look nice anyway. Where there was actually useful information, it has been preserved as regular comments. | |||||
2020-11-26 | Remove stub event handlers from pugl::View | David Robillard | 1 | -1/+5 | |
This was a bit weird since event dispatching can be handled by some other object. Just remove them, and have clients use a catch-all template to handle events that are not handled specially. | |||||
2020-11-25 | Rename puglShowWindow and puglHideWindow to puglShow an puglHide | David Robillard | 1 | -1/+1 | |
These names were confusing because a view is not necessarily a window. Since there's no room for ambiguity here, simply drop the superfluous word. | |||||
2020-11-01 | Make event handling in C++ more flexible | David Robillard | 1 | -4/+6 | |
2020-10-31 | Use static polymorphism in C++ bindings | David Robillard | 1 | -20/+13 | |
This removes virtual function overhead, and the weird situation of having to include pugl.ipp once (or worse, for pugl to provide a binary C++ library). | |||||
2020-10-30 | Simplify header names | David Robillard | 1 | -1/+1 | |
2020-10-19 | Cleanup: Fix IWYU warnings | David Robillard | 1 | -2/+1 | |
2020-10-14 | Explicitly declare all special methods | David Robillard | 1 | -0/+8 | |
2020-05-16 | Add default and maximum size | David Robillard | 1 | -1/+1 | |
2020-05-16 | Use email address in copyright headers | David Robillard | 1 | -1/+1 | |
Not really sure why I used a web link here (maybe because it's more stable), but this is more conventional. | |||||
2020-05-16 | Fix file documentation | David Robillard | 1 | -1/+2 | |
2020-04-22 | C++ Demo: Fix sync option | David Robillard | 1 | -1/+1 | |
2020-04-22 | C++ Demo: Fix help option | David Robillard | 1 | -0/+4 | |
2020-04-03 | Rewrite C++ bindings | David Robillard | 1 | -0/+141 | |