aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
2018-07-05Fix pointer button events for layer surfacesBrian Ashworth
2018-06-24dont focus-follow-mouse when keyboard grabTony Crisci
2018-06-09Render drag iconsemersion
2018-06-06Initialise previous cursor position.Scott Leggett
2018-06-04Don't set focus to NULL when clicking a surface which has no containerRyan Dwyer
2018-06-01Store swayc coordinates as layout-localRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-05-28Improve comment.Scott Leggett
2018-05-28Avoid assert on container type.Scott Leggett
2018-05-28Move previous cursor_position inline.Scott Leggett
2018-05-28Simplify logic, remove redundant variables.Scott Leggett
2018-05-28Rely on view_is_visible rather thank walking the tree ourselves.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-26Replace oft-failing abort with if statementDrew DeVault
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