Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-20 | extensions: Track panels by wl_resource, position per panel. | S. Christoffer Eliesen | |
Track each panel separately via its wl_resource. `set_panel_position` might be called before `set_panel`, so reuse panel config. Place the position in panel_config so that each panel has its own position. | |||
2015-12-18 | layout: arrange_windows: Partially fix swaybar irregularties. | S. Christoffer Eliesen | |
2015-12-18 | layout: arrange_windows: Fix/better debug output. | S. Christoffer Eliesen | |
2015-12-18 | layout: Keep output at the correct size, workspace can be smaller. | S. Christoffer Eliesen | |
If the output is not at the correct size then that info must be queried from wlc. The output size is used by e.g. seamless mouse to detect output edges. With this patch the output size is now correct and the workspace size is adjusted according to any panels. Without this patch seamless mouse would fail to detect outputs above/below each other if there was a panel in between because the output would offically end where the panel started, not at the actual screen edge. | |||
2015-12-16 | Bring unmanaged windows to front on output arrange | Drew DeVault | |
Fixes #312 | |||
2015-12-13 | Don't reset x,y position before use. | Mikkel Oscar Lyderik | |
The x and y position is calculated based on the position of the bar, we don't want to reset these values when we need them. | |||
2015-12-13 | Correctly handle moving between fullscreen views | Drew DeVault | |
If focus would move in an output with a fullscreen view, it always leaves the output. If focus would enter an output with a fullscreen view, it always focuses the fullscreened view. | |||
2015-12-13 | Fullscreen on top of bar | Drew DeVault | |
2015-11-29 | Fix output adjustment for panels | Drew DeVault | |
2015-11-29 | Support desktop shell panels in compositor | Drew DeVault | |
2015-11-24 | layout: get_swayc_in_direction_under: Handle floating views. | S. Christoffer Eliesen | |
2015-11-24 | layout: swap_container: Handle floating views. | S. Christoffer Eliesen | |
2015-11-24 | layout: replace_child: Handle floating views. | S. Christoffer Eliesen | |
2015-11-24 | layout: add_sibling: Handle floating views properly. | S. Christoffer Eliesen | |
This should fix #241. | |||
2015-11-16 | output: Support multiple adjacent outputs. | S. Christoffer Eliesen | |
When querying for an adjacent output we now need an absolute position in order to know which adjacent output that matches. (The position is either the current mouse position or the center of the currently focused container, depending on context.) If two outputs have one edge each that at least partially align with each other they now count as adjacent. Seamless mouse is affected by this and now properly moves and positions itself between outputs with "uneven" placement (as long as they have at least some part of the edge adjacent to each other). When focusing or moving a container in a specified direction the center of the current focused container decides where to look for an adjacent output. So if e.g. an output has two adjacent outputs to the right and a "focus right" command is issued then it's the placement of the currently focused container that decides which output actually gets focused. Also, if an output has at least one output adjacent in some direction but the entire edge is not covered (ie. it has "holes" with no outputs), then the algorithm will choose the output that is closest to the currently focused container (this does not apply to seamless mouse, the pointer will just stop at the edge in that case). | |||
2015-11-12 | Fix gaps for views being incorrect | Drew DeVault | |
2015-11-04 | Learn "gaps edge_gaps <on|off|toggle>". | S. Christoffer Eliesen | |
When yes, the old behaviour of adding half the inner gap around each view is used. When no, don't add any gap when an edge of the view aligns with the workspace. The result is inner gap only between views, not against the workspace edge. The algorithm is not perfect because it means the extra space is distributed amongst edge-aligned views only, but it's simple, looks good and it works. | |||
2015-11-03 | commands: Learn 'move workspace to output <direction|name>'. | S. Christoffer Eliesen | |
2015-10-29 | layout: get_swayc_in_direction: Properly find adjacent outputs. | S. Christoffer Eliesen | |
2015-10-28 | layout: Don't reset container size if it's a floating window. | S. Christoffer Eliesen | |
2015-10-25 | log: Add swayc_log, use at a few key places. | S. Christoffer Eliesen | |
swayc_log works just like sway_log, but appends type and name from given container to the log output. | |||
2015-09-22 | Merge branch 'master' of https://github.com/taiyu-len/sway | taiyu | |
merge | |||
2015-09-22 | #184 | taiyu | |
2015-09-18 | container_move check | taiyu | |
2015-09-07 | prevent views from disappearing | taiyu | |
2015-09-04 | default gap value | taiyu | |
2015-08-29 | #151 fix | taiyu | |
2015-08-29 | Fixed move scratchpad and added in scratchpad show | Luminarys | |
2015-08-28 | Added in scratchpad adding | Luminarys | |
2015-08-28 | move v3 | taiyu | |
2015-08-28 | style | taiyu | |
2015-08-28 | layout fix for a certain case | taiyu | |
2015-08-28 | dont move floating contaienrs | taiyu | |
2015-08-28 | move function redone | taiyu | |
2015-08-27 | update visibility + container info functions | taiyu | |
2015-08-26 | slight fix | taiyu | |
2015-08-26 | fixed move_container bug, log prints before aborting | taiyu | |
2015-08-26 | some function documentation, fixed gaps on config reload | taiyu | |
2015-08-26 | move_container_to fixup | taiyu | |
2015-08-25 | fixed segfault on exit + a little fixup of that floatfocus pr | taiyu | |
2015-08-25 | added "move container to workspace" | minus | |
makes the previous commit actually testable | |||
2015-08-24 | add limit to swayc_in_direction | taiyu | |
2015-08-23 | merge | taiyu | |
2015-08-22 | fixed container resize oddity | taiyu | |
2015-08-22 | floating/tiling move + floating resize cleaned and fixed | taiyu | |
2015-08-22 | Fix minor bug with output positioning | Drew DeVault | |
2015-08-22 | Implement output positioning | Drew DeVault | |
:tada: | |||
2015-08-22 | Set x/y positions for output containers | Drew DeVault | |
2015-08-21 | Refactored resizing functions into resize.c | Luminarys | |
2015-08-21 | swayc_is_fullscreen | taiyu | |