summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAge
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
* Add util.iterFrames.Doug Kearns2015-07-06
* Fix handling of "any" key modifier in events.hasNativeKey.Doug Kearns2015-07-06
* Make iter() treat Structs as it does Arrays.Doug Kearns2015-06-29
* Fix Ary#toString et al.Doug Kearns2015-06-25
* Remove crufty param from buffer.scrollByScrollSize.Doug Kearns2015-06-24
* Fix iter.zip.Doug Kearns2015-06-24
* Fix Bookmark* autocommand events.Doug Kearns2015-06-24
* Fix :set <no-arg>.Doug Kearns2015-06-23
* Fix bare assignment with object destructuring in FF41.Doug Kearns2015-06-23
* Make isinstance() and template.highlight Symbol aware.Doug Kearns2015-06-18
* Make use of callable() in update().Doug Kearns2015-06-18
* Fix linking to source definitions from :listkeys et al.Doug Kearns2015-06-18
* Fix bookmark icon loading.Doug Kearns2015-06-17
* Fix :set -= (botched expression closure removal).Doug Kearns2015-06-15
* Support modified third-party cookie behavior. Closes issue #60.Kris Maglione2015-06-12
* Make step a default parameter of util.range.Doug Kearns2015-06-13
* Fix :ab -js listings.Doug Kearns2015-06-13
* Move util.identity to the base module.Doug Kearns2015-06-11
* Fix toolbar commands for the Navbar.Doug Kearns2015-06-11
* Remove unused var.Doug Kearns2015-06-09
* Fix util.makeDTD.Doug Kearns2015-06-09
* Fix :command -complete=extensionDoug Kearns2015-06-06
* 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
* Replace expression closures (function declarations).Doug Kearns2015-05-25
* Add missing semicolons.Doug Kearns2015-05-25
* Fix NS_ERROR_NOT_INITIALIZED on some :write filename completions.Kris Maglione2015-05-18
* Remove straggling String#quote usage.Doug Kearns2015-05-14
* Fix charset validation.Doug Kearns2015-05-14
* Fix :rehash/updating.Kris Maglione2015-05-12
* Fix arg parsing issue in 38+.Kris Maglione2015-05-12
* Remove unnecessary use of values() when iterating over arrays.Doug Kearns2015-05-11
* Remove an unnecessary localized message to string conversion.Doug Kearns2015-05-11
* Add toJSON method to lazy localized strings.Kris Maglione2015-05-07
* Fix <C-g>.Doug Kearns2015-04-29
* Fix :sanitize marks.Doug Kearns2015-04-27
* Less magic.Kris Maglione2015-04-26
* Better handling of operations on list options with complex types. Closes #37.Kris Maglione2015-04-25
* Fix commandline history.Doug Kearns2015-04-26
* Fix generation of options.dtd.Doug Kearns2015-04-26
* Remove more unused vars.Doug Kearns2015-04-25
* Fix :marks.Doug Kearns2015-04-25
* Remove crufty make target "dist".Doug Kearns2015-04-16
* Fix bookmark tag completion.Kris Maglione2015-04-11
* Remove crufty parameter from commandline._echoLine.Doug Kearns2015-04-10
* Create the info directory if it doesn't exist.Doug Kearns2015-04-08
* Remove Array.prototype.{find,findIndex} polyfills.Doug Kearns2015-04-07