[Netsurf-develop] NetSurf Metal Theme
by Richard Spencer
I've uploaded a simple NetSurf theme (just a Spritefile) at
http://www.richardspencer.freeuk.com/ns_metal.zip
To install, drag the !NetSurf dir over the top of your application,
select Choices from the iconbar>Themes>Metal, quit and reload.
Based on MIT's Galeon project's Remembrance theme, with an original
throbber I'm getting to like :-)
Please let me know likes or dislikes. The whole thing is very beta and
will be adapted as Netsurf grows/changes.
--
Richard
18 years, 1 month
[Netsurf-develop] A request
by Jess Hampshire
On usenet JMB wrote:
> Note also that there's very little focus on gracefully handling
> invalid HTML in NetSurf at present - there's enough work
> to do to get it to render valid sites correctly.
If practical (ie depending on what approach you take) when this is
addressed, could I request that the graceful handling be able to be
switched on and off?
The reasons being:
1. If I'm designing a site (and I now use NS as the primary program to
view it) and I make a stupid mistake, it is nice if the browser doesn't
hide it for me.
2. Would it slow down the rendering of good sites?
Thanks
--
Jess
mailto:jess@itworkshop.uklinux.net (plain text only please)
icq: 91353267 http://www.b1-11.net Using RISC OS 5.08
msn: phantasm_39(a)hotmail.com sms: 07891070734
18 years, 4 months
[Netsurf-develop] Scroll bar error
by Jess Hampshire
Hi
I have noticed the recent builds of Netsurf do not always give a
a scrollbar that is proportional to the amount of the webpage shown
when first loaded. This is only solved by a resize.
Seen on RO 3.1 and 5.08 not tested on 4.x
--
Jess
mailto:jess@itworkshop.uklinux.net (plain text only please)
icq: 91353267 http://www.b1-11.net Using RISC OS 5.08
msn: phantasm_39(a)hotmail.com sms: 07891070734
18 years, 5 months
[Netsurf-develop] Re: NetSurf-develop digest, Vol 1 #486 - 5 msgs
by Mark Syder
In message <20041230041506.CB34A1D2384(a)sc8-sf-uberspam1.sourceforge.net> you wrote:
> From: David W Mills <david(a)tenmagpies.demon.co.uk>
>
> Also I cannot get my school site to load correctly
>
> http://www.henrymaynard.ik.org/
>
> I get Document Done message and a blank white screen
I'm not surprised - it's almost entirely JavaScript, which Netsurf doesn't support.
You're not missing much anyway - a photograph of the school along with the message "Click here to enter".
I would like to know:
1. why this needs JavaScript
2. why site designers insist on "Click here to enter" when all it does is irritate visitors.
I've gone on to the second page in Oregano 2 and it appears to be under construction, so I'd suggest waiting till they've finished it.
--
Mark Syder (like the drink but spelt different)
www.onlinegenie.net
www.marksyder.pwp.blueyonder.co.uk
neither site has a "Click here to enter" in sight.
18 years, 5 months
[Netsurf-develop] My NetSurf wish for 2005
by Stefan Bellon
Dear NetSurf developers,
as much as I like NetSurf in its entirety I completely fail to see the
usefulness of that download name mangling. When I try to download a
filename called "bogofilter-0.93.3.tar.gz" then I want to save it with
that name. NetSurf suggests "bogofilter_0 tar" which is completely
unhelpful.
Please, at least make this name mangling configurable so that NetSurf
suggests the file name as on the server for saving.
--
Stefan Bellon
18 years, 5 months
[Netsurf-develop] Re: Your message to NetSurf-develop awaits moderator approval
by David W Mills
In message <20041229123601.340701D15E6(a)sc8-sf-uberspam1.sourceforge.net>
netsurf-develop-admin(a)lists.sourceforge.net wrote:
> Your mail to 'NetSurf-develop' with the subject
>
> Screen full of code +
>
> Is being held until the list moderator can review it for approval.
>
> The reason it is being held:
>
> Post by non-member to a members-only list
>
> Either the message will get posted to the list, or you will receive
> notification of the moderator's decision.
My mail was really only to notify a cuple of problems I have had with NetSurf
I was not expecting a reply.
David W Mills
--
18 years, 5 months
[Netsurf-develop] Screen full of code +
by David W Mills
Have just called up theacousticstage.net and have the page overlaid with
a bunch of code; starts
Êþ* ¾ - 2Code (* is unreadable even at1024x768)
SourceFile
These two lines are repeated several times then the text changes.
Also I cannot get my school site to load correctly
http://www.henrymaynard.ik.org/
I get Document Done message and a blank white screen
Hope this is of help
David Mills
--
18 years, 5 months
[Netsurf-develop] Memory leak
by Dom
Whilst mucking about in the code I noticed a
possible memory leak:
1161a1162,1164
> //dom:memory leak?
> box_free(box);
>
Cheers
dom
18 years, 5 months
[Netsurf-develop] webmail crash continued
by Dr Peter Killworth
I get a crash without a proxy... my settings are
http_proxy_host:
http_proxy_port:8180
http_proxy_auth:0
http_proxy_auth_user:
http_proxy_auth_pass:
accept_language:en
ssl_verify_certificates:0
memory_cache_size:2097152
inter alia
Peter K.
And happy Xmas to all the readers (someone needs to say it!)
-----------------------------------------------------------------------
Prof. Peter D. Killworth, James Rennell Division for Ocean Circulation
and Climate, Southampton Oceanography Centre, Empress Dock, Southampton
SO14 3ZH, England.
Tel: +44 (0)23-80596202 Fax: +44 (0)23-80596204
Email: P.Killworth(a)soc.soton.ac.uk
Web: http://www.soc.soton.ac.uk/JRD/PROC/people/pki/
Editor, Ocean Modelling: http://www.elsevier.com/locate/ocemod/
-----------------------------------------------------------------------
18 years, 5 months
[Netsurf-develop] Problems with GDraw
by Dom
Hello all,
I've been struggling to get !Netsurf to run properly for
a few weeks now. After spending all day today pouring
through the code looking for a mistake I've tracked it
down to being a bug in GDraw/!SpecialFX after I worked
out that all the errors go into stderr!
The following patch fixes netsurf to run with GDraw
as quite a few people use this it may be worth putting
it in the main version?
193c193
< error = xdraw_fill((draw_path *) path, 0, 0, 0);
---
> error = xdraw_fill((draw_path *) path, 0x30, 0, 0);
I also notice that this file (unlike most of the others)
has horrible line-end characters which has been causing
grief when I try and diff in cvs
Cheers
Dom
18 years, 5 months