Martin Stubenschrott
|
cb3d007341
|
attempt to fix problems with hints on not finished page load, should fix messages to the error console
|
2007-08-10 01:38:59 +00:00 |
|
Martin Stubenschrott
|
c9229435c3
|
- Fixed gn command
- added gH to activate option
|
2007-08-09 22:41:53 +00:00 |
|
Doug Kearns
|
d024134fbe
|
use vimperator.buffer.location rather than replaced getCurrentLocation() for
"y" mapping
|
2007-08-09 15:32:47 +00:00 |
|
Doug Kearns
|
42fa8f1fcc
|
whitespace formatting fix
|
2007-08-09 14:42:09 +00:00 |
|
Doug Kearns
|
9c1266e889
|
don't output status messages when history bounds are exceeded - just beep
|
2007-08-09 14:25:20 +00:00 |
|
Doug Kearns
|
69c36fc1dd
|
don't add a trailing '\n' when yanking a single line of text in extended hints
mode
|
2007-08-09 12:26:25 +00:00 |
|
Doug Kearns
|
e0c028c440
|
remove the word "version" from the :version output string
|
2007-08-09 12:15:44 +00:00 |
|
Doug Kearns
|
54a5ee42f4
|
move global completion functions into a vimperator.completion module
|
2007-08-08 16:47:31 +00:00 |
|
Doug Kearns
|
556bdbf05d
|
move global isDirectory() to Commands()
|
2007-08-08 10:19:41 +00:00 |
|
Doug Kearns
|
00b76309a3
|
change {count} to [count] in the usage strings since specifying a count is
always optional
|
2007-08-08 05:46:40 +00:00 |
|
Doug Kearns
|
c615dc958c
|
add C-u/C-d mappings and the associated 'scroll' option
|
2007-08-08 05:27:39 +00:00 |
|
Doug Kearns
|
ad44a9160c
|
initial buffer implementation
|
2007-08-07 14:19:20 +00:00 |
|
Doug Kearns
|
4c919b8ea0
|
fix typo - using quickmark value from 'activate' rather than tabopen for
:tabopen
|
2007-08-07 12:57:45 +00:00 |
|
Doug Kearns
|
a4ac7010fc
|
move remaining preference setting from vimperator.startup to Options()
|
2007-08-07 12:14:42 +00:00 |
|
Doug Kearns
|
9bbaca69b7
|
reverse last commit
|
2007-08-06 13:45:17 +00:00 |
|
Doug Kearns
|
6508cb8c65
|
move Option constructor to Options, move
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in
vimperator.options and move all option initialisation to Options()
|
2007-08-06 12:52:33 +00:00 |
|
Doug Kearns
|
0ab80a8d3a
|
don't emit an error message when ~/.vimperatorrc doesn't exist
|
2007-08-06 11:04:44 +00:00 |
|
Doug Kearns
|
5774ba2a16
|
use an unordered list rather than a table in the 'activate' help
|
2007-08-05 14:12:38 +00:00 |
|
Doug Kearns
|
b9bbc07ad2
|
move the global copyToClipboard() to a slot in vimperator
|
2007-08-05 06:43:40 +00:00 |
|
Doug Kearns
|
022e455d48
|
move the global isFormElemFocused() to Events
|
2007-08-05 06:29:14 +00:00 |
|
Doug Kearns
|
f71a3c1722
|
add onMultilineOutputEvent for handling more-prompt keypress events
|
2007-08-04 13:38:28 +00:00 |
|
Doug Kearns
|
b1a0af0ad5
|
move global fopen() to a slot in vimperator
|
2007-08-04 12:40:44 +00:00 |
|
Doug Kearns
|
fd0b40e8fc
|
remove debug toString() methods now we have vimperator.logObject
|
2007-08-04 12:35:25 +00:00 |
|
Doug Kearns
|
b83977981b
|
remove more unnecessary toString() calls
|
2007-08-04 12:33:00 +00:00 |
|
Doug Kearns
|
c72995f666
|
remove unnecessary toString() call
|
2007-08-04 12:18:59 +00:00 |
|
Doug Kearns
|
aa29879a3b
|
replace references to deprecated window._content with window.content
|
2007-08-04 03:22:11 +00:00 |
|
Martin Stubenschrott
|
44dc7e7076
|
- code cleanup by removing old commented code
- merged zoom_in/to into vimperator.zoom()
|
2007-08-03 02:45:12 +00:00 |
|
Doug Kearns
|
a05347965a
|
merge vimperator.execute and the execute_command() global function
|
2007-08-02 15:43:30 +00:00 |
|
Doug Kearns
|
aca44dc9d2
|
move the execute() global function to a slot of vimperator
|
2007-08-02 05:10:55 +00:00 |
|
Martin Stubenschrott
|
f22430b57d
|
changed listitem selection color to be the normal selection color of the system theme
|
2007-08-01 12:29:24 +00:00 |
|
Martin Stubenschrott
|
470073a3d8
|
finally found the CSS code to make the selection of listboxes better readable
Putting it in default.css instead of my own userChrome.css, because also others have mentioned
the hard readability.
|
2007-08-01 04:13:38 +00:00 |
|
Martin Stubenschrott
|
983600cb7a
|
couldn't resist, had to add support for auto-sourcing ~/.vimperator/plugin/ before we release 0.5
|
2007-08-01 02:51:37 +00:00 |
|
Martin Stubenschrott
|
0d8140cedc
|
winopen support
|
2007-08-01 01:17:45 +00:00 |
|
Martin Stubenschrott
|
f12781220b
|
changed vimperator.open() to accept postdata, makes the design a little uncleaner, but supports _all_ firefox search engines now.
|
2007-07-31 23:44:49 +00:00 |
|
Doug Kearns
|
755dfce0e6
|
add missing crop attribute to #vimperator-statusline-field-url label use "end"
value for crop attributes rather than the deprecated "right"
|
2007-07-31 16:15:12 +00:00 |
|
Martin Stubenschrott
|
6bbb909033
|
he is called linus torvalds
|
2007-07-31 16:02:26 +00:00 |
|
Martin Stubenschrott
|
ca5e2d080d
|
Make sure, search engine aliases are unique
|
2007-07-31 15:41:56 +00:00 |
|
Martin Stubenschrott
|
b4dfb2540b
|
inputMultiline method finished (some display bug may remain)
:js <<EOF support is back, better than ever (TM)
|
2007-07-29 03:48:29 +00:00 |
|
Martin Stubenschrott
|
bdc505a047
|
openURLs -> vimperator.open(...)
Support for adding bookmark groups to QuickMarks
|
2007-07-27 18:49:08 +00:00 |
|
Martin Stubenschrott
|
ae840402f1
|
added <Nop> support
|
2007-07-27 10:24:48 +00:00 |
|
Martin Stubenschrott
|
331cf1fc52
|
stringToURLs -> String.prototype.toURLArray
|
2007-07-27 00:01:15 +00:00 |
|
Doug Kearns
|
0df30f66db
|
fix infinite loop when calling "gu" with a {count}
|
2007-07-25 15:55:31 +00:00 |
|
Doug Kearns
|
8a84463ffc
|
make sure the first status bar label is flush left
|
2007-07-25 14:09:23 +00:00 |
|
Doug Kearns
|
75a72e8791
|
intialize the vimperator global constant with an object literal rather than via
a constructor function; move the init() and unload() global functions to
startup and shutdown slots of vimperator
|
2007-07-25 13:33:31 +00:00 |
|
Doug Kearns
|
9bab3c8f15
|
fix gH mapping so that it opens in a new tab - a regression
|
2007-07-25 07:46:19 +00:00 |
|
Doug Kearns
|
caa9fb529c
|
initial mapping tables for all modes at startup
|
2007-07-22 14:59:23 +00:00 |
|
Doug Kearns
|
1a6d1eb3a8
|
restore guard clause to the head of getMap() to test for uninitialized stacks
|
2007-07-22 12:59:21 +00:00 |
|
Doug Kearns
|
873809b4d3
|
allow :noremap name abbreviations
|
2007-07-22 11:44:10 +00:00 |
|
Doug Kearns
|
6b87d71a7e
|
add initial (very rough) implementation of :noremap
|
2007-07-22 11:36:41 +00:00 |
|
Doug Kearns
|
ab05f48462
|
allow {count}, and other flags, to be passed to e user mapping's action
|
2007-07-22 07:18:05 +00:00 |
|