index
:
pugl.git
c++
dragdrop
main
Pugl GUI library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pugl
/
detail
/
implementation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
Add default and maximum size
David Robillard
1
-3
/
+4
2020-05-16
Use line comments where appropriate
David Robillard
1
-1
/
+1
2020-05-16
Use email address in copyright headers
David Robillard
1
-1
/
+1
2020-05-16
Fix file documentation
David Robillard
1
-1
/
+2
2020-04-02
Make puglGetVisible() take a const view argument
David Robillard
1
-1
/
+1
2020-04-02
Make puglSetString() safe to call with equal source and destination
David Robillard
1
-3
/
+5
2020-04-01
Consistently use "view" terminology in API
David Robillard
1
-4
/
+4
2020-04-01
Add PUGL_BAD_PARAMETER status
David Robillard
1
-1
/
+3
2020-03-16
Separate cached configuration from frame
David Robillard
1
-5
/
+2
2020-03-16
Factor out dispatching configure events in the drawing context
David Robillard
1
-6
/
+19
2020-03-15
Unify event loop functions as puglUpdate()
David Robillard
1
-1
/
+13
2020-03-15
Add type and flags to world
David Robillard
1
-2
/
+2
2020-03-15
Cleanup: Add puglDispatchSimpleEvent() internal utility
David Robillard
1
-2
/
+12
2020-03-15
Move configure shortcut and frame update to common implementation
David Robillard
1
-5
/
+20
2020-03-14
Add logging API
David Robillard
1
-0
/
+44
2020-03-13
Strengthen warnings
David Robillard
1
-6
/
+8
2020-03-09
Deprecate puglEnterContext() and puglLeaveContext()
David Robillard
1
-0
/
+4
2020-03-09
X11: Only send configure events if something has changed
David Robillard
1
-0
/
+5
2020-03-09
Add create, destroy, map, and unmap events
David Robillard
1
-0
/
+5
2020-03-08
Enable double buffering by default
David Robillard
1
-1
/
+1
2020-03-08
Make PUGL_DONT_CARE the default for PUGL_SWAP_INTERVAL
David Robillard
1
-1
/
+1
2020-03-08
Add a user data handle to the world
David Robillard
1
-0
/
+12
2020-03-01
Cleanup: Adjust some code to be more clang-format friendly
David Robillard
1
-4
/
+7
2020-02-18
Pass expose event to backend enter and leave functions
David Robillard
1
-9
/
+15
2019-11-09
Fix various clang-tidy warnings
David Robillard
1
-11
/
+11
2019-11-09
Add puglStrerror() and improve test program error reporting
David Robillard
1
-0
/
+19
2019-09-16
Fix memory leak
David Robillard
1
-0
/
+1
2019-09-07
Clean up error handling
David Robillard
1
-1
/
+1
2019-09-07
Add clipboard support
David Robillard
1
-0
/
+46
2019-09-03
Make almost everything return a status
David Robillard
1
-3
/
+6
2019-09-03
Add puglSetWindowTitle()
David Robillard
1
-1
/
+1
2019-09-03
Rename remaining init functions
David Robillard
1
-7
/
+10
2019-09-03
Add puglSetClassName()
David Robillard
1
-11
/
+18
2019-09-03
Replace puglInitTransientFor() with puglSetTransientFor()
David Robillard
1
-6
/
+0
2019-09-03
Replace size and aspect ratio init functions with dynamic ones
David Robillard
1
-20
/
+0
2019-09-03
Move trivial deprecated implementations to header
David Robillard
1
-41
/
+0
2019-09-03
Add puglGetWorld()
David Robillard
1
-0
/
+6
2019-09-03
Use consistent naming conventions
David Robillard
1
-11
/
+11
2019-09-03
Add swap interval hint
David Robillard
1
-0
/
+1
2019-09-03
Add functions to get and set view size and position
David Robillard
1
-9
/
+13
2019-09-03
Move puglGetTime() to PuglWorld
David Robillard
1
-1
/
+2
2019-09-03
Add PuglWorld
David Robillard
1
-5
/
+65
2019-09-03
Simplify hints implementation
David Robillard
1
-49
/
+20
2019-08-02
Replace puglIgnoreKeyRepeat() with a hint
David Robillard
1
-2
/
+5
2019-07-29
Cleanup: Clean up includes and call IWYU in lint target
David Robillard
1
-0
/
+1
2019-07-29
Fix potential memory leak on error
David Robillard
1
-0
/
+1
2019-07-29
Reorganize source to separate private implementation details
David Robillard
1
-0
/
+275