aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-18Revert "config handles comments better"Drew DeVault
This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7.
2015-08-18Coding style enforcementDrew 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-18fixed floating window crashing bugtaiyu
2015-08-18Find a2x through CMakeDrew DeVault
Fixes #63
2015-08-18Merge pull request #65 from taiyu-len/focus_v2Drew DeVault
Focus v2
2015-08-18Fix #64Drew DeVault
2015-08-18minor fixestaiyu
2015-08-18Merge pull request #59 from lkundrak/manDrew DeVault
Install manual pages to <prefix>/share/man
2015-08-18Fix comments in config fileDrew DeVault
Fixes #60 Ref #61
2015-08-18Merge pull request #62 from twouters/mastertaiyu
disable tilde subscripting to fix manpage
2015-08-18enhanced whitespace removertaiyu
2015-08-18disable tilde subscripting to fix manpageThomas 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-18config handles comments bettertaiyu
2015-08-18more changestaiyu
2015-08-18Install manual pages to <prefix>/share/manLubomir Rintel
Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one.
2015-08-18Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu
merge
2015-08-18fixed doubling memory bug for config lines longer then 128taiyu
2015-08-18merged Luminarys resizing codetaiyu
2015-08-18styletaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu
2015-08-18Added in basic, but semi-broken moving/resizing functionality to floating ↵Luminarys
windows
2015-08-17Document asciidoc dependencyDrew DeVault
2015-08-17Add man pagesDrew DeVault
2015-08-17Add support for workspace [name] output [name]Drew DeVault
2015-08-17Rearrange main.c some moreDrew DeVault
2015-08-17Switched config loading order to prevent root access w/wlcLuminarys
2015-08-17Improve default configDrew DeVault
2015-08-17Typo fix and more clarificationLuminarys
2015-08-17View destroy handling clean up and clarificationsLuminarys
2015-08-17Merge pull request #56 from taiyu-len/masterDrew DeVault
fixed handling of views with override_redirect (dmenu)
2015-08-17put backtaiyu
2015-08-17Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu
merging
2015-08-17fixed handling of views with override_redirect (dmenu)taiyu
2015-08-17Fix segfault from focus_viewDrew DeVault
2015-08-17Merge pull request #55 from taiyu-len/masterDrew DeVault
fixed when views dont have names.
2015-08-17fixed when views dont have names.taiyu
2015-08-17Merge pull request #54 from Luminarys/masterDrew DeVault
Added in basic floating support
2015-08-17Style and other minor fixesLuminarys
2015-08-17Minor fix to do proper floating refocusesLuminarys
2015-08-17Fixes to floating and umanaged viewsLuminarys
2015-08-17Deleted fileLuminarys
2015-08-17Added in basic floating togglingLuminarys
2015-08-16Fix format warningsDrew DeVault
2015-08-16Merge pull request #53 from taiyu-len/masterDrew DeVault
send_to_back/bring_to_front set when view changes visibility.
2015-08-16fixtaiyu
2015-08-16sends hidden views to back, visible view to fronttaiyu
2015-08-16Merge pull request #52 from taiyu-len/masterDrew DeVault
focus changes when mouse moves over border instead of any mouse movement
2015-08-16focus changes when mouse moves over border instead of all mouse movementtaiyu
2015-08-16Merge pull request #51 from taiyu-len/masterDrew DeVault
unmanaged views handled better
2015-08-16unmanaged views handled bettertaiyu