Age | Commit message (Expand) | Author |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-13 | Simplify popup_unconstrain | emersion |
2018-07-13 | Fix output_has_opaque_lockscreen | emersion |
2018-07-13 | Merge branch 'master' into xwayland-floating-borders | Ryan Dwyer |
2018-07-12 | Add xdg-positioner support | emersion |
2018-07-12 | Don't disable borders for xwayland floating views | emersion |
2018-07-11 | Use saved buffer when fullscreen view is in a transaction | Ryan Dwyer |
2018-07-10 | removed unnecessary parens | russ morris |
2018-07-10 | fix line lengths | russ morris |
2018-07-10 | tabs instead of spaces | russ morris |
2018-07-10 | fix tabbed titlebar widths | russ morris |
2018-07-10 | Merge branch 'master' into fix-stacked-layout | Ryan Dwyer |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-10 | Fix titlebar rendering for nested stacked containers | Konstantin Pospelov |
2018-07-09 | Implement some floating move commands | Ryan Dwyer |
2018-07-07 | Split renderer | emersion |
2018-07-07 | Fix titles when container titles contain UTF-8 characters | Ryan Dwyer |
2018-07-06 | Make view_update_* update live props as well | emersion |
2018-07-06 | Fix xwayland floating views unclickable | emersion |
2018-07-07 | Translate surface by its geo when doing opaque box check | Ryan Dwyer |
2018-07-07 | Don't clear when using opaque lockscreen | Ryan Dwyer |
2018-07-07 | Detect opaque lockscreen when using a solid color | Ryan Dwyer |
2018-07-07 | Use pixman_region32_contains_rectangle | Ryan Dwyer |
2018-07-07 | Use opaque region to determine if frame done should be sent | Ryan Dwyer |
2018-07-07 | Don't send frame done to surfaces behind lockscreen | Ryan Dwyer |
2018-07-05 | Use wlr_surface.buffer_damage | emersion |
2018-07-05 | Updates per wlroots#1076 | Drew DeVault |
2018-07-04 | Fix use after free in transaction code | Ryan Dwyer |
2018-07-02 | Fix damage on swaybar when view requests to exit fullscreen | Ryan Dwyer |
2018-07-02 | Merge pull request #2187 from martinetd/idle-inhibit | emersion |
2018-07-02 | idle_inhibit: move server data to its own struct | Dominique Martinet |
2018-07-02 | idle_inhibit: stop inhibitor when views become invisible | Dominique Martinet |
2018-07-02 | Add idle inhibit unstable v1 support | Dominique Martinet |
2018-07-02 | transaction_apply: use float for quotient | Dominique Martinet |
2018-07-01 | Implement pid->workspace tracking | Drew DeVault |
2018-06-30 | xdg_shell: listen to fullscreen request on map | Dominique Martinet |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet |
2018-06-30 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-30 | Fix crash with stacking layout after f42bf0ad4 | Rostislav Pehlivanov |
2018-06-30 | Revert "Don't unmaximize floating views" | Rostislav Pehlivanov |
2018-06-30 | Fix flash of background when xwayland views are mapped | Ryan Dwyer |
2018-06-29 | Render saved buffers with the surface's dimensions | Ryan Dwyer |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-29 | Replace list_empty with a simple alternative | Ryan Dwyer |
2018-06-27 | fix accidently removing borders on XCB_CONFIGURE_REQUEST | Armin Preiml |
2018-06-27 | Allow views to skip configures | Ryan Dwyer |
2018-06-27 | Move unsetting of view->surface into view_unmap | Ryan Dwyer |
2018-06-27 | Remove transaction_add_damage | Ryan Dwyer |
2018-06-27 | Fix nitpicks | Ryan Dwyer |
2018-06-27 | Merge branch 'master' into xwayland-wants-float | Ryan Dwyer |