Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-24 | Removed MAEMO_CHANGES and MAEMO_GTK | Tomasz Sterna | |
2009-12-14 | Fix compilation warnings | Alberto Garcia | |
2009-05-28 | Ensure to show the scrollbars, if required, on the adjustment::changed signal | Alejandro Piñeiro | |
handler * hildon/hildon-pannable-area.c (hildon_pannable_area_initial_effect): Remove the initial_effect management, check initial_hint (hildon_pannable_are_expose_event): Remove the initial_hint management, set initial_effect to FALSE (hildon_pannable_are_refresh): Check if we need to show the scrollbars, by launching the fade_timeout if the scrollbars state has changed and are visible * examples/hildon-pannable-area-initial-hint-example.c Modified to allow to remove rows too. Add and remove rows one by one | |||
2009-05-25 | Ensure to show the initial-hint the first time the pannable becomes | Alejandro Piñeiro | |
scrollable * src/hildon-pannable-area.c (hildon_pannable_area_initial_effect): set to FALSE initial_effect if the fadeout effect was used (hildon_pannable_area_expose_event): check if it is required to manage the initial effect on the begining of the function. Previously it was made at the end, but this doesn't ensure that the scrollbars will be painted on the first show. Do not set to FALSE initial_effect, to ensure that the initial hint is showed the first time the pannable becomes scrollable * examples/Makefile.am * examples/hildon-pannable-area-initial-hint-example.c: New example, to show that the initial-hint is showed when the widget becomes scrollable Fixes: NB#116607 (Pannable area should always have scrollbar visible initially if the application can be scrolled) |