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

89 Commits

Author SHA1 Message Date
Štěpán Němec f6e6ade181 Fix some :h news issues, document ;A. 2012-02-01 18:50:54 +01:00
Kris Maglione cbee50966b No more randomly generated package subtree paths. 2012-01-13 02:25:57 -05:00
Kris Maglione cc38e7057d Fix template.map with Iter objects. 2012-01-12 15:43:22 -05:00
Kris Maglione 31e1ceea24 More less Minefield explodeyness. 2012-01-12 03:57:52 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione 2ac04ff220 Fix some rangefind bugginess. 2011-11-25 10:22:44 -05:00
Kris Maglione 933f490817 More comprehensive :jumps. 2011-10-20 06:04:10 -04:00
Kris Maglione cebf7c5397 Fix processing of fake input events in the command line. 2011-10-03 15:50:08 -04:00
Kris Maglione b330d8c909 typeof <embed/> == "function" ... WTF? 2011-09-17 11:15:11 -04:00
Kris Maglione aa78825133 Fix crappy add-on manager icons. 2011-09-03 21:13:51 -04:00
Kris Maglione 94249780e9 objectToString stuff. 2011-08-23 20:40:16 -04:00
Kris Maglione cf29db91af Remove partial URL encoding from quick search completions. Ref 440caa218bda. 2011-08-23 19:10:13 -04:00
Kris Maglione a1743165d4 Fix template._sandbox. 2011-08-23 18:00:43 -04:00
Kris Maglione ee55f89823 Fix Firefox exploding with OOM errors when stringifying certain functions. 2011-08-23 02:03:18 -04:00
Kris Maglione 60c858b59b After some profiling, give all modules a common prototype. 2011-08-22 01:45:41 -04:00
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 1607affa58 Because I can. 2011-08-21 00:47:18 -04:00
Kris Maglione 9273db48ab Decode URLs in the completion list against my better judgment. Get rid of bloody newlines in strict mode lambdas. 2011-08-14 13:09:51 -04:00
Kris Maglione 55f5f9292b Fix some :buffer completion issues. 2011-08-04 13:03:40 -04:00
Kris Maglione 2c59c01232 :emenu: Hide hidden items, disable disabled items. Closes issue #582. 2011-07-29 03:42:31 -04:00
Kris Maglione a63d61612d Add {, }, [{arg}, ]{arg}. Closes issue #592. 2011-07-28 00:09:37 -04:00
Štěpán Němec 133bba8b9a Decode URIs when shown to the user. 2011-07-27 16:48:41 +02:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Kris Maglione 3c15e4d290 Fix :list* source links. 2011-06-16 09:43:08 -04:00
Kris Maglione 7115948106 More polyglotization. 2011-04-29 14:28:02 -04:00
Kris Maglione 204f8ca25c Annotate most strings which need to be explicitly localified. 2011-03-25 22:37:16 -04:00
Kris Maglione 49fc6ff7d4 Automagically linkify error codes. 2011-03-07 22:33:53 -05:00
Doug Kearns 1c4c5e5ad3 Normalise use of "res" vs "ret" for return variables. 2011-03-07 21:41:07 +11:00
Kris Maglione e032a82d62 Move some more strings to messages.properties and report (but don't throw) an error for unknown strings. 2011-03-02 02:59:04 -05:00
Kris Maglione 321296e7e5 Show 'passkeys' state of key chains in :listkeys. Fix linkifyHelp link styling issues. Minor optimization for non-passkeys sites. 2011-02-20 10:32:17 -05:00
Kris Maglione 76e5f2d474 Fix shortcomings in last commit. 2011-02-19 22:33:08 -05:00
Kris Maglione 624563523d Update hints on command change in :addons/:downloads. 2011-02-19 22:16:29 -05:00
Kris Maglione 019504e11c Stripe usage output as completions output. 2011-02-19 16:04:49 -05:00
Kris Maglione 2cef435dbc Hack on :help NEWS. 2011-02-19 07:17:54 -05:00
Kris Maglione 5606b96957 Require "x" flag in util.regexp for "extended" regex processing. 2011-02-15 13:06:40 -05:00
Kris Maglione 7aed800d29 Fixes, mostly, most of which should really be in the default branch.
--HG--
branch : groups
2011-02-09 07:21:10 -05:00
Kris Maglione 0cc69f8932 Also group :autocmds.
--HG--
branch : groups
2011-02-05 08:13:56 -05:00
Kris Maglione 5576a5f5e6 Only explicitly demangle subscript URIs rather than doing it automatically in newURI. Closes issue #185. 2011-02-02 09:26:56 -05:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Kris Maglione 0a7f399bf7 Use table tags in :addons and :downloads to better support :yank. 2011-01-26 03:36:34 -05:00
Štěpán Němec 506abdcd85 Recognise closing paren as a delimiter in linkifyHelp.
--HG--
branch : key-processing
2011-01-25 00:24:22 +01:00
Kris Maglione 9786171520 Get rid of horrible coalesced event handlers in commandline.js.
--HG--
branch : key-processing
2011-01-24 12:50:08 -05:00
Kris Maglione 0a422502ba Add Clear button to :downloads.
--HG--
branch : key-processing
2011-01-24 00:37:32 -05:00
Kris Maglione beb9d69eaa Merge default.
--HG--
branch : key-processing
2011-01-23 23:36:25 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 3cd40141f9 Move :downloads button logic into binding classes.
--HG--
branch : key-processing
2011-01-23 23:25:08 -05:00
Kris Maglione 92dbb759bc Fix arbitrary limit on the number of substrings to highlight in template.highlightSubstrings.
--HG--
extra : transplant_source : %C4%94%92%C9x%D0%94%25%9A%9C%0B%1B%F5%0C%26%94GT9%09
2011-01-23 18:20:11 -05:00
Kris Maglione 2b6fdc861b Fix arbitrary limit on the number of substrings to highlight in template.highlightSubstrings.
--HG--
branch : key-processing
2011-01-23 18:20:11 -05:00
Kris Maglione 5fdc1a5b60 Fix clicking bookmark/history links in the MOW. Closes issue #296. 2011-01-23 16:44:36 -05:00
Doug Kearns 79247daec7 Don't output blank lines for empty pageinfo sections. 2011-01-23 17:12:37 +11:00