Commit Graph
100 Commits
Author SHA1 Message Date
Kris Maglione 37057099f7 Don't use a popuppanel for the bell on Gecko<2 either. 2010-11-09 17:01:57 -05:00
Kris Maglione 75b5522073 Don't use a popuppanel for the visual bell if possible.
Update issue #125
This should no longer be a problem after tonight's nightly on
Firefox 4.
2010-11-09 16:47:01 -05:00
Kris Maglione ce679ddae0 Don't muck with search engine aliases unduly. 2010-11-09 16:26:39 -05:00
Kris Maglione da1d2457ec Fix brokenness on TM nightly. 2010-11-09 16:12:57 -05:00
Kris Maglione cc2dc276cd Fix focus problem on Windows. Closes issue \#130.
Update issue #120
Merge: 130
Status: Duplicate

--HG--
extra : rebase_source : 9785cf10ee35ce0a4937c477447197c4c10867ca
2010-11-09 08:22:33 -05:00
Kris Maglione f9d8872d57 Small cleanup and fix minor issue in my last commit.
--HG--
extra : rebase_source : c49be723ba102a937e5147c66d07f389729735f5
2010-11-08 06:47:46 -05:00
Kris Maglione f004a80d55 Work around stupid fucking crash on FF3.6. Closes issue \#127.
Update issue \#124
This is not fixed on Firefox <4.0, given that the correct fix causes
crashes.

--HG--
extra : rebase_source : 1cade319b1260cb1dc20330a338ce34104ffddff
2010-11-08 07:18:11 -05:00
Kris Maglione a3c423a609 Closes issue #126. 2010-11-07 15:32:00 -05:00
Kris Maglione 36e220fb9b Fix ;F on OS-X. 2010-11-07 11:51:57 -05:00
Kris Maglione 5c6a924f1e Take into account the possibility that the statusbar may have been hidden by strange means. Closes issue #123. 2010-11-07 10:30:54 -05:00
Kris Maglione ab81ed4cb4 Dispatch events from buffer.followLink as trusted events. Closes issue #124. 2010-11-07 10:17:22 -05:00
Kris Maglione 506c684073 Fix some Firefox version-specific brokenness. 2010-11-07 07:33:25 -05:00
Kris Maglione 21fe6d9fff Add some basic (but in some cases rather broken) completion to the ex namespace. 2010-11-06 13:47:14 -04:00
Kris Maglione 27252207b4 Added tag pentadactyl-1.0b3 for changeset ffa3aaf78822 2010-11-06 08:15:58 -04:00
Kris Maglione 35cb0f3c88 Release 1.0 βeta 3. 2010-11-06 08:15:50 -04:00
Kris Maglione f468e466f4 Fix :source *.css 2010-11-05 22:04:45 -04:00
Kris Maglione 571828f179 More 'passkeys' tweaks. 2010-11-05 19:42:44 -04:00
Kris Maglione 22610a10a9 Work around more Tracemonkey brokenness. 2010-11-05 15:03:50 -04:00
Kris Maglione 97589ce40b Handle sane shells on Windows somewhat better. 2010-11-05 13:36:30 -04:00
Kris Maglione 7815a85d7d Fix coloring of command line with go+=c. 2010-11-05 12:10:53 -04:00
Kris Maglione fde5c046a5 'passkeys' fixes and improvements. 2010-11-05 10:40:43 -04:00
Kris Maglione b196b98e9c Fix <C-i> 2010-11-05 09:21:03 -04:00
Kris Maglione 53925580db Added tag pentadactyl-1.0b3 for changeset 420fb2989887 2010-11-04 15:40:28 -04:00
Kris Maglione f6713b5978 Release 1.0 βeta 3. 2010-11-04 15:40:16 -04:00
Kris Maglione ffcc8c6916 Closes issue #121. Only an issue on Firefox 4b6. 2010-11-04 14:06:00 -04:00
Kris Maglione f89e548b12 Make 2dw do something sensible. 2010-11-04 13:02:07 -04:00
Kris Maglione 1ba66f6093 Add missing 'let'.
--HG--
extra : rebase_source : 42df33554d18feb86662bd5d8a940ca69e13a5aa
2010-11-04 10:47:19 -04:00
Kris Maglione 47f498a403 Some option listing fixes/improvements. 2010-11-04 10:08:49 -04:00
Kris Maglione f1b8e7ee7e Add 'passkeys' option. 2010-11-04 09:02:12 -04:00
Kris Maglione d89110813c Revert revision 3663eed1e459. 2010-11-04 08:36:00 -04:00
Kris Maglione 6932c87d48 Don't block the entire Firefox process during io.system.
--HG--
extra : rebase_source : 7e3889e5bf19cdd1726fdd5c3dcdb98f4f0374f5
2010-11-04 08:31:07 -04:00
Kris Maglione 24add5296b Use nsIDOMWindowUtils to fake key events rather than dispatch them manually.
--HG--
extra : rebase_source : cc84bb65cc911520c376c92b728aeee30fcd9d76
2010-11-03 03:49:44 -04:00
Kris Maglione 1caf0d1f45 Allow <Uxxxx> key names.
--HG--
extra : rebase_source : 659bc3b0faab56e52c584e514411fa7cacd8af77
2010-11-03 03:35:31 -04:00
Kris Maglione 02c7c71337 Add @tabindex and @role='button' to 'hinttags'. 2010-10-28 15:11:21 -04:00
Kris Maglione 62d4712212 Closes issue #120. 2010-10-28 06:38:44 -04:00
Kris Maglione ca2ee77905 More dactyl.generateHelp improvements. 2010-10-25 23:44:25 -04:00
Kris Maglione cbcd5e8749 Use a different hack to handle the escape key. 2010-10-24 23:04:11 -04:00
Kris Maglione dc38a2208c Do something remotely reasonable where designMode documents are concerned. Some fixes for evalInSandbox problems in recent nightlies. 2010-10-24 20:21:14 -04:00
Kris Maglione 6f95b33694 Don't collapse command-line selection on mode change. 2010-10-23 18:12:39 -04:00
Kris Maglione 1e941af1a6 Fix finder scrolling bug introduced by revision 267fb6b1319e. 2010-10-23 07:25:28 -04:00
Kris Maglione 8eb6ce36ab Fix hinting alt/title text for image links.
--HG--
extra : rebase_source : 4e739c68aa9fc2370e9601b1508a4299c3bf2bc4
2010-10-22 23:56:21 -04:00
Kris Maglione 9a3d312cb5 Fix :map -count, macro playback, and odd quirk in :map completion.
--HG--
extra : rebase_source : 4e51ba8c43810e65244e9870521c8dbbc51b0a9d
2010-10-22 04:44:00 -04:00
Kris Maglione f78a7174e3 Small change to Browser.climbUrlPath.
--HG--
extra : rebase_source : f9f68aff83c51c28812761306ad31cf8a9205d3a
2010-10-21 19:54:27 -04:00
Kris Maglione f3d194b00b Fix finder on view-source: pages on recent Gecko 2. 2010-10-21 16:16:14 -04:00
Kris Maglione acb635d825 Fix hint encoding on non-recent Gecko builds. Closes issue #110. 2010-10-21 06:19:07 -04:00
Kris Maglione af8098bac6 Show status of radio/checkbox elements in hint label. 2010-10-20 05:07:45 -04:00
Kris Maglione 88b491ca44 Ignore some errors on failed incrimental search on FF36. Closes issue #96. 2010-10-20 02:34:36 -04:00
Kris Maglione 093365f753 Fix FF36 colossally broken by last commit. 2010-10-20 02:31:35 -04:00
Kris Maglione 75689d11bf Insert window into the modules prototype chain again, for the time being. Closes issue #100. 2010-10-20 02:18:48 -04:00
Kris Maglione 4ce5925ace Fix :!foo completion (but not :! foo completion, which works fine). 2010-10-18 23:33:42 -04:00
Kris Maglione b34fe0b741 Work around new problems introduced by recent JägerMonkey changes. Closes issue #95. 2010-10-18 21:39:19 -04:00
Kris Maglione 11b096f3fd Deal with Vimperator issue 425. 2010-10-18 20:35:59 -04:00
Kris Maglione eccba65fd4 Add :if/:elseif to :help :bar. 2010-10-18 19:34:43 -04:00
Kris Maglione e6b7d94e43 Use modes.set in autocmd-examples rather than modes.push. 2010-10-18 16:52:32 -04:00
Kris Maglione 23a4bde382 Hopefully remove some :abbrev silliiodocy. 2010-10-18 00:07:19 -04:00
Kris Maglione 1e3ce10290 Deal with some duplicated code, plus some collateral optimization. 2010-10-17 22:43:30 -04:00
Kris Maglione e6b6d80b10 Implement (with an e) an experimental ‘ex’ namespace. 2010-10-17 20:00:57 -04:00
Kris Maglione a2f6b13a10 Add :command -javascript and CommandOption#default. 2010-10-17 19:33:39 -04:00
Kris Maglione 699b487ab2 Try harder not to count invisible elements in <count>gi. 2010-10-17 17:18:00 -04:00
Kris Maglione e8caf78170 Fix some doc bugs. 2010-10-16 23:13:37 -04:00
Kris Maglione 7120933e66 Fix a possibly freudian typo found by stepnem. 2010-10-16 22:29:16 -04:00
Kris Maglione ce089bf60f Add &tag.command-line; and &tag.status-line; entities. 2010-10-16 22:20:57 -04:00
Kris Maglione 11a98b31f7 Add :if/:elseif/:else/:endif contiditionals. Also add comment help tag.
--HG--
extra : rebase_source : 6b6e15157d2fae436aa812df2db94a36a5e7ce79
2010-10-16 22:09:56 -04:00
Kris Maglione 89950aa226 Fix serialization of commands with embedded new lines in their args but no heredoc support. 2010-10-16 19:16:47 -04:00
Kris Maglione c96375d7ee Fix some dactyl.userEval magic now that it works again. 2010-10-16 17:12:58 -04:00
Kris Maglione 64694a6327 Remove inane fourth argument from tabs.remove. 2010-10-16 15:55:14 -04:00
Kris Maglione 5ba4b84563 Hint mode: Don't be discouraged by a document's lack of a body. Closes issue #40.
--HG--
extra : rebase_source : dfdf9cf61af76aa84841ff181f42afcf318bce6d
2010-10-16 15:45:30 -04:00
Kris Maglione e38b856829 Fix double command output for things like :ls|ls 2010-10-15 20:31:20 -04:00
Kris Maglione b940a9db96 Use rendered HTML for gF/:w !foo/:w >>foo until someone inevitably complains. Closes issue #44. 2010-10-15 17:52:28 -04:00
Kris Maglione 4bbfa212bc Somewhat better Y and :yank copy behavior that should work as expected on OS-X. 2010-10-15 16:13:45 -04:00
Kris Maglione c6c8b1e7ae Fix a typo in sanitizer.jsm. 2010-10-15 14:19:38 -04:00
Kris Maglione c683abc281 Fix a bug in replacing user commands. Closes issue #88.
--HG--
extra : rebase_source : 3d5045b548a81ec70e43ab1e3d006a975f95b974
2010-10-15 14:10:06 -04:00
Kris Maglione 9e10404daf Add forgotten NEWS entry. 2010-10-15 00:49:47 -04:00
Kris Maglione a3799d3d05 Import (and augment) my cookies plugin per Doug's suggestion, and improve dactyl.generateHelp (and :yank). 2010-10-15 00:30:03 -04:00
Kris Maglione bea1c20858 Better :yank formatting. 2010-10-14 22:06:17 -04:00
Kris Maglione 7853331e7c Fix focus bug by removing a fix for other focus bugs.
--HG--
extra : rebase_source : c820f43ee5099802f6b40797aa9960d16e929c44
2010-10-14 22:05:58 -04:00
Kris Maglione 2a995fd232 Stop flashing when the completion list opens. 2010-10-14 20:04:32 -04:00
Kris Maglione ae485fc35d "Yanked {n} line(s)" 2010-10-14 19:37:10 -04:00
Kris Maglione e44b0f60d4 Don't run the sanitizer at shutdown unasked. 2010-10-14 18:31:59 -04:00
Kris Maglione 9f9021e68e Add :yank command. 2010-10-14 18:31:12 -04:00
Kris Maglione 6cd4f05790 Fix typos from revision b17138943fa6. 2010-10-14 18:01:11 -04:00
Kris Maglione b0eb3230ab Remove debugging statements from last commit. 2010-10-14 17:35:37 -04:00
Kris Maglione abf234ee0b Impliment more focus change hacks until my next patch is finished. 2010-10-14 17:32:00 -04:00
Kris Maglione e40b0c95ad Remove onKeyUpOrDown handler, which doesn't explain its purpose well enough to survive. Fixes issue #76. 2010-10-14 15:53:01 -04:00
Kris Maglione d7fb8637d7 Fix File on non-Minefield builds. 2010-10-14 14:48:01 -04:00
Kris Maglione 2a7847a0b2 Fix typo. 2010-10-14 14:14:12 -04:00
Kris Maglione c6c86fa858 Fix some more stupid bugs in newer JägerMonkey. 2010-10-14 14:08:12 -04:00
Kris Maglione e925a7db01 Fix some stupid bugs in newer JägerMonkey. Closes issue #86. 2010-10-14 13:58:18 -04:00
Kris Maglione fbb70c7093 Set continue=false before hiding hints. Closes issue #85. 2010-10-14 13:36:56 -04:00
Kris Maglione eee5f6e71b Fix small bug. 2010-10-14 13:26:12 -04:00
Kris Maglione 7315aac513 Fix formatting of :help 'activate' default value. 2010-10-14 13:12:48 -04:00
Kris Maglione a09f6321e7 Wrap long option values in :set output. Closes issue #84.
--HG--
extra : rebase_source : b6346cff93828af6c22b19bbd65ac5cf20b7e72d
2010-10-14 13:06:35 -04:00
Kris Maglione 450a24340e Remove debugging statement from fix_symlinks script.
--HG--
extra : rebase_source : f6cb42e166a22df92f0be58795aa58d80b4eb34d
2010-10-14 12:07:09 -04:00
Kris Maglione cd60cf81f6 Don't show the "all" item in the sanitize dialog. 2010-10-14 04:18:00 -04:00
Kris Maglione 3f42eee0db Fix Addon#userDisabled setter on FF36. Closes issue #82. 2010-10-14 03:34:09 -04:00
Kris Maglione a703d0a3bf Integrate sanitizer with host UI, sanitize at shutdown support, and control which items are sanitized when more thoroughly. Closes issue #70. 2010-10-14 03:29:56 -04:00
Kris Maglione 9e42f55fa1 Fix possible infinite loop. 2010-10-13 16:51:29 -04:00
Kris Maglione 16b3657042 Fix option serialization again. 2010-10-13 16:39:47 -04:00
Kris Maglione b8a2d4d3f2 Fix option serialization. 2010-10-13 16:30:34 -04:00
Kris Maglione 7aa5bb3c64 Show a sensible error message when :extupdate is not available. Closes issue #79.
--HG--
extra : rebase_source : 912736e0c9146a6eca72285c21db3a195ed94f3a
2010-10-12 23:35:08 -04:00