Re: [dev] [surf] which version of WebKitGTK+ do you use?

2010-09-06 Thread Alex Puterbaugh
libwebkit version 1.2.3 from webkitgtk.org Soup version 2.30.2 icu version 4.4 Good luck :) >On Tue, Sep 07, 2010 at 03:31:11AM +0200, Michael wrote: > Hi everyone, > > I'm having problems compiling surf and uzbl because of WebKitGTK+, so I > thought it best to check with you some things. > > W

[dev] [surf] Commit 222 breaks javascript, page title, etc for "open in new window"

2010-09-03 Thread Alex Puterbaugh
It seems that surf commit 222 breaks surf's ability to process webkit signals in windows spawned from an existing surf instance. Also the patch doesn't actually fix the segfault mentioned in the commit message. It seems that if there is a segfault from closing a window while the page is loadin

Re: [dev] Suckless OS (part 2 - answer)

2010-08-25 Thread Alex Puterbaugh
>From the comments: ..."I remember we had a few Mac machines at the lab in my university, and no one used them because they were absolutely useless to us without the expensive Adobe suite of software, which the university hadn't bought because we were studying Computer Sciences, not Design. So, in

Re: [dev] [surf] Why enable spatial navigation?

2010-08-22 Thread Alex Puterbaugh
Personal taste I guess. There are existing keybinds for scrolling that you can change in config.h, so I guess enabling spatial navigation allows the best of both worlds or something. >On Sun, Aug 22, 2010 at 02:26:13PM -0500, Matthew Bauer wrote: > Why does surf by default have spatial navigatio

Fwd: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-22 Thread Alex Puterbaugh
And because I'm really married to the idea of this going into the main branch of surf, here's a diff that does the same thing, but doesn't make Arg a struct, if it should happen to please Tox. > From: Alex Puterbaugh > To: suckless dev > Date: Sat, 21 Aug 2010 14:32:

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-22 Thread Alex Puterbaugh
Nice stuff. You should submit that to the wiki :D >On Sun, Aug 22, 2010 at 11:17:20AM +0200, sta...@cs.tu-berlin.de wrote: > * Alex Puterbaugh [2010-08-21 20:32]: > > I think that horizontal scrolling via the keyboard is far from an > > "edge" use case for a web bro

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Actually, that patch breaks the navigate() and clipboard() functions. There's an updated one attached. > On 21 August 2010 19:32, Alex Puterbaugh wrote: > Hey all, > > I've made a small patch that allows you to bind keys for > horizontal scrolling. > > This appro

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Heh. Looks like I forgot to attach it. How's it look now? There's also some changes to the default config file, but they are of course just suggested. >On Sat, Aug 21, 2010 at 07:35:33PM +0100, Rob wrote: > On 21 August 2010 19:32, Alex Puterbaugh wrote: > > Hey all, >

[dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Hey all, I've made a small patch that allows you to bind keys for horizontal scrolling. This approach (which imho is the least of many evils) requires the Arg union to be a struct, to allow the scroll() function to use both .b and .i as arguments. I think that horizontal scrolling via the keyboa

Re: [dev] [surf] URI handling, with patch

2010-08-18 Thread Alex Puterbaugh
>On Tue, Aug 17, 2010 at 06:52:40PM -0400, Ryan Mullen wrote: > > The first problem is a simple patch, but I'm not sure what is the best > approach here. As far as I can see, I think it would be best to assume > that URIs without "://" in them are actually file:// types, and > http:// should be re

Re: [dev] Suckless Way to Learn How To Program

2010-08-14 Thread Alex Puterbaugh
I guess the suckless website itself has tons of example code just lying around. Surf's pretty easy to wrap your head around. I suppose it wouldn't be too bad for a beginner to start playing around with. >On Fri, Aug 13, 2010 at 06:20:17PM -0400, Brandon LaRocque wrote: > This is a pretty easy q

[dev][surf] Searchengines Patch Update

2010-08-13 Thread Alex Puterbaugh
If anyone's interested, I've updated the searchengines patch to succeed with the latest hg pull. The diff: diff -r dbb565b8d61c config.def.h --- a/config.def.h Fri Jun 25 09:42:58 2010 +0200 +++ b/config.def.h Fri Aug 13 16:28:31 2010 -0400 @@ -7,6 +7,10 @@ static char *cookiefile

Re: [dev] stderr: unnecessary?

2010-06-11 Thread Alex Puterbaugh
Kris, Kris, Kris... So no one in the world ever reads files bigger than 2GB? That's a silly notion. You can't design an API based on what you think a programmer is _most likely_ to need, without consideration to other scenarios. At least not if you want it to be scalable enough to be relevant i

Re: [dev][surf]Your browser's cookie functionality is turned off. Please turn it on.

2010-05-13 Thread Alex Puterbaugh
Occiasionally, the cookies file is corrupted somehow, and you'll get this error. Just delete your cookies file (default ~/.surf/cookies.txt) and that problem should go away. On 5/13/10, Cengiz Tas wrote: > hi mates.. > > whenever i try to log into my gmail account i get the above mentioned cooki

[dev][surf] - Load Status Problem

2010-04-27 Thread Alex Puterbaugh
So, I found a problem with surf on www.bay12games.com/dwarves. Looks like the file downloads there fail because the little changing icon in the corner provokes a load status change, which causes the current download to stop. Looks like a simple fix here is to move the first two lines of loadstatu