aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-16data-device: keyboard grabsTony Crisci
2017-10-16data-device: button release drag bugfixesTony Crisci
2017-10-16wlr-seat: pointer state button infoTony Crisci
2017-10-16wlr-seat: selection signalTony Crisci
2017-10-15xwayland: use xfixes extensionTony Crisci
2017-10-15data-device: refactor set selections for xwaylandTony Crisci
2017-10-15wlr-data-device: drag iconsTony Crisci
2017-10-15wlr-data-device: basic drag and dropTony Crisci
2017-10-15wlr-data-device: source actionsTony Crisci
2017-10-15wlr-data-device: offer set actionsTony Crisci
2017-10-15wlr-data-device: basic clipboardTony Crisci
2017-10-15wlr-data-device interfaceTony Crisci
2017-10-14Merge pull request #271 from thejan2009/issue/double-scrollwheelTony Crisci
Fix duplicated pointer axis events
2017-10-14Fix duplicated pointer axis eventsD.B
In pointer.c, some axis event was emitted even if the event pointer did not have current axis. In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid event duplication.
2017-10-12Merge pull request #266 from versusvoid/window-switchingDrew DeVault
Window switching binding
2017-10-12Merge pull request #269 from acrisci/bug/emit-pointer-grab-endDrew DeVault
bug: emit wlr-seat pointer grab end event
2017-10-12Move binding parsing to separate functionVersus Void
2017-10-12New binding to switch windowsVersus Void
2017-10-12bug: emit wlr-seat pointer grab end eventTony Crisci
2017-10-11Don't segfault wlr_keyboard when no xkb stateDrew DeVault
2017-10-11Merge pull request #260 from versusvoid/fix-accessing-freed-clientDrew DeVault
Destroy surfaces on client destruction (XDG shell)
2017-10-11Destroy surfaces on client destructionVersus Void
2017-10-11Merge pull request #252 from myfreeweb/freebsd-compatDrew DeVault
Add FreeBSD compatibility
2017-10-11Merge pull request #259 from Enerccio/Fixes-1Scott Anderson
Fixed wrong function name
2017-10-11Fixed wrong function nameEnerccio
Apparently I am first guy to ever call this...
2017-10-11Add FreeBSD compatibilityGreg V
2017-10-10Merge pull request #256 from emersion/fix-output-layout-intersectsDrew DeVault
Fix wlr_output_layout_intersects
2017-10-10Fix wlr_output_layout_intersectsemersion
2017-10-10Merge pull request #246 from acrisci/feature/wl-shell-fixesDrew DeVault
wl-shell fixes (QT support)
2017-10-10wl-shell: documentationTony Crisci
2017-10-10wl-shell: fix popup grabTony Crisci
2017-10-10wl-shell: cleanupTony Crisci
2017-10-10bug: emit surface new event laterTony Crisci
2017-10-10wl-shell: popup input handlingTony Crisci
2017-10-10wl_shell: map transient surfaces closer to parentTony Crisci
2017-10-10wl-shell: basic pointer grabTony Crisci
2017-10-10wl-shell: render popups in the right placeTony Crisci
2017-10-10Merge pull request #254 from versusvoid/fix-frame-callback-double-freeDrew DeVault
Destroy callbacks before callback list reinitialization
2017-10-10Merge pull request #255 from versusvoid/upload-texture-on-surface-commitDrew DeVault
Upload texture on surface commit
2017-10-10Destroy callbacks before callback list reinitializationVersus Void
2017-10-10Upload texture on surface commitVersus Void
2017-10-09Merge pull request #206 from emersion/client-cursorDrew DeVault
Client provided cursors
2017-10-09Merge pull request #250 from acrisci/feature/surface-finder-to-wlrDrew DeVault
move surface finder functions to wlroots
2017-10-09Merge pull request #251 from acrisci/bug/null-buffer-commitDrew DeVault
bug: null buffer commit detection
2017-10-09bug: null buffer commit detectionTony Crisci
2017-10-09move surface finder functions to wlrootsTony Crisci
2017-10-09Call frame_callback_list after rendering the cursoremersion
2017-10-09Do not commit surface on set_cursor, breaks GTK+ appsemersion
2017-10-09Fix cleanup old cursor surface in wlr_output_set_cursor_surfaceemersion
2017-10-09Merge pull request #220 from versusvoid/optional-xwaylandDrew DeVault
Make Xwayland optional