summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2016-04-29Merge pull request #612 from nrechn/master0.6Furkan Sahin-1/+1
Update config
2016-04-29Update configFurkan Sahin-1/+1
update command "swaymsg" instead of "sway-msg"
2016-04-28Merge pull request #611 from mikkeloscar/bindcode-fixFurkan Sahin-1/+1
Fix bindcode by offsetting xkb keycode by 8
2016-04-28Fix bindcode by offsetting xkb keycode by 8Furkan Sahin-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/masterFurkan Sahin-7/+15
CMake related improvements
2016-04-28Respect supplied CMAKE_C_FLAGSFurkan Sahin-1/+1
2016-04-28Explicitly mark static linking in CMakeFurkan Sahin-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 pathsFurkan Sahin-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-layoutFurkan Sahin-12/+23
border: clear buffer on fullscreen views
2016-04-27border: clear buffer on fullscreen viewsFurkan Sahin-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 windowsFurkan Sahin-2/+2
2016-04-25Merge pull request #603 from fluxchief/masterFurkan Sahin-2/+1
swaylock: fix double free
2016-04-25swaylock: fix double freeFurkan Sahin-2/+1
2016-04-25Merge pull request #566 from mikkeloscar/tabbed-stacking-layoutFurkan Sahin-171/+629
Tabbed and stacked layout
2016-04-25Remove commented codeFurkan Sahin-2/+0
2016-04-24Merge pull request #601 from Hummer12007/pango_markup_configFurkan Sahin-2/+41
Pango markup config
2016-04-24Remove unused functionFurkan Sahin-11/+2
2016-04-24Don't send invisble view to backFurkan Sahin-3/+0
2016-04-24Renamed pango_markup config optionsFurkan Sahin-3/+3
2016-04-24Renamed to pango_markupFurkan Sahin-18/+18
2016-04-24Fix line length calculationFurkan Sahin-1/+1
2016-04-24Added plaintext_markup to swaybar IPCFurkan Sahin-0/+7
2016-04-24Added plaintext markup configurationFurkan Sahin-1/+33
2016-04-24Merge pull request #598 from Hummer12007/pango_fixFurkan Sahin-6/+6
Passing missing argument to get_text_size
2016-04-24Merge pull request #599 from mikkeloscar/bar-markup-pangoFurkan Sahin-1/+5
Use i3bar format for markup field.
2016-04-24Use i3bar format for markup field.Furkan Sahin-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_sizeFurkan Sahin-6/+6
2016-04-24Use correct geometry for nested containersFurkan Sahin-7/+9
2016-04-24Add title to nested tabbed/stacked containersFurkan Sahin-0/+78
2016-04-23Merge pull request #597 from wdbw/swaylock-pam-changeFurkan Sahin-2/+2
swaylock: Fix swaylock.pam
2016-04-23swaylock: Fix swaylock.pamFurkan Sahin-2/+2
Change swaylock.pam to make it work on Debian-based systems also.
2016-04-23Merge pull request #596 from mikkeloscar/default-config-mod-bFurkan Sahin-2/+2
Use bindsym $mod+b splith in default config
2016-04-23Use bindsym $mod+b splith in default configFurkan Sahin-2/+2
Resolve #593
2016-04-22Disable inner gaps when in tabbed/stacked modeFurkan Sahin-37/+68
2016-04-20Add support for nested tabbed/stacked containersFurkan Sahin-77/+233
2016-04-17Style issueFurkan Sahin-1/+1
2016-04-17Flesh out pango markup implementationFurkan Sahin-18/+33
2016-04-17Merge pull request #590 from mikkeloscar/i686-warningsFurkan Sahin-13/+13
Use correct format string for x86_64 and i686
2016-04-17Add support for pango markupFurkan Sahin-1/+1
2016-04-17Use correct format string for x86_64 and i686Furkan Sahin-13/+13
Fix #587
2016-04-17Use tabs for indentationFurkan Sahin-6/+6
2016-04-16Merge pull request #588 from mikkeloscar/clang-warningsFurkan Sahin-7/+7
Remove clang warnings (-Wsign-compare)
2016-04-16Remove clang warnings (-Wsign-compare)Furkan Sahin-7/+7
2016-04-16Update link to arch linux packageFurkan Sahin-1/+1
2016-04-16Update to wlc 0.0.20.5Furkan Sahin-1/+1
2016-04-11Merge pull request #582 from cl91/fix-memory-leaks0.4Furkan Sahin-0/+3
Plug two memory leaks
2016-04-12Plug two memory leaksFurkan Sahin-0/+3
Plug two memory leaks introduced in the border drawing code.
2016-04-09Merge pull request #580 from mikkeloscar/handle-realloc-failFurkan Sahin-2/+15
swaylock: Handle possible fail on password realloc
2016-04-09swaylock: Handle possible fail on password reallocFurkan Sahin-2/+15
2016-04-09Merge pull request #579 from mikkeloscar/new_view-geometryFurkan Sahin-6/+3
Don't init desired width/height on new_view