aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2015-08-29Made scratchpad handling identical to i3Luminarys
2015-08-29#151 fixtaiyu
2015-08-29Merge pull request #150 from Luminarys/masterDrew DeVault
Added in Scratchpad
2015-08-28#149 change focus before pointer_modetaiyu
2015-08-28#149 fix, reorder floating windows on click.taiyu
2015-08-28#148 fix, choose non-floating view for inserting containertaiyu
2015-08-29Fixed move scratchpad and added in scratchpad showLuminarys
2015-08-28Added in scratchpad addingLuminarys
2015-08-28move v3taiyu
2015-08-28default floating_modtaiyu
2015-08-28styletaiyu
2015-08-28fix issue #140, dont set pointer mode if no floating_modtaiyu
2015-08-28styletaiyu
2015-08-28layout fix for a certain casetaiyu
2015-08-28dont move floating contaienrstaiyu
2015-08-28move function redonetaiyu
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-27dont swap floating containerstaiyu
2015-08-26move workspace from dead output to other outputtaiyu
2015-08-26Added in better versioning infoLuminarys
2015-08-26slight fixtaiyu
2015-08-26fixed move_container bug, log prints before abortingtaiyu
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-27converted IPC to use json-cminus
get_workspaces and get_outputs
2015-08-26added json-c lib and implemented IPC get_versionminus
2015-08-26some function documentation, fixed gaps on config reloadtaiyu
2015-08-26move_container_to fixuptaiyu
2015-08-26Merge pull request #135 from Luminarys/masterDrew DeVault
Added in build version based on git hash
2015-08-26Do not pass modifiers when getting keysyms from wlcDrew DeVault
Fixes #124 Keyboard handling can likely be simplified after this change.
2015-08-25Added in build version based on git hashLuminarys
2015-08-25longopt minor fixtaiyu
2015-08-25Merge pull request #133 from minus7/wlc-keyboard-fixDrew DeVault
fixed keyboard handling
2015-08-25fixed keyboard handlingminus
handle_key does not get the keysym from wlc anymore
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu
2015-08-25Merge pull request #131 from nicklaswj/masterDrew DeVault
Focus floating window, if any, when the last tiling window has been closed
2015-08-25code style clean upNicklas Warming Jacobsen
2015-08-25fixed moving to other output and visibilityminus
2015-08-25removed stupid test codeNicklas Warming Jacobsen
2015-08-25Focus floating window, if any, when the last tiling has been closedNicklas Warming Jacobsen
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-25added missing util.h/c stuffminus
2015-08-25changed workspace_{outout_,}{next,prev} to return workspaceminus
so it can be reused for "move container to workspace next"
2015-08-25added "move container to workspace"minus
makes the previous commit actually testable
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-25refactored workspace_next/prevminus