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

11 Commits

Author SHA1 Message Date
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