| Commit message (Expand) | Author | Age |
* | Merge. | Kris Maglione | 2009-03-12 |
|\ |
|
| * | Ignore case in :sidebar and :dialog completion. | Doug Kearns | 2009-02-24 |
| * | case-insensitivity for :sidebar and :dialog | Daniel Bainton | 2009-02-23 |
| * | Add a version.html help page. | Doug Kearns | 2009-02-15 |
| * | Revert "Fix: ':bmark' cannot bookmarks /['"]/ included URL." | anekos | 2009-02-10 |
| * | Fix: ':bmark' cannot bookmarks /['"]/ included URL. | anekos | 2009-02-10 |
* | | Fix some bugs---which bugs, I have no idea. | Kris Maglione | 2009-03-12 |
|/ |
|
* | Sorry, stashed changes including: | Kris Maglione | 2009-01-21 |
* | Make abbreviations expand on quotes as well as space. | Ted Pavlic | 2009-01-20 |
* | Small fixes for recent commits. | Kris Maglione | 2009-01-15 |
* | Don't anchor :back/:forward completions. | Doug Kearns | 2009-01-15 |
* | Three small changes (copyright, template.js copyright, and tildetidy target) | Ted Pavlic | 2009-01-12 |
* | Update copyrights for 2009. | Ted Pavlic | 2009-01-11 |
* | Fix some inline/help docs. | Kris Maglione | 2009-01-08 |
* | Add standard 'mark' completer. Fix x/y transposition in :delm completion | Kris Maglione | 2009-01-07 |
* | Added completion for :delqmarks. Again, from IRC, bugfix, not feature. | Ted Pavlic | 2009-01-07 |
* | Add "io" to the services cache. | Doug Kearns | 2009-01-05 |
* | Fix 'online' option's getter | anekos | 2009-01-05 |
* | Add some more rough source documentation. | Doug Kearns | 2009-01-01 |
* | Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator | Kris Maglione | 2008-12-29 |
|\ |
|
| * | Fix :back/:forward[!] commands. | Doug Kearns | 2008-12-30 |
| * | s/'/"/ and remove spaces. | anekos | 2008-12-29 |
* | | Fix some bugs. | Kris Maglione | 2008-12-29 |
|/ |
|
* | Fix :bmarks -tags | Kris Maglione | 2008-12-28 |
* | s/makeURI/window.makeURI/; s/'/"/ | Kris Maglione | 2008-12-28 |
* | For nsITaggingService issue (maybe Firefox bug). | anekos | 2008-12-25 |
* | s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("'... | Kris Maglione | 2008-12-23 |
* | Fix missing vimperator help logo. | Doug Kearns | 2008-12-23 |
* | Fix: getSearchEngines raise a error, if iconURI of a engine has not been defi... | anekos | 2008-12-23 |
* | Fix BookmarkAdd autocommand keyword expansion. | Doug Kearns | 2008-12-23 |
* | Fix return signature of incrementURL. | Doug Kearns | 2008-12-23 |
* | Prefer let over var in Highlights and Bookmarks. | Doug Kearns | 2008-12-23 |
* | Undo certain parts from the unfortunate "service" commit, to unbreak Muttator... | Martin Stubenschrott | 2008-12-23 |
* | Respond to "how would one knwo which classes to load where?" | Kris Maglione | 2008-12-22 |
* | s/liberator.modules.// | Kris Maglione | 2008-12-22 |
* | More fix -> 6875dacf74649253574a9bd444cec86a0087f31a | anekos | 2008-12-23 |
* | Fix: bookmarks.js loading error. | anekos | 2008-12-23 |
* | Fixed ctrl-a/x with 0003-style urls, thanks hogelog | Martin Stubenschrott | 2008-12-22 |
* | Use the RegExp global function rather than calling the constructor. | Doug Kearns | 2008-12-21 |
* | Fix argument name. | anekos | 2008-12-21 |
* | Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. | Kris Maglione | 2008-12-20 |
|\ |
|
| * | Add 'const service' | Kris Maglione | 2008-12-17 |
* | | Tie storage observers to a weak reference of window so they're automatically ... | Kris Maglione | 2008-12-20 |
* | | Add completion for empty 'defsearch' | Kris Maglione | 2008-12-19 |
* | | Revert "Allow empty defsearch." | Kris Maglione | 2008-12-19 |
* | | Allow empty defsearch. | Ted Pavlic | 2008-12-19 |
* | | add missing semicolons | Doug Kearns | 2008-12-19 |
* | | Fix */# | Kris Maglione | 2008-12-18 |
* | | Reverting empty defsearch changes in last two commits. Leaving in JS catches. | Ted Pavlic | 2008-12-18 |
* | | Allows for empty defsearches and prevents red JS errors on bad URLs. | Ted Pavlic | 2008-12-18 |