summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
Commit message (Collapse)AuthorAge
...
* Add experimental jQuery-ish DOM object.Kris Maglione2011-08-14
|
* Muck with stringmap/sitemap/stringmap default value completions.Kris Maglione2011-08-07
|
* Deanchorify :style regexps more sensibly.Kris Maglione2011-07-19
|
* Deanchorify :style regexps.Kris Maglione2011-07-19
|
* s/\bset\b/Set/gKris Maglione2011-07-16
|
* Restore most of :style list filtering and clarify docs.Doug Kearns2011-07-14
| | | | Closes issue #540.
* Fix styles.jsm typo.Kris Maglione2011-07-07
| | | | | --HG-- extra : rebase_source : 4c9c7f9580a4562fb840aca58aa8096b25e2abc8
* Documentation.Kris Maglione2011-06-23
|
* Add support for regexp site-filters to :style.Kris Maglione2011-06-19
|
* Don't set bang config property for :style, :dialog, :quitall which don't ↵Doug Kearns2011-06-19
| | | | support it.
* Don't store duplicate site-filters when appending to styles.Doug Kearns2011-06-11
| | | | | --HG-- extra : rebase_source : aefc07675ea287d3b8d51c8fc56ecc14730b7c30
* Better dactyl: charset handling. Fix some option completion issues.Kris Maglione2011-05-04
|
* More polyglotization.Kris Maglione2011-04-29
|
* Fix missing ancestor modes in :listkeys, recognize paths like c:/ on ↵Kris Maglione2011-04-24
| | | | Windows®, and elide redundant -group=user in :style serialization.
* Annotate most strings which need to be explicitly localified.Kris Maglione2011-03-25
|
* Miscellaneous localization fixes.Doug Kearns2011-03-15
|
* Move some more message strings to the properties file.Doug Kearns2011-03-10
|
* Fix message output when listing styles and there are none.Doug Kearns2011-03-06
|
* Fix "style.none" message value.Doug Kearns2011-03-06
|
* Move some more message strings to the properties file.Doug Kearns2011-03-06
|
* Allow \c/\C in regexp options and so forth.Kris Maglione2011-03-02
|
* Remove some double spacing.Doug Kearns2011-02-24
| | | | | --HG-- extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27
* Fix [[/]].Kris Maglione2011-02-18
|
* Require "x" flag in util.regexp for "extended" regex processing.Kris Maglione2011-02-15
|
* Fix pressing <Space> in content-editable windows. Closes issue ↵Kris Maglione2011-02-12
| | | | #not-in-the-tracker-for-some-reason.
* Fix :map serialization bug.Kris Maglione2011-02-12
| | | | | --HG-- extra : rebase_source : bb62f05a95699fad0a64d07b35cd79fc653d89c7
* 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
| | | | :delsty, ...
* Take groups into account for :style serialization and listing. Need utility ↵Kris Maglione2011-02-11
| | | | functions for these things.
* 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 ↵Kris Maglione2011-02-11
| | | | :style commands.
* 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.