[Netsurf-develop] Download windows
by James Bursa
I've started implementing download windows. When you click on a link to an
item which can't be displayed, a download window will open showing the
progress. At the moment it isn't possible to save the download.
Does anyone want to finish implementing this? It's mostly gui stuff now.
James
20 years, 3 months
[Netsurf-develop] Resolving fix
by James Bursa
The resolving problems should now be fixed :). There was an error in the code
which parsed Inet$Resolvers, which caused it to fail if there was just one
DNS server :/. Developers: new libcurl_32.zip again.
I've also done some more work on tidying up the gui code. Everything should
work as before.
James
20 years, 3 months
[Netsurf-develop] Plugins and iframes
by John M Bell
Hi people,
Just a quick note to inform you that plugins now work (to a point - there
are still a number of outstanding issues. Not the least of which is the
repositioning of the plugin window on the page, which isn't implemented
yet). I've only tested it with the flash plugin, so I'd appreciate bug
reports about other plugins.
<iframe> tags are now understood by NetSurf. However, the GUI needs some
work before they are displayed properly.
John.
20 years, 3 months
[Netsurf-develop] Menu code changes
by James Bursa
I've split the menu related code in gui.c into a new file called menus.c, and
changed it to use the new portable messages code (utils/messages.[ch]).
Everything should work as before.
James
20 years, 3 months