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

2749 Commits

Author SHA1 Message Date
Kris Maglione 0c4b50265f Fix registration of commands on FF36. 2011-02-28 20:23:46 -05:00
Kris Maglione ea6c7cc800 Fix local mapping bug. Change statusline API slightly. 2011-02-28 19:44:46 -05:00
Kris Maglione 74fbc5833f Move some event-based code into observers in the modules it affects. 2011-02-27 16:58:21 -05:00
Kris Maglione 191ece33e0 Ammend revision 9f791638b3ef: Don't throw, but report error. 2011-02-27 05:48:34 -05:00
Kris Maglione 02b43a6986 Throw an error when trying to replace a plugin context. 2011-02-27 05:32:18 -05:00
Kris Maglione 65a8369bed Forbid plugins access to commands.add. 2011-02-27 05:23:05 -05:00
Doug Kearns 6c48ca8b19 Use macro.noSuch message for unset macros. 2011-02-27 20:37:04 +11:00
Doug Kearns e14d120d01 Fix macro playback.
Closes issue #405.
2011-02-27 20:32:24 +11:00
Kris Maglione 56b8f99ba2 Fix bad regexp replacement in mow.js. 2011-02-26 15:57:33 -05:00
Kris Maglione 32d119561d Include properties file in XPI.
--HG--
extra : rebase_source : 805462bb09d1ac9011796e08bc67cbd704a733a4
2011-02-26 08:35:41 -05:00
Doug Kearns 6ecdef37dd Add missing modelines to new modules.
--HG--
extra : rebase_source : d80617c47f30c0344c08e810e51c19a91b1cec53
2011-02-25 00:07:43 +11:00
Doug Kearns 46ac3c272e Remove some double spacing.
--HG--
extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27
2011-02-24 22:48:52 +11:00
Doug Kearns 086255acef Fix an autocmd message key typo. 2011-02-26 12:59:58 +11:00
Kris Maglione 7c7a7c4865 Move some messages to properties file. Local and modules directories still to be done. 2011-02-25 20:23:15 -05:00
Kris Maglione 885b16d7db Fix autocommand bug. 2011-02-24 21:25:16 -05:00
Kris Maglione 8d693c5d03 Fix bluring certain editable iframes. 2011-02-24 17:05:56 -05:00
Kris Maglione 186a3438ac Fix bluring editible windows, I hope. 2011-02-24 16:50:55 -05:00
Kris Maglione 4b4b735485 Fix bluring editible windows, I hope. 2011-02-24 16:37:22 -05:00
Kris Maglione bcb2d3e7c9 Fix bug in autocommands. 2011-02-24 16:00:45 -05:00
Kris Maglione 8c8bff1282 Change a test in dactyl.parseURLs. Closes issue #398.
--HG--
extra : rebase_source : a901b7fb0d629e6451bc894d0062c8f9949968ee
2011-02-24 14:40:30 -05:00
Doug Kearns 6606be55bb Fix heinous text-edit help index link name.
For the sake of Nielson's heart rate.
2011-02-24 17:15:12 +11:00
Kris Maglione 3b269d5c4d Fix :lc/help index generation on F36. 2011-02-23 22:04:48 -05:00
Kris Maglione d9fe3a736e Fix live XPI update. 2011-02-23 20:40:09 -05:00
Kris Maglione 80ca9194ec Fix a silly error in modes.set. 2011-02-23 16:41:26 -05:00
Kris Maglione 2c109025bf Fix typo in events.toString. 2011-02-22 20:44:51 -05:00
Kris Maglione 8299257422 Make Melodactyl minimally functional. Closes issue #340.
--HG--
rename : pentadactyl/chrome.manifest => common/chrome.manifest
2011-02-22 10:01:56 -05:00
Kris Maglione d92f3f2c9c Closes issue #397. 2011-02-22 04:26:43 -05:00
Kris Maglione 572f36906b Fix confusing, duplicate help index entries. 2011-02-22 03:00:50 -05:00
Kris Maglione 28ec383432 Minor help updates. 2011-02-22 02:46:10 -05:00
Kris Maglione 88de726057 Add missing margins between help pages in :helpall. 2011-02-22 02:09:54 -05:00
Kris Maglione f3894eb136 Remove all references to the "word" unchunked. 2011-02-22 02:03:53 -05:00
Kris Maglione a682d7e311 Hack to make 'passkeys' work with single capital letters. Event stringification needs a complete rework. 2011-02-22 00:13:48 -05:00
Kris Maglione f924f653b6 Fix 'passkeys' on Firefox 3.x. 2011-02-22 00:08:13 -05:00
Kris Maglione caeb5bc22f Argh. 2011-02-21 23:40:24 -05:00
Kris Maglione 90ee266d1b Make the features list somewhat more useful. 2011-02-21 23:32:22 -05:00
Kris Maglione f6b66304f9 Fix help logo. 2011-02-21 17:19:49 -05:00
Kris Maglione 234f50bce8 Add tests for dead help links. Fix some minor bugs. Show error when trying to modify a builtin group rather than failing silently. 2011-02-21 16:22:30 -05:00
Kris Maglione d62c93aef0 Don't block keyup/keydown events during replay. Closes issue #395. 2011-02-21 13:47:05 -05:00
Kris Maglione f3a5cdd741 Fix a typo. 2011-02-20 19:55:50 -05: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 211091d79d Add <Pass> pseudo-key.
--HG--
extra : rebase_source : e1d27c1fd04a598a25cd0c0c8c266834e80b2320
2011-02-20 18:05:45 -05:00
Štěpán Němec db14f13353 Slim down insert.xml again now that all mappings are described in the autogenerated index.
Rename it to editing.xml, as it describes text (area) editing in general, not
only Insert mode.

--HG--
rename : common/locale/en-US/insert.xml => common/locale/en-US/editing.xml
2011-02-20 23:31:05 +01:00
Kris Maglione e084c7488f Fix ill-conceived and confusing naming issue. 2011-02-20 17:17:35 -05:00
Kris Maglione deccf88dd0 Fix help tag indexing for automagically generated index tags. 2011-02-20 17:11:16 -05:00
Kris Maglione 12c8074057 Automagically tagify index entries without existing help tags rather than eliding them entirely. 2011-02-20 16:50:40 -05:00
Kris Maglione 67079b8f54 Fix fallout from revision b9e99e213cb9.
Update issue \#293
Fixed.
2011-02-20 13:01:02 -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
Štěpán Němec 6317cbc0d8 Add descriptions to the remaining editor mappings. 2011-02-20 11:01:23 +01: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