aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2017-04-16Add validate_ipc_target()Jerzi Kaminsky
2017-04-16Move get_feature_policy to sway/security.cJerzi Kaminsky
2017-04-16Rename get_policy to get_feature_policyJerzi Kaminsky
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky
2017-04-14Fix style in sway-bar(5) manpageJerzi Kaminsky
2017-04-14Remain compat with libinput < 1.7.0Jerzi Kaminsky
2017-04-12Implement more thourough nvidia config checkDrew DeVault
2017-04-12Downgrade nvidia proprietary driver warningDrew DeVault
2017-04-10Merge branch 'master' into pretty-print-swaymsgDrew DeVault
2017-04-08Merge pull request #1150 from JerziKaminsky/cmake_find_libcapDrew DeVault
2017-04-07Add `-t get_marks` and use more i3-like marksCalvin Lee
2017-04-08Removed explicitly setting file descriptors to -1Scott Anderson
2017-04-07Fix dangling file descriptors (fixes #1152)Drew DeVault
2017-04-07Add libcap check to CMakeJerziKaminsky
2017-04-07Added designated initaliser, to prevent any possible problem withScott Anderson
2017-04-07Changed regular expressions to use PCRE for i3 compatibilityScott Anderson
2017-04-05Improve criteria handlingCalvin Lee
2017-04-03Impliment i3-style marksCalvin Lee
2017-04-03Update man pageDrew DeVault
2017-04-03Add pretty printing to swaymsgDrew DeVault
2017-03-19Prevent "move next" and "move prev" commands from crashingJarkko Oranen
2017-03-19The default layout of a workspace should follow the outputJarkko Oranen
2017-03-18prevent fullscreen focus thieveryZandr Martin
2017-03-18remove unnecessary todo itemZandr Martin
2017-03-18Fix off-by-one error when checking workspace_layout argumentsJarkko Oranen
2017-03-16Allow also 444 for security file modeJaanus Torp
2017-03-13Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesZandr Martin
2017-03-13Fix trivial typo in sway.5.txt (right_ -> _right_)John Chen
2017-03-10UnGNUify the codebaseDrew DeVault
2017-03-10Further indentation correctionsDrew DeVault
2017-03-09deprecate new_window and new_float commandsZandr Martin
2017-03-08fix workspace output assignmentZandr Martin
2017-03-01Fix #1099: Allow spaces in worspace namesCalvin Lee
2017-03-01Clarify move documentation for floating containersCalvin Lee
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee
2017-02-23Move env logging to earlier than wlc_initDrew DeVault
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault
2017-02-20Add * policies and fix bugDrew DeVault
2017-02-20Enforce new IPC policiesDrew DeVault
2017-02-20Add initial support code for new IPC securityDrew DeVault
2017-02-19Revise IPC security configurationDrew DeVault
2017-02-14use absolute view geometry to calculate positionZandr Martin
2017-02-06xdg-positioner: log window placementMykyta Holubakha
2017-02-06Handle xdg-positioner stuffMykyta Holubakha
2017-01-19Merge pull request #1055 from Hummer12007/positionerDrew DeVault
2017-01-19Properly place windows with xdg-positionerMykyta Holubakha
2017-01-18Merge pull request #1053 from Hummer12007/__focused__Drew DeVault
2017-01-19Support __focused__ as a valid criterionMykyta Holubakha
2017-01-19Display instance (if present) in nested layoutsMykyta Holubakha
2017-01-19Add window instance supportMykyta Holubakha