index
:
pugl
master
Personal pugl branch for bug fixes and opening up to allow other render backends
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2019-07-25
Add missing include
David Robillard
2019-07-25
Add logo resources
David Robillard
2019-07-25
Mac: Fix build on MacOS older than 10.10
David Robillard
2019-07-25
Mac: Use mach_absolute_time()
David Robillard
2019-07-25
Use standard Cairo include paths everywhere
David Robillard
2019-07-25
Windows: Fix initial display once again
David Robillard
2019-07-25
Use standard cairo include path
David Robillard
2019-07-25
Fix type of PuglEventText::time
David Robillard
2019-07-25
Mac: Fix event Y coordinates
David Robillard
2019-07-25
Handle backspace and delete consistently across platforms
Stefan Westerfeld
2019-07-25
Remove PUGL_API from documentation
David Robillard
2019-07-24
Update README
David Robillard
2019-07-24
Support additional special keys
David Robillard
2019-07-24
Unify key and character fields and separate text events
David Robillard
2019-07-24
Rename PuglEventKey::utf8 to "string" with char type
David Robillard
2019-07-24
Remove view pointer from events
David Robillard
2019-07-24
Represent event time as double in seconds on all platforms
Stefan Westerfeld
2019-07-24
Simplify modifier translation code
David Robillard
2019-07-23
Test: Move some generic code to a separate header
David Robillard
2019-07-23
Test: Move test programs to a subdirectory
David Robillard
2019-07-23
Test: Factor out event printing
David Robillard
2019-07-23
Mac: Give new child views focus on creation
David Robillard
2019-07-23
Mac: Fix initial view allocation
David Robillard
2019-07-23
Mac: Fix coordinate system
David Robillard
2019-07-23
Windows: Only kill timer when actually flashing
David Robillard
[prev]
[next]