aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-05-05Merge pull request #638 from neosilky/memleakDrew DeVault-3/+1
2016-05-05Merge pull request #639 from neosilky/freefixDrew DeVault-2/+0
2016-05-05sway/config.c: fix double free issue as we need to store path in listDaniel Lockyer-2/+0
2016-05-05sway/main.c: simplify free'ing by switching to the helper methodDaniel Lockyer-3/+1
2016-05-02Merge pull request #632 from 1ace/refactor/logDrew DeVault-12/+9
2016-05-02common: refactor sway_log()Eric Engestrom-12/+9
2016-05-02Merge pull request #634 from 1ace/fix/log-double-closeDrew DeVault-3/+1
2016-05-02common: fix double-close in error_handler()Eric Engestrom-3/+1
2016-05-02Merge pull request #633 from 1ace/fix/readme-linkDrew DeVault-1/+1
2016-05-02README: remove empty params from urlEric Engestrom-1/+1
2016-05-02Merge pull request #628 from 1ace/fix/ipc-pathDrew DeVault-0/+1
2016-05-02Merge pull request #629 from cyberhuman/masterDrew DeVault-1/+1
2016-05-02Merge pull request #630 from 1ace/fix/obobDrew DeVault-2/+2
2016-05-02fix a typo (horiziontal -> horizontal)Raman Varabets-1/+1
2016-05-02Fix off-by-one bug in log functionsEric Engestrom-2/+2
2016-05-02sway: always terminate ipc pathEric Engestrom-0/+1
2016-05-01Merge pull request #627 from mikkeloscar/update-title-when-tabbedDrew DeVault-13/+26
2016-05-01Update view title of tabbed/stacked windowsMikkel Oscar Lyderik-13/+26
2016-05-01Merge pull request #625 from 1ace/fix/buffer-overflowDrew DeVault-2/+4
2016-05-01sway: fix potential buffer overflowEric Engestrom-1/+2
2016-05-01common: fix potential buffer overflowEric Engestrom-1/+2
2016-05-01Merge pull request #624 from tajjada/add-input-accel-profileDrew DeVault-2/+41
2016-05-01Add input cmd for setting pointer accel profile.Jasen Borisov-2/+41
2016-04-30Merge pull request #619 from mikkeloscar/fix-workspace-prDrew DeVault-2/+1
2016-04-30Remove premature breakMikkel Oscar Lyderik-2/+1
2016-04-30Merge pull request #620 from xerpi/fix-registry-memleakMikkel Oscar Lyderik-0/+1
2016-04-30wayland/registry.c: free() registry at registry_teardownSergi Granell-0/+1
2016-04-29Merge pull request #618 from neosilky/uninitDrew DeVault-0/+1
2016-04-30sway/config.c: Initialise struct valueDaniel Lockyer-0/+1
2016-04-30Merge pull request #616 from neosilky/memleakMikkel Oscar Lyderik-0/+5
2016-04-29sway/workspace.c: Cleanup some un-free'd memoryDaniel Lockyer-0/+5
2016-04-29Merge pull request #615 from neosilky/memleakDrew DeVault-3/+7
2016-04-29sway/config.c: Move the wordfree call before the if statement so it is always...Daniel Lockyer-1/+1
2016-04-29sway/config.c: Change to the useful free_cmd_results helper methodDaniel Lockyer-2/+1
2016-04-29sway/config.c: move free call to after sway_logDaniel Lockyer-1/+1
2016-04-29sway/config.c: Leading on from cdf017c, we need to free pathDaniel Lockyer-0/+2
2016-04-29sway/config.c: res->input is a malloc'ed section which wasn't freedDaniel Lockyer-0/+1
2016-04-29sway/config.c: wordexp has a corresponding wordfree which was never usedDaniel Lockyer-1/+2
2016-04-29sway/config.c: config_home is the result of a malloc but was never freedDaniel Lockyer-0/+1
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never r...Daniel Lockyer-1/+1
2016-04-29Merge pull request #614 from neosilky/memleakDrew DeVault-0/+3
2016-04-29sway/commands.c: add some free calls to release allocated memoryDaniel Lockyer-0/+3
2016-04-29Fix another -Wunused-resultDrew DeVault-1/+4
2016-04-29Fix oversight in ebdce71Drew DeVault-2/+2
2016-04-29Fix -Wunused-result problemsDrew DeVault-3/+11
2016-04-29Add -Werror to C flagsDrew DeVault-0/+1
2016-04-29Merge pull request #613 from mikkeloscar/init-yDrew DeVault-1/+1
2016-04-29Fix uninitialized variableMikkel Oscar Lyderik-1/+1
2016-04-29Merge pull request #612 from nrechn/master0.6Mikkel Oscar Lyderik-1/+1
2016-04-29Update confignrechn-1/+1