Re: [dev] [surf] tabs and clipboard

2015-01-20 Thread Christoph Lohmann
Greetings. On Wed, 21 Jan 2015 06:35:26 +0100 Markus Teich wrote: > Christoph Lohmann wrote: > > Separating the button events into config.h should be possible. I would > > welcome a patch. > > Heyho Christoph, > > Is there a specific reason, why the button release event is used instead of >

Re: [dev] [surf] tabs and clipboard

2015-01-20 Thread Markus Teich
Christoph Lohmann wrote: > Separating the button events into config.h should be possible. I would > welcome a patch. Heyho Christoph, Is there a specific reason, why the button release event is used instead of the button pressed event? I would prefer to use the later one because of that tiny li

[dev] [tabbed] [PATCH] revise drawbar and related mechanisms.

2015-01-20 Thread Markus Teich
This also fixes a bug, where the last tab was hidden and no "after" text was displayed. --- Heyho, I noticed a inconvenient little bug with tabbed. With tabwidth=200, a window width of around 1280px and 9 tabs when the 8th tab was selected, it was displayed on the right, but neither the ">" (the

Re: [dev] Re: [dwm] Most fonts do not work

2015-01-20 Thread Dmitrij D. Czarkoff
Joshua Krämer said: > I have figured it out myself: the non-working fonts are available with > utf8 encoding only, but dwm (without Xft patch) does not support utf8. Sorry, but this doesn't make any sense. Firstly, dwm "supports" utf-8 without any patches. (Although I don't normally use non-ASC

[dev] Re: [dwm] Most fonts do not work

2015-01-20 Thread Joshua Krämer
On 2015-01-18, 17:58, Joshua Krämer wrote: > I have a problem with dwm (current git without patches): I cannot use > most of the fonts I have tried. [...] I have figured it out myself: the non-working fonts are available with utf8 encoding only, but dwm (without Xft patch) does not support utf8

Re: [dev] [surf] http auth in webkit 2.4.7

2015-01-20 Thread Christoph Lohmann
Greetings. On Tue, 20 Jan 2015 17:48:03 +0100 Markus Teich wrote: > Heyho, > > after I updated webkit to the 2.4.7-r200 version (from default gentoo > repository), I have a problem with http authentication. After authenticating > only the first pageload works. Every refresh or navigation to ano

Re: [dev] [surf] [PATCH] fix stylesheet interna.

2015-01-20 Thread Christoph Lohmann
Greetings. On Tue, 20 Jan 2015 17:46:12 +0100 Markus Teich wrote: > * 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 Thanks, the patch has been pushed ups

[dev] [surf] http auth in webkit 2.4.7

2015-01-20 Thread Markus Teich
Heyho, after I updated webkit to the 2.4.7-r200 version (from default gentoo repository), I have a problem with http authentication. After authenticating only the first pageload works. Every refresh or navigation to another url protected by the same http authentication mechanism results in webkit

[dev] [surf] [PATCH] fix stylesheet interna.

2015-01-20 Thread Markus Teich
* 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 --- surf.c | 31 --- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a

Re: [dev] [surf] site-specific stylesheets

2015-01-20 Thread Markus Teich
Christoph Lohmann wrote: > Since surf does now have site‐specific styles (Thanks Markus Teich for the > patch!) I added a wiki subsection for surf [0] so stylesheets can be shared > with all oder comrades. Heyho Christoph, thanks for the improvements, your version cleaned up some things in the

Re: [dev] [surf][patch] Add support for mailto links

2015-01-20 Thread FRIGN
On Mon, 19 Jan 2015 19:15:12 +0100 Michael Schupikov wrote: > Currently surf cannot handle mailto links. > This patch changes that and passes them to the email client. I agree with koneu here. Just call xdg-open. If you don't like xdg-open, I wrote a suckless implementation[0] of it a while ago