summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
Commit message (Expand)AuthorAge
* 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
* Replace older values with :sty/:hi -append rather than simply concatenating t...Kris Maglione2010-12-21
* Fix RangeFind corner case.Kris Maglione2010-12-21
* Fix an odd :style completion bug.Kris Maglione2010-12-20
* Toggle between values in a list for string/number options with invert.Kris Maglione2010-12-17
* Make :sty* commands more site-aware, more sensibly sorted.Kris Maglione2010-12-17
* Make Bookmark objects live writeable.Kris Maglione2010-12-10
* Do away with now unnecessary service variables.Kris Maglione2010-12-01
* Do away with services.(get|create), and move the prefs module to its own file.Kris Maglione2010-12-01
* Open the firstrun page in a new tab.Kris Maglione2010-11-19