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

212 Commits

Author SHA1 Message Date
Martin Stubenschrott 7aa055d9d3 show info about tabs loaded in background; also allow ctrl- prefixed keys again 2008-06-24 20:36:06 +00:00
Tim Hammerquist e9072147e5 added PageLoadPre autocmd event. 2008-06-23 08:42:08 +00:00
Martin Stubenschrott 636362efa3 added LocationChange autocmd 2008-06-16 21:38:04 +00:00
Martin Stubenschrott 29a387f870 changed module loading and moved it to {vimperator,muttator}.js for
optional modules
2008-06-12 00:51:26 +00:00
Martin Stubenschrott 8589c22226 fix focus problem for Paul :) 2008-06-11 22:48:32 +00:00
Martin Stubenschrott 119de356b5 :set [no]focuscontent, thanks Paul! 2008-06-10 18:34:36 +00:00
Martin Stubenschrott ec91920bb8 [muttator] some new compose mappings 2008-06-08 23:48:33 +00:00
Martin Stubenschrott 59342d4244 removed buffer window 2008-06-08 04:22:37 +00:00
Martin Stubenschrott 6ecd478298 cleaned up completion.js a lot, probaby still something to do 2008-06-08 04:01:56 +00:00
Martin Stubenschrott 1742c9cd44 don't beep in input boxes 2008-06-08 01:41:41 +00:00
Martin Stubenschrott 9988e62ed9 [muttator] new "x" and "h" mappings for HTML/header display 2008-06-07 23:11:06 +00:00
Martin Stubenschrott f735f772e4 VERY hacky fix to allow :side<tab><space><tab> completion 2008-06-06 14:47:24 +00:00
Martin Stubenschrott ab9a6811bd don't send ctrl-keys to firefox in insert mode 2008-06-06 12:54:10 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +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 8f50f96aa8 pass keys to the HTMLSelectElement 2008-05-14 16:27:34 +00:00
Martin Stubenschrott 64b0e3b8e1 [muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message) 2008-05-14 12:21:05 +00:00
Martin Stubenschrott 2dc790a1e4 made macros muttator compatible 2008-05-05 20:30:06 +00:00
Martin Stubenschrott b9327b6bf2 added search suggestions (thanks to M.Terada) 2008-04-23 18:00:52 +00:00
Daniel Bainton 49963c9f4a Fixing an issue with insert mode sometimes not working 2008-04-05 10:38:04 +00:00
Martin Stubenschrott efa9a9c903 allow user mappings on page load again (thanks trapezoid!) 2008-04-01 16:41:29 +00:00
Martin Stubenschrott 7586b8281e updated Donators 2008-03-31 20:59:35 +00:00
Martin Stubenschrott 01d9ffcc4d <c-u> doesn't beep anymore when there is no text to delete 2008-03-31 20:44:48 +00:00
Martin Stubenschrott 1577c8099d made submitting forms in macros more reliable 2008-03-31 20:36:47 +00:00
Martin Stubenschrott 19059a46cb added google suggestions to tab completion 2008-03-31 13:22:47 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 72f274c7c6 fixed -- MESSAGE -- focus bug, work around mail.getMessages() bug with try/catch 2008-03-05 13:03:28 +00:00
Martin Stubenschrott bc5efdab0d rename flagged -> starred 2008-03-04 22:50:16 +00:00
Martin Stubenschrott 97e009ecff events.feedkeys("J") now sends a shifted event, thanks to muttator, so we find bugs in our liberator lib :) 2008-03-04 22:44:00 +00:00
Martin Stubenschrott 80a8611377 fixed slow <tab> regression 2008-03-03 01:08:14 +00:00
Martin Stubenschrott 019e927781 now really fixed the MOW 2008-03-01 01:42:53 +00:00
Martin Stubenschrott d7364fbe72 fixed MOW for muttator 2008-03-01 01:15:09 +00:00
Martin Stubenschrott 3c203e5563 fixed :js <<EOF 2008-03-01 00:12:07 +00:00
Martin Stubenschrott 8184b1109f moved more commands. the end of all the moving is near! 2008-02-28 23:55:02 +00:00
Martin Stubenschrott 800516acba more refactoring 2008-02-23 23:00:43 +00:00
Martin Stubenschrott 63b66497e9 fixed focus stuff for muttator again, we just can't avoid it that we end up in
-- MESSAGE -- mode when we click a link. Press <esc> to get back to normal mode.
2008-02-11 18:00:56 +00:00
Martin Stubenschrott 62b053bab2 added mail.js, <enter> and <esc> switch between normal and -- MESSAGE -- mode now 2008-02-11 15:42:52 +00:00
Martin Stubenschrott f22a5b7ea2 made focus handling for muttator much better 2008-02-10 14:34:57 +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
Martin Stubenschrott 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott 7d9e1e100a added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core. 2008-02-05 13:49:59 +00:00
Martin Stubenschrott 6ec0f8f7c1 made zoom functions thunderbird compatible 2008-02-05 03:03:22 +00:00
Martin Stubenschrott f2d1334ce7 added vimperator.config.mainWidget 2008-02-05 02:51:58 +00:00
Martin Stubenschrott c9fdb64ba1 fixed :map <Right> gt 2008-02-05 01:43:33 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott 8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott a994d42a56 get rid of Cc/Ci, as that's thunderbird incompatible 2008-02-01 17:52:41 +00:00
Martin Stubenschrott 3b4f00a2e8 many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :)) 2008-02-01 02:45:31 +00:00