summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* display: do not focus default window when focus reverts to rootAlberts Muktupāvels2019-11-291-13/+0
* stack: change how we choose default focus windowAlberts Muktupāvels2019-11-291-7/+79
* data: don't expose window shading shortcutAlberts Muktupāvels2019-11-271-3/+0
* revert "stack: never focus unmanaging windows"Alberts Muktupāvels2019-11-271-1/+2
* surface-xrender: remove visibility check from paint functionsAlberts Muktupāvels2019-10-231-6/+0
* compositor-xrender: pass only visible surfaces to paint_windowsAlberts Muktupāvels2019-10-231-10/+13
* compositor-xrender: merge paint_all into redraw functionAlberts Muktupāvels2019-10-231-43/+33
* compositor: remove hide_window vfuncAlberts Muktupāvels2019-10-235-31/+0
* compositor: remove remove_window vfuncAlberts Muktupāvels2019-10-235-26/+0
* compositor: remove window_opacity_changed vfuncAlberts Muktupāvels2019-10-235-27/+0
* compositor: remove sync_window_geometry vfuncAlberts Muktupāvels2019-10-234-24/+0
* compositor-xrender: move shadow to MetaSurfaceXRenderAlberts Muktupāvels2019-10-233-233/+181
* surface-xrender: remove meta_surface_xrender_get_pictureAlberts Muktupāvels2019-10-232-8/+0
* compositor-xrender: add meta_compositor_xrender_create_shadowAlberts Muktupāvels2019-10-232-77/+81
* surface: add full damage when opacity changesAlberts Muktupāvels2019-10-221-0/+1
* compositor-xrender: move shadow to MetaShadowXRenderAlberts Muktupāvels2019-10-224-106/+228
* compositor-xrender: remove unused parameters from shadow_pictureAlberts Muktupāvels2019-10-221-3/+1
* compositor-xrender: move shadow painting to separate functionAlberts Muktupāvels2019-10-221-56/+63
* surface: add sync_geometry vfuncAlberts Muktupāvels2019-10-224-0/+42
* surface: add damage parameter to pre_paint vfuncAlberts Muktupāvels2019-10-224-10/+13
* surface: add is_visible vfuncAlberts Muktupāvels2019-10-224-3/+22
* surface-xrender: do not create picture if we don't have pixmapAlberts Muktupāvels2019-10-221-6/+4
* compositor-xrender: don't set clip region for shadow pictureAlberts Muktupāvels2019-10-211-69/+23
* compositor-xrender: remove windows_by_xidAlberts Muktupāvels2019-10-201-21/+0
* compositor-xrender: move Expose event handling to MetaCompositorAlberts Muktupāvels2019-10-202-69/+33
* compositor-xrender: pass MetaSurface to shadow_changedAlberts Muktupāvels2019-10-201-79/+27
* compositor: pass MetaSurface to remove_windowAlberts Muktupāvels2019-10-205-11/+8
* window: treat CurrentTime as legal timestamp in activationAlberts Muktupāvels2019-10-201-18/+3
* surface: add full damage when hiding windowAlberts Muktupāvels2019-10-201-14/+22
* compositor-xrender: remove shadow_typeAlberts Muktupāvels2019-10-201-13/+16
* compositor-xrender: create root tile in pre_paintAlberts Muktupāvels2019-10-201-6/+4
* compositor-xrender: rename extents to shadow_regionAlberts Muktupāvels2019-10-201-18/+18
* compositor: move meta_surface_pre_paint to pre_paint vfuncAlberts Muktupāvels2019-10-204-12/+19
* compositor-xrender: remove needs_shadowAlberts Muktupāvels2019-10-201-8/+3
* compositor-xrender: remove modeAlberts Muktupāvels2019-10-191-47/+24
* compositor-xrender: use meta_surface_has_shadowAlberts Muktupāvels2019-10-191-85/+5
* surface: add meta_surface_has_shadowAlberts Muktupāvels2019-10-192-0/+52
* surface: add meta_surface_is_opaqueAlberts Muktupāvels2019-10-192-0/+42
* compositor-xrender: simplify shadow handlingAlberts Muktupāvels2019-10-191-132/+58
* compositor-xrender: use window-type propertyAlberts Muktupāvels2019-10-191-11/+36
* compositor-xrender: remove error trap from notify_decorated_cbAlberts Muktupāvels2019-10-191-4/+0
* compositor-xrender: remove add_repairAlberts Muktupāvels2019-10-191-7/+1
* window: add window-type propertyAlberts Muktupāvels2019-10-194-0/+98
* libmetacity: remove meta-enum-types.h from include headersAlberts Muktupāvels2019-10-191-1/+0
* compositor-xrender: simplify paint_windowsAlberts Muktupāvels2019-10-191-17/+2
* compositor-xrender: create extents only if window needs shadowAlberts Muktupāvels2019-10-191-45/+46
* compositor-xrender: remove free_winAlberts Muktupāvels2019-10-181-20/+14
* compositor-xrender: create root buffer in pre_paintAlberts Muktupāvels2019-10-181-3/+3
* compositor: remove set_updates_frozen vfuncAlberts Muktupāvels2019-10-185-33/+0
* compositor: remove show_window vfuncAlberts Muktupāvels2019-10-185-31/+0