aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
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
2015-08-24Added in backtrace printingLuminarys
2015-08-24add limit to swayc_in_directiontaiyu
2015-08-23Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu
merge
2015-08-23split_string memory leaks cleaneduptaiyu
2015-08-23Minor fixes to keyboard handlingDrew DeVault
2015-08-23mergetaiyu
2015-08-23Refactor keyboard to consider modified keysymsDrew DeVault
Press Shift Press 0 # Reads as ')' Release Shift Release 0 # Reads as '0' but we now recognize it as the same
2015-08-23Merge pull request #123 from Luminarys/masterDrew DeVault
Added in output disabling
2015-08-23Minor fixLuminarys
2015-08-23Cleanup and minor adjustments to disablingLuminarys
2015-08-23Prefix log events from wlc with [wlc]Drew DeVault
2015-08-23Added in glitchy disablingLuminarys
2015-08-23Added in glitchy disablingLuminarys
2015-08-23Do not log with colors unless stdout is a ttyDrew DeVault
2015-08-23Handle wlc log eventsDrew DeVault
2015-08-23styletaiyu
2015-08-22slight fixtaiyu
2015-08-22fixed container resize odditytaiyu
2015-08-22dont swap view with workspace...taiyu
2015-08-22small changetaiyu
2015-08-22no mode for fullscreentaiyu
2015-08-22mouse tile resize mode donetaiyu
2015-08-22fixed vanishing floating viewtaiyu
2015-08-22floating/tiling move + floating resize cleaned and fixedtaiyu
2015-08-22Fix minor bug with output positioningDrew DeVault
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-22Added in bspwm like view swappingLuminarys
2015-08-21Refactored resizing functions into resize.cLuminarys
2015-08-21Altered resize command to prevent resizing past min h/wLuminarys
2015-08-21More resize fixesLuminarys
2015-08-21Fixed resizingLuminarys