Commit Graph

2683 Commits (67188b7cba2a985926647e049ed32c72b6ee98c8)

Author SHA1 Message Date
Ryan Dwyer 31844bf42b Remove container_has_child 7 years ago
emersion d1433c637a xwayland: fix unmanaged surfaces order 7 years ago
Ryan Dwyer af693cba26 Update resize documentation 7 years ago
Ryan Dwyer 6c730a2cb2 Implement resize set <width> <height> for tiled containers 7 years ago
Ryan Dwyer 9395d3c93c Implement resize grow|shrink <direction> <amount> for tiled containers 7 years ago
Drew DeVault db0fa066e5 Remove obsolete security sanity check 7 years ago
Brian Ashworth b6f4623551 Don't call swaynag_log for bg when not reading 7 years ago
Brian Ashworth 43d1ffc9dd Allow a fallback color to be specified for swaybg 7 years ago
Brian Ashworth 3c26536267
Merge branch 'master' into master 7 years ago
Ryan Dwyer f5dc3ac09d Don't call send_pointer_notify_button when doing move or resize 7 years ago
Ryan Dwyer 4c5dc6f135 Focus floating views when beginning move/resize operations 7 years ago
Ryan Dwyer a0ece6f956 Rename container_at_view to surface_at_view and make it return void 7 years ago
Ryan Dwyer 1e984fec05 Fix focus when clicking floating decorations 7 years ago
Ryan Dwyer 5653fc754b Deny moving a sticky container to workspace if it's the same output 7 years ago
Ryan Dwyer a0649190de Fix edge cases when moving floating container to new workspace 7 years ago
Ryan Dwyer 36281609ea Implement move to workspace on a floating container 7 years ago
Drew DeVault 6f0bc469e9
Merge pull request from RyanDwyer/fix-move-crash 7 years ago
Ryan Dwyer 50f3a7ff5c Fix infinite loop when focusing sticky containers via workspace command 7 years ago
Ryan Dwyer 5ac6f2f429 Fix crash when running `move container to workspace back_and_forth` 7 years ago
Brian Ashworth 639f3368e1
Merge branch 'master' into workspace-move-to-output 7 years ago
Drew DeVault d8b65193c4
Merge pull request from emersion/server-decoration-borders 7 years ago
emersion d2ac48f920 Handle views created after decoration mode is sent for xdg-shell-v6 7 years ago
emersion 9d578e0a0f Handle views created after decoration mode is sent for xdg-shell 7 years ago
emersion 700941dde8 Listen to server-decoration mode changes 7 years ago
Ryan Dwyer f57a3919cf Move workspace moving code out of container_move_to 7 years ago
Ian Fan f7c21451df commands: fix workspace edge cases 7 years ago
Ian Fan 667b8dcb67 commands: check for special workspaces in workspace & move commands 7 years ago
Ian Fan 3b1f58e135 commands: document <criteria> focus 7 years ago
Ian Fan dd48c8a579 commands: add optional flags to move 7 years ago
Ian Fan 85ae121caa commands: complete workspace implementation 7 years ago
Ian Fan 356063b6c0 commands: fix layout implementation (also better name for previous split layout) 7 years ago
Ian Fan 3a980857cb commands: better type for con_id string length 7 years ago
Ian Fan 69e1a421fc commands: complete move implementation 7 years ago
Ian Fan be64c46624 commands: complete layout implementation 7 years ago
Ian Fan 11ac66d6fe commands: allow __focused__ for con_id criterion 7 years ago
Ian Fan 710f27d0d2 commands: allow "first", "last", "newest" and "recent" as values for urgent criteria 7 years ago
Mariusz Bialonczyk 776b9b7e1f Fix segv when sway is terminating 7 years ago
Geoff Greer 208831aec6 Fix compiler errors. 7 years ago
Ryan Dwyer 30e7e0f7c7 Move workspace pid code to root.c 7 years ago
Ryan Dwyer 04489ff420 Separate root-related code 7 years ago
Ryan Dwyer e24fc3df18
Merge branch 'master' into fix-2416 7 years ago
Brian Ashworth ad2a7c2618 Check correct ws for sticky and fix floating iter 7 years ago
Brian Ashworth 36fd84cc42 Remove swaynag_clone and use memcpy 7 years ago
Brian Ashworth a7f7d4a488 Write to swaynag pipe fd directly on config errors 7 years ago
Brian Ashworth f9a6407111 Show swaynag on config errors 7 years ago
emersion b49904dd7e
Merge pull request from RyanDwyer/fix-inactive-fullscreen-crash 7 years ago
emersion 16c1e21f26
Merge pull request from RyanDwyer/fix-fullscreen-container-crash 7 years ago
Ryan Dwyer c17f0870ef Fix crash when moving cursor over a fullscreen split container 7 years ago
Ryan Dwyer 854c5fbec8 Fix crash when fullscreen view closes on inactive workspace 7 years ago
Ryan Dwyer 9e8d628a17 Deny "move container" when an empty workspace is focused 7 years ago
emersion 3a54e2291c
Merge branch 'master' into wlr-gamma-control 7 years ago
emersion b336564511 Fix pointer events for fullscreen views 7 years ago
minus e72f86784c Fix crash on mouse motion on fullscreen container 7 years ago
Ryan Dwyer 787f08da7f Convert toplevel coordinates to output-local 7 years ago
Ryan Dwyer 8392eae40f Revert "Revert "Fix popups"" 7 years ago
Drew DeVault ea14ef4095
Merge pull request from RedSoxFan/nagbar 7 years ago
Ryan Dwyer 706c0fbe23
Merge branch 'master' into nagbar 7 years ago
Drew DeVault 9aa258d33a Revert "Fix popups" 7 years ago
Drew DeVault 8e60f6a732
Merge pull request from RyanDwyer/move-containers-when-workspace-focused 7 years ago
Drew DeVault 23b5124a4d
Merge pull request from RyanDwyer/fix-transaction-unmap 7 years ago
Drew DeVault eec25ce60e
Merge pull request from RyanDwyer/fix-focus-crashes 7 years ago
Ryan Dwyer 9339026a31 Fix focus related crashes 7 years ago
Marien Zwart 7d8413d962 Reset signal mask after fork 7 years ago
Ryan Dwyer d64c8df7ce Allow moving containers when workspace itself is focused 7 years ago
Ryan Dwyer 8314019f66 Fix race condition crashes when unmapping views 7 years ago
Michel Ganguin d6095588a1 Link xcb dependency to meson options "enable_xwayland" () 7 years ago
emersion 47bf4ed0cb
Merge branch 'master' into fix-resize-wiggle 7 years ago
Brian Ashworth a4f7bf23b2 Address first round review for swaynag 7 years ago
Brian Ashworth abf33468c1 Arrange output in arrange_layers and commit dirty 7 years ago
Drew DeVault 9564c73c0d
Merge pull request from RyanDwyer/fix-popups-v2 7 years ago
Ian Fan 46cfa8ff56 ipc: remove extraneous values 7 years ago
Ian Fan 03eaf444a4 ipc: prevent emitting a workspace::focus event when moving a container to a different workspace or output 7 years ago
Ian Fan b2ac234569 ipc: fix workspace::focus event behaviour 7 years ago
Ian Fan 3edaf2ce2a ipc: add tick event 7 years ago
Ian Fan 75aba00460 ipc: always include old property in workspace events 7 years ago
Ian Fan d898e035ba ipc: add workspace::reload event 7 years ago
Ian Fan 6865b8aae9 ipc: add binding event 7 years ago
Ian Fan e0e638281e ipc: add window::move events 7 years ago
Ian Fan 4bf253855f ipc: fix workspace::move calls argument order 7 years ago
Ian Fan 07101a5707 ipc: only emit window::create event for views 7 years ago
Ian Fan 317217f2c8 ipc: add window::mark event 7 years ago
Ian Fan dd6debf367 ipc: add barconfig_update event on config reload 7 years ago
Ian Fan 686c084cec ipc: add workspace::empty event 7 years ago
Ian Fan 4f8f363dda ipc: add window::title event 7 years ago
Ian Fan dd1d6255f0 ipc: add window::focus event 7 years ago
Ian Fan f0310933c8 ipc: add window::close event 7 years ago
Ian Fan 87ccf18964 ipc: add workspace::init event 7 years ago
Ian Fan e8b179e313 ipc: add shutdown event 7 years ago
chr0me 77d74dd34f XCursor is not configured if no pointer device is available 7 years ago
Ryan Dwyer d10ccc1eb1 Correctly track saved surfaces during multiple transactions 7 years ago
Brian Ashworth 00a00aacef Create list for mouse binds when creating new mode 7 years ago
Ryan Dwyer 7a59508da4 Close popups when changing focus 7 years ago
Ryan Dwyer de86d65627 Fix popups 7 years ago
emersion 15c19572cf Fix segfault with fullscreen 7 years ago
Drew DeVault cbd0c3ec40
Merge pull request from emersion/iterator-redesign 7 years ago
Drew DeVault 6c30b3fcc8
Merge pull request from frsfnrrg/key-repeat 7 years ago
Eric Engestrom 52a27f1529 delete references to swaygrab 7 years ago
Brian Ashworth b8efdeae29 Fix title textures on scale change 7 years ago
frsfnrrg 8dbbfa5965 Bindings use advised keyboard repeat parameters 7 years ago
frsfnrrg e33dfbfa75 Implement key repeat for pressed key bindings 7 years ago
emersion 9a7e436fad Don't give focus if xwayland window has a type hint 7 years ago
emersion 0ad865f0b7 Make output_surface_for_each_surface_iterator static 7 years ago
emersion 9951b2ec33 Remove unused output_from_wlr_output 7 years ago
emersion fe0750fec1 Remove output_surface_for_each_surface from header 7 years ago
emersion 8d5cc8625c Completely switch over to new iterators 7 years ago
emersion e9d674cfd2 wip: redesign output_view_for_each_surface iterator 7 years ago
emersion a0dd977617 wip: redesign output_layer_for_each_surface iterator 7 years ago
emersion dbf6dd0dae wip: redesign output_drag_icons_for_each_surface iterator 7 years ago
emersion d2172bd331 wip: redesign output_unmanaged_for_each_surface iterator 7 years ago
Ryan Dwyer b2f58af46c
Merge branch 'master' into tap-button-map-man-fix 7 years ago
emersion 5af776e734
Merge pull request from swaywm/virtual-keyboard 7 years ago
Marius Orcsik 7b9aee5451
Escaping underscores in tap_button_map 7 years ago
Drew DeVault 1e65439a54 Add virtual keyboard protocol 7 years ago
Geoff Greer 30fee94354 Don't enable numlock by default. This fixes an annoying issue where laptop keyboards would have 'numlock mode' enabled, remapping parts of the alphabet to numbers. 7 years ago
Drew DeVault 53069f1403
Merge pull request from RyanDwyer/floating-containers 7 years ago
Drew DeVault e4b54ac16e
Merge pull request from RyanDwyer/handle-out-of-fds 7 years ago
Ryan Dwyer 84cd22c8cb Fix crash when a deferred command destroys a workspace 7 years ago
Ryan Dwyer 0337609667 Focus child when showing a scratchpad container 7 years ago
Ryan Dwyer debb8e85b2 Fix crash when unfloating child of container into empty workspace 7 years ago
Ryan Dwyer 9d1f6e095b Send floating container to scratchpad when a child is focused 7 years ago
Ryan Dwyer 538e083f61 Fix focus mode_toggle from a child of a floating container 7 years ago
Ryan Dwyer c95847c9e1 Allow splitting a floating view 7 years ago
Ryan Dwyer da2a87f6c7 When unfloating, return container to previously focused tiled container 7 years ago
Ryan Dwyer 936168e740 Operate on floating split container when a child is focused 7 years ago
Ryan Dwyer 902a1402ba Fix crash when a child of a floating container is in the scratchpad 7 years ago
Ryan Dwyer 0b6b6716e2 Fix clicking a floating split container 7 years ago
Ryan Dwyer 08cfba2192 Allow containers to float 7 years ago
Ryan Dwyer a4bcddcfdc Include errno.h 7 years ago
Ryan Dwyer d6daf10cad Show errno description in log 7 years ago
Ryan Dwyer 32663b7b01 Handle out-of-fd situations gracefully for transaction and urgent timers 7 years ago
Ryan Dwyer 52cf410d3c Second attempt at fixing transaction use-after-free 7 years ago
Ryan Dwyer 073ac425d5 Fix use after free in transactions 7 years ago
Mihai Coman d37c94d1b6 Preserve workspace name 7 years ago
Ryan Dwyer 6ceb1d33fd Fix assign to workspace 7 years ago
Ryan Dwyer a90f2dbde9 Refactor view_map 7 years ago
Ryan Dwyer 868dcde14e Fix indent 7 years ago
Ryan Dwyer 27a20a4884 Allow containers to be fullscreen 7 years ago
ProgAndy 76ece5788b Fix LEDs for configured modifier states 7 years ago
ProgAndy 0ba52458ab Restrict CapsLock and NumLock commands to the configuration file 7 years ago
ProgAndy d07463d53b Add documentation for xkb_capslock/xkb_numlock 7 years ago
ProgAndy c7a3a03115 Add xkb_numlock/xkb_capslock commands () 7 years ago
ProgAndy 2166dbe2e4 Implement setting NumLock and CapsLock status 7 years ago
Cédric Cabessa 445a09575c fix : "move workspace to output up" crashes 7 years ago
Drew DeVault 53dbe2da4b
Merge pull request from emersion/render-opaque-overlay 7 years ago
Drew DeVault fc718f629a
Merge pull request from ppascher/xwayland-optional 7 years ago
Pascal Pascher 384c55c0b4 more style fixes, reorder config.h include 7 years ago
Pascal Pascher f95cb9a7c1 reverted includes of "sway/config.h" and replaced with "config.h" from meson build 7 years ago
Pascal Pascher 79a45d4a40 more style fixes, included "sway/config.h" where needed 7 years ago
Ryan Dwyer b14bd1b0b1 Fix crash when closing last child of a tabbed container 7 years ago
emersion 0e79b2114c Improve rendering with a fullscreen opaque overlay surface 7 years ago