Martin Stubenschrott
30db94b3db
Fixed zoom level messages (not opening MOW anymore on subsequent zi's)
2009-01-19 18:42:42 +01:00
Martin Stubenschrott
6cddced452
fixed muttator completions
2009-01-14 22:33:17 +01:00
Martin Stubenschrott
72e45035f9
add note about broken completion height calculation
2009-01-14 01:42:53 +01:00
Martin Stubenschrott
3698f3152b
actually don't anchor :emenu
2009-01-11 01:27:10 +01:00
Martin Stubenschrott
8bd3c666cf
Revert "Don't anchor :dia completions". The reason we anchor :dia,
...
is that once you know which :dialog you want to open, you can usually
open it with :dia xy<tab> very quickly and reliable. The difference
to :emenu is that :emenu has lots of completion items with the same
prefix, so anchored completions wouldn't really be that helpful to
quickly open a menu.
This reverts commit fa842fd716aac599891a53efdf64cab76422c153.
2009-01-11 01:15:41 +01:00
Martin Stubenschrott
9256e8cfab
add note to TODO that beep is broken for completions
2009-01-09 20:57:56 +01:00
Martin Stubenschrott
d2a96e4475
added comment to HACKING about new
2009-01-07 21:06:31 +01:00
Martin Stubenschrott
16ea6a79d9
make :open foo<tab> faster on certain hardware/OS configurations
...
(where foo is a completion which might take up to 20 seconds to return all results)
Still very, very buggy.
2009-01-07 20:57:31 +01:00
Martin Stubenschrott
392f331562
changed Makefile to a symlink instead of a copy, although symlinking to
...
the vimperator/ dir is not perfect. Do we really need separate Makefiles
for each doc dir instead of just make doc?
2009-01-07 19:35:03 +01:00
Martin Stubenschrott
99150247f9
added comments to ui.js, thanks cirmin. Note: Please try
...
to avoid trailing whitespace, I had to remove 18 of these things, but
otherwise nice job, thanks :)
2009-01-07 03:18:29 +01:00
Martin Stubenschrott
7b37b4d1c8
added my opinion about new in HACKING, please respond
2009-01-07 03:10:00 +01:00
Martin Stubenschrott
473c461d3f
fixed :open completions for slow computers. We now yield
...
incremental results, and the user gets more completion, the more often
he presses tab. Need to find out, how to change the "Waiting..." message
to "More results...". Also reminds me, how ugly the completion context
code is partly. We should try to clean it up and remove/merge useless
function to make it's interface smaller and more side-effect free.
2009-01-07 03:07:29 +01:00
Martin Stubenschrott
f09ad33e28
Fixed v exiting visual mode, thanks Xie&Tian
2009-01-06 14:00:27 +01:00
Martin Stubenschrott
2b404b74a0
Allow canceling of asynchronous completions. Some other small completion cleanups. NOTE to myself: The completion/commandline code is quite spaghetti code again, need to reduce unused functions, and reduce side effects inside functions like resetCompletions
2009-01-05 23:58:34 +01:00
Martin Stubenschrott
153536799a
dont output continous "Waiting for page to load..." as a message
2009-01-05 06:09:57 +01:00
Martin Stubenschrott
41d8cf47dd
fixed multiline output display in regressions.js
2009-01-05 06:04:17 +01:00
Martin Stubenschrott
5e8e1b0507
fixed markFolderRead for newer thunderbirds
2009-01-05 05:06:28 +01:00
Martin Stubenschrott
bc0c985a49
Revert "Copyedit to :help winopen for clarity."
...
Ted: Read the help again, :tabopen is just like :open, but opens in a
new tab.
This reverts commit 9f199106abf90dec0a2de6235dad0cf50a8e7722.
2009-01-05 00:46:51 +01:00
Martin Stubenschrott
7bf0481345
added 2 more things to the style guide
2009-01-03 14:49:16 +01:00
Martin Stubenschrott
b20f740d30
added simple style guide in HACKING file
2009-01-03 14:45:49 +01:00
Martin Stubenschrott
4d272ccc35
update NEWS and TODO
2009-01-03 14:22:47 +01:00
Martin Stubenschrott
5a139df797
Add ;F back again. Kris is right, that we are in feature freeze, but
...
this really just is a small commit which looks done right and satisfies
the need of a lot of people.
This reverts commit 969feba9355bdc148dc9403992facb314a30d1be.
2009-01-03 14:10:34 +01:00
Martin Stubenschrott
14b566422b
updated Donors
2009-01-03 14:09:38 +01:00
Martin Stubenschrott
b7bc245430
teramako: please follow our rules of intention, whitespace, etc. (same
...
for Ted, but Kris already said that)
2008-12-31 16:31:35 +01:00
Martin Stubenschrott
db0fa4bc5b
Fixed ctrl-a/x with 0003-style urls, thanks hogelog
2008-12-22 13:15:05 +01:00
Martin Stubenschrott
2a4352b868
fixed muttator with Cc/Ci
2008-12-17 02:03:39 +01:00
Martin Stubenschrott
59ab76cead
fixed macros. Also don't push echomsgs to the multiline for now
2008-12-17 00:08:57 +01:00
Martin Stubenschrott
778672f6ae
added beep() for p/P when there is no content
2008-12-11 23:13:30 +01:00
Martin Stubenschrott
ce8d5c369e
Moved README.EAX to the top level. Should it be in liberator/?
2008-12-09 21:25:50 +01:00
Martin Stubenschrott
da892236aa
Fixed whitespace. Ted: Put a space between if and (, but not after the (
2008-12-09 01:51:01 +01:00
Martin Stubenschrott
9be1936b05
Fixed :open test.com
2008-12-08 21:47:18 +01:00
Martin Stubenschrott
21e2219819
fixed view-source:
2008-12-08 19:07:21 +01:00
Martin Stubenschrott
564ed266cf
fixed :open keyword
2008-12-08 18:52:00 +01:00
Martin Stubenschrott
9fe3e53ce0
Fixed Added Quickmarks annoyance, and changed verbose to 1 by default
2008-12-08 15:47:44 +01:00
Martin Stubenschrott
cd84d64b43
allow searching for std::string like strings by checking wheter \w+ is an actual protocol
2008-12-08 15:38:59 +01:00
Martin Stubenschrott
6bb74806d7
simplified selection controller usage
2008-12-08 13:54:21 +01:00
Martin Stubenschrott
9b16f7b4f7
fixed muttator focus handling
2008-12-08 13:15:29 +01:00
Martin Stubenschrott
e9fa61aaf1
changed compose/liberator.xul to be a symlink, god finally we can do such things due to git!
2008-12-08 12:14:30 +01:00
Martin Stubenschrott
f52548c7a6
Fixed :qmarks
2008-12-08 02:08:45 +01:00
Martin Stubenschrott
fb8f329c76
Updated regressions suite. Ability to skip certain tests now.
2008-12-08 02:03:58 +01:00
Martin Stubenschrott
952dd7876e
slightly updated regressions.js, still broken with current git
2008-12-07 14:41:26 +01:00
Martin Stubenschrott
95709634d7
fixed default muttator guioptions
2008-12-07 14:41:26 +01:00
Martin Stubenschrott
459e6ff217
moved website only artwork to www/
2008-12-07 13:55:40 +01:00
Martin Stubenschrott
1f6c4859e3
updated artwork to the latest versions, including new icons based on the new vimperator/muttator logos
2008-12-07 11:16:25 +01:00
Martin Stubenschrott
fd77862f15
[muttator] fixed guioptions handling
2008-12-04 22:19:03 +01:00
Martin Stubenschrott
15997a21cd
fixed muttator's chrome.manifest
2008-12-03 00:31:29 +01:00
Martin Stubenschrott
5e8138b97d
added .gitignore, removed .xpi
2008-12-02 23:31:40 +01:00
Martin Stubenschrott
0467e9b292
renamed Donators file also for muttator
2008-12-02 20:57:43 +01:00
Martin Stubenschrott
e3b5261e58
move some files around, remove obsolete ChangeLog
2008-12-02 20:51:29 +01:00
Martin Stubenschrott
a9a0d9b7e5
Merge branch 'master' of vimperator.org:/git/vimperator/vimperator
2008-12-02 20:44:39 +01:00
Martin Stubenschrott
6d26836d92
removed obsolete README
2008-12-02 20:39:28 +01:00
Martin Stubenschrott
a2d269d5d7
fixed muttator to comply with new Thunderbird API
2008-11-30 12:01:24 +00:00
Martin Stubenschrott
7ffb52febd
fixed esc for muttator
2008-11-30 01:04:52 +00:00
Martin Stubenschrott
3f6f53580f
remove spaces from strings which look like urls
2008-11-29 15:29:32 +00:00
Martin Stubenschrott
b73d644eae
updated donators
2008-11-29 10:56:15 +00:00
Martin Stubenschrott
75120e0e04
fixed regression test counting
2008-11-24 23:25:27 +00:00
Martin Stubenschrott
0fdbf53fea
added ability to just run single tests of the regression suite
2008-11-24 23:15:27 +00:00
Martin Stubenschrott
aad7a5667a
add some statistics to the regression script
2008-11-24 21:52:28 +00:00
Martin Stubenschrott
eb35eba435
added simple regression script. Run with :regressions. And yes, :bmarks is really broken :)
2008-11-24 21:45:34 +00:00
Martin Stubenschrott
fd1bc6adb1
fixed broken completions after html->xml rename
2008-11-21 13:14:06 +00:00
Martin Stubenschrott
3c74d8b50a
fixed :bmarks <filter>, thanks anekos
2008-11-21 12:46:52 +00:00
Martin Stubenschrott
5c8b17cc58
fixed :qmarks/:hs/:bmarks display, add a new template.genericTable() method
2008-11-21 12:44:54 +00:00
Martin Stubenschrott
52038db7ae
remove flicker when using wop=auto completions and cpt=l; Note: typing after hitting O (or any other long url) is (still) kinda slow, we should try to improve this corner case.
2008-11-21 10:33:47 +00:00
Martin Stubenschrott
df6a9a9428
fixed custom completion styling, now better than ever before, per-item based. Note that hold <tab> down after :bmarks <tab> results in a sluggish display, I don't think this commit causes this, it's proably a recent regression.
2008-11-21 00:14:14 +00:00
Martin Stubenschrott
aa13986142
fixed favicons in :hs and :bmarks output (:bmarks filter still broken)
2008-11-20 21:55:41 +00:00
Martin Stubenschrott
ebdac3be1f
new 'followhints' option, thanks Ruud
2008-11-20 20:36:25 +00:00
Martin Stubenschrott
cd2c0d6c6d
Changed 'complete' option default to "sfl", meaning we have awesomebar completions by default now.
...
In constrast removed history cache, which should make startup faster and use less memory. As we only need it for :history anyway, there is no real performance penalty as Places does search quite fast.
2008-11-20 19:46:38 +00:00
Martin Stubenschrott
069a8e57f1
fixed :open foo<tab> completion when writing very fast and when not using wop=auto. Many other small architectural completion improvements, more to come...
2008-11-20 17:29:20 +00:00
Martin Stubenschrott
e9608cccaf
[muttator] fixed lots of problems with the latest thunderbird nightly. Might break muttator for older thunderbirds though
2008-11-18 20:13:49 +00:00
Martin Stubenschrott
05a699dc53
changed horrible history cache code
2008-11-13 23:19:13 +00:00
Martin Stubenschrott
1f056ad06c
speed up Struct slightly and don't use it for History for now. (Still doesn't fix all perf problems, as it is still used in many other places like styles).
2008-11-13 23:05:04 +00:00
Martin Stubenschrott
f4f8deacef
another bug
2008-11-13 00:51:48 +00:00
Martin Stubenschrott
de8dc7c06e
update TODO (i know the reason for the slow vimperator startup, no quick solution though)
2008-11-13 00:38:24 +00:00
Martin Stubenschrott
5221fb41be
fixed :open completions
2008-11-12 20:35:25 +00:00
Martin Stubenschrott
1463b7cc7a
fixed hl-Question
2008-11-10 08:34:07 +00:00
Martin Stubenschrott
25549a0081
completions are now objects (containing an completions array), in order to allow things like having a common createRow function which is used for displaying :bmarks<cr> as well as for showing :bmarks foo<tab>
...
We still allow completion functions to return arrays, for now at least.
2008-11-10 04:00:13 +00:00
Martin Stubenschrott
91fa8dddff
[muttator] fixed :goto
2008-11-09 16:30:42 +00:00
Martin Stubenschrott
9af8e2a632
updated TODO a little
2008-11-08 16:14:23 +00:00
Martin Stubenschrott
eac34847e5
made autocompletions not hang the GUI for quick input
2008-11-08 15:45:05 +00:00
Martin Stubenschrott
3e48c58ab3
made hl-Question bold by default
2008-11-08 00:45:43 +00:00
Martin Stubenschrott
e47a592dbb
fixed xpi generation; made dumpStack() more readable by NOT removing \n
2008-11-08 00:34:35 +00:00
Martin Stubenschrott
6027e3ef9e
unbreak muttator's completions again. I can't say if tab numbering in vimperator still works, as it didn't for me before this commit either.
2008-11-06 08:43:51 +00:00
Martin Stubenschrott
5faccc150a
fix vimperator (still no tabnumbers though)
2008-11-04 08:21:22 +00:00
Martin Stubenschrott
1ab7b8a282
for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to:
...
No chrome package registered for chrome://browser/locale/tabbrowser.dtd
Error: undefined entity
Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml
Line: 23, Column: 9
Source Code:
<content chromedir="&locale.dir;"
It might make sense to rip the vimperator only css into a skin/vimperator.css if possible, but not at 3 a.m.
2008-11-04 01:51:18 +00:00
Martin Stubenschrott
20cd16d1eb
only output default option's title as bold
2008-11-04 00:38:57 +00:00
Martin Stubenschrott
5a0393ec27
quick fix to not wrap completion items
2008-11-04 00:20:29 +00:00
Martin Stubenschrott
e8cf48af6c
/tmp/cvsSeRn0i
2008-11-02 16:50:38 +00:00
Martin Stubenschrott
31a200c0c0
removed beep again, as it still kept beeping on me when switching tags in my window manager and sometimes even when just changing tabs. I also wonder if it's really worth, as i often copy some part of the webpage with the X11 selection while the command line is open and paste it there then. On the other hand, for novice users a beep might make sense if they wonder where their cursor is. For now at least i revert it, with a better fix, we can talk about it.
2008-11-02 12:54:33 +00:00
Martin Stubenschrott
18d65f4ce5
fixed some muttator tab issues
2008-11-02 12:47:00 +00:00
Martin Stubenschrott
1c30aad51c
delay preloading after most tabs should be restored, makes Firefox startup. When we enable the awesomebar completions by default, we might even :set nopreload by default.
2008-11-02 05:22:07 +00:00
Martin Stubenschrott
7a697987bb
added :buffers [filter]
2008-11-02 05:13:34 +00:00
Martin Stubenschrott
70ea0eb34e
Favicon support in :bmarks/:history and :ls and fixed very slow vimperator loading with a large history by NOT loading all favicons at startup.
...
Also fixed :restart by accident showhow.
2008-11-02 04:49:37 +00:00
Martin Stubenschrott
f5bc695368
fixed showmode handling for muttator composer
2008-11-01 20:21:14 +00:00
Martin Stubenschrott
13720d44b8
fixed styling of muttator's chrome
2008-11-01 19:36:49 +00:00
Martin Stubenschrott
dcff71b235
fixed muttator for recent thunderbirds
2008-11-01 16:46:22 +00:00
Martin Stubenschrott
a54218c371
made the MIW use fixed width fonts again
2008-11-01 15:49:21 +00:00
Martin Stubenschrott
dd7178dfc6
add basic CSS highlighting to :hi, and fixed some small visual glitches
2008-11-01 14:35:08 +00:00
Martin Stubenschrott
775ae63515
disable beep on command line blur, as it has side effects. Also fixes :message in muttator
2008-10-30 23:21:00 +00:00
Martin Stubenschrott
8d9c6fcb28
moved hints to commandline.input(), thanks Xie&Tian
2008-10-29 00:09:22 +00:00
Martin Stubenschrott
bded827ce7
fixed custom hints
2008-10-27 23:01:57 +00:00