summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* clutter/x11: Implement keycode lookup from keysyms on virtual key devicesCarlos Garnacho2018-08-283-4/+204
* clutter: Set can_show_preedit flag on ClutterTextCarlos Garnacho2018-08-231-0/+1
* clutter: Refactor ClutterText IM focus in into separate functionCarlos Garnacho2018-08-231-12/+21
* clutter-text: Avoid clipping the wrong framebufferDaniel van Vugt2018-08-201-8/+2
* clutter/x11: Detect auto-repeated key eventsAndrea Azzarone2018-08-201-0/+3
* clutter/enum: Add CLUTTER_EVENT_FLAG_REPEATED for auto-repeated eventsAndrea Azzarone2018-08-203-4/+5
* virtual-input/evdev: Translate from button internal codes to evdevJonas Ådahl2018-08-091-6/+29
* clutter/actor: Inherit clone branch depth from parentDaniel van Vugt2018-08-011-8/+21
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-311-1/+1
* clutter: Stop using g_type_class_add_private()Florian Müllner2018-07-316-42/+30
* ClutterActor: Preserve valid paint volumes till the next relayout/repaintCarlos Garnacho2018-07-131-1/+17
* clutter-input-device-xi2: Check for null group_modes before unrefCorentin Noël2018-06-071-1/+2
* clutter-actor: Fix uninitialized matrix multiplyDaniel van Vugt2018-05-311-1/+1
* 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-151-9/+4
* clutter-seat-evdev: Add function to get device by idMarco Trevisan (Treviño)2018-05-152-0/+21
* clutter: Don't reference invalid pc in girFlorian Müllner2018-05-071-1/+1
* clutter: Plug minor leakCarlos Garnacho2018-04-221-0/+2
* clutter: Set slave=master in IM forwarded key eventsCarlos Garnacho2018-04-221-0/+1
* clutter/evdev: Don't ignore CAPS lock as modifierOlivier Fourdan2018-04-181-0/+8
* clutter/evdev: ignore injected events from IMOlivier Fourdan2018-04-181-0/+4
* 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