summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
| |
| * Minor fix to do proper floating refocusesLibravatar Luminarys2015-08-17
| |
| * Fixes to floating and umanaged viewsLibravatar Luminarys2015-08-17
| |
| * Deleted fileLibravatar Luminarys2015-08-17
| |
| * Added in basic floating togglingLibravatar Luminarys2015-08-17
|/
* Fix format warningsLibravatar Drew DeVault2015-08-16
|
* Merge pull request #53 from taiyu-len/masterLibravatar Drew DeVault2015-08-16
|\ | | | | send_to_back/bring_to_front set when view changes visibility.
| * fixLibravatar taiyu2015-08-16
| |
| * sends hidden views to back, visible view to frontLibravatar taiyu2015-08-16
| |
* | Merge pull request #52 from taiyu-len/masterLibravatar Drew DeVault2015-08-16
|\| | | | | focus changes when mouse moves over border instead of any mouse movement
| * focus changes when mouse moves over border instead of all mouse movementLibravatar taiyu2015-08-16
| |
* | Merge pull request #51 from taiyu-len/masterLibravatar Drew DeVault2015-08-16
|\| | | | | unmanaged views handled better
| * unmanaged views handled betterLibravatar taiyu2015-08-16
|/
* Merge pull request #49 from taiyu-len/masterLibravatar Drew DeVault2015-08-16
|\ | | | | handle_view_state_request
| * handle_view_state_requestLibravatar taiyu2015-08-16
|/
* Merge pull request #46 from Luminarys/masterLibravatar Drew DeVault2015-08-16
|\ | | | | Minor naming fix workspace changing commands