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
/
x11.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
Add missing include
David Robillard
1
-0
/
+1
2020-04-01
Consistently use "view" terminology in API
David Robillard
1
-3
/
+3
2020-04-01
Replace puglShowWindow() with puglRealize()
David Robillard
1
-8
/
+20
2020-03-31
X11: Don't wait for timeouts less than a millisecond
David Robillard
1
-1
/
+1
2020-03-28
Tolerate puglPostRedisplay() in configure handlers
David Robillard
1
-10
/
+11
2020-03-17
Use clearer names for pointer events
David Robillard
1
-3
/
+3
2020-03-16
Add timer events
David Robillard
1
-0
/
+139
2020-03-16
X11: Dispatch a configure event before the map for child windows
David Robillard
1
-0
/
+9
2020-03-16
Factor out dispatching configure events in the drawing context
David Robillard
1
-2
/
+2
2020-03-16
Only send update events when the view is visible
David Robillard
1
-1
/
+3
2020-03-15
Unify event loop functions as puglUpdate()
David Robillard
1
-15
/
+39
2020-03-15
X11: Factor out flushing pending exposures
David Robillard
1
-16
/
+22
2020-03-15
Add type and flags to world
David Robillard
1
-1
/
+5
2020-03-15
Cleanup: Add puglDispatchSimpleEvent() internal utility
David Robillard
1
-2
/
+1
2020-03-15
Cleanup: Fix misleading variable name
David Robillard
1
-2
/
+2
2020-03-15
Cleanup: Remove redundant PUGL_API declarations
David Robillard
1
-1
/
+1
2020-03-15
X11: Simplify implementation slightly
David Robillard
1
-6
/
+2
2020-03-15
X11: Read from server if necessary in puglDispatchEvents()
David Robillard
1
-3
/
+3
2020-03-15
X11: Only enter drawing context if an expose is pending
David Robillard
1
-2
/
+2
2020-03-15
X11: Update frame immediately on ConfigureNotify
David Robillard
1
-0
/
+4
2020-03-15
X11: Factor out selection event handling
David Robillard
1
-40
/
+69
2020-03-15
Move configure shortcut and frame update to common implementation
David Robillard
1
-29
/
+1
2020-03-15
Remove backend resize method
David Robillard
1
-5
/
+0
2020-03-14
Add logging API
David Robillard
1
-5
/
+4
2020-03-13
Strengthen warnings
David Robillard
1
-4
/
+4
2020-03-09
Add PuglEventClient and puglSendEvent()
David Robillard
1
-1
/
+18
2020-03-09
X11: Factor out converting PuglEventExpose to XExposeEvent
David Robillard
1
-16
/
+50
2020-03-09
X11: Only send configure events if something has changed
David Robillard
1
-13
/
+21
2020-03-09
Add create, destroy, map, and unmap events
David Robillard
1
-9
/
+6
2020-03-08
Cleanup: Fix some conversion warnings
David Robillard
1
-6
/
+6
2020-03-02
Strengthen ultra-strict warnings with clang
David Robillard
1
-5
/
+5
2020-03-02
Omit deprecated implementations with PUGL_DISABLE_DEPRECATED
David Robillard
1
-0
/
+4
2020-03-01
Cleanup: Adjust some code to be more clang-format friendly
David Robillard
1
-7
/
+9
2020-03-01
Cleanup: Fix includes
David Robillard
1
-1
/
+2
2020-03-01
Put PuglEventAny member of PuglEvent first for easy initialization
David Robillard
1
-1
/
+1
2020-02-18
Pass expose event to backend enter and leave functions
David Robillard
1
-8
/
+3
2020-02-18
Remove immediate dispatch of exposed rects
David Robillard
1
-30
/
+2
2020-02-18
Fix recursive context entry
David Robillard
1
-2
/
+0
2020-02-11
X11: Fix XMoveResizeWindow error check
Zoƫ Sparks
1
-3
/
+3
2020-02-02
Only resize backend when necessary
David Robillard
1
-8
/
+12
2020-02-02
X11: Dispatch exposures from event callbacks in the same iteration
David Robillard
1
-1
/
+13
2020-02-02
X11: Avoid calculating expose rect if view is not visible
David Robillard
1
-10
/
+10
2020-02-02
X11: Factor out adding a pending exposure
David Robillard
1
-14
/
+22
2019-11-21
Rename "backend" headers
David Robillard
1
-1
/
+1
2019-11-18
Cleanup: Remove unnecessary includes
David Robillard
1
-1
/
+0
2019-11-17
X11: Don't select on server socket if events are already queued
osch
1
-1
/
+3
2019-11-17
X11: Support pasting (almost) arbitrarily long text
David Robillard
1
-1
/
+1
2019-11-17
X11: Don't send expose events to invisible windows
David Robillard
1
-1
/
+3
2019-11-17
X11: Track visibility via system events
David Robillard
1
-3
/
+8
2019-11-09
Fix various clang-tidy warnings
David Robillard
1
-1
/
+1
[next]