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

322 Commits

Author SHA1 Message Date
Doug Kearns 826ca2ce18 add missing var declaration to urls in openURLs*() 2007-05-28 17:09:25 +00:00
Doug Kearns e834bc7dd7 finish converting the mappings to the new Map() format 2007-05-28 16:49:16 +00:00
Doug Kearns 7f3f8f861b add missing variable declaration for thistype, thismode, thisfunc in
triggerCallBack()
2007-05-28 07:22:57 +00:00
Doug Kearns 1d33d6cc33 remove last references to command_line and status_line 2007-05-28 01:06:32 +00:00
Martin Stubenschrott 43676b4f81 explicitly set JS version to 1.7 2007-05-27 15:48:05 +00:00
Viktor Kojouharov ff488d5399 RFC: the api for the new mappings 2007-05-27 15:20:55 +00:00
Martin Stubenschrott 212e99c784 removed 'noh' 2007-05-25 13:11:25 +00:00
Martin Stubenschrott 1568325552 changed nohlsearch to the new spec 2007-05-25 11:13:52 +00:00
Doug Kearns b02e2c3494 fix accidental regression in :tabmove name specification 2007-05-25 06:59:17 +00:00
Martin Stubenschrott 2cc5728cdf added Y command 2007-05-24 21:57:28 +00:00
Doug Kearns 9765f5be84 update the buffer list on page load completion (the non-existant
showBufferList() was being called rather than updateBufferList())
2007-05-24 16:54:03 +00:00
Doug Kearns 362d0d5bf4 fix typo in :open command's short help description 2007-05-24 11:49:00 +00:00
Martin Stubenschrott 6d2aece0fc flashing frame works now 2007-05-24 10:47:54 +00:00
Martin Stubenschrott 2a547a794f moved tab related functions to the Tabs class 2007-05-23 01:18:46 +00:00
Martin Stubenschrott 85e4265848 many help fixes
moved echo() -> vimperator.echo() and removed old XUL entries.
2007-05-22 09:13:32 +00:00
Martin Stubenschrott c023c78a35 "R" -> reload without cache 2007-05-21 09:35:55 +00:00
Martin Stubenschrott 290d71be57 changed colors 2007-05-20 16:01:32 +00:00
Martin Stubenschrott 84180faa7a commited help typos 2007-05-20 15:52:37 +00:00
Viktor Kojouharov f07b29beac move the statusbar color handling to the css file. for the future, whenever a background color is set, the foreground color should also be set, otherwise text might be unreadable in dark themes (or light themes, depending on what theme the user has) 2007-05-20 13:53:57 +00:00
Martin Stubenschrott c5ddcea49e commited pending changes, nothing big 2007-05-20 11:05:21 +00:00
Martin Stubenschrott f2bc81d820 one less global variable (g_completions) 2007-05-18 15:43:28 +00:00
Martin Stubenschrott 31a43298f6 fully objectized History() and Bookmarks() 2007-05-18 15:36:17 +00:00
Martin Stubenschrott ac7c396023 rewrote mode-handling 2007-05-18 04:13:27 +00:00
Martin Stubenschrott 71189214c5 Added "titlestring" setting 2007-05-17 18:48:16 +00:00
Martin Stubenschrott d99945054c renamed commandline.js -> ui.js
moved all statusbar code to the StatusLine() class
2007-05-16 15:31:50 +00:00
Martin Stubenschrott 77686ff159 renamed CompletionList -> InformationList which is now a common class for the
completion window, for the preview window and the buffer window ("B").
Only the StatusLine class to go...
2007-05-15 04:50:00 +00:00
Martin Stubenschrott 80a31de59c small CSS fixes by Doug and added modelines to find.js and commandline.js 2007-05-14 13:51:50 +00:00
Martin Stubenschrott ea6069dc06 initial :tabmove command 2007-05-14 13:24:57 +00:00
Viktor Kojouharov 4a8c6a3971 The Help Strikes Back 2007-05-13 22:29:39 +00:00
Viktor Kojouharov f560f7e046 The Return of the Link 2007-05-13 21:36:54 +00:00
Viktor Kojouharov 50bb6aa8f2 fixed the indentation and and command line completion 2007-05-13 17:17:31 +00:00
Martin Stubenschrott a8dbd904b5 add forgotten files 2007-05-12 15:27:47 +00:00
Martin Stubenschrott 7ac9a05803 First attempt in making vimperator object orietened.
For now only the CommandLine widget was made a real encapsulated object.
2007-05-11 12:42:17 +00:00
Martin Stubenschrott 0d7ff394b9 final commit before trying to integrate the search patch 2007-05-09 11:56:10 +00:00
Martin Stubenschrott ed397bd2ef changed setOverLink back to echo() as I really couldn't stand it anymore in the statusbar
Mail me if you really want it in the statusbar, and come up with a good setting name for this preference
2007-05-09 01:44:39 +00:00
Martin Stubenschrott f873389e5f cleaned up html code for :help to make it more xhtml compatible
:help now opens in the current tab even when current tab is a xhtml document
2007-05-09 00:31:25 +00:00
Martin Stubenschrott fd39e7fb7a hint work on xhtml pages now (slight problem with not disapperaring them still open) 2007-05-08 21:21:05 +00:00
Martin Stubenschrott 4a963c2441 added :tablast etc. commands 2007-05-08 16:57:08 +00:00
Viktor Kojouharov cfa855ad10 the substrings shouldn't be cleared in this particular case 2007-05-08 15:04:20 +00:00
Martin Stubenschrott 2754fdc37a fixed :dl command 2007-05-04 22:48:13 +00:00
Martin Stubenschrott c6d67fe8fe keyword support for bookmarks 2007-05-04 18:04:11 +00:00
Martin Stubenschrott 2284afec3a fixed \\n in help files 2007-05-03 13:27:54 +00:00
Martin Stubenschrott 69126207b1 *** empty log message *** 2007-05-02 12:59:39 +00:00
Martin Stubenschrott 80f7dd633f bug fix release 2007-05-02 12:55:19 +00:00
Martin Stubenschrott 06bf4d63d4 fixed :open google.com opening google for searching ".com" 2007-05-02 12:47:30 +00:00
Martin Stubenschrott e52f7ffda8 pass <enter> <space> <tab> etc. to vimperator now, so that they can perform their default action without beeping.
Quite hacky so far, should be cleaned up.
2007-05-02 12:28:04 +00:00
Martin Stubenschrott ca2f10f25f added version info to help file, fixed font size for tables 2007-05-02 04:18:33 +00:00
Martin Stubenschrott a4d056c583 added 'defsearch' setting 2007-05-01 17:29:32 +00:00
Viktor Kojouharov 297f8c2bf0 scroll to the proper location without the need of an offset 2007-05-01 15:31:06 +00:00
Martin Stubenschrott eaca2e379d *** empty log message *** 2007-05-01 11:23:14 +00:00