summaryrefslogtreecommitdiff
path: root/common/content/modes.js
Commit message (Expand)AuthorAge
* Get rid of most remaining comprehensions.Kris Maglione2015-12-20
* ES6-ify some things. Still a long way to go...Kris Maglione2015-12-20
* Fix some CPOW issues. Everything is still terrible, though.Kris Maglione2015-12-19
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
* Replace expression closures (methods).Doug Kearns2015-07-23
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
* Replace expression closures (getters).Doug Kearns2015-05-27
* Replace expression closures (function expressions).Doug Kearns2015-05-26
* Fix use of String#replace flags parameter.Doug Kearns2015-05-26
* Add missing semicolons.Doug Kearns2015-05-25
* Remove unnecessary use of values() when iterating over arrays.Doug Kearns2015-05-11
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
* Cleanup crufty `apply` code.Kris Maglione2015-02-21
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
* Fix potential races.Kris Maglione2014-02-23
* Use .filter(). .filter() is awesome.Kris Maglione2014-02-23
* Fix typo in Modes#remove.Doug Kearns2014-02-23
* Use builtin Array.find rather than array.nth where applicable.Kris Maglione2014-02-22
* Override RealSet#add to match Set.addKris Maglione2014-02-22
* Don't share specially parsed option values across windows.Kris Maglione2014-02-17
* Refactor cache module to avoid using zip store for smaller items.Kris Maglione2014-02-17
* Fix bugs.Kris Maglione2014-02-16
* Promisify some callbackish functions, and remove spaces around = in default a...Kris Maglione2014-02-15
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
* Make further use of default parameters.Doug Kearns2013-10-06
* More pointification and general code cleanup. Also massive, crazy, conflict-r...Kris Maglione2013-09-21
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
* Fix last commit.Kris Maglione2013-04-21
* Allow escaping out of Ignore mode.Kris Maglione2013-04-21
* Death to E4X and stuff.Kris Maglione2012-12-17
* Death to E4X and stuff.Kris Maglione2012-11-30
* Death to E4X and stuff.Kris Maglione2012-11-28
* Fix Minefield.Kris Maglione2012-03-14
* Fix bug.Kris Maglione2012-01-18
* Kill strict mode for the moment.Kris Maglione2011-11-27
* RangeFind highlight cleanup stuff and stuff.Kris Maglione2011-10-17
* macros ≡ macros.Kris Maglione2011-10-06
* Make caret visible while selected when in Visual Text Edit mode.Kris Maglione2011-10-05
* Fix some of the more horrendous editor.js code.Kris Maglione2011-10-04
* Try to move the caret within the viewport on entering Caret or Find mode. Clo...Kris Maglione2011-10-03
* Add caret mode to help index.Kris Maglione2011-10-03
* Show 'recording' message when showmode is false.Kris Maglione2011-10-03
* Add util.weakReference that won't crash if you pass null.Kris Maglione2011-10-01
* Minor doc fixes. Closes issue #669.Štěpán Němec2011-09-30
* Add cache module. Cleanup help and DTD generation. Fix :help version generati...Kris Maglione2011-09-30
* Kill AUTOCOMPLETE mode with <C-c>.Kris Maglione2011-09-28
* DOM#highlight magic. Provide 'this' object for DOM#filter.Kris Maglione2011-09-17
* Fix :js context on Minefield.Kris Maglione2011-09-17