1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 22:33:33 +02:00
Commit Graph

86 Commits

Author SHA1 Message Date
Doug Kearns 3157772347 explicitly specify the radix when parsing the arg to formatBytes() 2008-06-03 15:22:47 +00:00
Doug Kearns ff132570d3 add missing semicolons 2008-06-03 15:16:12 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Martin Stubenschrott 04004ebb39 new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard 2008-05-05 13:22:55 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 67fda2892f fixed vimperator.util.generateHelp 2008-03-02 23:01:56 +00:00
Martin Stubenschrott 57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott 7479699004 fixed :help for thunderbird 2008-02-05 22:19:17 +00:00
Martin Stubenschrott 8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott a994d42a56 get rid of Cc/Ci, as that's thunderbird incompatible 2008-02-01 17:52:41 +00:00
Martin Stubenschrott ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Martin Stubenschrott 8e00f16baa all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
2008-01-31 18:32:39 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Doug Kearns e22b0356b7 fix util.highlightURL to use the unnamed anchor for link href values to prevent
:pageinfo links from being loaded in the MOW
2007-12-09 10:29:49 +00:00
Martin Stubenschrott 794e80c1a8 * merged ctrl-x/a commands
* fixes for file:/ handling
* fixed gu and gU
2007-11-22 20:00:46 +00:00
Doug Kearns 44705af3b1 whitespace fixes 2007-11-22 05:32:50 +00:00
Martin Stubenschrott 678a5657fd many bug fixes, :cd and :pwd commands, ~ mapping 2007-11-20 00:40:40 +00:00
Doug Kearns 5a3d51626c normalize foldmarkers 2007-11-19 07:13:20 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns ca7b146774 remove unnecessary parentheses from typeof args 2007-11-16 13:53:38 +00:00
Doug Kearns 28042647f8 use regexps as args to replace in escapeHTML() as they appear to be about 10%
faster
2007-11-16 13:22:45 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Martin Stubenschrott 68f1597c38 better byte formating 2007-11-12 12:05:32 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Martin Stubenschrott 8c28e8fd81 added feeds info to :pageinfo 2007-11-05 22:48:03 +00:00
Doug Kearns 65b2314f03 move String#toURLArray to v.util.stringToURLArray - think of the kittens! 2007-11-02 08:30:54 +00:00
Doug Kearns b73d76cf6f specify the "g" flag to all replace calls in escapeHTML 2007-11-02 08:11:01 +00:00
Doug Kearns d192304759 replace & with the HTML entity in escapeHTML 2007-10-26 04:48:28 +00:00
Martin Stubenschrott 772b8160bb get rid of will/would in help 2007-10-18 21:36:09 +00:00
Martin Stubenschrott 129f7f23f7 :bmarks [filter] works again, now even with -tags=foo filtering 2007-10-18 16:45:22 +00:00
Martin Stubenschrott d6f61d7278 improvements in :echo object, :echo getBrowser() should work now reliable 2007-10-16 23:40:35 +00:00
Martin Stubenschrott 9014b3a34a new :set and :prefs commands, tweaked :set output to use colors 2007-10-10 00:23:09 +00:00
Doug Kearns 2d1152cef9 add vimperator.util.escapeHTML 2007-10-06 01:58:38 +00:00