aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-28Fix bindcode by offsetting xkb keycode by 8Mikkel Oscar Lyderik
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
CMake related improvements
2016-04-28Respect supplied CMAKE_C_FLAGSTomáš Čech
2016-04-28Explicitly mark static linking in CMakeTomáš Čech
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
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
border: clear buffer on fullscreen views
2016-04-27border: clear buffer on fullscreen viewsMikkel Oscar Lyderik
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
2016-04-25Merge pull request #603 from fluxchief/masterMikkel Oscar Lyderik
swaylock: fix double free
2016-04-25swaylock: fix double freeKevin Hamacher
2016-04-25Merge pull request #566 from mikkeloscar/tabbed-stacking-layoutDrew DeVault
Tabbed and stacked layout
2016-04-25Remove commented codeMikkel Oscar Lyderik
2016-04-25Remove unused functionMikkel Oscar Lyderik
2016-04-25Don't send invisble view to backMikkel Oscar Lyderik
2016-04-25Use correct geometry for nested containersMikkel Oscar Lyderik
2016-04-25Add title to nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Disable inner gaps when in tabbed/stacked modeMikkel Oscar Lyderik
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Use tabs for indentationMikkel Oscar Lyderik
2016-04-25Make floating border fixes work with tabbed/stacked codeMikkel Oscar Lyderik
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik
2016-04-25Improve move command with tabbed/stacked layoutMikkel Oscar Lyderik
2016-04-25Correctly determine default layoutMikkel Oscar Lyderik
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik
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
2016-04-24Merge pull request #601 from Hummer12007/pango_markup_configDrew DeVault
Pango markup config
2016-04-24Renamed pango_markup config optionsMykyta Holubakha
2016-04-24Renamed to pango_markupMykyta Holubakha
2016-04-24Fix line length calculationMykyta Holubakha
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha
2016-04-24Added plaintext markup configurationMykyta Holubakha
2016-04-24Merge pull request #598 from Hummer12007/pango_fixDrew DeVault
Passing missing argument to get_text_size
2016-04-24Merge pull request #599 from mikkeloscar/bar-markup-pangoDrew DeVault
Use i3bar format for markup field.
2016-04-24Use i3bar format for markup field.Mikkel Oscar Lyderik
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
2016-04-23Merge pull request #597 from wdbw/swaylock-pam-changeDrew DeVault
swaylock: Fix swaylock.pam
2016-04-23swaylock: Fix swaylock.pamwdbw
Change swaylock.pam to make it work on Debian-based systems also.
2016-04-23Merge pull request #596 from mikkeloscar/default-config-mod-bDrew DeVault
Use bindsym $mod+b splith in default config
2016-04-23Use bindsym $mod+b splith in default configMikkel Oscar Lyderik
Resolve #593
2016-04-17Style issueDrew DeVault
2016-04-17Flesh out pango markup implementationDrew DeVault
2016-04-17Merge pull request #590 from mikkeloscar/i686-warningsDrew DeVault
Use correct format string for x86_64 and i686
2016-04-17Use correct format string for x86_64 and i686Mikkel Oscar Lyderik
Fix #587
2016-04-17Add support for pango markupDrew DeVault
2016-04-16Merge pull request #588 from mikkeloscar/clang-warningsDrew DeVault
Remove clang warnings (-Wsign-compare)
2016-04-16Remove clang warnings (-Wsign-compare)Mikkel Oscar Lyderik
2016-04-16Update link to arch linux packageDrew DeVault
2016-04-16Update to wlc 0.0.2Drew DeVault
2016-04-11Merge pull request #582 from cl91/fix-memory-leaksDrew DeVault
Plug two memory leaks
2016-04-12Plug two memory leaksChang Liu
Plug two memory leaks introduced in the border drawing code.