summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compositor-xrender: remove damaged from MetaCompWindowAlberts Muktupāvels2019-10-181-55/+0
* compositor-xrender: create extents in pre_paint vfuncAlberts Muktupāvels2019-10-181-40/+32
* compositor-xrender: remove debug from MetaCompositorXRenderAlberts Muktupāvels2019-10-182-52/+2
* surface: add damage when moving windowAlberts Muktupāvels2019-10-181-0/+26
* window: move shape clipping to MetaSurfaceAlberts Muktupāvels2019-10-182-13/+16
* compositor: reformat MetaCompositorClassAlberts Muktupāvels2019-10-181-26/+26
* compositor: remove maximize_window vfuncAlberts Muktupāvels2019-10-185-29/+0
* compositor: remove unmaximize_window vfuncAlberts Muktupāvels2019-10-185-29/+0
* compositor: remove get_window_surface vfuncAlberts Muktupāvels2019-10-185-30/+1
* compositor-xrender: move shaded_surface to MetaSurfaceAlberts Muktupāvels2019-10-182-67/+63
* compositor: remove window_shape_region_changed vfuncAlberts Muktupāvels2019-10-185-27/+0
* compositor: remove window_opaque_region_changed vfuncAlberts Muktupāvels2019-10-185-27/+0
* compositor-xrender: remove also visible_regionAlberts Muktupāvels2019-10-181-111/+1
* compositor-xrender: remove unused window_regionAlberts Muktupāvels2019-10-181-41/+3
* compositor-xrender: remove unused client_regionAlberts Muktupāvels2019-10-181-84/+0
* compositor-xrender: move window painting to MetaSurfaceXRenderAlberts Muktupāvels2019-10-183-112/+233
* surface: always add frame region to shape regionAlberts Muktupāvels2019-10-181-6/+9
* surface: update regions before is_region_emptyAlberts Muktupāvels2019-10-181-3/+3
* surface-xrender: clip image to shape regionAlberts Muktupāvels2019-10-181-0/+30
* surface: add frame region to shape regionAlberts Muktupāvels2019-10-181-10/+35
* libmetacity: fix blurry titlebar fontAlberts Muktupāvels2019-10-162-21/+25
* surface-xrender: free mask when focus changesAlberts Muktupāvels2019-10-161-0/+13
* surface-xrender: simplify codeAlberts Muktupāvels2019-10-151-77/+55
* surface: don't unconditionally subtract damageAlberts Muktupāvels2019-10-151-3/+12
* surface: add new damage region once from pre_paintAlberts Muktupāvels2019-10-151-29/+47