Kris Maglione
|
24add5296b
|
Use nsIDOMWindowUtils to fake key events rather than dispatch them manually.
--HG--
extra : rebase_source : cc84bb65cc911520c376c92b728aeee30fcd9d76
|
2010-11-03 03:49:44 -04:00 |
|
Kris Maglione
|
1caf0d1f45
|
Allow <Uxxxx> key names.
--HG--
extra : rebase_source : 659bc3b0faab56e52c584e514411fa7cacd8af77
|
2010-11-03 03:35:31 -04:00 |
|
Kris Maglione
|
cbcd5e8749
|
Use a different hack to handle the escape key.
|
2010-10-24 23:04:11 -04:00 |
|
Kris Maglione
|
dc38a2208c
|
Do something remotely reasonable where designMode documents are concerned. Some fixes for evalInSandbox problems in recent nightlies.
|
2010-10-24 20:21:14 -04:00 |
|
Doug Kearns
|
377f8b01d4
|
Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
|
2010-10-21 22:55:15 +11:00 |
|
Doug Kearns
|
d170fda0e3
|
Replace dactyl.has(OS) with util.isOS.
|
2010-10-17 23:22:53 +11:00 |
|
Kris Maglione
|
7853331e7c
|
Fix focus bug by removing a fix for other focus bugs.
--HG--
extra : rebase_source : c820f43ee5099802f6b40797aa9960d16e929c44
|
2010-10-14 22:05:58 -04:00 |
|
Kris Maglione
|
b0eb3230ab
|
Remove debugging statements from last commit.
|
2010-10-14 17:35:37 -04:00 |
|
Kris Maglione
|
abf234ee0b
|
Impliment more focus change hacks until my next patch is finished.
|
2010-10-14 17:32:00 -04:00 |
|
Kris Maglione
|
e40b0c95ad
|
Remove onKeyUpOrDown handler, which doesn't explain its purpose well enough to survive. Fixes issue #76.
|
2010-10-14 15:53:01 -04:00 |
|
Kris Maglione
|
a703d0a3bf
|
Integrate sanitizer with host UI, sanitize at shutdown support, and control which items are sanitized when more thoroughly. Closes issue #70.
|
2010-10-14 03:29:56 -04:00 |
|
Kris Maglione
|
2e3f47b19e
|
Fix using :command from the command line. Closes issue #67.
|
2010-10-12 13:41:01 -04:00 |
|
Kris Maglione
|
6907ae130e
|
Fix inserting [ '"] as the first character in command-line mode.
|
2010-10-12 12:25:00 -04:00 |
|
Kris Maglione
|
0a2750c7ed
|
Speed up hint opening a bit.
|
2010-10-11 14:48:03 -04:00 |
|
Kris Maglione
|
d7ff35c565
|
Get rid of a lot of special casing in the event loops. Merge default.
--HG--
branch : mode-refactoring
|
2010-10-10 15:19:27 -04:00 |
|
Kris Maglione
|
4151fe4064
|
Merge default.
--HG--
branch : mode-refactoring
|
2010-10-09 16:48:11 -04:00 |
|
Kris Maglione
|
fdddfb31ef
|
Add ;S ‘add search keyword’ hint mode.
|
2010-10-09 16:45:22 -04:00 |
|
Doug Kearns
|
8be0558982
|
Whitespace fixes.
|
2010-10-09 21:45:52 +11:00 |
|
Kris Maglione
|
42d79460e2
|
Change the timing of mode-change callbacks slightly. Fix some message display bugs.
--HG--
branch : mode-refactoring
|
2010-10-08 20:49:54 -04:00 |
|
Kris Maglione
|
0856343b40
|
Rename TEXTAREA mode to TEXT EDIT mode, and move it from :imap to :tmap.
--HG--
branch : mode-refactoring
|
2010-10-08 13:42:16 -04:00 |
|
Kris Maglione
|
03fc7f24d8
|
Forbid unknown keys in TEXTAREA mode. Closes issue #34.
|
2010-10-06 23:13:51 -04:00 |
|
Kris Maglione
|
8c98658e74
|
Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces.
|
2010-10-06 18:08:07 -04:00 |
|
Kris Maglione
|
41335adaae
|
Fix some major mode changing bugs. Closes issue #55.
--HG--
branch : mode-refactoring
|
2010-10-06 10:34:28 -04:00 |
|
Kris Maglione
|
2012279ad9
|
Use evalInSandbox for :js rather than the subscript loader so that we can preserve file names/line numbers.
|
2010-10-04 21:33:39 -04:00 |
|
Kris Maglione
|
476c908da1
|
Make 'mapleader' an option and fix the help fragment scrolling issue.
|
2010-10-04 16:45:39 -04:00 |
|
Kris Maglione
|
6d472abb18
|
Cut down on some error console noise when generating XPCOM stubs.
|
2010-10-03 22:15:49 -04:00 |
|
Kris Maglione
|
c577b15ea6
|
Replace tabs.localStore.focusedFrame with buffer.focusedFrame.
|
2010-10-03 14:13:24 -04:00 |
|
Kris Maglione
|
69ed86178d
|
Take focus from elements when they collapse. Small naming fix for Doug's sake. Closes issue #36.
--HG--
extra : rebase_source : aa0f776bafdeddc8a8b45ca3430de18ab535babc
|
2010-10-03 10:24:01 -04:00 |
|
Kris Maglione
|
634a26c98d
|
Fix :macros.
|
2010-09-30 14:54:42 -04:00 |
|
Štěpán Němec
|
0cf2bc9cb8
|
Remove the named macro code.
This was of no use after removal of the :play command, which was alleged to use
that feature (it was never documented anyway).
|
2010-09-30 20:42:06 +02:00 |
|
Doug Kearns
|
725cf1f1f7
|
Replace the *.vimp file extension with config specific extensions.
|
2010-10-01 02:43:02 +10:00 |
|
Kris Maglione
|
ea6ae88d4e
|
Don't use modes.clear() to clear the last message and some collateral fixes.
|
2010-09-28 23:01:21 -04:00 |
|
Doug Kearns
|
37d94aaed9
|
Junk dactyl.{evalExpression,variableReference}.
Replace mappings.getMapLeader() with a mappings.mapLeader property.
|
2010-09-28 18:53:35 +10:00 |
|
Štěpán Němec
|
4fc51fdb73
|
Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
|
2010-09-25 15:13:28 +02:00 |
|
Kris Maglione
|
e6c716d1e3
|
Purge unnecessary uses of args.string.
|
2010-09-25 02:45:19 -04:00 |
|
Doug Kearns
|
c111b047c6
|
Fix a few more comment typos.
|
2010-09-24 16:52:32 +10:00 |
|
Doug Kearns
|
0d2b1b6dfd
|
Whitespace fixes.
|
2010-09-24 16:26:08 +10:00 |
|
Doug Kearns
|
904f3cb974
|
More camel-casing.
isInstance -> isinstance as homage to instanceof.
|
2010-09-24 16:19:50 +10:00 |
|
Doug Kearns
|
defa81b3d5
|
Camel-case some identifiers gone rogue.
Do not free a camel of the burden of his hump; you may be freeing him from
being a camel.
- G. K. Chesterton
|
2010-09-23 20:01:50 +10:00 |
|
Kris Maglione
|
1d14bbcd64
|
Add 'hintkeys' and fix <BS> key in Hint mode.
--HG--
extra : rebase_source : d28184df01b5c3b2194fc332ff8367cb1c7c1fcf
|
2010-09-22 12:09:18 -04:00 |
|
Doug Kearns
|
542086159f
|
Fix Windows platform detection.
--HG--
extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
|
2010-09-22 17:36:04 +10:00 |
|
Kris Maglione
|
508cc08a8f
|
Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.
|
2010-09-18 03:42:48 -04:00 |
|
Kris Maglione
|
1557b70f45
|
Major documentation updates and formatting fixes, and many, many other 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
|
2010-09-17 06:21:33 -04:00 |
|
Kris Maglione
|
b8331a1b55
|
Rename Class#setTimeout to appease AMO's validation grep.
|
2010-09-17 06:15:13 -04:00 |
|
Kris Maglione
|
152e6d5a1f
|
Complete :sanitize and private mode overhaul.
--HG--
rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
|
2010-09-17 06:15:13 -04:00 |
|
Kris Maglione
|
a5213c3760
|
Precompute completion string matching function.
|
2010-09-17 06:15:13 -04:00 |
|
Kris Maglione
|
8b0d9586b2
|
Merge testing.
--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
|
2010-08-31 21:09:13 -04:00 |
|
Kris Maglione
|
5632e14721
|
Prepare for merge with testing branch.
|
2010-08-28 15:47:45 -04:00 |
|
Kris Maglione
|
620e6a73a5
|
Don't quit macro recording from input modes. Fixes liberator issue #175.
|
2010-08-28 18:58:37 -04:00 |
|
Kris Maglione
|
9f0b293881
|
Support all HTML 5 editable input types.
|
2010-08-28 18:58:37 -04:00 |
|