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

207 Commits

Author SHA1 Message Date
Kris Maglione 98bb3efa2e Fix another DTD error.
--HG--
extra : rebase_source : 9ec78ca243151eb1a5426e29d2883f908a4a99fa
2011-08-10 10:07:05 -04:00
Kris Maglione f58f70fd98 Allow asynchronous io.system() calls. Fix :help intro. 2011-08-10 00:00:39 -04:00
Kris Maglione 6debfa4132 Make 'doc' available to group initializer. 2011-08-08 12:19:01 -04:00
Kris Maglione 3aa12ba117 Initial work towards making <C-o> and <C-i> more Vim-like. 2011-08-07 18:56:38 -04:00
Kris Maglione c01a9a72b0 Added tag pentadactyl-1.0b7.1 for changeset 5dd2b03a5cec 2011-08-04 08:48:27 -04:00
Kris Maglione 7243a2f97e Release Pentadactyl 1.0b7.1 2011-08-04 08:48:22 -04:00
Kris Maglione 89c05c799d Added tag pentadactyl-1.0b7 for changeset 2281deb4c132 2011-08-03 17:57:12 -04:00
Kris Maglione 1d298bf561 Release Pentadactyl 1.0b7 2011-08-03 17:57:00 -04:00
Kris Maglione 377ef1332a Cleanup changed preferences on disable. 2011-08-02 10:46:06 -04:00
Kris Maglione a0de5d9e24 Save option restore data until add-on is disabled. Cleanup preferences on uninstall. 2011-07-29 05:29:06 -04:00
Štěpán Němec cc03bfadf8 Use [foo] instead of foo[] consistently in source doc type annotations. 2011-07-22 12:33:36 +02:00
Kris Maglione 389c61adbd Hmm... 2011-07-16 18:54:40 -04:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Štěpán Němec 0add26f61a Fix some typos. 2011-07-06 16:19:33 +02:00
Doug Kearns 07bd83d7e4 Add some documentation for Abbreviation.
--HG--
extra : rebase_source : cdc495381db878c2e7bef2a817e40c2d2a196075
2011-06-29 19:13:59 +10:00
Doug Kearns 3763e44e3b Add missing semicolons.
--HG--
extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
2011-06-16 01:10:06 +10:00
Kris Maglione 3cc9ce2f8c Fix mode name generated for longer names in mapping serialization. Closes issue #565.
--HG--
extra : rebase_source : 115073fae6cf2a15692cac72df976e1eacf5298e
2011-06-11 13:45:30 -04:00
Kris Maglione 8459d93e0b Add array indexing to macro-string processing. Checkin Minefield crash workaround that was supposed to have been checked in yesterday. 2011-05-27 19:48:30 -04:00
Kris Maglione 7115948106 More polyglotization. 2011-04-29 14:28:02 -04:00
Kris Maglione 2b30df839f Work around stupid error in Minefield. 2011-04-14 23:03:11 -04:00
Kris Maglione 909d89c5a6 Fix 'passkeys' on Minefield. 2011-04-07 13:29:54 -04:00
Doug Kearns 8ef77adb1c Whitespace fixes. 2011-04-04 22:10:28 +10:00
Kris Maglione 477b1139fc Add missing services.tld. 2011-03-31 18:44:18 -04:00
Kris Maglione 1360c6d690 Fix possible crash when RC file can't be located. Closes issue #448. 2011-03-16 00:00:05 -04:00
Kris Maglione afbe703985 Make userContext a proper Context. 2011-03-15 18:22:44 -04:00
Kris Maglione fc410045b4 Fix 'activate'. 2011-03-14 19:55:17 -04:00
Kris Maglione 4cfdba9223 Localitize deprecation warnings. 2011-03-14 19:22:43 -04:00
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