mutter/src/backends
Jonas Ådahl 70e0fd0b45 backends: Chain up some GObjectClass vfuncs
Various vfunc implementations was not chained up properly. This commit
fixes that.

https://bugzilla.gnome.org/show_bug.cgi?id=787477
2017-09-20 11:14:27 +08:00
..
native Revert "renderer-native: Destroy monitor framebuffers when suspending" 2017-09-04 22:37:16 +08:00
x11 backend/x11: Notify whenever the layout group changes 2017-08-21 21:19:18 +08:00
edid-parse.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
edid.h edid: Remove unused declarations 2014-09-12 11:55:08 -06:00
meta-backend-private.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-backend.c backend: Only try to center pointer when there not headless 2017-08-30 13:09:38 +08:00
meta-barrier-private.h Move out generic math parts out of the native barrier implementation 2016-02-16 19:02:48 +08:00
meta-barrier.c Move out generic math parts out of the native barrier implementation 2016-02-16 19:02:48 +08:00
meta-cursor-renderer.c cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00
meta-cursor-renderer.h cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00
meta-cursor-tracker-private.h cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00
meta-cursor-tracker.c cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00
meta-cursor.c Use correct cogl object types 2016-07-20 14:23:48 +08:00
meta-cursor.h Support scaling of cursor sprites given what output they are on 2015-09-13 21:26:22 +08:00
meta-dbus-session-watcher.c Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-dbus-session-watcher.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-display-config-shared.h Remove trailing whitespace 2014-05-02 09:34:48 -04:00
meta-dnd-private.h dnd: Implement DnD handling code in Wayland 2017-03-07 08:28:36 +08:00
meta-egl-ext.h egl: Add EGL_RESOURCE_BUSY_EXT error 2017-03-04 18:34:17 +08:00
meta-egl.c egl: Don't require eglGetPlatformDisplayEXT 2017-08-22 18:33:13 +02:00
meta-egl.h wayland: Add zwp_linux_dmabuf_v1 support 2017-08-01 19:05:50 +08:00
meta-idle-monitor-dbus.c MetaIdleMonitorDBus: unref the objects after exporting them 2014-05-07 19:04:54 +02:00
meta-idle-monitor-dbus.h Start molding out a new src/backends/ dir 2014-03-31 22:11:00 -04:00
meta-idle-monitor-private.h Remove trailing whitespace 2014-05-02 09:34:48 -04:00
meta-idle-monitor.c backends: Make MetaBackend available to introspection 2014-08-07 11:31:59 +02:00
meta-input-settings-private.h Add tag-and-drag setting from libinput into mutter 2017-08-20 09:27:28 +08:00
meta-input-settings.c Add tag-and-drag setting from libinput into mutter 2017-08-20 09:27:28 +08:00
meta-logical-monitor.c cursor-renderer-native: Don't use HW cursor on transformed logical monitor 2017-08-21 21:20:19 +08:00
meta-logical-monitor.h cursor-renderer-native: Don't use HW cursor on transformed logical monitor 2017-08-21 21:20:19 +08:00
meta-monitor-config-manager.c backends: Chain up some GObjectClass vfuncs 2017-09-20 11:14:27 +08:00
meta-monitor-config-manager.h monitor-config-manager: Keep short history of configurations 2017-08-21 12:23:51 +08:00
meta-monitor-config-migration.c Migrate old monitor configuration files to new system 2017-08-21 12:23:51 +08:00
meta-monitor-config-migration.h Migrate old monitor configuration files to new system 2017-08-21 12:23:51 +08:00
meta-monitor-config-store.c backends: Chain up some GObjectClass vfuncs 2017-09-20 11:14:27 +08:00
meta-monitor-config-store.h Migrate old monitor configuration files to new system 2017-08-21 12:23:51 +08:00
meta-monitor-manager-dummy.c monitor-manager: Fall back to minimum screen size of 640 x 480 2017-08-30 13:09:38 +08:00
meta-monitor-manager-dummy.h monitor-manager: Expose MetaMonitorManager to introspection 2015-01-30 13:13:49 -05:00
meta-monitor-manager-private.h monitor-manager: Fall back to minimum screen size of 640 x 480 2017-08-30 13:09:38 +08:00
meta-monitor-manager.c backend: Only try to center pointer when there not headless 2017-08-30 13:09:38 +08:00
meta-monitor.c backends: Chain up some GObjectClass vfuncs 2017-09-20 11:14:27 +08:00
meta-monitor.h monitor: Add foreach output helper and fix foreach crtc helper 2017-08-30 13:09:38 +08:00
meta-orientation-manager.c backends: Add a MetaOrientationManager class 2017-07-14 15:31:20 +02:00
meta-orientation-manager.h backends: Add a MetaOrientationManager class 2017-07-14 15:31:20 +02:00
meta-pointer-constraint.c Implement support for the wp_pointer_constraints protocol 2016-02-16 19:02:48 +08:00
meta-pointer-constraint.h Implement support for the wp_pointer_constraints protocol 2016-02-16 19:02:48 +08:00
meta-remote-desktop-session.c remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-remote-desktop-session.h remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-remote-desktop.c remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-remote-desktop.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-renderer-view.c renderer-view: Add view transform getter 2017-04-07 22:30:49 +08:00
meta-renderer-view.h renderer-view: Add view transform getter 2017-04-07 22:30:49 +08:00
meta-renderer.c monitor-manager: Store logical monitors in a GList 2017-01-25 16:28:52 +08:00
meta-renderer.h Rename MetaMonitorInfo MetaLogicalMonitor 2017-01-25 16:28:51 +08:00
meta-screen-cast-monitor-stream-src.c ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast-monitor-stream-src.h ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast-monitor-stream.c ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast-monitor-stream.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-screen-cast-session.c remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-screen-cast-session.h remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-screen-cast-stream-src.c ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast-stream-src.h screen-cast-stream-src: Remove malformed include 2017-09-08 17:54:44 +02:00
meta-screen-cast-stream.c ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast-stream.h ScreenCast: Pass PipeWire stream node ID directly 2017-08-29 14:39:04 +08:00
meta-screen-cast.c remote-desktop, screen-cast: Fail session method calls from other peers 2017-08-29 14:39:04 +08:00
meta-screen-cast.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-settings-private.h Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-settings.c Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
meta-stage.c cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00
meta-stage.h cursor-renderer: Track cursor position using floats 2017-07-14 20:54:27 +08:00