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

4658 Commits

Author SHA1 Message Date
Doug Kearns
aad4513874 move the global function focusNextFrame to a slot on vimperator -
vimperator.shiftFrameFocus
2007-07-11 05:04:56 +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
Doug Kearns
d9e0cbb13c make sure input fields without an explicit 'type' attribute are matched by
hinttags and extendedhintags
2007-07-10 13:39:22 +00:00
Doug Kearns
0559784a12 fix typo 2007-07-10 10:25:41 +00:00
Doug Kearns
f9ecd3b788 limit the size of the multiline output window to the size of the browser panel 2007-07-10 10:07:08 +00:00
Martin Stubenschrott
f1dcd35334 changed shift-insert patch 2007-07-09 23:55:46 +00:00
Martin Stubenschrott
7828d3dd9b :saveas works now 2007-07-09 23:12:58 +00:00
Martin Stubenschrott
d1a286e3ce reverted scroll window.content patch for now (untested) 2007-07-09 13:27:58 +00:00
Doug Kearns
d7c8bec9c8 move all XUL styling to default.css 2007-07-09 06:47:41 +00:00
Martin Stubenschrott
1c838eea55 applied shift-insert patch 2007-07-08 20:38:19 +00:00
Doug Kearns
09aeb6f612 use 'web page' rather than 'webpage' in the help text 2007-07-05 13:02:44 +00:00
Doug Kearns
39c2a87392 inline yankCurrentSelection(), yankCurrentLocation(), goUp() 2007-07-05 06:52:10 +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
384d359749 move the bmadd() and bmdel() global functions into the corresponding command
definitions
2007-07-04 11:59:53 +00:00
Doug Kearns
bade047430 move global function bmshow() to vimperator.bookmarks.list 2007-07-04 10:58:55 +00:00
Doug Kearns
071d83c5bd move tab() global function into :tab command definition 2007-07-04 10:31:58 +00:00
Doug Kearns
84b500f341 complete :tab with command completions 2007-07-04 10:18:06 +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
Doug Kearns
0ba4a27d91 change last references to stepInHistory() to vimperator.history.stepTo 2007-07-03 11:37:45 +00:00
Martin Stubenschrott
84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns
78aad7c83b update old references to g_inputbuffer and g_count to vimperator.input.buffer
and vimperator.input.count respectively
2007-07-03 06:49:09 +00:00
Doug Kearns
47392e4f75 move g_hint_mappings to mappings.js 2007-07-03 05:41:55 +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
f610861aa2 delete unused getCurrentLinkLocation() - moved to wiki 2007-07-02 15:06:12 +00:00
Doug Kearns
39878db0da move the hsshow(), stepInHistory(), historyGoToBeginning(), and
historyGoToStart() global functions to vimperator.history
2007-07-02 14:48:31 +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
5064fc7f44 don't prefix false boolean option values with whitespace when reporting the
value
2007-07-02 12:15:26 +00:00
Doug Kearns
06452d9693 move the global set() command to the ex-command definition and return
"name|noname' for boolean option queries rather than "name=value"
2007-07-02 11:59:32 +00:00
Doug Kearns
7f2953aeaf remove template *_url_mark() functions now QuickMarks has been implemented 2007-07-02 11:40:16 +00:00
Doug Kearns
a911cadb76 move global restart() command to a vimperator slot 2007-07-02 11:34:00 +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
bd11cc4da1 fix typo in help for 'M' mapping 2007-07-02 07:55:47 +00:00
Doug Kearns
3372fee9e9 allow :marks to take an argument and sort its output properly 2007-07-02 07:40:42 +00:00
Doug Kearns
cfa515f62e add new Ctrl-^ mapping for selecting the alternate tab 2007-07-02 06:57:11 +00:00
Doug Kearns
0988b9815a declare undeclared variable url 2007-07-01 13:04:52 +00:00
Martin Stubenschrott
cccd74c487 autosize multiline widget 2007-07-01 11:04:02 +00:00
Martin Stubenschrott
aa6c8b8a40 changed gO to gn 2007-06-30 13:14:28 +00:00
Doug Kearns
6f37afec74 allow multi-character normal mode user mappings 2007-06-30 10:37:48 +00:00
Martin Stubenschrott
bb23387703 fixed :qmarks output 2007-06-29 11:45:48 +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
07692d84ba declare undeclared variable 'element' 2007-06-29 04:30:38 +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
f2c340360d small display fixes in :marks 2007-06-27 14:45:43 +00:00