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

417 Commits

Author SHA1 Message Date
Doug Kearns
9a09401004 fix trivial help text typos 2007-07-19 05:56:44 +00:00
Doug Kearns
913066a240 fix some comment typos 2007-07-18 10:12:24 +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
e884844dad remove the trailing HR from the help tables 2007-07-13 16:40:36 +00:00
Doug Kearns
65ddc4a375 always construct a default usage string for mappings and commands 2007-07-13 15:01:47 +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
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