aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-20wl-output: send layout positionTony Crisci
2017-10-19Merge pull request #282 from acrisci/bug/xdg-shell-same-as-configuredDrew DeVault
xdg-shell: send same-as-current configure if needed
2017-10-19Merge pull request #296 from acrisci/feature/view-set-positionDrew DeVault
rootston: view set position
2017-10-19rootston: view set positionTony Crisci
2017-10-19xdg-shell: improve configure request change detectionTony Crisci
2017-10-19xdg-shell: send same-as-current configure if neededTony Crisci
2017-10-18Merge pull request #289 from emersion/default-meta-keyDrew DeVault
rootston: add a default meta key if no config file is specified
2017-10-18Add a default meta keyemersion
2017-10-18Merge pull request #285 from emersion/fix-wayland-hidden-cursorDrew DeVault
Fix hidden cursors
2017-10-18Fix render errors with gnome-terminalemersion
2017-10-18Fix hidden cursor on wayland backendemersion
2017-10-17Merge pull request #280 from acrisci/bug/xdg-shell-pending-different-forceDrew DeVault
xdg-shell: force configure when pending different
2017-10-17xdg-shell: force configure when pending differentTony Crisci
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
[WIP] Fix client cursors
2017-10-17Merge pull request #279 from acrisci/bug/shell-buffer-detectionDrew DeVault
bug: detect invalid texture in xdg-shell
2017-10-17bug: detect invalid texture in xdg-shellTony Crisci
2017-10-17Disable hardware cursors for nowemersion
2017-10-16Merge pull request #276 from acrisci/bug/fix-view-centeringDrew DeVault
bug: fix view centering
2017-10-16bug: fix view centeringTony Crisci
2017-10-15Merge pull request #272 from emersion/editorconfig-xmlDrew DeVault
Add XML rules to .editorconfig
2017-10-15Add XML rules to .editorconfigemersion
2017-10-14Merge pull request #271 from thejan2009/issue/double-scrollwheelTony Crisci
Fix duplicated pointer axis events
2017-10-14Release buffer in wlr_surface_flush_damageemersion
2017-10-14Fix software cursor when setting committed cursor surfaceemersion
2017-10-14Fix client cursors when software cursors are usedemersion
2017-10-14Fix cursor role name, fix segfault when surface->resource is NULLemersion
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-12Check pointer focused surface instead of view at cursoremersion
2017-10-12Better handling of hidden cursors in wayland backend, add TODOsemersion
2017-10-12Allow to update the cursor hotspot without its pixelsemersion
2017-10-11Don't segfault wlr_keyboard when no xkb stateDrew DeVault
2017-10-11Do not call wlr_surface_state_release_buffer anymoreemersion
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-11Rename release labelemersion
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-11Do not release buffer before emitting commit eventemersion
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