Interactive help tokens now fall back to their base key when not available.
Help menu is now fully implemented.
F1 opens the help page.
svn path=/import/netsurf/; revision=864
Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling.
svn path=/import/netsurf/; revision=859
Added support for NETSCAPE2.0 application extension for limited looping.
GIF decoding attempts all images, irrespective of whether they adhere to the GIF87/GIF89a spec.
Disabled logging.
svn path=/import/netsurf/; revision=849
Type change of struct content_html.encoding from xmlCharEncoding to xmlChar; Pickup Content-Type charset in the HTML file and use this if the server didn't send it or there was no server involved (e.g. HTML loading from disk).
svn path=/import/netsurf/; revision=846
[ Again, the same commit of 2004-05-03 ]
ro_gui_set_icon_string() :
- anti-flicker test didn't work when string is longer than icon text
buffer length.
- make sure we have a NUL char terminated string when new icon text is
longer than icon buffer.
svn path=/import/netsurf/; revision=837
Remove obsolete theme files. Hide some unimplemented toolbar icons. F2 moves caret to URL bar and clears it to "www.". Simplify some of the toolbar code. Fix menu-related crash (reported by Jerome Mathevet).
svn path=/import/netsurf/; revision=836
Remove Object->Reload menu entry as it does nothing.
Save the correct URL when exporting the URL of an object (previously it saved the URL of the link target (if appropriate) of ofla (if not). Now save the URL of the object.
TODO - saving of link targets and their URLs
svn path=/import/netsurf/; revision=834
Convert "magic" number usage to an enum to appease James.
Send message dataload after successful save - now possible to save directly to other apps.
svn path=/import/netsurf/; revision=832
Implement saving of Links as URI, URL and Text
Implement saving of page objects in their original format
Implement export of page images as Sprite
Fix NULL pointer causing ofla when extracting page charset from libxml
svn path=/import/netsurf/; revision=826
ro_gui_set_icon_string() :
- anti-flicker test didn't work when string is longer than icon text
buffer length
- make sure we have a NUL char terminated string when new icon text is
longer than icon buffer.
svn path=/import/netsurf/; revision=820
A couple more Norcroft-related patches.
The use of #ifdef __GNU_C__ in both of these can be avoided. I'm not entirely sure whether it would be sensible to do so, so I've left them as-is.
svn path=/import/netsurf/; revision=814
Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds.
svn path=/import/netsurf/; revision=801