Re: [dev] gtk3 support for surf?

2014-01-09 Thread Markus Teich
Markus Teich wrote: > I am confused. Are you talking about NetSurf [0] or surf [1]? And here are the links I knew I would forget… [0]: https://www.netsurf-browser.org/ [1]: http://surf.suckless.org/

Re: [dev] gtk3 support for surf?

2014-01-09 Thread Markus Teich
Bryan Bennett wrote: > Check the smoothscroll patch[1]. Maybe this is what you want? > > [1]: http://surf.suckless.org/patches/smoothscrolling Thank you. I would have never found this by just looking for gtk3. I'll try it soon. --Markus

Re: [dev] gtk3 support for surf?

2014-01-09 Thread Markus Teich
Sylvain BERTRAND wrote: > It's a bit on the side of the topic but GTK+ is now hard dependent through > pango on harfbuzz, a c++ component (object oriented cluster f), which > pulls a dependency on c++ compiler/runtime. WebKitGTK is also written in C++ so we need a C++ compiler and runtime anyw

[dev] [dvtm] [PATCH] Use ERR as the modifier for direct key bindings.

2014-01-09 Thread Mark Edgar
The current code allows direct key bindings, but if you use it, you can no longer use C-space as it unintentionally becomes a modifier key. This patch fixes that. The second patch is optional, but demonstrates how to make direct key bindings. If it's not applied, it might make sense to otherwise m

[dev] [dwm] cfacts patch

2014-01-09 Thread Patrick Steinhardt
Hi, I've written a patch that enables per-client 'cfacts'. This allows users to modify a clients weight in the stack it is currently located in. So if a client has an increased or decreased weight it will be allocated more or less space respectively than the other clients in its stack. Attached i

[dev] [dwm] stacker patch (client stack management)

2014-01-09 Thread Carlos Pita
Hi all, I've written this patch for focusing and pushing clients around the stack, which is more general than the push patch and also extends the vanilla focus capabilities of dwm. I'm attaching the documentation and the patch, both of them already pull requested in the sites repo. Regards -- Ca

[dev] [dwm] flextile patch for 6.1

2014-01-09 Thread Jonathan
Hello all, I've been using dwm for a bit on my laptop in both a docked and mobile configuration, which involves frequent switching between portrait and landscape monitor layouts. The default tiling mode isn't quite optimal for this. As a result I've done a bit of work reviving the original flextil

Re: [dev] [dwm] Pango patch for 6.0 (update: markup & cleanup)

2014-01-09 Thread Carlos Pita
Hi all again, I'm attaching an updated version of the pango patch. I've rewritten the pango/xft object creation/cleanup code for good and I've fixed a couple of subtle bugs (that probably would never manifest themselves, anyway) that were in the original code. But most important I've added (optio

Re: [dev] gtk3 support for surf?

2014-01-09 Thread Sylvain BERTRAND
On Thu, Jan 09, 2014 at 03:24:59PM +0100, Markus Teich wrote: > Heyho, > > are there plans to port surf to gtk3, so it can be used under > wayland? > > --Markus > It's a bit on the side of the topic but GTK+ is now hard dependent through pango on harfbuzz, a c++ component (object oriented cluster

Re: [dev] gtk3 support for surf?

2014-01-09 Thread Bryan Bennett
Hey - Check the smoothscroll patch[1]. Maybe this is what you want? [1]: http://surf.suckless.org/patches/smoothscrolling Bryan

[dev] gtk3 support for surf?

2014-01-09 Thread Markus Teich
Heyho, are there plans to port surf to gtk3, so it can be used under wayland? --Markus