[dev] [surf] patch - setprop

2009-10-26 Thread Evan Gates
As it is now, if the user hits escape while entering a URI or search term, we get an xprop warning. If the user enters a term with spaces, only the first word is taken. The first patch (surf-tip-setprop_fix.diff) fixes this by using dmenu in the same way as dmenu_run, and adding quoting. The sec

[dev] [surf] patch - download

2009-10-26 Thread Evan Gates
For all of you who miss being able to download from surf, here's a quick and dirty patch that seems to get the job done. I haven't tested it much, and have never worked with webkit before, so beware. But until downloading is done correctly, give this a go. -emg surf-tip-download.diff Descriptio

Re: [dev] [surf] patch-copy link location

2009-10-26 Thread Enno Boland (Gottox)
applied. thanks ;) 2009/10/26 Evan Gates : > Currently in surf the "Copy URI" selection in the menu copies the URI > of the current page being displayed.  I've attached a simple patch > which retains this functionality except when a link is clicked, in > which case it copies the destination for t

Re: [dev] wmii

2009-10-26 Thread Kris Maglione
On Sat, Oct 24, 2009 at 12:20:30PM +0200, Vorname Nachname wrote: your windowmanager is far the most efficient and simplest one ive ever seen.. please never ever change it or become such a full blown peace of sh§$ like that gnome or kde-crap! Thanks, and don't worry, wmii will change, but it wi

Re: [dev] [wmii] hg2574 fails to build

2009-10-26 Thread Kris Maglione
On Mon, Oct 26, 2009 at 08:04:55PM +0100, Thomas Dahms wrote: Hi, this is what I get (using the Arch PKGBUILD from AUR): Sorry, it seems that gmake has some really stupid rules about when it exports environment variables. ... LD cmd/wmii/wmii.out cc: ../lib/libregexp9.a: No such file or di

[dev] [wmii] hg2574 fails to build

2009-10-26 Thread Thomas Dahms
Hi, this is what I get (using the Arch PKGBUILD from AUR): ... LD cmd/wmii/wmii.out cc: ../lib/libregexp9.a: No such file or directory cc: ../lib/libbio.a: No such file or directory cc: ../lib/libfmt.a: No such file or directory cc: ../lib/libutf.a: No such file or directory make[2]: *** [wmii.ou

Re: [dev] [surf] patch-copy link location

2009-10-26 Thread Julien Steinhauser
On Mon, Oct 26, 2009 at 10:34:50AM -0700, Evan Gates wrote: > Currently in surf the "Copy URI" selection in the menu copies the URI > of the current page being displayed. I've attached a simple patch > which retains this functionality except when a link is clicked, in > which case it copies the de

[dev] [surf] patch-copy link location

2009-10-26 Thread Evan Gates
Currently in surf the "Copy URI" selection in the menu copies the URI of the current page being displayed. I've attached a simple patch which retains this functionality except when a link is clicked, in which case it copies the destination for the link to the clipboard. The patch is for the curren