summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* clutter: Forward button press/touch down onto ClutterText IM focusCarlos Garnacho2021-09-031-0/+3
* clutter: Add ClutterPreeditResetMode hint to preedit textCarlos Garnacho2021-09-035-16/+59
* clutter: Handle touch down and button press events in ClutterInputFocusCarlos Garnacho2021-09-031-0/+8
* clutter/frame-clock: Correct indentationDaniel van Vugt2021-08-241-1/+1
* clutter/stage-view: Initialize view as damaged and awaiting frameJonas Ådahl2021-08-221-0/+3
* clutter: Add clutter_stage_paint_to_content ()Ivan Molodetskikh2021-08-222-0/+62
* clutter/text: Don't query preferred size without allocationFlorian Müllner2021-08-051-6/+11
* clutter: Add COGL_HAS_TRACING checks around tracing codeCarlos Garnacho2021-08-021-0/+4
* clutter/actor: Optionally trace allocationsJonas Ådahl2021-07-291-0/+10
* clutter/actor: Optionally trace paintingJonas Ådahl2021-07-291-0/+10
* clutter/actor: Sneakily remove the g from the debug names gcharJonas Ådahl2021-07-292-4/+4
* clutter/actor: Always generate the same debug nameJonas Ådahl2021-07-291-10/+0
* clutter/main: Add 'detailed-trace' debug flagJonas Ådahl2021-07-292-0/+2
* clutter/layer-paint-node: Handle failure to allocate offscreenJonas Ådahl2021-07-291-5/+4
* clutter/layer-paint-node: Fix variable namingJonas Ådahl2021-07-291-16/+16
* clutter: Remove unused EGL headerCarlos Garnacho2021-07-161-32/+0
* clutter: Remove leftovers from backend code in build systemCarlos Garnacho2021-07-166-60/+0
* clutter: Drop generation of x11 pkgconfig fileCarlos Garnacho2021-07-161-14/+0
* backends: Shuffle ClutterBackendX11 code into MetaClutterBackendX11Carlos Garnacho2021-07-167-1107/+3
* clutter: Drop dead X11 codeCarlos Garnacho2021-07-162-11/+0
* clutter: Drop Xsettings client codeCarlos Garnacho2021-07-168-1222/+0
* clutter: Move ClutterStageCogl[View] code to src/backendsCarlos Garnacho2021-07-163-989/+2
* clutter: Export private function to get debug flagsCarlos Garnacho2021-07-162-0/+18
* clutter: Make ClutterStageView API public to mutterCarlos Garnacho2021-07-165-1/+13
* clutter: Make ClutterDamageHistory API public to mutterCarlos Garnacho2021-07-162-0/+9
* clutter: Demote CLUTTER_NOTE to g_debug in clutter-stage-cogl.cCarlos Garnacho2021-07-161-18/+13
* clutter: Remove clutter_init_with_args()Jonas Ådahl2021-07-152-104/+2
* clutter/frame-clock: Apply error diffusion (dithering) to dispatch timesDaniel van Vugt2021-07-131-1/+14
* clutter/frame-clock: Remember the refresh intervalDaniel van Vugt2021-07-131-5/+16
* clutter: Add a max render time debug HUDIvan Molodetskikh2021-07-135-0/+95
* clutter: Add an lg command to set max render time constantIvan Molodetskikh2021-07-134-6/+16
* clutter: Add a flag to disable heuristic max render timeIvan Molodetskikh2021-07-133-10/+15
* clutter: Compute max render time heuristicallyIvan Molodetskikh2021-07-131-3/+67
* clutter: Add FRAME_TIMINGS debug keyIvan Molodetskikh2021-07-133-0/+8
* clutter/frame-clock: Store dispatch timingsIvan Molodetskikh2021-07-131-0/+48
* clutter: Add swap time and GPU rendering duration to FrameInfoIvan Molodetskikh2021-07-132-0/+7
* cogl: Add CPU swap time and GPU rendering query to CoglFrameInfoIvan Molodetskikh2021-07-131-3/+7
* clutter: Store vblank duration in ClutterFrameClockIvan Molodetskikh2021-07-133-0/+8
* clutter: Add vblank duration to ClutterStageViewIvan Molodetskikh2021-07-131-0/+17
* clutter: Record flip timeIvan Molodetskikh2021-07-133-0/+16
* clutter/xsettings-client: Zero-initialize stack structJonas Ådahl2021-07-081-1/+1
* clutter/seat: Remove backend pointerJonas Ådahl2021-07-071-23/+0
* clutter: Drop declarations for dead functionsZander Brown2021-07-051-11/+0
* clutter: Add new ClutterContent type ClutterTextureContentRobert Mader2021-06-294-0/+225
* clutter/stage-cogl: Ensure queued_redraw_clip is not emptyDaniel van Vugt2021-06-091-3/+3
* clutter/actor: Don't emit focus signals during destructionFlorian Müllner2021-06-021-0/+3
* clutter: Remove Wayland server helperJonas Ådahl2021-05-184-102/+0
* clutter: Make stage capture support fractional scalingkirbykevinson2021-05-082-7/+8
* clutter: Move pointer a11y settings management from MetaInputSettingsCarlos Garnacho2021-05-054-0/+138
* clutter/paint-volume: Union paint volumes correctly using GrapheneJonas Dreßler2021-05-041-4/+4