Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-drag-action.c
2012-05-01 Emmanuele BassiMove examples from tests/interactive to a new top-level
2012-04-30 Emmanuele Bassidocs: Annotation fixes
2012-02-23 Emmanuele Bassidrag-action: Use the motion event when passing the...
2012-01-27 Emmanuele Bassidrag-action: Use the symbolic constants for the button
2012-01-12 Emmanuele Bassidrag-action: Use the new event propagation macros
2011-09-02 Emmanuele Bassidocs: Include test-drag as the DragAction example
2011-08-30 Emmanuele Bassiactions/drag: Be more reliable when destroying the...
2011-06-21 Peter WardSupport multiple pointers in ClutterDragAction.
2011-06-20 Emmanuele Bassidrag-action: Remove the drag handle on destruction
2011-06-20 Emmanuele Bassidrag-action: Use the dragged actor private API
2011-06-20 Emmanuele Bassistage: Make per-actor motion event delivery accessors...
2011-03-21 Emmanuele Bassidrag-action: Fix a compiler warning
2011-03-09 Emmanuele Bassidrag-action: Allow using settings for the drag threshold
2011-03-03 Jasper St. PierreRemove private helper #define's
2011-02-18 Emmanuele Bassidrag-action: Use per-stage motion event toggle
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'nobled/wayland-fixes2'
2011-01-18 Lucas Rochadrag-action: fix case where motion events are indefinit...
2010-11-18 Emmanuele Bassidocs: Fix some wrong function/signal/property names
2010-10-18 Emmanuele BassiRemove conditional wrappers for property installation...
2010-09-30 Emmanuele BassiWrap g_object_class_install_properties()
2010-09-15 Emmanuele Bassidocs: Fix the name of the parameters
2010-09-07 Henrik Hedbergdrag-action: Added x-drag-threshold and y-drag-threshol...
2010-08-17 Emmanuele Bassidocs: Fixes to avoid gtk-doc warnings
2010-08-12 Emmanuele BassiMerge remote branch 'elliot/cookbook-events-mouse-scroll'
2010-08-12 Emmanuele Bassidrag-action: Capture ENTER when dragging
2010-08-11 Emmanuele Bassidrag-action: Capture stage leave
2010-08-11 Emmanuele BassiMerge branch 'wip/table-layout'
2010-08-10 Neil RobertsConditionally use g_object_notify_by_pspec
2010-07-15 Emmanuele BassiMark property strings for translation
2010-06-22 Emmanuele Bassidrag-action: Disable picking during drag
2010-06-12 Emmanuele Bassidrag-action: Remove the press event button
2010-06-11 Emmanuele BassiMerge branch 'wip/deform-effect'
2010-06-11 Emmanuele BassiHide the marshallers
2010-05-27 Emmanuele Bassidrag-action: Re-use press_button in emit_drag_end()
2010-05-25 Emmanuele Bassidocs: Fix DragAction documentation
2010-05-25 Emmanuele Bassidrag: Add a default drag-motion behaviour
2010-05-24 Emmanuele BassiMerge branch 'wip/state-machine'
2010-05-21 Emmanuele BassiMerge branch 'wip/framebuffer-bits'
2010-05-21 Emmanuele BassiMerge branch 'wip/constraints'
2010-05-19 Emmanuele BassiMiscellaneous documentation fixes
2010-05-17 Emmanuele Bassiaction: Add DragAction, an action implementing drag...