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

39 Commits

Author SHA1 Message Date
Doug Kearns
9f79ec4d71 some trivial formatting fixes 2007-08-14 15:24:49 +00:00
Martin Stubenschrott
0d81e13533 hopefully made the MOW hack better, so that it doesn't show during startup
fixed wildoptions=sort
2007-08-13 18:12:40 +00:00
Doug Kearns
5966c57920 add initial implementation of :normal command 2007-08-12 06:48:12 +00:00
Martin Stubenschrott
27839f303d commandline and MIW try to keep focus now
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00
Martin Stubenschrott
5c3a8426b1 fixed/renamed vimperator.events.toString(event);
v.e.is{Accept,Cancel}Key(key) helper functions
2007-08-11 20:05:51 +00:00
Doug Kearns
5b6b78d815 change remaining uses of the Array() constructor in array initializations to
literals
2007-08-11 12:46:13 +00:00
Martin Stubenschrott
cfdea2614a fixed first use of setMultiline() with an ugly (but working) hack 2007-08-10 02:36:35 +00:00
Doug Kearns
54a5ee42f4 move global completion functions into a vimperator.completion module 2007-08-08 16:47:31 +00:00
Doug Kearns
ad44a9160c initial buffer implementation 2007-08-07 14:19:20 +00:00
Doug Kearns
9bbaca69b7 reverse last commit 2007-08-06 13:45:17 +00:00
Doug Kearns
6508cb8c65 move Option constructor to Options, move
Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in
vimperator.options and move all option initialisation to Options()
2007-08-06 12:52:33 +00:00
Doug Kearns
022e455d48 move the global isFormElemFocused() to Events 2007-08-05 06:29:14 +00:00
Doug Kearns
f71a3c1722 add onMultilineOutputEvent for handling more-prompt keypress events 2007-08-04 13:38:28 +00:00
Doug Kearns
b83977981b remove more unnecessary toString() calls 2007-08-04 12:33:00 +00:00
Doug Kearns
a05347965a merge vimperator.execute and the execute_command() global function 2007-08-02 15:43:30 +00:00
Martin Stubenschrott
983600cb7a couldn't resist, had to add support for auto-sourcing ~/.vimperator/plugin/ before we release 0.5 2007-08-01 02:51:37 +00:00
Martin Stubenschrott
b4dfb2540b inputMultiline method finished (some display bug may remain)
:js <<EOF support is back, better than ever (TM)
2007-07-29 03:48:29 +00:00
Martin Stubenschrott
bdc505a047 openURLs -> vimperator.open(...)
Support for adding bookmark groups to QuickMarks
2007-07-27 18:49:08 +00:00
Doug Kearns
e0245fe575 move the Events and Tabs objects to files of their own and add a license header
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns
f9ecd3b788 limit the size of the multiline output window to the size of the browser panel 2007-07-10 10:07:08 +00:00
Martin Stubenschrott
84874eec04 Fixed some focus issues
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Doug Kearns
abc8370a61 move global beep() command to a vimperator slot 2007-07-02 10:29:02 +00:00
Martin Stubenschrott
cccd74c487 autosize multiline widget 2007-07-01 11:04:02 +00:00
Martin Stubenschrott
3e1bd07ec8 :marks support 2007-06-27 14:35:11 +00:00
Martin Stubenschrott
10aba69c3d initial commit of multiline echo() 2007-06-27 13:10:44 +00:00
Doug Kearns
f43ad36110 declare loop counter in InformationList#fill 2007-06-27 11:22:53 +00:00
Doug Kearns
eba81125a4 rename StatusLine#setClass's parameter to 'type' since 'class' is a reserved
word
2007-06-26 13:11:04 +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
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
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
Doug Kearns
a90d422d46 fix typo in bufferposition_str variable declaration 2007-05-30 13:03:12 +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
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
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
d99945054c renamed commandline.js -> ui.js
moved all statusbar code to the StatusLine() class
2007-05-16 15:31:50 +00:00