2552 Commits (356063b6c084a7c2d4e3e654fe48ec79a102294b)

Author SHA1 Message Date
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
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 #2414 from RyanDwyer/fix-inactive-fullscreen-crash
7 years ago
emersion 16c1e21f26
Merge pull request #2415 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 #2366 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 #2404 from RyanDwyer/move-containers-when-workspace-focused
7 years ago
Drew DeVault 23b5124a4d
Merge pull request #2403 from RyanDwyer/fix-transaction-unmap
7 years ago
Drew DeVault eec25ce60e
Merge pull request #2406 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" (#2393)
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 #2391 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