aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2015-08-18disable tilde subscripting to fix manpageThomas Wouters-0/+2
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-2/+2
2015-08-18Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu-0/+199
merge
2015-08-18fixed doubling memory bug for config lines longer then 128taiyu-7/+6
2015-08-17Document asciidoc dependencyDrew DeVault-0/+1
2015-08-17Add man pagesDrew DeVault-0/+198
2015-08-17Add support for workspace [name] output [name]Drew DeVault-25/+61
2015-08-17Rearrange main.c some moreDrew DeVault-4/+4
2015-08-17Switched config loading order to prevent root access w/wlcLuminarys-5/+4
2015-08-17Improve default configDrew DeVault-112/+129
2015-08-17Typo fix and more clarificationLuminarys-1/+4
2015-08-17View destroy handling clean up and clarificationsLuminarys-5/+4
2015-08-17Merge pull request #56 from taiyu-len/masterDrew DeVault-2/+8
fixed handling of views with override_redirect (dmenu)
2015-08-17put backtaiyu-3/+3
2015-08-17Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu-0/+3
merging
2015-08-17fixed handling of views with override_redirect (dmenu)taiyu-3/+9
2015-08-17Fix segfault from focus_viewDrew DeVault-0/+3
2015-08-17Merge pull request #55 from taiyu-len/masterDrew DeVault-7/+10
fixed when views dont have names.
2015-08-17fixed when views dont have names.taiyu-7/+10
2015-08-17Merge pull request #54 from Luminarys/masterDrew DeVault-12/+245
Added in basic floating support
2015-08-17Style and other minor fixesLuminarys-12/+12
2015-08-17Minor fix to do proper floating refocusesLuminarys-0/+2
2015-08-17Fixes to floating and umanaged viewsLuminarys-14/+99
2015-08-17Deleted fileLuminarys-26/+0
2015-08-17Added in basic floating togglingLuminarys-4/+176
2015-08-16Fix format warningsDrew DeVault-8/+8
2015-08-16Merge pull request #53 from taiyu-len/masterDrew DeVault-14/+20
send_to_back/bring_to_front set when view changes visibility.
2015-08-16fixtaiyu-16/+18
2015-08-16sends hidden views to back, visible view to fronttaiyu-3/+7
2015-08-16Merge pull request #52 from taiyu-len/masterDrew DeVault-3/+4
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-3/+4
2015-08-16Merge pull request #51 from taiyu-len/masterDrew DeVault-15/+16
unmanaged views handled better
2015-08-16unmanaged views handled bettertaiyu-15/+16
2015-08-16Merge pull request #49 from taiyu-len/masterDrew DeVault-13/+68
handle_view_state_request
2015-08-16handle_view_state_requesttaiyu-13/+68
2015-08-16Merge pull request #46 from Luminarys/masterDrew DeVault-2/+2
Minor naming fix workspace changing commands
2015-08-16Minor naming fix workspace changing commandsLuminarys-2/+2
2015-08-16Merge pull request #44 from Luminarys/masterDrew DeVault-0/+114
Added in workspace next/prev and workspace output_next/prev
2015-08-16Merge pull request #45 from taiyu-len/masterDrew DeVault-19/+55
fixed split [vh], small memory leak, unescape_strings handle \xnn
2015-08-16fixed split [vh], small memory leak, unescape_strings handle \xnntaiyu-19/+55
2015-08-16Fix pointer events properlyDrew DeVault-4/+4
2015-08-16Revert "Return false from pointer events"Drew DeVault-5/+6
This reverts commit 981db16a8e3eaa921691a106614e56af662cd8c2.
2015-08-16Return false from pointer eventsDrew DeVault-6/+5
2015-08-16Added in workspace next/prev and workspace output_next/prevLuminarys-0/+114
2015-08-16Log output name when added to treeDrew DeVault-1/+1
2015-08-16Fix movement between outputsDrew DeVault-2/+5
2015-08-16Fix key handling from wlcDrew DeVault-2/+2
2015-08-16Set C_OUTPUT name to name from wlcDrew DeVault-0/+4
2015-08-16Remove WLC_IDLE_TIME environment variableDrew DeVault-1/+0
2015-08-16Merge pull request #42 from Luminarys/masterDrew DeVault-1/+16
Added in kill command and better exit handling.