1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-05 19:52:59 +02:00
Commit Graph

120 Commits

Author SHA1 Message Date
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 8c45097170 made :dialogs generic, moved more commands to vim.js 2008-02-28 23:37:35 +00:00
Martin Stubenschrott 09eb8e5939 begin moving commands from commands.js to where they belong 2008-02-25 15:22:12 +00:00
Martin Stubenschrott f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott 800516acba more refactoring 2008-02-23 23:00:43 +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 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott f2d1334ce7 added vimperator.config.mainWidget 2008-02-05 02:51:58 +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
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
Marco Candrian d21dccfff7 :macros <filter> added + 2 additional autocommands events: BrowserRestart and BrowserQuit 2008-01-20 19:23:31 +00:00
Martin Stubenschrott 43038f7566 refactored some yanking code 2008-01-05 23:31:07 +00:00
Marco Candrian 9156dc4531 new setCustomMode for plugin writers 2008-01-04 11:50:49 +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
Marco Candrian efb48b6195 autocommands (:au[tocmd]... ; onPageLoad event for now only. 2007-12-28 03:18:49 +00:00
Martin Stubenschrott 39094268eb new vimperator.buffer.element function to quickly retrieve a single element with XPath attributes 2007-12-20 15:19:09 +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
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 5b4b6fe3d2 use the singleton construction idiom to create v.commands, v.events, v.mappings
and v.options
2007-11-18 10:43:41 +00:00
Doug Kearns affd280b7c use the singleton construction idiom to create vimperator.hints 2007-11-17 12:48:42 +00:00
Doug Kearns 51332e41a9 declare some loop counters in followDocumentRelation and whitespace fixes 2007-11-16 15:00:11 +00:00
Doug Kearns ca7b146774 remove unnecessary parentheses from typeof args 2007-11-16 13:53:38 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Martin Stubenschrott 77b1de73ce vimperator is default namespace for scripts, :echo, :js and :time now, so if (options["visualbell"]) ... works there 2007-11-13 22:43:48 +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 695fd63e91 use the singleton construction idiom to create vimperator.tabs 2007-11-12 12:29:54 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
Doug Kearns 434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns 34da6b0f0e declare some accidentally global vars 2007-11-03 08:51:07 +00:00
Doug Kearns 0fd8ca24fe update comment 2007-11-02 08:34:12 +00:00
Doug Kearns 65b2314f03 move String#toURLArray to v.util.stringToURLArray - think of the kittens! 2007-11-02 08:30:54 +00:00
Martin Stubenschrott 5dac5326a5 saving abbreviations with :mkvimperatorrc works; also added :source! ~/.vimperatorrc.local to :mkv 2007-11-02 00:57:13 +00:00
Doug Kearns 346c8abb4b add some more missing semicolons 2007-10-31 10:23:48 +00:00
Doug Kearns 4646046bbb always specify the radix arg when calling parseInt rather than rely on it
'guessing' correctly
2007-10-31 04:28:53 +00:00
Doug Kearns 4a5f71e72d make sure frame, iframe and area elements are properly hinted on XHTML pages 2007-10-30 09:54:48 +00:00
Doug Kearns 347738ce4e revert last accidental commit 2007-10-30 05:49:57 +00:00
Doug Kearns 1bef37bff7 remove unnecessary &nbsp; entities from the output of :pageinfo 2007-10-30 03:23:21 +00:00
Doug Kearns 81a8ebecb6 only source JavaScript files (*.js) from the plugin directory on startup 2007-10-28 07:09:05 +00:00
Doug Kearns f66d82fb7d display a better error message for invalid ex commands 2007-10-27 07:12:52 +00:00
Martin Stubenschrott faefb78c24 many small fixes to the hints, and some minor mode handling changes 2007-10-25 19:57:49 +00:00
Martin Stubenschrott 265f7e042f made initial setting of gui options faster 2007-10-22 12:41:14 +00:00
Doug Kearns 93bd4513cb move Mappings() to the vimperator namespace 2007-10-22 06:36:24 +00:00
Doug Kearns e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00