aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/implementation.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Add refresh rate hintDavid Robillard1-0/+1
2020-10-04Add puglGetViewHint()David Robillard1-0/+10
2020-10-03Set defaults to 32-bit RGBA with no depth or stencil bufferDavid Robillard1-6/+6
2020-10-03Refuse to set hints to PUGL_DONT_CARE when it doesn't make senseDavid Robillard1-0/+13
2020-07-05Remove count field from PuglEventExposeDavid Robillard1-2/+2
2020-05-16Add default and maximum sizeDavid Robillard1-3/+4
2020-05-16Use line comments where appropriateDavid Robillard1-1/+1
2020-05-16Use email address in copyright headersDavid Robillard1-1/+1
2020-05-16Fix file documentationDavid Robillard1-1/+2
2020-04-02Make puglGetVisible() take a const view argumentDavid Robillard1-1/+1
2020-04-02Make puglSetString() safe to call with equal source and destinationDavid Robillard1-3/+5
2020-04-01Consistently use "view" terminology in APIDavid Robillard1-4/+4
2020-04-01Add PUGL_BAD_PARAMETER statusDavid Robillard1-1/+3
2020-03-16Separate cached configuration from frameDavid Robillard1-5/+2
2020-03-16Factor out dispatching configure events in the drawing contextDavid Robillard1-6/+19
2020-03-15Unify event loop functions as puglUpdate()David Robillard1-1/+13
2020-03-15Add type and flags to worldDavid Robillard1-2/+2
2020-03-15Cleanup: Add puglDispatchSimpleEvent() internal utilityDavid Robillard1-2/+12
2020-03-15Move configure shortcut and frame update to common implementationDavid Robillard1-5/+20
2020-03-14Add logging APIDavid Robillard1-0/+44
2020-03-13Strengthen warningsDavid Robillard1-6/+8
2020-03-09Deprecate puglEnterContext() and puglLeaveContext()David Robillard1-0/+4
2020-03-09X11: Only send configure events if something has changedDavid Robillard1-0/+5
2020-03-09Add create, destroy, map, and unmap eventsDavid Robillard1-0/+5
2020-03-08Enable double buffering by defaultDavid Robillard1-1/+1
2020-03-08Make PUGL_DONT_CARE the default for PUGL_SWAP_INTERVALDavid Robillard1-1/+1
2020-03-08Add a user data handle to the worldDavid Robillard1-0/+12
2020-03-01Cleanup: Adjust some code to be more clang-format friendlyDavid Robillard1-4/+7
2020-02-18Pass expose event to backend enter and leave functionsDavid Robillard1-9/+15
2019-11-09Fix various clang-tidy warningsDavid Robillard1-11/+11
2019-11-09Add puglStrerror() and improve test program error reportingDavid Robillard1-0/+19
2019-09-16Fix memory leakDavid Robillard1-0/+1
2019-09-07Clean up error handlingDavid Robillard1-1/+1
2019-09-07Add clipboard supportDavid Robillard1-0/+46
2019-09-03Make almost everything return a statusDavid Robillard1-3/+6
2019-09-03Add puglSetWindowTitle()David Robillard1-1/+1
2019-09-03Rename remaining init functionsDavid Robillard1-7/+10
2019-09-03Add puglSetClassName()David Robillard1-11/+18
2019-09-03Replace puglInitTransientFor() with puglSetTransientFor()David Robillard1-6/+0
2019-09-03Replace size and aspect ratio init functions with dynamic onesDavid Robillard1-20/+0
2019-09-03Move trivial deprecated implementations to headerDavid Robillard1-41/+0
2019-09-03Add puglGetWorld()David Robillard1-0/+6
2019-09-03Use consistent naming conventionsDavid Robillard1-11/+11
2019-09-03Add swap interval hintDavid Robillard1-0/+1
2019-09-03Add functions to get and set view size and positionDavid Robillard1-9/+13
2019-09-03Move puglGetTime() to PuglWorldDavid Robillard1-1/+2
2019-09-03Add PuglWorldDavid Robillard1-5/+65
2019-09-03Simplify hints implementationDavid Robillard1-49/+20
2019-08-02Replace puglIgnoreKeyRepeat() with a hintDavid Robillard1-2/+5
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-0/+1