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

194 Commits

Author SHA1 Message Date
Kris Maglione 5a519b2f9c Fix closing menus on <Esc> broken in revision bf712a2498ed. 2011-02-19 07:52:01 -05:00
Kris Maglione caaef0214b Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate seeing -- EX -- in the status line. 2011-02-19 04:06:42 -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 ce23dd079d Fix key event stringification letter-case issue for non-keypress events. Closes issue #258. 2011-02-18 20:59:16 -05:00
Kris Maglione 7b1c40cf5f Add AUTOCOMPLETE mode. 2011-02-17 10:11:04 -05:00
Kris Maglione c5da372a3f Properly blur the command line when leaving command line mode. Closes issue #285. 2011-02-17 09:52:05 -05:00
Kris Maglione 928572fa0d Minor key processing tweaks. 2011-02-15 19:51:26 -05:00
Kris Maglione b33d753b69 Fix typos. Closes issue #381. 2011-02-14 21:47:30 -05:00
Kris Maglione a42d29385a Fix "Edit Element Style", "New Attribute", etc. in Firebug. 2011-02-14 14:30:26 -05:00
Kris Maglione 69c9a9e485 Fix "Edit Element Style", "New Attribute", etc. in Firebug. 2011-02-14 14:00:47 -05:00
Kris Maglione 89020be0ee Fix a race.
--HG--
branch : groups
2011-02-10 16:23:38 -05:00
Kris Maglione ee03cbd2ce Fix some bugs.
--HG--
branch : groups
2011-02-07 18:34:48 -05:00
Kris Maglione 68b42e466e Unhide COMMAND mode.
--HG--
branch : groups
2011-02-07 13:22:24 -05:00
Kris Maglione a830bdd60d Skip setting elem.dactylKeyPress in passthrough-type modes. Closes issue #341. 2011-02-03 14:17:21 -05:00
Kris Maglione 4116196a69 Hopefully fix load order bug. 2011-02-03 12:44:45 -05:00
Doug Kearns 37d62cdeba Run stylebot -- semicolons. 2011-02-01 01:06:49 +11:00
Kris Maglione ff0b1be13d Get rid of stale dump statements.
--HG--
branch : key-processing
2011-01-26 23:46:17 -05:00
Kris Maglione 00a2b7116d Kludgily make it possible to use Text Edit mode from Command Line mode.
--HG--
branch : key-processing
2011-01-26 23:13:13 -05:00
Kris Maglione 554c8cd18a INPUT_MULTILINE ⊄ COMMAND_LINE.
--HG--
branch : key-processing
2011-01-26 22:45:21 -05:00
Kris Maglione f44ba86101 Fix remapping <C-v>. Closes issue #297.
--HG--
branch : key-processing
2011-01-26 17:02:47 -05:00
Kris Maglione c284e1ced8 First work towards cleaning up the commandline.js rat's nest. Don't expect any of these new interfaces to stay remotely as they are.
--HG--
branch : key-processing
2011-01-26 01:24:54 -05:00
Kris Maglione 9786171520 Get rid of horrible coalesced event handlers in commandline.js.
--HG--
branch : key-processing
2011-01-24 12:50:08 -05:00
Kris Maglione 3fd86c2ca4 Make MENU mode a "main" mode.
--HG--
branch : key-processing
2011-01-24 06:57:39 -05:00
Kris Maglione fb7d6c9809 Update copyright headers. 2011-01-23 23:34:24 -05:00
Kris Maglione 5dc0dfd953 Merge changes from key-processing branch. 2011-01-23 20:34:06 -05:00
Kris Maglione d71320aa09 Don't force help initialization until we see something that looks like a help link. Other small interface changes. 2011-01-21 05:27:15 -05:00
Kris Maglione e9c55b1c27 Get rid of spurious <Esc> mappings. 2011-01-20 01:07:29 -05:00
Kris Maglione 8142d837c1 Fix hint key processing. 2011-01-19 23:09:29 -05:00
Kris Maglione 95eb8aaf93 Make <Esc> a normal mapping rather than a grotesque hack. 2011-01-19 20:30:54 -05:00
Kris Maglione a8a840afc2 Move fallthrough handler proccessing until after all normal key handling. Make MOW mode a COMMAND mode. Move most input processing into INPUT mode. Fixes unnecessary closing of the MOW on :. 2011-01-19 20:20:54 -05:00
Kris Maglione 9546a7adb6 Key processing cleanup and bug fixes. 2011-01-19 00:35:53 -05:00
Kris Maglione 35f7fb4aa0 Fix typing numbers in input modes. 2011-01-18 20:13:24 -05:00
Kris Maglione 7a438bacef Fix mapping : in insert modes. 2011-01-18 19:56:10 -05:00
Kris Maglione 4797720df9 Fix typo. 2011-01-18 19:17:41 -05:00
Kris Maglione 551f777c22 Add preliminary mode inheritance and BASE/INSERT modes. 2011-01-18 18:37:38 -05:00
Kris Maglione b836cc8110 Prevent infinite loops when trying to execute mappings recursively. 2011-01-18 18:09:28 -05:00
Kris Maglione ed696fe5c4 Add an experimental prototype download manager replacement. Fix some bugs.
--HG--
extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
2011-01-16 22:38:44 -05:00
Kris Maglione 7d178cfb34 Add file input editing history. 2011-01-15 19:17:24 -05:00
Kris Maglione 37b536c637 Don't regenerate hints after following unique filtered hint, please. 2011-01-11 20:58:40 -05:00
Kris Maglione d8bb3f4b32 Add input:true to modes.MENU, just for the hell of it. 2011-01-01 03:21:30 -05:00
Kris Maglione b3ef9eeee4 Release 1.0 βeta 4.2. 2010-12-31 17:47:30 -05:00
Kris Maglione 3c80d33c67 Fix <C-v> in PASS THROUGH mode. Closes issue #223. 2010-12-31 17:19:40 -05:00
Kris Maglione 8a26e3ca0e Fix entering digits in prompt mode. Release Pentadactyl 1.0 βeta 4. 2010-12-30 23:26:28 -05:00
Kris Maglione 2a218c2785 Release 1.0 βeta 4. 2010-12-30 22:59:12 -05:00
Kris Maglione eb59a48d77 Fix FF36. 2010-12-30 21:38:38 -05:00
Kris Maglione 85947d4645 Add some more error handling code during the bootstrapping process. 2010-12-30 20:20:57 -05:00
Kris Maglione 2cb3135220 Add descriptions for mappable modes. 2010-12-30 17:59:57 -05:00
Kris Maglione f3903dc3d2 Remove relict SEARCH_* modes. Hide unmappable QUOTE/PASS THROUGH/LINE modes. 2010-12-30 17:13:33 -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