Age | Commit message (Expand) | Author |
2018-07-15 | config output: free command string if unused | Ian Fan |
2018-07-15 | config: free include path on successful load | Ian Fan |
2018-07-15 | bar: free old position when changing | Ian Fan |
2018-07-15 | Merge pull request #2277 from ianyfan/config-read-fix | Drew DeVault |
2018-07-15 | Add error handling for getting config file size | Ian Fan |
2018-07-15 | Fix config buffer overflow and logic | Ian Fan |
2018-07-15 | Merge pull request #2275 from RyanDwyer/transactionise-focus | Drew DeVault |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-15 | Merge pull request #2272 from RyanDwyer/simplify-transactions | Drew DeVault |
2018-07-15 | Merge pull request #2266 from emersion/remove-orbital-screenshooter | Drew DeVault |
2018-07-14 | Merge pull request #2273 from swaywm/debug-flags | Drew DeVault |
2018-07-14 | Add extended debugging flags | Drew DeVault |
2018-07-15 | Set signature to void | Ryan Dwyer |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-14 | Merge pull request #2271 from RedSoxFan/implement-1569 | Drew DeVault |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth |
2018-07-13 | Merge pull request #2244 from RyanDwyer/floating-resize | Drew DeVault |
2018-07-14 | Force min/max size when resizing floating containers | Ryan Dwyer |
2018-07-14 | Implement resize grow|shrink <direction> <amount> or <amount> | Ryan Dwyer |
2018-07-14 | Implement resize command for floating views | Ryan Dwyer |
2018-07-13 | Merge pull request #2269 from minus7/swaybarbg-crash-on-dpms-resume | emersion |
2018-07-14 | swaybar/bg: Fix crash on DPMS off | minus |
2018-07-13 | Merge pull request #2267 from emersion/simplify-popup-constraints | Drew DeVault |
2018-07-13 | Simplify popup_unconstrain | emersion |
2018-07-13 | Remove orbital screenshooter | emersion |
2018-07-13 | Merge pull request #2260 from emersion/fix-has-opaque-lockscreen | Drew DeVault |
2018-07-13 | Fix output_has_opaque_lockscreen | emersion |
2018-07-13 | Merge pull request #2252 from rkubosz/scroll-button-option | Drew DeVault |
2018-07-13 | add error handling for scroll button out of range | Robert Kubosz |
2018-07-13 | Merge pull request #2255 from emersion/xwayland-floating-borders | Ryan Dwyer |
2018-07-13 | Merge branch 'master' into xwayland-floating-borders | Ryan Dwyer |
2018-07-12 | expanded error detection for scroll button option | Robert Kubosz |
2018-07-12 | Merge pull request #2253 from Hello71/issue2249 | Drew DeVault |
2018-07-12 | Merge pull request #2256 from emersion/xdg-positioner | Drew DeVault |
2018-07-12 | Add xdg-positioner support | emersion |
2018-07-12 | Don't disable borders for xwayland floating views | emersion |
2018-07-12 | config.c: fix current_config uninit warning (#2249) | Alex Xu |
2018-07-12 | rm constraint for max value of button identifier | Robert Kubosz |
2018-07-12 | add paragraph to sway-input man page | Robert Kubosz |
2018-07-12 | increase maximum value of button identifier | Robert Kubosz |
2018-07-12 | Merge pull request #2250 from RyanDwyer/fix-crash | Brian Ashworth |
2018-07-12 | Fix crash in seat code | Ryan Dwyer |
2018-07-11 | Merge pull request #2235 from emersion/wlr-surface-role | Drew DeVault |
2018-07-11 | Updates for swaywm/wlroots#1116 | emersion |
2018-07-11 | Merge pull request #2248 from Dudemanguy911/fix_crash_on_floating_windows | Drew DeVault |
2018-07-11 | add scroll button option | Robert Kubosz |
2018-07-11 | Merge pull request #2245 from RyanDwyer/floating-minmax-size | emersion |
2018-07-11 | fix crash on floating windows | dudemanguy |
2018-07-11 | Implement floating_minimum_size and floating_maximum_size | Ryan Dwyer |
2018-07-11 | Merge pull request #2243 from RyanDwyer/use-fullscreen-saved-buffer | emersion |