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

1149 Commits

Author SHA1 Message Date
Kris Maglione b261b4ba56 Muck up the source code with a hidden option to hide the bloody command shadow. 2009-10-11 03:13:23 -04:00
Kris Maglione 755079877e Fix occasional lag in updating tab count widget (thanks elitemx). Minor cleanup. 2009-10-11 02:38:33 -04:00
Kris Maglione cf08acaf69 Trigger plugin onUnload handlers at shutdown.
--HG--
extra : rebase_source : 4649d9517d990bbc1dc9efc7b73518bdaa5919ec
2009-10-10 23:43:06 -04:00
Doug Kearns ddcdca1e59 Fix count processing for Textarea mode commands. 2009-10-11 02:03:16 +11:00
Doug Kearns 42db245cac Fix events.js license header. 2009-10-11 01:53:23 +11:00
Doug Kearns 29de612097 Fix escaping from Textarea mode in input fields.
When escaping from Textarea mode in input fields, and also text areas if
'insertmode' is set, return to Insert mode.
2009-10-11 01:38:11 +11:00
Kris Maglione 5965ee588f Fix bug in f1273c08be5d. 2009-10-09 01:06:21 -04:00
Kris Maglione cf2fdf8300 Clean up funky stolen firefox code. 2009-10-09 00:53:32 -04:00
Kris Maglione 8b7b290e65 Don't report live bookmark items as bookmarked. 2009-10-09 00:17:57 -04:00
Kris Maglione e62d9f96a5 Minor cleanup. 2009-10-08 23:13:24 -04:00
Kris Maglione 9235500752 Fix some quirks in new scrolling code. 2009-10-08 15:39:48 -04:00
Kris Maglione ff8bd7467e Merve. 2009-10-08 17:20:12 -04:00
Kris Maglione 81c72d560e Backed out changeset 7b2d94f436ad 2009-10-08 17:19:53 -04:00
Kris Maglione 8292f6384c Fix mappings when mode.addMode used after initialization.
--HG--
extra : rebase_source : 03fcc73999f01ef1987cf22c0061fbcfebf0bc23
2009-10-08 15:40:18 -04:00
Kris Maglione 271e4fdfc1 Fix some quirks in new scrolling code.
--HG--
extra : rebase_source : 85c06e97ddd00cde296d595a99052428dacc15ca
2009-10-08 15:39:48 -04:00
Kris Maglione f374fc981a imported patch quick-cleanup 2009-10-06 20:19:15 -04:00
Kris Maglione f8bbd77356 Scroll any focused scrollable element rather than the entire window. Closes issue #61. 2009-10-06 20:19:12 -04:00
Doug Kearns 66e3c4c95c Work around failing getComputedStyle on Facebook.
getComputedStyle returns null for the channel_iframe document.
2009-10-05 18:38:25 +11:00
Doug Kearns 2d8c65a7b8 Normalise the browser.js header. 2009-10-03 17:00:18 +10:00
Doug Kearns e041219339 Whitespace fixes. 2009-10-03 16:58:45 +10:00
Kris Maglione e0ebc32489 Allow scripts to bulk-load new highlight groups, as in style.js; add Styles#loadCSS. 2009-10-02 19:46:57 -04:00
Kris Maglione ea90165a0f Minor copyright fixes. 2009-10-02 19:45:37 -04:00
Martin Stubenschrott 3910c0604b Move all files to a MIT license 2009-10-03 00:32:29 +02:00
Doug Kearns 2b5067dc83 Fix :!! message window command line string.
The ! should be expanded to the previous command string.
2009-10-03 01:37:21 +10:00
Doug Kearns 3e398fdbf3 Fix last commit. 2009-10-02 04:24:46 +10:00
Doug Kearns c033ea3fab Remove useless var from getContainerOffsets. 2009-10-02 00:41:49 +10:00
Doug Kearns 2a67d973d6 Fix hint positioning for pages with body { position: static }. 2009-10-01 17:17:04 +10:00
Doug Kearns f79c6e8dc1 Rename :tabreattach to :tabattach.
As Kris noted this may be better implemented as :tabmove -window.
2009-09-30 19:48:34 +10:00
Doug Kearns 422579f6e2 Fix input buffer related hint bugs.
Spurious "null"s in input fields and key event swallowing following f1<Return>
etc.
2009-09-30 15:41:49 +10:00
Doug Kearns 4a0e9bfd84 Add :tabreattach.
The name is not very convincing.
2009-09-28 17:49:24 +10:00
Doug Kearns e8ab304cbc Add some cheap documentation for QuickMarks. 2009-09-27 21:56:26 +10:00
Doug Kearns 41a1a4cda0 Use | rather than \ for the toggle view-source command.
\ conflicts with the default map-leader.

--HG--
extra : transplant_source : %83%DF%5D2%8FJ%7B%29X%EF%5B%09%AB%84ON%D7%0CEz
2009-09-27 02:06:39 +10:00
Doug Kearns 688b529fdc Use Ex command completion for the second arg of :command.
--HG--
extra : transplant_source : %A2%158%CF%98%7F%16%B4iz%22%12_%A0%B85%FD%DE%05%1C
2009-09-26 22:54:09 +10:00
Doug Kearns cd474c1d6a Call the Sanitize autocommand when clearing each private item.
--HG--
extra : transplant_source : a%AB%B2%02%28R%3EM%E5%AC%7C%CB%18%2A%AA9%FEbt%09
2009-09-25 20:59:58 +10:00
Doug Kearns 252e1965c0 Fix numeric option value validation for "".
Number("") => 0, Number("077") => 77, parseInt("008") => 0 etc.

--HG--
extra : transplant_source : %5B%A2%EC%06%BB%85A%C7%D3%B5%7E%B5%91f%9B1%8F%D3%3D%98
2009-09-25 19:36:10 +10:00
Doug Kearns 1dde7029df Add XTML2 support to the Buffer#evaluateXPath namespace resolver.
--HG--
extra : transplant_source : 2v%E9%27%09%0B%23%09%86%96%96h%40v%9B%3D%24%F2%AD%17
2009-09-25 16:00:48 +10:00
Doug Kearns 4daa9ace53 Add util.makeXPath for constructing XPath expressions.
--HG--
extra : transplant_source : G%A7_%1B%9B%7BN%9C%FF%14%A9g%BA%04%99%B3%8B%23%ED%F2
2009-09-25 15:57:20 +10:00
Kris Maglione adc201f445 Fix bookmarks.isBookmark yet again. Check manually, this time. 2009-09-26 20:16:13 -04:00
Kris Maglione 5a0a8dd223 Merge old head. 2009-09-26 16:55:40 -04:00
Kris Maglione fe8a96faf3 Replace my quirky license block with explicit MIT license. 2009-09-26 14:52:19 -04:00
Kris Maglione a0c023113c Remove spurious entry about 't' flag for 'complete' from NEWS.. 2009-09-25 17:32:07 -04:00
Martin Stubenschrott a74cc55f6d * Ask for permission when editing external password fields.
* Bump maxVersion to 3.6b1
2009-09-24 12:11:29 +02:00
Kris Maglione 4931f01353 Use options.allPrefs rather than nsIPrefBranch#getChildList 2009-09-23 01:09:11 -04:00
Kris Maglione b980157575 Migrage from liberator.saved. to extensions.liberator.saved. 2009-09-23 00:47:08 -04:00
Doug Kearns d46fe30d28 Use Option#parseValues in 'sanitizeitems' setter. 2009-09-23 04:22:49 +10:00
Kris Maglione ec5a78ff2e Add more helpful information to safeSetPref messages. 2009-09-22 14:12:08 -04:00
Kris Maglione 29ef2b1c26 WIP on master: d52fcb4 Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line. 2009-09-22 12:22:59 -04:00
Doug Kearns 7d5d9c5722 Fix 'pps' setter. 2009-09-23 01:00:28 +10:00
Kris Maglione 383d4b635a Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line. 2009-09-21 16:30:41 -04:00
Conrad Irwin b5be9418bb Merge branch 'master' of vimperator.org:/git/vimperator/liberator 2009-09-19 15:46:22 +01:00