aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-10-11Destroy surfaces on client destructionVersus Void
2017-10-11Merge pull request #252 from myfreeweb/freebsd-compatDrew DeVault
2017-10-11Rename release labelemersion
2017-10-11Merge pull request #259 from Enerccio/Fixes-1Scott Anderson
2017-10-11Fixed wrong function nameEnerccio
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
2017-10-10Fix wlr_output_layout_intersectsemersion
2017-10-10Merge pull request #246 from acrisci/feature/wl-shell-fixesDrew DeVault
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
2017-10-10Merge pull request #255 from versusvoid/upload-texture-on-surface-commitDrew DeVault
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
2017-10-09Merge pull request #250 from acrisci/feature/surface-finder-to-wlrDrew DeVault
2017-10-09Merge pull request #251 from acrisci/bug/null-buffer-commitDrew DeVault
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
2017-10-09Switch back to compositor cursor when switching from one view to anotheremersion
2017-10-09Check client is focused before setting client cursoremersion
2017-10-09Switch back to compositor cursor when leaving viewemersion
2017-10-08Merge pull request #248 from Timidger/wlr_keyboard-include-fixDrew DeVault
2017-10-08Fixed include in wlr_keyboard.hTimidger
2017-10-08Merge pull request #247 from ascent12/dash-fixDrew DeVault
2017-10-09Fix glgen to be more POSIX corformantScott Anderson
2017-10-09Use attach x,y when computing hotspot, set sx,sy in surface_attachemersion
2017-10-09Fix cursor strideemersion
2017-10-08Hide cursor when surface == NULLemersion
2017-10-08Stop listening to cursor surface when manually setting cursor dataemersion
2017-10-08Set and check cursor surface roleemersion
2017-10-08Merge pull request #245 from acrisci/bug/commit-empty-bufferDrew DeVault