Age | Commit message (Expand) | Author |
2018-10-17 | Merge pull request #2820 from Emantor/fix-mouse-warping-container | Drew DeVault |
2018-10-16 | view: rewarp cursor during view_unmap | Rouven Czerwinski |
2018-10-16 | view: move arrange_workspace into view_map | Rouven Czerwinski |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-10-13 | Merge branch 'master' into fix_edge_gaps | Brian Ashworth |
2018-10-13 | fix_edge_gaps: Allow negative values for outer gaps. | Tarmack |
2018-10-13 | Fix crash when view maps while locked | Ryan Dwyer |
2018-10-10 | Fix floating click events | Ryan Dwyer |
2018-10-09 | Fix undesirable height change of floating views | mwenzkowski |
2018-10-08 | Only consider tiling views for gaps outer | Brian Ashworth |
2018-10-09 | Merge pull request #2772 from RyanDwyer/improve-popup-damage | Drew DeVault |
2018-10-08 | Remove duplicate code | Ryan Dwyer |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-10-07 | Handle subsurfaces in view_child_damage | Ryan Dwyer |
2018-10-07 | Only damage popups when popups have damage | Ryan Dwyer |
2018-10-06 | Move sticky containers when switching workspace via criteria | Ryan Dwyer |
2018-10-03 | Merge pull request #2759 from minus7/fix-view-container-null | emersion |
2018-10-03 | Fix crash if view has no container | minus |
2018-10-03 | Reenable popup-handling for determining focus | Jonathan Buch |
2018-10-03 | Use "raycasting" for determining focus for floating windows | Jonathan Buch |
2018-10-03 | Fix focusing topmost floating windows | Jonathan Buch |
2018-10-03 | Merge pull request #2703 from RyanDwyer/csd-border | Drew DeVault |
2018-10-01 | Handle border options for gaps | Brian Ashworth |
2018-10-01 | Fix smart gaps | Brian Ashworth |
2018-09-30 | Merge pull request #2726 from RyanDwyer/overhaul-gaps | Drew DeVault |
2018-09-30 | Merge pull request #2728 from RedSoxFan/move-sticky-on-evac | Drew DeVault |
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler |
2018-09-30 | Fix hotplugging down to zero outputs | Ryan Dwyer |
2018-09-28 | Move sticky containers in output_evacuate | Brian Ashworth |
2018-09-29 | Make gaps implementation consistent with i3-gaps | Ryan Dwyer |
2018-09-28 | Check for NULL output in workspace_valid_on_output | Ryan Dwyer |
2018-09-28 | Rename workspace_outputs to workspace_configs and fix memory leak | Ryan Dwyer |
2018-09-28 | Fix floating views in tabbed/stacked workspaces not getting frame events | Ryan Dwyer |
2018-09-27 | Improve CSD logic | Ryan Dwyer |
2018-09-27 | Rename view_set_csd_from_client to view_update_csd_from_client | Ryan Dwyer |
2018-09-27 | Add CSD to border modes | Ryan Dwyer |
2018-09-26 | Fix race condition crash when view unmaps + maps quickly | Ryan Dwyer |
2018-09-25 | Fix crash when disconnecting output | Ryan Dwyer |
2018-09-23 | Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switch | emersion |
2018-09-23 | Merge pull request #2686 from RyanDwyer/tab-scrolling | emersion |
2018-09-23 | Prevent sticky containers from jumping on workspace switch | Ryan Dwyer |
2018-09-22 | Merge pull request #2688 from RyanDwyer/exec-commands-without-focus | Drew DeVault |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-22 | commands: remove obselete code for sticky windows when switching workspace | Ian Fan |
2018-09-22 | swaybar, swaylock, & tree/container: Set cairo font options to render text an... | Geoff Greer |
2018-09-22 | Merge pull request #2660 from RyanDwyer/fix-scratchpad-iteration | emersion |
2018-09-22 | Fix pango escaping and refactor escape_markup_text | Ryan Dwyer |
2018-09-22 | Implement tab cycling using mouse wheel | Ryan Dwyer |
2018-09-20 | swaybar: handle hotplugging | emersion |