Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-06-29 | Fix various warnings | David Robillard | 2 | -15/+18 |
2019-06-29 | Implement attributes on MacOS | David Robillard | 1 | -7/+18 |
2019-06-27 | Enable vsync on Windows | David Robillard | 1 | -0/+9 |
2019-06-27 | Draw while resizing on Windows | David Robillard | 1 | -0/+2 |
2019-06-27 | Add puglGetTime() | David Robillard | 4 | -0/+42 |
2019-06-27 | Fix documentation | David Robillard | 1 | -6/+0 |
2019-06-27 | Remove redundant glFlush on Windows | David Robillard | 1 | -1/+0 |
2019-06-27 | Fix some warnings on Windows | David Robillard | 1 | -5/+5 |
2019-06-27 | Remove dead code on Windows | David Robillard | 1 | -17/+0 |
2019-06-27 | Fix double-buffering | David Robillard | 2 | -8/+5 |
2019-06-27 | Fix window embedding on Windows | Stefan Westerfeld | 1 | -1/+1 |
2019-06-27 | Fix window embedding on MacOS | Stefan Westerfeld | 1 | -2/+2 |
2019-06-27 | Make event processing non-blocking on MacOS | Stefan Westerfeld | 1 | -4/+8 |
2019-06-27 | Defer to NSOpenGLView reshape method | David Robillard | 1 | -0/+1 |
2019-06-27 | Fix const casts | David Robillard | 1 | -10/+10 |
2019-06-27 | Consistently use uint32_t everywhere | David Robillard | 4 | -21/+21 |
2019-06-25 | Fix void function prototypes | David Robillard | 2 | -2/+2 |
2019-06-25 | Fix unnecessary const cast | David Robillard | 1 | -1/+1 |
2019-04-14 | Fix MacOS build | David Robillard | 1 | -1/+4 |
2019-02-17 | Add puglGetProcAddress for using OpenGL extensions | David Robillard | 4 | -0/+39 |
2019-02-17 | Squash blank line | David Robillard | 1 | -1/+0 |
2019-02-17 | Add configuration API | David Robillard | 7 | -62/+221 |
2019-02-16 | Add missing default case | David Robillard | 1 | -0/+1 |
2019-02-16 | Fix implicit double to int casts | David Robillard | 2 | -4/+4 |
2019-02-16 | Clean up includes | David Robillard | 9 | -39/+37 |
2019-02-16 | Factor out drawing context from platform window implementation | David Robillard | 7 | -188/+424 |
2019-02-15 | Remove PUGL_CAIRO_GL | David Robillard | 3 | -144/+2 |
2019-02-15 | Separate internal types from functions | David Robillard | 2 | -27/+60 |
2018-09-15 | Fix minor clang-tidy warnings | David Robillard | 1 | -1/+1 |
2018-09-11 | Fix GCC8 fall-through warnings | David Robillard | 1 | -1/+2 |
2017-10-03 | Don't clear entire cairo surface on each expose | David Robillard | 2 | -12/+0 |
2017-10-03 | Fix size constraints on OSX | David Robillard | 1 | -15/+39 |
2017-10-03 | Send zero instead of replacement char for invalid key strings | David Robillard | 1 | -1/+2 |
2017-10-03 | Fix implicit integer conversion warning | David Robillard | 1 | -2/+2 |
2017-07-23 | Fix duplicate method declaration | David Robillard | 1 | -1/+0 |
2017-07-23 | Implement special key handling on MacOS | Hanspeter Portner | 1 | -17/+78 |
2017-07-23 | Fix merging of expose events | David Robillard | 1 | -7/+13 |
2016-11-06 | Fix cairo inclusion | Hanspeter Portner | 1 | -1/+1 |
2016-10-29 | Properly reset view->redisplay on windows | Hanspeter Portner | 1 | -0/+1 |
2016-10-27 | Support many mouse buttons on OSX | David Robillard | 1 | -0/+18 |
2016-10-27 | Fix mouse button numbers on OSX | David Robillard | 1 | -2/+2 |
2016-10-26 | Fix OSX build | David Robillard | 1 | -20/+29 |
2016-09-20 | Move entire API to pugl.h | David Robillard | 5 | -414/+339 |
2016-09-20 | Fix resizing | David Robillard | 1 | -11/+16 |
2016-09-20 | Fix C++ bindings | David Robillard | 1 | -16/+1 |
2016-09-19 | Fix compilation on Windows | David Robillard | 2 | -13/+2 |
2016-09-18 | Remove GLUT-like event callbacks | David Robillard | 4 | -279/+7 |
2016-09-18 | Clean up documentation | David Robillard | 2 | -26/+24 |
2016-09-15 | Make PUGL_NOTHING type 0 | David Robillard | 1 | -1/+1 |
2016-09-14 | Fix compose key | David Robillard | 1 | -3/+5 |