Age | Commit message (Expand) | Author |
2018-11-28 | Fix scratchpad segfault - NULL focused workspace | Brian Ashworth |
2018-11-28 | Fix segfault when destroying unmapped child view | emersion |
2018-11-28 | Merge pull request #3199 from emersion/handle-subsurface-destroy | Ryan Dwyer |
2018-11-27 | Change execute_command to return a list of results | Brian Ashworth |
2018-11-27 | Damage view child when destroyed | emersion |
2018-11-27 | Handle destroyed subsurfaces | emersion |
2018-11-26 | IPC: Trigger move events for scratchpad containers | Mihai Coman |
2018-11-25 | Fix pango title escaping | emersion |
2018-11-24 | Merge pull request #3179 from baloo/baloo/title_format-pango_markup | emersion |
2018-11-24 | fixes pango_markup support with title_format | Arthur Gautier |
2018-11-22 | Adding commands for configuring titlebar borders and padding | Florent de Lamotte |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-11 | Allow multiple outputs for workspace output | Brian Ashworth |
2018-11-08 | Merge pull request #3087 from RedSoxFan/side-gaps | Ryan Dwyer |
2018-11-07 | Implement per side and per direction outer gaps | Brian Ashworth |
2018-11-07 | gaps: remove duplicate inner gaps | Brian Ashworth |
2018-11-01 | Fix #2992 | mwenzkowski |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer |
2018-10-31 | Merge pull request #3031 from atomnuker/master | Drew DeVault |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-30 | Revert "Respect border settings when rendering lone tabbed/stacked child" | Rostislav Pehlivanov |
2018-10-30 | Revert "tree/view.c: fix uninitialized variables warning" | Rostislav Pehlivanov |
2018-10-28 | Merge pull request #3011 from Emantor/fix/2922 | Drew DeVault |
2018-10-28 | output: initialize layers and signal before using functions | Rouven Czerwinski |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-27 | Revert "Fix #2992" | Drew DeVault |
2018-10-26 | tree/view.c: fix uninitialized variables warning | Cole Mickens |
2018-10-27 | Respect border settings when rendering lone tabbed/stacked child | Ryan Dwyer |
2018-10-26 | Fix #2992 | mwenzkowski |
2018-10-25 | Fix re-tiling for floating containers | Mihai Coman |
2018-10-25 | Rebase the cursor after applying transactions | Ryan Dwyer |
2018-10-25 | Merge pull request #2950 from emersion/presentation-time | Drew DeVault |
2018-10-25 | Fix containers not being resized when entering scratchpad | Ryan Dwyer |
2018-10-24 | Merge pull request #2933 from Snaipe/xwayland-window-properties | Drew DeVault |
2018-10-23 | Implement the presentation-time protocol | emersion |
2018-10-23 | xwayland: populate window_properties in json for views | Franklin "Snaipe" Mathieu |
2018-10-23 | Fix crash when resizing container hidden in the scratchpad | Ryan Dwyer |
2018-10-22 | Fix crash when quitting a QT app on the wayland backend using menu | Ryan Dwyer |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-20 | Merge pull request #2870 from RyanDwyer/refactor-input-manager | emersion |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-20 | Fix crash when view unmaps while no outputs connected | Ryan Dwyer |
2018-10-19 | Introduce cursor_rebase | Ryan Dwyer |
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 |