Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | Calculate config->font_height based on existing container titles | Ryan Dwyer | |
2018-05-03 | Render titles | Ryan Dwyer | |
2018-05-02 | Fixed #1888 GCC cannot compile due to uninitialized variables (#1889) | Dillen Meijboom | |
2018-05-01 | Fix layer surface crash on output destroy | db | |
Before freeing sway_output, NULL the wlr_output reference to it. Check for that NULL in layer_shell handle_destroy. Don't damage null container in unmap. Additionaly, terminate swaybg if its output is being disabled. | |||
2018-05-01 | Restore view_update_position() | Ryan Dwyer | |
2018-05-01 | Allow clicking view decorations to focus view | Ryan Dwyer | |
2018-05-01 | Fix surface offset when using borders | Ryan Dwyer | |
2018-05-01 | Move docblock and fix indenting of switch/case. | Ryan Dwyer | |
2018-05-01 | Implement borders | Ryan Dwyer | |
Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border | |||
2018-05-01 | Fix segfault in view_unmap() | Ryan Dwyer | |
If the last remaining view on a workspace is unmapped and the workspace is not visible, parent will be a C_OUTPUT. Call the arrange_output() function in this case. | |||
2018-04-30 | Remove arrange_windows() | Ryan Dwyer | |
After the refactor, this function is no longer called. | |||
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer | |
Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented. | |||
2018-04-26 | Remove sway_container.workspace_layout | Ryan Dwyer | |
Fixes #1716. | |||
2018-04-24 | Update wording about unmanaged/unmapped views | Ryan Dwyer | |
2018-04-24 | Add assert to view_execute_criteria() | Ryan Dwyer | |
2018-04-24 | Implement criteria commands | Ryan Dwyer | |
Implements the following commands: * for_window [...] <cmdlist> * assign [...] <workspace> | |||
2018-04-24 | Fix crash in container_descendants() | Ryan Dwyer | |
If root is a C_VIEW, the children property is a null pointer. | |||
2018-04-21 | Update for wlroots#885 | emersion | |
2018-04-20 | Keep view fullscreened when moving to another workspace. | Ryan Dwyer | |
container_handle_fullscreen_reparent() must be called *after* setting the container's new parent. | |||
2018-04-19 | container_get_in_direction(): Don't split this function | Ryan Dwyer | |
2018-04-19 | arrange_windows(): Calculate workspace properties when fullscreen | Ryan Dwyer | |
2018-04-18 | More fullscreen fixes. | Ryan Dwyer | |
* Render fullscreen views without wlr function, which makes popups and lockscreen work. * Don't allow input events to surfaces behind fullscreen views. * Use correct output dimensions (for rotated outputs). | |||
2018-04-18 | Fullscreen fixes. | Ryan Dwyer | |
2018-04-17 | Fix views unmapping their own fullscreen windows. | Ryan Dwyer | |
2018-04-17 | Create sway_workspace struct. | Ryan Dwyer | |
2018-04-17 | Feedback for fullscreen. | Ryan Dwyer | |
2018-04-16 | Implement fullscreen. | Ryan Dwyer | |
2018-04-13 | Fix gcc maybe-uninitialized warning | Dominique Martinet | |
2018-04-13 | container_destroy: fix segfault | Dominique Martinet | |
cont->children doesn't have to be NULL when there is no children | |||
2018-04-07 | container_create_notify on split | Tony Crisci | |
2018-04-07 | seat get focus inactive view | Tony Crisci | |
2018-04-07 | Fix output containers position | emersion | |
2018-04-07 | Merge pull request #1756 from emersion/output-damage | Drew DeVault | |
Fine-grained damage tracking | |||
2018-04-07 | Merge pull request #1700 from swaywm/move-cmd-full | Drew DeVault | |
Implement move [left|right|up|down] | |||
2018-04-06 | Don't rejigger if parent has two children | emersion | |
2018-04-06 | When moving between outputs, use output center as reference | emersion | |
2018-04-06 | Revert "Break everything^W^WUse wlr_box for sway_container" | Drew DeVault | |
2018-04-06 | Fix issue with incorrectly rejiggered workspaces | Drew DeVault | |
2018-04-06 | Break everything^W^WUse wlr_box for sway_container | Drew DeVault | |
2018-04-06 | Fix moving to parallel container on another output | Drew DeVault | |
2018-04-06 | Address @emersion feedback | Drew DeVault | |
2018-04-06 | Fix another of @orestisf1993's issues | Drew DeVault | |
2018-04-06 | Fix moving into right end of container | Drew DeVault | |
2018-04-06 | Fix issues @orestisf1993 raised | Drew DeVault | |
2018-04-06 | Address @emersion's comments | Drew DeVault | |
2018-04-06 | Add debug tree view | Drew DeVault | |
2018-04-06 | Simplify damage tracking functions, use them in layer shell | emersion | |
2018-04-06 | Send surface enter/leave events to view children | emersion | |
2018-04-06 | Fix splitting workspaces | Drew DeVault | |
2018-04-06 | Fix workspaces not updated on swaybar | Drew DeVault | |