Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-27 | Merge pull request #142 from taiyu-len/master | Drew DeVault | |
move workspace from dead output to other output | |||
2015-08-26 | move workspace from dead output to other output | taiyu | |
2015-08-26 | Merge pull request #139 from Luminarys/master | Drew DeVault | |
Added in better versioning info | |||
2015-08-26 | Updated versioning in cmake | Luminarys | |
2015-08-26 | Added in better versioning info | Luminarys | |
2015-08-26 | slight fix | taiyu | |
2015-08-26 | fixed move_container bug, log prints before aborting | taiyu | |
2015-08-26 | Merge pull request #137 from minus7/json | Drew DeVault | |
added json-c lib and implemented IPC get_version | |||
2015-08-27 | fixed container_map | minus | |
applies to the passed in container now as well. fixes workspaces staying always marked visible. also set workspaces to not visible by default; happens when you move a container to a new workspace that thus is not visible | |||
2015-08-27 | converted IPC to use json-c | minus | |
get_workspaces and get_outputs | |||
2015-08-27 | fixed json-c CMake inclusion | minus | |
2015-08-26 | added json-c lib and implemented IPC get_version | minus | |
2015-08-26 | some function documentation, fixed gaps on config reload | taiyu | |
2015-08-26 | Merge pull request #136 from taiyu-len/master | Drew DeVault | |
move_container_to fixup | |||
2015-08-26 | move_container_to fixup | taiyu | |
2015-08-26 | Merge pull request #135 from Luminarys/master | Drew DeVault | |
Added in build version based on git hash | |||
2015-08-26 | Minor fixes | Luminarys | |
2015-08-26 | Add dependency on PCRE | Drew DeVault | |
Perl-compatible regular expression library | |||
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-26 | Use C 99 | Drew DeVault | |
Closes #127 | |||
2015-08-25 | Added in build version based on git hash | Luminarys | |
2015-08-25 | longopt minor fix | taiyu | |
2015-08-25 | Merge pull request #133 from minus7/wlc-keyboard-fix | Drew DeVault | |
fixed keyboard handling | |||
2015-08-25 | Merge pull request #132 from taiyu-len/master | Drew DeVault | |
fixed segfault on exit + a little fixup of that floatfocus pr | |||
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 | Merge pull request #129 from minus7/workspaces | Drew DeVault | |
Implemented "move container to workspace" | |||
2015-08-25 | code style clean up | Nicklas Warming Jacobsen | |
2015-08-25 | fixed moving to other output and visibility | minus | |
2015-08-25 | removed stupid test code | Nicklas Warming Jacobsen | |
2015-08-25 | updated manpage | minus | |
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 | added missing util.h/c stuff | minus | |
2015-08-25 | changed workspace_{outout_,}{next,prev} to return workspace | minus | |
so it can be reused for "move container to workspace next" | |||
2015-08-25 | added "move container to workspace" | minus | |
makes the previous commit actually testable | |||
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-25 | refactored workspace_next/prev | minus | |
2015-08-24 | Merge pull request #125 from Luminarys/master | Drew DeVault | |
Added in backtrace printing | |||
2015-08-24 | Added in backtrace printing | Luminarys | |
2015-08-24 | add limit to swayc_in_direction | taiyu | |
2015-08-23 | Merge branch 'master' of https://github.com/SirCmpwn/sway | taiyu | |
merge | |||
2015-08-23 | split_string memory leaks cleanedup | taiyu | |
2015-08-23 | Minor fixes to keyboard handling | Drew DeVault | |
2015-08-23 | Merge pull request #121 from taiyu-len/pointer_mod | Drew DeVault | |
Pointer mode clean and fix. | |||
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 | Merge pull request #123 from Luminarys/master | Drew DeVault | |
Added in output disabling | |||
2015-08-23 | Minor fix | Luminarys | |