summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/ZoomManager.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent intermediate scale updates from being sent to WebKit while zooming.Derek Sollenberger2011-03-181-1/+1
* Fix bug 4083825 - Gesture zoom locked along content edges under someAdam Powell2011-03-111-2/+12
* b/4080388 Improving the performance of ZoomManagerHuahui Wu2011-03-101-18/+46
* Don't limit zoom scale change by the minimum increment.Shimeng (Simon) Wang2011-03-091-1/+1
* Merge "b/4075349 Make the pinch to zoom more responsive after limits." into h...Huahui Wu2011-03-091-14/+29
|\
| * b/4075349 Make the pinch to zoom more responsive after limits.Huahui Wu2011-03-091-14/+29
* | Merge "Consider mInitialScale when setting min zoom scale." into honeycomb-mr1Shimeng (Simon) Wang2011-03-091-2/+3
|\ \ | |/ |/|
| * Consider mInitialScale when setting min zoom scale.Shimeng (Simon) Wang2011-03-081-2/+3
* | b/3307761 Tuning two fingers pan.Huahui Wu2011-03-081-1/+49
|/
* Shorten the animation length to make it snappier.Shimeng (Simon) Wang2011-03-031-1/+1
* Adjust actual scale when zoom density changes.Shimeng (Simon) Wang2011-03-021-3/+11
* Merge "Revert "Remove the limitation that zoom can't go beyond overview scale.""Shimeng (Simon) Wang2011-03-021-13/+25
|\
| * Revert "Remove the limitation that zoom can't go beyond overview scale."Shimeng (Simon) Wang2011-03-021-13/+25
* | Don't update webkit at every stage of a zoom animation.Derek Sollenberger2011-03-011-3/+4
|/
* Remove the limitation that zoom can't go beyond overview scale.Shimeng (Simon) Wang2011-02-281-25/+13
* Make sure pinch zoom and overview scale are within limitsShimeng (Simon) Wang2011-02-241-2/+4
* Pre-calculate view scale and text wrap scale for webkit.Shimeng (Simon) Wang2011-02-241-4/+6
* Make sure zoom width is changed before fit-to-screen.Shimeng (Simon) Wang2011-02-181-1/+1
* Reset initial zoom overview state when user takes zoom action.Shimeng (Simon) Wang2011-02-171-0/+6
* Fine tune the zoom overview behavior.Shimeng (Simon) Wang2011-02-171-3/+20
* Remember zoom overview state since the postscale callback is async.Shimeng (Simon) Wang2011-02-161-3/+8
* Merge "Fit to screen for the first new picture with enough different width."Shimeng (Simon) Wang2011-02-161-3/+6
|\
| * Fit to screen for the first new picture with enough different width.Shimeng (Simon) Wang2011-02-151-3/+6
* | Merge "Keep overview mode when screen is rotated."Shimeng (Simon) Wang2011-02-151-2/+5
|\ \ | |/ |/|
| * Keep overview mode when screen is rotated.Shimeng (Simon) Wang2011-02-151-2/+5
* | Keep mobile site's text wrap scale unchanged.Shimeng (Simon) Wang2011-02-141-4/+11
|/
* Implement the double tap to zoom animation with HW accleration.Ben Murdoch2011-01-271-3/+26
* Keep min/max zoom scale in proportion when zoom density changes.Shimeng (Simon) Wang2011-01-201-3/+17
* Merge "Smoother pinch-zoom in Browser." into honeycombRomain Guy2011-01-181-2/+2
|\
| * Smoother pinch-zoom in Browser.Romain Guy2011-01-181-2/+2
* | Fix smart zoom for plugins that use OpenGL.Derek Sollenberger2011-01-181-4/+5
|/
* b/3331379 reduce ping-to-zoom jitter.Huahui Wu2011-01-111-0/+10
* Make sure the reading level scale is within min/max limits.Shimeng (Simon) Wang2011-01-061-2/+3
* Refactor zoom overview width calculation.Shimeng (Simon) Wang2011-01-051-29/+48
* Smooth out gesture zooming in WebViews.Adam Powell2010-12-111-4/+3
* Prevent scaling beyond zoom overview scale.Shimeng (Simon) Wang2010-12-071-2/+5
* Set initial view scale to be at least overview scale.Shimeng (Simon) Wang2010-11-291-16/+12
* Ignore zoom overwidth updating when contentsize is not set.Shimeng (Simon) Wang2010-11-151-1/+3
* Only show double-tap tip if the feature is enabled.Derek Sollenberger2010-11-121-1/+6
* Update textwrap scale when content width changes in overview mode.Shimeng (Simon) Wang2010-11-091-7/+11
* Use minPrefWidth instead of viewsize.x.Shimeng (Simon) Wang2010-11-041-1/+1
* Prevent 0 content width.Shimeng (Simon) Wang2010-11-031-3/+7
* Stabilize reflow, aka, the fit-to-screen option in settings.Shimeng (Simon) Wang2010-10-291-11/+29
* Fixes "open pages in overview" option.Shimeng (Simon) Wang2010-10-281-4/+5
* Rename some variable to make it clear what data is being stored.Derek Sollenberger2010-10-281-4/+4
* Let double tap reflow text.Shimeng (Simon) Wang2010-10-221-3/+1
* Let restored scale be in effect.Shimeng (Simon) Wang2010-10-211-2/+1
* Remove not-used code.Shimeng (Simon) Wang2010-10-141-1/+1
* Fixed viewport enhancement for site with viewport tag.Shimeng (Simon) Wang2010-10-141-2/+8
* Use real fixed viewport, and let the content width be the overview width.Shimeng (Simon) Wang2010-10-141-13/+11