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

180 Commits

Author SHA1 Message Date
Kris Maglione f8bd1fd4fb Allow <*-Globbed> modifier keys. 2011-03-14 15:19:54 -04:00
Kris Maglione c1c97dcd54 Localize some more strings. 2011-03-12 16:59:56 -05:00
Kris Maglione 71d9a51442 Fix hints on Firefox 4. 2011-03-12 11:58:16 -05:00
Kris Maglione cd4c0a7722 Localizify sanitizer descriptions. 2011-03-07 19:18:09 -05:00
Kris Maglione 50818caeea Localize pageinfo titles. 2011-03-07 18:43:13 -05:00
Kris Maglione f002825d10 Fix live update issues. 2011-03-07 17:45:22 -05:00
Doug Kearns 1c4c5e5ad3 Normalise use of "res" vs "ret" for return variables. 2011-03-07 21:41:07 +11:00
Kris Maglione 058094f87d Allow localization of command/mapping/option descriptions. 2011-03-04 20:37:29 -05:00
Kris Maglione 50da587af8 Fix absurd error on FF36. 2011-03-03 00:18:19 -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 d37e8159ed Make Teledactyl minimally functional, albeit with quite a lot of errors on the console. 2011-02-19 22:02:01 -05:00
Kris Maglione 1dcbf88509 Give up and add key chains to 'passkeys'. Also add <A-b> to execute a builtin mapping. Closes issue #189. 2011-02-19 17:32:55 -05:00
Kris Maglione 77157eaff8 Add missing function name. Fix cleanup on window close. Fix minor mode change bug and add guards. 2011-02-19 02:13:05 -05:00
Kris Maglione 589849c06d Make 'passkeys' a sitemap rather than a regexpmap for parity with autocmds, groups, and styles.
--HG--
extra : rebase_source : 5e3e621416934d4c085eef491dd54243308f92c8
2011-02-17 13:58:39 -05:00
Kris Maglione 0f8116aea1 Work around some conceivable race conditions in one of my least favorite commits ever. 2011-02-14 17:41:25 -05:00
Kris Maglione baa296527e Check branch after a timeout. 2011-02-14 16:54:20 -05:00
Kris Maglione 0a008b6a51 Fix config.addon bug and augment Class.memoize somewhat. 2011-02-14 16:47:57 -05:00
Kris Maglione 61476fca47 Ignore arg/motion maps when shorter matching map is found. Closes issue #365. 2011-02-12 19:52:53 -05:00
Kris Maglione 92406a9cad Take groups into account for :style serialization and listing. Need utility functions for these things. 2011-02-11 15:25:13 -05:00
Kris Maglione 43a27346bd Fix bugs yay.
--HG--
branch : groups
2011-02-10 23:45:39 -05:00
Kris Maglione 30e2971424 Experimentally move contexts.js to contexts.jsm.
--HG--
branch : groups
rename : common/content/contexts.js => common/modules/contexts.jsm
2011-02-10 21:36:03 -05:00
Kris Maglione 89020be0ee Fix a race.
--HG--
branch : groups
2011-02-10 16:23:38 -05:00
Kris Maglione 8acf2c4ff0 Merge default.
--HG--
branch : groups
2011-02-08 22:43:42 -05:00
Kris Maglione 8aa02f6d7a Deal with Firefox 3 being crap. 2011-02-08 21:17:56 -05:00
Kris Maglione 863c10df7a Add reference counts for globally active style hives.
--HG--
branch : groups
2011-02-08 20:53:11 -05:00
Kris Maglione 76aaf150fa Merge default.
--HG--
branch : groups
2011-02-07 01:09:33 -05:00
Kris Maglione 707af9e1fa Fix sanitizer initialization. Add tests. 2011-02-06 20:00:57 -05:00
Kris Maglione 4d9c196b6c Fix lost keys when opening command line for the first time. Fix cleanup issue. 2011-02-06 13:50:00 -05:00
Kris Maglione 78e8c3c20e Fix lost keys when opening command line for the first time. Fix cleanup issue.
--HG--
branch : groups
2011-02-06 13:50:00 -05:00
Kris Maglione 1af39e6424 Import minor changes from groups branch. 2011-02-05 03:11:21 -05:00
Kris Maglione 9b3ad1c7c6 imported patch groups
--HG--
branch : groups
2011-02-05 03:02:36 -05:00
Kris Maglione b89ef65a59 Ditch some dump()s. 2011-02-03 10:34:40 -05:00
Kris Maglione b2358eb152 Fix some more unfortunate bugs. Yay tests. 2011-02-03 10:20:17 -05:00
Kris Maglione d48dcd8723 Another attempt at revision 8613b76cff40. 2011-02-03 09:48:10 -05:00
Kris Maglione e470de350c Revert last revision. 2011-02-03 09:06:52 -05:00
Kris Maglione 4a09c97eb1 More lazy instantiation. Look out for breakage. 2011-02-03 09:04:23 -05:00
Kris Maglione f3e510837d Manually run Ex completers rather than pushing them through the
command line machinery. It's orders of magnitude faster, on the one
hand, but also runs the display machinery for all results, which may
catch more errors. Errors in the command line completion machinery
should be tested elsewhere.

Fix some sidebar test bugs.

Move dactyl.js and utils.js files out of sandboxes and into modules
so we can pass XML objects in and out of them.

--HG--
rename : common/tests/functional/dactyl.js => common/tests/functional/dactyl.jsm
rename : common/tests/functional/utils.js => common/tests/functional/utils.jsm
2011-02-02 22:01:49 -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 e38f408b5d Ignore non-enumerable properties in set.has. 2011-02-01 19:19:29 +11:00
Kris Maglione dab394de78 Bang on tests a bit more. 2011-02-01 00:29:21 -05:00
Kris Maglione 199604041b Add a half slew of generic command execution/completion/code coverage tests. Add unhandled exception checking to tests. Fix some detected merge artifacts. 2011-01-28 21:59:48 -05:00
Kris Maglione 5cba6cbc77 Fix :dia completion. 2011-01-28 10:10:10 -05:00
Kris Maglione 218562e21b Fix tab number updates in FF36. Closes issue 300. 2011-01-26 16:22:29 -05:00
Kris Maglione a6fe97b787 Define Object.defineProperties in FF36. 2011-01-26 13:32:53 -05:00
Kris Maglione 0a7f399bf7 Use table tags in :addons and :downloads to better support :yank. 2011-01-26 03:36:34 -05:00
Kris Maglione 9ad1cbef58 Merge default.
--HG--
branch : key-processing
2011-01-25 16:20:22 -05:00
Kris Maglione 26fe2c3e27 Fix config.version on FF36. Closes issue #306. 2011-01-25 15:38:25 -05:00
Kris Maglione e0e2e805f7 Add filtering to :addons and :downloads. Add -type flag to :addons.
--HG--
branch : key-processing
2011-01-24 05:05:57 -05:00
Kris Maglione b3d91db6b4 Fix some hinting bugs.
--HG--
branch : key-processing
2011-01-24 02:37:14 -05:00