summaryrefslogtreecommitdiff
path: root/src/compositor/meta-compositor-xrender.c
Commit message (Expand)AuthorAgeFilesLines
* xrender: fix memory leakgnome-3-32Alberts Muktupāvels2019-09-131-1/+7
* avoid deprecated gdk error trap functionsAlberts Muktupāvels2018-03-111-4/+4
* compositor: fix missing shadow from some windowsAlberts Muktupāvels2017-10-201-7/+15
* xrender: simplify process_property_notifyAlberts Muktupāvels2017-07-041-16/+13
* xrender: include shape region in damage areaAlberts Muktupāvels2017-06-281-13/+33
* compositor: rename window_shape_changedAlberts Muktupāvels2017-06-281-3/+3
* compositor: add window_opaque_region_changedAlberts Muktupāvels2017-06-281-0/+7
* xrender: remove more unnecessary NULL checksAlberts Muktupāvels2017-06-191-2/+2
* xrender: remove unnecessary NULL checksAlberts Muktupāvels2017-06-191-61/+40
* xrender: redraw screen after stack syncAlberts Muktupāvels2017-04-271-1/+1
* xrender: add error trap in sync_window_geometryAlberts Muktupāvels2017-04-011-0/+4
* xrender: simplify expose_areaAlberts Muktupāvels2017-03-181-4/+1
* xrender: stop handling ConfigureNotify eventsAlberts Muktupāvels2017-03-181-167/+155
* xrender: fix window resizingAlberts Muktupāvels2017-03-181-3/+10
* xrender: track decoration statusAlberts Muktupāvels2017-03-171-0/+133
* xrender: don't mix client and frame xwindowsAlberts Muktupāvels2017-03-171-14/+24
* xrender: add find_comp_window_by_windowAlberts Muktupāvels2017-03-171-28/+21
* xrender: rename find_window to find_comp_window_by_xwindowAlberts Muktupāvels2017-03-171-17/+17
* xrender: allow passing NULL to cairo_region_to_xserver_regionAlberts Muktupāvels2017-03-171-17/+8
* xrender: merge two functionsAlberts Muktupāvels2017-03-171-85/+78
* xrender: remove id from MetaCompWindowAlberts Muktupāvels2017-03-171-17/+20
* xrender: add get_toplevel_xwindow to simplify codeAlberts Muktupāvels2017-03-171-59/+23
* xrender: move repaint idle to MetaCompositorAlberts Muktupāvels2017-03-161-46/+24
* xrender: use sync_screen_size vfunc to damage screenAlberts Muktupāvels2017-03-161-20/+11
* compositor: add meta_compositor_sync_screen_sizeAlberts Muktupāvels2017-03-161-0/+6
* compositor: check common extensions in MetaCompositorAlberts Muktupāvels2017-03-161-3/+0
* xrender: move XCompositeRedirectSubwindows to MetaCompositorAlberts Muktupāvels2017-03-151-17/+2
* compositor: remove is_our_xwindow vfuncAlberts Muktupāvels2017-03-151-8/+0
* xrender: move overlay window to MetaCompositorAlberts Muktupāvels2017-03-151-54/+2
* xrender: stop handling MapNotify eventsAlberts Muktupāvels2017-03-151-22/+22
* xrender: stop handling UnmapNotify eventsAlberts Muktupāvels2017-03-151-45/+28
* xrender: remove XWindowAttributesAlberts Muktupāvels2017-03-151-56/+47
* xrender: remove commented out codeAlberts Muktupāvels2017-03-151-18/+0
* xrender: use mapped state from MetaWindowAlberts Muktupāvels2017-03-151-4/+2
* xrender: stop handling XShapeEvent eventsAlberts Muktupāvels2017-03-151-76/+57
* xrender: use Visual from MetaWindowAlberts Muktupāvels2017-03-141-3/+4
* xrender: remove unused parameter from resize_winAlberts Muktupāvels2017-03-141-7/+3
* compositor: remove meta_compositor_set_active_windowAlberts Muktupāvels2017-03-121-7/+0
* xrender: use appears-focused property to redraw windowAlberts Muktupāvels2017-03-121-134/+76
* xrender: avoid a criticalAlberts Muktupāvels2017-03-121-1/+1
* xrender: do not remove prefs listener if not addedAlberts Muktupāvels2017-03-121-1/+8
* compositor: check for required extensionsAlberts Muktupāvels2017-03-101-0/+19
* screen: move cm selection to compositorAlberts Muktupāvels2017-03-101-4/+3
* compositor: remove unmanage vfuncAlberts Muktupāvels2017-03-091-6/+0
* compositor: move unmanage code to finalizeAlberts Muktupāvels2017-03-091-38/+50
* compositor: don't call XSelectInputAlberts Muktupāvels2017-03-061-7/+0
* compositor: remove unneeded checkAlberts Muktupāvels2017-03-061-3/+0
* compositor: remove obsolete commentAlberts Muktupāvels2017-03-061-1/+1
* compositor: remove border_widthAlberts Muktupāvels2017-03-061-34/+19
* compositor: remove restack_winAlberts Muktupāvels2017-03-061-46/+0