1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 02:27:58 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
Doug Kearns
8e785245c1 Miscellaneous semicolon, whitespace, and formatting fixes. 2010-12-30 21:54:28 +11:00
Kris Maglione
13e22f7458 Add :hi -link.
--HG--
extra : rebase_source : 9bc26b19eac01350323073212d12a91fd2f31189
2010-12-29 17:44:22 -05:00
Kris Maglione
eef79f2ba8 Treat XUL Tree and TextBox elements as input elements. 2010-12-28 22:54:36 -05:00
Kris Maglione
e804d51448 Fix activating scrollable elements via ;F.
--HG--
branch : bootstrapped
2010-12-28 17:20:28 -05:00
Kris Maglione
ff52485ca5 Possibly stem aforementioned focus bug.
--HG--
branch : bootstrapped
2010-12-27 12:04:03 -05:00
Kris Maglione
a759ab3606 [bootstrap] Add code to manually reload stale cached modules on rehash.
--HG--
branch : bootstrapped
2010-12-25 08:54:33 -05:00
Kris Maglione
b24781c685 Stagger loading of :style sheets to improve perceived startup time. Fix :mksyn bug. 2010-12-25 05:46:11 -05:00
Kris Maglione
5591ed6797 Merge changes from bootstrapped. 2010-12-24 20:59:29 -05:00
Kris Maglione
02a95a0e35 Fix :style -append. 2010-12-23 03:25:49 -05:00
Kris Maglione
c65758864d Allow mapping keys in HINT and other modes. Closes issue #10. Closes issue #158. 2010-12-22 15:32:19 -05:00
Kris Maglione
f074e9811b Use :highlight groups for styling input boxes during external editing. 2010-12-22 04:38:59 -05:00
Kris Maglione
dc0b538b35 Fix CSS completion. 2010-12-22 04:48:23 -05:00
Kris Maglione
9b8ea86c09 Refactor the Styles API and implimentation slightly. Move deprecated() to base.jsm. 2010-12-22 03:22:23 -05:00
Kris Maglione
d429af17aa Completion work. 2010-12-21 23:41:54 -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
0c43618a3f Fix an odd :style completion bug. 2010-12-20 09:24:19 -05:00
Kris Maglione
754d490a56 Toggle between values in a list for string/number options with invert. 2010-12-17 14:48:46 -05:00
Kris Maglione
a632172c0f Make :sty* commands more site-aware, more sensibly sorted. 2010-12-17 07:46:46 -05:00
Kris Maglione
36205c6c0e Make Bookmark objects live writeable. 2010-12-10 01:38:39 -05:00
Kris Maglione
0748369c68 Do away with now unnecessary service variables. 2010-12-01 22:17:19 -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
Kris Maglione
2df24c410d Open the firstrun page in a new tab. 2010-11-19 16:30:38 -05: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
Kris Maglione
23a4bde382 Hopefully remove some :abbrev silliiodocy. 2010-10-18 00:07:19 -04:00
Kris Maglione
c8faebba0a Preparation for a future commit and fix ;F in the MOW. 2010-09-26 10:36:46 -04:00
Kris Maglione
b201a266f2 Add -agent flag to :style. 2010-09-26 10:10:55 -04:00
Kris Maglione
883c0c367d Fix updating filter on existing sheet with :style 2010-09-25 19:52:50 -04:00
Kris Maglione
761b95156a Add crude CSS property completion. 2010-09-24 22:06:44 -04: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
Doug Kearns
60eac8d752 Whitespace fixes.
--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
2010-09-22 13:35:11 +10:00
Kris Maglione
72be646c5b NEWS updates and whitespace fixes. 2010-09-19 02:13:19 -04:00
Kris Maglione
ce179ee3b6 Prevent stylesheets from being appended to the list more than once. 2010-09-18 05:13:47 -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
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
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