1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Doug Kearns
e58cbc89fe rename the 'location' property of vimperator.buffer to 'URL' 2007-08-18 14:22:52 +00:00
Doug Kearns
df002ee788 reset vimperator.input.buffer before executing mappings that may add more key
events to the event buffer
2007-08-16 16:01:53 +00:00
Doug Kearns
1ec6743b5d fix some help typos 2007-08-16 10:58:34 +00:00
Doug Kearns
ca3ce21fdc break up buffer.scrollAbsolute and buffer.scrollRelative into smaller, more
specific, methods
2007-08-14 15:32:55 +00:00
Doug Kearns
9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Martin Stubenschrott
27839f303d commandline and MIW try to keep focus now
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00
Martin Stubenschrott
5c3a8426b1 fixed/renamed vimperator.events.toString(event);
v.e.is{Accept,Cancel}Key(key) helper functions
2007-08-11 20:05:51 +00:00
Martin Stubenschrott
e91f192a62 added <space>-support for feedkeys()
moved KeyboardEvent.prototype.toString() -> vimperator.events.eventToString()
2007-08-11 19:20:39 +00:00
Doug Kearns
5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Martin Stubenschrott
2a4cfbc4e3 "enter" is an alias for "return" or "cr" 2007-08-10 18:30:23 +00:00
Martin Stubenschrott
f9e0238ff0 some whitespace formatting 2007-08-10 17:52:07 +00:00
Martin Stubenschrott
b845854dc0 feedkeys() support!! Some bugs may remain, please test thorougly
escaping the < char not yet done, as the semantics is not clear yet
2007-08-10 17:48:29 +00:00
Doug Kearns
ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +00:00
Doug Kearns
022e455d48 move the global isFormElemFocused() to Events 2007-08-05 06:29:14 +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
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