summaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Expand)AuthorAge
* Fix crash when moving cursor over a fullscreen split containerLibravatar Ryan Dwyer2018-08-03
* Fix pointer events for fullscreen viewsLibravatar emersion2018-08-02
* Fix crash on mouse motion on fullscreen containerLibravatar minus2018-08-02
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Fix popupsLibravatar Ryan Dwyer2018-07-31
* | ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
|/
* Fix clicking a floating split containerLibravatar Ryan Dwyer2018-07-28
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Merge pull request #2350 from ppascher/xwayland-optionalLibravatar Drew DeVault2018-07-25
|\
| * reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
| * more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
| * style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
| * Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* | Change button var passed to seat_begin_moveLibravatar Brian Ashworth2018-07-24
* | Implement floating_modifier <mod> [inverse|normal]Libravatar Brian Ashworth2018-07-24
|/
* Fix crash when clicking certain surfacesLibravatar Ryan Dwyer2018-07-24
* Make mod+resize work in any directionLibravatar Ryan Dwyer2018-07-24
* Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* Fix some cases where the cursor doesn't updateLibravatar Ryan Dwyer2018-07-24
* Set cursor when beginning resize and move operationsLibravatar Ryan Dwyer2018-07-22
* Fix damage when shrinking a floating view using cursorLibravatar Ryan Dwyer2018-07-22
* Implement request_move and request_resize for xwayland viewsLibravatar Ryan Dwyer2018-07-22
* Fix focus bug with floating containersLibravatar Ryan Dwyer2018-07-22
* Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
* Store last button and use it when views request to move or resizeLibravatar Ryan Dwyer2018-07-22
* Prevent re-uploading the same cursor image multiple timesLibravatar Ryan Dwyer2018-07-22
* Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22
* Implement xdg shell request_move and request_resize eventsLibravatar Ryan Dwyer2018-07-22
* Use wlr_keyboard_get_modifiersLibravatar Ryan Dwyer2018-07-22
* Use separate function for choosing edge cursorLibravatar Ryan Dwyer2018-07-22
* Fix clicking xwayland menusLibravatar Ryan Dwyer2018-07-22
* Use max multiplier when resizing while preserving ratioLibravatar Ryan Dwyer2018-07-22
* Make mod + resize do it from the top left cornerLibravatar Ryan Dwyer2018-07-22
* Use WLR_MODIFIER_SHIFTLibravatar Ryan Dwyer2018-07-22
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Fix crash and render issues involving cursor_send_pointer_motionLibravatar Ryan Dwyer2018-07-19
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Fix pointer button events for layer surfacesLibravatar Brian Ashworth2018-07-05
* dont focus-follow-mouse when keyboard grabLibravatar Tony Crisci2018-06-24
* Render drag iconsLibravatar emersion2018-06-09
* Initialise previous cursor position.Libravatar Scott Leggett2018-06-06
* Don't set focus to NULL when clicking a surface which has no containerLibravatar Ryan Dwyer2018-06-04
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Improve comment.Libravatar Scott Leggett2018-05-28
* Avoid assert on container type.Libravatar Scott Leggett2018-05-28