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

2078 Commits

Author SHA1 Message Date
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
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
Doug Kearns d52466188e mention <fullscreen> keyword in autocommands help 2008-11-02 11:52:58 +00:00
Doug Kearns 189d578da8 fix NEWS formatting 2008-11-02 05:56:48 +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
Kris Maglione b334f2538d Turn off white-space:pre for the completions list 2008-11-02 01:56:30 +00:00
Kris Maglione c03fdade9c Add highlight groups for the completion list 2008-11-02 01:43:14 +00:00
Kris Maglione 0644de1458 Beep when the commandline loses focus *if* the new focus is an input element or in the content document 2008-11-02 00:35:56 +00:00
Kris Maglione 9c3fb60bc3 Some string highlighting stuff. 2008-11-01 22:05:27 +00:00
Kris Maglione 96f54b7c88 Center the :hi sample 2008-11-01 21:05:33 +00:00
Kris Maglione 6bda95ff00 Restore the fixed with/height in the :hi sample; theyre quite necessary so the output doesnt explode given certain CSS, and useful for showing certain visual effects 2008-11-01 20:52:13 +00:00
Kris Maglione 12a9532e6c Add Fullscreen autocommand 2008-11-01 20:46:33 +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
Kris Maglione 8c1c2ee76a Dont sort constants in objectToString (theyre better ordered by value than key) 2008-11-01 19:29:25 +00:00
Kris Maglione 6be68bad2c Make objectToString work better with generators and arrays 2008-11-01 19:10:28 +00:00
Martin Stubenschrott dcff71b235 fixed muttator for recent thunderbirds 2008-11-01 16:46:22 +00:00
Kris Maglione fa8ad12036 You have it backwards. tabs.browsers wasnt *supposed* to be a function. 2008-11-01 16:36:14 +00:00
Martin Stubenschrott a54218c371 made the MIW use fixed width fonts again 2008-11-01 15:49:21 +00:00
Doug Kearns 7b1f6b0667 fix recently broken :ls - tabs.browsers is a function (Juergen Descher) 2008-11-01 15:46:19 +00:00
Doug Kearns 3d4746229a fix typo in :autocmd help 2008-11-01 15:00:32 +00:00
Doug Kearns 3371398700 add help for :colorscheme and move completion function to
completion.colorScheme
2008-11-01 14:54:05 +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
Doug Kearns 2b3ef469c4 add rough initial implementation of :colorscheme 2008-11-01 11:18:37 +00:00
Doug Kearns fdd2339274 fix typos in :highlight help - Javascript -> JavaScript 2008-11-01 09:53:52 +00:00
Doug Kearns 8aff700b67 whitespace fix 2008-11-01 09:29:13 +00:00
Doug Kearns 74288a1461 fix util.computedStyle 2008-11-01 09:20:55 +00:00
Doug Kearns bf5c630575 simplify parseSpecs longname/shortname pattern 2008-11-01 05:39:48 +00:00
Doug Kearns 9bb726f7f8 update vimperator.vim 2008-11-01 05:20:55 +00:00
Doug Kearns 55f60e97c8 change :ru[ntime] to :runt[ime] since it clashes with :run 2008-11-01 05:20:21 +00:00
Doug Kearns a9803eb709 update some old refererences to util.arrayIter 2008-11-01 04:30:57 +00:00
Doug Kearns 5f90b93430 normalise platform feature values 2008-11-01 04:14:50 +00:00
Kris Maglione ddabf3b84e Fix vertical align in completions list 2008-11-01 03:55:36 +00:00
Kris Maglione db5543dcb5 Fix stupid styling bug 2008-11-01 03:20:24 +00:00
Doug Kearns 47f753d72c rename local function gotoHistoryItem to loadHistoryItem 2008-11-01 02:55:21 +00:00
Doug Kearns 4efae05d03 return a file object from io.getCurrentDirectory 2008-11-01 02:53:25 +00:00
Doug Kearns 14a646e2ce fix loading of style.js - don't redefine function parameters with let (possibly
a Windows specific SpiderMonkey bug
2008-11-01 02:11:15 +00:00
Kris Maglione b904f580bb Add -append options to :hi and :sty. Fix some bugs (no, I don't know which bugs) 2008-11-01 02:04:42 +00:00
Kris Maglione c5ec767aa5 Give a sample in :highlight output 2008-10-31 23:51:04 +00:00
Kris Maglione 62fb7040e3 Fix bug with multiple windows 2008-10-31 22:49:53 +00:00
Kris Maglione f0d258c8fc Show the default styles in :highlight, etc. 2008-10-31 22:46:34 +00:00
Kris Maglione d7c5e79cd7 Properly kludge last commit. 2008-10-31 16:22:01 +00:00
Kris Maglione f7141d55e1 Fix ticket #6 2008-10-31 16:01:39 +00:00
Doug Kearns e412a11d77 make liberator.hasExtension work in Muttator - FUEL is FF only 2008-10-31 16:00:14 +00:00
Doug Kearns ca28dafa8a add liberator.hasExtension for testing for the presence of a given FF extension 2008-10-31 11:36:19 +00:00
Doug Kearns c3ce38db9c add note to buffer.getCurrentWord regarding Firefox's getSelection() bug 2008-10-31 08:22:05 +00:00
Doug Kearns d498825baf highlight comments after :set lines in Vimperator runtime files 2008-10-31 08:06:12 +00:00