summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* actor: Add ClutterActorClass.layout_children()wip/layout-childrenEmmanuele Bassi2012-12-152-42/+43
* docs: Clean up the documentation for the allocate() methodsEmmanuele Bassi2012-12-151-7/+19
* Put g_type_init() under a version checkEmmanuele Bassi2012-12-151-0/+2
* docs: Fix ClutterPanAction signal annotationEmmanuele Bassi2012-12-151-2/+2
* actor: rollback pivot translation even on explicit transformsEmanuele Aina2012-12-143-1/+42
* clutter/clutter-rotate-action.c: Use G_PI instead of M_PIChun-wei Fan2012-12-141-1/+1
* Update Clutter MSVC projectsChun-wei Fan2012-12-142-8/+8
* Fix Visual C++ 2010 property sheetsChun-wei Fan2012-12-141-2/+2
* a11y: removed implementation notes comment from CallyTextAlejandro Piñeiro2012-12-101-30/+0
* Fixed clutter_rect_intersection()Tristan Van Berkom2012-12-091-1/+1
* state: Fix a build-breaking typoJasper St. Pierre2012-12-021-1/+1
* Revert "swipe-action: Introduce new ::swipe signal"Jasper St. Pierre2012-12-023-41/+3
* A bunch of fixes for CoverityJasper St. Pierre2012-12-027-19/+3
* gdk: Fix realization in the foreign-window caseJasper St. Pierre2012-12-021-1/+6
* text: Fix font fallbackJasper St. Pierre2012-12-021-1/+1
* Fix some missing va_endsJasper St. Pierre2012-12-023-7/+10
* grid-layout: Don't use uninitialized valuesJasper St. Pierre2012-12-021-2/+5
* cally-util: Don't free a NULL pointerJasper St. Pierre2012-12-021-3/+3
* swipe-action: Introduce new ::swipe signalJasper St. Pierre2012-12-023-3/+41
* text: Prevent a relayout if font descriptions or attrs are equalJasper St. Pierre2012-12-021-1/+8
* Revert "swipe-action: Introduce new ::swipe signal"Jasper St. Pierre2012-11-303-39/+1
* swipe-action: Introduce new ::swipe signalJasper St. Pierre2012-11-303-1/+39
* actor: Use fixed positioning for allocate_preferred_sizeJasper St. Pierre2012-11-301-2/+15
* pan-action: Add a simple convenience function to retrieve delta/coordsJasper St. Pierre2012-11-304-7/+125
* pan-action, zoom-action: Fix documentation for signalsJasper St. Pierre2012-11-292-4/+4
* xi2: Reset the correct scroll axes on DeviceChangedJasper St. Pierre2012-11-291-1/+5
* gesture-action: Rename 'device' parameter to 'point' and fix docsEmanuele Aina2012-11-293-41/+47
* docs: Add missing symbols to the sections fileEmanuele Aina2012-11-291-0/+4
* docs: Ignore GestureAction private header on docs generationEmanuele Aina2012-11-291-0/+1
* interval: Fix annotations for clutter_interval_cloneJasper St. Pierre2012-11-261-1/+1
* examples/pan-action: Enable the xinput backend to test touch eventsEmanuele Aina2012-11-261-0/+7
* tests: Track TOUCH_CANCEL events in test-eventsEmanuele Aina2012-11-261-0/+8
* tests: Print touch sequences in test-eventsEmanuele Aina2012-11-261-3/+6
* tests: Print the modifiers state on mouse/touch eventsEmanuele Aina2012-11-261-22/+77
* events: Fix and improve some touch events debug notesEmanuele Aina2012-11-261-7/+11
* events: Use the correct union field when setting the stage on touch eventsEmanuele Aina2012-11-261-1/+1
* actor: fix allocate_align_fill() to maintain the child preferred sizeLionel Landwerlin2012-11-261-1/+9
* Umlaut fixedWolfgang Stöggl2012-11-061-1/+1
* [l10n] Updated German translationWolfgang Stöggl2012-11-061-18/+17
* Don't annotate with (transfer full) constructors of GInitiallyUnowned subclassesGuillaume Desmottes2012-10-245-5/+5
* Updated POTFILES.inPiotr Drąg2012-10-201-0/+1
* [l10n] Update Japanese translationOKANO Takayoshi2012-10-201-4/+4
* gesture-action: Add clutter_gesture_action_get_last_event()Emanuele Aina2012-10-195-2/+59
* tap-action: Add TapAction, to handle mouse/touch tappingEmanuele Aina2012-10-199-5/+273
* gesture-action: Unregister all tracked points on cancelEmanuele Aina2012-10-191-3/+2
* gesture-action: Let subclasses override the GestureTriggerEdge handlingEmanuele Aina2012-10-193-48/+153
* wayland: Port to new protocolwayland-0.99Rob Bradford2012-10-125-27/+26
* wayland: Add wayland-client to pkg-config flagsRob Bradford2012-10-121-2/+2
* wayland: Initialise the repeat key to the expected default valueRob Bradford2012-10-121-0/+1
* wayland: Use wl_cursor_theme to provide a buffer for the Wayland cursorRob Bradford2012-10-122-156/+22