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

68 Commits

Author SHA1 Message Date
Doug Kearns 23692e57aa add some missing semicolons and remove some trailing commas 2008-07-27 15:08:06 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Tim Hammerquist c55d7b51d0 added option value completion; small typos. 2008-06-19 22:34:45 +00:00
Martin Stubenschrott ebbbd24097 added "custom" for hintmatching, thanks trapezoid 2008-06-16 13:19:25 +00:00
Doug Kearns 5beaa4ca6c whitespace fixes 2008-06-06 13:47:51 +00:00
Doug Kearns 9cb7ae4f36 add missing semicolons 2008-05-27 16:13:49 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott 8a1162349a fixed some hints problem 2008-05-17 14:54:10 +00:00
Martin Stubenschrott de50bb4397 Vimperator 1.0! Horray! 2008-05-14 18:42:12 +00:00
Martin Stubenschrott c23a942dc8 added better hintmatchers, thanks Daniel 2008-05-14 18:02:26 +00:00
Martin Stubenschrott 04004ebb39 new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard 2008-05-05 13:22:55 +00:00
Martin Stubenschrott 3c4edd335b added new hint color options and a new hintmatching option (thanks Daniel) 2008-04-30 21:45:36 +00:00
Martin Stubenschrott bbfdd78660 added link to external scripts repository 2008-03-30 13:13:41 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott a92f9c9a2b moved some mappings to buffer.js and hints.js 2008-02-23 21:17:39 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Daniel Bainton a510328e4b Fixing ;y<num> to yank the hint destination URL instead of the current page 2008-01-25 05:06:58 +00:00
Martin Stubenschrott 43038f7566 refactored some yanking code 2008-01-05 23:31:07 +00:00
Martin Stubenschrott 642ac2ba27 fixed hints 2008-01-05 21:58:11 +00:00
Martin Stubenschrott 17fafa17dd * code refactoring, mostly methods from hints.js -> buffer.js
* ;s and :pageinfo try to propose filenames relative to the current directory now
2008-01-05 21:14:27 +00:00
Martin Stubenschrott 177b8d3b49 initial support for ;? in hintmode to display information about an element. Very incomplete, should become like the DOM inspector 2008-01-05 17:19:12 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott 58efd457dd fixed bookmarks to work with newer FF3 API 2008-01-02 12:52:21 +00:00
Martin Stubenschrott 5122e6c448 * Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
* Also a new attempt that pages don't have input focus after load, probably buggy as well
2007-12-18 15:05:03 +00:00
Marco Candrian 03bb308ec7 <leader> toggles the escape-numbers mode in hints 2007-12-04 03:52:12 +00:00
Doug Kearns 5a3d51626c normalize foldmarkers 2007-11-19 07:13:20 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns affd280b7c use the singleton construction idiom to create vimperator.hints 2007-11-17 12:48:42 +00:00
Doug Kearns 90fd7e47ca remove redundant return statement 2007-11-17 12:42:59 +00:00
Doug Kearns 51332e41a9 declare some loop counters in followDocumentRelation and whitespace fixes 2007-11-16 15:00:11 +00:00
Martin Stubenschrott 479928bd64 made followLink() a function in vimperator.buffer. so also other modules can use it 2007-11-13 21:31:01 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Martin Stubenschrott f2b6db3b72 * initial frame support for hints, slightly buggy
* numbers can now be escaped with \ to be treated as text (thanks calmar)
2007-11-09 14:09:21 +00:00
Martin Stubenschrott 6294f599e4 removed useless 3rd paramter from setTimeout 2007-11-09 00:43:08 +00:00
Martin Stubenschrott 4dfe91b246 slight hint display improvment on illegal hint number 2007-11-09 00:41:34 +00:00
Martin Stubenschrott 087eab6735 no beep on f18<esc> with 'hto' > 0 2007-11-09 00:24:55 +00:00
Martin Stubenschrott 59d6412637 added working hinttimeout option 2007-11-09 00:19:51 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Martin Stubenschrott d3960bd1d2 fixed ;y and ;Y hints 2007-11-05 22:51:28 +00:00
Martin Stubenschrott be0f735339 small hint tweak, thanks calmar 2007-11-04 12:55:23 +00:00
Martin Stubenschrott d600e6744b fixed display of active hint 2007-11-03 18:12:47 +00:00
Doug Kearns 34da6b0f0e declare some accidentally global vars 2007-11-03 08:51:07 +00:00
Martin Stubenschrott b17aec84a2 removed a log message 2007-11-02 22:19:22 +00:00
Martin Stubenschrott 386b0e78f2 fixed combination of tab + numbers in hints 2007-11-02 14:15:07 +00:00
Martin Stubenschrott 2e45514f1e speeded up hints display on large sites by factor 2 2007-11-01 13:31:53 +00:00
Martin Stubenschrott 418181ad1e initial number support for hints, unpolished however 2007-10-31 16:31:15 +00:00