| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-02 | README: remove empty params from url | Eric Engestrom | -1/+1 | |
| 2016-05-02 | Merge pull request #628 from 1ace/fix/ipc-path | Drew DeVault | -0/+1 | |
| Always terminate ipc path | ||||
| 2016-05-02 | Merge pull request #629 from cyberhuman/master | Drew DeVault | -1/+1 | |
| fix a typo (horiziontal -> horizontal) | ||||
| 2016-05-02 | Merge pull request #630 from 1ace/fix/obob | Drew DeVault | -2/+2 | |
| Fix off-by-one bug in log functions | ||||
| 2016-05-02 | fix a typo (horiziontal -> horizontal) | Raman Varabets | -1/+1 | |
| 2016-05-02 | Fix off-by-one bug in log functions | Eric Engestrom | -2/+2 | |
| 2016-05-02 | sway: always terminate ipc path | Eric Engestrom | -0/+1 | |
| 2016-05-01 | Merge pull request #627 from mikkeloscar/update-title-when-tabbed | Drew DeVault | -13/+26 | |
| Update view title of tabbed/stacked windows | ||||
| 2016-05-01 | Update view title of tabbed/stacked windows | Mikkel Oscar Lyderik | -13/+26 | |
| Requires Cloudef/wlc@80bf003 Fix #623 | ||||
| 2016-05-01 | Merge pull request #625 from 1ace/fix/buffer-overflow | Drew DeVault | -2/+4 | |
| Fix a couple potential buffer overflows | ||||
| 2016-05-01 | sway: fix potential buffer overflow | Eric Engestrom | -1/+2 | |
| 2016-05-01 | common: fix potential buffer overflow | Eric Engestrom | -1/+2 | |
| 2016-05-01 | Merge pull request #624 from tajjada/add-input-accel-profile | Drew DeVault | -2/+41 | |
| Add input cmd for setting pointer accel profile. | ||||
| 2016-05-01 | Add input cmd for setting pointer accel profile. | Jasen Borisov | -2/+41 | |
| 2016-04-30 | Merge pull request #619 from mikkeloscar/fix-workspace-pr | Drew DeVault | -2/+1 | |
| Remove premature break in workspace_next_name | ||||
| 2016-04-30 | Remove premature break | Mikkel Oscar Lyderik | -2/+1 | |
| 2016-04-30 | Merge pull request #620 from xerpi/fix-registry-memleak | Mikkel Oscar Lyderik | -0/+1 | |
| wayland/registry.c: free() registry at registry_teardown | ||||
| 2016-04-30 | wayland/registry.c: free() registry at registry_teardown | Sergi Granell | -0/+1 | |
| 2016-04-29 | Merge pull request #618 from neosilky/uninit | Drew DeVault | -0/+1 | |
| sway/config.c: Initialise struct value | ||||
| 2016-04-30 | sway/config.c: Initialise struct value | Daniel Lockyer | -0/+1 | |
| 2016-04-30 | Merge pull request #616 from neosilky/memleak | Mikkel Oscar Lyderik | -0/+5 | |
| sway/workspace.c: Cleanup some un-free'd memory | ||||
| 2016-04-29 | sway/workspace.c: Cleanup some un-free'd memory | Daniel Lockyer | -0/+5 | |
| 2016-04-29 | Merge pull request #615 from neosilky/memleak | Drew DeVault | -3/+7 | |
| Cleaned up some un-free'd memory | ||||
| 2016-04-29 | sway/config.c: Move the wordfree call before the if statement so it is ↵ | Daniel Lockyer | -1/+1 | |
| always called | ||||
| 2016-04-29 | sway/config.c: Change to the useful free_cmd_results helper method | Daniel Lockyer | -2/+1 | |
| 2016-04-29 | sway/config.c: move free call to after sway_log | Daniel Lockyer | -1/+1 | |
| 2016-04-29 | sway/config.c: Leading on from cdf017c, we need to free path | Daniel Lockyer | -0/+2 | |
| 2016-04-29 | sway/config.c: res->input is a malloc'ed section which wasn't freed | Daniel Lockyer | -0/+1 | |
| 2016-04-29 | sway/config.c: wordexp has a corresponding wordfree which was never used | Daniel Lockyer | -1/+2 | |
| I had to change the assignment to path to be wrapped by strdup as we pass the data out of the method. | ||||
| 2016-04-29 | sway/config.c: config_home is the result of a malloc but was never freed | Daniel Lockyer | -0/+1 | |
| 2016-04-29 | common/stringop.c: a premature decrement meant an element of argv was never ↵ | Daniel Lockyer | -1/+1 | |
| released | ||||
| 2016-04-29 | Merge pull request #614 from neosilky/memleak | Drew DeVault | -0/+3 | |
| sway/commands.c: add some free calls to release allocated memory | ||||
| 2016-04-29 | sway/commands.c: add some free calls to release allocated memory | Daniel Lockyer | -0/+3 | |
| 2016-04-29 | Fix another -Wunused-result | Drew DeVault | -1/+4 | |
| 2016-04-29 | Fix oversight in ebdce71 | Drew DeVault | -2/+2 | |
| 2016-04-29 | Fix -Wunused-result problems | Drew DeVault | -3/+11 | |
| 2016-04-29 | Add -Werror to C flags | Drew DeVault | -0/+1 | |
| 2016-04-29 | Merge pull request #613 from mikkeloscar/init-y | Drew DeVault | -1/+1 | |
| Fix uninitialized variable | ||||
| 2016-04-29 | Fix uninitialized variable | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-04-29 | Merge pull request #612 from nrechn/master0.6 | Mikkel Oscar Lyderik | -1/+1 | |
| Update config | ||||
| 2016-04-29 | Update config | nrechn | -1/+1 | |
| update command "swaymsg" instead of "sway-msg" | ||||
| 2016-04-28 | Merge pull request #611 from mikkeloscar/bindcode-fix | Drew DeVault | -1/+1 | |
| Fix bindcode by offsetting xkb keycode by 8 | ||||
| 2016-04-28 | Fix bindcode by offsetting xkb keycode by 8 | Mikkel Oscar Lyderik | -1/+1 | |
| The bindcode has to be offset by 8 to match the keycode we get from wlc. https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon.h#L160 | ||||
| 2016-04-28 | Merge pull request #610 from sleep-walker/master | Drew DeVault | -7/+15 | |
| CMake related improvements | ||||
| 2016-04-28 | Respect supplied CMAKE_C_FLAGS | Tomáš Čech | -1/+1 | |
| 2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | -3/+3 | |
| When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | ||||
| 2016-04-28 | Fix missing include paths | Tomáš Čech | -3/+11 | |
| When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. | ||||
| 2016-04-27 | Merge pull request #606 from mikkeloscar/tabbed-stacking-layout | Drew DeVault | -12/+23 | |
| border: clear buffer on fullscreen views | ||||
| 2016-04-27 | border: clear buffer on fullscreen views | Mikkel Oscar Lyderik | -10/+21 | |
| This patch makes sure to clear the border buffer of fullscreen view so the border doesn't get drawn behind a fullscreen view, which would be visible if the view was transparent. | ||||
| 2016-04-27 | Only check tabbed_stacked_parent for focused windows | Mikkel Oscar Lyderik | -2/+2 | |
