aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2017-04-20Make sway_abort() report locationJerzi Kaminsky-1/+4
2017-04-16Add resolve_path() to utilsJerzi Kaminsky-0/+8
2017-04-16Move get_feature_policy to sway/security.cJerzi Kaminsky-0/+2
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky-3/+3
2017-04-16Fix location reported by sway_assertJerzi Kaminsky-2/+2
2017-04-16Fix variadic forwarding in sway_assertJerzi Kaminsky-0/+3
2017-04-10Merge branch 'master' into pretty-print-swaymsgDrew DeVault-0/+15
2017-04-05Improve criteria handlingCalvin Lee-0/+6
2017-04-03Impliment i3-style marksCalvin Lee-0/+9
2017-04-03Add pretty printing to swaymsgDrew DeVault-0/+1
2017-03-18wl_poitner -> wl_pointerZandr Martin-1/+1
2017-03-14Removed superfluous include, causing failures if WLC headers aren't installed...Sebastian Noack-1/+0
2017-03-13Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesZandr Martin-19/+19
2017-03-10Correct indentationDrew DeVault-19/+19
2017-03-09deprecate new_window and new_float commandsZandr Martin-1/+3
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee-1/+1
2017-02-22Merge branch 'master' into swaylock_colorsDrew DeVault-5/+18
2017-02-21Documentation and style fixes for swaylockCalvin Lee-0/+6
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee-21/+41
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault-0/+2
2017-02-20Add * policies and fix bugDrew DeVault-1/+6
2017-02-20Add initial support code for new IPC securityDrew DeVault-4/+10
2017-01-19Add window instance supportMykyta Holubakha-0/+1
2017-01-14Merge branch 'master' into masterwillakat-1/+3
2017-01-13Add output wrappingDaniel Kessler-0/+1
2017-01-12Implement hide_edge_borders smart (like in i3 4.13)Frantisek Fladung-1/+2
2017-01-07simplification of apply_auto_layoutwil-4/+5
2017-01-07Moved auto_* layout functions from resize.c to layout.cwil-0/+4
2017-01-01Merge branch 'master' of https://github.com/willakat/swaywil-0/+1
2017-01-01[fix] cleanups suggested by Sway communitywil-5/+3
2017-01-01changed "layout promote" command to "move first"wil-1/+2
2017-01-01Fix inline is_auto_layoutDrew DeVault-3/+2
2016-12-29Added "layout promote" command.wil-0/+2
2016-12-29cleanup in auto layoutswil-1/+4
2016-12-29introduce next/prev as a direction for focus/move commands.wil-2/+3
2016-12-29Added Awesome/Monad type "auto" layoutswil-0/+20
2016-12-17Change how security config is loaded0.11-rc3Drew DeVault-0/+5
2016-12-15Always log filename and line numberDrew DeVault-5/+0
2016-12-04fix layout switching (was broken because of workspace_layout)0.11-rc1D.B-1/+1
2016-12-04add workspace_layout to containerD.B-0/+7
2016-12-02Add ipc connection feature policy controlsDrew DeVault-0/+1
2016-12-02Enforce IPC security policyDrew DeVault-0/+17
2016-12-02Add IPC security policy command handlersDrew DeVault-0/+5
2016-12-02Add IPC policy to configDrew DeVault-4/+7
2016-12-02Enforce command policiesDrew DeVault-1/+3
2016-12-02Add support for command policies in config fileDrew DeVault-1/+10
2016-12-01Implement permit and reject commandsDrew DeVault-11/+6
2016-12-01Implement policy lookupsDrew DeVault-3/+11
2016-12-01Add config related code and initial headersDrew DeVault-3/+45
2016-11-02change bar colors from char[10] to *charD.B-29/+21