Age | Commit message (Expand) | Author |
2018-08-18 | Implement mousedown operation | Ryan Dwyer |
2018-08-17 | Merge pull request #2472 from RyanDwyer/refactor-seat-get-focus | Drew DeVault |
2018-08-17 | Add using_csd variable to transaction state | Ryan Dwyer |
2018-08-17 | Refactor seat_get_focus functions | Ryan Dwyer |
2018-08-15 | Simplify transactions | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-11 | Merge pull request #2449 from RyanDwyer/remove-bfs | Drew DeVault |
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer |
2018-08-11 | Remove container_has_child | Ryan Dwyer |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth |
2018-08-08 | Deny moving a sticky container to workspace if it's the same output | Ryan Dwyer |
2018-08-08 | Fix edge cases when moving floating container to new workspace | Ryan Dwyer |
2018-08-08 | Implement move to workspace on a floating container | Ryan Dwyer |
2018-08-06 | Merge pull request #2268 from emersion/server-decoration-borders | Drew DeVault |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell | emersion |
2018-08-06 | Listen to server-decoration mode changes | emersion |
2018-08-06 | commands: complete workspace implementation | Ian Fan |
2018-08-06 | commands: fix layout implementation (also better name for previous split layout) | Ian Fan |
2018-08-06 | commands: complete move implementation | Ian Fan |
2018-08-04 | Move workspace pid code to root.c | Ryan Dwyer |
2018-08-04 | Separate root-related code | Ryan Dwyer |
2018-08-03 | Remove swaynag_clone and use memcpy | Brian Ashworth |
2018-08-03 | Write to swaynag pipe fd directly on config errors | Brian Ashworth |
2018-08-03 | Show swaynag on config errors | Brian Ashworth |
2018-08-03 | Fix crash when moving cursor over a fullscreen split container | Ryan Dwyer |
2018-08-02 | Fix pointer events for fullscreen views | emersion |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-08-02 | Merge branch 'master' into fix-resize-wiggle | emersion |
2018-08-01 | Merge pull request #2391 from RyanDwyer/fix-popups-v2 | Drew DeVault |
2018-08-01 | ipc: prevent emitting a workspace::focus event when moving a container to a d... | Ian Fan |
2018-08-01 | ipc: add binding event | Ian Fan |
2018-08-01 | ipc: add window::mark event | Ian Fan |
2018-08-01 | ipc: add shutdown event | Ian Fan |
2018-08-01 | Correctly track saved surfaces during multiple transactions | Ryan Dwyer |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-30 | Merge pull request #2367 from emersion/iterator-redesign | Drew DeVault |
2018-07-30 | Merge pull request #2381 from frsfnrrg/key-repeat | Drew DeVault |
2018-07-30 | Fix title textures on scale change | Brian Ashworth |
2018-07-29 | Bindings use advised keyboard repeat parameters | frsfnrrg |
2018-07-29 | Implement key repeat for pressed key bindings | frsfnrrg |
2018-07-29 | Remove output_surface_for_each_surface from header | emersion |
2018-07-29 | Completely switch over to new iterators | emersion |
2018-07-29 | wip: redesign output_view_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_layer_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_drag_icons_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_unmanaged_for_each_surface iterator | emersion |
2018-07-28 | Add virtual keyboard protocol | Drew DeVault |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |