summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
...
* compositor: Ignore offscreen windows when unredirectingJonas Ådahl2017-10-172-6/+43
* window-actor: Use monitor API to get frame message refresh rateJonas Ådahl2017-10-051-17/+23
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-7/+8
* meta-background-actor: Add gradient effectAlessandro Bono2017-09-071-2/+186
* meta-background-actor: Rename brightness to vignette_brightnessAlessandro Bono2017-09-071-13/+13
* meta-background-actor: Rename shader snippetsAlessandro Bono2017-09-071-14/+16
* meta-background-actor: Style fixAlessandro Bono2017-09-051-1/+1
* meta-background-actor: Unset flags when they are not valid anymoreAlessandro Bono2017-08-211-0/+4
* compositor: add vmethod to override inhibit shortcut dialogOlivier Fourdan2017-08-024-0/+29
* compositor: Handle EXIF orientation for backgroundsSilvère Latchurié2017-06-211-1/+8
* texture-tower: Fix usage of G_*_DECLSBenoit Gschwind2017-06-141-1/+1
* compositor: Remove MetaSurfaceActorWayland::painting signalCarlos Garnacho2017-05-221-17/+0
* compositor: Expose MetaPlugin vmethod to create a MetaCloseDialogCarlos Garnacho2017-05-154-0/+27
* build: Fix non-wayland buildsChris Vine2017-05-111-0/+2
* Add support for scaled logical monitor framebuffersJonas Ådahl2017-04-071-3/+7
* window: Replace monitor scale getter with geometry scaleJonas Ådahl2017-04-071-11/+11
* dnd: Implement DnD handling code in WaylandHyungwon Hwang2017-03-072-1/+122
* dnd: Implement MetaDndHyungwon Hwang2017-03-071-0/+171
* Use Unicode in translatable stringsPiotr Drąg2017-02-161-1/+1
* Update shadows to match Adwaita betterJuraj Fiala2017-02-151-9/+9
* window-actor: Special-case COMBO window's shadow classFlorian Müllner2017-02-151-0/+1
* compositor: Avoid thaw on inconsistent effect_completed callsCarlos Garnacho2017-01-261-1/+7
* monitor-manager: Move logical monitor into its own fileJonas Ådahl2017-01-252-0/+2
* Rename MetaMonitorInfo MetaLogicalMonitorJonas Ådahl2017-01-252-6/+6
* window: Inform the compositor when a window effectively changes sizeRui Matos2016-11-231-0/+1
* MetaPlugin: add a size_changed vfuncRui Matos2016-11-232-0/+14
* build: Fix cogl include pathsFlorian Müllner2016-11-231-0/+1
* MetaShapedTexture: Default to y-inverted being trueJonas Ådahl2016-11-181-0/+1
* MetaShapedTexture: Add support for setting a custom CoglSnippetJonas Ådahl2016-11-182-0/+27
* MetaSurfaceActorWayland: Remove API never used externally anymoreJonas Ådahl2016-11-182-12/+3
* wayland: Add support for EGL_WAYLAND_Y_INVERTED_WLJonas Ådahl2016-11-182-37/+104
* compositor: End a wayland popup grab when starting a compositor grabRui Matos2016-11-021-0/+8
* window-actor: Make sync_visibility() publicFlorian Müllner2016-09-181-1/+0
* MetaWindowActor: Sync thawed state when surface actor is setJonas Ådahl2016-09-091-14/+24
* Use signals instead of onscreen framebuffer frame callbacksJonas Ådahl2016-07-204-22/+22
* MetaWindowGroup: Only compensate for transforms when in clone paintJonas Ådahl2016-07-201-4/+15
* compositor: Don't access use the onscreen framebuffer directlyJonas Ådahl2016-07-203-11/+10
* compositor: Initiate cogl context field on creationJonas Ådahl2016-07-201-2/+4
* plugins/default: Make the background a vignetteJonas Ådahl2016-07-201-0/+5
* Use correct cogl object typesJonas Ådahl2016-07-203-5/+13
* MetaSurfaceActorX11: invalidate the stex on video memory purged errorsRui Matos2016-06-271-0/+19
* MetaBackground: invalidate contents on video memory purged errorsRui Matos2016-06-271-0/+13
* compositor: Handle GL video memory purged errorsRui Matos2016-06-272-2/+27
* surface-actor: Keep track of ignored damageFlorian Müllner2016-06-171-12/+21
* MetaSurfaceActorWayland: Use weak pointer instead of destroy hookJonas Ådahl2016-05-011-15/+14
* MetaSurfaceActorWayland: Only NULL check surface on class vfuncsJonas Ådahl2016-05-011-18/+50
* MetaWindow: Make buffer_rect and rect share coordinate spaceJonas Ådahl2016-05-011-14/+0
* Fix the merged buildRui Matos2016-04-273-2/+7
* Do not skip CoglError parametersFlorian Müllner2016-04-155-6/+38
* Do not try to unref NULL CoglObjectsFlorian Müllner2016-04-151-2/+1