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
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
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
[next]