Commit Graph

9750 Commits

Author SHA1 Message Date
Mark Finkle
e9f64d30a6 b=444218, r=gavin. Show/Hide the side navigation controls 2008-07-08 21:24:49 -04:00
Daniel Brooks
949644b135 bug 441794: that's what I get for changing a variable name after testing but before checking in 2008-07-06 06:12:57 -05:00
Daniel Brooks
5737135215 bug 441794: cache the keys to make setting up the UI O(n) rather than O(n^2) 2008-07-06 05:01:33 -05:00
Daniel Brooks
ad95a1d19c bug 441794: make the listbox an editable tree, and write some code for reading and setting prefs 2008-07-05 19:06:24 -05:00
Daniel Brooks
8ec78ba780 add in the correct code for translating a key into the proper string. the code is much the same as what nsMenuFrame does. It reuses the same properties files and so on. 2008-07-04 15:00:02 -05:00
Daniel Brooks
e63c72b5f3 UI for editing keyboard shortcuts. Not yet actually editable, but updated to work with mfinkle's last patch. 2008-07-04 09:29:24 -05: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
Mark Finkle
b07d50f89e b=436068. breakage from hg dance 2008-07-04 02:52:26 -04:00
Mark Finkle
d93d008829 b=436068, r=gavin. Add and removes files 2008-07-04 02:39:25 -04:00
Mark Finkle
7cf5fbf00f b=436068, r=gavin. Add new navigation UI 2008-07-04 02:16:46 -04:00
Gavin Sharp
3ed430b93f Bug 442975: windowtype should be navigator:browser, r=mfinkle 2008-07-03 12:55:34 -04:00
"Brad Lassey"
5b90aae534 Added tag FENNEC_M4 for changeset 14bbac84b71c 2008-06-26 16:49:28 -04:00
"Brad Lassey"
b8d8fac2b9 bumping version number r=gavin 2008-06-26 16:23:31 -04: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
Johnathan Nightingale
bb79242905 Add images for bug 437955. 2008-06-20 17:14:04 -04:00
johnath@gavin-pc-ubuntu
a9426e3aef Initial port of identity UI to Fennec. b=437955 r=gavin 2008-06-20 17:01:42 -04:00
Gavin Sharp
d146e075aa Bug 439452: remove another 'Firefox', r=mfinkle
--HG--
branch : mobile
2008-06-20 13:33:34 -04:00
Gavin Sharp
4b8881d655 Bug 439452 followup (change deb installed description)
--HG--
branch : mobile
2008-06-16 12:56:51 -04:00
Gavin Sharp
a71e8d6552 Bug 439452: Fennec, not Firefox
--HG--
branch : mobile
2008-06-16 12:43:15 -04:00
dougt@dougt-ubuntu
a54108332e clear the total momentum on ever new pan
--HG--
branch : mobile
2008-05-23 09:57:47 -07:00
dougt@dougt-ubuntu
763d054b57 Add some highlighting to the links when we click on them
--HG--
branch : mobile
2008-05-22 16:58:27 -07:00
dougt@dougt-ubuntu
9c40969f94 ws cleanup
--HG--
branch : mobile
2008-05-22 15:12:08 -07: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
ef0fa25066 kinetic scrolling should base its speed on more than just the last event
--HG--
branch : mobile
2008-05-22 10:52:42 -07:00
mark.finkle@gmail.com
197abf58e4 Swicth to bubbling mouse events
--HG--
branch : mobile
2008-05-21 15:12:08 -04:00
mark.finkle@gmail.com
6a4759e1dd Moved startPan() call into mousemove so it doesn't conflict with double-click
Minor cleanup getting ready for some zoom patches

--HG--
branch : mobile
2008-05-21 15:11:07 -04:00
dougt@dougt-ubuntu
6e3b84de50 use bubble, not capture, on mousedown so that sites can get mouse events
--HG--
branch : mobile
2008-05-21 11:48:03 -07: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
fe5c2b9099 merging gavin's change
--HG--
branch : mobile
2008-05-20 13:01:45 -07:00
dougt@dougt-ubuntu
2013812150 434831. doPan optimziations
--HG--
branch : mobile
2008-05-20 12:58:10 -07:00
Gavin Sharp
a6e969eb41 Bug 434573: fixup URIs displayed in the URL bar (avoid wyciwyg://), r=mfinkle
--HG--
branch : mobile
2008-05-20 15:14:19 -04: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
Brad Lassey
3276c34959 fixing bug #432647, r=mfinkle
--HG--
branch : mobile
2008-05-13 17:39:17 -04:00
gavin@mozilla.com
4f13bfe455 Rename mac bundle icon
--HG--
branch : mobile
2008-05-12 16:08:38 -04:00
Gavin Sharp
34d4eb19d6 Add macbuild files to allow easy building on OS X (copied over from Firefox with s/firefox/fennec/)
--HG--
branch : mobile
2008-05-12 15:50:39 -04:00
mfinkle@mozilla.com
81a9f93d09 Switched to proposal 6 UI
changed browser.sessionhistory.max_entries to 50

--HG--
branch : mobile
2008-05-09 17:56:14 -05: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
blassey@mozilla.com
b2e3e6b8ef changes needed to get an icon on the menu
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012756
2008-05-01 19:54:04 +00:00
blassey@mozilla.com
e75a85c345 all the files required to make a debian installer package
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012749
2008-05-01 18:24:41 +00:00
blassey@mozilla.com
ff864cde01 added the deb target
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012748
2008-05-01 18:24:04 +00:00
blassey@mozilla.com
99dbaf2621 added deb target to build.mk and the debian specific make files
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012747
2008-05-01 18:23:40 +00:00
mfinkle@mozilla.com
4a7af77213 buildable mobile browser
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012383
2008-04-18 13:41:49 +00:00