summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-181-0/+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
* 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
* surface: add meta_surface_shape_region_changedAlberts Muktupāvels2019-10-153-0/+120
* surface: add meta_surface_opaque_region_changedAlberts Muktupāvels2019-10-153-16/+133
* surface: store positionAlberts Muktupāvels2019-10-132-4/+34
* surface: simplify codeAlberts Muktupāvels2019-10-131-40/+24
* surface: add meta_surface_is_visibleAlberts Muktupāvels2019-10-133-1/+17
* compositor-xrender: simplify codeAlberts Muktupāvels2019-10-131-28/+1
* window: change shape_region type to XserverRegionAlberts Muktupāvels2019-10-131-3/+3
* compositor-xrender: remove shape_regionAlberts Muktupāvels2019-10-131-63/+14
* compositor-xrender: clip shape region to window sizeAlberts Muktupāvels2019-10-131-0/+15
* compositor: pass MetaSurface to window_shape_region_changedAlberts Muktupāvels2019-10-135-9/+14
* compositor: pass MetaSurface to window_opaque_region_changedAlberts Muktupāvels2019-10-135-5/+12
* compositor: avoid full redraw if stack did not changeAlberts Muktupāvels2019-10-131-0/+23