| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-04-28 | Respect supplied CMAKE_C_FLAGS | Tomáš Čech | -1/+1 | |
| 2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | -3/+3 | |
| When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | ||||
| 2016-04-28 | Fix missing include paths | Tomáš Čech | -3/+11 | |
| 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-27 | Merge pull request #606 from mikkeloscar/tabbed-stacking-layout | Drew DeVault | -12/+23 | |
| border: clear buffer on fullscreen views | ||||
| 2016-04-27 | border: clear buffer on fullscreen views | Mikkel Oscar Lyderik | -10/+21 | |
| 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-27 | Only check tabbed_stacked_parent for focused windows | Mikkel Oscar Lyderik | -2/+2 | |
| 2016-04-25 | Merge pull request #603 from fluxchief/master | Mikkel Oscar Lyderik | -2/+1 | |
| swaylock: fix double free | ||||
| 2016-04-25 | swaylock: fix double free | Kevin Hamacher | -2/+1 | |
| 2016-04-25 | Merge pull request #566 from mikkeloscar/tabbed-stacking-layout | Drew DeVault | -171/+629 | |
| Tabbed and stacked layout | ||||
| 2016-04-25 | Remove commented code | Mikkel Oscar Lyderik | -2/+0 | |
| 2016-04-25 | Remove unused function | Mikkel Oscar Lyderik | -11/+2 | |
| 2016-04-25 | Don't send invisble view to back | Mikkel Oscar Lyderik | -3/+0 | |
| 2016-04-25 | Use correct geometry for nested containers | Mikkel Oscar Lyderik | -7/+9 | |
| 2016-04-25 | Add title to nested tabbed/stacked containers | Mikkel Oscar Lyderik | -0/+78 | |
| 2016-04-25 | Disable inner gaps when in tabbed/stacked mode | Mikkel Oscar Lyderik | -37/+68 | |
| 2016-04-25 | Add support for nested tabbed/stacked containers | Mikkel Oscar Lyderik | -77/+233 | |
| 2016-04-25 | Use tabs for indentation | Mikkel Oscar Lyderik | -6/+6 | |
| 2016-04-25 | Make floating border fixes work with tabbed/stacked code | Mikkel Oscar Lyderik | -26/+12 | |
| 2016-04-25 | Reapply prev layout when exiting tabbed/stacked | Mikkel Oscar Lyderik | -18/+31 | |
| 2016-04-25 | Improve move command with tabbed/stacked layout | Mikkel Oscar Lyderik | -4/+9 | |
| 2016-04-25 | Correctly determine default layout | Mikkel Oscar Lyderik | -14/+22 | |
| 2016-04-25 | Fix problems with floating windows | Mikkel 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-25 | Tabbed and stacked layout | Mikkel Oscar Lyderik | -71/+245 | |
| 2016-04-24 | Merge pull request #601 from Hummer12007/pango_markup_config | Drew DeVault | -2/+41 | |
| Pango markup config | ||||
| 2016-04-24 | Renamed pango_markup config options | Mykyta Holubakha | -3/+3 | |
| 2016-04-24 | Renamed to pango_markup | Mykyta Holubakha | -18/+18 | |
| 2016-04-24 | Fix line length calculation | Mykyta Holubakha | -1/+1 | |
| 2016-04-24 | Added plaintext_markup to swaybar IPC | Mykyta Holubakha | -0/+7 | |
| 2016-04-24 | Added plaintext markup configuration | Mykyta Holubakha | -1/+33 | |
| 2016-04-24 | Merge pull request #598 from Hummer12007/pango_fix | Drew DeVault | -6/+6 | |
| Passing missing argument to get_text_size | ||||
| 2016-04-24 | Merge pull request #599 from mikkeloscar/bar-markup-pango | Drew DeVault | -1/+5 | |
| Use i3bar format for markup field. | ||||
| 2016-04-24 | Use 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-24 | Passing missing argument to get_text_size | Mykyta Holubakha | -6/+6 | |
| 2016-04-23 | Merge pull request #597 from wdbw/swaylock-pam-change | Drew DeVault | -2/+2 | |
| swaylock: Fix swaylock.pam | ||||
| 2016-04-23 | swaylock: Fix swaylock.pam | wdbw | -2/+2 | |
| Change swaylock.pam to make it work on Debian-based systems also. | ||||
| 2016-04-23 | Merge pull request #596 from mikkeloscar/default-config-mod-b | Drew DeVault | -2/+2 | |
| Use bindsym $mod+b splith in default config | ||||
| 2016-04-23 | Use bindsym $mod+b splith in default config | Mikkel Oscar Lyderik | -2/+2 | |
| Resolve #593 | ||||
| 2016-04-17 | Style issue | Drew DeVault | -1/+1 | |
| 2016-04-17 | Flesh out pango markup implementation | Drew DeVault | -18/+33 | |
| 2016-04-17 | Merge pull request #590 from mikkeloscar/i686-warnings | Drew DeVault | -13/+13 | |
| Use correct format string for x86_64 and i686 | ||||
| 2016-04-17 | Use correct format string for x86_64 and i686 | Mikkel Oscar Lyderik | -13/+13 | |
| Fix #587 | ||||
| 2016-04-17 | Add support for pango markup | Drew DeVault | -1/+1 | |
| 2016-04-16 | Merge pull request #588 from mikkeloscar/clang-warnings | Drew DeVault | -7/+7 | |
| Remove clang warnings (-Wsign-compare) | ||||
| 2016-04-16 | Remove clang warnings (-Wsign-compare) | Mikkel Oscar Lyderik | -7/+7 | |
| 2016-04-16 | Update link to arch linux package | Drew DeVault | -1/+1 | |
| 2016-04-16 | Update to wlc 0.0.20.5 | Drew DeVault | -1/+1 | |
| 2016-04-11 | Merge pull request #582 from cl91/fix-memory-leaks0.4 | Drew DeVault | -0/+3 | |
| Plug two memory leaks | ||||
| 2016-04-12 | Plug two memory leaks | Chang Liu | -0/+3 | |
| Plug two memory leaks introduced in the border drawing code. | ||||
| 2016-04-09 | Merge pull request #580 from mikkeloscar/handle-realloc-fail | Drew DeVault | -2/+15 | |
| swaylock: Handle possible fail on password realloc | ||||
| 2016-04-10 | swaylock: Handle possible fail on password realloc | Mikkel Oscar Lyderik | -2/+15 | |
