aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
AgeCommit message (Expand)AuthorFilesLines
2019-02-17Add puglGetProcAddress for using OpenGL extensionsDavid Robillard4-0/+39
2019-02-17Squash blank lineDavid Robillard1-1/+0
2019-02-17Add configuration APIDavid Robillard7-62/+221
2019-02-16Add missing default caseDavid Robillard1-0/+1
2019-02-16Fix implicit double to int castsDavid Robillard2-4/+4
2019-02-16Clean up includesDavid Robillard9-39/+37
2019-02-16Factor out drawing context from platform window implementationDavid Robillard7-188/+424
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard3-144/+2
2019-02-15Separate internal types from functionsDavid Robillard2-27/+60
2018-09-15Fix minor clang-tidy warningsDavid Robillard1-1/+1
2018-09-11Fix GCC8 fall-through warningsDavid Robillard1-1/+2
2017-10-03Don't clear entire cairo surface on each exposeDavid Robillard2-12/+0
2017-10-03Fix size constraints on OSXDavid Robillard1-15/+39
2017-10-03Send zero instead of replacement char for invalid key stringsDavid Robillard1-1/+2
2017-10-03Fix implicit integer conversion warningDavid Robillard1-2/+2
2017-07-23Fix duplicate method declarationDavid Robillard1-1/+0
2017-07-23Implement special key handling on MacOSHanspeter Portner1-17/+78
2017-07-23Fix merging of expose eventsDavid Robillard1-7/+13
2016-11-06Fix cairo inclusionHanspeter Portner1-1/+1
2016-10-29Properly reset view->redisplay on windowsHanspeter Portner1-0/+1
2016-10-27Support many mouse buttons on OSXDavid Robillard1-0/+18
2016-10-27Fix mouse button numbers on OSXDavid Robillard1-2/+2
2016-10-26Fix OSX buildDavid Robillard1-20/+29
2016-09-20Move entire API to pugl.hDavid Robillard5-414/+339
2016-09-20Fix resizingDavid Robillard1-11/+16
2016-09-20Fix C++ bindingsDavid Robillard1-16/+1
2016-09-19Fix compilation on WindowsDavid Robillard2-13/+2
2016-09-18Remove GLUT-like event callbacksDavid Robillard4-279/+7
2016-09-18Clean up documentationDavid Robillard2-26/+24
2016-09-15Make PUGL_NOTHING type 0David Robillard1-1/+1
2016-09-14Fix compose keyDavid Robillard1-3/+5
2016-09-14Fix focus eventsDavid Robillard1-1/+1
2016-09-14Fix puglInitInternals prototypeDavid Robillard4-4/+4
2016-09-14Add glew.h wrapper headerDavid Robillard1-0/+32
2016-09-01Make it possible to multiplex PuglKey and charsDavid Robillard1-1/+6
2016-09-01Add PUGL_CLOSE eventDavid Robillard5-17/+33
2016-09-01Enter context before dispatching expose/configureDavid Robillard1-0/+8
2016-09-01Expose puglEnterContext() and puglLeaveContext()David Robillard2-7/+20
2016-09-01Add puglGetSize()David Robillard2-0/+13
2016-09-01Add puglGetVisible()David Robillard5-0/+19
2016-08-31Replace send_event with extensible flagsDavid Robillard4-31/+38
2016-08-31Add missing includeDavid Robillard1-0/+2
2016-07-28Add support for Cairo on OSXDavid Robillard2-18/+60
2016-07-28Add support for Cairo on GLDavid Robillard4-31/+201
2016-07-28Clean up GL attributes and simplify configurationDavid Robillard1-21/+32
2016-07-28Fix flickering and laggy window resizeDavid Robillard1-17/+64
2015-11-13Fix minor style issuesDavid Robillard3-5/+5
2015-11-13Make pugl::View destructor virtualDavid Robillard1-1/+1
2015-11-12Fix memory leaksDavid Robillard3-0/+3
2015-11-11Avoid use of strdupDavid Robillard1-1/+7