Age | Commit message (Expand) | Author |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-10 | Call wlr_output_enable for disabled new outputs | Brian Ashworth |
2018-12-01 | Update for swaywm/wlroots#1403 | emersion |
2018-11-28 | Fix titlebar when no title or marks | Brian Ashworth |
2018-11-25 | Implement title alignment | Brian Ashworth |
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-13 | Merge pull request #3102 from emersion/render-software-cursors | Drew DeVault |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-10 | Render software cursors with wlr_output_render_software_cursors | emersion |
2018-11-04 | Use wlr_surface_get_effective_damage | emersion |
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-30 | Revert "Respect border settings when rendering lone tabbed/stacked child" | Rostislav Pehlivanov |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-27 | Don't reset cursor during mouse operations | Ryan Dwyer |
2018-10-27 | Respect border settings when rendering lone tabbed/stacked child | Ryan Dwyer |
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-24 | Rebase the cursor after mapping a view | 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-22 | Fix xwayland wants_floating logic | Ryan Dwyer |
2018-10-21 | Parse missing i3 window types | Christian |
2018-10-20 | Fix popup damage issues when toplevel and/or popup uses geometry | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-17 | Merge pull request #2820 from Emantor/fix-mouse-warping-container | Drew DeVault |
2018-10-16 | view: move arrange_workspace into view_map | Rouven Czerwinski |
2018-10-12 | Fix pixel leaks when using fractional scaling | Ryan Dwyer |
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 | Look for any ancestor when checking for fullscreen exit | Ryan Dwyer |
2018-10-08 | Use current state when rendering transient containers | Ryan Dwyer |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-10-07 | Use wlr_xdg_popup_get_toplevel_coords | Ryan Dwyer |
2018-10-07 | Only damage popups when popups have damage | Ryan Dwyer |
2018-10-04 | Give focus to another swaylock surface when output is disconnected | Ryan Dwyer |
2018-10-03 | Merge pull request #2703 from RyanDwyer/csd-border | Drew DeVault |
2018-09-28 | transaction: do not use pointers for state | Ian Fan |
2018-09-27 | Remove server-decoration assumption if view supports xdg-decoration | 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-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-21 | Reconfigure xwayland views when repositioned | Ryan Dwyer |
2018-09-19 | Fix segfault in output_render | emersion |
2018-09-16 | Merge pull request #2637 from RyanDwyer/fix-tabbed-workspace-shenanigans | Drew DeVault |
2018-09-16 | Fix crash when destroying an idle-inhibiting client | Marien Zwart |