summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-103-2/+277
| | | | svn path=/trunk/netsurf/; revision=13030
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
| | | | svn path=/trunk/netsurf/; revision=13029
* Remove dead debugwin code.Michael Drake2011-10-104-427/+1
| | | | svn path=/trunk/netsurf/; revision=13028
* Increase default mem cache size.Michael Drake2011-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13027
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
| | | | svn path=/trunk/netsurf/; revision=13026
* page context menu (mostly non-functioning)Chris Young2011-10-091-4/+74
| | | | svn path=/trunk/netsurf/; revision=13025
* prevent odd curl non completion behaviourVincent Sanders2011-10-092-5/+17
| | | | svn path=/trunk/netsurf/; revision=13024
* Convert more boxes before yieldingJohn Mark Bell2011-10-091-39/+46
| | | | svn path=/trunk/netsurf/; revision=13023
* Add support for external hotlist utilities.Steve Fryatt2011-10-095-8/+145
| | | | svn path=/trunk/netsurf/; revision=13022
* Adjust icon sizes to recommended widths for non-standard fonts.Steve Fryatt2011-10-091-124/+120
| | | | svn path=/trunk/netsurf/; revision=13021
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-092-1/+7
| | | | svn path=/trunk/netsurf/; revision=13019
* Fix nsgif_get_internal to decode bitmap (similar to r12980)Chris Young2011-10-091-0/+5
| | | | svn path=/trunk/netsurf/; revision=13018
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=13017
* Set fallback favicon.Michael Drake2011-10-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=13016
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
| | | | | | popupmenu.class does not appear to act on them. svn path=/trunk/netsurf/; revision=13015
* Stop confusing svn clientChris Young2011-10-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=13014
* Treat all objects equally, non-plugin_hack objects can now be opened in externalChris Young2011-10-082-26/+16
| | | | | | application if CMD line present in resources/mimetypes svn path=/trunk/netsurf/; revision=13013
* Fix link creationChris Young2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13012
* Default search ico should only come from themeChris Young2011-10-083-19/+5
| | | | svn path=/trunk/netsurf/; revision=13011
* Navigate submenuChris Young2011-10-081-7/+91
| | | | svn path=/trunk/netsurf/; revision=13010
* Pedantic spacing fix.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13009
* Amiga front end still uses this for now.Michael Drake2011-10-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=13008
* Delete icon that's never been used.Michael Drake2011-10-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=13007
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=13006
* Avoid a couple of strlen calls.Michael Drake2011-10-082-2/+2
| | | | svn path=/trunk/netsurf/; revision=13005
* Avoid a strlen.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13004
* Add function to get at url length.Michael Drake2011-10-082-0/+20
| | | | svn path=/trunk/netsurf/; revision=13003
* Fix leaky refcountingJohn Mark Bell2011-10-081-0/+12
| | | | svn path=/trunk/netsurf/; revision=13002
* Pedantic style changes.Michael Drake2011-10-081-29/+20
| | | | svn path=/trunk/netsurf/; revision=13001
* Improve performance of style selectionJohn Mark Bell2011-10-088-295/+379
| | | | svn path=/trunk/netsurf/; revision=13000
* Pedantic style fixesJohn Mark Bell2011-10-081-2/+4
| | | | svn path=/trunk/netsurf/; revision=12999
* Improve error handlingJohn Mark Bell2011-10-081-19/+15
| | | | svn path=/trunk/netsurf/; revision=12998
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
| | | | svn path=/trunk/netsurf/; revision=12997
* correct filenameChris Young2011-10-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=12996
* Add favicon to iconification iconChris Young2011-10-075-44/+67
| | | | svn path=/trunk/netsurf/; revision=12995
* make resource fetcher cope with missing resources gracefullyVincent Sanders2011-10-071-11/+9
| | | | svn path=/trunk/netsurf/; revision=12994
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
| | | | svn path=/trunk/netsurf/; revision=12993
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-072-8/+32
| | | | svn path=/trunk/netsurf/; revision=12992
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12991
* Port presentational hint backgrounds to nsurl.Michael Drake2011-10-071-8/+8
| | | | svn path=/trunk/netsurf/; revision=12990
* Choose right ico image for typical url bar.Michael Drake2011-10-071-1/+3
| | | | svn path=/trunk/netsurf/; revision=12989
* comment removalChris Young2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12988
* fix botched link renameChris Young2011-10-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=12987
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
| | | | svn path=/trunk/netsurf/; revision=12986
* favicon fixesChris Young2011-10-073-7/+3
| | | | svn path=/trunk/netsurf/; revision=12985
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
| | | | svn path=/trunk/netsurf/; revision=12984
* Handle joining to a base with no path.Michael Drake2011-10-071-2/+4
| | | | svn path=/trunk/netsurf/; revision=12983
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-073-2/+6
| | | | svn path=/trunk/netsurf/; revision=12982
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-072-2/+27
| | | | svn path=/trunk/netsurf/; revision=12981
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-073-2/+14
| | | | svn path=/trunk/netsurf/; revision=12980