Re: Atari MiNT Port

2010-06-01 Thread m0n0
Hello, Am Dienstag, den 01.06.2010, 11:31 +0200 schrieb Michael Drake : >> I'v already set environment variable >> NETSURFRES=/path/to/netsurf/\!Netsurf/Resources > > That's not going to work. nsfb looks for "default.css" and in > !NetSurf/Resources it's called something like "CSS,f79". Simil

Re: Atari MiNT Port

2010-06-03 Thread m0n0
Am Mittwoch, den 02.06.2010, 10:46 +0200 schrieb Bernd Roesch : > so best is you get netsurf working on 16 bit first. In 16 Bit mode, the controls show the right colors ( after copying amiga plotter files). But the screen is still black. Even if text rendering is not working ( i assume that, b

Re: Atari MiNT Port

2010-06-04 Thread m0n0
Am Fr, 4.06.2010, 13:43 schrieb Bernd Roesch: > > My linux knowledge is not much, maybe #define DEJAVU_PATH "./Fonts/" work, > but dont know when a > program do change the path if it fail or not. I tried freetype2 and it seems it tries to load the fonts from the default location for fonts under

Re: Atari MiNT Port

2010-06-04 Thread m0n0
I finally got the "Proof of Concept" port running, thanks for all your help! (Freetype did it! :) ) Greets, ole

Re: Atari MiNT Port

2010-06-17 Thread m0n0
Hello to the list, thanks for all your help in doing this Proof of Concept. Especially the 16 Bit Amiga Colors patch :) Now I'm going to create patches for the makefiles. But there are a few questions, however: 1.) Is there an guide on integrating new "Targets" into the Makefiles? 2.) I wan

Makefile patches for Atari Port

2010-06-19 Thread m0n0
Hello, As I posted earlier, I wanted to submit patches for the Makefile to support the FreeMiNT OS. No one responded to my questions, so here is my patch. Please tell me if there is something wrong. Heres the description of the patch: Added specific LDFLAGS for MiNT in framebuffer target. (I k

Re: Makefile patches for Atari Port

2010-06-20 Thread m0n0
Hello, Am Sonntag, den 20.06.2010, 10:42 +0200 schrieb John-Mark Bell : >> Added an new target called mint when host == mint and the target is not >> set. > > I don't see this in your patch. Yes you are right, it's missing. I attached a new patch. It now adds a new valid default target for min

Atari patches for libnsfb

2010-06-20 Thread m0n0
Hello, here I submit some patches for libnsfb, some of the stuff is not MiNT specific,... I tried to make it as generic as possible. I'm not an Makefile Guru..., so maybe I didn't do some things perfect, please tell me how to do it better. Makefile-rev10485.patch --- Added some special Flags

Re: Makefile patches for Atari Port

2010-06-20 Thread m0n0
Am Sonntag, den 20.06.2010, 18:13 +0200 schrieb John-Mark Bell : >> -lSDL -lgem is needed for SDL. > Surely these are pulled in by libnsfb's dependency on SDL (as specified > in libnsfb's pkg config file)? I'm not really sure what you mean by asking that... But after having a closer look,

Re: Makefile patches for Atari Port

2010-06-20 Thread m0n0
Am Sonntag, den 20.06.2010, 19:13 +0200 schrieb m0n0 : > Am Sonntag, den 20.06.2010, 18:13 +0200 schrieb John-Mark Bell > : > I'll have a look on how the libnsfb.pc.in is created, then I will provide > another patch for that issue. Actually, I think it's complicated

Re: Makefile patches for Atari Port

2010-06-20 Thread m0n0
Am Sonntag, den 20.06.2010, 19:43 +0200 schrieb John-Mark Bell : > What does pkg-config --libs libnsfb produce on your system? Ok, I got it. After patching away the X requires, it outputs -lSDL -lgem -lldg But unpatched it hast just gave an error. That has made me think I have to add these lines

Re: Makefile patches for Atari Port

2010-06-20 Thread m0n0
Am Sonntag, den 20.06.2010, 19:43 +0200 schrieb John-Mark Bell : > It requires SDL (and the X libraries), thus: > > Requires: sdl xcb xcb-icccm xcb-image xcb-keysyms > > which, on most systems results in "pkg-config --libs libnsfb" including > those libraries and their dependencies. Therefore,

Re: Makefile patches for Atari Port

2010-06-21 Thread m0n0
Am Montag, den 21.06.2010, 09:26 +0200 schrieb John-Mark Bell : > I've committed a modified version of this as r10578. > > Thanks! Thanks, too! I also posted some patches for libnsfb. I'm off for vaction now, so I can't make changes to that patch in that time, but I'm back in about a week.

Fetcher problems reported by FreeMiNT user.

2010-06-21 Thread m0n0
Hello to the list, I know this seems to be an Atari specific problem, but let me explain and maybe someone can point me in the right direction to get this problem solved. I know this can be caused by differences in compilation, but I have to know where things differ from the other ports. One o

Re: Fetcher problems reported by FreeMiNT user.

2010-06-21 Thread m0n0
Am Dienstag, den 22.06.2010, 01:13 +0200 schrieb m0n0 : > I know that this also can be an issue within curl, but before getting in > contact with curl developers, I would like to make sure that there is no > timeout or whatever for fetch items - managed by netsurf. I just wanted to

Patches for framebuffer/font_freetype.c

2010-06-30 Thread m0n0
Hello there, because I'm using an newer version of freetype2, I use this patch to compile font_freetype.c, than I add -DFREETYPE_VERSION=20312 to the CFLAGS in Makefile.config What do developers think about it? How would you do it, is this good enough to merge it into the trunk? Greets, Ole

Re: Patches for framebuffer/font_freetype.c

2010-06-30 Thread m0n0
Am Mittwoch, den 30.06.2010, 22:13 +0200 schrieb John-Mark Bell : > No, this is not the correct approach. If you need to detect the version > of freetype in use, include FT_FREETYPE_H and conditionalise on the > values of FREETYPE_MAJOR, FREETYPE_MINOR, and FREETYPE_PATCH. I believed including f

Re: hlcache_handle_get return 0 in html_finish_conversion ( was hlcache_handle_get_content assert is need ?)

2010-07-01 Thread m0n0
Am Donnerstag, den 01.07.2010, 11:14 +0200 schrieb Bernd Roesch : > I notice some things as Failed writing Body message in log, but this > happen also on google page and > the page work ok. I looked into the attached file and see: * Failed writing body (0 != 5491) * Expire cleared * Closing con

Re: hlcache_handle_get return 0 in html_finish_conversion ( was hlcache_handle_get_content assert is need ?)

2010-07-01 Thread m0n0
Am Donnerstag, den 01.07.2010, 13:05 +0200 schrieb Bernd Roesch : > I look into netsurf that do really printf output but i see that stdout is > set to stderr in > netsurf.stderr i dont know how this can redirect.it point always to a > window. > > i remove that line and it write to log file, but

Patches for libnsfb - configuring compilation of surfaces

2010-07-01 Thread m0n0
Hello there, I posted something like these patches already, but this is an slightly modified version of the patches. It allows to configure which framebuffer surfaces are compiled. At least for MiNT this is usefull, because compiling x frontend gives compilation errors... (and I expect there are

Another Makefile patch for netsurf

2010-07-01 Thread m0n0
Hello, this patches enables MiNT users linking with libnsfb without hassle and without further need of patching the sdl.pc file. Without this patch, the developer needs to patch sdl.pc - because the compiler complaints about doubly defined references to system functions caused by the --whole-arch

Implementing SHIFT modifier for URL input

2010-07-01 Thread m0n0
Hello to the list, I was trying to utilise Shift-key for the framebuffer URL input widget. Then I figured out that an static translation table is used by fbtk_keycode_to_ucs4() ... Is there any wish on how to change that? My first idea was an mapping file which could be placed into the .netsurf

Re: Implementing SHIFT modifier for URL input

2010-07-02 Thread m0n0
Hello Bernd, Am Fr, 2.07.2010, 10:57 schrieb Bernd Roesch: > see the sources of the amiga OS version in aminet, there is support for > diffrent languages in.also > in libnsfb sdl.c > the table need update and SDL need work in unicode mode.I think this code > can work always on every > system. Th

Re: Another Makefile patch for netsurf

2010-07-05 Thread m0n0
Am Donnerstag, den 01.07.2010, 20:13 +0200 schrieb m0n0 : > Hello, > > this patches enables MiNT users linking with libnsfb without hassle and > without further need of patching the sdl.pc file. > Without this patch, the developer needs to patch sdl.pc - because the > compile

Re: Implementing SHIFT modifier for URL input

2010-07-05 Thread m0n0
Hello, thanks for the info. Am Mo, 5.07.2010, 16:00 schrieb Vincent Sanders: > There is a bug in the current implementation of the framebuffer > toolkit with respect to input widgets in that they do not actually use > the keycode->ucs translation table. > If you spot any more issues with the f

Questions about bitmap plotters

2010-07-07 Thread m0n0
Currently I'm about to consolidate informations for an native port of Netsurf. The most extensive part seems to be the bitmap drawing method needed for the plotter. This needs to take care of all the graphics hardware available... at least within freemint / Atari. I had a quick look into sever

Linking of convert_image tool

2010-08-02 Thread m0n0
Hello to the list, I think the Makefile.resources is missing the following command line args to resolve the externals in convert_image: -lm -lz At least under FreeMiNT this is needed to link successfully... Greets, Ole

Compiling fbtk.c

2010-08-02 Thread m0n0
It seems fbtk.c is missing some header file, I'm getting: framebuffer/fbtk/fbtk.c:630: error: 'va_list' undeclared (first use in this function) framebuffer/fbtk/fbtk.c:630: error: (Each undeclared identifier is reported only once framebuffer/fbtk/fbtk.c:630: error: for each function it appears

Zero sized frames

2010-08-08 Thread m0n0
Hello, it seems the framebuffer version is not supporting zero sized frames ( to hide the real URL of the main page ) . Look at http://www.monochrom.net - netsurf keeps beeing blank, but it should display the content... On this page: http://www.udoklinger.de/Deutsch/ (when I click an link) th

Re: Zero sized frames

2010-08-09 Thread m0n0
Am Mo, 9.08.2010, 13:40 schrieb Michael Drake: > > Frames are borken on all front ends except RISC OS at the momenet. Fixing > this is on the development plan. > > http://wiki.netsurf-browser.org/Development_Plan > Sounds nice :) Looking forward to test the new implementation when it's done.

NetSurf gui port -> assert during layout_minmax_block fails

2010-08-19 Thread m0n0
elp in this? with kind regards, m0n0 (gdb) info locals child = (struct box *) 0x1ca3afc min = 0 child = (struct box *) 0x1ca27bc min = 0 max = 0 extra_fixed = 0 extra_frac = 0 wtype = CSS_WIDTH_AUTO width = 0 wunit = CSS_UNIT_PX __PRETTY_FUNCTION__ = 0x3471a37 block = (struct box *) 0x3

Re: NetSurf gui port -> assert during layout_minmax_block fails

2010-08-23 Thread m0n0
Am Freitag, den 20.08.2010, 00:59 +0200 schrieb m0n0 : > error: > render/layout.c:724: layout_minmax_block: Assertion `child->max_width > != 2147483647' failed. That was caused by an failure in the native font plotters returning invalid / no sizes for the glyphs / strings. Greets

Re: NetSurf gui port -> assert during layout_minmax_block fails

2010-08-23 Thread m0n0
Am Sonntag, den 22.08.2010, 23:40 +0200 schrieb James Bursa : > It would be useful to get the box tree at the point that it crashes. > Try replacing the assert() with this: > > if (child->max_width == UNKNOWN_MAX_WIDTH) { > box_dump(stderr, block, 0); > assert(c

gui_poll function

2010-08-24 Thread m0n0
Hello to the list, I'm having an question about gui_poll function - should it block if the active parameter is false? If networking is done (active == false), the page isn't rendered complete, so at this point I can't allow gui_poll to block. How to get the information if rendering is still ru

Re: gui_poll function

2010-08-24 Thread m0n0
Am Dienstag, den 24.08.2010, 10:29 +0200 schrieb Vincent Sanders : > gui_poll should block on input untill the next timer event when there > are no outstanding redraw requests to be performed and the active flag > is false. An obvious example of this is the gui_poll() in > framebuffer/gui.c W

Re: gui_poll function

2010-08-24 Thread m0n0
Hello, >> gui_poll should block on input untill the next timer event when there >> are no outstanding redraw requests to be performed and the active flag >> is false. An obvious example of this is the gui_poll() in >> framebuffer/gui.c This is an comment from the amiga port for GUI poll:

Re: gui_poll function

2010-08-24 Thread m0n0
Hello John-Mark, thanks for your explanation. Am Dienstag, den 24.08.2010, 20:09 +0200 schrieb John-Mark Bell : > The Amiga frontend is more intelligent and will block until a timeout > occurs, so it can trigger scheduled events as appropriate. That means it may not serve the next netsurf lo

Re: gui_poll function

2010-08-24 Thread m0n0
Hello, Am Dienstag, den 24.08.2010, 20:09 +0200 schrieb John-Mark Bell : > It's perfectly fine to return immediately if you want to: you'll just > waste CPU cycles spinning, which is pretty much what the Windows > frontend does. For me, it is not perfectly fine - because it wastes CPU cycles.

Re: gui_poll function

2010-08-25 Thread m0n0
Am Dienstag, den 24.08.2010, 21:35 +0200 schrieb m0n0 : > I don't keep track of pending events, because I don't queue any redraw > / reformat events. Maybe I should do it before thinking about this ;) Keeping track of the redraws helps, mostly. But netsurf rendering still g

Re: cookie save to disk possible ?

2010-08-29 Thread m0n0
Hello Bernd, Am Sonntag, den 29.08.2010, 12:37 +0200 schrieb Bernd Roesch : > The log in is not done, when i enter the URL and press return to show > this page > > the URL is then http://www.amigaworld.net > > But when i click on a Forum link, then the URL is > > http://amigaworld.net/xx >

Re: cookie save to disk possible ?

2010-08-29 Thread m0n0
Am Sonntag, den 29.08.2010, 13:38 +0200 schrieb "Chris Young" : > Cookies are valid for the domain they set and all subdomains below. > A cookie set for amigaworld.net will be served to amigaworld.net, > www.amigaworld.net, some.other.subdomain.amigaworld.net etc. That would mean: a cookie fro

Re: cookie save to disk possible ?

2010-08-29 Thread m0n0
Hello Bernd, Am Sonntag, den 29.08.2010, 16:20 +0200 schrieb Bernd Roesch : > of course not this way, only ignore a www > > so http://www.amigaworld.net can use same cookies as http://amigaworld.net Thinking about free webspace providers that offer subdomains... I'm going to register an usern

Drag Operations

2010-09-03 Thread m0n0
Hello to the list! I'm currently implementing mouse events and I'm a bit confused by the amounts of dragging states... : BROWSER_MOUSE_DRAG_1 BROWSER_MOUSE_DRAG_ON BROWSER_MOUSE_HOLDING_1 Esepecially I can't see the difference between BROWSER_MOUSE_DRAG_ON and BROWSER_MOUSE_HOLDING_1 ...

Re: Drag Operations

2010-09-04 Thread m0n0
Am Freitag, den 03.09.2010, 14:12 +0200 schrieb "Chris Young" : > You need to keep both of them set throughout the drag. Note there is > a MOUSE_HOLDING_2 as well for the second button. > > MOUSE_DRAG_1 only needs to be set once at the start of the drag > operation. > >> How do I report that

Plotter <-> browser window relation question

2010-09-09 Thread m0n0
Hello to the list... I'm currently looking at the implementation of the plotters. One thing that makes me curious is the fact that all the plotter functions are not chained to any window. But how does NetSurf plotter calls distinguish between the different browser windows? I mean, for examp

Re: Plotter <-> browser window relation question

2010-09-09 Thread m0n0
Am Do, 9.09.2010, 15:55 schrieb François Revol: > > The core only handles a single window at a time (it's not reentrant). Maybe I was not so exact, but yes, I know that the core doesn't use threads. But it can handle different browser windows. And I expect the calls to the plotting function will

Re: Plotter <-> browser window relation question

2010-09-09 Thread m0n0
Am Do, 9.09.2010, 16:09 schrieb François Revol: > You must set the correct context in the platform drawing hooks, like > gui_window_redraw. Ah..., thanks :) Greets, m

Re: Plotter <-> browser window relation question

2010-09-09 Thread m0n0
Am Do, 9.09.2010, 16:24 schrieb m0n0: > > Am Do, 9.09.2010, 16:09 schrieb François Revol: > >> You must set the correct context in the platform drawing hooks, like >> gui_window_redraw. I guess I must call content_redraw manually, whenever the window is going to be re_draw

Font height in pixels

2010-09-10 Thread m0n0
Hello to the list, I'm wondering how NetSurf calculates how many pixels an string uses in vertical direction. The Font plotter only needs to return string widths, but not height. How does NetSurf knows at which pixel the next string line shold start? Greets, Ole

Re: Font height in pixels

2010-09-10 Thread m0n0
Am Samstag, den 11.09.2010, 01:35 +0200 schrieb Rob Kendrick : > Surely font sizes are specified by their height? (ie, their height is > what is described in the CSS, etc.) I expect them to be specified by CSS, but mostly not in pixels probably in points or EM or something like that, but no

Re: Font height in pixels

2010-09-11 Thread m0n0
Am Samstag, den 11.09.2010, 11:10 +0200 schrieb Michael Drake : Screen DPI is assumed to be 90, unless the front end sets it differently. The value is stored in nscss_screen_dpi in LibCSS's fixed point format. In css/utils.c: /** Screen DPI in fixed point units: defaults to 90, which RISC

Re: 2.6 Release

2010-09-17 Thread m0n0
Am Fr, 17.09.2010, 17:57 schrieb Bernd Roesch: > I see here this > > """ > SSL / https breakage has been reported. (RISC OS on Beagleboard only -- > WONTFIX in 2.6) > * Might be our ca-bundle? I've had reports that changing it fixes > problems with https (updated > in r10538) > """ > > this wa

Re: 2.6 Release

2010-09-19 Thread m0n0
Hello, Am Fr, 17.09.2010, 21:23 schrieb John-Mark Bell: > You need to provide a path to the bundle of root certificates. Such a > bundle is located in the NetSurf source tree at > !NetSurf/Resources/ca-bundle. Of course I did that, but I haven't used the one which is delivered with NetSurf - I u

Framebuffer Monochrom Glyphs ( was: Re: Atari MiNT Port )

2010-09-29 Thread m0n0
Hello, Am Mo, 31.05.2010, 15:33 schrieb Bernd Roesch: there seem a problem in static bool glyph1(nsfb_t *nsfb, older netsurf work, but newer not.maybe its a endian issue when it work on your Linux build and internal fonts maybe you can confirm this When using monochrom glyphs with freetype

Re: Framebuffer Monochrom Glyphs ( was: Re: Atari MiNT Port )

2010-09-29 Thread m0n0
Am Mittwoch, den 29.09.2010, 15:03 +0200 schrieb Rob Kendrick : On Wed, Sep 29, 2010 at 02:10:22PM +0200, m0n0 wrote: Firstly, don't use monochrome rasterising with FreeType. It's actually slower than anti-aliased rendering, because it has to do a second pass for drop-out control.

Re: Framebuffer Monochrom Glyphs ( was: Re: Atari MiNT Port )

2010-09-29 Thread m0n0
Am Mittwoch, den 29.09.2010, 15:15 +0200 schrieb Rob Kendrick : >> libnsfb revision: Revision 10856 >> framebuffer frontend revision: 10708 > > Same goes for these. Off course I believe that there are no changes to the code associated with font drawing, otherwise I would have tested the effect

Re: Framebuffer Monochrom Glyphs ( was: Re: Atari MiNT Port )

2010-09-30 Thread m0n0
Am Mittwoch, den 29.09.2010, 15:15 +0200 schrieb Rob Kendrick : > I doubt it; I suspect colour-reducing FreeType's 256-shades-of-gray > output to nearest colour in your colour set will still be quicker than > the second pass. I suspect removing this option rather than fixing any > possible probl

Framebuffer OSK

2010-10-06 Thread m0n0
Hello, in my opinion the framebuffer OSK should have an ':' key. Without that key, you are not able to input an complete URL like https: or http: with it. Greets, m

Segfault within framebuffer version / Patch for cookies.c

2010-10-06 Thread m0n0
Hello, some of the changes lately happened to desktop/cookies.c result in Segmentation fault within the framebuffer (trunk) version. Here is an patch for cookies.c which prevents this Seg Fault: --- desktop/cookies.c.orig 2010-10-06 19:30:46.0 +0200 +++ desktop/cookies.c 2010-1

Segfault within framebuffer version / Patch for cookies.c

2010-10-07 Thread m0n0
Hello, because the last message isn't decoded from base64 into plain text, I send it again... : Hello, some of the changes lately happened to desktop/cookies.c result in Segmentation fault within the framebuffer (trunk) version. The bug is also added to the bug-tracker. Here is an patch for coo

initial gui_window_position_frame

2010-10-19 Thread m0n0
Hello, when initial gui_window_position_frame is called the first time, x1/y1 is -1. I guess this is because I haven't called browser_window_reformat after openening the frame ( browser_window_reformat is the correct function for letting netsurf know the size of an window? Is there any better func

Re: initial gui_window_position_frame

2010-10-20 Thread m0n0
>If I resize the window, I call >browser_window_reformat, which also results in >gui_window_position_frame, but this time x1,y1 is set >correct like I reported it to browser_window_reformat. Hello, the above is not true... the value is always wrong. I can't find documentation about this... and I

Bitmap Potter / Clipping rectangle

2010-11-01 Thread m0n0
Hello again ;) I have a question about the clipping rectangle within the bitmap plot function... Should the clipping rectangle clip the original image or should it clip the scaled image? Framebuffer version is not an good reference for this, because it doesn't implement scaling. GTK does it,

Re: Bitmap Potter / Clipping rectangle

2010-11-01 Thread m0n0
Am Mo, 1.11.2010, 20:07 schrieb m0n0: > Should the clipping rectangle clip the original image > or should it clip the scaled image? > > Framebuffer version is not an good reference for this, > because it doesn't implement scaling. GTK does it, but > the code is gdk depende

Re: Trouble compiling libnsfb: XCB dependency

2010-11-22 Thread m0n0
Hello, > I'm trying to compile libnsfb on Ubuntu Lucid Lynx and I am running into > trouble with the XCB dependencies. I've install all the XCB developer > libraries I can get my hands on, but I keep getting this error message > when > I try to compile. Any ideas what is wrong here? I've searched

Viewing text files / NS Atari GEM port

2010-12-11 Thread m0n0
Hello, I'm wondering about: within the NetSurf port for GEM (Atari) I open an plain text file, but newlines are not converted to line breaks. I guess this can be solved easily, can somebody give me an hint on what to do to make an NS port view text files "properly"? Another question/topic: w

Re: Viewing text files / NS Atari GEM port

2010-12-11 Thread m0n0
Am Samstag, den 11.12.2010, 19:46 +0100 schrieb François Revol : I'd say the "View Source" menu entry opens the actual file, mostly for viewing but also debugging, and I'm not sure altering the CR/LF in it before opening is best. However if the application you use is only for viewing, I sup

Re: Viewing text files / NS Atari GEM port

2010-12-11 Thread m0n0
Am Samstag, den 11.12.2010, 20:04 +0100 schrieb François Revol : Oh, you mean file://.../foo.txt ? This seems odd, but I use LF in BeOS just as on UNIX, so I probably never noticed this. Doesn't Atari use CR LF anyway ? LF should break the line at least, and CR not be displayed. Ok, maybe m

Re: Viewing text files / NS Atari GEM port

2010-12-11 Thread m0n0
Am Samstag, den 11.12.2010, 20:14 +0100 schrieb François Revol : Hmm it shouldn't, unless it misdetects it as html, if your code hints it wrongly. You might want to instrument the MIME-type detection hooks to dump the guessed type. OK, I was thinking about that, but there is no easy method

Textbox redraw

2010-12-19 Thread m0n0
Hello to the list, when entering text fast into an large textarea my port has flickering... caused by the redraw. The whole textarea is redrawn. Is this an implementation bug or is this how the gui must behave (at this time)? Greets, m

Re: Atari Patch (Screenshots)

2011-01-03 Thread m0n0
Am Montag, den 03.01.2011, 21:53 +0100 schrieb m0n0 : It isn't compatible with planar based graphics cards (planar video memory systems are not so unusually with Atari Systems, but this port is not written with the "Low-Fi" Atari-machines in mind), - at least not when bitm

Re: Atari Patch

2011-01-03 Thread m0n0
Am Montag, den 03.01.2011, 21:53 +0100 schrieb m0n0 : ...oops, I forgot to mention: I added my name at the top of all files within folder atari (copyright message) even If I just did minimal changes to files from other versions ( like plot.c, freetype.c). This just happened, I didn&#

Re: Atari Patch

2011-01-03 Thread m0n0
Am Montag, den 03.01.2011, 22:31 +0100 schrieb John-Mark Bell : One licensing issue: atari/scancode.h is declared as being "Copyright (c) Heimsoeth & Borland 1988", but without details of how that code is licensed. At the very least, we need to ensure that whatever licence it uses is com

Re: Atari Patch

2011-01-05 Thread m0n0
Thanks for adding the patch! -- Greets, mono

Re: NetSurf 2.7

2011-01-20 Thread m0n0
Am Donnerstag, den 20.01.2011, 16:16 +0100 schrieb Michael Drake : Please add anything which needs to be fixed before 2.7 can be released. Is NetSurf still crashing with yahoo.com ? Greets, m

Atari Release

2011-02-19 Thread m0n0
Hello, I would like to report that I have bundled an development snapshot release of netsurf-atari - altough the log says "3.0 Development version" I named it 2.7 dev snapshot... I hope this is OK? I would appreciate if you can upload both, the source and the binary snapshot to the netsurf

Re: Porting Netsurf on Montavista 4 embedded linux

2011-02-24 Thread m0n0
Am Fr, 25.02.2011, 07:11 schrieb Dipen Patel: > Dear Developers, > > We have a ARM based Handheld device where we want to port Netsurf > browser to provide web based user interface. > > I looked at Makefile(s) but could not get idea where to make changes. I > have done Googling but didn't get anyth

Re: Porting Netsurf on Montavista 4 embedded linux

2011-02-25 Thread m0n0
Am Freitag, den 25.02.2011, 09:22 +0100 schrieb Dipen Patel : Generally such packages have _configure_ script where we can specify CC, CFLAGS, LDFLAGS, PREFIX etc... But Netsurf does not have such facility. You can also specify CC, LD, CXX, AR without configure script, like: export CC=/m

Re: Screenshots page / BBC

2011-02-27 Thread m0n0
Am So, 27.02.2011, 11:54 schrieb Michael Drake: > m0n0 wrote: > Does the Atari front end support image scaling? Yes. The image is scaled to the width / height which is requested or if repeat flag is on and width or height is 1px, then it is scaled to the clipping rectangle. > If

Re: Screenshots page / BBC

2011-02-27 Thread m0n0
Am So, 27.02.2011, 13:51 schrieb m0n0: > I hope somebody can help with this - don't just expect others to > understand what should be done with the coords outside of the clipping > rectangle passed to the plot_bitmap function... Within GTK frontend this is handled: if (

Re: Atari Screenshots / BBC

2011-02-27 Thread m0n0
Am Sonntag, den 27.02.2011, 20:13 +0100 schrieb "Chris Young" : Is that running on a big endian CPU? Yes (68040)

Re: Atari Screenshots / BBC

2011-02-27 Thread m0n0
Am Sonntag, den 27.02.2011, 21:06 +0100 schrieb "Chris Young" : That makes my cyan squares on Wikipedia even more interesting. I take it you're using the latest trunk versions of everything? Yes... but I made the screenshot with 16 bit color depth, maybe that is of any importance? On th

Re: Atari Screenshots / BBC

2011-03-01 Thread m0n0
Am Montag, den 28.02.2011, 21:48 +0100 schrieb "Chris Young" : Right, next question :) Are you building with NETSURF_USE_PNG, NETSURF_USE_MNG or both? I'm using NETSURF_USE_PNG Greets, m

Re: Atari Screenshots / BBC

2011-03-01 Thread m0n0
On 01.03.2011 18:19, Chris Young wrote: Which version of libpng? libpng 1.2.40

Re: AROS free amigaos 3 replacement can run netsurf 68k

2011-03-13 Thread m0n0
On 13.03.2011 16:53, Rob Kendrick wrote: People have created ports inside a week. Look at the OS X port, which took only a couple of weeks. It's not difficult. It's easy. I don't think so - there is no doc for the gui_ functions, and no doc for other parts like browser_window_redraw. etc. An

svn-testament.pl

2011-03-13 Thread m0n0
Hello, the current version of Netsurf doesn't link, because of: Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/m68k-atari-mint /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/m68k-atari-mint /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at utils/svn-

Re: svn-testament.pl

2011-03-14 Thread m0n0
Digest::MD5 is part of the core perl libraries. If you lack it, your perl is incompletely built. OK, I had to install: http://search.cpan.org/~delta/Digest-Perl-MD5/lib/Digest/Perl/MD5.pm which is an pure Perl implementation of the module... However, now I get the following error: Bareword

Re: Core frames progress

2011-06-28 Thread m0n0
Am Dienstag, den 28.06.2011, 16:55 +0200 schrieb Michael Drake : In article <20110628144019.gd4...@digital-scurf.org>, Daniel Silverstone wrote: On Tue, Jun 28, 2011 at 02:45:39PM +0100, Michael Drake wrote: > Can people send me URLs for sites that use frames? This one should use frame

Re: NetSurf 2.8

2011-08-29 Thread m0n0
Am Montag, den 29.08.2011, 17:10 +0200 schrieb "Chris Young" : 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. Hello, I'm moving to a new home, so I can't do anything for

Re: UI Separation and Remote Control

2011-09-30 Thread m0n0
Am Donnerstag, den 29.09.2011, 13:40 +0200 schrieb Cyrus Vafadari : I was wondering if the UI was modular enough to remove everything except a full-screen content, and control the URL bar, tabs, buttons, settings, etc through SSH? Hello, I'm not quite sure what you want to do, but do you kno

Re: First time compile

2011-10-17 Thread m0n0
Am Montag, den 17.10.2011, 15:22 +0200 schrieb Peter Slegg : Can't locate IO/All/File.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/m68k-atari-mint /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/m68k-atari-mint /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/li

Re: First time compile (m0n0)

2011-10-19 Thread m0n0
Am Mittwoch, den 19.10.2011, 00:34 +0200 schrieb Peter Slegg : I get problems with Test-Harness ... Can't locate object method "cmd_head3" via package "Pod::Man" at /usr/lib/perl5/5.6.0/Pod/Man.pm line 463, line 34. Couldn't install blib/man3/TAP::Parser::Utils.3 Manifying blib/man1/prove

Patch: add textarea_set_dimensions function

2011-11-18 Thread m0n0
Hello, this patch allows to resize the desktop textarea anytime, not just at creation time. Comment: added global textarea_set_dimensions function Reject or commit. Thanks. Greet, mIndex: textarea.c === --- textarea.c (Revision

patch: adjust caret position when selected text got removed.

2011-11-28 Thread m0n0
Hello, Comment: fix positioning of the caret after selected text region got deleted. This patch just sets the caret position to selection_start when an delete input comes in. (desktop/textarea.c) Please commit or reject. Thanks & Greets, mIndex: textarea.c =

Re: Portet NetSurf to SH4 CPU

2011-12-19 Thread m0n0
Am Sonntag, den 18.12.2011, 16:05 +0100 schrieb : Now i have portet Netsurf to SH4 CPU STM Linux. The porting process was going without any problems. Good! :) I would look for: gui_launch_url(const char *url) ( However, I newe saw that this one get's called for my frontend. ) and: gui_

Re: javascript support in netsurf

2012-01-23 Thread m0n0
Hello Steven, as a weekend project I integrated spidermonkey's javascript functionality into netsurf; nice to see someone is picking up on that. :) - alert (only 1 per time) I couldn't find that, also it will require an call into frontend code. Btw. alert is part of window object. window i

Patch: handle new variable "LIBDIR" in pkgconf template processing

2012-02-29 Thread m0n0
Hello, this patch adds support for a new variable - "LIBDIR" within .pc template files. This patch is an prerequisite to allow further patches to have variable lib target dir during build of netsurf libs (libparserutils, hubbub, etc.). This is "mandatory" at least for freemint compiler. But I

Patch: Additions to german Messages file

2012-02-29 Thread m0n0
Comment: Translated most strings to german, contributed by Ruben Schuller. Greets, m Index: !NetSurf/Resources/de/Messages === --- !NetSurf/Resources/de/Messages (Revision 13503) +++ !NetSurf/Resources/de/Messages (Arbeitskopie) @@ -1

Re: GTK Version please

2012-03-07 Thread m0n0
Am Mittwoch, den 07.03.2012, 15:08 +0100 schrieb Carlitos Esquer : Which GTK version do you use for development, i've got some problems compiling netsurf 2.8 Package lcms was not found in the pkg-config search path. Perhaps you should add the directory containing `lcms.pc' to the PKG_CONFIG_P

Re: (no subject)

2012-03-07 Thread m0n0
Am Mittwoch, den 07.03.2012, 16:28 +0100 schrieb Carlitos Esquer : Netsurf, segmentation faults when runs outside its "Make" source directory.. What is my error now! I guess the environment variable which points to the Netsurf resource files isn't set? I believe there is an shell script w

  1   2   >