Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-09-03 | Add puglDispatchEvents() | David Robillard | 1 | -1/+14 |
2019-09-03 | Add puglPollEvents() | David Robillard | 1 | -1/+19 |
2019-09-03 | Move puglGetTime() to PuglWorld | David Robillard | 1 | -10/+10 |
2019-09-03 | Add PuglWorld | David Robillard | 1 | -4/+55 |
2019-09-03 | Add puglHasFocus() | David Robillard | 1 | -0/+6 |
2019-09-03 | Simplify hints implementation | David Robillard | 1 | -0/+2 |
2019-08-02 | Replace puglIgnoreKeyRepeat() with a hint | David Robillard | 1 | -1/+4 |
2019-07-30 | Fix incorrect comment | ssj71 | 1 | -1/+1 |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 1 | -1/+1 |
2019-07-29 | Clean up file documentation | David Robillard | 1 | -1/+1 |
2019-07-29 | Completely separate backends from platform implementation | David Robillard | 1 | -13/+12 |
2019-07-29 | Expose PuglBackend type | David Robillard | 1 | -0/+5 |
2019-07-29 | Add deprecation macro and deprecate puglInitResizable() | David Robillard | 1 | -1/+11 |
2019-07-28 | Windows: Factor out GL backend | David Robillard | 1 | -1/+4 |
2019-07-28 | Make enterContext take a drawing parameter like leaveContext | David Robillard | 1 | -7/+14 |
2019-07-26 | Windows: Implement size constraints | David Robillard | 1 | -0/+4 |
2019-07-25 | Fix type of PuglEventText::time | David Robillard | 1 | -1/+1 |
2019-07-24 | Support additional special keys | David Robillard | 1 | -1/+15 |
2019-07-24 | Unify key and character fields and separate text events | David Robillard | 1 | -34/+45 |
2019-07-24 | Rename PuglEventKey::utf8 to "string" with char type | David Robillard | 1 | -11/+11 |
2019-07-24 | Remove view pointer from events | David Robillard | 1 | -10/+0 |
2019-07-24 | Represent event time as double in seconds on all platforms | Stefan Westerfeld | 1 | -5/+5 |
2019-07-21 | Add puglRequestAttention() | David Robillard | 1 | -0/+10 |
2019-06-27 | Add puglGetTime() | David Robillard | 1 | -0/+10 |
2019-06-27 | Fix documentation | David Robillard | 1 | -6/+0 |
2019-06-27 | Consistently use uint32_t everywhere | David Robillard | 1 | -8/+8 |
2019-06-25 | Fix void function prototypes | David Robillard | 1 | -1/+1 |
2019-02-17 | Add puglGetProcAddress for using OpenGL extensions | David Robillard | 1 | -0/+11 |
2019-02-17 | Squash blank line | David Robillard | 1 | -1/+0 |
2019-02-17 | Add configuration API | David Robillard | 1 | -0/+33 |
2019-02-16 | Clean up includes | David Robillard | 1 | -4/+3 |
2019-02-15 | Remove PUGL_CAIRO_GL | David Robillard | 1 | -3/+2 |
2016-09-20 | Move entire API to pugl.h | David Robillard | 1 | -21/+339 |
2016-09-18 | Remove GLUT-like event callbacks | David Robillard | 1 | -136/+0 |
2016-09-18 | Clean up documentation | David Robillard | 1 | -8/+6 |
2016-09-01 | Expose puglEnterContext() and puglLeaveContext() | David Robillard | 1 | -1/+20 |
2016-09-01 | Add puglGetSize() | David Robillard | 1 | -0/+6 |
2016-09-01 | Add puglGetVisible() | David Robillard | 1 | -0/+6 |
2015-11-11 | Add API to set window class name | David Robillard | 1 | -0/+6 |
2015-09-12 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-09-12 | Add puglWaitForEvent for blocking main loops. | David Robillard | 1 | -1/+13 |
2015-09-12 | Add support for aspect ratio constraints. | David Robillard | 1 | -0/+13 |
2014-12-16 | Add support for transient child windows. | Robin Gareus | 1 | -0/+9 |
2014-12-16 | Support minimum window size. | Robin Gareus | 1 | -0/+6 |
2014-09-27 | Improve documentation. | David Robillard | 1 | -3/+33 |
2014-08-27 | Event-based dispatch. | David Robillard | 1 | -81/+17 |
2014-08-27 | Cairo support on X11. | David Robillard | 1 | -14/+23 |
2014-05-13 | Fix non-extensible puglInit API. | David Robillard | 1 | -14/+47 |
2014-01-17 | Fix whitespace and junk comment. | David Robillard | 1 | -5/+5 |
2014-01-17 | Add mouse position to PuglScrollFunc (apply #896). | David Robillard | 1 | -1/+5 |