Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | Fix switching between focused outputs | Drew DeVault | |
2015-08-18 | Revert "config handles comments better" | Drew DeVault | |
This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7. | |||
2015-08-18 | Coding style enforcement | Drew DeVault | |
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know. | |||
2015-08-18 | fixed floating window crashing bug | taiyu | |
2015-08-18 | Find a2x through CMake | Drew DeVault | |
Fixes #63 | |||
2015-08-18 | Merge pull request #65 from taiyu-len/focus_v2 | Drew DeVault | |
Focus v2 | |||
2015-08-18 | Fix #64 | Drew DeVault | |
2015-08-18 | minor fixes | taiyu | |
2015-08-18 | Merge pull request #59 from lkundrak/man | Drew DeVault | |
Install manual pages to <prefix>/share/man | |||
2015-08-18 | Fix comments in config file | Drew DeVault | |
Fixes #60 Ref #61 | |||
2015-08-18 | Merge pull request #62 from twouters/master | taiyu | |
disable tilde subscripting to fix manpage | |||
2015-08-18 | enhanced whitespace remover | taiyu | |
2015-08-18 | disable tilde subscripting to fix manpage | Thomas Wouters | |
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. | |||
2015-08-18 | config handles comments better | taiyu | |
2015-08-18 | more changes | taiyu | |
2015-08-18 | Install manual pages to <prefix>/share/man | Lubomir Rintel | |
Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one. | |||
2015-08-18 | Merge branch 'master' of https://github.com/SirCmpwn/sway | taiyu | |
merge | |||
2015-08-18 | fixed doubling memory bug for config lines longer then 128 | taiyu | |
2015-08-18 | merged Luminarys resizing code | taiyu | |
2015-08-18 | style | taiyu | |
2015-08-18 | changed handling of focus, handling of view by type | taiyu | |
2015-08-18 | Added in basic, but semi-broken moving/resizing functionality to floating ↵ | Luminarys | |
windows | |||
2015-08-17 | Document asciidoc dependency | Drew DeVault | |
2015-08-17 | Add man pages | Drew DeVault | |
2015-08-17 | Add support for workspace [name] output [name] | Drew DeVault | |
2015-08-17 | Rearrange main.c some more | Drew DeVault | |
2015-08-17 | Switched config loading order to prevent root access w/wlc | Luminarys | |
2015-08-17 | Improve default config | Drew DeVault | |
2015-08-17 | Typo fix and more clarification | Luminarys | |
2015-08-17 | View destroy handling clean up and clarifications | Luminarys | |
2015-08-17 | Merge pull request #56 from taiyu-len/master | Drew DeVault | |
fixed handling of views with override_redirect (dmenu) | |||
2015-08-17 | put back | taiyu | |
2015-08-17 | Merge branch 'master' of https://github.com/SirCmpwn/sway | taiyu | |
merging | |||
2015-08-17 | fixed handling of views with override_redirect (dmenu) | taiyu | |
2015-08-17 | Fix segfault from focus_view | Drew DeVault | |
2015-08-17 | Merge pull request #55 from taiyu-len/master | Drew DeVault | |
fixed when views dont have names. | |||
2015-08-17 | fixed when views dont have names. | taiyu | |
2015-08-17 | Merge pull request #54 from Luminarys/master | Drew DeVault | |
Added in basic floating support | |||
2015-08-17 | Style and other minor fixes | Luminarys | |
2015-08-17 | Minor fix to do proper floating refocuses | Luminarys | |
2015-08-17 | Fixes to floating and umanaged views | Luminarys | |
2015-08-17 | Deleted file | Luminarys | |
2015-08-17 | Added in basic floating toggling | Luminarys | |
2015-08-16 | Fix format warnings | Drew DeVault | |
2015-08-16 | Merge pull request #53 from taiyu-len/master | Drew DeVault | |
send_to_back/bring_to_front set when view changes visibility. | |||
2015-08-16 | fix | taiyu | |
2015-08-16 | sends hidden views to back, visible view to front | taiyu | |
2015-08-16 | Merge pull request #52 from taiyu-len/master | Drew DeVault | |
focus changes when mouse moves over border instead of any mouse movement | |||
2015-08-16 | focus changes when mouse moves over border instead of all mouse movement | taiyu | |
2015-08-16 | Merge pull request #51 from taiyu-len/master | Drew DeVault | |
unmanaged views handled better |