summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Merge pull request #590 from mikkeloscar/i686-warningsLibravatar Drew DeVault2016-04-17
|\ | | | | Use correct format string for x86_64 and i686
| * Use correct format string for x86_64 and i686Libravatar Mikkel Oscar Lyderik2016-04-17
|/ | | | Fix #587
* Add support for pango markupLibravatar Drew DeVault2016-04-17
|
* Merge pull request #588 from mikkeloscar/clang-warningsLibravatar Drew DeVault2016-04-16
|\ | | | | Remove clang warnings (-Wsign-compare)
| * Remove clang warnings (-Wsign-compare)Libravatar Mikkel Oscar Lyderik2016-04-16
|/
* Update link to arch linux packageLibravatar Drew DeVault2016-04-16
|
* Update to wlc 0.0.20.5Libravatar Drew DeVault2016-04-16
|
* Merge pull request #582 from cl91/fix-memory-leaks0.4Libravatar Drew DeVault2016-04-11
|\ | | | | Plug two memory leaks
| * Plug two memory leaksLibravatar Chang Liu2016-04-12
|/ | | | Plug two memory leaks introduced in the border drawing code.
* Merge pull request #580 from mikkeloscar/handle-realloc-failLibravatar Drew DeVault2016-04-09
|\ | | | | swaylock: Handle possible fail on password realloc
| * swaylock: Handle possible fail on password reallocLibravatar Mikkel Oscar Lyderik2016-04-10
|/
* Merge pull request #579 from mikkeloscar/new_view-geometryLibravatar Drew DeVault2016-04-09
|\ | | | | Don't init desired width/height on new_view
| * Don't init desired width/height on new_viewLibravatar Mikkel Oscar Lyderik2016-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | When creating a new view, wlc usually returns an initial geometry with size 1x1. Setting those values as desired width/height causes a problem for some windows (QT5) because they don't request a new geometry for instance when made floating, so the floating window becomes 1x1. To fix this problem we can just omit setting the desired width/height on new_view and instead let the clients request a certain size if they feel like it. e.i. gnome-calculator. Fix #578