summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
Commit message (Expand)AuthorAge
* Require "x" flag in util.regexp for "extended" regex processing.Kris Maglione2011-02-15
* Fix pressing <Space> in content-editable windows. Closes issue #not-in-the-tr...Kris Maglione2011-02-12
* Fix :map serialization bug.Kris Maglione2011-02-12
* Update the docs with the recent command banging.Štěpán Němec2011-02-12
* Don't generate :style definitions with ! in :mkp. Remove <oa>!</oa> from docs.Kris Maglione2011-02-11
* Replace :abc, :comc, :mapc with :unab!, :delc!, :unmap!. Add bang to :styt, :...Kris Maglione2011-02-11
* Take groups into account for :style serialization and listing. Need utility f...Kris Maglione2011-02-11
* Fix error message during :sty(e|dis|t) completions.Kris Maglione2011-02-11
* Fix some context splitting issues and add the group flag missing from some :s...Kris Maglione2011-02-11
* Experimentally move contexts.js to contexts.jsm.Kris Maglione2011-02-10
* Experimentally move commands.js and options.js to modules. Fix some bugs.Kris Maglione2011-02-10
* Fixes, mostly, most of which should really be in the default branch.Kris Maglione2011-02-09
* Add reference counts for globally active style hives.Kris Maglione2011-02-08
* Also add events groups for the use of plugins.Kris Maglione2011-02-06
* Also groupify commands. Usage examples are in official plugins.Kris Maglione2011-02-06
* Adjust some API names to make things more consistent and less confusing.Kris Maglione2011-02-06
* Use broader heuristic for regexps in Styles.compileFilter.Kris Maglione2011-02-05
* Use current group to select :style hive. Clear previous colorscheme's styles ...Kris Maglione2011-02-05
* Clone arrays assigned to "live" properties, partially to deal with issues wit...Kris Maglione2011-02-04
* Fix disabling of stylesheets.Kris Maglione2011-02-02
* Format generated stylesheets a bit more nicely.Kris Maglione2011-02-02
* Update leading comment in stylesheets.Kris Maglione2011-02-02
* Replace horrible chrome-data URLs with somewhat more comprehensible dactyl://...Kris Maglione2011-02-02
* Fix CSS property completion issue.Kris Maglione2011-01-27
* Fix regex filters for site-specific mappings.Kris Maglione2011-01-27
* Update copyright headers.Kris Maglione2011-01-23
* Don't force help initialization until we see something that looks like a help...Kris Maglione2011-01-21
* util.regexp.iterateKris Maglione2011-01-20
* Add as-yet undocumented site-specific mapping hives, :map -group flag, and :m...Kris Maglione2011-01-19
* Add cheap CSS highlighting which is unfortunately far to slow to make any use...Kris Maglione2011-01-13
* Move common deprecation message content to deprecated().Doug Kearns2011-01-13
* Add named groups (a la Python) to util.regexp.Kris Maglione2011-01-12
* Fix deleting files after viewing them from source links in :list*.Kris Maglione2011-01-10
* Deal with fallout from 609832.Kris Maglione2011-01-09
* Experimental new Hint style. Lets see how vitriolic the reaction is.Kris Maglione2010-12-31
* Fix user :commands and other minor cleanup.Kris Maglione2010-12-31
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
* Add :hi -link.Kris Maglione2010-12-29
* Treat XUL Tree and TextBox elements as input elements.Kris Maglione2010-12-28
* Fix activating scrollable elements via ;F.Kris Maglione2010-12-28
* Possibly stem aforementioned focus bug.Kris Maglione2010-12-27
* [bootstrap] Add code to manually reload stale cached modules on rehash.Kris Maglione2010-12-25
* Stagger loading of :style sheets to improve perceived startup time. Fix :mksy...Kris Maglione2010-12-25
* Merge changes from bootstrapped.Kris Maglione2010-12-24
* Fix :style -append.Kris Maglione2010-12-23
* Allow mapping keys in HINT and other modes. Closes issue #10. Closes issue #158.Kris Maglione2010-12-22
* Use :highlight groups for styling input boxes during external editing.Kris Maglione2010-12-22
* Fix CSS completion.Kris Maglione2010-12-22
* Refactor the Styles API and implimentation slightly. Move deprecated() to bas...Kris Maglione2010-12-22
* Completion work.Kris Maglione2010-12-21