Commit Graph

506 Commits (024b9d85ea4cd51d803317c64e46dac659c9f7ec)

Author SHA1 Message Date
Ryan Dwyer 9215ca0f01 Align titles to baseline 7 years ago
Ryan Dwyer 635ae9557c Second attempt at restoring focus when closing a fullscreen view 7 years ago
Ryan Dwyer 908095ef9a Introduce seat_set_focus_container and seat_set_focus_workspace 7 years ago
Ryan Dwyer c6368febc8 Adjust container box 7 years ago
Brian Ashworth c246cf84c8 Call wlr_output_enable on enable/disable if needed 7 years ago
Ryan Dwyer dbf4aa3e33 Allow marked containers to be moved out of the scratchpad via move command 7 years ago
Ryan Dwyer 3cc7de3fb4 Fix crash when view in scratchpad becomes urgent 7 years ago
Ryan Dwyer c0da364865 Fix floating view moving to 0,0 when splitting 7 years ago
Ryan Dwyer 4e0452fce3 Fix scratchpad related crashes 7 years ago
Ryan Dwyer 93ff7879f1 Fix output position issue 7 years ago
Ryan Dwyer 26204441b4 Apply default config to output 7 years ago
Ryan Dwyer 06d9693829 Remove offset argument to container_add_sibling 7 years ago
Ryan Dwyer acc2628c79 Don't use wlr_output properties 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
sghctoma 073dcb3a86 Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE 7 years ago
sghctoma df730a8891 Merge remote-tracking branch 'upstream/master' into fix-freebsd-build 7 years ago
Ryan Dwyer 6fb03817c9 Rename fowa enum and use switch in view_request_activate 7 years ago
Ryan Dwyer f057a0195e Implement focus_on_window_activation 7 years ago
sghctoma cc16948c85 Fix feature macros for FreeBSD 7 years ago
Ryan Dwyer 2438f5f050 Fix crash when reaping a workspace 7 years ago
Ryan Dwyer 126a82f14f Fix gaps issues 7 years ago
Ryan Dwyer f5b9815128 Prepare arrange code for type safe arguments 7 years ago
Drew DeVault 98ef29c228
Merge pull request from RedSoxFan/fix-floating-drag-outputs 7 years ago
Drew DeVault 82423b88b8
Merge pull request from RyanDwyer/fix-overflowing-subsurfaces 7 years ago
Brian Ashworth 11c1619f30 Stop floaters from snapping on move to new output 7 years ago
Brian Ashworth 148b113b8d Destroy empty workspaces in output_evacuate 7 years ago
Ian Fan 6ae2e3a4a8 ipc: clean-up container_create_notify function 7 years ago
Ian Fan e7c94708f2 ipc: emit window close event earlier, before destroying 7 years ago
Drew DeVault 10c2c09cf6
Merge pull request from RyanDwyer/rename-root-outputs 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Ryan Dwyer 8bed4be1f3 Make separate gaps functions per container type 7 years ago
Ryan Dwyer 2e7401772e Rename sway_root.outputs to sway_root.all_outputs 7 years ago
Ryan Dwyer f4bc25bcc6 Relocate container_move, container_move_to and container_get_in_direction 7 years ago
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs 7 years ago
Ryan Dwyer e1d5dc0804 Translate floating containers when a workspace is moved 7 years ago
Ryan Dwyer e81c26fab9 Fix sending fullscreen event to view 7 years ago
Ryan Dwyer f129b1b89f Replace enum resize_edge with wlr_edges 7 years ago
minus 471533be0a Improve new workspace name selection 7 years ago
Ryan Dwyer 771ad7bffa Fix jumping views 7 years ago
Ryan Dwyer e1955c5c08 Fix crash when adding output 7 years ago
Ryan Dwyer a49e4b13bf Clean up tracked outputs when an output is destroyed 7 years ago
Ryan Dwyer 0f6d212629 Send output enter/leave events correctly 7 years ago
Ryan Dwyer 4afb2e3f24 Allow subsurfaces which overflow the container to be interacted with 7 years ago
Ryan Dwyer 2b5a404ac9 Replace hacky L_FLOATING container with a list 7 years ago
Ryan Dwyer 7f22fab389
Merge branch 'master' into commands 7 years ago
Drew DeVault d0a24465d7
Merge pull request from RyanDwyer/geometry 7 years ago
Ian Fan 1be75fe740 Fix double iterating in container_for_each_child 7 years ago
Ian Fan 23601a8771 commands: complete assign command 7 years ago
Ian Fan e81cc8a575 commands: saner workspace number handling 7 years ago
Ryan Dwyer d6cd79c342 Implement iterators per container type 7 years ago