Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-29 | input_state: Remove mouse_origin (x&y). Query wlc instead. | S. Christoffer Eliesen | |
2015-10-29 | container: Move container_under_pointer here from handlers. | S. Christoffer Eliesen | |
2015-10-21 | config: Apply output config also during config reload. | S. Christoffer Eliesen | |
2015-10-21 | commands,container: Tweak debug output to better reflect reality. | S. Christoffer Eliesen | |
2015-09-18 | merge + no c_extensions | taiyu | |
2015-09-18 | minor fix | taiyu | |
2015-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-05 | gap resize | taiyu | |
2015-09-04 | default gap value | taiyu | |
2015-08-31 | properly remove children in loops | taiyu | |
2015-08-27 | forgot visibility of floating containers | taiyu | |
2015-08-27 | update visibility + container info functions | taiyu | |
2015-08-27 | proper visibility update | taiyu | |
2015-08-27 | use previous outputs | taiyu | |
2015-08-27 | Added in default_orientation handling | Luminarys | |
2015-08-27 | update visibility for moved workspaces | taiyu | |
2015-08-26 | move workspace from dead output to other output | taiyu | |
2015-08-26 | slight fix | taiyu | |
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-26 | some function documentation, fixed gaps on config reload | taiyu | |
2015-08-26 | move_container_to fixup | taiyu | |
2015-08-25 | fixed segfault on exit + a little fixup of that floatfocus pr | taiyu | |
2015-08-25 | fixed moving to other output and visibility | minus | |
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-24 | add limit to swayc_in_direction | taiyu | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-22 | fixed vanishing floating view | taiyu | |
2015-08-22 | Implement output positioning | Drew DeVault | |
:tada: | |||
2015-08-22 | Set x/y positions for output containers | Drew DeVault | |
2015-08-22 | Whoops | Drew DeVault | |
Regards to @Cloudef | |||
2015-08-22 | Implement output configuration through config | Drew DeVault | |
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef) | |||
2015-08-21 | style | taiyu | |
2015-08-21 | comments + fixed leak | taiyu | |
2015-08-21 | bugfixes, renames | taiyu | |
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 | Merge pull request #97 from taiyu-len/master | Drew DeVault | |
setup for resizable windows, drop weight | |||
2015-08-20 | style | taiyu | |
2015-08-20 | small fix, default width/height 0 | taiyu | |
2015-08-20 | setup for resizable windows, drop weight | taiyu | |
2015-08-20 | Change gap behaviour to more closely match i3-gaps | KoffeinFlummi | |
Previously, when only using inner gaps, the gap between a window at the edge of the output was only half the size of the gaps between views. Additionally, the gaps between the actual windows was twice as wide as it was on i3-gaps. | |||
2015-08-19 | Fix error with workspace/output name matching | Drew DeVault | |
2015-08-19 | fixed default active_workspace, and more use of set_focused_container_for(...) | taiyu | |
2015-08-19 | fixed some more bugs, moved layout_log into log.ch, restored focus_parent | taiyu | |
2015-08-18 | fixed floating_modifier related things | taiyu | |
2015-08-18 | Removed debugging, added in proper gap resets for config reloads | Luminarys | |