aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2018-06-01Style fixed for keyboard.cfrsfnrrg-14/+13
2018-06-01Style fixes for bind.cfrsfnrrg-5/+6
2018-06-01Remove almost-always redundant loop in key handlingfrsfnrrg-26/+22
2018-06-01Fix binding bindcode flag initializationfrsfnrrg-1/+1
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg-263/+166
The same shortcut algorithm is now used for keycodes, raw keysyms, and translated keysyms. Pressed keysyms are now stored in association with the keycodes that generated them. Modifier keycodes (and associated keysyms) are identified retroactively by the subsequent change to the modifier flags.
2018-06-01Use XKB keycode numbering for bindcodefrsfnrrg-1/+1
2018-06-01Share common code between bindsym and bindcode commandsfrsfnrrg-110/+60
2018-06-01Merge pull request #2027 from RyanDwyer/implement-floatingDrew DeVault-220/+662
Implement floating
2018-06-01Merge pull request #2083 from RedSoxFan/fix-1976emersion-7/+0
Fix cmd_workspace crash when a surface has focus
2018-06-01Fix cmd_workspace crash when a surface has focusBrian Ashworth-7/+0
2018-06-01Fix changing borders on floating viewsRyan Dwyer-1/+7
2018-06-01Don't auto float xdg views if their dimensions are not setRyan Dwyer-2/+4
2018-06-01Fix mpv damage issue when unfullscreening into floatingRyan Dwyer-4/+12
2018-06-01Fix fullscreen position of xwayland viewsRyan Dwyer-2/+2
2018-06-01Fix crash when using multiple outputsRyan Dwyer-1/+1
2018-06-01Fix mouse warping interaction with layout coordsDrew DeVault-4/+2
2018-06-01Consider floating views when calculating title heightRyan Dwyer-0/+11
2018-06-01Fix floating position when view is floated when mappedRyan Dwyer-24/+27
2018-06-01Adjust move command to account for changed coordinate systemRyan Dwyer-4/+2
2018-06-01Fix fullscreen positionRyan Dwyer-4/+3
2018-06-01Don't unmaximize floating viewsRyan Dwyer-40/+0
2018-06-01Fix getting adjacent outputRyan Dwyer-22/+2
2018-06-01Remove unfinished wants_floating implementation for xwaylandRyan Dwyer-16/+0
2018-06-01Don't let xwayland views set position unless unmanagedRyan Dwyer-1/+5
2018-06-01Use swayc rather than wlr_output when renderingRyan Dwyer-7/+6
2018-06-01Use surface size if xdg shell's geometry isn't setRyan Dwyer-8/+18
2018-06-01Implement wants_floating for xdg_shell and xdg_shell_v6Ryan Dwyer-4/+8
2018-06-01Remove container_self_or_parent_floatingRyan Dwyer-15/+0
2018-06-01Rename container_set_geometry_from_viewRyan Dwyer-11/+11
2018-06-01Remove check for if floating view intersects outputRyan Dwyer-15/+1
2018-06-01Render floating views before top layer and unmanagedRyan Dwyer-2/+1
2018-06-01Store swayc coordinates as layout-localRyan Dwyer-130/+71
2018-06-01Add L_FLOATING back to debug treeRyan Dwyer-1/+3
2018-06-01Rename set_maximized functions to set_tiledRyan Dwyer-16/+16
2018-06-01Prevent splitting a floating viewRyan Dwyer-6/+9
2018-06-01Fix issues with sticky containers and workspacesRyan Dwyer-33/+54
* Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic.
2018-06-01Fix unfullscreening a floating viewRyan Dwyer-18/+31
2018-06-01Respect view's border config for floating containersRyan Dwyer-2/+7
2018-06-01Replace is_floating boolean with functionRyan Dwyer-36/+44
2018-06-01Use L_FLOATING instead of reapable booleanRyan Dwyer-7/+14
2018-06-01Implement floatingRyan Dwyer-169/+572
2018-06-01Send frame done to floating viewsDrew DeVault-5/+13
Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
2018-06-01Render floating viewsDrew DeVault-0/+1
2018-06-01Implement `floating enable`Drew DeVault-5/+99
2018-06-01Merge pull request #2081 from RedSoxFan/fix-2077emersion-2/+3
Send reparent events in container_split
2018-06-01Merge pull request #2082 from RedSoxFan/fix-move-perpendicular-segfaultemersion-1/+2
Fix move perpendicular segfault
2018-06-01Fix move perpendicular segfaultBrian Ashworth-1/+2
2018-05-31Send reparent events in container_splitBrian Ashworth-2/+3
2018-05-31Merge pull request #2079 from RedSoxFan/fix-2078Drew DeVault-0/+13
Fix moving out of tab/stack when only child
2018-05-31Fix typoBrian Ashworth-1/+1