aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2015-08-19Merge pull request #79 from taiyu-len/masterDrew DeVault-184/+209
fixed floating_modifier related things
2015-08-19Merge pull request #80 from SyedAmerGilani/fix_memory_leaksDrew DeVault-5/+20
fix a few possible memory leaks
2015-08-19Merge pull request #81 from SyedAmerGilani/fix_xdg_config_homeDrew DeVault-2/+2
fixed string building for XDG_CONFIG_HOME config loading
2015-08-19fixed string building for XDG_CONFIG_HOME config loadingSyed Amer Gilani-2/+2
2015-08-19fix a few possible memory leaksSyed Amer Gilani-5/+20
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu-63/+70
2015-08-19fixed focus key handlertaiyu-112/+103
2015-08-18fixed floating_modifier related thingstaiyu-14/+41
2015-08-18focus to only childtaiyu-0/+3
2015-08-18Fixed full screen workspace switch focusingLuminarys-1/+1
2015-08-18fixed focus on fullscreen view destroytaiyu-3/+0
2015-08-18header updateLuminarys-0/+1
2015-08-18Removed debugging, added in proper gap resets for config reloadsLuminarys-14/+21
2015-08-18Merge pull request #74 from Luminarys/masterDrew DeVault-5/+22
Added in proper floating window resizing
2015-08-18Minor fixes that might be helpful laterLuminarys-4/+4
2015-08-18Fixes to make floating windows work betterLuminarys-4/+1
2015-08-18Basic fixes to floating movementLuminarys-2/+22
2015-08-18Document new commands in sway(5)Drew DeVault-3/+14
2015-08-18Improvements to gapsDrew DeVault-21/+24
2015-08-18Merge pull request #73 from KoffeinFlummi/gapsDrew DeVault-10/+63
Add support for gaps option
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi-150/+289
2015-08-18Fix indented comments being weirdDrew DeVault-1/+1
2015-08-18Add support for gaps optionKoffeinFlummi-10/+63
2015-08-18Merge pull request #72 from minus7/assertDrew DeVault-5/+24
added sway_assert function
2015-08-18added sway_assert functionminus-5/+24
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
2015-08-18More patches for wlc compatLuminarys-1/+1
2015-08-18Patched for wlc updatesLuminarys-4/+4
2015-08-18Improve README (more)Drew DeVault-2/+1
2015-08-18Improve READMEDrew DeVault-26/+19
2015-08-18Merge pull request #71 from Luminarys/masterDrew DeVault-3/+16
Added in proper focus handling for floating containers.
2015-08-18Removed unnecessary debugging linesLuminarys-3/+0
2015-08-18Added in proper focus handling for floating windowsLuminarys-3/+19
2015-08-18Merge pull request #70 from taiyu-len/masterDrew DeVault-83/+166
restored fullscreen/focus behavior
2015-08-18restored fullscreen/focus behaviortaiyu-83/+166
2015-08-18Fixed mouse clicks from triggering a segfaultLuminarys-2/+2
2015-08-18Revert "enhanced whitespace remover"Drew DeVault-32/+33
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18Fix switching between focused outputsDrew DeVault-1/+32
2015-08-18Revert "config handles comments better"Drew DeVault-1/+1
This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7.
2015-08-18Coding style enforcementDrew DeVault-136/+119
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-2/+2
2015-08-18Find a2x through CMakeDrew DeVault-2/+78
Fixes #63
2015-08-18Merge pull request #65 from taiyu-len/focus_v2Drew DeVault-345/+549
Focus v2
2015-08-18Fix #64Drew DeVault-2/+2
2015-08-18minor fixestaiyu-7/+13
2015-08-18Merge pull request #59 from lkundrak/manDrew DeVault-2/+2
Install manual pages to <prefix>/share/man
2015-08-18Fix comments in config fileDrew DeVault-4/+7
Fixes #60 Ref #61
2015-08-18Merge pull request #62 from twouters/mastertaiyu-0/+2
disable tilde subscripting to fix manpage
2015-08-18enhanced whitespace removertaiyu-33/+32
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