aboutsummaryrefslogtreecommitdiff
path: root/sway/container.c
AgeCommit message (Collapse)Author
2015-10-29input_state: Remove mouse_origin (x&y). Query wlc instead.S. Christoffer Eliesen
2015-10-29container: Move container_under_pointer here from handlers.S. Christoffer Eliesen
2015-10-21config: Apply output config also during config reload.S. Christoffer Eliesen
2015-10-21commands,container: Tweak debug output to better reflect reality.S. Christoffer Eliesen
2015-09-18merge + no c_extensionstaiyu
2015-09-18minor fixtaiyu
2015-09-18Fix warnings introduced by prior commitDrew DeVault
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12new_workspace null behavior + testmap functions + regextaiyu
2015-09-05gap resizetaiyu
2015-09-04default gap valuetaiyu
2015-08-31properly remove children in loopstaiyu
2015-08-27forgot visibility of floating containerstaiyu
2015-08-27update visibility + container info functionstaiyu
2015-08-27proper visibility updatetaiyu
2015-08-27use previous outputstaiyu
2015-08-27Added in default_orientation handlingLuminarys
2015-08-27update visibility for moved workspacestaiyu
2015-08-26move workspace from dead output to other outputtaiyu
2015-08-26slight fixtaiyu
2015-08-27fixed container_mapminus
applies to the passed in container now as well. fixes workspaces staying always marked visible. also set workspaces to not visible by default; happens when you move a container to a new workspace that thus is not visible
2015-08-26some function documentation, fixed gaps on config reloadtaiyu
2015-08-26move_container_to fixuptaiyu
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu
2015-08-25fixed moving to other output and visibilityminus
2015-08-25changed view visibility to be boolminus
view_visibility enum remains with one constant that is the mask to wlc's view masking
2015-08-25refactored view visibilityminus
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
2015-08-24add limit to swayc_in_directiontaiyu
2015-08-23Added in glitchy disablingLuminarys
2015-08-23Added in glitchy disablingLuminarys
2015-08-22fixed vanishing floating viewtaiyu
2015-08-22Implement output positioningDrew DeVault
:tada:
2015-08-22Set x/y positions for output containersDrew DeVault
2015-08-22WhoopsDrew DeVault
Regards to @Cloudef
2015-08-22Implement output configuration through configDrew DeVault
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-21styletaiyu
2015-08-21comments + fixed leaktaiyu
2015-08-21bugfixes, renamestaiyu
2015-08-20find_parent_by_typetaiyu
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu
merging
2015-08-20Merge pull request #97 from taiyu-len/masterDrew DeVault
setup for resizable windows, drop weight
2015-08-20styletaiyu
2015-08-20small fix, default width/height 0taiyu
2015-08-20setup for resizable windows, drop weighttaiyu
2015-08-20Change gap behaviour to more closely match i3-gapsKoffeinFlummi
Previously, when only using inner gaps, the gap between a window at the edge of the output was only half the size of the gaps between views. Additionally, the gaps between the actual windows was twice as wide as it was on i3-gaps.
2015-08-19Fix error with workspace/output name matchingDrew DeVault
2015-08-19fixed default active_workspace, and more use of set_focused_container_for(...)taiyu
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-18fixed floating_modifier related thingstaiyu
2015-08-18Removed debugging, added in proper gap resets for config reloadsLuminarys