Commit Graph

635 Commits (695948e6891e0ec955f1fdc0771303cdaf19d026)

Author SHA1 Message Date
Mihai Coman 5323551a7f Fix re-tiling for floating containers 6 years ago
Ryan Dwyer 60a1d79de7 Rebase the cursor after applying transactions 6 years ago
Drew DeVault ea2497d35c
Merge pull request from emersion/presentation-time 6 years ago
Ryan Dwyer f7aed5c7e5 Fix containers not being resized when entering scratchpad 6 years ago
Drew DeVault bdb176863c
Merge pull request from Snaipe/xwayland-window-properties 6 years ago
emersion a654ac1bd6
Implement the presentation-time protocol 6 years ago
Franklin "Snaipe" Mathieu 8fc9328334 xwayland: populate window_properties in json for views 6 years ago
Ryan Dwyer 662466e8db Fix crash when resizing container hidden in the scratchpad 6 years ago
Ryan Dwyer 6deb726873 Fix crash when quitting a QT app on the wayland backend using menu 6 years ago
Ryan Dwyer c5a6c37275 Make workspace back_and_forth seat-specific 6 years ago
emersion 75ea19c71b
Merge pull request from RyanDwyer/refactor-input-manager 6 years ago
Ryan Dwyer c006717910 Minor refactor of input manager 6 years ago
Ryan Dwyer ed771a6a6e Fix crash when view unmaps while no outputs connected 6 years ago
Ryan Dwyer 9ea71f292b Introduce cursor_rebase 6 years ago
Drew DeVault 765c80e5f7
Merge pull request from Emantor/fix-mouse-warping-container 6 years ago
Rouven Czerwinski 1f0aeae335 view: rewarp cursor during view_unmap 6 years ago
Rouven Czerwinski 892446a0b6 view: move arrange_workspace into view_map 6 years ago
Ryan Dwyer 26278b694c Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp 6 years ago
Brian Ashworth 02aeb0f0be
Merge branch 'master' into fix_edge_gaps 7 years ago
Tarmack 36d9037f2c fix_edge_gaps: Allow negative values for outer gaps. 7 years ago
Ryan Dwyer 9190735947 Fix crash when view maps while locked 7 years ago
Ryan Dwyer 416bb7a214 Fix floating click events 7 years ago
mwenzkowski fd645a2a88 Fix undesirable height change of floating views 7 years ago
Brian Ashworth 5e9c61ac23 Only consider tiling views for gaps outer 7 years ago
Drew DeVault 4bebee620f
Merge pull request from RyanDwyer/improve-popup-damage 7 years ago
Ryan Dwyer d21d2c8665 Remove duplicate code 7 years ago
Ryan Dwyer f23588de3c Introduce container_is_transient_for 7 years ago
Ryan Dwyer 832ebc8966 Implement popup_during_fullscreen 7 years ago
Ryan Dwyer caed15af82 Handle subsurfaces in view_child_damage 7 years ago
Ryan Dwyer 1059e173f4 Only damage popups when popups have damage 7 years ago
Ryan Dwyer c620f76bea Move sticky containers when switching workspace via criteria 7 years ago
emersion 681ed1826d
Merge pull request from minus7/fix-view-container-null 7 years ago
minus 95d7d5f4ee Fix crash if view has no container 7 years ago
Jonathan Buch 426c33f4dc
Reenable popup-handling for determining focus 7 years ago
Jonathan Buch 7e978d7a4c
Use "raycasting" for determining focus for floating windows 7 years ago
Jonathan Buch 7727d54faf
Fix focusing topmost floating windows 7 years ago
Drew DeVault 06c214a800
Merge pull request from RyanDwyer/csd-border 7 years ago
Brian Ashworth bb25194844 Handle border options for gaps 7 years ago
Brian Ashworth 742d1764a6 Fix smart gaps 7 years ago
Drew DeVault f1dbdce0b2
Merge pull request from RyanDwyer/overhaul-gaps 7 years ago
Drew DeVault e518c5dbaf
Merge pull request from RedSoxFan/move-sticky-on-evac 7 years ago
Arkadiusz Hiler 1e70f7b19e Turn funcs() into funcs(void) 7 years ago
Ryan Dwyer 24bcb507ec Fix hotplugging down to zero outputs 7 years ago
Brian Ashworth 8f09ba7885 Move sticky containers in output_evacuate 7 years ago
Ryan Dwyer 415a48ac63 Make gaps implementation consistent with i3-gaps 7 years ago
Ryan Dwyer 56e9f31b2f Check for NULL output in workspace_valid_on_output 7 years ago
Ryan Dwyer 138d10d5d6 Rename workspace_outputs to workspace_configs and fix memory leak 7 years ago
Ryan Dwyer 22412f57b0 Fix floating views in tabbed/stacked workspaces not getting frame events 7 years ago
Ryan Dwyer 21ff87d72b Improve CSD logic 7 years ago
Ryan Dwyer 6d0442c0c2 Rename view_set_csd_from_client to view_update_csd_from_client 7 years ago
Ryan Dwyer 7b138e5ef0 Add CSD to border modes 7 years ago
Ryan Dwyer 4e4898e90f Fix race condition crash when view unmaps + maps quickly 7 years ago
Ryan Dwyer b1a0e95e8e Fix crash when disconnecting output 7 years ago
emersion 4bc327a021
Merge pull request from RyanDwyer/fix-sticky-jumping-on-switch 7 years ago
emersion 1af4d314d1
Merge pull request from RyanDwyer/tab-scrolling 7 years ago
Ryan Dwyer 64445f4214 Prevent sticky containers from jumping on workspace switch 7 years ago
Drew DeVault 68395f34f6
Merge pull request from RyanDwyer/exec-commands-without-focus 7 years ago
Ryan Dwyer cb66bbea42 Allow running commands on containers without focusing them 7 years ago
Ian Fan d101f3d357 commands: remove obselete code for sticky windows when switching workspace 7 years ago
Geoff Greer c495164f60 swaybar, swaylock, & tree/container: Set cairo font options to render text and lines with subpixel hinting (if available). 7 years ago
emersion eae42606e2
Merge pull request from RyanDwyer/fix-scratchpad-iteration 7 years ago
Ryan Dwyer 10ef118e09 Fix pango escaping and refactor escape_markup_text 7 years ago
Ryan Dwyer bf5933c501 Implement tab cycling using mouse wheel 7 years ago
emersion 82f1393cbb swaybar: handle hotplugging 7 years ago
Ian Fan 81f3fda6fa ipc: add pid information for views in layout tree 7 years ago
Ryan Dwyer c6ff1f67f1 Fix double iteration of scratchpad containers 7 years ago
Ryan Dwyer f6e218a643 Rename seat_get_active_child to seat_get_active_tiling_child 7 years ago
Ryan Dwyer 09733e233f Fix crash when unmapping last child of a tabbed workspace 7 years ago
Ian Fan 34dbbb1314 ipc: handle NULL cases for node_get_output 7 years ago
Ian Fan 25ba80057d Remove redundant container creation in view initialization 7 years ago
Drew DeVault d8a96c9e4d
Merge pull request from emersion/fix-unmap-segfault 7 years ago
Ryan Dwyer 679c7eb08c Minor fixes to tiling drag implementation 7 years ago
emersion 8b263429cf Don't use handler_context in view_unmap 7 years ago
Ryan Dwyer df95c61044 Fix crash in workspace_wrap_children 7 years ago
Ryan Dwyer 8bb40c24c7 Implement tiling drag 7 years ago
William Wold 097ed03647 Minor fix 7 years ago
William Wold 22c5dd8a02 Minor fix 7 years ago
William Wold 9a08019267 Prevent stacked layout from crashing 7 years ago
William Wold e787a1581c Give windows pointer focus immediately when they are switched to 7 years ago
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