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

1390 Commits

Author SHA1 Message Date
Kris Maglione
72be646c5b NEWS updates and whitespace fixes. 2010-09-19 02:13:19 -04:00
Kris Maglione
a53edafac1 Fix :version for non-XPI installs. Fix :extensions in FF 3.6. 2010-09-18 07:24:35 -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
2c4525e86a Show error for disallowed extension delete/enable/disable. 2010-09-18 04:57:42 -04:00
Kris Maglione
c64f8cbe4c Add add-on download/install progress messages. 2010-09-18 04:42:50 -04:00
Kris Maglione
508cc08a8f Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem. 2010-09-18 03:42:48 -04:00
Kris Maglione
bda1e1c260 Add 'altwildmode'. 2010-09-18 01:48:46 -04:00
Kris Maglione
3fe0b9238f Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea6242902e4; other small fixes. 2010-09-17 23:13:52 -04:00
Kris Maglione
6c8a89b263 Fix finder. 2010-09-17 07:33:11 -04:00
Kris Maglione
7d0c99d0e1 Fix commands.removeUserCommand. 2010-09-17 06:52:15 -04:00
Doug Kearns
0a0bd45601 PD Vim syntax file update
Delivered-To: maglione.k@gmail.com
Received: by 10.216.136.214 with SMTP id w64cs2667wei;
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
Return-Path: <dougkearns@gmail.com>
Received-SPF: pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) client-ip=10.227.138.146;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of dougkearns@gmail.com designates 10.227.138.146 as permitted sender) smtp.mail=dougkearns@gmail.com; dkim=pass header.i=dougkearns@gmail.com
Received: from mr.google.com ([10.227.138.146])
        by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192263 (num_hops = 1);
        Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:mime-version:received:from:date
         :message-id:subject:to:content-type;
        bh=8pQUW5WLnsK61m2IZPWOnOPaQlu/k2jhkbbOFOecr2A=;
        b=W/+613sGtVKvI12FR9kJjsK4c4c2tUpTk9WgTdUFhFXItgDA8yaTCnb2zrzYbn+ReP
         yXyrVWu+fFAeNQKtk3afP+gKh9HlCNufq6UIoLRk9k2jwCsIoUO75FXbSk7MXL4Q1G2y
         NYDYeWNUccCowS2PRPiHgM0Vt+Af0nU/tM6T4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        b=w4FhoErEFuUuIoaJOAnwhJjs1flQd2Yz5nkbRlPcLLhMm0qhUMg62PJ7uMCsJv9mdr
         +nGqpFplrRmAhsU2KTAf1k8vqJ+SWYNnSpE+axoyUFCZ+Xc9OfvWvsVF8cVg46wmkUKF
         y6uJJYEoMmpAfYQeX7rchyTlGhU9g7Mm2YZUk=
Received: by 10.227.138.146 with SMTP id a18mr590354wbu.151.1284105192249;
 Fri, 10 Sep 2010 00:53:12 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.227.135.131 with HTTP; Fri, 10 Sep 2010 00:52:52 -0700 (PDT)
Message-ID: <AANLkTi=F6XwDTh+++ph4Qdw5pm3YAMvwvZNBi49nU84=@mail.gmail.com>
To: Kris Maglione <maglione.k@gmail.com>
Content-Type: multipart/mixed; boundary=00163645735ad6998c048fe309e3
2010-09-10 17:52:52 +10: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
bfbb4b1313 Only JAR up revision controlled files. 2010-09-17 06:15:13 -04:00
Kris Maglione
47083c5b66 Don't use the word eval for fear that it may break "use strict" mode later. 2010-09-17 06:15:13 -04:00
Kris Maglione
b8331a1b55 Rename Class#setTimeout to appease AMO's validation grep. 2010-09-17 06:15:13 -04:00
Kris Maglione
8c0a734e53 Change the patently absurd local mark storage structure. 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
0c6a7b178f Fix buffer.(getCurrentWord|followDocumentRelationship). Thanks anekos and dhahler. 2010-05-07 02:27:42 +09: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
0b13017b17 Fix callInMainThread and wrap dactyl.beep. Fixes liberator issue #356. 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
Kris Maglione
f1ca59a83d Use Object.keys/getOwnPropertyNames (and provide them if they don't exist). 2010-08-28 18:57:59 -04:00
Kris Maglione
4e40abe6b0 Lots of rangefinder and Gecko 2 tabbing fixes. 2010-08-28 18:02:03 -04:00
Kris Maglione
e3a2df403d Improve behavior of gf. Remove "|" alias. 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
04a1f6c49d Some 'strictfocus' tweaks. 2010-08-26 21:01:50 -04:00
Kris Maglione
7a6365b54f Merge.
--HG--
branch : testing
2010-08-26 15:18:49 -04:00
Kris Maglione
2375a00fb4 Replace 'focuscontent' with 'strictfocus'.
--HG--
branch : testing
2010-08-26 13:26:34 -04:00
Kris Maglione
89633538c8 Fix some finder quirks.
--HG--
branch : testing
2010-08-26 12:19:21 -04:00
Kris Maglione
a0cb07e7d7 Some smallish fixes.
--HG--
branch : testing
2010-08-26 11:40:59 -04:00
Kris Maglione
cb4cc87272 Fix xmlToDom in Gecko 2.
--HG--
branch : testing
2010-08-15 08:57:18 -04:00
Kris Maglione
daa2d5dcc5 Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...
--HG--
branch : testing
2010-08-15 07:49:52 -04:00
Kris Maglione
f3c32988f1 Re-add missing class to services.
--HG--
branch : testing
2010-08-11 01:14:18 -04:00
Kris Maglione
59b7992861 Remove leftover debugging statements.
--HG--
branch : testing
2010-08-11 01:12:01 -04:00
Kris Maglione
3fa5bb5cea More Gecko 2 fixes.
--HG--
branch : testing
2010-08-10 01:40:58 -04:00
Kris Maglione
0e3b5ca121 Some Gecko 2 fixes.
--HG--
branch : testing
2010-08-08 22:03:42 -04:00
Kris Maglione
1210bc574a Only open files rather than URLs for full or relative path names.
--HG--
branch : testing
2010-06-20 11:25:50 -04:00
Kris Maglione
9589d33fd2 Fix JS completion bug.
--HG--
branch : testing
2010-06-17 16:52:45 -04:00
Kris Maglione
05a3bcf180 Only echo the download complete message in the active window.
--HG--
branch : testing
2010-06-17 08:25:41 -04:00
Kris Maglione
a72c4af900 Fix plugin help.
--HG--
branch : testing
2010-06-10 02:35:27 -04:00
Kris Maglione
5bd7b6b0fc Focus ancestor link (but not input boxes) of rangefinder selections.
--HG--
branch : testing
2010-06-10 02:19:35 -04:00
Kris Maglione
535293a53e Fix finding from caret.
--HG--
branch : testing
2010-06-10 01:30:03 -04:00
Kris Maglione
a14e5127df Lazy load help files. Store command names in a map.
--HG--
branch : testing
2010-06-10 01:16:36 -04:00
Kris Maglione
a6f90714e4 Fix broken JS completion.
--HG--
branch : testing
2010-06-03 20:24:16 -04:00
Kris Maglione
b6267c4f19 Add a docstring to RangeFind class.
--HG--
branch : testing
2010-05-14 18:59:41 -04:00
Kris Maglione
3da3d903a8 Replace Finder with RangeFinder.
--HG--
branch : testing
2010-05-14 18:46:10 -04:00