2469 Commits (1e65439a5448ac203fa0476d410ad303e0766552)

Author SHA1 Message Date
Drew DeVault 1e65439a54 Add virtual keyboard protocol
7 years ago
Drew DeVault 53069f1403
Merge pull request #2360 from RyanDwyer/floating-containers
7 years ago
Drew DeVault e4b54ac16e
Merge pull request #2368 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 (#2311)
7 years ago
ProgAndy 2166dbe2e4 Implement setting NumLock and CapsLock status
7 years ago
Cédric Cabessa 445a09575c fix #2355: "move workspace to output up" crashes
7 years ago
Drew DeVault 53dbe2da4b
Merge pull request #2353 from emersion/render-opaque-overlay
7 years ago
Drew DeVault fc718f629a
Merge pull request #2350 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
Brian Ashworth 3a75bb7f32 Change button var passed to seat_begin_move
7 years ago
Brian Ashworth dca02944ce Implement floating_modifier <mod> [inverse|normal]
7 years ago
Pascal Pascher 2bf893248a style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
7 years ago
Pascal Pascher 24ad1c3983 Added meson option "enable_xwayland" (default: true) to enable/disable xwayland support
7 years ago
Drew DeVault 817d37c950
Merge pull request #2165 from swaywm/pid-workspaces
7 years ago
Drew DeVault c80258c3b3 Address @emersion's review comments
7 years ago
Ryan Dwyer 2f1b84a0f3 Fix crash when clicking certain surfaces
7 years ago
Ryan Dwyer e7c10f1871 Make mod+resize work in any direction
7 years ago
Ryan Dwyer e02a6718c2
Merge branch 'master' into mouse-bindings
7 years ago
frsfnrrg ab0efebc3e Also extract first workspace name from bindcodes
7 years ago
frsfnrrg 94dd8823a0 Invoke mouse bindings
7 years ago
Brian Ashworth 9ec1d6cf79 Address review comments on parse_boolean
7 years ago
Brian Ashworth 863914ec95 Switch to using a function to parse booleans
7 years ago