| Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
On Tue, Jan 27, 2015, at 11:52 AM, Christoph Lohmann wrote:
> Then hook to the window leaving event in GTK or X11 and set the title to
> your needs. I will welcome a patch.
Patch is attached. I am a total novice in GTK programming, so I don't
know what type the callback function is supposed to be (hence the void
pointers) or whether I registered it properly. But it does work well
for me.
--
http://www.fastmail.com - Access your email from home and the web
From a33f06da092bf920b6a286ea7688b32944d79a50 Mon Sep 17 00:00:00 2001
From: Greg Reagle <greg.reagle@umbc.edu>
Date: Tue, 27 Jan 2015 13:22:15 -0500
Subject: [PATCH] ensure that window title is web page title (not hover link)
when leaving window
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
|
|
|
|
|
|
Patch attached.
--
http://www.fastmail.com - The professional email service
From 4a64624fee94c16c093d2b192389bad9bd6675d8 Mon Sep 17 00:00:00 2001
From: Greg Reagle <greg.reagle@umbc.edu>
Date: Mon, 26 Jan 2015 14:29:05 -0500
Subject: [PATCH] Documented indicators
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
* no more segfault when running `surf -m`
* allow to enable custom styles after `surf -m` with mod+shift+m
* use enablestyles instead of the webkit-setting, which clears things up a bit
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
|
|
Adding blob: to the URIS handled by the browser.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks quing for noticing.
|
|
Thanks Carlos Torres for mentioning this.
|
|
|
|
This is a merge of the patch of Ben Woolley <tautolog@gmail.com>
|
|
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
|
|
In config.h there is now some styles array to apply site-specific styles.
This can be toggled using the -mM flags. If a stylefile is manually specified,
then this will overwrite everything.
|
|
`Ctrl-/` displays incorrectly in `man surf` on my machine.
A patch is attached.
(You also access it here:
https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97)
----
surf.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Christoph Lohmann <20h@r-36.net>
|
|
|
|
Thanks yui@blekksprut.net for the patch!
|
|
|
|
Something was missing from this one sentence. Now it is complete.
|
Boland (tox)
1 | -0/+7 |
| 2010-05-06 | fixing compilerwarning in newer webkit versions | Enno Boland (tox)
| 1 | -2/+1 |
| 2010-05-06 | fixing config.mk | Enno Boland (tox)
| 1 | -1/+1 |
| 2010-05-02 | Adding small fix by Alex Puterbaugh. Thanks. | Enno Boland (tox)
| 2 | -7/+6 |
| 2010-04-08 | remove empty lines | pancake
| 1 | -3/+1 |
| 2010-03-29 | whoops... linking Oo | Enno Boland (tox)
| 1 | -3/+3 |
| 2010-03-26 | typofix. | Enno Boland (tox)
| 2 | -5/+5 |
| 2010-03-25 | reimplementing cookies. Now we need some file locking. | Enno Boland (tox)
| 1 | -2/+14 |
| 2010-03-25 | updating manpage, reformating help output. | Enno Boland (tox)
| 2 | -9/+19 |
| 2010-03-24 | fixing argument parsing. | Enno Boland (tox)
| 1 | -0/+2 |
| 2010-03-24 | fixing downloads | Enno Boland (tox)
| 1 | -8/+6 |
| 2010-03-24 | gotheaders will now be called correctly. | Enno Boland (tox)
| 1 | -1/+6 |