[mutter] (337 commits) Non-fast-forward update to branch wip/carlosg/clip-regions
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (337 commits) Non-fast-forward update to branch wip/carlosg/clip-regions
- Date: Sun, 20 Oct 2019 12:26:52 +0000 (UTC)
The branch 'wip/carlosg/clip-regions' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
d0c810a... ClutterStage: Store clip area as a region
5de6ce2... ClutterStage: Use an actual region for swap_region
59d4a40... compositor: Use redraw clip region to cull out children
23d7c0e... clutter/cogl: Ensure we set dirty pixel if there's no regio
311458f... cogl: Add support for clipping regions
203b925... clutter/cogl: Use regions for clipping if necessary
Commits added to the branch:
aae9f3a... window-actor: Fix rectangle coordinates in culling (*)
efe6c13... cursor-tracker: Use our own marshal for cursor-moved (*)
4de892b... cursor-tracker: Don't use g_cclosure_marshal_VOID__VOID (*)
5b98cc7... cursor-tracker: Document cursor-moved signal (*)
b95d7e8... iconcache: Support 16bit icons (*)
56a5c5e... cleanup: Stop using g_get_current_time () (*)
82b222f... Update Romanian translation (*)
cda9579... core: propagate the effective on-all-workspaces setting to (*)
79b5ece... core: Ensure passive key grabs are only set up on X11 (*)
9109fa0... x11: Add meta_x11_get_display_name() function (*)
ca51cd8... core: Prepare MetaStackTracker for X11 display being closed (*)
d3d1ff1... x11: Do not queue stack operation for guard window (*)
500a692... core: Manage only X11 windows when (re)starting (*)
8b62f48... wayland: Rename xwayland init/shutdown functions (*)
9a10b8f... wayland: Disconnect signal when the display closes (*)
319f7f5... compositor: Add explicit API call to redirect X11 windows (*)
f5a2694... wayland: Add tracking of X11 windows (*)
e894929... wayland: Refactor code setting up the display socket (*)
7ef32f7... wayland: Add setting/api to check the policy to set up the (*)
123b401... x11: Shuffle x11-stack destruction in MetaX11Display dispos (*)
879f5f0... x11: Add "closing" flag to MetaX11Display (*)
0c5866a... core: Avoid queueing a stack operation on the frame when th (*)
141373f... wayland: Implement on-demand start of Xwayland (*)
7ab07b0... clutter-actor: Expose layout manager properties to transiti (*)
80c8a28... wayland: Check the xwayland shutdown policy before listenin (*)
08c6b80... core: Exit early on keybindings if this is a wayland compos (*)
1b9672b... Bump version to 3.33.90 (*)
358911a... Update Basque translation (*)
f780706... Update Indonesian translation (*)
18838bc... monitor: Fix style issue (*)
989a281... monitor: Check mode resolution area when determining advert (*)
0521706... monitor: Always advertise modes similar to the preferred mo (*)
782056a... wayland/data-device: Use correct selection type to get mime (*)
d526283... compositor: Make it a GObject (*)
93c7d57... display: Destroy compositor using g_clear_pointer (*)
d20f6c7... compositor: Use g_clear_signal_handler to disconnect signal (*)
e9e28ba... wayland: Create XAuthority file once (*)
3259c7e... wayland: Start up the grace Xwayland period right after sta (*)
a0bdf44... core: Do not crash on untimely stack queries for X11 window (*)
ee3e195... ci/Dockerfile: Upgrade after adding copr repos (*)
07de258... ci/Dockerfile: Pass --no-cache in build example (*)
17c2178... udev: Fix wrong closure function usage for the "device-adde (*)
6792903... udev: Add device-removed signal (*)
76445bc... kms: Remove unused fields from MetaKmsCrtcState struct (*)
73db35c... kms: Fix meta_kms_crtc_read_state gamma table memory leak (*)
578ff22... kms: drmModeGetCrtc may fail (*)
3ccb7cf... kms: drmModeGetConnector may fail (*)
0eb355e... kms: Fix drm_connector mem-leak in meta_kms_connector_updat (*)
f3660dc... kms: Deal with GPUs being unplugged (*)
7e8a864... cogl: Remove unused cogl-gles2 API (*)
b7ef879... cogl: Remove unused cogl_{begin,end}_gl API (*)
4d81909... cursor-renderer/native: Fix compilation warning (*)
f57ce72... clutter/stage-cogl: Remove pending_swaps counter (*)
a3baf14... Update Romanian translation (*)
15c9458... Updated Lithuanian translation (*)
ad62a65... window: Move UI frame event handler to a separate function (*)
f37a172... events: No UI frame button press events for Wayland (*)
55cd110... compositor: Use meta_window_actor_from_window() throughout (*)
12ea2fc... compositor: Make type derivable (*)
9af90bf... compositor: Fix indentation mistake (*)
984aad4... compositor: Move out X11 compositing code into sub type (*)
8ee00ce... compositor/x11: Move stage input region setting to MetaX11D (*)
0db38c4... compositor: Let MetaDisplay choose the correct compositor t (*)
c4a9117... clutter: Remove marshallers that are available in GLib (*)
9d65eab... clutter: Use va_marshaller for Actor signals (*)
5fa8b24... xwayland: pass the X11 display (*)
bc166aa... xwayland: Use given X11 display for DnD setup (*)
eac227a... xwayland: Add local user to xhost (*)
75349f8... Updated Spanish translation (*)
32dcf77... clutter/text: Switch to input device grabs (*)
959eb98... clutter/main: Remove global/context grabs (*)
0947bc3... clutter/main: Move grabbing functions to clutter-input-devi (*)
bc08ad2... clutter/device-manager-evdev: Update device modifiers befor (*)
5c617ac... clutter/stage: Only queue compressible events (*)
220e4ca... ci: Add gnome-autoar to Dockerfile (*)
13deb22... wayland/xdg-output: Add xdg-output v3 support (*)
bdc7cc8... Bump version to 3.33.91 (*)
9d4e4e2... ci: Don't build gnome-shell's man pages (*)
c0130ca... Update Polish translation (*)
a509075... Update Serbian translation (*)
e33d6b2... clutter/paint-node: Expose clutter_paint_node_get_framebuff (*)
75cffd0... shaped-texture: Implement ClutterContent (*)
d3f30d9... wayland/actor-surface: Set geometry scale in surface actor (*)
425e650... shaped-texture: Draw pipeline relative to alloc (*)
4c1fde9... shaped-texture: Move MetaCullable helpers to MetaSurfaceAct (*)
6b35a49... shaped-texture: Move private function to private header (*)
2d7adb9... wayland/tablet-tool: Use meta_wayland_surface_get_relative_ (*)
c747be8... wayland: Don't scale input and opaque regions (*)
fb9e876... window-actor: Handle geometry scale (*)
29ea530... keybindings: Restore inhibit shortcut for overlay key (*)
8e13292... keybindings: Code cleanup (*)
a32559e... clutter: Remove "has_xinput" x11 API (*)
f304fa4... Drop xinput2 version checks (*)
829d9c8... clutter: Move scattered x11 keymap code into ClutterKeymapX (*)
54101b1... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterDeviceMana (*)
e56df45... clutter: Drop ClutterEventTranslator interface (*)
f54bf02... clutter: Remove ClutterEventExtender interface (*)
2ca3513... clutter/cally: Remove needless per-backend code in cally (*)
d6aaef9... clutter: Drop _() define (*)
ef93bb6... clutter: Remove event retrieval toggle (*)
5e343e2... clutter: Remove support for foreign stages (*)
fa4580d... clutter: Temporarily comment out clutter tests (*)
ad72fa4... clutter: Move X11 input to src/backends/x11 (*)
96d5bde... backends: Don't use glib types in new X11 backend objects (*)
c710a56... backends: Move nested stage to src/backends/x11/nested (*)
cb31e3e... clutter: Drop unused function to translate to screen coordi (*)
ea54ce7... clutter: Drop functions to get XVisualInfo (*)
8b03d9e... clutter: Move evdev input to src/backends/native (*)
c0a7172... backends: Don't use glib types in new native backend object (*)
cfb8f18... clutter: Move tests to src/tests (*)
cc7e843... tests: Move clutter-test-utils.[ch] to src/tests (*)
47c1558... clutter/input-pointer-a11y: Remove unneeded character (*)
9b3b5ba... clutter/input-pointer-a11y: Fix dwell timeout start after m (*)
14e0263... clutter/input-pointer-a11y: Trigger dwell detection in a ti (*)
b8dcd5f... clutter/main: Ignore synthetic events for accessibility (*)
634c31d... backends: Don’t translate GLib properties (*)
1b58341... Update Latvian translation (*)
56e8aab... Updated Slovenian translation (*)
ea90b80... Update Hungarian translation (*)
2b64861... Update Galician translation (*)
acbefa5... wayland: pointer-confinement: Listen to "geometry-changed" (*)
7275cf6... wayland/feedback-actor: Use float for position and anchor (*)
5cfea4f... wayland/dnd-surface: Apply surface offset (*)
4c59eb0... Update Catalan translation (*)
9b7d918... surface-actor: Unref shaped texture on dispose (*)
433e1b3... core: Move Stack to StackTracker synchronization back to st (*)
78232fa... core: Check X11 display availability before use in MetaStac (*)
a51437e... clutter/input-pointer-a11y: Include success boolean in stop (*)
77229f9... wayland: Implement subsurface.place_below() for parents (*)
a3c97ee... surface-actor-wayland: Handle stex being disposed (*)
ccefa87... build: Add postinstall script (*)
7e69d14... main: Add test initialization function (*)
6968f17... Revert "main: Add test initialization function" (*)
ad13821... window-actor: Add 'damaged' signal (*)
65fde26... screen-cast/window: Use window actor damaged signal instead (*)
96e831d... window-actor: Add API to get a cairo surface of the window (*)
cd0990c... window-actor: Use new get_image() API to screen casting win (*)
1a5cba5... Revert "iconcache: Support 16bit icons" (*)
556e769... iconcache: Avoid xrender picture formats when creating cair (*)
dc9c541... main: Add test initialization function (*)
97140ab... Revert "clutter/stage-cogl: Remove pending_swaps counter" (*)
907a1f5... Update Swedish translation (*)
dabf72f... Updated Vietnamese translation (*)
4ab483d... Update German translation (*)
ab11079... backends/native: Add various cogl traces (*)
a14fd1b... compositor: Trace pre/post paint functions (*)
d4eb222... later: Add tracing (*)
6ed5d2e... cogl: Remove GLX "threaded swap wait" used on Nvidia (*)
36a14e6... build: Raise libXi minimum dependency for required deadlock (*)
8f242f8... core: Fix multiple reparent requests handling (*)
fdda8ad... x11: Add window test before accessing reparents_pending fie (*)
a70823d... clutter/point: Add ClutterPoint quarilateral testing API (*)
14c706e... clutter: Introduce geometric picking (*)
82c9217... wayland/data-device: Do not unset focus on drag start (*)
de98fb2... wayland/data-device: Restore keyboard focus on drag end (*)
2f072af... clutter/input-pointer-a11y: Restore pointer a11y on resume (*)
908203c... core: Trace various window management actions (*)
a957c2f... wayland: Trace wl_surface.commit (*)
3c0067d... x11: Trace XEvent processing (*)
cd273e8... Update Friulian translation (*)
682d43b... Update Croatian translation (*)
bcfac0d... Updated Czech translation (*)
fdbac25... Bump version to 3.33.92 (*)
f423736... Update Brazilian Portuguese translation (*)
854feaf... Update Korean translation (*)
be4131b... wayland/xdg-output: Fix xdg-output v3 support (*)
2f27b8d... window-actor: Handle changing surface actor on window repar (*)
35776c5... kms: Add assert to check that the main thread is blocked on (*)
4cf8283... kms/impl-device: Add and remove connectors on hot plug (*)
5111e33... monitor-manager/kms: Get hotplug events from MetaKms (*)
9065edf... Update German translation (Launchpad bug 1786977) (*)
8a73324... Update French translation (*)
9981147... Update Italian translation (*)
1271ce1... Update Turkish translation (*)
dd6227e... Update Turkish translation (*)
a72f3fd... Update Japanese translation (*)
280167f... Update Japanese translation (*)
8cdcf52... Bump version to 3.34.0 (*)
e16b75a... Update Italian translation (*)
ef2e04a... plugins/default: Get default keymap from localed (*)
850ef51... core: Split x11-display initialization in 2 signals (*)
7a22f6f... Fix a few tracing typos (*)
f92e0be... clutter/actor: Fix a wrong comment (*)
ab7af2d... clutter/actor: Remove unused private function (*)
ecec9a7... cogl/egl: Just notify about failure to create high priority (*)
31df06d... x11: Use the currently focused X window for _NET_ACTIVE_WIN (*)
6922f0e... x11: Minor refactor of input focus handling code (*)
d13cea6... kms-device: Handle impl device creation failure (*)
4d0869e... kms-device: Free path when finalizing (*)
321ab3b... idle-monitor: Make helper function static (*)
26b08d8... idle-monitor: Remove redundant type cast (*)
0e69fe0... idle-monitor: Reset timeout before firing watch (*)
7811865... clutter/paint-node: Convert safely from pointer to integer (*)
0b19078... clutter/stage-cogl: Use portable formatting for 64-bit inte (*)
594cc7c... input-settings: Use portable formatting for 64-bit integers (*)
0863bd2... output-kms: Use portable formatting for 64-bit integers (*)
7a0340c... kms-impl-device: Use portable formatting for 64-bit integer (*)
d7d2612... build: Compile with `-ffloat-store` on x86 (32 bit) (*)
b69d2aa... stage: Compute view perspective when parameters changed (*)
031003a... wayland/dma-buf: Handle zero modifiers from eglQueryDmaBufM (*)
63a0b70... clutter/timeline: Use a function to cancel the delay timeou (*)
1e637bd... clutter/timeline: Don't emit ::paused signal on delayed tim (*)
c9c53cb... clutter/actor: Cancel delayed timelines on removal (*)
82901f8... shaped-texture: Mark set the clip and return value nullable (*)
b8a49a6... window/surface-actor: Add docstrings (*)
1d2913d... shaped-texture: Declare that we inherit from GObject (*)
cd70595... shaped-texture: Use surface coordinates in get_image() (*)
b5775e3... window-actor: Use surface coordinates for the fast path in (*)
0706e02... keybindings: Check for a handler before using it (*)
76f2579... keybinding: Check for handler functions as well (*)
4bf0bd3... Update Dutch translation (*)
f352c3d... display: Handle late unredirect (un)inhibit calls (*)
acfd03d... Updated Slovenian translation (*)
8fd55fe... x11: Update focus on the X11 display before the MetaDisplay (*)
dbe9dae... main: Make process PR_SET_DUMPABLE (*)
bba8f6c... wayland/actor-surface: Turn get_geometry_scale() into a vfu (*)
25c1a85... wayland/dnd-surface: Scale DnD-surface-actor content if nec (*)
05e1a6c... clutter/stage-view: Use cogl_blit_framebuffer() for shadow (*)
437f6b3... renderer-native: Actually use shadow fb when using software (*)
0f51ae7... cogl: Remove unused CoglTextureDriver::prep_gl_for_pixels_u (*)
7049b2f... Revert "renderer-native: Actually use shadow fb when using (*)
fc8aa1c... Updated Danish translation (*)
4b88c18... events: Sync pending pointer events without a window (*)
f376a31... clutter/actor: Don't emit the parent-set signal on destruct (*)
105a3f7... clutter/actor: Don't emit property changes after ::destroy (*)
0a3f25c... clutter/stage-view: Ignore clipping rectangle for offscreen (*)
0cdf13a... cogl: Flush journal before blitting (*)
006eb6d... build: Fix build when wayland is disabled (*)
26b76ee... clutter/base-types: Clarify docs for point_inside_quadrilat (*)
c937dd5... xprops: Use meta_XFree instead of XFree in validate_or_free (*)
2c15535... xprops: Free atom_list_from_results() return value with g_f (*)
5eaf655... xprops: Free meta_prop_get_cardinal_list() return value wit (*)
5e6d98e... xprops: Use g_new0 instead of calloc in meta_prop_get_motif (*)
e233061... xprops: Free latin1/utf8_string_from_results() return value (*)
488991b... xprops: Free counter_list_from_results() return value with (*)
89cd9d3... xprops: Use g_free instead of XFree in text_property_from_r (*)
eb8a1f4... xprops: Use g_new0 instead of calloc in wm_hints_from_resul (*)
e153524... xprops: Use g_strdup in class_hint_from_results() (*)
8e510a0... xprops: Use g_new0 instead of malloc in size_hints_from_res (*)
fa46152... window-x11: Refactor meta_prop_get_latin1_string() calls (*)
8d6d2d0... Updated Danish translation (*)
092b3ed... wayland/actor-surface: Add actor clear helper (*)
cbb4f6c... wayland/actor-surface: Handle surface actor destruction (*)
ca318c1... wayland/actor-surface: Pass actor surface to actor destroy (*)
7b97c7b... wayland/tablet-tool: Fix stylus input with HiDPI scaling (*)
66ae09b... wayland/subsurface: Check if actor exists before unparentin (*)
3e41568... kms/update: Add helper to get primary plane assignment (*)
2a990cc... kms/update: Add helper to turn fixed point rect into int re (*)
104bdde... kms: Predict state changes when processing update (*)
9f617ae... wayland: Warn if a surface is being set while the pointer i (*)
7735a91... wayland: Check pointer visibility on post-grab focus change (*)
107e521... wayland: Unset pointer constraint in the backend before dro (*)
6ee006c... clutter/actor: Mark implicit transitions as remove-on-compl (*)
fb6e274... plugins/default: Hold reference on timelines while stopping (*)
2c388e2... clutter/transition: Don't split reference counting with act (*)
b5f5002... wayland: Untie MetaWindowXwayland lifetime from the wl_surf (*)
ce86f90... Revert "backends/x11: Do not reload keymap on new keyboard (*)
fc3831c... backends: Fix thinko (*)
d9597d2... wayland: Ensure to forward numlock state to clients (*)
65cc8c1... Update Catalan translation (*)
658c741... Bump version to 3.34.1 (*)
81ee888... backends: Update inhibited state for the monitor and respec (*)
73eaf51... cogl-pango/meson.build: Remove extraneous quoting (*)
4c15d32... wayland/surface: Some minor coding style clean up (*)
d49d10b... wayland/actor-surface: Queue redraw for frame callback (*)
59a697f... x11: Translate well known selection atoms to mimetypes (*)
9234fcb... event-x11: Use CLUTTER prefix for X11 filter docs (*)
446bd04... clutter-backend-x11: Don't push keymap events to clutter (*)
1cc249f... kms: Always predict state after processing update (*)
1b47097... kms/crtc: Read gamma state when prediction failed (*)
69a0c1d... main: Warn instead of error in meta_test_init() (*)
2a56de8... ci: Change the without-native-backend to not build with Way (*)
943b069... clutter/shader-effect: Initialize shader-type properly (*)
dfd44ff... wayland: Plug MetaSelectionSourceWayland leaks (*)
f2e2fcf... wayland: Drop field from MetaWaylandDataSourcePrimary (*)
dd2b127... wayland: Chain up to the right finalize on MetaWaylandDataS (*)
e53db92... wayland: Emit wl/primary offer after changing selection (*)
227d272... wayland: Check resource before emitting cancelled event (*)
ea4665b... wayland: Simplify MetaSelectionSourceWayland (*)
84cc89e... wayland: Set dummy selection source on .set_selection(null) (*)
e1751ad... wayland: Figure out better the right selection source for a (*)
5c1be22... x11: Map mimetypes back to selection atoms (*)
34ff206... Bump version to 3.35.1 (*)
3a68898... dbus-session-watcher: Chain up to parent finalize() (*)
5e7fa20... wayland-egl-stream: Add log message on sucessful dlopen (*)
a8155a0... meta: Add META namespace to macros (*)
317ce05... window-actor: Add a missing NULL-check (*)
23f77a1... cogl: Remove cogl_handle_ref/unref (*)
0d0286d... cogl: Remove COGL_INVALID_HANDLE (*)
877ecc1... core/core: Remove unused function (*)
c474ad6... Stop including core.h where it's not used (*)
7c2e926... core/core: Remove meta_retheme_all() helper (*)
da213fe... core/core: Rename and move to x11/meta-x11-window-control (*)
e17d70a... x11/window-controls: Pass around MetaX11Display directly (*)
2773e8a... clutter/actor: Remove deprecated internal child support (*)
d4ff5e2... clutter/actor: Remove deprecated clutter container foreach (*)
22c8f17... cogl/test-readpixel: Remove unused variables (*)
c2d03bf... clutter/actor: Save key-focus state and unset it before des (*)
97010ac... meta: Move private defines to a private header (*)
553211d... clutter/stage: Actually set key focus to an actor on key fo (*)
8e204e0... cogl: Add a notion of pixel format planes (*)
bdceb3a... Update POTFILES.in (*)
65d8f27... doap: Update list of maintainers (*)
dcd0f43... shaped-texture: Add API to check opaqueness (*)
f059466... window-actor/x11: Use g_clear_signal_handler() (*)
9ac52f0... compositor/x11: Move unredirect logic to helper (*)
f7315c9... window-actor: Move shapes, shadows and unredirection to X11 (*)
b1a1d4e... Remove fog support (*)
4f2b217... clutter/actor: Drop ClutterActor:clip property (*)
3ecae81... clutter/tests: Rename variable (*)
cada2b5... Add Graphene dependency (*)
7c7ccb2... clutter: Pull in Clutter dependencies (*)
959a418... Replace CoglEuler by graphene_euler_t (*)
1687534... Remove CoglQuaternion (*)
ba0f17f... Replace CoglVector* by graphene_vec*_t (*)
a5d0cfe... Replace ClutterVertex by graphene_point3d_t (*)
cd293f7... Replace ClutterSize by graphene_size_t (*)
160cc91... Replace ClutterPoint by graphene_point_t (*)
94682e6... Replace ClutterRect by graphene_rect_t (*)
bdf5e3f... Replace ClutterGeometry by graphene_rect_t (*)
8cfa8dc... cogl/matrix-stack: Use graphene types on entries (*)
8c89ea5... clutter/stage: Do picking with float coordinates (*)
e82a657... clutter/actor: Remove color from the pick virtual function (*)
5d646a5... cogl/framebuffer: Check buffer bits before modifying it (*)
d57dbe1... framebuffer: Fix clip tracking in the unclipped case (*)
0556138... cogl/journal: Track viewport (*)
c5b7d73... cogl/journal: Track dither (*)
6207283... cogl: Remove midscene tracking (*)
8665084... monitor-manager: check for underscan setting validity upfro (*)
555b4e1... ClutterStage: Store clip area as a region
cfcd076... ClutterStage: Use clutter_region_t for swap_region
35b06eb... compositor: Use redraw clip region to cull out children
140f53c... cogl: Add support for clipping regions
20dbc5e... clutter/cogl: Use regions for clipping if necessary
c716e9f... cogl: Drop unused struct field
4c941bf... clutter: Check updated devices with the current clip
6f8d6f6... clutter: Drop unused API
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]