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

982 Commits

Author SHA1 Message Date
Martin Stubenschrott 800516acba more refactoring 2008-02-23 23:00:43 +00:00
Martin Stubenschrott a92f9c9a2b moved some mappings to buffer.js and hints.js 2008-02-23 21:17:39 +00:00
Martin Stubenschrott 3b461b18c2 began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping 2008-02-14 15:00:05 +00:00
Martin Stubenschrott e652d53e5d moved search mappings to find.js 2008-02-13 05:02:49 +00:00
Martin Stubenschrott e7593b776a i think, i fixed the statusbar, please rereport when it isn't the case 2008-02-12 19:19:44 +00:00
Martin Stubenschrott d1560b0cfb moved v.buffer.switchTo to v.tabs.switchTo 2008-02-12 18:28:07 +00:00
Martin Stubenschrott fec955dcb2 changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future. 2008-02-12 15:57:12 +00:00
Martin Stubenschrott 76c161a0f4 moved allModes from mappings.js to vimperator.modes.all 2008-02-12 13:33:37 +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 3f6a157524 renamed buffers.js to buffer.js 2008-02-11 17:13:20 +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 f9ae6d097f updated donators 2008-02-10 00:28:17 +00:00
Martin Stubenschrott db56095bc8 fixed defaultValue in :set! 2008-02-07 12:55:09 +00:00
Martin Stubenschrott a40bc05f11 fixed quickmarks 2008-02-07 03:59:04 +00:00
Martin Stubenschrott 513abc97b3 added yf idea 2008-02-07 03:46:00 +00:00
Martin Stubenschrott 97ae83a650 slightly updated TODO 2008-02-07 03:26:15 +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 b3eb0000ab buffer.txt added 2008-02-06 23:00:50 +00:00
Martin Stubenschrott 1985fc2853 made guioptions handling generic. Updated minimum requirement to Firefox3 beta3 2008-02-06 18:17:32 +00:00
Martin Stubenschrott 7479699004 fixed :help for thunderbird 2008-02-05 22:19:17 +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 cb7fef72ba added calmar also to donators, thanks! 2008-02-04 18:07:20 +00:00
Martin Stubenschrott 50848e9d98 changed make system to allow easy development of muttator, also added first muttator specific file to the repository 2008-02-04 16:10:27 +00:00
Martin Stubenschrott caba7c1a2f changed vimperatorrc.example 2008-02-03 18:33:42 +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 e2e42c83c8 fixed F1 2008-02-01 14:12:48 +00:00
Daniel Bainton e84008a635 Added a todo for disabling session saving 2008-02-01 14:09:56 +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
Martin Stubenschrott ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Martin Stubenschrott 8e00f16baa all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
2008-01-31 18:32:39 +00:00
Martin Stubenschrott fd631194d5 Fixed vimperator for newer firefoxes due to changed ids 2008-01-31 12:16:00 +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 82540e8c65 small update to developer.txt 2008-01-25 04:08:36 +00:00
Martin Stubenschrott 2d048fba01 added many more ascii doc template files. Now they just need to be filled with useful text. 2008-01-23 15:28:19 +00:00
Martin Stubenschrott 588ab468c8 added marks.txt as a template, to be filled with real text 2008-01-23 15:09:00 +00:00
Martin Stubenschrott af927e89c5 swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc 2008-01-23 14:42:50 +00:00
Martin Stubenschrott 4153597a02 fixed :Help without arg 2008-01-23 02:11:45 +00:00
Martin Stubenschrott 44ecbe1e3b made listingblocks prettier 2008-01-23 00:53:46 +00:00
Martin Stubenschrott 48af3ce041 added example to developer.txt 2008-01-22 23:10:01 +00:00
Martin Stubenschrott eaba023144 fixed :Help <tab> 2008-01-22 22:37:34 +00:00
Martin Stubenschrott 7dc86a387d fixed small help issue 2008-01-22 22:36:01 +00:00
Martin Stubenschrott 320f1c5626 new developer information for writing docs 2008-01-22 22:26:19 +00:00