aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-07Test: Fix cube rotation via mouseDavid Robillard
2020-03-07Update clang-format configuration to more closely match pugl.hDavid Robillard
2020-03-07Fix overly long lineDavid Robillard
2020-03-07Improve documentation style and rewrite main pageDavid Robillard
2020-03-07Organize documentation into groupsDavid Robillard
2020-03-07Improve documentationDavid Robillard
2020-03-07Fix broken link in documentationDavid Robillard
2020-03-06Use terse Doxygen ref syntaxDavid Robillard
2020-03-06Move puglSetBackend() to init groupDavid Robillard
2020-03-06Move puglSetEventFunc() to init groupDavid Robillard
2020-03-06Move puglPostRedisplay() and friend to graphics groupDavid Robillard
2020-03-06Move puglGetClipboard() after puglGetClipboard() for consistencyDavid Robillard
2020-03-06Move puglHasFocus() after puglGrabFocus() for consistencyDavid Robillard
2020-03-06Move puglGetVisible() to more sensible locationDavid Robillard
2020-03-06Move type definitions to the group they are relevant toDavid Robillard
2020-03-06Clean up event field documentationDavid Robillard
2020-03-06Use 2-space indentation for CSSDavid Robillard
2020-03-02Strengthen ultra-strict warnings with clangDavid Robillard
2020-03-02Omit deprecated implementations with PUGL_DISABLE_DEPRECATEDDavid Robillard
2020-03-02X11: Fix return type of puglX11GlGetAttrib()David Robillard
2020-03-02X11: Fix return type of puglX11GlHintValue()David Robillard
2020-03-01Add clang-format configuration fileDavid Robillard
2020-03-01Cleanup: Use a consistent style for all backend definitionsDavid Robillard
2020-03-01Cleanup: Adjust some code to be more clang-format friendlyDavid Robillard
2020-03-01Cleanup: Shorten event printing codeDavid Robillard
2020-03-01Cleanup: Fix includesDavid Robillard
2020-03-01Disable android-cloexec-fopen clang-tidy warningDavid Robillard
2020-03-01Put PuglEventAny member of PuglEvent first for easy initializationDavid Robillard
2020-03-01Add PUGL_BEGIN_DECLS and PUGL_END_DECLS macrosDavid Robillard
2020-03-01Fix documentation groupingDavid Robillard
2020-03-01Fix arrow style in API documentationDavid Robillard
2020-02-18Cairo Test: Preserve clip rectangle for background fillDavid Robillard
2020-02-18X11: Use ephemeral Cairo surfaces for drawingDavid Robillard
2020-02-18Pass expose event to backend enter and leave functionsDavid Robillard
2020-02-18Remove immediate dispatch of exposed rectsDavid Robillard
2020-02-18X11: Use a single Cairo contextDavid Robillard
2020-02-18Fix recursive context entryDavid Robillard
2020-02-15Set waflib as vendored to fix Github language detectionDavid Robillard
2020-02-11X11: Fix XMoveResizeWindow error checkZoƫ Sparks
2020-02-02Add tags to Windows builds to exclude Gitlab shared runnersDavid Robillard
2020-02-02Only resize backend when necessaryDavid Robillard
2020-02-02X11: Dispatch exposures from event callbacks in the same iterationDavid Robillard
2020-02-02X11: Avoid calculating expose rect if view is not visibleDavid Robillard
2020-02-02X11: Factor out adding a pending exposureDavid Robillard
2019-12-11GL3 Test: Use instancingDavid Robillard
2019-12-11GL3 Test: Update bindings to OpenGL 3.3David Robillard
2019-12-11GL3 Test: Spread out rectangles moreDavid Robillard
2019-12-11GL3 Test: Use core profile in shadersDavid Robillard
2019-12-11GL3 Test: Use camel case for shader variablesDavid Robillard
2019-12-11GL3 Test: Calculate border color on the GPUDavid Robillard