[netsurf-dev] Re: Pull request: CSS support for libsvgtiny

2024-10-23 Thread Michael Drake
On Tue, 22 Oct 2024 at 13:35, Michael Orlitzky wrote: > One small concern: since we are looking for indices and sheets that the > API has just told us exist... if get_sheet() or remove_sheet() fail, an > svgtiny_LIBCSS_ERROR doesn't really do it justice. Maybe an assert() > for these as well? Go

[netsurf-dev] Re: Pull request: CSS support for libsvgtiny

2024-10-21 Thread Michael Drake
On Mon, 21 Oct 2024 at 00:08, Michael Orlitzky wrote: > > On Sat, 2024-10-19 at 16:28 +0100, Michael Drake wrote: > > https://gitweb.michael.orlitzky.com/?p=libsvgtiny.git;a=blob;f=src/svgtiny_css.c;h=96991ddfcfcfe4684b9411709c44367b4651fa92;hb=refs/heads/libcss#l1929 > I fixed

[netsurf-dev] Re: Pull request: CSS support for libsvgtiny

2024-10-19 Thread Michael Drake
On Mon, 14 Oct 2024 at 17:37, Michael Orlitzky wrote: > > On Mon, 2023-11-20 at 12:27 -0500, Michael Orlitzky wrote: > > > > https://gitweb.michael.orlitzky.com/?p=libsvgtiny.git;a=shortlog;h=refs/heads/libcss > Any chance I can rekindle the interest in this? I'm still around to > support the

[netsurf-users] Re: Netsurf CSS support.

2024-10-17 Thread Michael Drake
On Wed, 16 Oct 2024 at 20:16, Andrew Hodgkinson wrote: > > I can find a mailing list post reviewing early flexbox support from 7 years > ago! LibCSS used by NetSurf gained Flexbox support in v0.8.0; it's currently > on v0.9.2. Yeah, a developer who used LibCSS for an iOS app originally added th

[netsurf-users] Re: Weird bug

2024-10-17 Thread Michael Drake
On Thu, 17 Oct 2024 at 12:44, John Harrison wrote: > I have some set and some not set. I know I have made choices in the past > but I can't remember what the default was. The only things saved in the Choices file are things that are different from the defaults. You can also visit `about:config`

[netsurf-dev] Re: Pull request: CSS support for libsvgtiny

2024-01-21 Thread Michael Drake
Hi Michael, I'm sorry it's taken so long to get back to you. I've had a look now. When I tried building I got a lot of `-Werror=pedantic` warnings due to the use of a libwapcaplet macro. For example: src/svgtiny_css.c: In function ‘node_name’: include/libwapcaplet/libwapcaplet.h:137:29:

NetSurf 3.11 Released

2023-12-28 Thread Michael Drake
NetSurf 3.11 is now available to download from https://www.netsurf-browser.org/ The biggest change to the core is improved CSS support, including support for the “display: flex” property value, which improves the layout of some web pages. There is also a new option in the Choices to disable C

Re: [PATCH] src/select/Makefile: the select_generator target is PHONY

2023-09-18 Thread Michael Drake
On Mon, 18 Sept 2023 at 15:25, Michael Orlitzky wrote: > +.PHONY: select_generator Applied, thanks! ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

Re: CSS support in libsvgtiny

2023-09-17 Thread Michael Drake
On Sun, 17 Sept 2023 at 15:18, John-Mark Bell wrote: > On 14/09/2023 14:43, Michael Drake wrote: > > I agree, it would be better to have a shared implementation of the > > LibCSS/LibDOM integration. Either as a LibDOM-CSS or maybe as > > an optional LibDOM binding for LibC

Re: [PATCH 0/2] libdom: fix two more libxml parser segfaults

2023-09-17 Thread Michael Drake
On Sun, 17 Sept 2023 at 15:58, Michael Orlitzky wrote: > I've also submitted a patch for a libcss segfault that is probably > causing a lot of netsurf crashes at, > > https://bugs.netsurf-browser.org/mantis/view.php?id=2854 Nice patch. Applied! Thanks, Michael

Re: CSS support in libsvgtiny

2023-09-14 Thread Michael Drake
Hi Michael, On Tue, 12 Sept 2023 at 23:45, Michael Orlitzky wrote: > tl;dr has anyone tried to use libcss to add CSS support to libsvgtiny? Not to my knowledge. It's definitely something that's worth doing. > 1. First, I chose to implement the fill-opacity and stroke-opacity >properties be

Re: [PATCH 0/1] libdom: handle empty document with libxml

2023-08-09 Thread Michael Drake
On Tue, 8 Aug 2023 at 19:46, Michael Orlitzky wrote: > > Thanks. Unsurprisingly, it was PEBKAC. I was accidentally running "make > test" with COMPONENT_TYPE=lib-shared. No worries! Thank you for all your patches! I reviewed them and they were all good. I've pushed them. Best regards, Michael __

Re: [PATCH 0/1] libdom: handle empty document with libxml

2023-08-07 Thread Michael Drake
On Sun, 6 Aug 2023 at 01:52, Michael Orlitzky wrote: > I encountered a segfault while trying to parse an empty file with > libsvgtiny that I traced back to libdom. It looks like a missing NULL > check is to blame. I have yet to (figure out how to) run the libdom > test suite however, so caveat em

Please test the latest build

2022-11-03 Thread Michael Drake
updates and RISC OS builds about 1.5 years. In addition we have patched the version of libcurl we build against which should make HTTPS connections much faster for the RISC OS and Amiga OS4 builds. Best regards, -- Michael Drake https://www.codethink.co.uk

Re: NetSurf wont start with certain (required) fonts

2022-10-11 Thread Michael Drake
nd for this? What version of NetSurf are you using? Please try a recent development build (e.g. 5367): https://ci.netsurf-browser.org/builds/riscos/?C=M;O=D -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-users mailing lis

Re: Performance Benchmarks?

2022-09-01 Thread Michael Drake
ll share the same computed styles whenever possible, reducing memory usage. -- Michael Drake ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

Re: Using Netsurf cookies with wget

2022-01-21 Thread Michael Drake
l_debug:0 -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org

Re: border values in libcss.

2021-09-27 Thread Michael Drake
will also need a non-zero device DPI in the css_unit_ctx: http://git.netsurf-browser.org/libcss.git/tree/include/libcss/unit.h#n61 Best regards, -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-dev mailing list -- netsurf

Re: Build 5293 on Atari

2021-05-24 Thread Michael Drake
On Sun, 23 May 2021, 13:10 Peter Slegg, wrote: > > > > > Date: Sat, 22 May 2021 12:35:02 + (GMT) > > From: Peter Slegg > > Subject: Build 5293 on Atari > > To: > > Message-ID: <0013ad5a.04251490b...@smtp.freeola.net> > > > > I just updated to 5293 and while it doens't crash it never display

Re: libnsgif and memory bombs

2021-04-05 Thread Michael Drake
t;> >> John > ___ > netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org > To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org > -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

Re: libnsgif and memory bombs

2021-04-05 Thread Michael Drake
f5e8cda3e0c63584984282b1e36d97c50bb1a >> >> John > ___ > netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org > To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org > -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

Re: possible bug: libnsgif does not handle successive RESTORE frames correctly

2021-03-08 Thread Michael Drake
e the frame (overwriting the restore) before >> it tries to restore it. >> >> The simplest fix is probably to simply move the record handler to just >> after the recover. I think this makes intuitive sense -- you want to >> finish disposing of the previous frame b

Re: Crashing after #5252

2021-02-24 Thread Michael Drake
Hi John, On 24/02/2021 09:33, Petit Four wrote: > On 24 Feb, petit.f...@free.fr wrote: > >> For example, #5255 crashes with the attached error log. Please try with #5261 or later. Best regards, -- Michael Drake ___ netsurf-users

Re: Possible integer overflow when calculating hysteresis in desktop/netsurf.c

2021-01-25 Thread Michael Drake
‘hysteresis’ also becoming 0. Thanks for the report! Should be fixed in: http://source.netsurf-browser.org/netsurf.git/commit/?id=da2aa05b730560024760a25dabc2078f578efd10 Cheers, -- Michael Drake ___ netsurf-dev mailing list -- netsurf-dev@nets

Re: Dragging from URL icon

2020-12-03 Thread Michael Drake
ct from the icon text sounds > like a good solution in principle, but using that particular one seems > awkward. The star is a hotlist/bookmarks/favorites toggle. The favicon is either a website-specific icon, or if none is provided, the NetSurf content icon should be used as a

Re: Dragging from URL icon

2020-12-02 Thread Michael Drake
27;s not as intended, however, we'll need a RISC OS developer to fix it for us. Cheers, -- Michael Drake ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org

Re: Dragging from URL icon

2020-11-25 Thread Michael Drake
e? Not completely. Ideally if you're on a version of the OS that supports text selection in writable icons, a URL drag should select text. It needs a RISC OS developer to make any sense of it, however. Contributions welcome! Cheers, -- Michael Drake __

Re: possible bug: libnsgif does not handle DISPOSE_PREVIOUS correctly

2020-07-07 Thread Michael Drake
its API needs quite a bit of cleaning up before we call it 1.0 and stop making breaking changes. Cheers, -- Michael Drake https://www.codethink.co.uk/ ___ netsurf-dev mailing list -- netsurf-dev@netsurf-browser.org To unsubscribe send an email to netsurf-dev-le...@netsurf-browser.org

Re: possible bug: libnsgif does not handle DISPOSE_PREVIOUS correctly

2020-07-06 Thread Michael Drake
On 06/07/2020 10:07, Michael Drake wrote: > On 04/07/2020 15:25, jcup...@gmail.com wrote: >> On Fri, 3 Jul 2020 at 12:16, wrote: >>> https://user-images.githubusercontent.com/580843/8645-18bd1400-bd1c-11ea-923a-adeed2eba031.gif >>> Frame 6 is DISPOSE_PREVIOUS and

Re: possible bug: libnsgif does not handle DISPOSE_PREVIOUS correctly

2020-07-06 Thread Michael Drake
gt; tldr: I think GIFs which have a COMBINE frame followed by a RESTORE > frame will not render correctly in libnsgif. Thanks for this! I hope to have a fix for you to test later today. Cheers, -- Michael Drake https://www.codethink.co.uk/ _

NetSurf 3.10 released

2020-05-25 Thread Michael Drake
NetSurf 3.10 has been released. It is available from: https://www.netsurf-browser.org/ NetSurf 3.10 features many fixes, better performance and improved functionality. In particular, handling of authentication, certificates and fetch errors have been updated and unified. The GTK front end ha

NetSurf 3.10 released

2020-05-25 Thread Michael Drake
NetSurf 3.10 has been released. It is available from: https://www.netsurf-browser.org/ NetSurf 3.10 features many fixes, better performance and improved functionality. In particular, handling of authentication, certificates and fetch errors have been updated and unified. The GTK front end ha

Re: libcss selection question

2020-04-16 Thread Michael Drake
Hi Paul, When you have a computed style, you can't tell anything about the specificity of the individual properties. The way to handle this is to provide the `node_presentational_hint` callback [1]. When it is called, you look at the node's attributes and set any appropriate styles as `css_hint`

Re: HTML5 element support

2020-04-14 Thread Michael Drake
h our Hubbub library. (The HTML5 spec has moved on a long way since it was written.) > If Netsurf is supposed to support HTML5 elements perhaps I should log this > as a bug on the tracker. Please do! Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: HTML5 element support

2020-04-14 Thread Michael Drake
them in CSS. The page renders as if they were not there. They work here. What version of NetSurf are you running? -- Michael Drake https://www.codethink.co.uk/

Re: Libcss fails to compile with msvc 2019 (windows)

2020-04-14 Thread Michael Drake
Please try with libwapcaplet updated to the latest master. This commit should fix the problem: http://git.netsurf-browser.org/libwapcaplet.git/commit/?id=9df4abc696ec938f184ca8e345c379f9b6499ccc Cheers, Michael On Mon, 13 Apr 2020 at 14:31, Ranier Vilela wrote: > Hi, > I'm trying to compile

Re: Please test webp image format

2019-12-30 Thread Michael Drake
On 28/12/2019 23:48, Chris Young wrote: > Not working on AmigaOS 4/PPC, just fails to recognise them at all (once > I'd remembered to disable my old WebP datatype). I think the Amiga (and Atari) toolchain builds need to have libwebp enabled in the SDK. -- Mi

Please test webp image format

2019-12-07 Thread Michael Drake
Hello, Recently we added the webp library to our SDK. NetSurf Builds from our CI should now have webp support. So far we've only tested on Linux. Please could users of other platforms visit https://developers.google.com/speed/webp/gallery1 and let us know if it's working? The CI builds ar

Local history update

2019-08-04 Thread Michael Drake
. Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: The 3.9 Release / documentation for Media Queries etc

2019-07-22 Thread Michael Drake
the page. http://test.netsurf-browser.org/html/mq.test.html Note, in NetSurf we don't support dynamic changes to the computed style yet, so as you change the width of the window, you'll need to click reload to see the effect. Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: [PATCH v1 07/11] ti948: Add sysfs node for alive attribute

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:11, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! > On Tue, Jun 11, 2019 at 03:04:08PM +0100, Michael Drake wrote: >> This may be used by userspace to determine the state >>

Re: [PATCH v1 08/11] dt-bindings: display/bridge: Add bindings for ti949

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:13, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! > On Tue, Jun 11, 2019 at 03:04:09PM +0100, Michael Drake wrote: >> Adds device tree bindings for: >> >> TI DS90UB949

Re: [PATCH v1 03/11] dt-bindings: display/bridge: Add config property for ti948

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:07, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! > On Tue, Jun 11, 2019 at 03:04:04PM +0100, Michael Drake wrote: >> The config property can be used to provide an array of >>

Re: [PATCH v1 06/11] ti948: Reconfigure in the alive check when device returns

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:10, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! > On Tue, Jun 11, 2019 at 03:04:07PM +0100, Michael Drake wrote: >> If the alive check detects a transition to the alive st

Re: [PATCH v1 01/11] dt-bindings: display/bridge: Add bindings for ti948

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:03, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! I'm sorry it's taken me a while to respond to it. > On Tue, Jun 11, 2019 at 03:04:02PM +0100, Michael Drake wrote: >> A

[PATCH v1 05/11] ti948: Add alive check function using schedule_delayed_work()

2019-06-11 Thread Michael Drake
This simply runs the function once every 5 seconds, while the device is supposed to be active. The alive check function is currently simply a stub, that logs it has been called, and re-inserts itself into the work queue. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case

[PATCH v1 00/11] Add ti948 and ti949 display bridge drivers

2019-06-11 Thread Michael Drake
/ ACPI nodes to set up any device dependency chain. (ACPI requiring the special DT namespace link device ID, PRP0001.) The unified device properties API is used to get board-specific config from device tree / ACPI. Cc: Patrick Glaser Cc: Nate Case Michael Drake (11): dt-bindings: display

[PATCH v1 10/11] dt-bindings: display/bridge: Add config property for ti949

2019-06-11 Thread Michael Drake
The config property can be used to provide an array of register addresses and values to be written to configure the device for the board. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- .../bindings/display/bridge/ti,ds90ub949.txt| 13 + 1 file changed

[PATCH v1 04/11] ti948: Add support for configuration via device properties

2019-06-11 Thread Michael Drake
-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/ti948.c | 106 - 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/ti948.c b/drivers/gpu/drm/bridge/ti948.c index c22252036bbe..9cb37215f049 100644

[PATCH v1 06/11] ti948: Reconfigure in the alive check when device returns

2019-06-11 Thread Michael Drake
If the alive check detects a transition to the alive state, the device configuration is rewritten. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/ti948.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v1 07/11] ti948: Add sysfs node for alive attribute

2019-06-11 Thread Michael Drake
This may be used by userspace to determine the state of the device. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/ti948.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/ti948.c

[PATCH v1 11/11] ti949: Add support for configuration via device properties

2019-06-11 Thread Michael Drake
-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/ti949.c | 120 + 1 file changed, 120 insertions(+) diff --git a/drivers/gpu/drm/bridge/ti949.c b/drivers/gpu/drm/bridge/ti949.c index 04618ca5f25e..57dcecd10ace 100644 --- a/drivers

[PATCH v1 09/11] ti949: i2c device driver for TI DS90UB949-Q1

2019-06-11 Thread Michael Drake
are enabled on probe and PM resume. They are disabled on remove and PM suspend. Datasheet: http://www.ti.com/lit/ds/symlink/ds90ub949-q1.pdf Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/Kconfig | 8 + drivers/gpu/drm/bridge/Makefile | 1

[PATCH v1 01/11] dt-bindings: display/bridge: Add bindings for ti948

2019-06-11 Thread Michael Drake
Adds device tree bindings for: TI DS90UB948-Q1 2K FPD-Link III to OpenLDI Deserializer The device has the compatible string "ti,ds90ub948", and and allows an arrray of strings to be provided as regulator names to enable for operation of the device. Signed-off-by: Michael Drake C

[PATCH v1 03/11] dt-bindings: display/bridge: Add config property for ti948

2019-06-11 Thread Michael Drake
The config property can be used to provide an array of register addresses and values to be written to configure the device for the board. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- .../bindings/display/bridge/ti,ds90ub948.txt | 21 +++ 1 file changed

[PATCH v1 02/11] ti948: i2c device driver for TI DS90UB948-Q1

2019-06-11 Thread Michael Drake
enabled on probe and PM resume. They are disabled on remove and PM suspend. Datasheet: http://www.ti.com/lit/ds/symlink/ds90ub948-q1.pdf Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/Kconfig | 8 + drivers/gpu/drm/bridge/Makefile | 1 + drivers

[PATCH v1 08/11] dt-bindings: display/bridge: Add bindings for ti949

2019-06-11 Thread Michael Drake
enable for operation of the device. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- .../bindings/display/bridge/ti,ds90ub949.txt | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ds90ub949.txt di

Re: Something went wrong with the layout engine between 4630 and 4631

2019-05-18 Thread Michael Drake
On Tue, 14 May 2019 at 21:18, David Higton wrote: > Hi guys, > > Try http://www.bbc.co.uk/news/ with versions 4630 and 4631. Notice a > big difference? There certainly is with the RISC OS version, and I > somehow expect it to be platform-independent. > We now handle media queries, so, because

Re: NetSurf 0002562 - not quite fixed

2018-08-31 Thread Michael Drake
hotlist into the ordinary window. Bang. We need a RISC OS maintainer to step up to work on these sorts of things. They simply aren't reproducible on the GTK front end that the core developers develop on. Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: Please try the latest build

2018-08-21 Thread Michael Drake
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.netsurf-browser.org/builds

Re: Please try the latest build

2018-08-16 Thread Michael Drake
not be subscribed to both. Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: new release and nested

2018-08-15 Thread Michael Drake
pt!) Our current layout engine doesn't support dynamic changes to the page. The layout engine needs a rewrite to handle this, which is a big job. It won't happen for the release. Cheers, -- Michael Drake https://www.codethink.co.uk/

Re: Please try the latest build

2018-08-15 Thread Michael Drake
On 15/08/18 12:08, Jim Nagel wrote: > Michael Drake wrote on 15 Aug: >> Please try entering the incorrect credentials, the correct >> credentials, and canceling the login, by closing the login window. > > Problem arises in testing this: After a successful login, Netsurf

Re: Please try the latest build

2018-08-15 Thread Michael Drake
Hi Brian, On 15/08/18 11:57, Brian wrote: > In article , >Michael Drake wrote: >> Which platform are you testing on? > > Win 7, VRPC, RISC OS 4.02, NetSurf #4402 Just spotted this! It needs to be #4403 or later. Please could you try with #4403 or the latest on

Re: Please try the latest build

2018-08-15 Thread Michael Drake
Hi Brian, On 15/08/18 11:57, Brian wrote: > In article , >Michael Drake wrote: >> Can you send me the log file for the crash. > > I've saved the log file but forgotten where to send it Please e-mail it to me direct. Cheers, -- Michael Drake

Re: Please try the latest build

2018-08-15 Thread Michael Drake
On 15/08/18 09:05, Brian wrote: > In article <3c705f3f-e461-c7a7-3b70-54d63192a...@netsurf-browser.org>, >Michael Drake wrote: >>https://httpbin.org/basic-auth/foo/bar > >>(Where "foo" is the username, and "bar" is the password, >

Please try the latest build

2018-08-15 Thread Michael Drake
tes is better. Please try entering the incorrect credentials, the correct credentials, and canceling the login, by closing the login window. Note: the Windows build doesn't yet support HTTP auth, so for that platform, I'm just looking for a general indication of whether the b

Please try the latest build

2018-08-15 Thread Michael Drake
tes is better. Please try entering the incorrect credentials, the correct credentials, and canceling the login, by closing the login window. Note: the Windows build doesn't yet support HTTP auth, so for that platform, I'm just looking for a general indication of whether the b

Plotting to bitmaps

2018-07-28 Thread Michael Drake
behind compile time options. -- Michael Drake http://www.netsurf-browser.org/

Re: why is site php.net so slow in NetSurf?

2018-07-17 Thread Michael Drake
tty uncommon case. For now, I'd try just toggling background images off in the menu for that window, and forcing a redraw (F12, Return). http://www.netsurf-browser.org/documentation/guide.html#BrowserWindowMenuDisplayImages Hope that helps, -- Michael Drake https://www.codethink.co.uk/

Re: Image won't display

2018-06-12 Thread Michael Drake
caught by NetSurf's ad blocking CSS. Looks like it matches the following selector. img[src*="/click"] You can disable ad blocking in the preferences. -- Michael Drake https://www.codethink.co.uk/

Re: Persistant error boxes.

2018-05-14 Thread Michael Drake
Do you have a URL that causes it? Which version of NetSurf? Have you tried the latest build? http://ci.netsurf-browser.org/builds/ Cheers, -- Michael Drake http://www.codethink.co.uk/

Re: This is regarding libdom library.

2018-05-02 Thread Michael Drake
e latest is 0.3.2. It sounds like the libdom0.4.a that you were using before is either a completely different project (that happens to share the same name) or a fork of libdom with changes that have never been upstreamed to us. Cheers, -- Michael Drake http://www.codethink.co.uk/

Re: URL crashes Netsurf

2018-04-13 Thread Michael Drake
ent build? Cheers, -- Michael Drake http://www.codethink.co.uk/

Re: linking to root of website, not root of drive

2018-02-19 Thread Michael Drake
where in !Boot, which may need updated with an entry for CSS. WebJames may ship with an example mimemap for this. Cheers, -- Michael Drake http://www.codethink.co.uk/

Re: linking to root of website, not root of drive

2018-02-19 Thread Michael Drake
On 19/02/18 10:35, Jim Nagel wrote: [snip] Is there a way around this? Use a webserver to serve the root directory of the web site you're developing, and point your browser at http://localhost/ I believe WebJames can do this on RISC OS. Cheers, -- Michael

Re: CSS support for display:table

2018-02-15 Thread Michael Drake
ndard, never mind trying to keep up with volatile draft standards. Cheers, -- Michael Drake http://www.codethink.co.uk/

Re: CSS support for display:table

2018-02-15 Thread Michael Drake
ay: block; width: 100%; } Then you'd have e.g. Lots of text... -- Michael Drake http://www.codethink.co.uk/

Re: CSS for a RiscOS font and button

2018-02-09 Thread Michael Drake
x27;t match desktop button style if users have customised the RISC OS button rendering in any way. -- Michael Drake http://www.codethink.co.uk/

Re: [PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-08 Thread Michael Drake
On 08/12/17 14:27, Greg KH wrote: On Fri, Dec 08, 2017 at 10:30:43AM +, Michael Drake wrote: On 07/12/17 20:04, Greg KH wrote: --- lsusb-v.orig2017-12-07 21:01:26.153185002 +0100 +++ lsusb-v.new 2017-12-07 21:01:32.806517978 +0100 @@ -1110,9 +1110,9 @@ bDescriptorType

Re: [PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-08 Thread Michael Drake
On 07/12/17 20:04, Greg KH wrote: On Thu, Dec 07, 2017 at 07:24:35PM +, Michael Drake wrote: On 07/12/17 17:26, Greg KH wrote: On Thu, Dec 07, 2017 at 05:14:10PM +, Michael Drake wrote: On 07/12/17 15:16, Greg KH wrote: On Thu, Dec 07, 2017 at 04:01:23PM +0100, Greg KH wrote: Oops

Re: [PATCH v1 1/1] lsusb: Fix array entry count for variable sized entries.

2017-12-08 Thread Michael Drake
On 07/12/17 20:02, Greg KH wrote: On Thu, Dec 07, 2017 at 07:18:39PM +, Michael Drake wrote: This fixes a divide by zero which happened when an array, without an explicit entry count (ultimately calculated from the value in the descriptor data's bLength field) was used on field w

Re: [PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-07 Thread Michael Drake
On 07/12/17 17:26, Greg KH wrote: On Thu, Dec 07, 2017 at 05:14:10PM +, Michael Drake wrote: On 07/12/17 15:16, Greg KH wrote: On Thu, Dec 07, 2017 at 04:01:23PM +0100, Greg KH wrote: Oops, I should have tested the code, it now crashes for me with the following error: Floating

[PATCH v1 1/1] lsusb: Fix array entry count for variable sized entries.

2017-12-07 Thread Michael Drake
n get the entry size from a referenced field. Signed-off-by: Michael Drake --- desc-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desc-dump.c b/desc-dump.c index 0df0e00..0adf39d 100644 --- a/desc-dump.c +++ b/desc-dump.c @@ -423,7 +423,7 @@ static unsigne

[PATCH v1 0/1] lsusb: Fix potential floating point exception.

2017-12-07 Thread Michael Drake
This fixes the likely cause of a crash found by Greg. Michael Drake (1): lsusb: Fix array entry count for variable sized entries. desc-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" i

Re: [PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-07 Thread Michael Drake
On 07/12/17 15:16, Greg KH wrote: On Thu, Dec 07, 2017 at 04:01:23PM +0100, Greg KH wrote: On Thu, Dec 07, 2017 at 04:00:36PM +0100, Greg KH wrote: On Thu, Dec 07, 2017 at 10:26:21AM +, Michael Drake wrote: This adds a new way of dumping descriptors, which splits the knowledge of how to

Re: [PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-07 Thread Michael Drake
On 07/12/17 15:00, Greg KH wrote: On Thu, Dec 07, 2017 at 10:26:21AM +, Michael Drake wrote: This adds a new way of dumping descriptors, which splits the knowledge of how to interpret descriptor data from the actual dumping. This has two advantages: 1. It is easy to add support for new

[PATCH v1 1/2] lsusb: Squash Wpointer-compare warning.

2017-12-07 Thread Michael Drake
lacing the ineffectual/broken one. Signed-off-by: Michael Drake --- desc-dump.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/desc-dump.c b/desc-dump.c index 5c8e8ae..0df0e00 100644 --- a/desc-dump.c +++ b/desc-dump.c @@ -64,17 +64,16 @@ static void desc_bmco

[PATCH v1 2/2] lsusb: Remove unused function.

2017-12-07 Thread Michael Drake
The get_audioterminal_string() function is now unused. Signed-off-by: Michael Drake --- lsusb.c | 12 1 file changed, 12 deletions(-) diff --git a/lsusb.c b/lsusb.c index a1b7f8d..1650016 100644 --- a/lsusb.c +++ b/lsusb.c @@ -217,18 +217,6 @@ static int get_protocol_string(char

[PATCH v1 0/2] lsusb: Squash warnings from UAC3 merge.

2017-12-07 Thread Michael Drake
This series is to fix some warnings reported by Greg. Michael Drake (2): lsusb: Squash Wpointer-compare warning. lsusb: Remove unused function. desc-dump.c | 7 +++ lsusb.c | 12 2 files changed, 3 insertions(+), 16 deletions(-) -- 2.11.0 -- To unsubscribe from this

Re: Failure to initialise Unicode font library

2017-12-07 Thread Michael Drake
the installation of a subtly broken font. Have you installed any fonts recently? -- Michael Drake http://www.codethink.co.uk/

[PATCH v2 8/8] lsusb: Dump USB3 BOS Configuration Summary Descriptor.

2017-12-07 Thread Michael Drake
Add support for dumping the configuration summary device capability descriptor to the verbose output of lsusb. Signed-off-by: Michael Drake --- lsusb.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lsusb.c b/lsusb.c index e3eb423..c7a237e 100644 --- a/lsusb.c +++ b/lsusb.c @@ -75,6

[PATCH v2 7/8] lsusb: Add descriptor definition for USB3 BOS Configuration Summary.

2017-12-07 Thread Michael Drake
Add definition of the BOS configuration summary descriptor, as specified by the USB 3 standard, to the descriptor definitions for lsusb. Signed-off-by: Michael Drake --- desc-defs.c | 15 +++ desc-defs.h | 3 +++ 2 files changed, 18 insertions(+) diff --git a/desc-defs.c b/desc

[PATCH v2 5/8] lsusb: Add descriptor definitions for UAC3.

2017-12-07 Thread Michael Drake
These descriptor definitions descibe how raw descriptor data should be interpreted. Signed-off-by: Michael Drake --- desc-defs.c | 338 desc-defs.h | 3 + desc-dump.c | 5 + 3 files changed, 303 insertions(+), 43 deletions

[PATCH v2 3/8] lsusb: Add code to dump descriptor data using descriptor definition.

2017-12-07 Thread Michael Drake
its handling of insufficient descriptor data buffer, and junk data at the end of a descriptor. 2. It is easy to add support for new descriptors, since they are now simple definitions that resemble the tables in the USB specifications. Signed-off-by: Michael Drake --- desc-dump.c | 541

[PATCH v2 4/8] lsusb: Switch to descriptor-definition based dump for UAC1 and UAC2.

2017-12-07 Thread Michael Drake
This gives us more consistency in handling of incorrect descriptor buffer lengths, and improves whitespace/alignment consistency. Signed-off-by: Michael Drake --- Makefile.am | 2 + lsusb.c | 751 2 files changed, 50 insertions

[PATCH v2 0/8] lsusb: Add initial support for USB Audio Class 3

2017-12-07 Thread Michael Drake
around #include "config.h" - Fixed use of magic numbers in wFormatTag snowflake renderer. Michael Drake (8): lsusb: Split subtype mapping out of AudioControl interface handling. lsusb: Add declarative definitions for UAC1 and UAC2 descriptors. lsusb: Add code to dump descriptor

[PATCH v2 1/8] lsusb: Split subtype mapping out of AudioControl interface handling.

2017-12-07 Thread Michael Drake
UAC1 and UAC2 have different different meanings for the same subtype value. This splits the subtype mapping out. Signed-off-by: Michael Drake --- lsusb.c | 128 +++- 1 file changed, 94 insertions(+), 34 deletions(-) diff --git a

[PATCH v2 6/8] lsusb: Add initial support for USB Audio Device Class 3.

2017-12-07 Thread Michael Drake
Make lsusb display verbose descriptor output for USB Audio Devide Class 3 devices. The descriptors have changed for version 3 of the protocol. Signed-off-by: Michael Drake --- lsusb.c | 52 ++-- 1 file changed, 34 insertions(+), 18 deletions

[PATCH v2 2/8] lsusb: Add declarative definitions for UAC1 and UAC2 descriptors.

2017-12-07 Thread Michael Drake
These descriptor definitions descibe how raw descriptor data should be interpreted. Signed-off-by: Michael Drake --- desc-defs.c | 728 desc-defs.h | 153 + 2 files changed, 881 insertions(+) create mode 100644 desc

  1   2   3   4   5   6   7   8   9   10   >