aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge pull request #1211 from wdbw/missing-send-event0.13.0Drew DeVault1-1/+1
2017-05-01Merge pull request #1204 from zandrmartin/prevent-layout-auto-crashDrew DeVault1-0/+4
2017-05-01Set child border to background if not specifiedDrew DeVault1-0/+4
2017-05-01Merge pull request #1201 from SirCmpwn/fix-colorsDrew DeVault2-12/+12
2017-05-01Merge pull request #1194 from snoack/versionDrew DeVault2-38/+9
2017-05-01Merge pull request #1187 from 4e554c4c/masterDrew DeVault1-1/+1
2017-05-01Merge pull request #1183 from sleep-walker/masterDrew DeVault1-2/+2
2017-04-18Merge pull request #1181 from wasamasa/bugfix-initial-scratchpad-size0.13-rc1Drew DeVault1-2/+2
2017-04-18Merge pull request #1178 from 4e554c4c/forkDrew DeVault1-2/+32
2017-04-18Use i3's dimensions for initial scratchpad viewsVasilij Schneidermann1-2/+2
2017-04-18Prevent sway from duplicating on a failed forkCalvin Lee1-2/+32
2017-04-18Implement and document `move [to] scratchpad`Vasilij Schneidermann2-1/+4
2017-04-16Handle symlinks as IPC security targetsJerzi Kaminsky2-4/+45
2017-04-16Add validate_ipc_target()Jerzi Kaminsky1-0/+46
2017-04-16Move get_feature_policy to sway/security.cJerzi Kaminsky2-19/+20
2017-04-16Rename get_policy to get_feature_policyJerzi Kaminsky1-3/+3
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky5-14/+14
2017-04-14Fix style in sway-bar(5) manpageJerzi Kaminsky1-4/+4
2017-04-14Remain compat with libinput < 1.7.0Jerzi Kaminsky1-1/+3
2017-04-12Implement more thourough nvidia config checkDrew DeVault1-4/+35
2017-04-12Downgrade nvidia proprietary driver warningDrew DeVault2-5/+1
2017-04-10Merge branch 'master' into pretty-print-swaymsgDrew DeVault21-84/+351
2017-04-08Merge pull request #1150 from JerziKaminsky/cmake_find_libcapDrew DeVault1-1/+1
2017-04-07Add `-t get_marks` and use more i3-like marksCalvin Lee2-0/+37
2017-04-08Removed explicitly setting file descriptors to -1Scott Anderson1-3/+0
2017-04-07Fix dangling file descriptors (fixes #1152)Drew DeVault1-1/+4
2017-04-07Add libcap check to CMakeJerziKaminsky1-1/+1
2017-04-07Added designated initaliser, to prevent any possible problem withScott Anderson1-12/+11
2017-04-07Changed regular expressions to use PCRE for i3 compatibilityScott Anderson1-23/+17
2017-04-05Improve criteria handlingCalvin Lee14-53/+110
2017-04-03Impliment i3-style marksCalvin Lee9-0/+180
2017-04-03Update man pageDrew DeVault1-2/+2
2017-04-03Add pretty printing to swaymsgDrew DeVault2-10/+63
2017-03-19Prevent "move next" and "move prev" commands from crashingJarkko Oranen1-1/+1
2017-03-19The default layout of a workspace should follow the outputJarkko Oranen1-1/+1
2017-03-18prevent fullscreen focus thieveryZandr Martin1-2/+5
2017-03-18remove unnecessary todo itemZandr Martin1-5/+1
2017-03-18Fix off-by-one error when checking workspace_layout argumentsJarkko Oranen1-4/+4
2017-03-16Allow also 444 for security file modeJaanus Torp2-3/+3
2017-03-13Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesZandr Martin68-16/+101
2017-03-13Fix trivial typo in sway.5.txt (right_ -> _right_)John Chen1-1/+1
2017-03-10UnGNUify the codebaseDrew DeVault67-11/+96
2017-03-10Further indentation correctionsDrew DeVault2-4/+4
2017-03-09deprecate new_window and new_float commandsZandr Martin6-86/+109
2017-03-08fix workspace output assignmentZandr Martin1-1/+1
2017-03-01Fix #1099: Allow spaces in worspace namesCalvin Lee2-30/+43
2017-03-01Clarify move documentation for floating containersCalvin Lee1-2/+3
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee3-15/+49
2017-02-23Move env logging to earlier than wlc_initDrew DeVault1-3/+3
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault7-42/+70