FOSDEM 2024 (Feb 3&4, Brussels, EU) - Retrocomputing Devroom - Call for papers

2023-11-13 Thread François Revol
The CfP has been published: https://lists.fosdem.org/pipermail/fosdem/2023q4/003515.html François. ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

cURL annual user survey 2022

2022-05-17 Thread François Revol
Hi, I guess we want to send our voice: https://daniel.haxx.se/blog/2022/05/17/curl-annual-user-survey-2022/ François. ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

RetroComputing devroom CfP

2021-12-01 Thread François Revol
Hi there, as with last year, we'll have an online FOSDEM. Anyone care to propose a talk about NetSurf this time? https://lists.fosdem.org/pipermail/retrocomputing-devroom/2021-December/28.html Deadline December 26th. Event will be February 5th. François. _

Re: Atari toolchain update (mintlib) ?

2021-05-03 Thread François Revol
Le 02/05/2021 à 14:03, François Revol a écrit : Hi, someone asked me about the Atari port yesterday on Mastodon: https://mastodon.social/@zwangseinweisung/106162348193648981 It seemed Vincent Rivière updated mintlib and removed the previous archive. http://vincent.riviere.free.fr/soft/m68k

Atari toolchain update (mintlib) ?

2021-05-02 Thread François Revol
Hi, someone asked me about the Atari port yesterday on Mastodon: https://mastodon.social/@zwangseinweisung/106162348193648981 It seemed Vincent Rivière updated mintlib and removed the previous archive. http://vincent.riviere.free.fr/soft/m68k-atari-mint/ He was notified and will restore it for

Fwd: FOSDEM 2021 - Retrocomputing DevRoom Call for Participation

2020-12-23 Thread François Revol
more information on the devroom organization, things like scheduling is still being worked out. Hope to hear from you soon! And please forward this announcement. CONTACT The Retrocomputing DevRoom is managed by Pau Garcia Quiles and François Revol (retr

Re: Port of Netsurf 3.9 to Plan 9

2020-01-08 Thread François Revol
Hi Jonas, Le 06/01/2020 à 16:38, Jonas a écrit : > Dear Netsurf developers, > > I have started a port of Netsurf 3.9 to the operating system Plan 9 > (http://9front.org, https://9p.io/plan9). It uses the framebuffer > frontend for now, but I plan to continue with a native frontend, also > possibl

Fwd: [retrocomputing devroom] FOSDEM 2020 - Retrocomputing DevRoom Call for Participation

2019-11-26 Thread François Revol
l be published under the same license as all FOSDEM content (CC-BY). Hope to hear from you soon! And please forward this announcement. CONTACT The Retrocomputing DevRoom is managed by Pau Garcia Quiles and François Revol (retro-devroom-mana...@fosdem.org). A mailing list of speakers, audience and

[libwapcaplet] [PATCH] Use a wrapper for memcpy to work around Werror

2018-12-22 Thread François Revol
Hi, I'm using GCC 8.2.0 here and it breaks with the return type of memcpy. Attached patch fixes it. Another option would be to change the return type of lwc_memcpy. François. >From 1cac76658a8b02892cfd59f9dd0a9efaf4ac774f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sa

Fwd: [retrocomputing devroom] FOSDEM 2019 - Retrocomputing DevRoom CfP

2018-10-28 Thread François Revol
Message transféré Sujet : [retrocomputing devroom] FOSDEM 2019 - Retrocomputing DevRoom CfP Date : Sun, 28 Oct 2018 23:12:58 +0100 De : Pau Garcia Quiles Pour : FOSDEM visitors Copie à : retrocomputing-devr...@lists.fosdem.org Hello, FOSDEM 2019 - Retrocomputing DevRoom Ca

SVG elements without width/height attributes in IMG

2018-10-03 Thread François Revol
Hi, I just noticed when testing a beta website in NS that doing with foo.svg having only a viewPort but no width and height attributes seems to render as 1x1 image. Shouldn't it fallback to the viewport boungs? François.

gcc -dumpversion error

2018-10-03 Thread François Revol
On Debian Sid here with gcc-8 being the default, I have this error with the makefile: expr: syntax error: expecting ')' instead of '6' expr: syntax error: expecting ')' instead of '1' This is because gcc -dumpversion returns only "8". It seems this is expected output, cf. https://stackoverflow

Re: Please try the latest build

2018-08-21 Thread François Revol
On 21/08/2018 15:08, Michael Drake wrote: > > On 15/08/18 09:22, Thorsten Otto wrote: > >>> - Haiku >> >> I only have an x86-64 version of it installed, but i can't see any builds >> for >> that. > > You're right, we didn't have Haiku CI builds. > > We've added them now: > > https://ci.net

Re: m68k Amiga + RISCOS patches

2018-07-24 Thread François Revol
Le 23/07/2018 à 19:47, Chris Young a écrit : >> Would you mind merging those so they don't get lost? >> >> I don't know if I'll get the time to work more on this this summer. > > Merged the Amiga one. I can't test the RISC OS changes so I'll leave > that to others. Thanks. I've rebased my other

Re: NS SDK workshop at RMLL / Libre Software Meeting (Strasbourg, July 8th)

2018-07-09 Thread François Revol
Le 26/06/2018 à 23:50, François Revol a écrit : > Hi, > > Next week (July 7th-12th) the Libre Software Meeting (RMLL: Rencontres > Mondiales du Logiciel Libre) will take place in Strasbourg, France. > > > I'll be giving a workshop about installing and using the NS SD

Re: m68k Amiga + RISCOS patches

2018-07-09 Thread François Revol
Le 09/07/2018 à 15:22, Chris Young a écrit : > > I thought I'd fixed that but I probably only changed it in my gcc6 > branch, and actually I thought there was more wrong with the 3.4 > toolchain than just that! > > Unfortunately OpenSSL is still completely broken with Curl* on > m68k-amigaos and

m68k Amiga + RISCOS patches

2018-07-08 Thread François Revol
Hi, while preparing my SDK workshop for RMLL I had issues building those, I've some proposed fixed there: http://git.netsurf-browser.org/toolchains.git/log/?h=mmu_man/m68k-amiga-fix-001 (MPC download URL changed) http://git.netsurf-browser.org/toolchains.git/log/?h=mmu_man/riscos-fix-001 (some

NS SDK workshop at RMLL / Libre Software Meeting (Strasbourg, July 8th)

2018-06-26 Thread François Revol
Hi, Next week (July 7th-12th) the Libre Software Meeting (RMLL: Rencontres Mondiales du Logiciel Libre) will take place in Strasbourg, France. I'll be giving a workshop about installing and using the NS SDK to cross-compile stuff for Atari, Amiga & friends. cf. https://2018.rmll.info/fr/progra

Retrocomputing devroom at FOSDEM 2018

2017-10-30 Thread François Revol
Hi, I just found out someone managed to get a retrocomputing devroom accepted at FOSDEM: https://lists.fosdem.org/pipermail/retrocomputing-devroom/2017-October/00.html https://www.elpauer.org/2017/10/retrocomputing-devroom-call-for-participation/comment-page-1/ Who's going to propose a talk

Re: Frontend maintainership

2017-02-07 Thread François Revol
Hi, On 06/02/2017 12:25, Vincent Sanders wrote: atari - The atari frontend is built for m68k and coldfire variants using a variant of the netsurf cross compliation toolchain/sdk. No serious updates have been made to this toolchain in some time and it has become a burde

bad copy-paste in atari Makefile?

2016-12-03 Thread François Revol
I just noticed this in frontends/atari/Makefile: STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack) ... ifneq ($(strip $(STACK)),) $(Q)$(STACK) -S 256k $(EXETARGET) endif I guess this will never be used? François.

Website down?

2016-11-06 Thread François Revol
Looks like the website and git server are down... François.

Re: NetSurf 3.6 Release

2016-10-13 Thread François Revol
On 13/10/2016 14:49, Vincent Sanders wrote: It is that time again and a new release would seem to be due. As usual the wiki page [1] is being used to co-ordinate the release. If anyone has any known outstanding issues they want to solve before the release *now* is the time to update the wiki or

Re: NetSurf 3.6 Release

2016-10-13 Thread François Revol
On 13/10/2016 14:49, Vincent Sanders wrote: It is that time again and a new release would seem to be due. As usual the wiki page [1] is being used to co-ordinate the release. If anyone has any known outstanding issues they want to solve before the release *now* is the time to update the wiki or

Re: KEY_* to NETSURF_KEY_* change

2015-03-24 Thread François Revol
On 23/03/2015 11:02, Witold Filipczyk wrote: > Hi, > I am an entrant programmer, in the future I want to add the ncurses backend. > The goal of this change (in the attachment) is to avoid conflicts with > (n)curses. > What do you think? > NS_ would probably be enough as a prefix, we already did

Re: Bugs everywhere!

2014-07-07 Thread François Revol
On 07/07/2014 10:47, Vincent Sanders wrote: > It has come to my attention that our bug tracker is working well, alas > this also reveals we are, on average, gaining a new bug every day > right now. > > Can I make a plea to other developers to try and address some bugs in > the forthcoming weeks?

Re: Object fetchers moved to scheduled operation

2014-07-02 Thread François Revol
On 02/07/2014 11:07, Vincent Sanders wrote: >> >> Seems to work on Haiku. > > good to hear > >> >> Btw, straight from select(2) manpage: >> "nfds is the highest-numbered file descriptor in any of the three sets, >> plus 1." >> So the @todo is solved :D >> > > I fear one of us is misunderstanding

Re: Object fetchers moved to scheduled operation

2014-07-01 Thread François Revol
On 01/07/2014 10:25, Vincent Sanders wrote: > As a continuation of the work done by Daniel to adjust the llcache > behaviour to use scheduler for user notification I have now changed > the fetcher system to also be run from the scheduler. > > The fetcher API has been simplified to remove the need

Re: netsurf: branch master updated. release/3.1-59-g1a3ee60

2014-05-16 Thread François Revol
On 16/05/2014 12:00, Chris Young wrote: > On Fri, 16 May 2014 10:49:19 +0100, Vincent Sanders wrote: > >> Right, I added >> >> utils/time.h >> >> which declares and documents >> >> nserror nsc_snptimet(char *str, size_t size, time_t *timep); >> int nsc_sntimet(char *str, size_t size, time_t *time

Re: MacOSX on PPC

2014-05-16 Thread François Revol
Hi, On 16/05/2014 12:04, Vincent Sanders wrote: > This will need to be combined with a donation of a G5 or similar as a > build box as our mac-mini is also now showing issues as mentioned in > the previous updates. If you're in the US, that later point could be arranged maybe: http://armenzg.blog

Re: netsurf: branch master updated. release/3.1-59-g1a3ee60

2014-05-13 Thread François Revol
On 13/05/2014 19:28, Chris Young wrote: > Hi Vince > >> add strptime compatability > > str(p|f)time "%s" appears to be a non-standard extension. Certainly At least it doesn't seem to be part of POSIX: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strptime.html http://pubs.opengroup.org/o

Re: NetSurf 3.1 Change Log

2014-04-01 Thread François Revol
On 01/04/2014 09:16, Michael Drake wrote: > > http://www.netsurf-browser.org/temp/ChangeLog.txt > > Anyone see anything wrong/missing? Looks good for my part. I just checked that HEAD still builds on Haiku. François.

Haiku port broken

2014-02-18 Thread François Revol
Hi, I noticed the Haiku build fails: In file included from /work/netsurf/workspace/netsurf/beos/scaffolding.cpp:55: /work/netsurf/workspace/netsurf/desktop/browser_history.h:38: parse error before `new' Can someone change this argument to "nw" or anything else so I don't have to do ugly things li

Re: [PATCH] Partial build fix for atari toolchains on debian unstable

2014-01-24 Thread François Revol
On 24/01/2014 21:36, François Revol wrote: > On 24/01/2014 21:13, François Revol wrote: >> It still fails later trying to build pml though: >> ... >> make -f Makefile.32 libpml32.a >> make[2]: Entering directory >> `/mnt/data/devel/netsurf/workspace/toolchains/m6

Re: [PATCH] Partial build fix for atari toolchains on debian unstable

2014-01-24 Thread François Revol
On 24/01/2014 21:13, François Revol wrote: > It still fails later trying to build pml though: > ... > make -f Makefile.32 libpml32.a > make[2]: Entering directory > `/mnt/data/devel/netsurf/workspace/toolchains/m68k-atari-mint/builddir/pml/pmlsrc' > m68k-atari-mint-gcc -

[PATCH] Partial build fix for atari toolchains on debian unstable

2014-01-24 Thread François Revol
It seems automake on latest Debian is too recent for the autoconf we want to use. This patch forces using aclocal/automake 1.11 which seems to work correctly. It still fails later trying to build pml though: ... make -f Makefile.32 libpml32.a make[2]: Entering directory `/mnt/data/devel/netsurf/wo

Re: Embeddable web view in apps

2014-01-21 Thread François Revol
On 21/01/2014 16:56, Rob Kendrick wrote: > On Sun, Dec 15, 2013 at 08:45:18AM -0800, Richard Gale wrote: >> It seems like netsurf is a great candidate for providing HTML based UI in >> apps. Is this something anyone has tried from a technical point of view? >> Does the current licensing support th

[PATCH] gcc2 fix : whitespace before last comma in varargs macro

2014-01-18 Thread François Revol
gcc2 doesn't seem to see the last comma before the ## args unless it's separated from the previous arg by a whitespace. François. >From eeb696c4c12c0c6ccf967eb5666cb321f5ec8d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 18 Jan 2014 10:31:21 +0100 Subject: [PATCH]

Re: [PATCH] buildsystem: add support for multilib

2014-01-13 Thread François Revol
On 13/01/2014 14:24, Rob Kendrick wrote: > On Sun, Jan 12, 2014 at 06:29:20PM +0100, François Revol wrote: >> >> Actually I'm on Debian unstable here, and it does have /usr/lib32 ... > > And possibly a lib64, a symlink to /lib :) They're there for > compatibilit

Re: [PATCH] buildsystem: add support for multilib

2014-01-13 Thread François Revol
On 12/01/2014 12:41, David Tardon wrote: > Hi, > > On Sun, Jan 12, 2014 at 10:30:22AM +, Rob Kendrick wrote: >> On Sun, Jan 12, 2014 at 09:38:03AM +0100, David Tardon wrote: >>> Hi, >>> >>> this patch and the follow ups for libraries (only those I am interested >>> in, sorry) make it much easi

Re: [pull] mmu_man/haiku-fixes-v2

2014-01-04 Thread François Revol
On 04/01/2014 19:58, Daniel Silverstone wrote: > On Sat, Jan 04, 2014 at 19:48:41 +0100, François Revol wrote: >> Quite many Haiku fixes around: >> http://git.netsurf-browser.org/netsurf.git/log/?h=mmu_man/haiku-fixes-v2 > > I've updated the ruleset so you can push to

[pull] mmu_man/haiku-fixes-v2

2014-01-04 Thread François Revol
Quite many Haiku fixes around: http://git.netsurf-browser.org/netsurf.git/log/?h=mmu_man/haiku-fixes-v2 François.

Re: Haiku fixes

2014-01-01 Thread François Revol
On 01/01/2014 20:16, Vincent Sanders wrote: > On Sat, Dec 07, 2013 at 01:34:13AM +0100, François Revol wrote: >> Hi, >> I just fixed the Haiku build, well almost, however it seems the perl >> package now misses some modules, so splitting Messages fails. >> But at least t

[pull] mmu_man/french_pages

2013-12-31 Thread François Revol
Hi, I noticed there weren't any translations for the about pages, so I translated the welcome and credits pages: http://git.netsurf-browser.org/netsurf.git/log/?h=mmu_man/french_pages François.

Re: Haiku fixes

2013-12-31 Thread François Revol
On 11/12/2013 00:54, François Revol wrote: > On 07/12/2013 01:34, François Revol wrote: >> Hi, >> I just fixed the Haiku build, well almost, however it seems the perl >> package now misses some modules, so splitting Messages fails. >> But at least the binary co

[RFC][PATCH] filename_initialize() fix

2013-12-30 Thread François Revol
It would seem filename_inizialize() is buggy: It tries to mkdir("") which obviously fails, and they fails if some dirs already exist (which is true for /tmp usually)... This seems to fix it for the Haiku port (which didn't call it yet but used a native call instead with the wrong permissions). I

[RESENT][PATCH] [libcss] C89

2013-12-28 Thread François Revol
rytime (although admittedly I did not get this one right at first because I don't sleep very well those days). François. Original Message Subject: [PATCH] [libcss] C89 Date: Wed, 18 Dec 2013 15:52:51 +0100 From: François Revol To: netsurf-dev@netsurf-browser.org ---

[pull] mmu_man/docs_env_sh_tweaks

2013-12-28 Thread François Revol
Hi, I've updated Docs/env.sh so I could use it in Haiku as well, since now we have a package manager that can automatically download and install packages with dependencies, and also changed the cpu count detection to be more portable, by using getconf instead of the Linux-only /proc/cpuinfo. 5 ch

[PATCH] [libcss] C89

2013-12-18 Thread François Revol
--- src/select/hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/select/hash.c b/src/select/hash.c index 6fc08d7..9f83cfb 100644 --- a/src/select/hash.c +++ b/src/select/hash.c @@ -856,8 +856,9 @@ css_error _insert_into_chain(css_selector_hash *ctx, hash_entry *head,

Re: [PATCH] [libcss] C89

2013-12-18 Thread François Revol
On 18/12/2013 13:55, François Revol wrote: > diff --git a/src/select/hash.c b/src/select/hash.c > index 6fc08d7..bf7c741 100644 > --- a/src/select/hash.c > +++ b/src/select/hash.c > @@ -856,8 +856,8 @@ css_error _insert_into_chain(css_selector_hash *ctx, > hash_entr

[PATCH] [libcss] C89

2013-12-18 Thread François Revol
diff --git a/src/select/hash.c b/src/select/hash.c index 6fc08d7..bf7c741 100644 --- a/src/select/hash.c +++ b/src/select/hash.c @@ -856,8 +856,8 @@ css_error _insert_into_chain(css_selector_hash *ctx, hash_entry *head, #endif if (prev == NULL) { - entry->nex

Re: Haiku fixes

2013-12-10 Thread François Revol
On 07/12/2013 01:34, François Revol wrote: > Hi, > I just fixed the Haiku build, well almost, however it seems the perl > package now misses some modules, so splitting Messages fails. > But at least the binary compiles fine now: > > http://git.netsurf-browser.org/netsurf.git/lo

Haiku fixes

2013-12-06 Thread François Revol
Hi, I just fixed the Haiku build, well almost, however it seems the perl package now misses some modules, so splitting Messages fails. But at least the binary compiles fine now: http://git.netsurf-browser.org/netsurf.git/log/?h=mmu_man/haiku-fixes François.

Re: AGM minutes

2013-12-03 Thread François Revol
On 03/12/2013 13:32, Michael Drake wrote: >> AI: François to research the build options for Haiku and BeOS and come >> back to the group with a proposal for getting it into CI or else >> dropped. Haiku recently merged the package-management branch which had many changes to the way the bui

Re: Treeview triangles

2013-10-01 Thread François Revol
On 01/10/2013 10:22, Michael Drake wrote: > In article > , >Chris Young wrote: > >> I don't see why Canvas would need anything other than the usual >> plotters - it's only a dedicated area which is drawn into, isn't it? >> Effectively it's the same as an IFrame. > > It's more like a live bit

Re: Automatic backend selection in nsfb

2013-09-09 Thread François Revol
On 07/09/2013 18:26, Brad Conroy wrote: > I have previously patched netsurf and a couple of test programs to > automatically select the appropriate nsfb backend using getenv() if it is not > provided as an arg, but it may be useful to have this as the default behavior. > the following env variabl

Re: netsurf: branch master updated. release/3.0-321-g0a0e786

2013-07-23 Thread François Revol
On 21/07/2013 14:48, Chris Young wrote: > On 21 Jul 2013 13:43:05 +0100, Chris Young wrote: > >> The correct definition, I'm told, is that they should only be used if >> the option pops up a window for further input/confirmation _before_ >> the action takes place. Apparently this was defined by Ap

display issue on lacoop26-07.fr

2013-04-15 Thread François Revol
I noticed a display issue on: http://www.lacoop26-07.fr/ (both GTK and Haiku) The main text block (the 2 photos and the text below) seems to disappear when scrolling up, and reappears when scrolling down. It seems scrolling the page totally on the left makes it visible when scrolling up/down, at

Re: [pull] mmu_man/beos-fixes

2013-03-22 Thread François Revol
On 22/03/2013 09:09, Daniel Silverstone wrote: > On Fri, Mar 22, 2013 at 12:33:06AM +0100, François Revol wrote: >> I just pushed some fixes for BeOS and Haiku: >> http://source.netsurf-browser.org/netsurf.git/log/?h=mmu_man/beos-fixes >> (3 commits): >> * beos: Fix r

[pull] mmu_man/beos-fixes

2013-03-21 Thread François Revol
Hi, I just pushed some fixes for BeOS and Haiku: http://source.netsurf-browser.org/netsurf.git/log/?h=mmu_man/beos-fixes (3 commits): * beos: Fix replicants * beos: update copyright years in the version info * beos: Fix nsfont_position_in_string off-by-1 (fixes selecting the 1st letter in a textar

Re: Autobuild Atari / missing patch files.

2013-03-14 Thread François Revol
On 14/03/2013 15:21, Ole wrote: > Am Donnerstag, den 14.03.2013, 14:09 +0100 schrieb François Revol > : > >> It's not a reason to remove old versions from the site, even when >> updating his html page to point to newer ones. >> Maybe he doesn't know what &qu

Re: Autobuild Atari / missing patch files.

2013-03-14 Thread François Revol
On 14/03/2013 13:52, Ole wrote: > Hello, > > recently the autobuild of the Atari toolchain / SDK has broken, because > of missing patches. I noticed that yesterday as I tried to build it... > > Vincent R. send me the old versions of the patches, as he don't wants to > upload these old versions

Re: lwc PPC460ex on-chip memory optimisations

2013-03-02 Thread François Revol
On 02/03/2013 00:43, Chris Young wrote: > As alluded to earlier, I've modified libwapcaplet so it is > optimised for the PPC460ex's on-chip memory, under AmigaOS 4.1. > > The changes are: > * The lwc_string structures are now allocated from memory pools of > 64KB chunks (this is largely because th

Re: libwapcaplet - memory leak?

2013-02-26 Thread François Revol
On 26/02/2013 14:11, Rob Kendrick wrote: > On Tue, Feb 26, 2013 at 01:08:33PM +, Daniel Silverstone wrote: >> On Tue, Feb 26, 2013 at 01:10:41PM +0100, François Revol wrote: >>> At least on BeOS we can in theory include NetSurf as a replicant, where >>> the binary

Re: libwapcaplet - memory leak?

2013-02-26 Thread François Revol
On 26/02/2013 10:17, Daniel Silverstone wrote: > On Tue, Feb 26, 2013 at 07:05:05AM +, John-Mark Bell wrote: >> On Mon, 2013-02-25 at 20:10 +, Chris Young wrote: >>> I must be msising something, but libwapcaplet allocates a "bucket" in >>> lwc__initialise(). As far as I can tell, this is n

Re: src attribute of script tag

2013-02-15 Thread François Revol
On 15/02/2013 15:56, John Rickman Iyonix wrote: > Chris Gransden wrote > >> In article , >>John Rickman Iyonix wrote: >>> I have developed some web pages using javascript. NetSurf successfully >>> handles the code and does what is required. > >>> However, the same javascript statements put

Re: New clipboard API for front ends, and textarea progress

2013-01-20 Thread François Revol
Hi, On 08/01/2013 18:34, Michael Drake wrote: > > Text inputs and textareas used in HTML forms have never been robust and > we've decided to fix them for NetSurf 3.0. > > The Atari, Amiga, and BeOS front ends all need updated. I just fixed the BeOS/Haiku port, pretty straightforward thanks to t

Re: Branch mono/interactive-about_config

2012-12-21 Thread François Revol
On 21/12/2012 14:20, Ole wrote: > Hello, > > I have created a branch where you can interactively edit the Choices by > going to "about:config" URL. > > The reason: > I had to re-implement the atari settings dialog but I was to lazy to do > all that. > At least the framebuffer version can also ben

[RFC] branch: mmu_man/xf86keys

2012-12-06 Thread François Revol
I noticed NS didn't handle the Back/Forward keys I have on my thinkpad... Actually I sometimes complain about those as they are quite misplaced (above left and right arrow), but still on some keyboards they could be handy... So I added code to support those in the branch mmu_man/xf86keys. Any co

Error at launch

2012-11-26 Thread François Revol
hi, last changes seem to have broken NS. On launch it pops up an "unknown" error. I traced it to render/html.c:2067 and a mismatched return type, but there seem to be more to it. The patch below fixes those I found. François. diff --git a/render/html.c b/render/html.c index b5896e1..ededb4c 1006

Re: Getting svn branches back from oblivion

2012-11-14 Thread François Revol
On 14/11/2012 18:06, Daniel Silverstone wrote: > On Wed, Nov 14, 2012 at 05:25:03PM +0100, François Revol wrote: >> I was wondering which was the best way to get back an old branch from >> svn into a usable git branch... (namely the gopher one) > > If the branches were porte

Getting svn branches back from oblivion

2012-11-14 Thread François Revol
Hi there, I was wondering which was the best way to get back an old branch from svn into a usable git branch... (namely the gopher one) I was thinking either: - make patches manually from svn and apply this to a git checkout from the base rev, then rebase and push to the public repos, - or create

Re: how does buildsystem choose the correct compiler on crosscompile ?

2012-08-30 Thread François Revol
On 30/08/2012 15:39, John-Mark Bell wrote: > On Thu, Aug 30, 2012 at 02:34:52PM +0100, Bernd Roesch wrote: >> Hi, >> >> I try to compile libwapcaplet with the new buildsystem on cygwin hostet. >> gcc is default to X86 >> here. >> If you want compile for 68k m68k-amigaos-gcc is need. >> >> make

Re: Amiga and BeOS front end selection/clipboard handling

2012-08-13 Thread François Revol
On 13/08/2012 16:10, Michael Drake wrote: > In article <501a9653.7040...@free.fr>, > François Revol wrote: > >> From memory this is used to walk the text to collect the font and colors >> to create the text_runs to include in the clipboard: >>

Re: Amiga and BeOS front end selection/clipboard handling

2012-08-02 Thread François Revol
On 02/08/2012 18:56, Chris Young wrote: >> The list or text_runs is then committed as a separate object along with >> the plain/text item in the clipboard, which applications like StyledEdit >> can use. > > Shame the text styles in IFF FTXT are a load of rubbish/hardly > supported anywhere (the F

Re: Amiga and BeOS front end selection/clipboard handling

2012-08-02 Thread François Revol
On 02/08/2012 18:28, Chris Young wrote: > On Thu, 02 Aug 2012 17:01:39 +0200, François Revol wrote: > >> From memory this is used to walk the text to collect the font and >> colors >> to create the text_runs to include in the clipboard: >> ht

Re: Amiga and BeOS front end selection/clipboard handling

2012-08-02 Thread François Revol
On 02/08/2012 16:41, Michael Drake wrote: > > I've removed the use of render/box.h from most front ends' selection and > clipboard handling. > > This meant stopping the front ends from using selection_traverse(), which > will be removed from the header file, and made static in > desktop/selection

Re: Patch: remove FreeMiNT exception from framebuffer/Makefile.target

2012-06-13 Thread François Revol
On 13/06/2012 22:40, Ole wrote: > 2. The official SDL framebuffer target does not work for big endian > machines, so there is no sense in > trying to ease the build. Well you can send a patch for this :p François.

Re: Patch: specify required Atari OS

2012-05-30 Thread François Revol
On 30/05/2012 22:55, Ole wrote: > This patch adds info for the required Atari OS. BTW, how many actual requirements are there for MiNT itself? ie. how much is missing of MiNT-specific APIs to have it running on, say MagiC or plain TOS for ex? A friend has a Falcon running MagiC (cause MiNT is "sl

Re: Conversion from SVN to Git

2012-04-30 Thread François Revol
On 30/04/2012 10:00, Daniel Silverstone wrote: > We have considered plenty of DVCSs over the years. I've been pushing for a > move from Subversion for the past four or five years. Until recently, the > pain > of the move outweighed the pain of staying, but nowadays it's too painful to > stay. G

Re: scrolling jerky

2012-04-30 Thread François Revol
On 30/04/2012 00:57, Ole wrote: > Am Montag, den 30.04.2012, 00:17 +0200 schrieb "Chris Young" > : >> On Sun, 29 Apr 2012 22:21:31 +0100, Steve Fryatt wrote: >> >>> > I suspect rectangle-copy would be a fine addition to the plotter >>> > interface. > > Yes, but the Atari frontend is an On-Screen p

Re: Conversion from SVN to Git

2012-04-28 Thread François Revol
On 28/04/2012 18:40, Martin Bazley wrote: > The following bytes were arranged on 28 Apr 2012 by Daniel Silverstone : > >> On Sunday July 1st we will be switching from the Subversion VCS to the Git >> DVCS. I will be organising test repository copies in the coming couple of >> weeks and we will be

Re: scrolling jerky

2012-04-27 Thread François Revol
On 27/04/2012 19:27, Rob Kendrick wrote: >> Clearly NetSurf would benefit from some scrolling optimisation in the >> core, but I'm not sure if it is as easy as telling the frontend code >> to move a particular area and then redraw the newly exposed area. >> (not least because frontends don't curren

Re: Patch: Docs/LIBRARIES - include reference to libdom

2012-04-17 Thread François Revol
On 17/04/2012 18:47, Paul Waring wrote: > I was building NetSurf from trunk this evening and noticed that > Docs/LIBRARIES doesn't include a reference to libdom - attached is a > small patch (from svn diff) which fixes this. > Thanks, applied. Though we should probably fix the top-level makefile

[RFC][PATCH] netsurf.desktop

2012-04-08 Thread François Revol
I started writing a .desktop file then I noticed there was one in debian/... Seeing what epiphany and iceweasel have in theirs, I'd suggest the following patch: - add WebBrowser (it is one) and GTK (it uses it) categories, like epiphany. - add the URL schemes as fake MIME types, as both do. BTW,

Re: Netsurf 2.9

2012-04-01 Thread François Revol
On 01/04/2012 15:13, Chris Young wrote: >> Given the amount of changes this week-end, it's probably not the best >> time for a release :D > > Those changes were for libdom/NetSurf 3.0 AIUI. 2.9 is already > branched. Ok, but just wait until tomorrow at least :D François.

Re: URGENT: please check your compilers

2012-03-29 Thread François Revol
On 29/03/2012 14:28, Daniel Silverstone wrote: > On Wed, Mar 28, 2012 at 10:51:12PM +0100, Daniel Silverstone wrote: > [snip] > > Everyone who might have had issues has responded favourably, so I have > committed the change to libwapcaplet. Remember to recompile the world :-) BTW, it's a good o

Re: URGENT: please check your compilers

2012-03-28 Thread François Revol
On 28/03/2012 23:51, Daniel Silverstone wrote: > Hi, > > I want to inline a bunch of libwapcaplet in order to allow for greater > efficiency throughout our codebase. > Works for me(tm): $ gcc -pedantic -c test-braced-groups.c /boot/home/test-braced-groups.c: In function `foo': /boot/home/test-b

Re: URGENT: please check your compilers

2012-03-28 Thread François Revol
On 28/03/2012 23:51, Daniel Silverstone wrote: > return ({ int a = 1; int b = 2; a + b; }); I've used this constructs in defines many times on BeOS without trouble IIRC, I'll have check anyway. François.

Re: Netsurf 2.9

2012-03-27 Thread François Revol
On 27/03/2012 20:10, Chris Young wrote: > On Thu, 23 Feb 2012 10:13:28 +, Vincent Sanders wrote: > >> For the release itself we aim to be created four weeks subsequently on >> March 24th but this may change if more testing is required or it is >> decided we are happy before then. > > Any upda

BeOS build broken (again) due to libdom

2012-03-23 Thread François Revol
I just noticed, one day after fixing the BeOS build, that r13573 broke it again... Of course, since I use the top-level Makefile, it's wasn't even built nor installed, so it was missing the headers. I added it as r13574. Now I'll have to fix libdom itself, I guess I'll spend quite some time. I'l

double const in nsurl.h

2011-12-03 Thread François Revol
I just tried a BeOS build and it fails due to gcc 2.95 complaining about a double const at line 63 in nsurl.h There is a const char const * argument there. I don't think it's intentional, right ? François.

Re: netsurf-2.7-svn fails to build on Haiku using gcc2

2011-09-06 Thread François Revol
Le 06/09/2011 22:38, scottmc a écrit : > I use haikuporter to test out the netsurf build every couple of months > or so. Checking it today with Haiku r42458 gcc2hybrid I got an error > when building libcss, so I dug into that and made a simple patch to > get passed that issue and have sent that to

Re: libcss patch

2011-09-06 Thread François Revol
Le 06/09/2011 22:27, scottmc a écrit : > This minor patch allows libcss to build with gcc2-95.3 on Haiku again. > -scottmc Fixed differently. François.

Re: NetSurf 2.8

2011-08-29 Thread François Revol
Le 29/08/2011 16:57, Michael Drake a écrit : We're planning a NetSurf 2.8 release. Here's the current change log: http://www.netsurf-browser.org/temp/ChangeLog Let me know if there's anything wrong/missing. I'd like to get my gopher branch merged someday, but didn't really have the

Re: Better API for fetch_filetype/fetch_mimetype

2011-05-30 Thread François Revol
Le 30 mai 2011 à 05:03, Chris Young a écrit : > On Sat, 14 May 2011 20:49:10 +0200, François Revol wrote: > >> [const?] char *fetch_mime_by_ext(const char *filename); > > Personally I hate detecting filetypes by filename/extension - it's > prone to errors/hacking. L

OSX URI declaration in the bundle

2011-05-19 Thread François Revol
I'm wondering why we use org.netsurf-browser.NetSurf.URI as CFBundleURLName... Shouldn't it be a human name ? It seems both Safari just uses "Web site URL". Firefox seems to separate http and https though: CFBundleURLIconFile docume

[PATCH][RFC] Add support for doi: URI scheme

2011-05-14 Thread François Revol
doi.h (revision 0) +++ netsurf/content/fetchers/doi.h (revision 0) @@ -0,0 +1,38 @@ +/* + * Copyright 2011 François Revol + * + * This file is part of NetSurf. + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public Licen

Better API for fetch_filetype/fetch_mimetype

2011-05-14 Thread François Revol
We've been having some discussion on IRC over the current mimetype detection... There are several issues with the current call: - it assumes a local file, so implementations try to read xattrs, - it returns "text/html" on failure instead of NULL, which have some side effects. In several places I

Re: Review: Merge branch mmu_man/netsurf-gopher-support-v2

2011-05-12 Thread François Revol
type and content handler which then > rummages around inside a different content handler is full of > problems. Indeed we have worked to completely remove this method of > operation and built a data model where it is not supported. cf. above. >> + * Copyright 2006 James Bursa >

  1   2   >