1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 04:41:24 +02:00
Commit Graph

1646 Commits

Author SHA1 Message Date
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
Doug Kearns c61be0541a Merge branch 'master' into xulmus 2009-03-20 02:35:21 +11:00
Doug Kearns 56ee77ba4f Whitespace formatting fixes. 2009-03-20 00:48:41 +11:00
kenneslin 5329080b24 Added some media mappings, edited the getAlbums() function, renamed :playmedia to :filter and context titles in autocompletions 2009-03-19 03:07:16 +05:30
Daniel Bainton 855bc5b9fe Revert "Fix bug #189, <tab><cr> now uses first completion"
This reverts commit f18efe4ec792afb65c4bace11073526aef31725e.
2009-03-18 22:39:32 +02:00
Doug Kearns 79ef0f67eb Don't bother forking colorscheme completion.
It was an attempt to improve on Vim's colorscheme completion, across
multiple runtime paths, but that's more buggy than useful.
2009-03-18 20:38:18 +11:00
Kris Maglione 6c4a4bbae8 Merge branch 'xulmus' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-03-18 03:36:22 -04:00
Conrad Irwin 238e45482c Fix bug #189, <tab><cr> now uses first completion
On discussion with maxauthority this is probably the best way of doing
things for now.
2009-03-18 00:45:47 +00:00
Conrad Irwin 924aba8f54 Commandline completion for hinted file inputs
When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
2009-03-16 12:28:34 +00:00
Doug Kearns 789d98d31d Return mainWindowID default value to 'main-window'. 2009-03-16 18:55:44 +11:00
Doug Kearns 3704b8cc7d Rename completion#songCompletion to completion#song. 2009-03-16 17:03:37 +11:00
Doug Kearns 165b087ef6 Merge branch 'master' into xulmus 2009-03-16 16:31:54 +11:00
Doug Kearns 1ca0bc0de4 Formatting fixes. 2009-03-16 16:24:09 +11:00
Doug Kearns 80beaa41df And xulmus was born. 2009-03-16 15:54:02 +11:00
Doug Kearns c1ec3989a9 Add support for image map hinting (Conrad Irwin). 2009-03-15 13:43:16 +11:00
Daniel Bainton ae150a373e Fix bug #93 the hacky way, thanks to Conrad Irwin for the patch. 2009-03-15 03:27:07 +02:00
Doug Kearns b23c928922 Don't source the user RC file twice when 'exrc' is set.
When started from $HOME, the 'exrc' file and the user RC file are the
same file.
2009-03-14 18:10:44 +11:00
Doug Kearns 9de03780e4 Add @returns attribute to io#getRCFile documentation. 2009-03-14 17:14:17 +11:00
Doug Kearns a37f61028d Fix editor#pasteClipboard on Windows. 2009-03-13 18:06:20 +11:00
Kris Maglione ed79b24a01 Merge. 2009-03-12 22:05:38 -04:00
Kris Maglione 93f59df6e7 Fix some bugs---which bugs, I have no idea. 2009-03-12 22:00:46 -04:00
Doug Kearns f909cc128e Cancel the isReplaying macro mode when a macro is interrupted. 2009-03-12 00:31:59 +11:00
Doug Kearns 13da8c4519 Add new :messclear command to clear the message history. 2009-03-11 01:02:12 +11:00
Doug Kearns 59cdf67f57 Merge branch 'master' into vimperator-2.1 2009-03-11 00:02:00 +11:00
Daniel Bainton 466e521230 Revert "Replace use of editor.pasteClipboard with executeCommand("cmd_paste")."
This reverts commit 7e8db4743b24368ba1784420e6cdf6b4838958df.

The commit breaks selection pasting in linux, so reverting.
2009-03-08 20:35:16 +02:00
Doug Kearns 52956a9aa1 Replace use of editor.pasteClipboard with executeCommand("cmd_paste").
This fixes #93 (<s-insert> in the bottom of a long textarea bounces up)
as well.
2009-03-09 01:18:57 +11:00
Doug Kearns 8c2adfefb1 Rename an oddly named variable in util.readFromClipboard. 2009-03-07 02:40:20 +11:00
Doug Kearns 5f190d3443 Strip leading counts and trailing bangs from help tag links. 2009-03-07 00:50:28 +11:00
Doug Kearns 9d3a5ec939 Fix help links whose destination is the current page. (#169) 2009-03-05 01:27:41 +11:00
Daniel Bainton 8e85219443 Fix vimperator for the latest firefox nightlies 2009-03-03 15:53:42 +02:00
Doug Kearns 866940886d Set the href of links in the output of :jumps to the actual URL.
template.highlightURL should probably have the same change applied but
I'm not sure of the intent there.
2009-03-03 00:57:04 +11:00
Doug Kearns 614ab6082c Fix ;t and ;b extended hint modes in the MOW. 2009-03-03 00:50:11 +11:00
Doug Kearns 226e7e6add Remove a trailing comma from an object literal. 2009-03-01 14:15:26 +11:00
Doug Kearns f82b03f796 Fix escaped path separator in messages on Windows. 2009-03-01 02:49:18 +11:00
Doug Kearns 6b34e50579 Merge branch 'master' into vimperator-2.1
Conflicts:
	vimperator/NEWS
	vimperator/locale/en-US/starting.txt
2009-02-26 22:11:12 +11:00
Doug Kearns 09e82c7914 Fix version.html generation for POSIX sed. 2009-02-26 14:51:48 +11:00
Doug Kearns 60791f64af Ignore case in :sidebar and :dialog completion.
Also fixes these to report the original arg in error messages again.
2009-02-24 15:22:08 +11:00