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

1056 Commits

Author SHA1 Message Date
Kris Maglione 26ea6fb190 Show link target with ;;. 2011-12-21 22:13:26 -05:00
Kris Maglione 71048f0970 Added tag pentadactyl-1.0rc1 for changeset 91d4f03a135e 2011-12-20 00:38:15 -05:00
Kris Maglione 86ccda470d Relase Pentadactyl 1.0rc1. 2011-12-20 00:38:08 -05:00
Kris Maglione 482c072068 Only include active downloads in :downloads totals. Closes issue #726. 2011-12-05 17:17:59 -05:00
Kris Maglione 0b03a64e70 Closes issue #722. 2011-12-05 17:05:43 -05:00
Kris Maglione 5eff71ec5a Fix some key processing glitchiness. Closes issue #730. 2011-12-05 16:55:42 -05:00
Kris Maglione 7a1ffa5b55 Strip utm_* crud from URLs on yank. 2011-12-04 12:07:13 -05:00
Kris Maglione e9b287c83c Fix useragent.js bug. 2011-12-01 14:29:53 -05:00
Kris Maglione 81271ab4ef Closes issue #729. 2011-11-28 08:46:07 -05:00
Kris Maglione ecbc13e575 Kill strict mode for the moment. 2011-11-27 11:44:19 -05:00
Kris Maglione 2ac04ff220 Fix some rangefind bugginess. 2011-11-25 10:22:44 -05:00
Kris Maglione 7d939adf11 Add 'yankshort' option. 2011-11-25 09:52:33 -05:00
Štěpán Němec 900eb1d0b0 Revert the d4c21ee2e4a4 change. The behaviour turns out to be Vim-compatible. 2011-11-14 13:32:15 +01:00
Štěpán Němec 15fa73ca71 util.httpGet: Document the `quiet' parameter. 2011-11-14 12:53:09 +01:00
Štěpán Němec 5fcd2a4d32 Fix <C-d> and <C-u> permanently setting the 'scroll' option.
The behaviour was undocumented and undesirable, as there was no way to reset
the option by supplying a 0 argument to the commands.
2011-11-14 12:52:08 +01:00
Štěpán Němec ac7c2b88e1 Rename <yank-word> to <yank-selection>. That's what it's really used for. 2011-11-14 12:44:33 +01:00
Kris Maglione 4c402205bb Fix 'popups' safeSet message. 2011-11-05 10:45:14 -04:00
Kris Maglione 7b38c4a434 Grr. 2011-11-05 00:05:44 -04:00
Kris Maglione 11deba65e9 Yank short URL with 'y' if provided. 2011-10-27 01:09:13 -04:00
Kris Maglione e50726ae01 Fix visual bell completion list sizing thing. 2011-10-26 01:10:12 -04:00
Kris Maglione ee5f1a251c Assertions yay. 2011-10-25 18:06:14 -04:00
Kris Maglione dcad48c23b Alias ? to <S-Slash>. Closes issue #654. 2011-10-25 17:14:37 -04:00
Kris Maglione 9886875927 Don't walk through dot-directories when loading plugins. Grr. 2011-10-24 11:21:06 -04:00
Kris Maglione 6ef8867d16 Closes issue #699. 2011-10-23 23:41:40 -04:00
Kris Maglione 854eda4690 Closes issue #698. 2011-10-23 23:16:19 -04:00
Kris Maglione 933f490817 More comprehensive :jumps. 2011-10-20 06:04:10 -04:00
Kris Maglione 419d9b61f8 Simplifyification. 2011-10-19 22:45:55 -04:00
Kris Maglione e43d81730e Serialize :hi -link. 2011-10-19 22:38:35 -04:00
Kris Maglione be3218dcfb nsITimer is bloody insane. 2011-10-19 07:16:15 -04:00
Kris Maglione e75de734ed RangeFind highlight cleanup stuff and stuff. 2011-10-17 21:11:55 -04:00
Kris Maglione 3ef14e8c3c Better DOM#is(). Yay. 2011-10-16 15:06:37 -04:00
Kris Maglione 0029f7bd16 Fallback to useable clipboard on Windows. Closes issue #690. 2011-10-13 15:39:18 -04:00
Kris Maglione cd06d2454f Zoom value constraints are silly. 2011-10-10 13:38:38 -04:00
Kris Maglione f63a4a31f1 Workaround for whiny pansies with old saved zoom settings who are too lazy to update them. 2011-10-10 13:07:32 -04:00
Kris Maglione f53aa2cbed Fix smooth scrolling issue. 2011-10-10 12:46:56 -04:00
Kris Maglione 798f26c746 Hint processing mapping state magic stuff. 2011-10-10 02:48:05 -04:00
Kris Maglione 400ec6244b Register and selection magic. 2011-10-09 23:52:00 -04:00
Kris Maglione d444435600 Zoom stuff. 2011-10-09 20:49:34 -04:00
Kris Maglione 40d9642cc3 Text zoom level rememberization magic. 2011-10-09 20:01:19 -04:00
Kris Maglione 06135d97db Fix marks offset issue. 2011-10-09 19:10:51 -04:00
Kris Maglione 449ff06fde Fix typo. 2011-10-09 12:02:17 -04:00
Kris Maglione cd9605af3b Enable v_y in caret mode. Closes issue #685. 2011-10-09 05:34:18 -04:00
Kris Maglione 0307817e4d Don't commafy charlist options in :set output. 2011-10-08 04:36:14 -04:00
Kris Maglione be52494f4f Show function prototype in :js completion even when waiting on key press. 2011-10-07 08:31:36 -04:00
Kris Maglione f62cc127cd Add -group flag to :tabattach. 2011-10-07 07:22:36 -04:00
Kris Maglione 3126683b46 Fix issue with crufty old mapping aliases. 2011-10-07 07:07:49 -04:00
Kris Maglione 40a23fc7cd Closes issue #449. 2011-10-07 03:17:52 -04:00
Kris Maglione bf4a5940d9 Update more legacy completion handling code. Make :feedkeys :foo<Tab> work as expected with asynchronous results. Add docs. 2011-10-07 01:58:53 -04:00
Kris Maglione 40104c2b8b macros ≡ macros. 2011-10-06 08:56:13 -04:00
Kris Maglione 0cf53f8181 XUL cache prevents DOMContentLoaded. Grr. Closes issue #649. 2011-10-06 07:22:39 -04:00