summaryrefslogtreecommitdiff
path: root/common/content/autocommands.js
Commit message (Collapse)AuthorAge
* Fix error dispatching fullscreen autocmd again.Kris Maglione2011-03-10
|
* Fix an autocmd message key typo.Doug Kearns2011-02-26
|
* Move some messages to properties file. Local and modules directories still ↵Kris Maglione2011-02-25
| | | | to be done.
* Fix autocommand bug.Kris Maglione2011-02-24
|
* Fix bug in autocommands.Kris Maglione2011-02-24
|
* Fix a silly error in modes.set.Kris Maglione2011-02-23
|
* Hack to get rid of error on switching to/from fullscreen.Kris Maglione2011-02-14
|
* Fix :au grouping bug.Kris Maglione2011-02-12
|
* Fix :au listing. Yay tests.Kris Maglione2011-02-11
|
* Experimentally move contexts.js to contexts.jsm.Kris Maglione2011-02-10
| | | | | | --HG-- branch : groups rename : common/content/contexts.js => common/modules/contexts.jsm
* 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
* More groups work, including -args flag and proper serialization.Kris Maglione2011-02-06
| | | | | --HG-- branch : groups
* Make :rehash|echomsg "foo" work as expected.Kris Maglione2011-02-05
| | | | | --HG-- branch : groups
* Highlighting and stuff.Kris Maglione2011-02-05
| | | | | --HG-- branch : groups
* Also group :autocmds.Kris Maglione2011-02-05
| | | | | --HG-- branch : groups
* imported patch groupsKris Maglione2011-02-05
| | | | | --HG-- branch : groups
* Reset progress indicator on location change.Kris Maglione2011-02-04
|
* Update copyright headers.Kris Maglione2011-01-23
|
* Fix quoting issues in :au.Kris Maglione2011-01-18
|
* Make buffer.URL a string again. Use buffer.uri and buffer.documentURI ↵Kris Maglione2011-01-16
| | | | internally. Fix loading Object stores.
* Fix zoom level display for fractional percentages.Kris Maglione2011-01-14
|
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
|
* Allow multiple patterns for :autocommands.Kris Maglione2011-01-02
|
* Allow using heredocs with :abbr/:au/:com/:map.Kris Maglione2010-12-30
|
* Merge changes from bootstrapped.Kris Maglione2010-12-25
|
* Pass proper objects to -js autocommands rather than stringified imitations.Kris Maglione2010-12-17
|
* Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource).Kris Maglione2010-12-15
|
* Provide util.regexpSource to avoid escaping slash when not necessary.Štěpán Němec2010-12-06
|
* Typos and whitespace fixes.Štěpán Němec2010-12-06
|
* Typo fixes.Doug Kearns2010-10-23
|
* Normalise regex -> regexp.Doug Kearns2010-10-22
| | | | This is what JS uses and using both is confusing.
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
| | | | | --HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
* Employ dactyl.assert where appropriate in Melodactyl.Doug Kearns2010-10-21
|
* Don't show the "all" item in the sanitize dialog.Kris Maglione2010-10-14
|
* Make "all" toggle other items in "activate", "eventignore", "newtab", and ↵Kris Maglione2010-10-12
| | | | "sanitizeitems".
* Allow things like :com! foo\n \ echo 1\n \ echo 2Kris Maglione2010-10-11
|
* Preserve file/line information with saved ex commands (:au, :com, :map -ex).Kris Maglione2010-10-05
|
* Allow negating the regular expression in :autocmd.Kris Maglione2010-10-04
|
* Take focus from elements when they collapse. Small naming fix for Doug's ↵Kris Maglione2010-10-03
| | | | | | | sake. Closes issue #36. --HG-- extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
* Fix :macros.Kris Maglione2010-09-30
|
* Camel-case array#{iteritems,itervalues}.Doug Kearns2010-09-26
|
* Whitespace fixes.Doug Kearns2010-09-24
|
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
| | | | | | Do not free a camel of the burden of his hump; you may be freeing him from being a camel. - G. K. Chesterton
* Add missing semicolons.Doug Kearns2010-09-22
| | | | ...let the good times roll.
* Major documentation updates and formatting fixes, and many, many other ↵Kris Maglione2010-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes thanks to an MQ glitch, including: * Significant completion speed improvements * Significantly improve startup speed, in large part by lazily instantiating Options and Commands, lazily installing highlight stylesheets, etc. * Update logos and icons, fix atrocious about page * Fix Teledactyl * JavaScript completion now avoids accessing property values * Add Option#persist to define which options are saved with :mkp * Add new Dactyl component which holds add-on-specific configuration information and removes need for separate components for each dactyl host * Several fixes for latest nightlies * Significant code cleanup and many bug fixes --HG-- rename : muttator/AUTHORS => teledactyl/AUTHORS rename : muttator/Donors => teledactyl/Donors rename : muttator/Makefile => teledactyl/Makefile rename : muttator/NEWS => teledactyl/NEWS rename : muttator/TODO => teledactyl/TODO rename : muttator/chrome.manifest => teledactyl/chrome.manifest rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js rename : muttator/components/protocols.js => teledactyl/components/protocols.js rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul rename : muttator/content/config.js => teledactyl/content/config.js rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd rename : muttator/content/logo.png => teledactyl/content/logo.png rename : muttator/content/mail.js => teledactyl/content/mail.js rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim rename : muttator/install.rdf => teledactyl/install.rdf rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml rename : muttator/skin/icon.png => teledactyl/skin/icon.png
* Don't use the word eval for fear that it may break "use strict" mode later.Kris Maglione2010-09-17
|
* Precompute completion string matching function.Kris Maglione2010-09-17
|
* Merge testing.Kris Maglione2010-08-31
| | | | | | | | | --HG-- rename : common/content/base.js => common/modules/base.jsm rename : common/content/services.js => common/modules/services.jsm rename : common/content/style.js => common/modules/styles.jsm rename : common/content/template.js => common/modules/template.jsm rename : common/content/util.js => common/modules/util.jsm