Commit Graph

51 Commits

Author SHA1 Message Date
Neil Deakin
cda1c261b7 Bug 456083, open new windows in tabs 2008-09-24 12:14:06 -04:00
Brad Lassey
d7f2bf2e4d Bug 456658 - speed up kinetic pans r=stuart 2008-09-23 20:02:45 -04:00
Brad Lassey
b244a8392a Bug 455453 - Panning goes in the wrong direction r=gavin 2008-09-23 14:06:28 -04:00
Mark Finkle
0273c9683d Bug 456115: Switching tabs needs a forced redraw, r=gavin 2008-09-19 21:45:54 -05:00
Mark Finkle
9d9ac18aa6 Bug 455977, Add pref to disable kinetic scrolling, r=gavin 2008-09-18 21:41:04 -05:00
Stuart Parmenter
72eecfb362 bug 450930. only redraw when necessary (get rid of 100ms timer redraws.) r=gavin 2008-09-18 11:07:16 -07:00
Gavin Sharp
c021268381 Bug 455779: make sure not to process mousemoves while kinetic scrolling, r=stuart 2008-09-17 16:49:53 -04:00
Gavin Sharp
eb84c414c8 Bug 455361: don't redispatch clicks if we're in kinetic, refactor some event handling code, r=stuart 2008-09-17 14:53:58 -04:00
Brad Lassey
7ece049003 Bug 455352 - Stuck kinetic scrolling r=stuart 2008-09-15 22:34:11 -04:00
Brad Lassey
afde887bf0 Bug 455188 - Need to be able to pan fully while zoomed in p=gavin+bassey r=stuart 2008-09-15 20:24:15 -04:00
Mark Finkle
792fb374fe b=452069, r=gavin. Off-screen UI should slide into view when apnned 2008-09-10 19:38:02 -05:00
Gavin Sharp
131495f983 Bug 453042: Fix minor typo 2008-09-02 03:57:13 -04:00
Brad Lassey
587f2f9594 Bug 451441 – don't synchronously redraw everytime we move the canvas r=stuart 2008-08-27 17:28:03 -04:00
Mark Finkle
768f9af893 b=451677, r=enn. deckbrowser saves window scroll but should save browser scoll 2008-08-22 09:33:00 -04:00
Brad Lassey
0a415f2a72 Bug 451430 - Stop updating canvas when kinetic scrolling r=gavin 2008-08-20 15:26:29 -04:00
Mark Finkle
099969f660 b=448080, p=enn & mfinkle, r=gavin. switching between tabs fails to update parts UI 2008-08-20 02:09:22 -04:00
Gavin Sharp
a11306c0d2 Bug 444858: improve zoom behavior by skipping inline elements, and fix bug that made zooming near the edge of the content area sometimes not work, r=stuart 2008-08-20 01:30:07 -04:00
Gavin Sharp
b47dbfcab6 Bug 450243: properly clamp zoomLevel to avoid zooming bugs, r=mfinkle 2008-08-19 23:32:03 -04:00
Brad Lassey
80c341ff9e Bug 450782 – overpan events are hard to trigger with kinetic scrolling enabled r=mfinkle 2008-08-15 15:37:22 -04:00
"Brad Lassey"
cc6d360870 Bug 443212 - Kinetic Scrolling r=mfinkle 2008-08-15 13:02:52 -04:00
mfinkle@markfinkle8198
f92f459d85 b=448495, r=gavin. toolbar and sidebar UI fixup 2008-07-30 01:26:53 -05:00
Mark Finkle
19a87469ad b=446673, r=gavin. Sidebar never goes away 2008-07-25 14:10:35 -04:00
Gavin Sharp
420c26a12c Bug 432702: don't throw when loading XUL pages, r=mfinkle 2008-07-24 15:50:59 -04:00
Gavin Sharp
5de55f7775 Bug 444858: don't zoom directly to elements, leave some padding to improve legibility, r=stuart 2008-07-24 15:37:38 -04:00
Neil Deakin
0678db9252 Bug 436064, support multiple documents with a tab navigation bar, r=gavin 2008-07-24 14:50:32 -04:00
Gavin Sharp
19367008f9 Bug 446509: silence exceptions that are sometimes thrown when zooming, r=mfinkle 2008-07-22 09:11:56 -04:00
Gavin Sharp
71cea325f2 Bug 446433: add some zoom methods to deckbrowser, r=mfinkle 2008-07-21 17:12:18 -04:00
Johnathan Nightingale
3e4da768da Vertical and horizontal panning should "snap to" the appropriate axis. b=445716, r=gavin 2008-07-17 15:37:15 +02:00
Gavin Sharp
f94d23651d Bug 445734: force redraws while painting (improves panning performance), r=stuart 2008-07-17 14:49:05 +02:00
Gavin Sharp
2862c2a803 Bug 436079: zoom pages to fit the display area width, r=stuart 2008-07-16 15:36:28 +02:00
Gavin Sharp
8f2aefb26e Bug 445479: fix panning for zooms triggered from a panned state, r=stuart 2008-07-16 13:45:31 +02:00
Gavin Sharp
0c581abf93 Bug 445464: fix zooming while panned outside initial viewing area, r=stuart 2008-07-16 12:21:24 +02:00
Mark Finkle
1ed6fdc0d8 b=444418, r=gavin. Use overpan event to show sidebar controls 2008-07-11 23:09:35 -04:00
Gavin Sharp
ccc2909b05 Bug 436059: work around dblclick events not firing on the n810, and fix zoomToElement while panned, r=stuart 2008-07-11 21:22:12 -04:00
Gavin Sharp
df3721ca7a Bug 436059: initial 'zoom to element' support, r=stuart 2008-07-11 18:22:38 -04:00
Stuart Parmenter
79705b7691 bug 443473. Fix drag delay to take in to account how far you've moved the mouse and fix panning to not let you pan outside of the browser area. r=gavin 2008-07-04 00:33:05 -07:00
Gavin Sharp
7625c0b351 Bug 441589: refresh the display periodically to make it possible to use forms, see DHTML effects, etc., r=mfinkle 2008-06-24 21:18:16 -04:00
Gavin Sharp
485c02b33c Bug 441584: properly handle mouseup on the toolbar (end the pan), r=mfinkle 2008-06-24 21:03:37 -04:00
Gavin Sharp
c56786bcde Bug 441681: can't click links after panning (links outside of initial view don't work), r=mfinkle 2008-06-24 19:36:44 -04:00
Gavin Sharp
75a23f05e9 Bug 431843: removal of the deckpage/tab support (r=mfinkle) and re-implementation of panning/zooming using canvas & hidden browser (based on PoC from stuart, r=stuart) 2008-06-21 14:51:41 -04:00
mark.finkle@gmail.com
5c4c6e6859 b=435244 – Add initial support for zooming. Animation is disabled.
--HG--
branch : mobile
2008-05-22 16:46:20 -04:00
dougt@dougt-ubuntu
6f4c4fea0e removing unneed variables, commenting out dump, adding HTMLAnchorElements as another element we should ignore if the mouse is pressed down on them.
--HG--
branch : mobile
2008-05-21 11:42:28 -07:00
dougt@dougt-ubuntu
2013812150 434831. doPan optimziations
--HG--
branch : mobile
2008-05-20 12:58:10 -07:00
dougt@dougt-ubuntu
c3686c7e35 bug 434675. basic kinetic scrolling
--HG--
branch : mobile
2008-05-20 10:37:59 -07:00
mark.finkle@gmail.com
5931a7d8b6 b=433578 - make panning work better.
--HG--
branch : mobile
2008-05-18 02:35:30 -04:00
mfinkle@mozilla.com
167270b26f Better canvas panning
Added canvas updating during the pan
Removed deckbrowser.loadURI

--HG--
branch : mobile
2008-05-08 17:59:16 -05:00
mfinkle@mozilla.com
d09a89cffa more canvas panning fixes
--HG--
branch : mobile
2008-05-07 18:57:23 -05:00
mfinkle@mozilla.com
fda6acfef7 fixed a refactor bug
--HG--
branch : mobile
2008-05-06 21:26:09 -05:00
mfinkle@mozilla.com
c481b58516 initial canvas panning
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012843
2008-05-06 14:56:21 +00:00
mfinkle@mozilla.com
5c5e5c8577 broke browser.js apart into overlays
added basic support for proposal 8
started to add support for proposal 6 download UI
original proposal 6 code is still buildable too

--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012789
2008-05-02 20:15:45 +00:00