X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=33fdc0a1fdc172b930fd408fdbb23d286f2b8fb5;hb=f5d3775c2c7f92bea8b38050c487588b7d2c3abe;hp=c81e175bec989b1a0d18f12d912a42554be1dcc5;hpb=feea11b66cb7073b54c96fa4a4da92ed1ce3056f;p=hildon diff --git a/ChangeLog b/ChangeLog index c81e175..33fdc0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2009-05-27 Claudio Saavedra + + * hildon/hildon-entry.c (hildon_entry_class_init): Set the default + height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to + avoid unnecessary scaling. + +2009-05-27 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_map): + Create grab transfer window before calling parent's map function. + + Fixes: NB#115988 (hildon_app_menu_popup creates menu with + "crushed" button(s) in the top left corner) + +2009-05-26 Alberto Garcia + + * hildon/hildon-window-stack.c (_hildon_window_stack_do_push): + Check if the window is already realized when pushing it. + +2009-05-25 Claudio Saavedra + + * configure.ac: post release version bump + * debian/changelog: post release version bump + +2009-05-25 Claudio Saavedra + + [Release 2.1.76] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-25 Alberto Garcia + + * hildon/hildon-app-menu.c: Doc updates. + +2009-05-25 Claudio Saavedra + + * hildon/hildon-banner.c: Remove leftover macro. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_scroll_indicator_fade), + (hildon_pannable_area_button_release_cb): Reviewed vmin + conditions, it could cause problems in the fadeout procedure. + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c + (hildon_pannable_area_button_release_cb): Added a threshold to + push the animation if the speed is big (MAX_SPEED_THRESHOLD). + +2009-05-25 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_set_property): Added code to sync the gtk + dnd threshold with the panning threshold. + 2009-05-25 Alejandro G. Castro * hildon/hildon-pannable-area.c,