aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
Commit message (Collapse)AuthorAge
* Handle SIGTERM sent to swayLibravatar Mikkel Oscar Lyderik2015-12-29
| | | | | | | This makes sway handle and gracefully shut down everything when receiving a SIGTERM. Fix #416
* Reload swaybar/swaybg on config reload.Libravatar Mikkel Oscar Lyderik2015-12-18
| | | | | | | | 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
* Bring unmanaged windows to front on output arrangeLibravatar Drew DeVault2015-12-16
| | | | Fixes #312
* Track the fullscreen view on a workspace swayc_tLibravatar Drew DeVault2015-12-13
|
* workspace: Learn sticky.Libravatar S. Christoffer Eliesen2015-11-27
| | | | | A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes.
* container: Store app_id attribute for views.Libravatar S. Christoffer Eliesen2015-11-24
|
* container: Store class attribute for views.Libravatar S. Christoffer Eliesen2015-11-24
|
* output: Support multiple adjacent outputs.Libravatar S. Christoffer Eliesen2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* Add some documentation commentsLibravatar Drew DeVault2015-11-08
| | | | | | | This is mostly setting a precedent, I hope that others will continue to write docs for more headers. Ref #218
* container.h: Remove unused.Libravatar S. Christoffer Eliesen2015-10-29
|
* container: Move container_under_pointer here from handlers.Libravatar S. Christoffer Eliesen2015-10-29
|
* Revert "new_workspace null behavior + testmap functions + regex"Libravatar Drew DeVault2015-09-13
| | | | | | | | This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
* visible valuesLibravatar taiyu2015-09-12
|
* new_workspace null behavior + testmap functions + regexLibravatar taiyu2015-09-12
|
* gap resizeLibravatar taiyu2015-09-05
|
* default gap valueLibravatar taiyu2015-09-04
|
* update visibility + container info functionsLibravatar taiyu2015-08-27
|
* use previous outputsLibravatar taiyu2015-08-27
|
* move_container_to fixupLibravatar taiyu2015-08-26
|
* changed view visibility to be boolLibravatar minus2015-08-25
| | | | view_visibility enum remains with one constant that is the mask to wlc's view masking
* refactored view visibilityLibravatar minus2015-08-25
| | | | | | - 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)
* add limit to swayc_in_directionLibravatar taiyu2015-08-24
|
* bugfixes, renamesLibravatar taiyu2015-08-21
|
* Merge pull request #105 from Half-Shot/masterLibravatar Drew DeVault2015-08-21
|\ | | | | Basic 'move' functionality.
| * Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar Half-Shot2015-08-20
| |\
| * | Basic left right move command implemented.Libravatar Half-Shot2015-08-20
| | |
* | | Merge pull request #101 from Luminarys/masterLibravatar Drew DeVault2015-08-21
|\ \ \ | |_|/ |/| | Added in basic resizing command.
| * | Rewrite of resize command to make it more saneLibravatar Luminarys2015-08-20
| | |
* | | find_parent_by_typeLibravatar taiyu2015-08-20
|/ /
* | styleLibravatar taiyu2015-08-20
| |
* | setup for resizable windows, drop weightLibravatar taiyu2015-08-20
| |
* | header updateLibravatar Luminarys2015-08-18
| |
* | Add support for gaps optionLibravatar KoffeinFlummi2015-08-18
|/
* Coding style enforcementLibravatar Drew DeVault2015-08-18
| | | | | This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
* changed handling of focus, handling of view by typeLibravatar taiyu2015-08-18
|
* Style and other minor fixesLibravatar Luminarys2015-08-17
|
* Fixes to floating and umanaged viewsLibravatar Luminarys2015-08-17
|
* Added in basic floating togglingLibravatar Luminarys2015-08-17
|
* fixLibravatar taiyu2015-08-16
|
* Move headers to include/Libravatar Drew DeVault2015-08-16