[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

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

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] [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

[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

[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

[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

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

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
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/