aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
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
2016-04-23swaylock: Fix swaylock.pamwdbw-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-bDrew DeVault-2/+2
Use bindsym $mod+b splith in default config
2016-04-23Use bindsym $mod+b splith in default configMikkel Oscar Lyderik-2/+2
Resolve #593
2016-04-17Style issueDrew DeVault-1/+1
2016-04-17Flesh out pango markup implementationDrew DeVault-18/+33
2016-04-17Merge pull request #590 from mikkeloscar/i686-warningsDrew DeVault-13/+13
Use correct format string for x86_64 and i686
2016-04-17Use correct format string for x86_64 and i686Mikkel Oscar Lyderik-13/+13
Fix #587
2016-04-17Add support for pango markupDrew DeVault-1/+1
2016-04-16Merge pull request #588 from mikkeloscar/clang-warningsDrew DeVault-7/+7
Remove clang warnings (-Wsign-compare)
2016-04-16Remove clang warnings (-Wsign-compare)Mikkel Oscar Lyderik-7/+7
2016-04-16Update link to arch linux packageDrew DeVault-1/+1
2016-04-16Update to wlc 0.0.20.5Drew DeVault-1/+1
2016-04-11Merge pull request #582 from cl91/fix-memory-leaks0.4Drew DeVault-0/+3
Plug two memory leaks
2016-04-12Plug two memory leaksChang Liu-0/+3
Plug two memory leaks introduced in the border drawing code.
2016-04-09Merge pull request #580 from mikkeloscar/handle-realloc-failDrew DeVault-2/+15
swaylock: Handle possible fail on password realloc
2016-04-10swaylock: Handle possible fail on password reallocMikkel Oscar Lyderik-2/+15
2016-04-09Merge pull request #579 from mikkeloscar/new_view-geometryDrew DeVault-6/+3
Don't init desired width/height on new_view
2016-04-09Don't init desired width/height on new_viewMikkel Oscar Lyderik-5/+2
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
2016-04-09Only update geometry of single floating viewMikkel Oscar Lyderik-1/+1
2016-04-04Merge pull request #572 from fluxchief/swaylock-flushDrew DeVault-8/+10
Improve swaylock event flushing
2016-04-03Merge pull request #574 from fluxchief/parse-border-colorDrew DeVault-1/+79
Add border color commands
2016-04-03Add border color commandsKevin Hamacher-1/+79
2016-04-03Merge pull request #575 from fluxchief/border-color-fixMikkel Oscar Lyderik-1/+1
Use border background color as border background
2016-04-03Use border background color as border backgroundKevin Hamacher-1/+1
2016-04-03Merge pull request #568 from crondog/fixbordersMikkel Oscar Lyderik-13/+42
Fix window borders
2016-04-03Fix window borderscrondog-13/+42
This fixes floating borders when moving outside of the output. Not sure what happens with dual screen as I only have 1 monitor
2016-04-03Improve swaylock event flushingKevin Hamacher-8/+10
2016-04-02Merge pull request #562 from fluxchief/border-endianDrew DeVault-14/+9
improve endianess handeling
2016-04-02improve endianess handelingKevin Hamacher-14/+9
2016-04-02Merge pull request #569 from 1ace/masterMikkel Oscar Lyderik-16/+16
Fix spelling mistakes