Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-27 | Added in default_orientation handling | Luminarys | |
2015-08-26 | move workspace from dead output to other output | taiyu | |
2015-08-26 | Do not pass modifiers when getting keysyms from wlc | Drew DeVault | |
Fixes #124 Keyboard handling can likely be simplified after this change. | |||
2015-08-25 | Merge pull request #133 from minus7/wlc-keyboard-fix | Drew DeVault | |
fixed keyboard handling | |||
2015-08-25 | fixed keyboard handling | minus | |
handle_key does not get the keysym from wlc anymore | |||
2015-08-25 | fixed segfault on exit + a little fixup of that floatfocus pr | taiyu | |
2015-08-25 | Merge pull request #131 from nicklaswj/master | Drew DeVault | |
Focus floating window, if any, when the last tiling window has been closed | |||
2015-08-25 | code style clean up | Nicklas Warming Jacobsen | |
2015-08-25 | removed stupid test code | Nicklas Warming Jacobsen | |
2015-08-25 | Focus floating window, if any, when the last tiling has been closed | Nicklas Warming Jacobsen | |
2015-08-25 | changed view visibility to be bool | minus | |
view_visibility enum remains with one constant that is the mask to wlc's view masking | |||
2015-08-25 | refactored view visibility | minus | |
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace) | |||
2015-08-23 | Minor fixes to keyboard handling | Drew DeVault | |
2015-08-23 | merge | taiyu | |
2015-08-23 | Refactor keyboard to consider modified keysyms | Drew DeVault | |
Press Shift Press 0 # Reads as ')' Release Shift Release 0 # Reads as '0' but we now recognize it as the same | |||
2015-08-23 | Cleanup and minor adjustments to disabling | Luminarys | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-23 | Handle wlc log events | Drew DeVault | |
2015-08-23 | style | taiyu | |
2015-08-22 | no mode for fullscreen | taiyu | |
2015-08-22 | mouse tile resize mode done | taiyu | |
2015-08-22 | floating/tiling move + floating resize cleaned and fixed | taiyu | |
2015-08-22 | Added in bspwm like view swapping | Luminarys | |
2015-08-21 | Refactored resizing functions into resize.c | Luminarys | |
2015-08-21 | Altered resize command to prevent resizing past min h/w | Luminarys | |
2015-08-21 | More resize fixes | Luminarys | |
2015-08-21 | Fixed resizing | Luminarys | |
2015-08-21 | Merge remote-tracking branch 'taiyu-len/master' | Drew DeVault | |
2015-08-21 | Minor fix to resizing with mouse | Luminarys | |
2015-08-21 | swayc_is_fullscreen | taiyu | |
2015-08-21 | check floating mod for resizing windows, and dont send click | taiyu | |
2015-08-21 | Merge branch 'master' of https://github.com/SirCmpwn/sway | taiyu | |
merge | |||
2015-08-21 | bugfixes, renames | taiyu | |
2015-08-21 | Added in proper resize locking | Luminarys | |
2015-08-21 | Cleanup and minor fixes | Luminarys | |
2015-08-21 | Merge pull request #101 from Luminarys/master | Drew DeVault | |
Added in basic resizing command. | |||
2015-08-21 | Fixes to resizing and added in resize lock once boundaries are exceeded | Luminarys | |
2015-08-21 | Added in bspwm like mouse resizing | Luminarys | |
2015-08-20 | find_parent_by_type | taiyu | |
2015-08-20 | Merge branch 'master' of https://github.com/SirCmpwn/sway | taiyu | |
merging | |||
2015-08-20 | style | taiyu | |
2015-08-20 | Fix compiler warning | Drew DeVault | |
2015-08-19 | input state, find_container_in_direction | taiyu | |
2015-08-19 | key_state.ch, and command conflicts resolved | taiyu | |
2015-08-19 | Deal with more xkb bullshit | Drew DeVault | |
2015-08-19 | Whitelist a handful of characters for keys | Drew DeVault | |
Ones that don't change when you hold shift | |||
2015-08-19 | Improve key handling somewhat | Drew DeVault | |
XKB is fucking bullshit | |||
2015-08-19 | Improve key buffer handling | Drew DeVault | |
2015-08-19 | Remove logging of all key presess | Drew DeVault | |
This makes the logs a bit too hard to read |