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

4650 Commits

Author SHA1 Message Date
Martin Stubenschrott d9888288f3 First commit of caret mode, many things work, some bugs of course, not sure if we can fix them since
we heavily rely on the firefox interface for it.
2007-09-06 16:10:25 +00:00
Martin Stubenschrott 5f6958521e start of a caret mode 2007-09-06 14:24:18 +00:00
Martin Stubenschrott 3ff2cccc37 experimental attempt to keep you in command mode after loading pages 2007-09-06 12:32:07 +00:00
Martin Stubenschrott e4981ca34c fixed multiline input widget 2007-09-06 01:19:11 +00:00
Doug Kearns 30d9b25d35 merge new 'incsearch', 'ignorecase', 'smartcase', 'hlsearch' options from MAIN 2007-09-06 00:04:10 +00:00
Doug Kearns 0c12d46846 make the visual bell solid black and shorten the timeout interval 2007-09-05 20:46:22 +00:00
Doug Kearns ca9dd288cd allow the hidden help sections to be found 2007-09-05 20:39:05 +00:00
Martin Stubenschrott 85b7d6c5f4 updated Donators once again, thanks so much all the recent donators! 2007-09-05 19:33:57 +00:00
Doug Kearns 7c05d1346f limit the visual bell to the web page content area 2007-09-05 19:33:24 +00:00
Doug Kearns 9d4081eb31 remove the border from the visual bell popup 2007-09-05 19:10:52 +00:00
Doug Kearns 908124ce22 add a visual bell and replace 'beep' with 'visualbell' 2007-09-05 18:49:26 +00:00
Martin Stubenschrott 517dea72e1 fixed makefile 2007-09-05 13:44:12 +00:00
Martin Stubenschrott 93eb663155 updated Donators 2007-09-05 12:51:38 +00:00
Doug Kearns 71114e5f19 document that incremental searching doesn't search backwards when using ? 2007-09-05 12:19:33 +00:00
Doug Kearns fe87657307 use preX.X for development version numbers 2007-09-05 11:46:02 +00:00
Doug Kearns 70b88d5615 use preX.X for development version numbers 2007-09-05 11:45:37 +00:00
Doug Kearns 7ef8095a07 update NEWS 2007-09-05 11:44:55 +00:00
Doug Kearns 88749df4bb add the 'smartcase' option and support for \c and \C in search patterns 2007-09-05 11:32:46 +00:00
Doug Kearns 9f53fb7de2 remove some redundant help page CSS properties 2007-09-05 08:26:17 +00:00
Doug Kearns 62ede9f92e remove some redundant help page CSS properties 2007-09-05 08:25:57 +00:00
Martin Stubenschrott 247aadbd6f Made all new search options true by default, sorry Doug. 2007-09-04 11:30:09 +00:00
Doug Kearns a6bf9f11a1 add logo to help page 2007-09-04 08:08:21 +00:00
Doug Kearns 78fd430086 add 'ignorecase' option 2007-09-04 06:21:38 +00:00
Doug Kearns 690ac4d13b update version to 0.6dev 2007-09-04 02:50:42 +00:00
Doug Kearns a66b756111 update version to 0.5.2dev 2007-09-04 02:50:17 +00:00
Doug Kearns 38ebd2273c fix typo in 'scroll' validator - incorrectly restricting value to 0-2 2007-09-04 02:12:04 +00:00
Martin Stubenschrott 69946fb448 made holes in the logo transparent as well 2007-09-04 01:32:02 +00:00
Martin Stubenschrott 729cac94df updated donators 2007-09-04 00:13:55 +00:00
Doug Kearns e950ef6b26 update NEWS for 'hlsearch' and 'incsearch' 2007-09-03 19:45:29 +00:00
Doug Kearns 127dbd42cc add 'incsearch' option 2007-09-03 19:43:42 +00:00
Doug Kearns 6d33284a76 add 'hlsearch' option 2007-09-03 19:10:32 +00:00
Doug Kearns 5bd722f69f update NEWS and ChangeLog for release 2007-09-03 15:14:44 +00:00
Doug Kearns 44a9a0e75c remove CVS from version string for release 2007-09-03 14:48:31 +00:00
Doug Kearns 72e352abbe add highlighting for :nohlsearch 2007-09-03 14:21:28 +00:00
Doug Kearns 94877e2f77 remove the help page tagline's negative top margin 2007-09-03 14:20:39 +00:00
Doug Kearns 9c89143be9 remove blank line after logo in help page 2007-09-03 14:18:45 +00:00
Doug Kearns fcf635ae6b add usage and long help for / and ? mappings 2007-09-03 12:46:46 +00:00
Doug Kearns 454f4a4efb add usage and long help for / and ? mappings 2007-09-03 12:46:20 +00:00
Doug Kearns 4908e6fef7 remove extra blank lines from help page 2007-09-03 10:18:53 +00:00
Doug Kearns c837c2e6bc remove extra blank lines from help page 2007-09-03 10:18:26 +00:00
Doug Kearns fcb0ad68ed whitespace formatting improvements 2007-09-03 05:26:31 +00:00
Doug Kearns b009a6160b merge native / and ? search 2007-09-03 05:12:50 +00:00
Martin Stubenschrott 6cf361b789 added the vimperator logo to the help file 2007-09-02 14:12:03 +00:00
Martin Stubenschrott c4758302aa - Made ? work much better now
- backspacing over the prompt works again
2007-09-02 02:27:20 +00:00
Doug Kearns 3a2ca780f2 search entire page page text - not just links 2007-09-01 18:50:52 +00:00
Martin Stubenschrott 838e70373a first commit of native / and ? search, especially ? is buggy right now 2007-09-01 18:14:41 +00:00
Doug Kearns abd42d741c use document.location.href for buffer.URL rather than document.URL since the
latter is undefined for XUL documents
2007-09-01 15:57:22 +00:00
Doug Kearns c820c29163 use document.location.href for buffer.URL rather than document.URL since the
latter is undefined for XUL documents
2007-09-01 15:57:05 +00:00
Doug Kearns 0fd4d5530d remove outdated :js examples 2007-09-01 11:49:27 +00:00
Doug Kearns 474b3f1d85 remove outdated :js examples 2007-09-01 11:49:03 +00:00