summaryrefslogtreecommitdiff
path: root/include/container.h
AgeCommit message (Collapse)AuthorLines
2016-04-25Remove unused functionMikkel Oscar Lyderik-5/+0
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik-2/+17
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik-0/+1
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik-0/+6
Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace.
2016-03-30Implement bordersMikkel Oscar Lyderik-8/+9
The borders are implemented as a surface/buffer attached to each view which is sent to and rendered by wlc in the view_pre_render callback. All the drawing logic is handled in sway/border.c and all the logic for calculating the geometry of the border/view is handled in `update_geometry` in sway/layout.c (same place as gaps are calculated).
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik-4/+4
2016-03-30Implement some more on bordersDrew DeVault-0/+15
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
2016-02-27Make sway spawn only one bar per bar configMikkel Oscar Lyderik-3/+1
2015-12-29Handle SIGTERM sent to swayMikkel Oscar Lyderik-0/+5
This makes sway handle and gracefully shut down everything when receiving a SIGTERM. Fix #416
2015-12-18Reload swaybar/swaybg on config reload.Mikkel Oscar Lyderik-0/+6
This works by tracking the pids of the child processes in the related output container and terminating the processes and spawning new ones on a config reload. Should solve: #347
2015-12-16Bring unmanaged windows to front on output arrangeDrew DeVault-0/+4
Fixes #312
2015-12-13Track the fullscreen view on a workspace swayc_tDrew DeVault-0/+4
2015-11-27workspace: Learn sticky.S. Christoffer Eliesen-0/+1
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
2015-11-24container: Store app_id attribute for views.S. Christoffer Eliesen-0/+1
2015-11-24container: Store class attribute for views.S. Christoffer Eliesen-0/+2
2015-11-16output: Support multiple adjacent outputs.S. Christoffer Eliesen-1/+1
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-08Add some documentation commentsDrew DeVault-38/+156
This is mostly setting a precedent, I hope that others will continue to write docs for more headers. Ref #218
2015-10-29container.h: Remove unused.S. Christoffer Eliesen-2/+0
2015-10-29container: Move container_under_pointer here from handlers.S. Christoffer Eliesen-0/+4
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault-94/+45
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12visible valuestaiyu-2/+2
2015-09-12new_workspace null behavior + testmap functions + regextaiyu-45/+94
2015-09-05gap resizetaiyu-1/+3
2015-09-04default gap valuetaiyu-0/+2
2015-08-27update visibility + container info functionstaiyu-0/+4
2015-08-27use previous outputstaiyu-0/+1
2015-08-26move_container_to fixuptaiyu-1/+1
2015-08-25changed view visibility to be boolminus-3/+2
view_visibility enum remains with one constant that is the mask to wlc's view masking
2015-08-25refactored view visibilityminus-0/+8
- 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-0/+5
2015-08-21bugfixes, renamestaiyu-2/+11
2015-08-21Merge pull request #105 from Half-Shot/masterDrew DeVault-0/+2
Basic 'move' functionality.
2015-08-21Merge pull request #101 from Luminarys/masterDrew DeVault-2/+2
Added in basic resizing command.
2015-08-20Rewrite of resize command to make it more saneLuminarys-2/+2
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swayHalf-Shot-4/+16
2015-08-20Basic left right move command implemented.Half-Shot-0/+2
2015-08-20find_parent_by_typetaiyu-0/+11
2015-08-20styletaiyu-2/+2
2015-08-20setup for resizable windows, drop weighttaiyu-2/+0
2015-08-18header updateLuminarys-0/+1
2015-08-18Add support for gaps optionKoffeinFlummi-0/+2
2015-08-18Coding style enforcementDrew DeVault-11/+6
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18changed handling of focus, handling of view by typetaiyu-0/+2
2015-08-17Style and other minor fixesLuminarys-4/+4
2015-08-17Fixes to floating and umanaged viewsLuminarys-0/+5
2015-08-17Added in basic floating togglingLuminarys-0/+5
2015-08-16fixtaiyu-0/+3
2015-08-16Move headers to include/Drew DeVault-0/+71