aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-28Make enterContext take a drawing parameter like leaveContextDavid Robillard
2019-07-28Give backends general namesDavid Robillard
2019-07-28Rename getHandle to getContext for consistent terminologyDavid Robillard
2019-07-28Rename PuglDrawContext to PuglBackendDavid Robillard
2019-07-28Cleanup: Remove redundant preprocessor checksDavid Robillard
2019-07-28Cleanup: Remove redundant context type checksDavid Robillard
2019-07-28Cleanup: Add some constnessDavid Robillard
2019-07-28Mac: Set test app bundles as high resolution capableDavid Robillard
2019-07-28Mac: Fix warningDavid Robillard
2019-07-28Fix unused parameter warnings and prevent rotDavid Robillard
2019-07-28Fix building pugl_cairo_test as C++David Robillard
2019-07-26Windows: Implement size constraintsDavid Robillard
2019-07-25Clear GL context in puglLeaveContext() on all platformsDavid Robillard
2019-07-25Improve packing of PuglViewImplDavid Robillard
2019-07-25X11: Fix unused parameter warningsDavid Robillard
2019-07-25X11: Close input context on destructionDavid Robillard
2019-07-25Add missing includeDavid Robillard
2019-07-25Add logo resourcesDavid Robillard
2019-07-25Mac: Fix build on MacOS older than 10.10David Robillard
2019-07-25Mac: Use mach_absolute_time()David Robillard
2019-07-25Use standard Cairo include paths everywhereDavid Robillard
2019-07-25Windows: Fix initial display once againDavid Robillard
2019-07-25Use standard cairo include pathDavid Robillard
2019-07-25Fix type of PuglEventText::timeDavid Robillard
2019-07-25Mac: Fix event Y coordinatesDavid Robillard
2019-07-25Handle backspace and delete consistently across platformsStefan Westerfeld
2019-07-25Remove PUGL_API from documentationDavid Robillard
2019-07-24Update READMEDavid Robillard
2019-07-24Support additional special keysDavid Robillard
2019-07-24Unify key and character fields and separate text eventsDavid Robillard
2019-07-24Rename PuglEventKey::utf8 to "string" with char typeDavid Robillard
2019-07-24Remove view pointer from eventsDavid Robillard
2019-07-24Represent event time as double in seconds on all platformsStefan Westerfeld
2019-07-24Simplify modifier translation codeDavid Robillard
2019-07-23Test: Move some generic code to a separate headerDavid Robillard
2019-07-23Test: Move test programs to a subdirectoryDavid Robillard
2019-07-23Test: Factor out event printingDavid Robillard
2019-07-23Mac: Give new child views focus on creationDavid Robillard
2019-07-23Mac: Fix initial view allocationDavid Robillard
2019-07-23Mac: Fix coordinate systemDavid Robillard
2019-07-23Windows: Only kill timer when actually flashingDavid Robillard
2019-07-23Windows: Only set double buffered pixel format when requestedDavid Robillard
2019-07-23Windows: Clean up and factor out window flagsDavid Robillard
2019-07-23Windows: Focus windows when shownDavid Robillard
2019-07-23Windows: Improve live resize smoothnessDavid Robillard
2019-07-23Windows: Fix configured window sizeDavid Robillard
2019-07-23Windows: Use DispatchMessageDavid Robillard
2019-07-23X11: Fix memory leakDavid Robillard
2019-07-23X11: Factor out impl variable for brevityDavid Robillard
2019-07-23X11: Improve live resize smoothnessDavid Robillard