summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
Commit message (Expand)AuthorAge
* Backed out changeset ccb7eca3e069Kris Maglione2011-08-23
* First work towards group-local option values.Kris Maglione2011-08-23
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
* Respect <C-t> for a few more key bindings. Add :background.Kris Maglione2011-08-20
* Closes issue #636.Kris Maglione2011-08-18
* Import part of top patch in queue: Add no-op option hive for plugin API reaso...Kris Maglione2011-08-16
* Add canceled property to DOM instances. Remove stray util.haveGecko call.Kris Maglione2011-08-15
* Move DOM and config properties from the util namespace to the DOM and config ...Kris Maglione2011-08-14
* Add experimental jQuery-ish DOM object.Kris Maglione2011-08-14
* Fix input caret in input elements on initial focus.Kris Maglione2011-08-14
* Push location stack on //?/n/N/[/].Kris Maglione2011-08-11
* Minor enhancements to <C-i>/<C-o>Kris Maglione2011-08-09
* Initial work towards making <C-o> and <C-i> more Vim-like.Kris Maglione2011-08-07
* Add g].Kris Maglione2011-08-07
* Store marks as line and column ordinals rather than percentages.Kris Maglione2011-08-07
* Don't derive Text Edit mode from Operator mode. Allow escaping from Operator ...Kris Maglione2011-08-06
* Flush the startup cache when re-sourcing a JS file.Kris Maglione2011-08-06
* Fix pass through of <Space> to alert boxen.Kris Maglione2011-08-06
* Muck with buffer.findLink against my better judgement. Closes issue #607. Clo...Kris Maglione2011-08-06
* Add operator mode per Vim. Wrap most editor commands in transactions. And stu...Kris Maglione2011-08-05
* Fix some :buffer completion issues.Kris Maglione2011-08-04
* Bah.Kris Maglione2011-08-03
* Closes issue #488.Kris Maglione2011-08-02
* 'strictfocus' enhancements for editiable iframes. Close issue #441.Kris Maglione2011-08-02
* Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mo...Kris Maglione2011-07-29
* Normalise mode name references in command/option/mapping descriptions.Doug Kearns2011-07-21
* Add {, }, [{arg}, ]{arg}. Closes issue #592.Kris Maglione2011-07-28
* Closes #586.Kris Maglione2011-07-27
* Make the scrolling mapping aliases consistent between code and docs as well a...Štěpán Němec2011-07-20
* s/\bset\b/Set/gKris Maglione2011-07-16
* Closes issue #597.Kris Maglione2011-07-14
* Closes issue #596.Kris Maglione2011-07-14
* Adjust Gecko version test.Kris Maglione2011-07-13
* Force redraw after scrolling until someone finds a better way to fix glitchin...Kris Maglione2011-07-13
* Fix some typos.Štěpán Němec2011-07-06
* Fix Buffer#getAllFrames deprecation call.Doug Kearns2011-06-29
* Fix doc typo.Kris Maglione2011-06-27
* Update buffer.viewSource and buffer.viewSourceExternally prototypes. Update d...Kris Maglione2011-06-27
* Add missing semicolons.Doug Kearns2011-06-16
* More assorted map aliases.Doug Kearns2011-06-16
* Add some path manipulation map aliases.Doug Kearns2011-06-12
* Fix gP description.Doug Kearns2011-06-12
* Add <scroll-{top,bottom}> map aliases.Doug Kearns2011-06-12
* Fix issue with smooth-scroll.jsKris Maglione2011-06-05
* Respect 'pageinfo' in <C-g>Kris Maglione2011-06-03
* Fix inconsistent pageinfo url highlight. Closes issue #553.frederick.zou@gmail.com2011-06-02
* Add completion to :tabmove/:tabattach.Kris Maglione2011-06-01
* Fix some Print to File issues.Kris Maglione2011-05-26
* Closes issue #531.Kris Maglione2011-05-20
* Add 'ambiguous' attribute to hints which can't be unambiguously typed.Kris Maglione2011-05-11