summaryrefslogtreecommitdiffstats
path: root/include/sway
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
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Merge branch 'master' into fix-resize-wiggleLibravatar emersion2018-08-02
|\
| * Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
| |\
| | * Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
| | * 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
| * | ipc: add binding eventLibravatar Ian Fan2018-08-01
| * | ipc: add window::mark eventLibravatar Ian Fan2018-08-01
| * | ipc: add shutdown eventLibravatar Ian Fan2018-08-01
| |/
* / Correctly track saved surfaces during multiple transactionsLibravatar Ryan Dwyer2018-08-01
|/
* Merge pull request #2367 from emersion/iterator-redesignLibravatar Drew DeVault2018-07-30
|\
| * Remove output_surface_for_each_surface from headerLibravatar emersion2018-07-29
| * Completely switch over to new iteratorsLibravatar emersion2018-07-29
| * wip: redesign output_view_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_layer_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_drag_icons_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_unmanaged_for_each_surface iteratorLibravatar emersion2018-07-29
* | Merge pull request #2381 from frsfnrrg/key-repeatLibravatar Drew DeVault2018-07-30
|\ \
| * | Bindings use advised keyboard repeat parametersLibravatar frsfnrrg2018-07-29
| * | Implement key repeat for pressed key bindingsLibravatar frsfnrrg2018-07-29
| |/
* / Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
|/
* Add virtual keyboard protocolLibravatar Drew DeVault2018-07-28
* When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Add xkb_numlock/xkb_capslock commands (#2311)Libravatar ProgAndy2018-07-25
* Implement setting NumLock and CapsLock statusLibravatar ProgAndy2018-07-25
* Merge pull request #2353 from emersion/render-opaque-overlayLibravatar Drew DeVault2018-07-25
|\
| * Improve rendering with a fullscreen opaque overlay surfaceLibravatar emersion2018-07-25
* | 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
* | | Implement floating_modifier <mod> [inverse|normal]Libravatar Brian Ashworth2018-07-24
|/ /
* | Merge pull request #2165 from swaywm/pid-workspacesLibravatar Drew DeVault2018-07-24
|\ \
| * | Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
| |\|
| * | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
* | | Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* | | Parse mouse binding optionsLibravatar frsfnrrg2018-07-23
| |/ |/|
* | Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* | Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* | Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6Libravatar emersion2018-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