1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:37:59 +01:00
Commit Graph

2962 Commits

Author SHA1 Message Date
Kris Maglione
6cadd9c84b Add forgotten ul.
--HG--
branch : xslt
2009-10-24 19:19:48 -04:00
Kris Maglione
c6bd4b1ba9 Update Xulmus docs, in theory.
--HG--
branch : xslt
2009-10-24 18:49:39 -04:00
Kris Maglione
c697b165a0 Update Xulmus docs, in theory.
--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
2009-10-24 18:45:11 -04:00
Kris Maglione
2c1f7316a6 Add machinery to allow app-specific help files.
--HG--
branch : xslt
2009-10-24 16:49:21 -04:00
Kris Maglione
8b222085ec Add machinery to splice in app-specific help entries.
--HG--
branch : xslt
rename : vimperator/locale/en-US/all.xml => common/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => common/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/browsing.xml => common/locale/en-US/browsing.xml
rename : vimperator/locale/en-US/buffer.xml => common/locale/en-US/buffer.xml
rename : vimperator/locale/en-US/cmdline.xml => common/locale/en-US/cmdline.xml
rename : vimperator/locale/en-US/developer.xml => common/locale/en-US/developer.xml
rename : vimperator/locale/en-US/eval.xml => common/locale/en-US/eval.xml
rename : vimperator/locale/en-US/gui.xml => common/locale/en-US/gui.xml
rename : vimperator/locale/en-US/hints.xml => common/locale/en-US/hints.xml
rename : vimperator/locale/en-US/index.xml => common/locale/en-US/index.xml
rename : vimperator/locale/en-US/insert.xml => common/locale/en-US/insert.xml
rename : vimperator/locale/en-US/intro.xml => common/locale/en-US/intro.xml
rename : vimperator/locale/en-US/map.xml => common/locale/en-US/map.xml
rename : vimperator/locale/en-US/marks.xml => common/locale/en-US/marks.xml
rename : vimperator/locale/en-US/message.xml => common/locale/en-US/message.xml
rename : vimperator/locale/en-US/options.xml => common/locale/en-US/options.xml
rename : vimperator/locale/en-US/pattern.xml => common/locale/en-US/pattern.xml
rename : vimperator/locale/en-US/print.xml => common/locale/en-US/print.xml
rename : vimperator/locale/en-US/repeat.xml => common/locale/en-US/repeat.xml
rename : vimperator/locale/en-US/starting.xml => common/locale/en-US/starting.xml
rename : vimperator/locale/en-US/styling.xml => common/locale/en-US/styling.xml
rename : vimperator/locale/en-US/tabs.xml => common/locale/en-US/tabs.xml
rename : vimperator/locale/en-US/tutorial.xml => common/locale/en-US/tutorial.xml
rename : vimperator/locale/en-US/various.xml => common/locale/en-US/various.xml
2009-10-24 16:17:33 -04:00
Kris Maglione
4c13eb0798 Help formatting fixes.
--HG--
branch : xslt
2009-10-24 14:24:50 -04:00
Kris Maglione
0d44d919bc Replace asciidoc with native XSLT transforms.
--HG--
branch : xslt
rename : common/Makefile.common => common/Makefile
rename : vimperator/components/about-handler.js => common/components/about-handler.js
rename : vimperator/components/chrome-data.js => common/components/chrome-data.js
rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
2009-10-21 04:46:29 -04:00
Kris Maglione
2add32c3f2 Fix completion preview error in 3.6a2
--HG--
extra : rebase_source : 33da194d4dc35758f42183b0969132289d9594cc
2009-10-24 05:49:45 -04:00
Kris Maglione
fa9b118aad Cleanup more crufty, stolen Gecko code. Aren't these people supposed to be professionals?
--HG--
extra : rebase_source : 288a8a5f8479dda0c16c1a66132682e71f9a8eba
2009-10-21 04:42:04 -04:00
Kris Maglione
382cbe6691 Poke "Stupid, fallable heuristic" in scrolling code.
--HG--
extra : rebase_source : af80ea5701d073993e3e5f0c98c1947f7a9c65cb
2009-10-21 04:41:12 -04:00
Kris Maglione
03707315c4 Add storage["errors"]. 2009-10-16 20:34:07 -04:00
Kris Maglione
0b5f523b5d Tell tabs.js to stay out of my way via brute force via .vimperatorrc rather than via kludgy (but colorful!) variable names. 2009-10-15 19:02:48 -04:00
Kris Maglione
9ef122da08 Simplify feed auto-detection code.
--HG--
extra : rebase_source : 70d362bc1b442c52336a34038fc2facc2f460c8c
2009-10-15 18:09:55 -04:00
Doug Kearns
9b0e6ac28b Move an inline style from util.objectToString to a new Key highlight group. 2009-10-16 00:28:27 +11:00
Doug Kearns
9c2f01bfea Remove no-opping of arbitrary bindings in INSERT mode.
This list of keys is completely arbitrary, a small subset of Firefox's
supposedly undesirable bindings, and still manages to break three default
bindings on GTK/Firefox. INSERT mode is essentially a pass-through mode. If
that's not desirable then a new enhancement issue should be opened.

Fixes issue #58.
2009-10-16 00:25:09 +11:00
Doug Kearns
34f8dcbd2f Remove fixed FIXME comment. 2009-10-13 21:17:24 +11:00
Doug Kearns
9450e65d05 Change lots of local vars in hints.js to camel case.
HACKING is that way ->

--HG--
extra : rebase_source : f531065897da913844d46f084a3b2ee890f215d1
2009-10-13 17:35:47 +11:00
Kris Maglione
e32cabe61b Fix Bookmarks#getSearchURL typo.
--HG--
extra : rebase_source : 739c42e7b3e06be1d4193d4fb0c4a40760f068a4
2009-10-13 01:40:22 -04:00
Kris Maglione
afbab3c3ef Only update tab ordinals when 'guioptions' ~= /[nN]/ 2009-10-11 15:53:16 -04:00
Kris Maglione
1c6e31a73b Take some more jabs at the new scrolling code. Begin crafting a gecko-shaped voodoo doll. 2009-10-11 03:36:42 -04:00
Kris Maglione
b261b4ba56 Muck up the source code with a hidden option to hide the bloody command shadow. 2009-10-11 03:13:23 -04:00
Kris Maglione
755079877e Fix occasional lag in updating tab count widget (thanks elitemx). Minor cleanup. 2009-10-11 02:38:33 -04:00
Kris Maglione
cf08acaf69 Trigger plugin onUnload handlers at shutdown.
--HG--
extra : rebase_source : 4649d9517d990bbc1dc9efc7b73518bdaa5919ec
2009-10-10 23:43:06 -04:00
Doug Kearns
ddcdca1e59 Fix count processing for Textarea mode commands. 2009-10-11 02:03:16 +11:00
Doug Kearns
42db245cac Fix events.js license header. 2009-10-11 01:53:23 +11:00
Doug Kearns
29de612097 Fix escaping from Textarea mode in input fields.
When escaping from Textarea mode in input fields, and also text areas if
'insertmode' is set, return to Insert mode.
2009-10-11 01:38:11 +11:00
Kris Maglione
5965ee588f Fix bug in f1273c08be5d. 2009-10-09 01:06:21 -04:00
Kris Maglione
cf2fdf8300 Clean up funky stolen firefox code. 2009-10-09 00:53:32 -04:00
Kris Maglione
8b7b290e65 Don't report live bookmark items as bookmarked. 2009-10-09 00:17:57 -04:00
Kris Maglione
e62d9f96a5 Minor cleanup. 2009-10-08 23:13:24 -04:00
Kris Maglione
9235500752 Fix some quirks in new scrolling code. 2009-10-08 15:39:48 -04:00
Kris Maglione
ff8bd7467e Merve. 2009-10-08 17:20:12 -04:00
Kris Maglione
81c72d560e Backed out changeset 7b2d94f436ad 2009-10-08 17:19:53 -04:00
Kris Maglione
8292f6384c Fix mappings when mode.addMode used after initialization.
--HG--
extra : rebase_source : 03fcc73999f01ef1987cf22c0061fbcfebf0bc23
2009-10-08 15:40:18 -04:00
Kris Maglione
271e4fdfc1 Fix some quirks in new scrolling code.
--HG--
extra : rebase_source : 85c06e97ddd00cde296d595a99052428dacc15ca
2009-10-08 15:39:48 -04:00
Kris Maglione
f374fc981a imported patch quick-cleanup 2009-10-06 20:19:15 -04:00
Kris Maglione
f8bbd77356 Scroll any focused scrollable element rather than the entire window. Closes issue #61. 2009-10-06 20:19:12 -04:00
Doug Kearns
63e0ef561d Clear both sides of the logo of floating boxes in the help pages. 2009-10-05 21:43:38 +11:00
Doug Kearns
66e3c4c95c Work around failing getComputedStyle on Facebook.
getComputedStyle returns null for the channel_iframe document.
2009-10-05 18:38:25 +11:00
Doug Kearns
2d8c65a7b8 Normalise the browser.js header. 2009-10-03 17:00:18 +10:00
Doug Kearns
e041219339 Whitespace fixes. 2009-10-03 16:58:45 +10:00
Kris Maglione
e0ebc32489 Allow scripts to bulk-load new highlight groups, as in style.js; add Styles#loadCSS. 2009-10-02 19:46:57 -04:00
Kris Maglione
ea90165a0f Minor copyright fixes. 2009-10-02 19:45:37 -04:00
Martin Stubenschrott
3910c0604b Move all files to a MIT license 2009-10-03 00:32:29 +02:00
Doug Kearns
2b5067dc83 Fix :!! message window command line string.
The ! should be expanded to the previous command string.
2009-10-03 01:37:21 +10:00
Doug Kearns
3e398fdbf3 Fix last commit. 2009-10-02 04:24:46 +10:00
Doug Kearns
c033ea3fab Remove useless var from getContainerOffsets. 2009-10-02 00:41:49 +10:00
Doug Kearns
2a67d973d6 Fix hint positioning for pages with body { position: static }. 2009-10-01 17:17:04 +10:00
Doug Kearns
f79c6e8dc1 Rename :tabreattach to :tabattach.
As Kris noted this may be better implemented as :tabmove -window.
2009-09-30 19:48:34 +10:00
Doug Kearns
422579f6e2 Fix input buffer related hint bugs.
Spurious "null"s in input fields and key event swallowing following f1<Return>
etc.
2009-09-30 15:41:49 +10:00