summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clutter/actor: Don't push identity transformsgbsneto/graphene-rayGeorges Basile Stavracas Neto2020-10-231-2/+7
* clutter/pick-context: Remove clutter_pick_context_get_framebuffer()Georges Basile Stavracas Neto2020-10-232-17/+2
* clutter/actor: Remove cached inverse transformGeorges Basile Stavracas Neto2020-10-231-4/+0
* Use graphene_ray_t to pick actorsGeorges Basile Stavracas Neto2020-10-236-217/+137
* clutter/pick-stack: Store current matrix entryGeorges Basile Stavracas Neto2020-10-231-0/+23
* Introduce ClutterPickStackGeorges Basile Stavracas Neto2020-10-239-309/+595
* clutter/stage: Remove useless cached pick mode resetGeorges Basile Stavracas Neto2020-10-231-1/+0
* clutter: Remove pick mode from contextGeorges Basile Stavracas Neto2020-10-233-16/+0
* clutter/actor: Remove '_paint' suffix from clutter_actor_should_pick_paintGeorges Basile Stavracas Neto2020-10-233-9/+8
* clutter/actor: Use pick context in clutter_actor_should_pick_paint()Georges Basile Stavracas Neto2020-10-233-5/+8
* clutter/pick-context: Make pick context aware of the pick modeGeorges Basile Stavracas Neto2020-10-234-3/+19
* clutter/stage: Add pick traceGeorges Basile Stavracas Neto2020-10-231-0/+2
* clutter/actor: Remove the paint signal and keep the paint vfuncJonas Dreßler2020-10-231-102/+11
* tests: Use ClutterStage "after-paint" instead of ClutterActor "paint"Jonas Dreßler2020-10-2311-46/+46
* tests/interactive: Remove clutter paint-wrapper testJonas Dreßler2020-10-232-340/+0
* clutter: Drop unused field in ClutterInputDevice structCarlos Garnacho2020-10-232-2/+1
* clutter: Drop clutter_input_device_set_time()Carlos Garnacho2020-10-233-27/+1
* clutter: Pass timestamp to clutter_input_device_set_actor()Carlos Garnacho2020-10-235-18/+23
* clutter/main: Drop dead code branchesCarlos Garnacho2020-10-231-34/+6
* clutter: Drop clutter_input_device_set_stage()Carlos Garnacho2020-10-235-62/+13
* backends/x11: Drop users of clutter_input_device_set_stage()Carlos Garnacho2020-10-231-21/+0
* backends/native: Drop users of clutter_input_device_set_stage()Carlos Garnacho2020-10-232-15/+0
* clutter: Drop clutter_input_device_get_[pointer_]stage()Carlos Garnacho2020-10-233-37/+0
* backends/x11: Drop all users of clutter_input_device_get_stage()Carlos Garnacho2020-10-231-12/+1
* backends/native: Drop all uses of clutter_input_device_get_stage()Carlos Garnacho2020-10-233-163/+43
* clutter: Do not depend on device stage on ClutterInputMethodCarlos Garnacho2020-10-231-6/+6
* clutter: Pass stage on to _clutter_input_device_set_actor()Carlos Garnacho2020-10-232-3/+8
* clutter: Specify stage on clutter_input_device_update() functionCarlos Garnacho2020-10-235-17/+21
* backends/native: Move relative motion filter to MetaSeatNative altogetherCarlos Garnacho2020-10-233-144/+104
* backends/native: Make seat constrain pointer to monitors out of the boxCarlos Garnacho2020-10-232-74/+65
* backend/native: Move barrier manager to MetaSeatNativeCarlos Garnacho2020-10-234-32/+37
* backends: Move absolute/relative device mapping to native backendCarlos Garnacho2020-10-239-87/+55
* backends: Move device mapping check into backendCarlos Garnacho2020-10-232-19/+25
* backends: Fold device mapping check into backendCarlos Garnacho2020-10-232-11/+7
* clutter: Sanitize ClutterInputDevice headerCarlos Garnacho2020-10-233-15/+16
* backends: Drop extra layer of touch info handlingCarlos Garnacho2020-10-233-69/+6
* backends/native: Use libinput seat slot APICarlos Garnacho2020-10-234-58/+50
* backends/native: Assign unique ranges of slots to virtual devicesCarlos Garnacho2020-10-233-3/+69
* clutter: Limit number of touch slots available to a virtual touch deviceCarlos Garnacho2020-10-233-2/+40
* backends: Drop the filter for libinput eventsCarlos Garnacho2020-10-232-115/+0
* wayland: Use Clutter event to handle touch cancelCarlos Garnacho2020-10-231-48/+4
* backends: Use slot from cancel eventsCarlos Garnacho2020-10-233-25/+19
* wayland: Simplify wl_touch.frame handlingCarlos Garnacho2020-10-232-40/+23
* backend/dummy: Do not enforce minimum screen sizeChristian Rauch2020-10-231-4/+0
* backend/dummy: Warn about missing dummy mode specsChristian Rauch2020-10-231-0/+7
* core/window: Store/load window dimensions before/after fullscreenChristian Rauch2020-10-222-3/+6
* core/window: Move size hints to dedicated functionChristian Rauch2020-10-221-12/+17
* core/window: Do not apply limits if no previous size has been storedChristian Rauch2020-10-221-6/+15
* wayland/window: Provide prior floating window dimensionsChristian Rauch2020-10-221-18/+2
* wayland: Set IO error exit handlerwip/carlosg/xwayland-non-fatal-io-errorsCarlos Garnacho2020-10-213-0/+28