aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-pannable-area.c
AgeCommit message (Expand)Author
2012-06-08GDK expects device to be set on crossing events.HEADgtk_3David Barksdale
2012-06-08Fix hildon_pannable_area_add.David Barksdale
2012-06-07Fixed invalid use of gtk_widget_get_allocation.David Barksdale
2012-06-07Fixed a copy-paste error.David Barksdale
2012-05-30Widget porting to GTK+ 3Tomasz Sterna
2012-01-24Removed deprecated widgets and methodsTomasz Sterna
2010-05-14Documentation fixesClaudio Saavedra
2010-03-22[HildonPannableArea] Explicitly unmap during unrealizationClaudio Saavedra
2010-02-22Fix hildon_pannable_area_scroll_to() exampleAlberto Garcia
2010-01-29Deprecate HildonPannableArea:size-request-policyAlberto Garcia
2010-01-28Improved "mode" and "mov-mode" properties doc in HildonPannableArea.Xabier Rodriguez Calvar
2010-01-19Make the HildonPannableArea more evident using an initial fade-in effectAlberto Garcia
2010-01-19HildonPannableArea: show the initial effect everytime the window appearsAlberto Garcia
2010-01-14Center the pannable area on the focused child after pressing a keyAlberto Garcia
2010-01-13Update hildon_pannable_area_add_with_viewport documentationAlejandro PiƱeiro
2009-12-09Resend motion_notify event to child even in selection mode.Xabier Rodriguez Calvar
2009-12-09Avoided infinite loop in button press in pannable area.Xabier Rodriguez Calvar
2009-12-09Made cosmetic changes to the management of events in the pannable.Xabier Rodriguez Calvar
2009-12-09Unref event->window instead of priv->event_window in pannable areaXabier Rodriguez Calvar
2009-12-09Stopped panning when pressing shift in the pannable area.Xabier Rodriguez Calvar
2009-12-09Simplied two if conditions in pannable area code to be easier to readXabier Rodriguez Calvar
2009-12-09Discard button_press problem in pannable area solved.Xabier Rodriguez Calvar
2009-12-09Preliminary version of allowing text selection inside a pannable.Alejandro Pinheiro
2009-11-17Fade the indicator when using hildon_pannable_area_jump_to()Alberto Garcia
2009-09-23Unset the scroll_to attribute to stop the panning timeout properly.Alejandro G. Castro
2009-09-11Added a new system to calculate acceleration in fast-panningAlejandro G. Castro
2009-09-08Fixed problem with the timeout deceleration in pannable.Alejandro G. Castro
2009-09-07Increased pannable area max speed.Alejandro G. Castro
2009-09-07More tuning for the pannable large lists kinetics.Alejandro G. Castro
2009-09-07Reduced the fade delay of the pannable widget.Alejandro G. Castro
2009-09-04Tuned pannable, added a new acceleration gestureAlejandro G. Castro
2009-09-03Use G_PRIORITY_IDLE_HIGH + 20 for all the pannable area timeoutsClaudio Saavedra
2009-08-27Reverted tuning modificationsAlejandro G. Castro
2009-08-26Some pannable area tuningAlejandro G. Castro
2009-08-26Fixed error in one of the branches of the topmost algorithm.Alejandro Pinheiro
2009-08-26Added more protection to the pannable area timeoutsAlejandro G. Castro
2009-08-20Increase default value of HildonPannableArea:velocity_max to 2000Alberto Garcia
2009-08-11Added a new check of scrollbars layout in the allocationAlejandro G. Castro
2009-08-11Fixed memory leak of the event window of the pannable.Alejandro G. Castro
2009-08-06Modified the overshooting effect to make it fasterAlejandro G. Castro
2009-08-03Reverted change of the timeout priority of the pannable areaAlejandro G. Castro
2009-07-29Process the scrollbar window in the timeoutAlejandro G. Castro
2009-07-23Modified the priority of the pannning timeoutAlejandro G. Castro
2009-07-15Added a new feature to the HildonPannableArea allowing center on the childAlejandro Pinheiro
2009-06-25Cache the HildonPannableArea panning indicator colorClaudio Saavedra
2009-06-25Correct the HildonPannableArea indicator colorClaudio Saavedra
2009-06-23HildonPannableArea: new 'panning-started' and 'panning-finished' signalsAlejandro G. Castro
2009-06-16Refactored event flags code in HildonPannableAreaAlejandro G. Castro
2009-06-09Added faked release coordinates to the release event if we wantAlejandro G. Castro
2009-06-09Reviewed release button logicAlejandro G. Castro