aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
AgeCommit message (Expand)Author
2018-12-09list.c: Remove list_foreachIan Fan
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-07gaps: remove duplicate inner gapsBrian Ashworth
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-31Move view border properties to container structRyan Dwyer
2018-10-25Fix re-tiling for floating containersMihai Coman
2018-10-23Fix crash when resizing container hidden in the scratchpadRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-03Reenable popup-handling for determining focusJonathan Buch
2018-10-03Use "raycasting" for determining focus for floating windowsJonathan Buch
2018-10-03Fix focusing topmost floating windowsJonathan Buch
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-10-01Fix smart gapsBrian Ashworth
2018-09-30Merge pull request #2726 from RyanDwyer/overhaul-gapsDrew DeVault
2018-09-30Merge pull request #2728 from RedSoxFan/move-sticky-on-evacDrew DeVault
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-28Move sticky containers in output_evacuateBrian Ashworth
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-27Improve CSD logicRyan Dwyer
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-26Fix race condition crash when view unmaps + maps quicklyRyan Dwyer
2018-09-25Fix crash when disconnecting outputRyan Dwyer
2018-09-23Merge pull request #2686 from RyanDwyer/tab-scrollingemersion
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer
2018-09-22Implement tab cycling using mouse wheelRyan Dwyer
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-16Fix crash when unmapping last child of a tabbed workspaceRyan Dwyer
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Fix crash in workspace_wrap_childrenRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-10Prevent stacked layout from crashingWilliam Wold
2018-09-10Give windows pointer focus immediately when they are switched toWilliam Wold
2018-09-08Align titles to baselineRyan Dwyer
2018-09-06Second attempt at restoring focus when closing a fullscreen viewRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix floating view moving to 0,0 when splittingRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-29Fix crash when reaping a workspaceRyan Dwyer
2018-08-28Fix gaps issuesRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-27Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfacesDrew DeVault
2018-08-26ipc: clean-up container_create_notify functionIan Fan
2018-08-26ipc: emit window close event earlier, before destroyingIan Fan