summaryrefslogtreecommitdiff
path: root/clutter
Commit message (Expand)AuthorAgeFilesLines
* actor: Revert the Transition/Actor leak fixEmmanuele Bassi2013-03-051-4/+7
* timeline: Use the right function pointer offsetEmmanuele Bassi2013-03-051-1/+1
* Fix a typo in ClutterEventType documentationKouhei Sutou2013-03-041-1/+1
* x11/device-manager-xi2: Fix slave to master associationRui Matos2013-03-041-2/+2
* xi2: Fix access beyond array boundariesYanko Kaneti2013-03-041-3/+3
* settings: Don't reload config for fontconfig if there's no fontmapNeil Roberts2013-03-041-7/+15
* actor: Use the correct return valueJosselin Mouette2013-03-041-1/+1
* Fix compiler warnings by initializing variablesEmmanuele Bassi2013-03-041-2/+2
* actor: Fix clutter_actor_allocate_align_fill for partially-filled actorsJasper St. Pierre2013-03-041-25/+21
* x11/clutter-keymap-x11: Honor XkbNewKeyboardNotify eventsRui Matos2013-03-041-0/+1
* actor: Release a reference on the implicit TransitionsEmmanuele Bassi2013-03-041-3/+6
* text: Clean up the set_font_description_internal() semanticsEmmanuele Bassi2013-03-041-8/+7
* actor: rollback pivot translation even on explicit transformsEmanuele Aina2012-12-171-1/+1
* clutter/clutter-rotate-action.c: Use G_PI instead of M_PIChun-wei Fan2012-12-141-1/+1
* ally: remove an outdated commentAlejandro Piñeiro2012-12-101-7/+0
* actor: fix allocate_align_fill() to maintain the child preferred sizeLionel Landwerlin2012-11-261-1/+9
* wayland: Port to new protocolRob Bradford2012-11-125-27/+26
* wayland: Initialise the repeat key to the expected default valueRob Bradford2012-10-131-0/+1
* wayland: Use wl_cursor_theme to provide a buffer for the Wayland cursorRob Bradford2012-10-132-156/+22
* abicheck: Add CLUTTER_WINDOWING_WAYLANDDaniel Stone2012-10-131-0/+6
* clutter.symbols: Update for Wayland changesDaniel Stone2012-10-131-1/+3
* Hide clutter_input_device_wayland and clutter_stage_wayland typesDaniel Stone2012-10-134-4/+9
* Wayland: Set default font DPI to 96Daniel Stone2012-10-131-0/+2
* Wayland: Add key repeatDaniel Stone2012-10-132-0/+63
* Port to new Wayland and xkbcommon APIsDaniel Stone2012-10-1310-231/+394
* EGL: Include cogl-egl.h for prototypesDaniel Stone2012-10-131-0/+2
* actor: Place coordinate of the pivot point in the right pointerTomeu Vizoso2012-10-131-1/+1
* gesture-action: Make _cancel() callable after the gesture has startedEmanuele Aina2012-10-101-1/+5
* docs: Fix ClutterPanAction signal annotationEmmanuele Bassi2012-10-081-2/+2
* main: Do not release the lock if it hasn't been acquiredEmmanuele Bassi2012-10-051-0/+10
* actor: Fix transform-set conditionEmmanuele Bassi2012-09-251-1/+1
* docs: Fix typo in closing tagEmmanuele Bassi2012-09-241-1/+2
* x11: set the stage for core events with no associated stageEmanuele Aina2012-09-241-16/+19
* input-device: print device number in debug messagesEmanuele Aina2012-09-242-8/+19
* bin-layout: Fix text direction checksEmmanuele Bassi2012-09-191-6/+12
* Add debug note for text directionEmmanuele Bassi2012-09-191-0/+3
* drag-action: Allow destroying the dragged actor inside ::drag-endEmmanuele Bassi2012-09-171-1/+34
* docs: Document the states of a GestureActionEmmanuele Bassi2012-09-171-0/+31
* stage: fix typo and format identifiers in debug notesEmanuele Aina2012-09-131-3/+3
* click-action: add touch event supportEmanuele Aina2012-09-131-4/+17
* action: fix CLUTTER_GESTURE_ACTION_GET_CLASS()Emanuele Aina2012-09-114-4/+4
* text: Don't accept new line characters in single line modeRui Matos2012-09-091-1/+1
* actor: Fix the content box for CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECTDebarshi Ray2012-09-071-31/+9
* gesture-action: unregister point on missed release eventsEmanuele Aina2012-09-061-0/+1
* pan-action: emit ::pan-stopped before ::gesture-beginEmanuele Aina2012-09-061-2/+13
* gesture-action: add gesture_prepare() virtual functionEmanuele Aina2012-09-062-1/+11
* gesture-action: fix CLUTTER_GESTURE_ACTION_GET_CLASS()Emanuele Aina2012-09-061-1/+1
* color: Simplify shade() implementationEmmanuele Bassi2012-09-061-11/+2
* stage: Normalize key focus settingJasper St. Pierre2012-09-051-0/+4
* x11: Add EventSequence → touch detail accessorEmmanuele Bassi2012-09-054-2/+25