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

5096 Commits

Author SHA1 Message Date
Kris Maglione 27cc988fff [bootstrap] Fix running from an xpi on Gecko 2. 2010-12-29 01:49:03 -05:00
Kris Maglione eef79f2ba8 Treat XUL Tree and TextBox elements as input elements. 2010-12-28 22:54:36 -05:00
Kris Maglione 2f701ac96a Fix status bar command line completion window. 2010-12-28 22:09:33 -05:00
Kris Maglione ca4b3a03c9 Use real key bindings in MOW mode, and also restore the strange key passing behavior of yore. Closes issue #217. 2010-12-28 21:55:30 -05:00
Kris Maglione cd21743661 Fix error thrown in protocols.js. 2010-12-28 20:45:00 -05:00
Kris Maglione f330440138 Fix minor completion bug. 2010-12-28 19:22:32 -05:00
Kris Maglione 80968ef92f Show the hg revision and date in :version where possible when running from a repo. 2010-12-28 19:10:51 -05:00
Kris Maglione 0592641702 [default] Merge bootstrapped. 2010-12-28 17:28:36 -05:00
Kris Maglione 8abe4fd921 Change the order of nodeset filter application in hint generation.
--HG--
branch : bootstrapped
2010-12-28 17:27:44 -05:00
Kris Maglione e804d51448 Fix activating scrollable elements via ;F.
--HG--
branch : bootstrapped
2010-12-28 17:20:28 -05:00
Kris Maglione cc9ef60b63 Hopefully deal with our lost focus issues once and for all.
Update issue 131
Status: Started
This should hopefully take care of this issue.

Update issue 212
Status: Started
This should hopefully take care of this issue.

--HG--
branch : bootstrapped
2010-12-28 16:42:55 -05:00
Kris Maglione 53f9181b09 [bootstrap] Fix highlighting the statusline and visual bell after rehash.
--HG--
branch : bootstrapped
2010-12-28 15:19:07 -05:00
Kris Maglione aec00dd4be Fix bug in last commit.
--HG--
branch : bootstrapped
2010-12-28 14:58:58 -05:00
Kris Maglione 9655d741b8 Add real mappings for most HINT mode keys. Lazily expand leader, and keep in sync with 'mapleader'.
--HG--
branch : bootstrapped
2010-12-28 14:33:57 -05:00
Kris Maglione 83aa5e4857 Accept command line arguments in :rehash. Document :rehash, add :exttoggle, :extrehash.
--HG--
branch : bootstrapped
2010-12-28 09:25:53 -05:00
Kris Maglione 7b4e64f0bf Fix parsing of non-decimal option values. Closes issue #215.
--HG--
branch : bootstrapped
2010-12-28 09:10:01 -05:00
Kris Maglione 0b853aba4e Fix cleanup of styles during :rehash.
--HG--
branch : bootstrapped
2010-12-27 12:39:49 -05:00
Kris Maglione ff52485ca5 Possibly stem aforementioned focus bug.
--HG--
branch : bootstrapped
2010-12-27 12:04:03 -05:00
Kris Maglione e93f7455f2 Fix focus bug. Closes issue #212.
--HG--
branch : bootstrapped
2010-12-27 11:10:50 -05:00
Kris Maglione a7b8cac7de Use options.list() for displaying option values.
--HG--
branch : bootstrapped
2010-12-27 10:35:11 -05:00
Kris Maglione 7a0f693ad4 Merge changes from bootstrapped. 2010-12-27 09:38:05 -05:00
Kris Maglione 47167e769e Fix gU for URLs containing //. 2010-12-27 09:35:16 -05:00
Kris Maglione eed4ddb74b Check <pre/> and <code/> elements in ;F.
--HG--
branch : bootstrapped
2010-12-27 09:28:40 -05:00
Kris Maglione fff482a539 [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-27 09:38:19 -05:00
Kris Maglione 7459dfc2c7 [bootstrap] Fix bug in :map -silent.
--HG--
branch : bootstrapped
2010-12-27 09:22:20 -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 163539ab29 Fix error trapping in events.feedkeys.
--HG--
branch : bootstrapped
2010-12-27 01:49:10 -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 0bd5210910 [bootstrap] Fix for Gecko<2.
--HG--
branch : bootstrapped
2010-12-27 00:20:39 -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 f75d81c57f [bootstrap] Merge default.
--HG--
branch : bootstrapped
2010-12-26 17:48:20 -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 26bd1c1075 [bootstrap] Purge stale modules on upgrade as well as explicit rehash.
--HG--
branch : bootstrapped
2010-12-25 18:41:32 -05:00
Kris Maglione e5fd0ccf18 [bootstrap] Merge default.
--HG--
branch : bootstrapped
rename : common/content/modules.js => common/modules/overlay.jsm
2010-12-25 16:02:01 -05:00
Kris Maglione dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione 1653ff509d Fix some subtle rehashing bugs.
--HG--
branch : bootstrapped
2010-12-25 15:54:37 -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 d7d2affbfd Merge default.
--HG--
branch : bootstrapped
2010-12-25 13:46:58 -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 203f8799da [bootstrap] Fix stupid bug.
--HG--
branch : bootstrapped
2010-12-25 13:13:10 -05:00
Kris Maglione 8da718d47b [bootstrap] Add a :rehash (temporarily undocumented) command.
--HG--
branch : bootstrapped
2010-12-25 09:46:07 -05:00
Kris Maglione a759ab3606 [bootstrap] Add code to manually reload stale cached modules on rehash.
--HG--
branch : bootstrapped
2010-12-25 08:54:33 -05:00