Age | Commit message (Expand) | Author |
2019-07-31 | Windows: Support UTF8 in window titles | David Robillard |
2019-07-31 | X11: Support UTF8 in window titles | JP Cimalando |
2019-07-31 | Cleanup: Remove debug print that snuck in there somehow | David Robillard |
2019-07-30 | Fix incorrect comment | ssj71 |
2019-07-29 | Add stability and distribution information to README | David Robillard |
2019-07-29 | X11: Implement double buffering for Cairo | David Robillard |
2019-07-29 | Add animation to Cairo test program | David Robillard |
2019-07-29 | Build separate libraries | David Robillard |
2019-07-29 | Mac: Separate backends from platform implementation | David Robillard |
2019-07-29 | Mac: Add Cairo on Quartz support | David Robillard |
2019-07-29 | Mac: Make drawView a generic NSView | David Robillard |
2019-07-29 | Mac: Separate NSOpenGLView from input handling view | David Robillard |
2019-07-29 | Mac: Use scrolling delta for scroll events | David Robillard |
2019-07-29 | Add option to install entire implementation as headers | David Robillard |
2019-07-29 | Set hidden visibility globally | David Robillard |
2019-07-29 | Properly check for libm | David Robillard |
2019-07-29 | Build both static and shared library by default | David Robillard |
2019-07-29 | Windows: Enable shared library build | David Robillard |
2019-07-29 | Cleanup: Use fancy syntax for waf environments | David Robillard |
2019-07-29 | Cleanup: Clean up includes and call IWYU in lint target | David Robillard |
2019-07-29 | Cleanup: Fix Python whitespace | David Robillard |
2019-07-29 | Fix various clang-tidy warnings | David Robillard |
2019-07-29 | Fix potential memory leak on error | David Robillard |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard |
2019-07-29 | Clean up file documentation | David Robillard |
2019-07-29 | Completely separate backends from platform implementation | David Robillard |
2019-07-29 | Expose PuglBackend type | David Robillard |
2019-07-29 | Add deprecation macro and deprecate puglInitResizable() | David Robillard |
2019-07-29 | Move trivial backend dispatch functions to common code | David Robillard |
2019-07-29 | Move backend to PuglView | David Robillard |
2019-07-29 | Mac: Factor some functionality out into a backend | David Robillard |
2019-07-29 | Windows: Disable DPI scaling | David Robillard |
2019-07-29 | Windows: Add Cairo support | David Robillard |
2019-07-28 | Windows: Factor out GL backend | David Robillard |
2019-07-28 | Make enterContext take a drawing parameter like leaveContext | David Robillard |
2019-07-28 | Give backends general names | David Robillard |
2019-07-28 | Rename getHandle to getContext for consistent terminology | David Robillard |
2019-07-28 | Rename PuglDrawContext to PuglBackend | David Robillard |
2019-07-28 | Cleanup: Remove redundant preprocessor checks | David Robillard |
2019-07-28 | Cleanup: Remove redundant context type checks | David Robillard |
2019-07-28 | Cleanup: Add some constness | David Robillard |
2019-07-28 | Mac: Set test app bundles as high resolution capable | David Robillard |
2019-07-28 | Mac: Fix warning | David Robillard |
2019-07-28 | Fix unused parameter warnings and prevent rot | David Robillard |
2019-07-28 | Fix building pugl_cairo_test as C++ | David Robillard |
2019-07-26 | Windows: Implement size constraints | David Robillard |
2019-07-25 | Clear GL context in puglLeaveContext() on all platforms | David Robillard |
2019-07-25 | Improve packing of PuglViewImpl | David Robillard |
2019-07-25 | X11: Fix unused parameter warnings | David Robillard |
2019-07-25 | X11: Close input context on destruction | David Robillard |