1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:01:28 +02:00
Commit Graph

5044 Commits

Author SHA1 Message Date
Kris Maglione 47167e769e Fix gU for URLs containing //. 2010-12-27 09:35:16 -05:00
Kris Maglione 299ff0ecb3 Make it impossible for util.computedStyle to return null. Closes issue #180. 2010-12-27 01:51:33 -05:00
Kris Maglione f2bcfa99ea Fix border around statusbar panels on FF3. 2010-12-27 00:24:52 -05:00
Kris Maglione c7c7ab68ee Cleanup. 2010-12-26 23:45:28 -05:00
Kris Maglione 8a5eb69492 Some small changes for the sake of plugins. 2010-12-26 21:54:17 -05:00
Kris Maglione 8c64d0ec44 Re-enable tab numbers of FF36. 2010-12-26 20:45:03 -05:00
Kris Maglione 467d193694 NEWS updates. 2010-12-26 18:08:52 -05:00
Kris Maglione acd7ce68c0 Fix typo that breaks parsing of command line arguments. 2010-12-26 14:47:06 -05:00
Kris Maglione cd55bfbcb1 Fix macro interpolation of null counts in key bindings. 2010-12-26 14:41:10 -05:00
Kris Maglione 289b766266 Get rid of stupid special casing of "q" in the key press handler. 2010-12-25 22:57:00 -05:00
Kris Maglione 1c9d1b2548 Allow binding keys in "menu" modes. 2010-12-25 19:45:05 -05:00
Kris Maglione dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione ce13a4629e Multiline output mode isn't a sub-mode of command-line mode. Fixes MOW scrolling issues and makes MOW keys bindable. 2010-12-25 14:10:09 -05:00
Kris Maglione 617a37db1e Merge changes from bootstrapped. 2010-12-25 13:45:05 -05:00
Kris Maglione 7e712dae0f Fix some key handling bugs. Closes issue #210. 2010-12-25 13:37:26 -05:00
Kris Maglione 273796d321 Fix reported file/line in failed assertions. 2010-12-25 06:53:51 -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 c507f63194 Fix minor completion error, also allow quoting of commas in LIST command arguments.
--HG--
extra : rebase_source : b05a7ea4c41e540adec38f34a8a60b3431bd87a1
2010-12-24 20:38:23 -05:00
Štěpán Němec 879cb52279 Fix some typos. 2010-12-24 17:43:31 +01:00
Kris Maglione 6451646b0c Remove some untoward dump statements that snuck into the last commit. 2010-12-24 05:59:23 -05:00
Kris Maglione 045d63819a Another crack at revision c24f695526a9. 2010-12-24 05:53:27 -05:00
Kris Maglione a8d2678ad1 Use document rather than window for localStore and dactylFocusAllowed. 2010-12-24 05:31:14 -05:00
Kris Maglione cace9f737c Closes issue #204. 2010-12-23 20:27:34 -05:00
Kris Maglione 5a51f53a74 Don't jar up content in the XPI anymore. 2010-12-23 15:43:59 -05:00
Kris Maglione 702b4ff340 Add -modes argument to :unmap, :mapclear. 2010-12-23 12:07:10 -05:00
Kris Maglione 02a95a0e35 Fix :style -append. 2010-12-23 03:25:49 -05:00
Kris Maglione 732919f2cd Replace uses of commands.replaceTokens with util.compileMacro. 2010-12-23 03:22:29 -05:00
Kris Maglione 76fad17378 Slightly dodgy help table formatting tweaks. 2010-12-23 02:49:00 -05:00
Kris Maglione a6d067b33a Automagically linkify help index descriptions. 2010-12-23 02:05:04 -05:00
Kris Maglione 45aea68aba Fix guessing keyword-less search engines form Bookmarks#getSearchURL. 2010-12-23 02:04:12 -05:00
Kris Maglione de7b73a8f7 Fix minor regexpmap parsing bug. 2010-12-23 01:13:26 -05:00
Kris Maglione 6cb1c1d659 Serialize :loadplugins command so that options and commands defined by plugins work properly by default. 2010-12-22 23:33:57 -05:00
Kris Maglione 8d9c2cddc0 Fix some bugs. 2010-12-22 22:54:57 -05:00
Kris Maglione f36bd842a3 Fix some mapping bugs. 2010-12-22 22:44:01 -05:00
Kris Maglione 2b0048061c Fix :history completion bug from last commit. 2010-12-22 22:23:04 -05:00
Kris Maglione 2b016d2e6a Add :history -sort. 2010-12-22 22:15:24 -05:00
Kris Maglione 69581c1428 Fix hiding addon-bar spring. 2010-12-22 21:08:04 -05:00
Kris Maglione 8019a607d9 Fix Hint input bugs from revision d678604aa8d0. 2010-12-22 21:06:49 -05:00
Kris Maglione 03b179433d Fix completion filter highlighting. 2010-12-22 20:44:40 -05:00
Kris Maglione c6462e49b3 Partially auto-generate help index. Still needs tag linkification and mappings. 2010-12-22 20:35:15 -05:00
Kris Maglione 06936c88ea Add :feedkeys (perhaps to replace :normal?) 2010-12-22 19:54:00 -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 797bf92c27 Hide the #addonbar-spring by default. 2010-12-22 13:48:16 -05:00
Kris Maglione 1b47c5d6e3 Revert revision c24f695526a9. Closes issue #208. 2010-12-22 12:55:12 -05:00
Kris Maglione b0bca11890 Deal with native keyboard scrolling issues after focusContent, with the side-effect of again focusing the top-level window when the content window is focused. 2010-12-22 05:23:35 -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 9a1d78ee56 Factor out unnecessary and potentially problematic use of threadYield in editFieldExternally. 2010-12-22 04:33:32 -05:00
Kris Maglione 35a0917084 Fix gF and so forth. 2010-12-22 03:50:20 -05:00