Age | Commit message (Expand) | Author |
2019-09-03 | Fix puglGrabFocus() to work between parent and children | David Robillard |
2019-09-03 | Windows: Fix class registration for multiple views | David Robillard |
2019-09-03 | Simplify hints implementation | David Robillard |
2019-09-03 | Mac: Dispatch expose events from drawing view | Michael Fisher |
2019-09-02 | Cleanup: Fix whitespace | David Robillard |
2019-08-03 | Add missing link flag to pkg-config files | David Robillard |
2019-08-02 | Fix repetition in README | David Robillard |
2019-08-02 | Mac: Disable annoying bell on tab or other special key presses | David Robillard |
2019-08-02 | Clean up includes | David Robillard |
2019-08-02 | Fix unnecessary conversions | David Robillard |
2019-08-02 | Test: Remove use of static data | David Robillard |
2019-08-02 | Replace puglIgnoreKeyRepeat() with a hint | David Robillard |
2019-08-02 | Test: Remove locale hacks | David Robillard |
2019-08-02 | Test: Configure GL in configure handler instead of main | David Robillard |
2019-08-02 | Test: Factor out FPS printer | David Robillard |
2019-08-01 | Add missing string termination | David Robillard |
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 |