aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2016-08-02fixed uninitialized bar.wrap_scrollminus
2016-08-02remove unmanaged nodes from get_treeZandr Martin
2016-08-02Fix segfault in border.cDrew DeVault
2016-08-01bugfix: focus container on output when focusedTony Crisci
2016-08-01Remove dead global locked_view_focusTony Crisci
2016-08-01Merge pull request #811 from acrisci/feature/focus-containerDrew DeVault
2016-07-31cache floating container size when fullscreeningZandr Martin
2016-07-31Update view border when workspace is focusedTony Crisci
2016-07-31Bugfix: descend focus stack on new window focusTony Crisci
2016-07-31Refactor functions to update container bordersTony Crisci
2016-07-31Implement focus handling for containersTony Crisci
2016-07-31document `kill` commandZandr Martin
2016-07-31Update container geometry on layout switchD.B
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-07-30Merge branch 'master' of git://github.com/SirCmpwn/sway into x11-pidsZandr Martin
2016-07-30revert border hiding to more recent versionD.B
2016-07-30properly hide top border inside tabbed/stackedD.B
2016-07-29remove outdated (when wlc commit merged) commentZandr Martin
2016-07-29update handler to get pid from wlc for all viewsZandr Martin
2016-07-29Fix swaybg sizing on hidpi outputsDrew DeVault
2016-07-29Document scale factor configuration in sway(5)Drew DeVault
2016-07-29Merge remote-tracking branch 'origin/hidpi'Drew DeVault
2016-07-28third try for #678Zandr Martin
2016-07-28Update IPC JSON responses for HiDPI setupsDrew DeVault
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-28Initialize client's subscribed eventsMykyta Holubakha
2016-07-28Merge pull request #793 from thejan2009/workspace_layout_first_window_fixDrew DeVault
2016-07-28Merge pull request #791 from acrisci/feature/focus-childDrew DeVault
2016-07-28Merge pull request #792 from acrisci/feature/render-focused-stack-children-fo...Drew DeVault
2016-07-28Close all focused container's child views on killD.B
2016-07-28bugfix: windows on empty workspaces with layout tabbed/stacked would spawn wi...D.B
2016-07-27Render focused stack/tab children focusedTony Crisci
2016-07-27Implement `focus child` commandTony Crisci
2016-07-27bugfix: set focus to workspace of an outputTony Crisci
2016-07-27bugfix: cmd focus parent don't set focus above wsTony Crisci
2016-07-23Put ipc command result json in an arrayTony Crisci
2016-07-23don't passthrough a floating_scroll event to focused windowD.B
2016-07-23Merge pull request #779 from thejan2009/smart-gaps-outerDrew DeVault
2016-07-22properly hide bottom and right bordersD.B
2016-07-21fix regression in hide_edge_bordersZandr Martin
2016-07-21outer gap 0 with smart_gaps onD.B
2016-07-21rename ws to workspace for clarityD.B
2016-07-21calculate borders for hiding from workspace geometryD.B
2016-07-21Arrange backgrounds only when requiredMykyta Holubakha
2016-07-21Handle transient_forMykyta Holubakha
2016-07-21Unite describe_view and describe_windowMykyta Holubakha
2016-07-21Fix dispatching and assigning eventsMykyta Holubakha
2016-07-21More progress on window eventsMykyta Holubakha
2016-07-21Initial work on window eventsMykyta Holubakha