Age | Commit message (Expand) | Author |
2016-05-07 | Implemented configurable floating scroll behavior | Mykyta Holubakha |
2016-05-05 | Merge pull request #638 from neosilky/memleak | Drew DeVault |
2016-05-05 | Merge pull request #639 from neosilky/freefix | Drew DeVault |
2016-05-05 | sway/config.c: fix double free issue as we need to store path in list | Daniel Lockyer |
2016-05-05 | sway/main.c: simplify free'ing by switching to the helper method | Daniel Lockyer |
2016-05-02 | Merge pull request #632 from 1ace/refactor/log | Drew DeVault |
2016-05-02 | common: refactor sway_log() | Eric Engestrom |
2016-05-02 | Merge pull request #634 from 1ace/fix/log-double-close | Drew DeVault |
2016-05-02 | common: fix double-close in error_handler() | Eric Engestrom |
2016-05-02 | Merge pull request #633 from 1ace/fix/readme-link | Drew DeVault |
2016-05-02 | README: remove empty params from url | Eric Engestrom |
2016-05-02 | Merge pull request #628 from 1ace/fix/ipc-path | Drew DeVault |
2016-05-02 | Merge pull request #629 from cyberhuman/master | Drew DeVault |
2016-05-02 | Merge pull request #630 from 1ace/fix/obob | Drew DeVault |
2016-05-02 | fix a typo (horiziontal -> horizontal) | Raman Varabets |
2016-05-02 | Fix off-by-one bug in log functions | Eric Engestrom |
2016-05-02 | sway: always terminate ipc path | Eric Engestrom |
2016-05-01 | Merge pull request #627 from mikkeloscar/update-title-when-tabbed | Drew DeVault |
2016-05-01 | Update view title of tabbed/stacked windows | Mikkel Oscar Lyderik |
2016-05-01 | Merge pull request #625 from 1ace/fix/buffer-overflow | Drew DeVault |
2016-05-01 | sway: fix potential buffer overflow | Eric Engestrom |
2016-05-01 | common: fix potential buffer overflow | Eric Engestrom |
2016-05-01 | Merge pull request #624 from tajjada/add-input-accel-profile | Drew DeVault |
2016-05-01 | Add input cmd for setting pointer accel profile. | Jasen Borisov |
2016-04-30 | Merge pull request #619 from mikkeloscar/fix-workspace-pr | Drew DeVault |
2016-04-30 | Remove premature break | Mikkel Oscar Lyderik |
2016-04-30 | Merge pull request #620 from xerpi/fix-registry-memleak | Mikkel Oscar Lyderik |
2016-04-30 | wayland/registry.c: free() registry at registry_teardown | Sergi Granell |
2016-04-29 | Merge pull request #618 from neosilky/uninit | Drew DeVault |
2016-04-30 | sway/config.c: Initialise struct value | Daniel Lockyer |
2016-04-30 | Merge pull request #616 from neosilky/memleak | Mikkel Oscar Lyderik |
2016-04-29 | sway/workspace.c: Cleanup some un-free'd memory | Daniel Lockyer |
2016-04-29 | Merge pull request #615 from neosilky/memleak | Drew DeVault |
2016-04-29 | sway/config.c: Move the wordfree call before the if statement so it is always... | Daniel Lockyer |
2016-04-29 | sway/config.c: Change to the useful free_cmd_results helper method | Daniel Lockyer |
2016-04-29 | sway/config.c: move free call to after sway_log | Daniel Lockyer |
2016-04-29 | sway/config.c: Leading on from cdf017c, we need to free path | Daniel Lockyer |
2016-04-29 | sway/config.c: res->input is a malloc'ed section which wasn't freed | Daniel Lockyer |
2016-04-29 | sway/config.c: wordexp has a corresponding wordfree which was never used | Daniel Lockyer |
2016-04-29 | sway/config.c: config_home is the result of a malloc but was never freed | Daniel Lockyer |
2016-04-29 | common/stringop.c: a premature decrement meant an element of argv was never r... | Daniel Lockyer |
2016-04-29 | Merge pull request #614 from neosilky/memleak | Drew DeVault |
2016-04-29 | sway/commands.c: add some free calls to release allocated memory | Daniel Lockyer |
2016-04-29 | Fix another -Wunused-result | Drew DeVault |
2016-04-29 | Fix oversight in ebdce71 | Drew DeVault |
2016-04-29 | Fix -Wunused-result problems | Drew DeVault |
2016-04-29 | Add -Werror to C flags | Drew DeVault |
2016-04-29 | Merge pull request #613 from mikkeloscar/init-y | Drew DeVault |
2016-04-29 | Fix uninitialized variable | Mikkel Oscar Lyderik |
2016-04-29 | Merge pull request #612 from nrechn/master | Mikkel Oscar Lyderik |