Commit Graph

388 Commits (384c55c0b465d6b9a9c4cb88d8752435ac5cf708)

Author SHA1 Message Date
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
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 from swaywm/pid-workspaces 7 years ago
Drew DeVault c80258c3b3 Address @emersion's review comments 7 years ago
frsfnrrg ab0efebc3e Also extract first workspace name from bindcodes 7 years ago
Drew DeVault f4b882475e Merge branch 'master' into pid-workspaces 7 years ago
Ryan Dwyer 12e90fa600 Store scratchpad list in sway_root instead of server 7 years ago
Ryan Dwyer 81e8f31cc6 Implement scratchpad 7 years ago
Ryan Dwyer 011d1ebfa4 Consider view's min/max sizes when resizing 7 years ago
Ryan Dwyer 0c87bff5d1 Replace static handle_end_operation with seat_end_mouse_operation 7 years ago
Ryan Dwyer 9fbe13b9be Implement floating_modifier and mouse operations for floating views 7 years ago
Ryan Dwyer 8789ceea87 Fix pointer events for overlapping floating views 7 years ago
Ryan Dwyer 54b00d351e Implement assign to output 7 years ago
Ryan Dwyer dad3a8deee Fix crash when moving workspace to output 7 years ago
Ryan Dwyer 8ce7e3b44e
Merge branch 'master' into destroy-output-destroy-empty-workspaces 7 years ago
frsfnrrg b3014f7b16 Fix uninitialized pointer in view_unmap 7 years ago
Brian Ashworth 10fc7a5b49
Merge branch 'master' into default-floating-border 7 years ago
Ryan Dwyer 9cbff272cb Remove superfluous IPC urgent events 7 years ago
Ryan Dwyer 75c699db62 Implement default_floating_border command and adjust CSD behaviour 7 years ago
Drew DeVault d6bd314dff
Merge pull request from RyanDwyer/urgency 7 years ago
Ryan Dwyer e2f28c023c Focus view before running criteria when mapping 7 years ago
Ryan Dwyer fc2484095a Implement no_focus command 7 years ago
Ryan Dwyer af5f736277 Render containers as urgent if they have an urgent child 7 years ago
Ryan Dwyer be28c18ad5 Mark containers as urgent in IPC if they have urgent views 7 years ago
Ryan Dwyer 5f0a4bb6a4 Update workspace urgent state when views close or move workspaces 7 years ago
Ryan Dwyer 560627437b Make container_for_each_descendant_dfs descend into floating views 7 years ago
Ryan Dwyer f86087d78f Fix urgency IPC events 7 years ago
Ryan Dwyer 315d5311b2 Implement urgency base functionality 7 years ago
Ryan Dwyer 2032f85d94 Simplify transactions by utilising a dirty flag on containers 7 years ago
emersion 9b16227ec3 Don't disable borders for xwayland floating views 7 years ago
emersion 60fdb71a1f Updates for 7 years ago
Ryan Dwyer f2d1cf3ceb Implement floating_minimum_size and floating_maximum_size 7 years ago
emersion 63b4bf5000
Update for 7 years ago
emersion ebcdce457a
Merge pull request from RyanDwyer/floating-move 7 years ago
Ryan Dwyer b0fc7e9850 Remove duplicate function declaration and add assertion 7 years ago
Ryan Dwyer ab8a86369c Implement some floating move commands 7 years ago
vilhalmer 4e7ef1dd39
No need to walk to workspace, recursive will 7 years ago
vilhalmer 47c20f8ea4
Regroup signal 7 years ago
vilhalmer ce626a0708
Replace empty workspace with moved workspace 7 years ago
vilhalmer 621d2666b1
Destroy empty workspace when destroying its output 7 years ago
Ryan Dwyer 0046eed969 Fix titles when container titles contain UTF-8 characters 7 years ago
emersion 9a9d9116be
Make view_update_* update live props as well 7 years ago
Dominique Martinet 9314c45c41 workspace_next_name: free targets later than these already found in order 7 years ago
Dominique Martinet 785ed4383b view_map: free criterias as the list it is 7 years ago
Dominique Martinet ffbe91c245 container_free: free formatted title 7 years ago
Ryan Dwyer fc826b921f Call view_set_tiled for mapping non-floating views 7 years ago
Ryan Dwyer 4cb6c368a7 Fix boolean 7 years ago