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

55 Commits

Author SHA1 Message Date
Kris Maglione
ccf1d0d433 Fix hint indicator positioning on sites with stupid CSS rules. 2011-03-27 23:25:19 -04:00
Kris Maglione
568bee6839 Ignore 'passkeys' key chains begining with ordinary characters in input modes. 2011-02-20 18:38:31 -05:00
Kris Maglione
d37e8159ed Make Teledactyl minimally functional, albeit with quite a lot of errors on the console. 2011-02-19 22:02:01 -05:00
Kris Maglione
e21a289597 Fix stupid CSS. 2011-02-17 16:43:15 -05:00
Kris Maglione
2df1de7ad1 Fix wheel scrolling in the MOW.
--HG--
extra : transplant_source : %BD%8C6%3DN%BB%CF%BB%9C.%1Cc%D7vpV%A2v%C3%06
2011-01-24 09:21:31 -05:00
Kris Maglione
08104aee80 Linkify 'restart' in :addons.
--HG--
extra : transplant_source : %EA%88%BD%A9%8FB%DD%24%A4%CC%3E%F9I%87%FB%8A7%C8%11%CC
2011-01-24 08:53:58 -05:00
Kris Maglione
7d178cfb34 Add file input editing history. 2011-01-15 19:17:24 -05:00
Kris Maglione
83778a8e16 Fix some moz-anno: security errors in the Error Console. 2011-01-15 17:56:41 -05:00
Kris Maglione
6fcd00e8ca Ditch the bloody chrome registry. 2011-01-13 16:04:32 -05:00
Kris Maglione
5c78c9bceb Hopefully fix text shadow in the status line on OS-X. 2011-01-04 14:27:10 -05:00
Kris Maglione
8e498ed52f Style the Add-on Bar rather than the statusbar where applicable. 2011-01-04 01:50:22 -05:00
Kris Maglione
727950d10a Make help formatting slightly less sucky. 2010-12-29 19:58:23 -05:00
Kris Maglione
15b2909bc1 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 00:34:19 -05:00
Kris Maglione
f2bcfa99ea Fix border around statusbar panels on FF3. 2010-12-27 00:24:52 -05:00
Kris Maglione
8c64d0ec44 Re-enable tab numbers of FF36. 2010-12-26 20:45:03 -05:00
Kris Maglione
d3d60548f1 Fix some cleanup issues.
--HG--
branch : bootstrapped
2010-12-24 18:32:22 -05:00
Kris Maglione
2f081bd805 [bootstrap] Changes toward proper reinitialization after disabling.
--HG--
branch : bootstrapped
2010-12-24 15:51:02 -05:00
Kris Maglione
33e16f3183 Bootstrap cleanup work.
--HG--
branch : bootstrapped
2010-12-23 23:27:33 -05:00
Kris Maglione
797bf92c27 Hide the #addonbar-spring by default. 2010-12-22 13:48:16 -05:00
Kris Maglione
11d938f0b8 Simplify isolation of hints from page styles. 2010-12-20 15:53:56 -05:00
Kris Maglione
b0374abcac Fix statusbarpanel appearence bug on FF36. 2010-12-20 02:26:09 -05:00
Kris Maglione
d9b7d909bc Fix a typo in revision ae79abb4ff88. 2010-12-19 09:45:59 -05:00
Kris Maglione
f1e4ef93df Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly. 2010-12-18 11:54:31 -05:00
Kris Maglione
d6fc8c5cb5 Fix tab numbers again.
--HG--
extra : rebase_source : 8461c5bed454c0522fcad7a71163a4de338f55f7
2010-12-17 02:43:41 -05:00
Kris Maglione
a73ee765d8 Kill tab bindings. 2010-12-17 00:46:26 -05:00
Kris Maglione
2b254ecc6b Make a distinction between Hint/@number and Hint/@text. Closes issue #186. 2010-12-16 22:49:00 -05:00
Kris Maglione
b1331b689d Hide the silly addon-bar close button in trunk. 2010-12-15 21:41:50 -05:00
Kris Maglione
1c734e6709 Isolate hint nodes from page styles. 2010-12-10 09:40:35 -05:00
Kris Maglione
3771166126 Move bookmark info before title in completions, and show for "Smart" completions. 2010-11-18 17:53:37 -05:00
Kris Maglione
babbde6821 Use opacity:0 rather than visibility:hidden for the visual bell. 2010-11-11 12:37:19 -05:00
Kris Maglione
37057099f7 Don't use a popuppanel for the bell on Gecko<2 either. 2010-11-09 17:01:57 -05:00
Kris Maglione
3d43582f0d Add go+=c and move the mode message to the left of the status-line. CSS needs some work. 2010-10-12 01:23:53 -04:00
Kris Maglione
6d472abb18 Cut down on some error console noise when generating XPCOM stubs. 2010-10-03 22:15:49 -04:00
Doug Kearns
924f6ab1b2 Replace some Muttator references. 2010-10-01 03:09:31 +10:00
Kris Maglione
d6aa3d5ef0 Fix visual bell styling. 2010-09-28 09:50:33 -04:00
Kris Maglione
bed08a3455 Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar. 2010-09-27 07:39:49 -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
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
847dc6428d Collapse asinine search icon in the commandline.
--HG--
branch : testing
2010-05-14 09:42:19 -04:00
Kris Maglione
7a3d35991c Fix some general brokenness.
--HG--
branch : testing
2010-05-11 06:01:02 -04:00
Kris Maglione
fb9b81d1b7 Revert change in parent; this style is already applied in liberator.js. Add !important there instead. 2009-10-31 13:35:03 -04:00
Martin Stubenschrott
3910c0604b Move all files to a MIT license 2009-10-03 00:32:29 +02:00
Doug Kearns
3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Martin Stubenschrott
5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns
683d569eb2 Remove the unwanted SB margin from the command line. 2009-03-26 00:25:59 +11:00
Doug Kearns
80beaa41df And xulmus was born. 2009-03-16 15:54:02 +11:00
Ted Pavlic
d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Doug Kearns
01b7a39a5b Whitespace fixes. 2009-01-12 15:32:52 +11:00
Ted Pavlic
147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Martin Stubenschrott
459e6ff217 moved website only artwork to www/ 2008-12-07 13:55:40 +01:00