aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar Half-Shot2015-08-18
|\
| * Improve README (more)Libravatar Drew DeVault2015-08-18
| |
| * Improve READMELibravatar Drew DeVault2015-08-18
| |
| * Merge pull request #71 from Luminarys/masterLibravatar Drew DeVault2015-08-18
| |\ | | | | | | Added in proper focus handling for floating containers.
| | * Removed unnecessary debugging linesLibravatar Luminarys2015-08-18
| | |
| | * Added in proper focus handling for floating windowsLibravatar Luminarys2015-08-18
| |/
| * Merge pull request #70 from taiyu-len/masterLibravatar Drew DeVault2015-08-18
| |\ | | | | | | restored fullscreen/focus behavior
| | * restored fullscreen/focus behaviorLibravatar taiyu2015-08-18
| |/
| * Fixed mouse clicks from triggering a segfaultLibravatar Luminarys2015-08-18
| |
| * Revert "enhanced whitespace remover"Libravatar Drew DeVault2015-08-18
| | | | | | | | This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
| * Fix switching between focused outputsLibravatar Drew DeVault2015-08-18
| |
| * Revert "config handles comments better"Libravatar Drew DeVault2015-08-18
| | | | | | | | This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7.
* | Beguin work on the move command.Libravatar Will Hunt2015-08-18
|/ | | | Stubbed method.
* Coding style enforcementLibravatar Drew DeVault2015-08-18
| | | | | This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
* fixed floating window crashing bugLibravatar taiyu2015-08-18
|
* Find a2x through CMakeLibravatar Drew DeVault2015-08-18
| | | | Fixes #63
* Merge pull request #65 from taiyu-len/focus_v2Libravatar Drew DeVault2015-08-18
|\ | | | | Focus v2
| * minor fixesLibravatar taiyu2015-08-18
| |
| * more changesLibravatar taiyu2015-08-18
| |
| * merged Luminarys resizing codeLibravatar taiyu2015-08-18
| |\
| | * Added in basic, but semi-broken moving/resizing functionality to floating ↵Libravatar Luminarys2015-08-18
| | | | | | | | | | | | windows
| * | styleLibravatar taiyu2015-08-18
| | |
| * | changed handling of focus, handling of view by typeLibravatar taiyu2015-08-18
| |/
* | Fix #64Libravatar Drew DeVault2015-08-18
| |
* | Merge pull request #59 from lkundrak/manLibravatar Drew DeVault2015-08-18
|\ \ | | | | | | Install manual pages to <prefix>/share/man
| * | Install manual pages to <prefix>/share/manLibravatar Lubomir Rintel2015-08-18
| | | | | | | | | | | | | | | Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one.
* | | Fix comments in config fileLibravatar Drew DeVault2015-08-18
| | | | | | | | | | | | | | | Fixes #60 Ref #61
* | | Merge pull request #62 from twouters/masterLibravatar taiyu2015-08-18
|\ \ \ | | | | | | | | disable tilde subscripting to fix manpage
| * | | disable tilde subscripting to fix manpageLibravatar Thomas Wouters2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Asciidoc uses tildes to subscript and carets to superscript text. The first tilde can be escaped to fix this, but looks weird because the second tilde may not be escaped. It doesn't seem like subscripting will be used in the man page so it makes sense to disable it altogether.
* | | | enhanced whitespace removerLibravatar taiyu2015-08-18
|/ / /
* | | config handles comments betterLibravatar taiyu2015-08-18
| | |
* | | Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar taiyu2015-08-18
|\| | | | | | | | | | | merge
| * | Document asciidoc dependencyLibravatar Drew DeVault2015-08-17
| | |
| * | Add man pagesLibravatar Drew DeVault2015-08-17
| |/
* / fixed doubling memory bug for config lines longer then 128Libravatar taiyu2015-08-18
|/
* Add support for workspace [name] output [name]Libravatar Drew DeVault2015-08-17
|
* Rearrange main.c some moreLibravatar Drew DeVault2015-08-17
|
* Switched config loading order to prevent root access w/wlcLibravatar Luminarys2015-08-17
|
* Improve default configLibravatar Drew DeVault2015-08-17
|
* Typo fix and more clarificationLibravatar Luminarys2015-08-17
|
* View destroy handling clean up and clarificationsLibravatar Luminarys2015-08-17
|
* Merge pull request #56 from taiyu-len/masterLibravatar Drew DeVault2015-08-17
|\ | | | | fixed handling of views with override_redirect (dmenu)
| * put backLibravatar taiyu2015-08-17
| |
| * Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar taiyu2015-08-17
| |\ | |/ |/| | | merging
* | Fix segfault from focus_viewLibravatar Drew DeVault2015-08-17
| |
* | Merge pull request #55 from taiyu-len/masterLibravatar Drew DeVault2015-08-17
|\ \ | | | | | | fixed when views dont have names.
| | * fixed handling of views with override_redirect (dmenu)Libravatar taiyu2015-08-17
| |/
| * fixed when views dont have names.Libravatar taiyu2015-08-17
|/
* Merge pull request #54 from Luminarys/masterLibravatar Drew DeVault2015-08-17
|\ | | | | Added in basic floating support
| * Style and other minor fixesLibravatar Luminarys2015-08-17
| |