summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix another -Wunused-resultLibravatar Drew DeVault2016-04-29
|
* Fix oversight in ebdce71Libravatar Drew DeVault2016-04-29
|
* Fix -Wunused-result problemsLibravatar Drew DeVault2016-04-29
|
* Add -Werror to C flagsLibravatar Drew DeVault2016-04-29
|
* Merge pull request #613 from mikkeloscar/init-yLibravatar Drew DeVault2016-04-29
|\ | | | | Fix uninitialized variable
| * Fix uninitialized variableLibravatar Mikkel Oscar Lyderik2016-04-29
|/
* Merge pull request #612 from nrechn/master0.6Libravatar Mikkel Oscar Lyderik2016-04-29
|\ | | | | Update config
| * Update configLibravatar nrechn2016-04-29
|/ | | update command "swaymsg" instead of "sway-msg"
* Merge pull request #611 from mikkeloscar/bindcode-fixLibravatar Drew DeVault2016-04-28
|\ | | | | Fix bindcode by offsetting xkb keycode by 8
| * Fix bindcode by offsetting xkb keycode by 8Libravatar Mikkel Oscar Lyderik2016-04-28
|/ | | | | | 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
* Merge pull request #610 from sleep-walker/masterLibravatar Drew DeVault2016-04-28
|\ | | | | CMake related improvements
| * Respect supplied CMAKE_C_FLAGSLibravatar Tomáš Čech2016-04-28
| |
| * Explicitly mark static linking in CMakeLibravatar Tomáš Čech2016-04-28
| | | | | | | | | | When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
| * Fix missing include pathsLibravatar Tomáš Čech2016-04-28
|/ | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* Merge pull request #606 from mikkeloscar/tabbed-stacking-layoutLibravatar Drew DeVault2016-04-27
|\ | | | | border: clear buffer on fullscreen views
| * border: clear buffer on fullscreen viewsLibravatar Mikkel Oscar Lyderik2016-04-27
| | | | | | | | | | | | 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.
| * Only check tabbed_stacked_parent for focused windowsLibravatar Mikkel Oscar Lyderik2016-04-27
|/
* Merge pull request #603 from fluxchief/masterLibravatar Mikkel Oscar Lyderik2016-04-25
|\ | | | | swaylock: fix double free
| * swaylock: fix double freeLibravatar Kevin Hamacher2016-04-25
|/
* Merge pull request #566 from mikkeloscar/tabbed-stacking-layoutLibravatar Drew DeVault2016-04-25
|\ | | | | Tabbed and stacked layout
| * Remove commented codeLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Remove unused functionLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Don't send invisble view to backLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Use correct geometry for nested containersLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Add title to nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Disable inner gaps when in tabbed/stacked modeLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Add support for nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Use tabs for indentationLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Make floating border fixes work with tabbed/stacked codeLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Reapply prev layout when exiting tabbed/stackedLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Improve move command with tabbed/stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Correctly determine default layoutLibravatar Mikkel Oscar Lyderik2016-04-25
| |
| * Fix problems with floating windowsLibravatar Mikkel Oscar Lyderik2016-04-25
| | | | | | | | | | Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace.
| * Tabbed and stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|/
* Merge pull request #601 from Hummer12007/pango_markup_configLibravatar Drew DeVault2016-04-24
|\ | | | | Pango markup config
| * Renamed pango_markup config optionsLibravatar Mykyta Holubakha2016-04-24
| |
| * Renamed to pango_markupLibravatar Mykyta Holubakha2016-04-24
| |
| * Fix line length calculationLibravatar Mykyta Holubakha2016-04-24
| |
| * Added plaintext_markup to swaybar IPCLibravatar Mykyta Holubakha2016-04-24
| |
| * Added plaintext markup configurationLibravatar Mykyta Holubakha2016-04-24
|/
* Merge pull request #598 from Hummer12007/pango_fixLibravatar Drew DeVault2016-04-24
|\ | | | | Passing missing argument to get_text_size
| * Passing missing argument to get_text_sizeLibravatar Mykyta Holubakha2016-04-24
| |
* | Merge pull request #599 from mikkeloscar/bar-markup-pangoLibravatar Drew DeVault2016-04-24
|\ \ | |/ |/| Use i3bar format for markup field.
| * Use i3bar format for markup field.Libravatar Mikkel Oscar Lyderik2016-04-24
|/ | | | | | | | 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
* Merge pull request #597 from wdbw/swaylock-pam-changeLibravatar Drew DeVault2016-04-23
|\ | | | | swaylock: Fix swaylock.pam
| * swaylock: Fix swaylock.pamLibravatar wdbw2016-04-23
|/ | | | Change swaylock.pam to make it work on Debian-based systems also.
* Merge pull request #596 from mikkeloscar/default-config-mod-bLibravatar Drew DeVault2016-04-23
|\ | | | | Use bindsym $mod+b splith in default config
| * Use bindsym $mod+b splith in default configLibravatar Mikkel Oscar Lyderik2016-04-23
|/ | | | Resolve #593
* Style issueLibravatar Drew DeVault2016-04-17
|
* Flesh out pango markup implementationLibravatar Drew DeVault2016-04-17
|