1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 05:17:59 +01:00
Commit Graph

90 Commits

Author SHA1 Message Date
Štěpán Němec
ebc1563d08 Fix a typo in revision bfae12eaabd7. 2010-12-31 00:09:20 +01:00
Kris Maglione
2cb3135220 Add descriptions for mappable modes. 2010-12-30 17:59:57 -05:00
Doug Kearns
8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione
dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione
362981e1b1 Replace older values with :sty/:hi -append rather than simply concatenating the old string. 2010-12-21 20:56:19 -05:00
Kris Maglione
198a321c59 Fix RangeFind corner case. 2010-12-21 20:14:40 -05:00
Kris Maglione
a0adb276d0 Fix minor completion bug with quoting. 2010-12-20 03:46:13 -05:00
Kris Maglione
b6c8d763fa Disable tab numbering in Gecko 1.9 for the moment. Deal with stale RangeFinds slipping through in corner case. 2010-12-20 01:30:25 -05:00
Kris Maglione
394420a9d1 Fix definition link for commands defined on the command-line. 2010-12-18 18:56:17 -05:00
Kris Maglione
4ff7172c77 Import the bulk of a focus management patch near the top of my queue. 2010-12-18 15:27:45 -05:00
Kris Maglione
716e8cea94 Use 'find' terminology for page search to differentiate from web search. 2010-12-18 12:19:33 -05:00
Kris Maglione
8f4d26f9ac Fix :runtime completion. 2010-12-17 20:01:59 -05:00
Kris Maglione
9fb3febe95 Typo and general idiocy fixes. Kill 'linksearch'. 2010-12-17 12:30:51 -05:00
Kris Maglione
23fba45b28 Replace 'ignorecase' and 'smartcase' with 'searchcase'. 2010-12-04 17:21:15 -05:00
Kris Maglione
ad54306603 Fix 'smartcase'. 2010-12-03 19:32:49 -05:00
Kris Maglione
0346a1ff18 Add a hint mode for selecting scrollable elements.
Update issue 151
This should do what you want.
2010-12-02 20:29:51 -05:00
Kris Maglione
5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Doug Kearns
903268b0e1 Add missing semicolons.
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
2010-11-05 09:09:09 +11:00
Kris Maglione
97589ce40b Handle sane shells on Windows somewhat better. 2010-11-05 13:36:30 -04:00
Doug Kearns
26e130bd0b Whitespace fixes.
--HG--
extra : rebase_source : 7bc98c4cf1a8ca89cfbfb1f96ffe9fa72565c663
2010-11-05 00:52:40 +11:00
Kris Maglione
1e941af1a6 Fix finder scrolling bug introduced by revision 267fb6b1319e. 2010-10-23 07:25:28 -04:00
Doug Kearns
c9e91d77dc Catch some missing regex -> regexp conversions in NEWS. 2010-10-22 12:10:30 +11:00
Doug Kearns
4f14857d66 Normalise regex -> regexp.
This is what JS uses and using both is confusing.
2010-10-22 12:03:03 +11:00
Kris Maglione
f3d194b00b Fix finder on view-source: pages on recent Gecko 2. 2010-10-21 16:16:14 -04:00
Kris Maglione
af8098bac6 Show status of radio/checkbox elements in hint label. 2010-10-20 05:07:45 -04:00
Kris Maglione
88b491ca44 Ignore some errors on failed incrimental search on FF36. Closes issue #96. 2010-10-20 02:34:36 -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
Doug Kearns
68b6df33ca Miscellaneous formatting fixes.
--HG--
extra : rebase_source : ac84b34db15b95fd5a6ad597a1420ffc4cb35414
2010-10-11 22:01:18 +11:00
Kris Maglione
4151fe4064 Merge default.
--HG--
branch : mode-refactoring
2010-10-09 16:48:11 -04:00
Doug Kearns
64a50b8cfc Clean up some crufty comments. 2010-10-09 22:48:54 +11:00
Kris Maglione
c05ad65895 Remove spurious modes.reset() in RangeFinder#onSubmit. Fixes focusing links on submit.
--HG--
branch : mode-refactoring
extra : rebase_source : 494ba7809803499905f135c4410f5e87af4417d6
2010-10-08 15:37:30 -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
7f574a512f Preserve file/line information with saved ex commands (:au, :com, :map -ex). 2010-10-05 15:29:18 -04:00
Kris Maglione
9af8705807 Remove bare references to 'content'. 2010-10-04 22:09:54 -04:00
Kris Maglione
c577b15ea6 Replace tabs.localStore.focusedFrame with buffer.focusedFrame. 2010-10-03 14:13:24 -04:00
Doug Kearns
87b29aa609 Camel-case array#{iteritems,itervalues}. 2010-09-26 11:54:28 +10:00
Kris Maglione
0753c9505e Better list option parsing and serialization. 2010-09-24 15:24:21 -04:00
Kris Maglione
ed38a05313 Fix */#.
--HG--
extra : rebase_source : 6add6d006c1b04e5489968461d09056b3984bb5a
2010-09-23 06:34:54 -04:00
Doug Kearns
06215e2eb9 Revert 975d3f90c8a1 for now.
The magical powers of getCurrentWord() have temporarily won.
2010-09-23 20:21:11 +10:00
Doug Kearns
b6b0d5b427 Change buffer.getCurrentWord() to a read-only property buffer.currentWord. 2010-09-23 20:03:26 +10:00
Doug Kearns
60eac8d752 Whitespace fixes.
--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
2010-09-22 13:35:11 +10:00
Kris Maglione
6c8a89b263 Fix finder. 2010-09-17 07:33:11 -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
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
4e40abe6b0 Lots of rangefinder and Gecko 2 tabbing fixes. 2010-08-28 18:02:03 -04:00
Kris Maglione
924863cd61 imported patch dactylify
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
2010-08-28 18:02:03 -04:00
Kris Maglione
2e830d380a More finder tweaks. 2010-08-26 22:53:39 -04:00
Kris Maglione
89633538c8 Fix some finder quirks.
--HG--
branch : testing
2010-08-26 12:19:21 -04:00