summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Minor cleanup/we like symlinks.Kris Maglione2009-05-28
|
* Update TODO.Kris Maglione2009-05-28
|
* Fix NEWS feature ordering.Doug Kearns2009-05-28
|
* Add a command-line handler to process the -liberator option.Doug Kearns2009-05-28
|
* Don't return pointless values from keypress event handlers.Doug Kearns2009-05-28
|
* NEWS formatting.Kris Maglione2009-05-27
|
* NEWS and documentation for previous commit (;i ;I)Conrad Irwin2009-05-27
|
* Fix #268 (Hints for opening images)Conrad Irwin2009-05-27
| | | | | | | Hmm, these extended hints are just awful, instead of just one ; we should have four (this tab, new tab, background tab, window) so that we don't need so much repitition (and the background tab mode can trigger the multiple hint modes for all relevant hints too)
* Add some rough documentation for config.js properties.Kris Maglione2009-05-25
|
* Fix idiosyncratic module loading bug.Kris Maglione2009-05-25
|
* Whitespace fixes.Doug Kearns2009-05-24
|
* Add NEWS item regarding fixed key notation.Doug Kearns2009-05-24
|
* Add all.html for viewing all help in a single page.Doug Kearns2009-05-24
| | | | | | This is all really inside out. It would be much better to store the help in a single file and use asciidoc/docbook's capabilities to split it if desired.
* Remove silly guard clause from addCommand.Doug Kearns2009-05-24
|
* Add to TODO, etc.Kris Maglione2009-05-23
|
* Remove some config.name checks. Add configbase module.Kris Maglione2009-05-23
|
* Remove some config.name checks. Add configbase module.Kris Maglione2009-05-23
|
* Remove TODO bug - :mkvimperatorrc adds spurious vmap/nmap lines.Doug Kearns2009-05-24
| | | | | There's nothing spurious about them. That's the correct behaviour as per Vim.
* Move application specific modes to config.modes.Doug Kearns2009-05-24
|
* Fix source formatting.Doug Kearns2009-05-23
|
* Add "c" extended hint mode to open the context menu.Doug Kearns2009-05-23
|
* Fix things like ":map :", ":map +", but not things like ":map <Plus>". Ideas?Kris Maglione2009-05-22
|
* Store canonical names for all bound keys.Kris Maglione2009-05-22
|
* Don't setcomm /dev/null <(js -Cv180 options.js |& grep .) ↵Kris Maglione2009-05-22
| | | | browser.startup.page on startup.
* Fix <u>.Kris Maglione2009-05-22
|
* More sanity in completion changes in last commit.Kris Maglione2009-05-22
|
* Make :undo a bit saner. Add TODO about config.name checks.Kris Maglione2009-05-22
|
* Fix hyperlinking of URLs in :ls output.Doug Kearns2009-05-23
|
* Limit @: to config.browserModes.Doug Kearns2009-05-22
|
* Add 'hintinputs' to the help index.Doug Kearns2009-05-22
|
* Add \ mapping to toggle between rendered and source view.Doug Kearns2009-05-22
| | | | Like lynx, elinks et al.
* Add @: mapping.Doug Kearns2009-05-22
|
* Fix missing tags from starting.html.Doug Kearns2009-05-22
| | | | Fix asciidoc in starting.txt so it produces well formed XML.
* Update the Vim RC file highlighter for Vimperator 2.1.Doug Kearns2009-05-22
|
* Add some API docs for liberator.Doug Kearns2009-05-22
|
* Bump version number to 2.2a1pre.Doug Kearns2009-05-22
|
* Change multiline error message guard clauses to single line formatting.Doug Kearns2009-05-22
| | | | | Also apply similar formattng fixes to conditional blocks as per standard.
* Improve :delmacros error messages.Doug Kearns2009-05-22
|
* Add some very rough API documentation for Events.Doug Kearns2009-05-22
|
* Don't beep when jumping too far with :back/:forward.Doug Kearns2009-05-22
| | | | | | Specifying a count larger than the number of history items shouldn't cause :back and :forward (H and L) to beep. This is also consistent with other commands.
* Move liberator.input to Events.Doug Kearns2009-05-22
|
* Improve :mkvimperatorrc error messages.Doug Kearns2009-05-22
|
* Merge buffer.scrollToRatio with buffer.scrollToPercentile.Doug Kearns2009-05-22
|
* Fix case of all references to Option#globalValue.Doug Kearns2009-05-22
|
* Add some API documentation for Options and others.Doug Kearns2009-05-22
|
* Add :mksession feature TODO.Doug Kearns2009-05-22
|
* Support the criticism of the .vimperatorrc.local line in the RC file.Doug Kearns2009-05-22
|
* Use @returns rather than @return in API docs.Doug Kearns2009-05-22
|
* Fix an old call to snapshotItem in highlightObj.highlightDoc.Doug Kearns2009-05-22
| | | | Spans are now stored in an array.
* vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf')Martin Stubenschrott2009-05-21
|