1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 16:01:25 +02:00
Commit Graph

205 Commits

Author SHA1 Message Date
Conrad Irwin 77b11adbdb Don't showtext for input type=submit 2009-04-05 00:26:47 +01:00
Conrad Irwin 7fc5d0b175 Document hints.js
Adding documentation to hints.js. Also split getAreaOffset and
getInputHint out of generate() to make that function easier to read.
2009-04-04 23:36:43 +01:00
Conrad Irwin 3800f10144 Add 'hintinputs' to provide text hints for inputs
If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.

For values that are not displayed on the input field, it adds the value
to the red hint icon.
2009-04-04 19:21:45 +01:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns c1ec3989a9 Add support for image map hinting (Conrad Irwin). 2009-03-15 13:43:16 +11:00
anekos 4a475bb234 Fix for f09dc06283bef36e99e315b57acd16879c036410 2009-02-18 21:20:43 +09:00
Martin Stubenschrott 5f5c437ddf Fixed muttator for recent TBs, minimum requirements are 3.0b2pre now 2009-02-04 14:51:29 +01:00
Martin Stubenschrott 125f3057e9 fixed hintmatching with wordstartswith, thanks Daniel 2009-02-04 00:32:36 +01:00
Kris Maglione 70022ff0af Stricter number option parsing (and comment out some dump statements) 2009-01-28 09:15:26 -05:00
Ted Pavlic 8b95e72115 Minor copyedits. 2009-01-20 11:54:46 -05:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Doug Kearns 9729969d8b Whitespace fixes. 2009-01-12 15:32:50 +11:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Ted Pavlic 48d8b7cacd Added comment/query about why mappings.add("F") is doing what it's doing. 2009-01-08 18:04:55 -05:00
Ted Pavlic bfe47dff89 Fixed browser.followLink so that NEW_TAB semantics are invariant of prefs. 2009-01-08 12:01:42 -05:00
Ted Pavlic d90e670d70 Revert 93b0cf2a063b045268a55fbeac9473ce12234300's changes to hints.js
Until liberator.NEW_BACKGROUND_TAB operates differently based on the
    setting of browser.tabs.loadInBackground, this code must remain. At
    the moment, NEW_BACKGROUND_TAB only opens a true background tab if
    loadInBackground=true. When loadInBackground=false, the meaning of
    NEW_TAB and NEW_BACKGROUND_TAB flip. Hence, until they're invariant,
    something like ;F (which must always load tabs in the background)
    has to pay attention to loadInBackground.
2009-01-08 08:51:34 -05:00
Kris Maglione 15a64a0085 Comment on 'new' in HACKING 2009-01-07 16:41:44 -05:00
Martin Stubenschrott b20f740d30 added simple style guide in HACKING file 2009-01-03 14:45:49 +01:00
Martin Stubenschrott 5a139df797 Add ;F back again. Kris is right, that we are in feature freeze, but
this really just is a small commit which looks done right and satisfies
the need of a lot of people.

This reverts commit 969feba9355bdc148dc9403992facb314a30d1be.
2009-01-03 14:10:34 +01:00
Kris Maglione fa56f3058c Revert "Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)"
This should have been discussed first, especially given the current feature
freeze. This could easily have been implemented as a plugin. Feel free to
re-commit to the dev branch *after* discussing it, though.

This reverts commit da2ab0f1abe0f110d71fbed5c10c165565f76100.
2009-01-02 18:44:47 -05:00
Ted Pavlic 7ec7bb15dd Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)
The implementation provides the same functionality as ;F while still
maintaining the Vimp2.0 style hints. There is definitely room for
refactoring here.
2009-01-02 15:24:05 -05:00
Ted Pavlic f70344be50 Better grouping of extended hints in help. Also made completion list consistent with help list. 2009-01-02 14:44:23 -05:00
Ted Pavlic 451b094c21 Document ;V in :help and in completion. 2009-01-02 12:30:18 -05:00
Doug Kearns cb5fca695f Rename the misspelled util.interruptableRange to util.interruptibleRange. 2009-01-01 22:01:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 253346dbc3 Remove trailing commas from object initializers. 2008-12-23 22:07:56 +11:00
Kris Maglione 1a78e1c0a9 Remove @class='s' from default hinttags 2008-12-21 17:26:45 -05:00
Kris Maglione b8b708abcb Fix hint matching 2008-12-20 01:09:50 -05:00
Kris Maglione e7a7093f0d Fix commands.js 2008-12-20 01:05:10 -05:00
Kris Maglione 480151cc4d Move 'system' arg of Styles methods to arg 0, and add completion functions 2008-12-19 17:11:05 -05:00
Kris Maglione effeef7af6 Fix ;f 2008-12-19 15:00:52 -05:00
Kris Maglione f60ea76379 Make sure that the hint number is in the viewport 2008-12-19 14:57:34 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns d65b23be3d prefer let over var in Hints 2008-12-19 19:14:38 +11:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Doug Kearns 0841a01e15 access MarkupDocumentViewer via getBrowser() - only FF defines getMarkupDocumentViewer 2008-12-18 21:06:54 +11:00
Kris Maglione 0b4e0b6b62 Fix first more prompt. Don't sort hint completions. 2008-12-16 10:29:14 -05:00
Doug Kearns 3506a6212d allow hints to function on pages where authorStyleDisabled has been set via means other than 'usermode' 2008-12-16 18:34:29 +11:00
Kris Maglione 41de1f3b91 Fix case-insensitive hint matching. 2008-12-11 20:41:07 -05:00
Kris Maglione 43c27eec67 Add @role='link' to default hinttags for Gmail. 2008-12-10 01:56:31 -05:00
Doug Kearns 9233a428bf retab files 2008-12-10 01:46:06 +11:00
Kris Maglione 7693ac5000 Fix :time :stuff, etc. 2008-12-07 10:48:03 -05:00
Kris Maglione daae81bcea Add ;f extended hint mode to focus a frame 2008-12-07 10:23:29 -05:00
anekos 5d3c1826a7 Added the count arugument at Mode#action.
http://vimperator.org/trac/ticket/62
2008-12-07 23:53:27 +09:00
Kris Maglione ed7549cca7 Fix CompTitle padding, and stuff. 2008-12-05 17:55:38 -05:00
Kris Maglione 4ab62279ed Fix highlighting active hint. 2008-12-05 13:34:21 -05:00
Kris Maglione 0e13ddd166 No mapping found 2008-12-05 07:31:58 -05:00
Kris Maglione bf25c4fe6a This reverts commit 5b706cae475e0253cace8c36115fe0f7bde15736. 2008-12-05 07:17:54 -05:00