aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2015-08-19key_state.ch, and command conflicts resolvedtaiyu
2015-08-19Deal with more xkb bullshitDrew DeVault
2015-08-19Whitelist a handful of characters for keysDrew DeVault
Ones that don't change when you hold shift
2015-08-19Fixed mode_toggleLuminarys
2015-08-19Improve key handling somewhatDrew DeVault
XKB is fucking bullshit
2015-08-19Improve key buffer handlingDrew DeVault
2015-08-19Remove logging of all key presessDrew DeVault
This makes the logs a bit too hard to read
2015-08-19Merge pull request #92 from z33ky/masterDrew DeVault
A couple of cppcheck issues
2015-08-20Fix potential memory leakAlexander 'z33ky' Hirsch
2015-08-20Minor style fixAlexander 'z33ky' Hirsch
2015-08-20Fix potential crash when toggling fullscreen modeAlexander 'z33ky' Hirsch
2015-08-19Fix error with workspace/output name matchingDrew DeVault
2015-08-19fixed default active_workspace, and more use of set_focused_container_for(...)taiyu
2015-08-19use enums for pointer click namestaiyu
2015-08-19fixed active_workspace update on focus changetaiyu
2015-08-19fixedtaiyu
2015-08-19floating mode_toggletaiyu
2015-08-19Minor style fixLuminarys
2015-08-19Merge pull request #89 from taiyu-len/masterDrew DeVault
reset floating view on floating_mod repress
2015-08-19styletaiyu
2015-08-19reset floating view on floating_mod represstaiyu
2015-08-19Fixed config pathaouelete
2015-08-19pointer uses its own modifierstaiyu
2015-08-19Resize lock fixesLuminarys
2015-08-19Added in resize lockingLuminarys
2015-08-19removed debug which shouldnt be theretaiyu
2015-08-19floating_modifier uses mod_keys instead of anykeytaiyu
2015-08-19Fixed config loadingLuminarys
2015-08-19Set test to NULL when appropriateDrew DeVault
Thanks @SyedAmerGilani
2015-08-19Free environment vars after loading configDrew DeVault
Thanks @SyedAmerGilani
2015-08-19Refactor config file loadingDrew DeVault
2015-08-19Merge pull request #79 from taiyu-len/masterDrew DeVault
fixed floating_modifier related things
2015-08-19Merge pull request #80 from SyedAmerGilani/fix_memory_leaksDrew DeVault
fix a few possible memory leaks
2015-08-19fixed string building for XDG_CONFIG_HOME config loadingSyed Amer Gilani
2015-08-19fix a few possible memory leaksSyed Amer Gilani
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-19fixed focus key handlertaiyu
2015-08-18fixed floating_modifier related thingstaiyu
2015-08-18focus to only childtaiyu
2015-08-18Fixed full screen workspace switch focusingLuminarys
2015-08-18fixed focus on fullscreen view destroytaiyu
2015-08-18Removed debugging, added in proper gap resets for config reloadsLuminarys
2015-08-18Minor fixes that might be helpful laterLuminarys
2015-08-18Fixes to make floating windows work betterLuminarys
2015-08-18Basic fixes to floating movementLuminarys
2015-08-18Improvements to gapsDrew DeVault
2015-08-18Merge pull request #73 from KoffeinFlummi/gapsDrew DeVault
Add support for gaps option
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi
2015-08-18Fix indented comments being weirdDrew DeVault
2015-08-18Add support for gaps optionKoffeinFlummi