summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* fixed some more bugs, moved layout_log into log.ch, restored focus_parentLibravatar taiyu2015-08-19
|
* fixed focus key handlerLibravatar taiyu2015-08-19
|
* fixed floating_modifier related thingsLibravatar taiyu2015-08-18
|
* focus to only childLibravatar taiyu2015-08-18
|
* Fixed full screen workspace switch focusingLibravatar Luminarys2015-08-18
|
* fixed focus on fullscreen view destroyLibravatar taiyu2015-08-18
|
* header updateLibravatar Luminarys2015-08-18
|
* Removed debugging, added in proper gap resets for config reloadsLibravatar Luminarys2015-08-18
|
* Merge pull request #74 from Luminarys/masterLibravatar Drew DeVault2015-08-18
|\ | | | | Added in proper floating window resizing
| * Minor fixes that might be helpful laterLibravatar Luminarys2015-08-18
| |
| * Fixes to make floating windows work betterLibravatar Luminarys2015-08-18
| |
| * Basic fixes to floating movementLibravatar Luminarys2015-08-18
|/
* Document new commands in sway(5)Libravatar Drew DeVault2015-08-18
|
* Improvements to gapsLibravatar Drew DeVault2015-08-18
|
* Merge pull request #73 from KoffeinFlummi/gapsLibravatar Drew DeVault2015-08-18
|\ | | | | Add support for gaps option
| * Merge remote-tracking branch 'upstream/master' into gapsLibravatar KoffeinFlummi2015-08-19
| |\
| * | Add support for gaps optionLibravatar KoffeinFlummi2015-08-18
| | |
* | | Fix indented comments being weirdLibravatar Drew DeVault2015-08-18
| |/ |/|
* | Merge pull request #72 from minus7/assertLibravatar Drew DeVault2015-08-18
|\ \ | | | | | | added sway_assert function
| * | added sway_assert functionLibravatar minus2015-08-18
| | | | | | | | | | | | returns false on a failed assertion in release mode and raises SIGABRT in debug mode
* | | More patches for wlc compatLibravatar Luminarys2015-08-18
| | |
* | | Patched for wlc updatesLibravatar Luminarys2015-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.
* 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
|/ / /