summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
Commit message (Collapse)AuthorAge
* Experimentally move contexts.js to contexts.jsm.Kris Maglione2011-02-10
| | | | | | --HG-- branch : groups rename : common/content/contexts.js => common/modules/contexts.jsm
* Experimentally move commands.js and options.js to modules. Fix some bugs.Kris Maglione2011-02-10
| | | | | | | --HG-- branch : groups rename : common/content/commands.js => common/modules/commands.jsm rename : common/content/options.js => common/modules/options.jsm
* Fixes, mostly, most of which should really be in the default branch.Kris Maglione2011-02-09
| | | | | --HG-- branch : groups
* Add reference counts for globally active style hives.Kris Maglione2011-02-08
| | | | | --HG-- branch : groups
* Also add events groups for the use of plugins.Kris Maglione2011-02-06
| | | | | --HG-- branch : groups
* Also groupify commands. Usage examples are in official plugins.Kris Maglione2011-02-06
| | | | | --HG-- branch : groups
* Adjust some API names to make things more consistent and less confusing.Kris Maglione2011-02-06
| | | | | --HG-- branch : groups
* Use broader heuristic for regexps in Styles.compileFilter.Kris Maglione2011-02-05
| | | | | --HG-- branch : groups
* Use current group to select :style hive. Clear previous colorscheme's styles ↵Kris Maglione2011-02-05
| | | | | | | on :colo. --HG-- branch : groups
* Clone arrays assigned to "live" properties, partially to deal with issues ↵Kris Maglione2011-02-04
| | | | with horrid Sandbox proxies and partly for other somewhat obvious reasons.
* 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 ↵Kris Maglione2011-02-02
| | | | dactyl://style/ URLs.
* Fix CSS property completion issue.Kris Maglione2011-01-27
| | | | | --HG-- branch : key-processing
* Fix regex filters for site-specific mappings.Kris Maglione2011-01-27
| | | | | --HG-- branch : key-processing
* Update copyright headers.Kris Maglione2011-01-23
|
* Don't force help initialization until we see something that looks like a ↵Kris Maglione2011-01-21
| | | | help link. Other small interface changes.
* util.regexp.iterateKris Maglione2011-01-20
| | | | | --HG-- extra : rebase_source : 2c9d5a20ceb0a3ffde32ad8989ce6f594df8c406
* Add as-yet undocumented site-specific mapping hives, :map -group flag, and ↵Kris Maglione2011-01-19
| | | | :mapgroup command.
* Add cheap CSS highlighting which is unfortunately far to slow to make any ↵Kris Maglione2011-01-13
| | | | use of.
* 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
| | | | | --HG-- extra : rebase_source : 1cff53f18c70b12a984d120e73d121dc2267dcc9
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
|
* Add :hi -link.Kris Maglione2010-12-29
| | | | | --HG-- extra : rebase_source : 9bc26b19eac01350323073212d12a91fd2f31189
* Treat XUL Tree and TextBox elements as input elements.Kris Maglione2010-12-28
|
* Fix activating scrollable elements via ;F.Kris Maglione2010-12-28
| | | | | --HG-- branch : bootstrapped
* Possibly stem aforementioned focus bug.Kris Maglione2010-12-27
| | | | | --HG-- branch : bootstrapped
* [bootstrap] Add code to manually reload stale cached modules on rehash.Kris Maglione2010-12-25
| | | | | --HG-- branch : bootstrapped
* Stagger loading of :style sheets to improve perceived startup time. Fix ↵Kris Maglione2010-12-25
| | | | :mksyn bug.
* 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 ↵Kris Maglione2010-12-22
| | | | base.jsm.
* Completion work.Kris Maglione2010-12-21
|
* Replace older values with :sty/:hi -append rather than simply concatenating ↵Kris Maglione2010-12-21
| | | | the old string.
* 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
|