aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-08Documented floating_scrollMykyta Holubakha
2016-05-07Implemented configurable floating scroll behaviorMykyta Holubakha
2016-05-05Merge pull request #638 from neosilky/memleakDrew DeVault
sway/main.c: simplify free'ing by switching to the helper method
2016-05-05Merge pull request #639 from neosilky/freefixDrew DeVault
sway/config.c: fix double free issue as we need to store path in list
2016-05-05sway/config.c: fix double free issue as we need to store path in listDaniel Lockyer
2016-05-05sway/main.c: simplify free'ing by switching to the helper methodDaniel Lockyer
2016-05-02Merge pull request #632 from 1ace/refactor/logDrew DeVault
Refactor preprocessor logic out of _sway_log()
2016-05-02common: refactor sway_log()Eric Engestrom
This removes most preprocessor logic, leaving it only it the header.
2016-05-02Merge pull request #634 from 1ace/fix/log-double-closeDrew DeVault
Fix double-close in error_handler()
2016-05-02common: fix double-close in error_handler()Eric Engestrom
2016-05-02Merge pull request #633 from 1ace/fix/readme-linkDrew DeVault
Remove empty params from url in README.md
2016-05-02README: remove empty params from urlEric Engestrom
2016-05-02Merge pull request #628 from 1ace/fix/ipc-pathDrew DeVault
Always terminate ipc path
2016-05-02Merge pull request #629 from cyberhuman/masterDrew DeVault
fix a typo (horiziontal -> horizontal)
2016-05-02Merge pull request #630 from 1ace/fix/obobDrew DeVault
Fix off-by-one bug in log functions
2016-05-02fix a typo (horiziontal -> horizontal)Raman Varabets
2016-05-02Fix off-by-one bug in log functionsEric Engestrom
2016-05-02sway: always terminate ipc pathEric Engestrom
2016-05-01Merge pull request #627 from mikkeloscar/update-title-when-tabbedDrew DeVault
Update view title of tabbed/stacked windows
2016-05-01Update view title of tabbed/stacked windowsMikkel Oscar Lyderik
Requires Cloudef/wlc@80bf003 Fix #623
2016-05-01Merge pull request #625 from 1ace/fix/buffer-overflowDrew DeVault
Fix a couple potential buffer overflows
2016-05-01sway: fix potential buffer overflowEric Engestrom
2016-05-01common: fix potential buffer overflowEric Engestrom
2016-05-01Merge pull request #624 from tajjada/add-input-accel-profileDrew DeVault
Add input cmd for setting pointer accel profile.
2016-05-01Add input cmd for setting pointer accel profile.Jasen Borisov
2016-04-30Merge pull request #619 from mikkeloscar/fix-workspace-prDrew DeVault
Remove premature break in workspace_next_name
2016-04-30Remove premature breakMikkel Oscar Lyderik
2016-04-30Merge pull request #620 from xerpi/fix-registry-memleakMikkel Oscar Lyderik
wayland/registry.c: free() registry at registry_teardown
2016-04-30wayland/registry.c: free() registry at registry_teardownSergi Granell
2016-04-29Merge pull request #618 from neosilky/uninitDrew DeVault
sway/config.c: Initialise struct value
2016-04-30sway/config.c: Initialise struct valueDaniel Lockyer
2016-04-30Merge pull request #616 from neosilky/memleakMikkel Oscar Lyderik
sway/workspace.c: Cleanup some un-free'd memory
2016-04-29sway/workspace.c: Cleanup some un-free'd memoryDaniel Lockyer
2016-04-29Merge pull request #615 from neosilky/memleakDrew DeVault
Cleaned up some un-free'd memory
2016-04-29sway/config.c: Move the wordfree call before the if statement so it is ↵Daniel Lockyer
always called
2016-04-29sway/config.c: Change to the useful free_cmd_results helper methodDaniel Lockyer
2016-04-29sway/config.c: move free call to after sway_logDaniel Lockyer
2016-04-29sway/config.c: Leading on from cdf017c, we need to free pathDaniel Lockyer
2016-04-29sway/config.c: res->input is a malloc'ed section which wasn't freedDaniel Lockyer
2016-04-29sway/config.c: wordexp has a corresponding wordfree which was never usedDaniel Lockyer
I had to change the assignment to path to be wrapped by strdup as we pass the data out of the method.
2016-04-29sway/config.c: config_home is the result of a malloc but was never freedDaniel Lockyer
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never ↵Daniel Lockyer
released
2016-04-29Merge pull request #614 from neosilky/memleakDrew DeVault
sway/commands.c: add some free calls to release allocated memory
2016-04-29sway/commands.c: add some free calls to release allocated memoryDaniel Lockyer
2016-04-29Fix another -Wunused-resultDrew DeVault
2016-04-29Fix oversight in ebdce71Drew DeVault
2016-04-29Fix -Wunused-result problemsDrew DeVault
2016-04-29Add -Werror to C flagsDrew DeVault
2016-04-29Merge pull request #613 from mikkeloscar/init-yDrew DeVault
Fix uninitialized variable
2016-04-29Fix uninitialized variableMikkel Oscar Lyderik