Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 63e0ef561d Clear both sides of the logo of floating boxes in the help pages. 2009-10-05 21:43:38 +11: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 f2b624b812 Rename iGirl image to about_background.png.
--HG--
rename : vimperator/content/about_background.jpg => vimperator/content/about_background.png
2009-10-03 18:54:22 +10:00
Doug Kearns 4bec31eb30 Update Vim syntax highlighter for Vimperator. 2009-10-03 17:22:32 +10: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
Doug Kearns d0e1f3a2c2 Rename :only to :winonly. 2009-10-03 14:52:49 +10: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 3c1ad3089e Add :only. 2009-10-03 01:13:21 +10:00
Doug Kearns 2788afdb25 Document the status line. 2009-10-03 00:16:45 +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 748eb68167 Fix typo. 2009-09-28 20:32:52 +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 d24adb5f35 Fix the version string in the About:Vimperator page.
--HG--
extra : transplant_source : %F2%DA%8C%7E%EDrq%84%94%049H%27%82%99%95h%7B%BD%16
2009-09-25 18:02:12 +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
Doug Kearns d46fe30d28 Use Option#parseValues in 'sanitizeitems' setter. 2009-09-23 04:22:49 +10:00
Doug Kearns 7d5d9c5722 Fix 'pps' setter. 2009-09-23 01:00:28 +10:00
Doug Kearns 5a5e12eb1c Use the default 'hinttags' value when finding "]]" links. 2009-09-20 00:21:15 +10:00
Doug Kearns 990645c397 Add Enabled and Disabled highlight groups.
Currently only used in the :extensions output.
2009-09-17 15:56:54 +10:00
Doug Kearns 95998afae1 Update :help 'private' to mention macros, marks and command-line history. 2009-09-17 15:40:29 +10:00
Doug Kearns 898a5dd965 Fix sanitizing range for non-liberator items. 2009-09-16 21:28:06 +10:00
Doug Kearns b352a26a49 Make macros and marks sanitizeable. 2009-09-16 12:47:55 +10:00
Doug Kearns 6b7108ba9c Display an error when calling :tabdetach on the only tab in a window. 2009-09-16 12:47:54 +10:00
Doug Kearns e1abaf5d9a Fix typo in i_<Insert> definition. 2009-09-16 12:47:49 +10:00
Doug Kearns a1f5c910ae Add a short option for :sanitize -timespan. 2009-09-16 12:47:47 +10:00
Doug Kearns dbc99ad956 Revert "Move util.Array to modules.Array_."
This reverts commit d6cdda48a18c9fa05365b50046470fec9935fd3c.

Array_ method chaining needs fixing.
2009-09-15 13:20:06 +10:00
Doug Kearns 66f86d2da4 Don't mark quickmarks as private data.
Quickmarks are essentially bookmarks and Firefox doesn't consider these
private data.
2009-09-15 13:20:04 +10:00
Doug Kearns 2ea5eda553 Remove silly type checking from io.{read,write}File. 2009-09-14 15:41:58 +10:00
Doug Kearns 9ec2a359e7 Add :keepalt. 2009-09-14 15:21:52 +10:00
Doug Kearns ae66253b18 Update Xulmus TODO. 2009-09-14 15:21:51 +10:00
Doug Kearns dfc4864fd0 Improve :help options.html formatting. 2009-09-14 15:21:50 +10:00
Doug Kearns 7c66dc2b17 Move util.Array to modules.Array_. 2009-09-14 15:19:56 +10:00
Doug Kearns ddfb66e3d8 Vimify "Unknown option" error message. 2009-09-12 23:49:26 +10:00
Doug Kearns 35dd75b897 Add borncrusader to AUTHORS. 2009-09-12 21:32:06 +10:00
Doug Kearns 444e016428 Use the proper block macros for heading and section in version.html. 2009-09-09 16:22:11 +10:00
Doug Kearns e38e9f2d1a Bump required Firefox version to 3.5. 2009-09-09 01:47:02 +10:00
Doug Kearns 666db5122a Add 'hin' to Vim syntax highlighter. 2009-09-09 01:47:00 +10:00
Doug Kearns a11ef35509 Update Vimperator syntax highlighter for Vim. 2009-09-07 18:02:58 +10:00
Doug Kearns 1eacb77f53 Reset the mode when an embedded object loses focus. 2009-09-06 20:52:32 +10:00
Doug Kearns 86fe0d2d1e Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f.
The first hint was always being selected.
2009-09-06 03:25:32 +10:00
Doug Kearns 2d40fb6e28 Respect -timespan when sanitizing command-line history. 2009-09-06 03:20:57 +10:00
Doug Kearns b750bb7ba1 Document the removal of :open command-line history entries when sanitizing. 2009-09-04 23:25:56 +10:00
Doug Kearns 2b7e4dcb67 Remove redundant semicolons. 2009-09-04 21:58:43 +10:00
Doug Kearns 339592c4a2 Fix 'encoding' names.
Options require literal names.
2009-09-04 20:21:51 +10:00
Doug Kearns 0aa4d28ac5 Fix inputting of numbers in INSERT mode.
This is a quick fix, I haven't digested the relevant commit yet.
2009-09-04 20:20:03 +10:00
Doug Kearns cd52ef6ad3 Fix parsing of Ex commands run with leading whitespace. 2009-09-04 12:31:48 +10:00
Doug Kearns 11b54186d5 Add :sanitize, 'sanitizetimespan' and 'sanitizeitems'. 2009-09-04 12:30:27 +10:00
Doug Kearns 75f2481523 Fix :ext* help descriptions in index.html. 2009-09-04 12:30:26 +10:00
Doug Kearns 0650e55fbc Formatting fixes. 2009-09-04 12:30:25 +10:00
Doug Kearns 2df0e8ee49 Use extensions.liberator.saved. branch for safe-set preference values. 2009-09-04 12:30:24 +10:00
Doug Kearns 3474036fad Add Options#remove. 2009-09-04 12:30:23 +10:00
Doug Kearns 53a6d8c6ef Fix completion.highlightGroup to only show highlight groups. 2009-08-28 02:48:13 +10:00
Doug Kearns aad5eac202 Fix set-from location information for a :verbose :set vbs? query. 2009-08-28 02:48:11 +10:00
Doug Kearns cf4bdb2969 Fix help file validation errors. 2009-08-27 14:46:40 +10:00
Doug Kearns 130ea15a4c Remove :pclose from Vim syntax highlighters. 2009-08-27 14:46:39 +10:00
Doug Kearns 256b55461c Formatting fix. 2009-08-27 14:46:38 +10:00
Doug Kearns 1a3394d1a0 Fix :doautoall. 2009-08-27 14:46:37 +10:00
Doug Kearns b6a898a5fa Formatting fixes. 2009-08-27 14:46:37 +10:00
Doug Kearns bc1163c0c7 Remove some invalid comments. 2009-08-27 14:46:36 +10:00
Doug Kearns bf240bc2b0 Make config.styleableChrome an array. 2009-08-27 14:46:35 +10:00
Doug Kearns 2952c91c74 Remove unneccesary return statements from commandline.onEvent. 2009-08-27 14:46:34 +10:00
Doug Kearns 94b6cbe5a2 Refactor commandline.command. 2009-08-27 14:46:33 +10:00
Doug Kearns 97236c4839 Remove some commented-out code from Events. 2009-08-27 14:46:32 +10:00
Doug Kearns 35574698d3 Improve the error message when a custom command completer is undefined. 2009-08-27 14:46:31 +10:00
Doug Kearns c958616337 Formatting fixes. 2009-08-27 14:46:30 +10:00
Doug Kearns 5f6405be03 Add support for verbose :set querying of options.
Querying of commands, autocommands, mappings, abbreviations, highlight
groups, and styles should also be supported.
2009-08-27 14:46:29 +10:00
Doug Kearns c56a1ed77b Fix typo in liberator.commandlineOptions definition. 2009-08-27 14:46:28 +10:00
Doug Kearns 08ecc21277 Remove some commented-out code from :unlet action. 2009-08-27 14:46:27 +10:00
Doug Kearns e159a0d07d Add :verbose. 2009-08-27 14:46:26 +10:00
Doug Kearns a4a204a8fe Miscellaneous help fixes. 2009-08-27 14:46:25 +10:00
Doug Kearns 19ddc6aebe Fix a help link in |getting-help| text. (stepnem) 2009-08-23 00:05:54 +10:00
Doug Kearns bc4825c5e7 Mention extended hint commands in :help :bmarks. (stepnem) 2009-08-23 00:05:53 +10:00
Doug Kearns 8eea6951af Document the more-prompt mappings. 2009-08-23 00:05:18 +10:00
Doug Kearns a60f744b7a Fix #333 (Incremental search: /<CR> doesn't work; but n/N does). 2009-08-21 23:57:42 +10:00
Doug Kearns 07b2795a08 Add a reference to the *.typeaheadfind.autostart bug. 2009-08-21 23:57:41 +10:00
Doug Kearns 7e7e68e1eb Formatting fixes. 2009-08-21 23:57:40 +10:00
Doug Kearns 9909a85757 Don't change the command line when running :tab, :time, and :silent. 2009-08-21 23:57:39 +10:00
Doug Kearns b0f4af5e55 Rename -liberator command-line option to -[config-name]. 2009-08-21 23:57:38 +10:00
Doug Kearns cc187d8372 Allow multiple +c and ++cmd command line options. 2009-08-21 23:57:37 +10:00
Doug Kearns e10bde5c0f Fix rendering of multiple FORCE_MULTILINE :echo commands. 2009-08-21 23:57:35 +10:00
Doug Kearns 5b595b013b Fix #334 (mkv! writes (v|n)noremap to vimperatorrc). 2009-08-16 01:45:15 +10:00
Doug Kearns 83808b2a13 Fix mode indicators in :map output. 2009-08-16 01:44:20 +10:00
Doug Kearns 11f6f460ff Add |w| tag to :winopen help. 2009-08-16 01:35:05 +10:00
Doug Kearns 0cab11f017 Add a description to :command -nargs completion. 2009-08-16 01:35:04 +10:00
Doug Kearns 662bf53d5f Normalise fooID => fooId. 2009-08-16 01:35:03 +10:00
Doug Kearns f9436047b1 Some miscellaneous help fixes. 2009-08-16 01:35:02 +10:00
Doug Kearns fbba9bd5f2 Mention the 'messages' option in :help message-history. 2009-08-16 01:34:59 +10:00
Doug Kearns e842bf8cc9 Add :window to run a command in a new window.
Works like :tab.
2009-08-10 21:56:23 +10:00
Doug Kearns ccb7f5cb77 Remove "windows" from the Xulmus features list.
Songbird doesn't support multiple windows.
2009-08-10 21:44:19 +10:00
Doug Kearns eca673911e Fix #335 (Escape quotes in page title when adding bookmarks with 'a' command). 2009-08-10 13:56:10 +10:00