summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* clutter: Do not latch modifiers on modifier keysCarlos Garnacho2019-01-161-2/+4
* clutter-offscreen-effect: Disable if no textureDaniel van Vugt2018-12-191-3/+6
* actor: Also recompute paint volume if we recently dropped effectsSam Spilsbury2018-09-191-2/+13
* actor: Always use get_paint_volume override for active effectsSam Spilsbury2018-09-193-1/+42
* actor: Fix logic error in determining terminal effect for paint volumeSam Spilsbury2018-09-191-1/+1
* clutter/actor: Inherit clone branch depth from parentDaniel van Vugt2018-09-021-8/+21
* clutter: Plug minor leakCarlos Garnacho2018-08-311-0/+2
* clutter-actor: Fix uninitialized matrix multiplyDaniel van Vugt2018-08-311-1/+1
* ClutterActor: Preserve valid paint volumes till the next relayout/repaintCarlos Garnacho2018-08-311-1/+17
* virtual-input/evdev: Translate from button internal codes to evdevJonas Ådahl2018-08-291-6/+29
* clutter/x11: Implement keycode lookup from keysyms on virtual key devicesCarlos Garnacho2018-08-293-4/+204
* clutter-text: Avoid clipping the wrong framebufferDaniel van Vugt2018-08-301-8/+2
* device-manager-evdev: Add main seat to seats by defaultMarco Trevisan (Treviño)2018-05-291-8/+6
* device-manager-evdev: Free the main seat on finalizeMarco Trevisan (Treviño)2018-05-291-0/+1
* device-manager-evdev: Set and unset the stage for the main seat tooMarco Trevisan (Treviño)2018-05-291-0/+4
* clutter-device-evdev: Get devices from main seat if no real seat is setMarco Trevisan (Treviño)2018-05-291-9/+4
* clutter-seat-evdev: Add function to get device by idMarco Trevisan (Treviño)2018-05-292-0/+21
* clutter/evdev: Don't ignore CAPS lock as modifierOlivier Fourdan2018-05-151-0/+8
* clutter/evdev: ignore injected events from IMOlivier Fourdan2018-05-151-0/+4
* clutter: Don't reference invalid pc in girFlorian Müllner2018-05-071-1/+1
* clutter: Set slave=master in IM forwarded key eventsCarlos Garnacho2018-04-221-0/+1
* clutter: Apply input hints/purpose on ClutterTextInputFocus focus inCarlos Garnacho2018-04-031-2/+10
* clutter: Avoid unnecessary relayouts in ClutterTextYussuf Khalil2018-03-221-16/+27
* configure: Don't declare functions in AC_TRY_LINK and AC_TRY_COMPILETing-Wei Lan2018-03-211-2/+2
* Fix some spelling errorshandsome-feng2018-03-211-1/+1
* clutter: Give the ClutterTextInputFocus a first stab at handling key eventsCarlos Garnacho2018-03-131-4/+5
* clutter/x11: Communicate proper group/mode on pad events.Carlos Garnacho2018-03-033-1/+84
* clutter/x11: Implement missing ClutterInputDevice pad vmethodsCarlos Garnacho2018-03-035-2/+156
* clutter/x11: Plug a leakCarlos Garnacho2018-02-271-0/+1
* clutter/device-manager: Add way to check virtual device supportJonas Ådahl2018-02-235-0/+54
* clutter/x11: Add pointer motion support to virtual devicesJonas Ådahl2018-02-231-0/+9
* clutter: Add smooth scroll and touch API to virtual devicesJonas Ådahl2018-02-235-0/+304
* clutter/evdev: Don't treat device touch slots as seat slotsJonas Ådahl2018-02-235-53/+155
* clutter/evdev: Move touch notification to seatJonas Ådahl2018-02-233-61/+80
* clutter: Silence gtk-doc warningJonas Ådahl2018-02-231-1/+2
* clutter: Check the ClutterTextInputFocus has focus before filtering eventsCarlos Garnacho2018-02-181-2/+4
* clutter/text: Be more pervasive at updating input method stateCarlos Garnacho2018-02-121-2/+9
* clutter/x11: Remove video memory purge APIJonas Ådahl2018-02-072-30/+1
* clutter/evdev: Add support for BTN_STYLUS3Jason Gerecke2018-01-301-0/+8
* clutter/stage: Set framebuffer state directlyRay Strode2018-01-251-9/+12
* clutter: Make ClutterText request toggling the input panelCarlos Garnacho2018-01-181-0/+1
* clutter: Add clutter_text_has_preedit()Carlos Garnacho2018-01-182-0/+11
* clutter: Add input-purpose/hint properties to ClutterTextCarlos Garnacho2018-01-182-0/+69
* clutter: Implement ClutterInputFocus subclass for ClutterTextCarlos Garnacho2018-01-181-2/+177
* clutter: Add ClutterInputMethod and ClutterInputFocusCarlos Garnacho2018-01-1810-0/+986
* clutter: Add ClutterBackend IM setter/getterCarlos Garnacho2018-01-184-0/+39
* clutter: Add special event flag for events that went through an IMCarlos Garnacho2018-01-181-2/+3
* clutter/evdev: Ensure a valid ClutterEventSequence on single-touch devicesCarlos Garnacho2018-01-171-1/+1
* clutter/evdev: Ignore unknown touch pointsJonas Ådahl2018-01-121-0/+5
* stage: Push framebuffer before setting up viewportMarco Trevisan (Treviño)2017-12-201-2/+2