Age | Commit message (Expand) | Author |
2017-04-16 | Disambiguate get_*_policy() and get_*_policy_mask() | Jerzi Kaminsky |
2017-04-14 | Fix style in sway-bar(5) manpage | Jerzi Kaminsky |
2017-04-14 | Remain compat with libinput < 1.7.0 | Jerzi Kaminsky |
2017-04-12 | Implement more thourough nvidia config check | Drew DeVault |
2017-04-12 | Downgrade nvidia proprietary driver warning | Drew DeVault |
2017-04-10 | Merge branch 'master' into pretty-print-swaymsg | Drew DeVault |
2017-04-08 | Merge pull request #1150 from JerziKaminsky/cmake_find_libcap | Drew DeVault |
2017-04-07 | Add `-t get_marks` and use more i3-like marks | Calvin Lee |
2017-04-08 | Removed explicitly setting file descriptors to -1 | Scott Anderson |
2017-04-07 | Fix dangling file descriptors (fixes #1152) | Drew DeVault |
2017-04-07 | Add libcap check to CMake | JerziKaminsky |
2017-04-07 | Added designated initaliser, to prevent any possible problem with | Scott Anderson |
2017-04-07 | Changed regular expressions to use PCRE for i3 compatibility | Scott Anderson |
2017-04-05 | Improve criteria handling | Calvin Lee |
2017-04-03 | Impliment i3-style marks | Calvin Lee |
2017-04-03 | Update man page | Drew DeVault |
2017-04-03 | Add pretty printing to swaymsg | Drew DeVault |
2017-03-19 | Prevent "move next" and "move prev" commands from crashing | Jarkko Oranen |
2017-03-19 | The default layout of a workspace should follow the output | Jarkko Oranen |
2017-03-18 | prevent fullscreen focus thievery | Zandr Martin |
2017-03-18 | remove unnecessary todo item | Zandr Martin |
2017-03-18 | Fix off-by-one error when checking workspace_layout arguments | Jarkko Oranen |
2017-03-16 | Allow also 444 for security file mode | Jaanus Torp |
2017-03-13 | Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases | Zandr Martin |
2017-03-13 | Fix trivial typo in sway.5.txt (right_ -> _right_) | John Chen |
2017-03-10 | UnGNUify the codebase | Drew DeVault |
2017-03-10 | Further indentation corrections | Drew DeVault |
2017-03-09 | deprecate new_window and new_float commands | Zandr Martin |
2017-03-08 | fix workspace output assignment | Zandr Martin |
2017-03-01 | Fix #1099: Allow spaces in worspace names | Calvin Lee |
2017-03-01 | Clarify move documentation for floating containers | Calvin Lee |
2017-03-01 | i3 feature support: Moving flotaing containers | Calvin Lee |
2017-02-23 | Move env logging to earlier than wlc_init | Drew DeVault |
2017-02-20 | Read configs from /etc/sway/security.d/* | Drew DeVault |
2017-02-20 | Add * policies and fix bug | Drew DeVault |
2017-02-20 | Enforce new IPC policies | Drew DeVault |
2017-02-20 | Add initial support code for new IPC security | Drew DeVault |
2017-02-19 | Revise IPC security configuration | Drew DeVault |
2017-02-14 | use absolute view geometry to calculate position | Zandr Martin |
2017-02-06 | xdg-positioner: log window placement | Mykyta Holubakha |
2017-02-06 | Handle xdg-positioner stuff | Mykyta Holubakha |
2017-01-19 | Merge pull request #1055 from Hummer12007/positioner | Drew DeVault |
2017-01-19 | Properly place windows with xdg-positioner | Mykyta Holubakha |
2017-01-18 | Merge pull request #1053 from Hummer12007/__focused__ | Drew DeVault |
2017-01-19 | Support __focused__ as a valid criterion | Mykyta Holubakha |
2017-01-19 | Display instance (if present) in nested layouts | Mykyta Holubakha |
2017-01-19 | Add window instance support | Mykyta Holubakha |
2017-01-17 | add hide_edge_borders smart to sway.5 manual | Frantisek Fladung |
2017-01-16 | Unset LD_LIBRARY_PATH, unless specified | Mykyta Holubakha |
2017-01-14 | [fix] handle auto layout of empty container | wil |