aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05Remove count field from PuglEventExposeDavid Robillard
2020-07-04Use more precise warning flagsDavid Robillard
2020-07-04Only enable MSVC C++ warnings when compiling C++ codeDavid Robillard
2020-07-04Clean up and strengthen warning flagsDavid Robillard
2020-07-04Windows: Fix old-style declaration warningDavid Robillard
2020-07-04Windows: Remove unused constantsDavid Robillard
2020-07-04X11: Fix internal timer ID type to match public interfaceDavid Robillard
2020-07-04X11: Fix integer to enum conversion warningDavid Robillard
2020-07-04X11: Fix sign conversion warningDavid Robillard
2020-07-04Fix publicly accessible non-virtual destructor warningDavid Robillard
2020-07-02Enable Werror on CIDavid Robillard
2020-07-02Use ultra-strict warnings on CIDavid Robillard
2020-07-02Mac: Disable Wno-direct-ivar-accessDavid Robillard
2020-07-02Mac: Fix implicit conversion warningsDavid Robillard
2020-07-02Mac: Declare instance variables in implementationDavid Robillard
2020-07-02Fix werror with clang and deprecation warnings on MacDavid Robillard
2020-07-02Disable function type cast warnings with MinGWDavid Robillard
2020-07-02Fix cast alignment warnings on 32-bit ARMDavid Robillard
2020-07-02Strengthen lint targetDavid Robillard
2020-07-02Fix check for clangDavid Robillard
2020-06-13Mac: Only create an AutoreleasePool for programsDavid Robillard
2020-06-13Add puglSetCursor()Jean Pierre Cimalando
2020-06-13Fix mouse position of events on high resolution MacOSDavid Robillard
2020-06-13Disable implicit-fallthrough warning with clangDavid Robillard
2020-06-13Cleanup: Fix implicit conversion warnings with clangDavid Robillard
2020-06-13Cleanup: Fix uninitialised variablesDavid Robillard
2020-06-13Cleanup: Fix flake8 warningsDavid Robillard
2020-06-08Add editorconfig fileJean Pierre Cimalando
2020-06-08Windows: Only call SwapBuffers with OpenGLJean Pierre Cimalando
2020-06-08Windows: Fix maximum sizeDavid Robillard
2020-05-16Add default and maximum sizeDavid Robillard
2020-05-16Fix indentationDavid Robillard
2020-05-16Use line comments where appropriateDavid Robillard
2020-05-16Use email address in copyright headersDavid Robillard
2020-05-16Fix file documentationDavid Robillard
2020-05-16Remove deprecated Doxygen configuration valuesDavid Robillard
2020-05-16Fix redisplay test on MacOSDavid Robillard
2020-05-16Make show/hide test tolerant to multiple exposuresDavid Robillard
2020-04-22C++ Demo: Fix sync optionDavid Robillard
2020-04-22C++ Demo: Fix help optionDavid Robillard
2020-04-19Set library environment for building against local PuglDavid Robillard
2020-04-19Disable pedantic warnings only for shader demo (for GLAD)David Robillard
2020-04-19Set library flags on targets only instead of globallyDavid Robillard
2020-04-19Clean up Mac flagsDavid Robillard
2020-04-19Only set custom warnings flags with ultra-strict configurationDavid Robillard
2020-04-19Add major version to library namesDavid Robillard
2020-04-08Remove deprecated pugl_stub_backend.hDavid Robillard
2020-04-08Remove deprecated backend headersDavid Robillard
2020-04-08Mac: Use high-resolution backing surfacesDavid Robillard
2020-04-06Implement puglSetTransientFor() for Mac and WindowsDavid Robillard