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

5313 Commits

Author SHA1 Message Date
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
Doug Kearns 43fd49cbde add initialization section to help 2007-09-01 11:39:36 +00:00
Doug Kearns dbfca2e6b1 add initialization section to help 2007-09-01 11:39:17 +00:00
Doug Kearns dbf731e3f6 comment out currently unused DOMTitleChanged event handler 2007-08-31 06:54:29 +00:00
Doug Kearns 0782dae1f4 don't indicate menu mode when 'smd' is set 2007-08-31 06:53:38 +00:00
Doug Kearns 63232971b1 use gContextMenu and the menubar events for controlling menu mode 2007-08-29 15:55:37 +00:00
Doug Kearns 6c73d204bc don't enter menu mode when tooltip popups are shown 2007-08-29 13:22:44 +00:00
Doug Kearns 5b0f37b207 don't enter menu mode when tooltip popups are shown 2007-08-29 13:20:39 +00:00
Martin Stubenschrott 28a8c6862d Fixed menu mode to be reliable in Linux and made it more sane in general 2007-08-28 22:41:51 +00:00
Martin Stubenschrott 2c48cc3dae first checkin of the new FF3-based genElemCoords 2007-08-28 13:28:52 +00:00
Doug Kearns 69acf721ed update NEWS 2007-08-28 12:16:49 +00:00
Doug Kearns b450ac01c9 update NEWS 2007-08-28 12:16:33 +00:00
Doug Kearns 353cb80580 minor help highlighting improvments 2007-08-28 12:14:37 +00:00
Doug Kearns 9dd04ae722 minor help highlighting improvments 2007-08-28 12:14:10 +00:00
Doug Kearns 52a1046e0e allow text in the status line URL field to be selected 2007-08-28 09:55:07 +00:00
Martin Stubenschrott 85ae819eb8 text in the statusline URL can be selected again, sorry Doug :( 2007-08-28 00:41:50 +00:00
Doug Kearns 17ee83057b fix typo in removeEventListener call 2007-08-27 17:36:26 +00:00
Doug Kearns 996118dd73 fix typo in removeEventListener call 2007-08-27 17:35:35 +00:00
Doug Kearns bf881b0292 add menu mode 2007-08-27 14:26:43 +00:00
Doug Kearns 626d8472d9 update Makefile version to 0.5.1 2007-08-27 14:19:47 +00:00
Doug Kearns 06ef7e384d improve menu mode - track open popup count and menubar activation 2007-08-27 14:03:00 +00:00
Doug Kearns b70ee84a0f revert changes to accidentally included files in last commit 2007-08-27 12:21:34 +00:00
Doug Kearns 15afd8dfc9 GNU make 3.80 can't parse "else ifeq" 2007-08-27 12:09:11 +00:00
Doug Kearns 4f8a415054 GNU make 3.80 can't parse "else ifeq" 2007-08-27 12:08:21 +00:00
Doug Kearns af890f107f use the coerced boolean value of args rather than testing for 0 string length
when determining if an arg was passed to an ex command
2007-08-27 11:46:48 +00:00
Doug Kearns 667b1f783a use the coerced boolean value of args rather than testing for 0 string length
when determining if an arg was passed to an ex command
2007-08-27 11:44:03 +00:00
Doug Kearns 7064444fd8 if no argument is given to :winopen open about:blank in the new window 2007-08-27 07:08:53 +00:00
Doug Kearns c5915741fc if no argument is given to :winopen open about:blank in the new window 2007-08-27 07:07:04 +00:00
Doug Kearns ee350f2387 complete ':set inv' with boolean options 2007-08-26 15:13:16 +00:00
Doug Kearns cc2ebfcaa5 complete ':set inv' with boolean options 2007-08-26 15:12:15 +00:00
Doug Kearns 61deeec541 fix commandline history on Windows - prevent the default cmd_charPrevious
action from being invoked for <Up
2007-08-26 14:27:40 +00:00
Doug Kearns 321b0d95b3 fix commandline history on Windows - prevent the default cmd_charPrevious
action from being invoked for <Up>
2007-08-26 14:26:20 +00:00
Doug Kearns 4351b29d5c update NEWS 2007-08-26 12:05:18 +00:00
Doug Kearns 581980a2b0 add filename completion for Windows 2007-08-26 11:57:32 +00:00
Doug Kearns 49a9c016c8 add filename completion for Windows 2007-08-26 10:43:48 +00:00
Doug Kearns 6547499323 read the Bookmarks Toolbar Folder when loading bookmarks - it has previously
been skipped since BookmarksUtils.getAllChildren(root) doesn't read it
2007-08-25 15:48:15 +00:00
Doug Kearns d005665723 make sure search engine aliases are properly initialized 2007-08-24 16:37:15 +00:00
Martin Stubenschrott 983de3f9a8 fixed :o foo bla search 2007-08-24 13:55:38 +00:00