Doug Kearns
b1a0af0ad5
move global fopen() to a slot in vimperator
2007-08-04 12:40:44 +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
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
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
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
74322fce1c
replace readonly textboxes in the commandline and statusbar with labels and
...
simplify the skin styling
2007-07-17 14:55:41 +00:00
Doug Kearns
e0245fe575
move the Events and Tabs objects to files of their own and add a license header
...
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns
8d1e4ef276
move initialisation of vimperator.input to the constructor function
2007-07-12 07:48:27 +00:00
Doug Kearns
fbc88ab606
remove unused local variables in Vimperator()
2007-07-11 17:10:16 +00:00
Doug Kearns
da3dea1f10
don't update the alternate tab list on TabOpen events
2007-07-11 08:35:51 +00:00
Doug Kearns
b1d1f0ec68
add KeyEvent -> String mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and
...
DOM_VK_F13-24
2007-07-10 15:02:22 +00:00
Martin Stubenschrott
f1dcd35334
changed shift-insert patch
2007-07-09 23:55:46 +00:00
Martin Stubenschrott
1c838eea55
applied shift-insert patch
2007-07-08 20:38:19 +00:00
Doug Kearns
53f647b488
reformat hints mode mapping definitions
2007-07-05 06:48:15 +00:00
Doug Kearns
54502e9929
move the global function updateBufferList() to vimperator.tabs until we have
...
real buffers
2007-07-05 06:14:32 +00:00
Martin Stubenschrott
31f06ea516
applied the hintchar patch from calmar
2007-07-04 17:32:02 +00:00
Martin Stubenschrott
5775aaaff5
changed '|' to ', ' as a url separator
2007-07-04 13:32:34 +00:00
Doug Kearns
0e1eee7ae7
move global help() command to a vimperator slot
2007-07-04 10:11:36 +00:00
Doug Kearns
8a38512346
remove g_hint_mappings - initialise hint mappings in vimperator.mappings
2007-07-03 12:46:18 +00:00
Martin Stubenschrott
84874eec04
Fixed some focus issues
...
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns
9f88317a14
move buffer_switch and toggleBufferList to the :buffer and :buffers
...
ex-commands; make the "u" normal mode command call vimperator.commands.undo
rather than execute_command() directly
2007-07-03 05:30:49 +00:00
Doug Kearns
3ca1ee8651
move reload() and reload_all() global functions to vimperator.tabs
2007-07-02 12:40:56 +00:00
Doug Kearns
dabfba6c06
move global quit() command to a vimperator slot
2007-07-02 11:17:22 +00:00
Doug Kearns
abc8370a61
move global beep() command to a vimperator slot
2007-07-02 10:29:02 +00:00
Doug Kearns
0b8ecb0d71
move global source() command to a vimperator slot
2007-07-02 09:43:03 +00:00
Doug Kearns
cfa515f62e
add new Ctrl-^ mapping for selecting the alternate tab
2007-07-02 06:57:11 +00:00
Martin Stubenschrott
d6fbc880ec
added QuickMarks
2007-06-29 11:44:45 +00:00
Doug Kearns
969e0b3225
rename the hints constructor hit_a_hint() to Hints()
2007-06-29 06:29:34 +00:00
Doug Kearns
8cd219f400
move the global variable hah to vimperator.hints and fix bug #17254
2007-06-28 02:16:41 +00:00
Martin Stubenschrott
10aba69c3d
initial commit of multiline echo()
2007-06-27 13:10:44 +00:00
Doug Kearns
feadfb0bba
fix :mark and :delmarks (AKA return of the marks) and add range support to
...
:delmarks
2007-06-26 04:44:28 +00:00
Doug Kearns
8de7749125
move hrist's incomplete tab numbering patch to the Wiki for now
2007-06-22 11:00:40 +00:00
Doug Kearns
3bceee7721
normalise fold markers
2007-06-22 10:42:37 +00:00
Martin Stubenschrott
3d08bb8dc3
keyToString -> event.toString()
2007-06-20 14:07:18 +00:00
Martin Stubenschrott
89d629e5e2
moved log and logObject into the vimperator object
2007-06-19 23:01:11 +00:00
Doug Kearns
105c9f902b
remove unused prev_match and heredoc global variables
2007-06-19 13:42:41 +00:00
Doug Kearns
8bbca0acf1
rename vimperator.ver to vimperator.version
2007-06-18 14:34:51 +00:00
Doug Kearns
12c75c8052
initial Option/Options implementation - replacing g_options
2007-06-16 11:36:30 +00:00
Doug Kearns
cbfda0f154
remove unnecessary parentheses from typeof operands
2007-06-14 04:11:36 +00:00
Doug Kearns
0cbd371c56
prefer comparison with the undefined literal rather than using typeof and
...
comparing against "undefined"
2007-06-13 07:14:48 +00:00
Martin Stubenschrott
7af9664ac0
- fixed commandline focus/blur behavior
...
- could be buggy, so please report any bugs
- text selection is not possible anymore for :echo'ed things, should come later when holding shift
- cleared commandline on scroll events
2007-06-12 10:48:35 +00:00
Martin Stubenschrott
b845a0f5cc
Final commit for the weekend: moved onKeyPress -> vimperator.events;
2007-06-09 14:06:12 +00:00
Martin Stubenschrott
36a2ec59ec
now we have a Events() class
...
Please report all bugs which arised because of these changes
Still not sure, if we should put that into an event.js
2007-06-09 13:39:13 +00:00
Martin Stubenschrott
c5722aaee2
Finally made event handling sane, creating an Events object will come soon.
...
This fixed many bugs like the reload/stop buttons being correctly updated now,
while getting rid of lots of old code.
2007-06-09 13:05:18 +00:00
Martin Stubenschrott
e0f47f8dac
small fixes to the input handling
2007-06-08 00:06:52 +00:00