aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
2018-05-26Check for next_focus before assertIvan Chebykin
2018-05-26Fix usage of sway_assertIvan Chebykin
2018-05-26Moved visibility check of of loop, added assertsIvan Chebykin
2018-05-25Break after first tabbed/stacked layoutIvan Chebykin
2018-05-25Fix mouse focusing for horizontal/vertical views in tabbed containersIvan Chebykin
2018-05-25Fixed styling issuesIvan Chebykin
2018-05-25Focus inactive container instead of checking cursor positionIvan Chebykin
2018-05-25Skip all nested containersIvan Chebykin
2018-05-25Implement correct focusing for tabbed containersIvan Chebykin
2018-05-25Fix focusing from other containersIvan Chebykin
2018-05-25Don't focus tabbed and stacked containers on mouseoverIvan Chebykin
2018-05-21Fix focus follows mouse with no focusDrew DeVault
2018-05-21Implement tabbed layoutRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-05-20Fix focus_follows_mouse over swaybarDrew DeVault
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-05-12Send pointer discrete axis values and sourceemersion
2018-05-03Hide cursor on touch downDrew DeVault
2018-05-02Implement basic touch supportDrew DeVault
2018-04-27Update for swaywm/wlroots#923emersion
2018-04-26Add map_from_region commandemersion
2018-04-21Default to current time when triggering cursor eventsemersion
2018-04-21Update cursor when workspace focus changesemersion
2018-04-18Fullscreen rendering and input fixes.Ryan Dwyer
2018-04-18More fullscreen fixes.Ryan Dwyer
2018-04-10Implement cursor event simulation with sway commands.Danny Bautista
2018-04-08Fix cursor motion issuesDrew DeVault
2018-04-08Use wlr_surface_point_accepts_input for unmanaged surfacesemersion
2018-04-08Implement tablet tool supportDrew DeVault
2018-04-06Fix focus_follows_mouse issuesDrew DeVault
2018-04-05Handle unmanaged surfaces motionemersion
2018-04-04Address review feedbackDrew DeVault
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-04-02Give layer shells under the shell layer focusDrew DeVault
2018-04-02Merge branch 'wlroots' into view-redesignemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02rename seat functionsTony Crisci
2018-03-31Merge pull request #1684 from swaywm/follow-warpDrew DeVault
2018-03-31Address review feedbackDrew DeVault
2018-03-31Fix interaction between warping and followingDrew DeVault
2018-03-31Implement focus_follows_mouseDrew DeVault
2018-03-31Implement mouse warpingDrew DeVault
2018-03-31Fix xwayland configure in set_sizeemersion
2018-03-31Check for null containerDrew DeVault
2018-03-31Merge pull request #1682 from emersion/unmanaged-no-containerDrew DeVault
2018-03-31Fix bug with previous commitDrew DeVault
2018-03-31Make it clear that unmanaged views don't have a containeremersion
2018-03-31Fix #1104Drew DeVault
2018-03-30Use wlr_surface_point_accepts_inputDrew DeVault
2018-03-30Pass pointer events to surface layersDrew DeVault