aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2016-04-29sway/config.c: wordexp has a corresponding wordfree which was never usedDaniel 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-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 ↵Daniel Lockyer-1/+1
released
2016-04-29Merge pull request #614 from neosilky/memleakDrew DeVault-0/+3
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-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
Fix uninitialized variable
2016-04-29Fix uninitialized variableMikkel Oscar Lyderik-1/+1
2016-04-29Merge pull request #612 from nrechn/master0.6Mikkel Oscar Lyderik-1/+1
Update config
2016-04-29Update confignrechn-1/+1
update command "swaymsg" instead of "sway-msg"
2016-04-28Merge pull request #611 from mikkeloscar/bindcode-fixDrew DeVault-1/+1
Fix bindcode by offsetting xkb keycode by 8
2016-04-28Fix bindcode by offsetting xkb keycode by 8Mikkel 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-28Merge pull request #610 from sleep-walker/masterDrew DeVault-7/+15
CMake related improvements
2016-04-28Respect supplied CMAKE_C_FLAGSTomáš Čech-1/+1
2016-04-28Explicitly mark static linking in CMakeTomáš Čech-3/+3
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
2016-04-28Fix missing include pathsTomáš Č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-27Merge pull request #606 from mikkeloscar/tabbed-stacking-layoutDrew DeVault-12/+23
border: clear buffer on fullscreen views
2016-04-27border: clear buffer on fullscreen viewsMikkel 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-27Only check tabbed_stacked_parent for focused windowsMikkel Oscar Lyderik-2/+2
2016-04-25Merge pull request #603 from fluxchief/masterMikkel Oscar Lyderik-2/+1
swaylock: fix double free
2016-04-25swaylock: fix double freeKevin Hamacher-2/+1
2016-04-25Merge pull request #566 from mikkeloscar/tabbed-stacking-layoutDrew DeVault-171/+629
Tabbed and stacked layout
2016-04-25Remove commented codeMikkel Oscar Lyderik-2/+0
2016-04-25Remove unused functionMikkel Oscar Lyderik-11/+2
2016-04-25Don't send invisble view to backMikkel Oscar Lyderik-3/+0
2016-04-25Use correct geometry for nested containersMikkel Oscar Lyderik-7/+9
2016-04-25Add title to nested tabbed/stacked containersMikkel Oscar Lyderik-0/+78
2016-04-25Disable inner gaps when in tabbed/stacked modeMikkel Oscar Lyderik-37/+68
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik-77/+233
2016-04-25Use tabs for indentationMikkel Oscar Lyderik-6/+6
2016-04-25Make floating border fixes work with tabbed/stacked codeMikkel Oscar Lyderik-26/+12
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik-18/+31
2016-04-25Improve move command with tabbed/stacked layoutMikkel Oscar Lyderik-4/+9
2016-04-25Correctly determine default layoutMikkel Oscar Lyderik-14/+22
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik-7/+26
Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace.
2016-04-25Tabbed and stacked layoutMikkel Oscar Lyderik-71/+245
2016-04-24Merge pull request #601 from Hummer12007/pango_markup_configDrew DeVault-2/+41
Pango markup config
2016-04-24Renamed pango_markup config optionsMykyta Holubakha-3/+3
2016-04-24Renamed to pango_markupMykyta Holubakha-18/+18
2016-04-24Fix line length calculationMykyta Holubakha-1/+1
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha-0/+7
2016-04-24Added plaintext markup configurationMykyta Holubakha-1/+33
2016-04-24Merge pull request #598 from Hummer12007/pango_fixDrew DeVault-6/+6
Passing missing argument to get_text_size
2016-04-24Merge pull request #599 from mikkeloscar/bar-markup-pangoDrew DeVault-1/+5
Use i3bar format for markup field.
2016-04-24Use i3bar format for markup field.Mikkel Oscar Lyderik-1/+5
In the i3bar protocol the value of the markup field is a string: "pango" or "none" rather than a bool. This patch makes swaybar compatible with that. http://i3wm.org/docs/i3bar-protocol.html
2016-04-24Passing missing argument to get_text_sizeMykyta Holubakha-6/+6
2016-04-23Merge pull request #597 from wdbw/swaylock-pam-changeDrew DeVault-2/+2
swaylock: Fix swaylock.pam