summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clutter: Always snoop key events for a11ywip/carlosg/a11y-snoop-keysCarlos Garnacho2020-06-233-113/+13
* gpu/kms: Turn off CRTCs as well for DPMSMichel Dänzer2020-06-231-1/+15
* clutter-stage-cogl: Fix uninitialized variable `use_clipped_redraw`Daniel van Vugt2020-06-231-2/+2
* shaped-texture: Reintroduce clip_regionRobert Mader2020-06-223-28/+55
* window/x11: Don't stop early when trying to find default focus windowSebastian Keller2020-06-221-1/+13
* tests/stacking: Avoid random failures in focus testsSebastian Keller2020-06-215-5/+15
* bind-constraint: Don't update preferred size if source contains actorJonas Dreßler2020-06-191-0/+3
* clutter/clone: Build scale factor for transformation during allocationJonas Dreßler2020-06-181-17/+25
* clutter/clone: Use scale factor of 1.0 for Z axisJonas Dreßler2020-06-181-1/+1
* clutter/actor: Always query layout manager when getting sizeJonas Dreßler2020-06-181-4/+2
* cogl: Remove some unused #define GL_BLAH safetiesAdam Jackson2020-06-183-26/+0
* cogl: Remove some dead stores not flagged by the compilerAdam Jackson2020-06-181-9/+0
* cogl: Remove unused driver includesAdam Jackson2020-06-183-3/+0
* cogl: Move graphics reset status into the driver vtableAdam Jackson2020-06-187-38/+53
* cogl: Move GL-specific uniform code to the driver vtableAdam Jackson2020-06-186-87/+105
* cogl: Add and use sampler init/free hooks in the CoglDriverVtableAdam Jackson2020-06-188-55/+72
* cogl: Move texture unit state to CoglGLContextAdam Jackson2020-06-184-22/+39
* cogl: Add a slot for driver-private state to CoglContextAdam Jackson2020-06-183-0/+13
* cogl: Move some pre-layer-change-notify code into the driverAdam Jackson2020-06-182-12/+10
* cogl: Move some GL-specific GLSL details into the driverAdam Jackson2020-06-189-342/+231
* cogl: Move GL context/version details into the driverAdam Jackson2020-06-184-106/+102
* cogl: Remove now-unused CoglGpuInfoAdam Jackson2020-06-188-698/+0
* cogl: Introduce and use cogl_context_is_hardware_acceleratedAdam Jackson2020-06-189-16/+57
* clutter/stage: Make paint_to_buffer use the correct texture/buffer sizeSebastian Keller2020-06-171-2/+2
* wayland: Avoid popup grab focus changes if there's an implicit grabCarlos Garnacho2020-06-171-0/+4
* stage/x11: Check that message is WM_PROTOCOLS before assuming soJonas Ådahl2020-06-161-4/+8
* clutter/actor: Clean up clutter_actor_event()Jonas Dreßler2020-06-161-116/+85
* clutter: Also remove event sequences on TOUCH_CANCEL eventsJonas Dreßler2020-06-161-2/+4
* clutter/stage: Don't update modifier state when queuing eventJonas Dreßler2020-06-161-2/+0
* clutter/input-device: Make clutter_input_device_get_actor() publicJonas Dreßler2020-06-164-26/+24
* clutter/stage: Switch to clutter_seat_peek_devices()Jonas Dreßler2020-06-161-4/+2
* clutter/seat: Add private method to peek list of input devicesJonas Dreßler2020-06-164-19/+22
* clutter/seat: Fix a typo in an introspection docJonas Dreßler2020-06-161-2/+2
* clutter/stage: Don't do newly queued relayouts after allocation cycleJonas Dreßler2020-06-161-26/+14
* window-actor-x11: switch the signal callback argument and data on shadow fact...Corentin Noël2020-06-151-4/+4
* window-actor: Don't freeze actor updates during the size-change effectJonas Dreßler2020-06-151-6/+1
* window-actor: Make freezing and thawing of actor updates public APIJonas Dreßler2020-06-152-6/+34
* window-actor: Allow syncing actor geometry while effect is runningJonas Dreßler2020-06-151-3/+0
* clutter/stage: Set the right type for the paint-view argumentCorentin Noël2020-06-111-2/+2
* crtc-kms: Include MetaCrtc in MetaCrtcKms structJonas Ådahl2020-06-111-0/+2
* crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcModeJonas Ådahl2020-06-1110-68/+168
* backends-x11: Remove g_new0 overwriting g_object_newDaniel van Vugt2020-06-111-1/+0
* wayland/keyboard: Fix anonymous file leak on repeated keymap changesSebastian Keller2020-06-111-0/+1
* backends/native: Fix input device touch hash table leakSebastian Keller2020-06-111-0/+1
* Revert "crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode"Georges Basile Stavracas Neto2020-06-1010-158/+37
* clutter/align-constraint: Don't take source actors position into accountJonas Dreßler2020-06-101-6/+4
* clutter/align-constraint: Add pivot-point propertyJonas Dreßler2020-06-102-8/+118
* crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcModeJonas Ådahl2020-06-1010-37/+158
* output-kms: Remove old FIXMEJonas Ådahl2020-06-101-1/+0
* crtc-mode: Move away fields from public MetaCrtcMode structJonas Ådahl2020-06-1016-112/+377