summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAge
* Do away with services.(get|create), and move the prefs module to its own file.Kris Maglione2010-12-01
* Avoid showing a rather silly and irrelevant prompt on :qall/ZQ.Kris Maglione2010-12-01
* Don't muck with prefs any more than necessary on quit. Closes issue #162.Kris Maglione2010-12-01
* More sane dactyl.profileName getter.Kris Maglione2010-12-01
* Dispatch via the PresShell less often. Closes issue #154.Kris Maglione2010-12-01
* Don't treat <C-c> specially in pass-through mode. Closes issue #160.Kris Maglione2010-12-01
* Better array option completion handling. Closes issue #159.Kris Maglione2010-12-01
* Fix :set! value completion.Štěpán Němec2010-12-01
* Better 'hintmatching' validator. Closes issue #152.Kris Maglione2010-11-26
* Deal with default values when providing command option completion. Closes iss...Kris Maglione2010-11-21
* Fix problem with events.dispatch. Closes issue #145.Kris Maglione2010-11-21
* Fix feedkeys in other circumstances.Kris Maglione2010-11-20
* Make the silly ':hi Bell display:none;' hack function again.Kris Maglione2010-11-20
* feedkeys magic.Kris Maglione2010-11-20
* Add missing count argument in <C-o>/<C-i> help specs.Štěpán Němec2010-11-20
* Unify Control key notation in the documentation.Štěpán Němec2010-11-20
* Allow chained keys after <C-v> in PASS THROUGH mode, and always treat <C-v><C...Kris Maglione2010-11-19
* Open the firstrun page in a new tab.Kris Maglione2010-11-19
* Fix bookmarkcache.get on Gecko 1.9.2.Kris Maglione2010-11-18
* Move bookmark info before title in completions, and show for "Smart" completi...Kris Maglione2010-11-18
* Provide for localized plugin help.Kris Maglione2010-11-18
* Faster visual bell.Kris Maglione2010-11-18
* Fix interpolation of counts into key mappings.Kris Maglione2010-11-18
* :hi -a NonText background: transparentKris Maglione2010-11-17
* Change last commit to use RGBA colors so as to require less theme modification.Kris Maglione2010-11-17
* Add light striping to the completions list until someone complains (especiall...Kris Maglione2010-11-17
* Fix a slight bug in lazy highlight group loading.Kris Maglione2010-11-17
* Push INSERT mode on top of PASS THROUGH mode when entering an input field, ra...Kris Maglione2010-11-17
* Fix :h :{,tab,win}open argument specification.Štěpán Němec2010-11-16
* Fix breaking typos in Bookmarks#remove.Doug Kearns2010-11-16
* Whitespace fixes.Doug Kearns2010-11-16
* Mention negative count behaviour of buffer.shiftFrameFocus in doc comment.Doug Kearns2010-11-15
* Whitespace fix.Doug Kearns2010-11-15
* Fix some typos.Štěpán Němec2010-11-15
* Make 'showstatuslinks' a string option.Kris Maglione2010-11-14
* Replace 'laststatus' with a 'guioptions' flag.Kris Maglione2010-11-14
* Cleanup/fix buffer.shiftFrameFocus. Other misc cleanup/fixes.Kris Maglione2010-11-14
* Add some docs to the bookmarks module.Kris Maglione2010-11-13
* Document and clean up some of the trickier sections of CompletionContext.Kris Maglione2010-11-13
* Fix some anglicised spellings and other typos.Kris Maglione2010-11-13
* Fix command arg count validation.Doug Kearns2010-11-13
* Add missing semicolon.Doug Kearns2010-11-13
* Deprecate liberator alias.Kris Maglione2010-11-12
* Fix typo.Kris Maglione2010-11-12
* Add helpInfo to the command-line handler, not that it makes a difference.Kris Maglione2010-11-12
* Fix merging of history-command and history-search.Kris Maglione2010-11-12
* Fix command-line focus issue on Gecko 1.9.1. Closes issue #133.Kris Maglione2010-11-12
* Remove some unused self var declarations.Doug Kearns2010-11-12
* Clean up editor.pasteClipboard.Doug Kearns2010-11-11
* Make editor.expandAbbreviation a little more readable.Doug Kearns2010-11-10