summaryrefslogtreecommitdiff
path: root/src/compositor/meta-background.c
Commit message (Expand)AuthorAgeFilesLines
* background: Limit mipmap levels to avoid loss of visible detailDaniel van Vugt2020-05-131-0/+33
* background: Scale monitor_area after texture creationDaniel van Vugt2020-02-041-6/+20
* background: set_file accepts NULL filesCorentin Noël2019-11-221-0/+8
* background: Reload when GPU memory is invalidatedDaniel van Vugt2019-07-161-10/+36
* cogl: Remove CoglError wrapperNiels De Graef2019-06-201-6/+6
* background: Shrink wallpaper using LINEAR_MIPMAP_LINEARDaniel van Vugt2019-03-261-1/+1
* background: Use monitor scale to generate the texture at real monitor sizeMarco Trevisan (Treviño)2019-03-011-11/+25
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-251-0/+1
* Use G_DECLARE_DERIVABLE/FINAL_TYPE on some typesNiels De Graef2018-12-211-117/+86
* background: Mipmap wallpaper when shrinkingDaniel van Vugt2018-12-121-0/+5
* Clean up include macros messJonas Ådahl2018-11-061-7/+10
* Stop using g_type_class_add_private()Florian Müllner2018-07-311-3/+1
* Use MetaMonitorManager insted of MetaDisplay where possibleArmin Krezović2018-07-061-15/+7
* Stop using MetaScreen where it is unnecessaryArmin Krezović2018-07-061-3/+0
* Move monitor management API to MetaDisplayArmin Krezović2018-07-061-30/+27
* Move screen size and cursor setting to MetaDisplayArmin Krezović2018-07-061-10/+23
* compositor: Keep reference to the screen on the MetaBackgroundCarlos Garnacho2017-11-061-1/+1
* Use correct cogl object typesJonas Ådahl2016-07-201-3/+8
* MetaBackground: invalidate contents on video memory purged errorsRui Matos2016-06-271-0/+13
* Do not skip CoglError parametersFlorian Müllner2016-04-151-1/+9
* build: Fix return value in meta-background.cTing-Wei Lan2015-09-041-1/+1
* background: paint color matte for scaled and centered backgroundsRay Strode2015-09-031-9/+22
* background: simplify conditional in meta_background_get_textureRay Strode2015-09-031-2/+1
* meta-background: Add a function to refresh all background instancesRui Matos2015-03-251-0/+14
* background: use GFiles instead of filenamesCosimo Cecchi2014-10-141-21/+35
* MetaBackground: fix getting stuck in a bad state after monitor changesOwen W. Taylor2014-09-121-0/+5
* Fix colors for horizontal background gradientsOwen W. Taylor2014-09-121-8/+5
* Fix multi-monitor backgroundsOwen W. Taylor2014-09-121-9/+20
* background: Fix monitor validation in get_texture()Florian Müllner2014-09-061-1/+1
* background: Fix meta_background_newJasper St. Pierre2014-09-031-1/+1
* background: Fix buildJasper St. Pierre2014-09-031-2/+2
* Rewrite background codeOwen W. Taylor2014-09-031-988/+632
* background: Don't bother attaching a paint node if the region is emptyJasper St. Pierre2014-08-071-4/+8
* background-actor: Don't bother clipping to the content boxJasper St. Pierre2014-08-071-4/+1
* background: Don't render with blending when we don't need toJasper St. Pierre2014-08-071-0/+28
* compositor: Don't use cogl_texture_new_with_data in the obvious casesJasper St. Pierre2014-08-071-21/+24
* background: Merge the code for creating the color texture into hereJasper St. Pierre2014-08-071-5/+12
* background: Don't bother supporting alpha channels for gradientsJasper St. Pierre2014-08-071-3/+3
* background: Do not assume GLSL is availableAdel Gadllah2014-07-241-1/+16
* background: Remove load_still_frameJasper St. Pierre2014-04-021-84/+0
* Changed obsolete FSF postal address into generic URL.Andika Triwidada2014-01-131-3/+1
* Fix regression in mutter-wayland translationsGiovanni Campagna2013-09-111-0/+1
* background: Rename visible_region to clip_regionAdel Gadllah2013-08-291-5/+5
* background: don't save pixbuf in user dataTim Lunn2013-08-271-7/+0
* Revert "background: Allow using sliced textures"Ray Strode2013-07-011-1/+1
* Revert "background: downscale background to fit in texture limits"Ray Strode2013-07-011-30/+0
* background: Allow using sliced textures for file based backgroundsRay Strode2013-07-011-1/+1
* background: Allow using sliced texturesJasper St. Pierre2013-07-011-1/+1
* background: downscale background to fit in texture limitsRay Strode2013-07-011-0/+30