26
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix trivial help text typos
dkearns
as Doug Kearns
More... over 17 years ago
fix some comment typos
dkearns
as Doug Kearns
More... over 17 years ago
replace readonly textboxes in the commandline and statusbar with labels and simplify the skin styling
dkearns
as Doug Kearns
More... over 17 years ago
remove the trailing HR from the help tables
dkearns
as Doug Kearns
More... over 17 years ago
always construct a default usage string for mappings and commands
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... over 17 years ago
move initialisation of vimperator.input to the constructor function
dkearns
as Doug Kearns
More... over 17 years ago
remove unused local variables in Vimperator()
dkearns
as Doug Kearns
More... over 17 years ago
don't update the alternate tab list on TabOpen events
dkearns
as Doug Kearns
More... over 17 years ago
move the global function focusNextFrame to a slot on vimperator - vimperator.shiftFrameFocus
dkearns
as Doug Kearns
More... over 17 years ago
add KeyEvent -> String mappings for DOM_VK_LEFT_SHIFT, DOM_VK_LEFT_SHIFT and DOM_VK_F13-24
dkearns
as Doug Kearns
More... over 17 years ago
make sure input fields without an explicit 'type' attribute are matched by hinttags and extendedhintags
dkearns
as Doug Kearns
More... over 17 years ago
fix typo
dkearns
as Doug Kearns
More... over 17 years ago
limit the size of the multiline output window to the size of the browser panel
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... over 17 years ago
applied shift-insert patch More... over 17 years ago
use 'web page' rather than 'webpage' in the help text
dkearns
as Doug Kearns
More... over 17 years ago
inline yankCurrentSelection(), yankCurrentLocation(), goUp()
dkearns
as Doug Kearns
More... over 17 years ago
reformat hints mode mapping definitions
dkearns
as Doug Kearns
More... over 17 years ago
move the global function updateBufferList() to vimperator.tabs until we have real buffers
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... over 17 years ago
move global function bmshow() to vimperator.bookmarks.list
dkearns
as Doug Kearns
More... over 17 years ago
move tab() global function into :tab command definition
dkearns
as Doug Kearns
More... over 17 years ago
complete :tab with command completions
dkearns
as Doug Kearns
More... over 17 years ago
move global help() command to a vimperator slot
dkearns
as Doug Kearns
More... over 17 years ago