aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
AgeCommit message (Expand)AuthorFilesLines
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard15-43/+83
2019-07-29Clean up file documentationDavid Robillard15-9/+33
2019-07-29Completely separate backends from platform implementationDavid Robillard10-75/+43
2019-07-29Expose PuglBackend typeDavid Robillard2-3/+5
2019-07-29Add deprecation macro and deprecate puglInitResizable()David Robillard1-1/+11
2019-07-29Move trivial backend dispatch functions to common codeDavid Robillard4-54/+18
2019-07-29Move backend to PuglViewDavid Robillard6-53/+53
2019-07-29Mac: Factor some functionality out into a backendDavid Robillard1-38/+151
2019-07-29Windows: Disable DPI scalingDavid Robillard1-0/+12
2019-07-29Windows: Add Cairo supportDavid Robillard2-0/+215
2019-07-28Windows: Factor out GL backendDavid Robillard4-270/+427
2019-07-28Make enterContext take a drawing parameter like leaveContextDavid Robillard8-41/+53
2019-07-28Give backends general namesDavid Robillard6-30/+52
2019-07-28Rename getHandle to getContext for consistent terminologyDavid Robillard4-6/+6
2019-07-28Rename PuglDrawContext to PuglBackendDavid Robillard7-29/+29
2019-07-28Cleanup: Remove redundant preprocessor checksDavid Robillard1-4/+0
2019-07-28Cleanup: Remove redundant context type checksDavid Robillard1-7/+3
2019-07-28Cleanup: Add some constnessDavid Robillard1-2/+2
2019-07-28Mac: Fix warningDavid Robillard1-1/+2
2019-07-28Fix unused parameter warnings and prevent rotDavid Robillard7-28/+52
2019-07-26Windows: Implement size constraintsDavid Robillard2-0/+49
2019-07-25Clear GL context in puglLeaveContext() on all platformsDavid Robillard2-0/+3
2019-07-25Improve packing of PuglViewImplDavid Robillard1-16/+13
2019-07-25X11: Fix unused parameter warningsDavid Robillard1-0/+4
2019-07-25X11: Close input context on destructionDavid Robillard1-0/+6
2019-07-25Add missing includeDavid Robillard1-0/+1
2019-07-25Mac: Fix build on MacOS older than 10.10David Robillard1-0/+6
2019-07-25Mac: Use mach_absolute_time()David Robillard1-4/+3
2019-07-25Use standard Cairo include paths everywhereDavid Robillard1-2/+2
2019-07-25Windows: Fix initial display once againDavid Robillard1-5/+6
2019-07-25Use standard cairo include pathDavid Robillard1-1/+1
2019-07-25Fix type of PuglEventText::timeDavid Robillard1-1/+1
2019-07-25Mac: Fix event Y coordinatesDavid Robillard1-9/+9
2019-07-25Handle backspace and delete consistently across platformsStefan Westerfeld2-0/+4
2019-07-24Support additional special keysDavid Robillard4-79/+133
2019-07-24Unify key and character fields and separate text eventsDavid Robillard4-205/+278
2019-07-24Rename PuglEventKey::utf8 to "string" with char typeDavid Robillard4-28/+27
2019-07-24Remove view pointer from eventsDavid Robillard4-31/+13
2019-07-24Represent event time as double in seconds on all platformsStefan Westerfeld3-15/+15
2019-07-24Simplify modifier translation codeDavid Robillard3-22/+16
2019-07-23Mac: Give new child views focus on creationDavid Robillard1-0/+1
2019-07-23Mac: Fix initial view allocationDavid Robillard1-2/+1
2019-07-23Mac: Fix coordinate systemDavid Robillard1-0/+5
2019-07-23Windows: Only kill timer when actually flashingDavid Robillard1-2/+6
2019-07-23Windows: Only set double buffered pixel format when requestedDavid Robillard1-1/+2
2019-07-23Windows: Clean up and factor out window flagsDavid Robillard1-10/+24
2019-07-23Windows: Focus windows when shownDavid Robillard1-0/+1
2019-07-23Windows: Improve live resize smoothnessDavid Robillard1-8/+9
2019-07-23Windows: Fix configured window sizeDavid Robillard1-1/+1
2019-07-23Windows: Use DispatchMessageDavid Robillard1-1/+1