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

18 Commits

Author SHA1 Message Date
Martin Stubenschrott 7aa055d9d3 show info about tabs loaded in background; also allow ctrl- prefixed keys again 2008-06-24 20:36:06 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Doug Kearns 9adcddff76 add a note about :hover requiring an element in the selector when in quirks
mode
2007-10-26 12:09:25 +00:00
Doug Kearns 0a01a5317b move cursor property assignment to .hl-URL 2007-10-19 15:26:57 +00:00
Martin Stubenschrott 129f7f23f7 :bmarks [filter] works again, now even with -tags=foo filtering 2007-10-18 16:45:22 +00:00
Doug Kearns 1b05ad305f explicity use an element in the .hl-URL:hover selector since the MOW currently
uses about:blank which puts FF in quirks mode where this is required
2007-10-18 11:35:53 +00:00
Martin Stubenschrott 9f0b1964eb better :q 2007-10-17 20:34:08 +00:00
Doug Kearns 83df17f660 use the value of 'activate' when opening new tabs from the MOW 2007-10-16 14:05:52 +00:00
Doug Kearns 91452f438f make each row of the buffer list clickable and jump to the selected buffer 2007-10-16 12:05:57 +00:00
Doug Kearns be22d59c63 make URLs in the :bmarks output clickable 2007-10-16 11:11:13 +00:00
Doug Kearns 4c125b4ac1 enforce our status bar styles 2007-10-12 04:08:10 +00:00
Doug Kearns 8339cea65d allowd the sidebar width to range from 10% - 90% 2007-10-09 23:19:44 +00:00
Doug Kearns d8aa1cb342 use standard-ish Vim highlight group names for the statusline styling 2007-10-08 00:44:35 +00:00
Doug Kearns a8bcbcf74b append command output to the MOW rather than overwriting if it is already open 2007-10-04 20:35:24 +00:00
Doug Kearns e920cd3170 move more-prompt messages to the commandline and use the default UI font size
in the MOW
2007-10-02 20:45:56 +00:00
Doug Kearns b76c20b99d add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
2007-10-02 18:20:19 +00:00
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00