1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00
Commit Graph

86 Commits

Author SHA1 Message Date
Doug Kearns
0e1eee7ae7 move global help() command to a vimperator slot 2007-07-04 10:11:36 +00:00
Doug Kearns
8a38512346 remove g_hint_mappings - initialise hint mappings in vimperator.mappings 2007-07-03 12:46:18 +00:00
Martin Stubenschrott
84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns
9f88317a14 move buffer_switch and toggleBufferList to the :buffer and :buffers
ex-commands; make the "u" normal mode command call vimperator.commands.undo
rather than execute_command() directly
2007-07-03 05:30:49 +00:00
Doug Kearns
3ca1ee8651 move reload() and reload_all() global functions to vimperator.tabs 2007-07-02 12:40:56 +00:00
Doug Kearns
dabfba6c06 move global quit() command to a vimperator slot 2007-07-02 11:17:22 +00:00
Doug Kearns
abc8370a61 move global beep() command to a vimperator slot 2007-07-02 10:29:02 +00:00
Doug Kearns
0b8ecb0d71 move global source() command to a vimperator slot 2007-07-02 09:43:03 +00:00
Doug Kearns
cfa515f62e add new Ctrl-^ mapping for selecting the alternate tab 2007-07-02 06:57:11 +00:00
Martin Stubenschrott
d6fbc880ec added QuickMarks 2007-06-29 11:44:45 +00:00
Doug Kearns
969e0b3225 rename the hints constructor hit_a_hint() to Hints() 2007-06-29 06:29:34 +00:00
Doug Kearns
8cd219f400 move the global variable hah to vimperator.hints and fix bug #17254 2007-06-28 02:16:41 +00:00
Martin Stubenschrott
10aba69c3d initial commit of multiline echo() 2007-06-27 13:10:44 +00:00
Doug Kearns
feadfb0bba fix :mark and :delmarks (AKA return of the marks) and add range support to
:delmarks
2007-06-26 04:44:28 +00:00
Doug Kearns
8de7749125 move hrist's incomplete tab numbering patch to the Wiki for now 2007-06-22 11:00:40 +00:00
Doug Kearns
3bceee7721 normalise fold markers 2007-06-22 10:42:37 +00:00
Martin Stubenschrott
3d08bb8dc3 keyToString -> event.toString() 2007-06-20 14:07:18 +00:00
Martin Stubenschrott
89d629e5e2 moved log and logObject into the vimperator object 2007-06-19 23:01:11 +00:00
Doug Kearns
105c9f902b remove unused prev_match and heredoc global variables 2007-06-19 13:42:41 +00:00
Doug Kearns
8bbca0acf1 rename vimperator.ver to vimperator.version 2007-06-18 14:34:51 +00:00
Doug Kearns
12c75c8052 initial Option/Options implementation - replacing g_options 2007-06-16 11:36:30 +00:00
Doug Kearns
cbfda0f154 remove unnecessary parentheses from typeof operands 2007-06-14 04:11:36 +00:00
Doug Kearns
0cbd371c56 prefer comparison with the undefined literal rather than using typeof and
comparing against "undefined"
2007-06-13 07:14:48 +00:00
Martin Stubenschrott
7af9664ac0 - fixed commandline focus/blur behavior
- could be buggy, so please report any bugs
- text selection is not possible anymore for :echo'ed things, should come later when holding shift
- cleared commandline on scroll events
2007-06-12 10:48:35 +00:00
Martin Stubenschrott
b845a0f5cc Final commit for the weekend: moved onKeyPress -> vimperator.events; 2007-06-09 14:06:12 +00:00
Martin Stubenschrott
36a2ec59ec now we have a Events() class
Please report all bugs which arised because of these changes
Still not sure, if we should put that into an event.js
2007-06-09 13:39:13 +00:00
Martin Stubenschrott
c5722aaee2 Finally made event handling sane, creating an Events object will come soon.
This fixed many bugs like the reload/stop buttons being correctly updated now,
while getting rid of lots of old code.
2007-06-09 13:05:18 +00:00
Martin Stubenschrott
e0f47f8dac small fixes to the input handling 2007-06-08 00:06:52 +00:00
Martin Stubenschrott
5aa89672c9 marks support (thanks viktor) 2007-06-07 23:33:38 +00:00
Doug Kearns
5a552ed098 fix missing [count] functionality in normal mode commands 2007-06-03 16:12:55 +00:00
Martin Stubenschrott
b51357109d merged the new mappings code, all glory goes to Doug! 2007-05-31 09:11:24 +00:00
Martin Stubenschrott
efb43f3df7 Added (outcommented because too slow) 'numbertabs' option (by hrist). 2007-05-29 10:42:47 +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
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
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
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
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
Viktor Kojouharov
f560f7e046 The Return of the Link 2007-05-13 21:36:54 +00:00