CA bundle
by David Higton
Hi all,
Is there a way to make the RISC OS version of NS use the central CA cert
bundle, InetDbase:CertData, rather than its own? Which, it should be
mentioned, is long out of date.
I try to maintain a central CA bundle, rather than having multiple ones
that are not necessarily maintained up to date.
David
1 year, 3 months
Dark Mode
by Mike
Hi guys!
I've recently implemented dark mode for Netsurf. Basically inverting white
and black colors to avoid eye-strain. There are 3 options - None(by
default), Preserve Colors(tries to invert just black and white, avoiding
inverting bright colors), Full(just inverts everything). It works well for
me, and I'm using this solution on all machines I've got NSGTK3 built. Here
is the patch:
https://gitlab.com/megastallman/netsurf_dark_mode/-/raw/main/DarkMode.patch
But still there is a problem with GTK3: https://ibb.co/cbXTm8h
The combobox behind the "Dark Mode" label looks empty before I click it,
thus options are saved well and persist through the browser launches. Also,
probably we need to make "Netsurf Preferences" form bigger to fit all
controls.
Please help me fix those issues, and probably provide some upstreaming
guidelines.
1 year, 8 months