fix trivial help text typos |
|
More...
|
over 17 years ago
|
fix some comment typos |
|
More...
|
over 17 years ago
|
replace readonly textboxes in the commandline and statusbar with labels and simplify the skin styling |
|
More...
|
over 17 years ago
|
remove the trailing HR from the help tables |
|
More...
|
over 17 years ago
|
always construct a default usage string for mappings and commands |
|
More...
|
over 17 years ago
|
move the Events and Tabs objects to files of their own and add a license header to files without one |
|
More...
|
over 17 years ago
|
move initialisation of vimperator.input to the constructor function |
|
More...
|
over 17 years ago
|
remove unused local variables in Vimperator() |
|
More...
|
over 17 years ago
|
don't update the alternate tab list on TabOpen events |
|
More...
|
over 17 years ago
|
move the global function focusNextFrame to a slot on vimperator - vimperator.shiftFrameFocus |
|
More...
|
over 17 years ago
|
add KeyEvent -> String mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and DOM_VK_F13-24 |
|
More...
|
over 17 years ago
|
make sure input fields without an explicit 'type' attribute are matched by hinttags and extendedhintags |
|
More...
|
over 17 years ago
|
fix typo |
|
More...
|
over 17 years ago
|
limit the size of the multiline output window to the size of the browser panel |
|
More...
|
over 17 years ago
|
changed shift-insert patch |
|
More...
|
over 17 years ago
|
:saveas works now |
|
More...
|
over 17 years ago
|
reverted scroll window.content patch for now (untested) |
|
More...
|
over 17 years ago
|
move all XUL styling to default.css |
|
More...
|
over 17 years ago
|
applied shift-insert patch |
|
More...
|
over 17 years ago
|
use 'web page' rather than 'webpage' in the help text |
|
More...
|
over 17 years ago
|
inline yankCurrentSelection(), yankCurrentLocation(), goUp() |
|
More...
|
over 17 years ago
|
reformat hints mode mapping definitions |
|
More...
|
over 17 years ago
|
move the global function updateBufferList() to vimperator.tabs until we have real buffers |
|
More...
|
over 17 years ago
|
applied the hintchar patch from calmar |
|
More...
|
over 17 years ago
|
changed '|' to ', ' as a url separator |
|
More...
|
over 17 years ago
|
move the bmadd() and bmdel() global functions into the corresponding command definitions |
|
More...
|
over 17 years ago
|
move global function bmshow() to vimperator.bookmarks.list |
|
More...
|
over 17 years ago
|
move tab() global function into :tab command definition |
|
More...
|
over 17 years ago
|
complete :tab with command completions |
|
More...
|
over 17 years ago
|
move global help() command to a vimperator slot |
|
More...
|
over 17 years ago
|