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

782 Commits

Author SHA1 Message Date
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
Doug Kearns 7dc432d147 Refactor IO.PATH_SEP. 2009-04-04 20:28:16 +11:00
Doug Kearns 7b367d505d Add "tab-icon" to the class in the tab binding's icon stack.
Other extensions use this to reference the icon.
2009-04-04 01:38:36 +11:00
Ted Pavlic bd72e0191a Make implicit semicolon explicit in new try line. 2009-04-02 17:57:09 -04:00
Ted Pavlic 15ff0ace59 Attempt to make PATH_SEP code work on OS/X. Catch initWithPath(/) exception. 2009-04-02 17:40:37 -04:00
Conrad Irwin 34669db924 Fix /<CR>
May further break certain edge-cases on * and # if it detects the current word
as being a "", but they are already broken.
2009-04-02 11:35:15 +01:00
Conrad Irwin 6e1c999934 Fix removing search highlights from textareas.
Although firefox is happy to insert <span>s inside the DOM under
textareas and inserts it won't find them with xpath.
2009-04-02 00:09:33 +01:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns a1ce575cef Return the default 'stal' value for Vimperator and Xulmus to 0. 2009-04-01 17:02:36 +11:00
Doug Kearns c146ff99b4 Fix zi/zi error at zoom range boundaries. 2009-03-31 13:27:03 +11:00
Kris Maglione 3c22453d31 Add horrifically mangled, unicode-aware asciidoc. 2009-03-30 20:16:45 -04:00
Kris Maglione 56da39319b Fix config.focusChange check. 2009-03-30 11:00:38 -04:00
Daniel Bainton eab32403cd UI tweak when maxitems 7 (Jarkko Oranen) 2009-03-30 17:21:42 +03:00
Kris Maglione dfe061db6f Change ted's licence block in template.js 2009-03-30 01:28:03 -04:00
Kris Maglione 3a60d9e530 Finish this ridiculously botched merge. 2009-03-30 01:20:18 -04:00
Kris Maglione 2a88d8a3bf Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
2009-03-30 01:19:29 -04:00
Kris Maglione 5f27bf99da Fix some zi/zo issues. 2009-03-30 01:19:11 -04:00
Kris Maglione 7e068d4f9e Fix some zi/zo issues. 2009-03-30 01:16:39 -04:00
Kris Maglione a8f41faf4e Merge. 2009-03-30 01:14:46 -04:00
Doug Kearns 8e288dd82e Fix comment typo. 2009-03-30 12:35:01 +11:00
Daniel Bainton 187a53c4ca add 'maxitems' option (Jarkko Oranen) 2009-03-30 01:39:10 +03:00
Doug Kearns 7ad4abf333 Remove some merged debugging code from loadModule.
Unintentionally merged from the xulmus branch.
2009-03-29 22:08:03 +11:00
Doug Kearns 0e28714ce6 Revert some of PT's local changes to the build system. 2009-03-29 21:05:38 +11:00
Doug Kearns 897181a5c4 Whitespace fixes. 2009-03-29 13:50:18 +11:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Martin Stubenschrott 09c653062c Remove text shadow, should fix tabs on mac os 2009-03-28 23:10:10 +01:00
Doug Kearns 91ab9e7caa Merge branch 'master' into xulmus 2009-03-28 17:23:14 +11:00
Doug Kearns 512a08875d Merge branch 'master' into xulmus 2009-03-28 17:20:51 +11:00
Prathyush Thota d3a5d3d229 Refactor player.js & Changed the install maxVersion to 1.2.0pre 2009-03-28 05:02:59 +05:30
Prathyush Thota f06f1d776e Added SearchView - '/', 'n' & 'N' 2009-03-27 23:32:03 +05:30
Martin Stubenschrott 3f53319d53 Fix muttator for new nighlies 2009-03-27 11:44:04 +01:00
Doug Kearns 26fec12cad Fix #204.
Fixes #204 (statusbar should follow "site identification button" color
codes).
2009-03-27 13:35:52 +11:00
Doug Kearns 59c1eaa4c8 Add a :mediaview command to change media views. 2009-03-26 21:56:24 +11:00
Conrad Irwin 4282b07d77 Fix uploading of files by relative path name.
Use io.getFile(path).path instead of just path in order to create an
absolute path.
2009-03-26 03:11:17 +00:00
Conrad Irwin bda0c5bda5 Fix #180. User can no-longer interrupt macros.
Buffers any keystrokes recieved during a macro expansion and plays them
after it has finished.
2009-03-26 02:48:55 +00:00
Doug Kearns 683d569eb2 Remove the unwanted SB margin from the command line. 2009-03-26 00:25:59 +11:00
Conrad Irwin d6238f84a4 Treat strings containing / as URLs
In lieu of getting proper hostname detection, allow localhost/ and other
similar URLs to work.
2009-03-25 01:58:39 +00:00
Doug Kearns 8c495eb7ba Add Player mode :pmap commands. 2009-03-25 04:13:15 +11:00
Doug Kearns 349c442eb5 Fix 'showtabline'. 2009-03-25 02:32:19 +11:00
Doug Kearns 44bf45d5cf Merge branch 'master' into xulmus 2009-03-24 15:50:53 +11:00
Doug Kearns 663cd581a1 Fix and document :load. 2009-03-24 15:00:18 +11:00
Prathyush Thota 77f277ddcc Added :load [playlist]<tab>, command for loading specified playlist (autocompleted) 2009-03-24 04:18:43 +05:30
Conrad Irwin 53b5a54a1f Fix #198, Unicode escape next and previous pattern 2009-03-23 14:41:41 +00:00
Conrad Irwin b4b62fc836 Fix #141 by not splitting URLs on quoted commas.
Added a new function util.splitLiteral(str, RegExp).
2009-03-23 12:36:05 +00:00
Kris Maglione cf57844986 Get rid of some 'config.name' checks in the common tree. These should all, ideally, go. 2009-03-22 02:25:05 -04:00
Kris Maglione c35cca159f Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-03-21 13:43:43 -04:00
Doug Kearns 8ae0b211f1 Define missing window#BrowserStop and window#toJavascriptConsole. 2009-03-20 16:04:23 +11:00