aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2016-04-09Merge pull request #580 from mikkeloscar/handle-realloc-failDrew DeVault
swaylock: Handle possible fail on password realloc
2016-04-10swaylock: Handle possible fail on password reallocMikkel Oscar Lyderik
2016-04-09Merge pull request #579 from mikkeloscar/new_view-geometryDrew DeVault
Don't init desired width/height on new_view
2016-04-09Don't init desired width/height on new_viewMikkel Oscar Lyderik
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
2016-04-04Merge pull request #572 from fluxchief/swaylock-flushDrew DeVault
Improve swaylock event flushing
2016-04-03Merge pull request #574 from fluxchief/parse-border-colorDrew DeVault
Add border color commands
2016-04-03Add border color commandsKevin Hamacher
2016-04-03Merge pull request #575 from fluxchief/border-color-fixMikkel Oscar Lyderik
Use border background color as border background
2016-04-03Use border background color as border backgroundKevin Hamacher
2016-04-03Merge pull request #568 from crondog/fixbordersMikkel Oscar Lyderik
Fix window borders
2016-04-03Fix window borderscrondog
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
2016-04-02Merge pull request #562 from fluxchief/border-endianDrew DeVault
improve endianess handeling
2016-04-02improve endianess handelingKevin Hamacher
2016-04-02Merge pull request #569 from 1ace/masterMikkel Oscar Lyderik
Fix spelling mistakes
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Merge pull request #565 from mikkeloscar/fix-pointer-crashDrew DeVault
Fix pointer related crash when stacked/tabbed
2016-03-31Fix pointer related crash when stacked/tabbedMikkel Oscar Lyderik
Fix #564