summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=12979
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
| | | | svn path=/trunk/netsurf/; revision=12978
* metadata links stored in contentsVincent Sanders2011-10-078-100/+321
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* initial favicon supportVincent Sanders2011-10-066-50/+139
| | | | svn path=/trunk/netsurf/; revision=12975
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-062-199/+1
| | | | svn path=/trunk/netsurf/; revision=12971
* Optimise hotlist loading by using nsurl instead of url_normalise. Also ↵Michael Drake2011-10-061-28/+31
| | | | | | convert tree url post-edit normalisation to use nsurl. The treeviews still store urls as strings for now. svn path=/trunk/netsurf/; revision=12970
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
| | | | svn path=/trunk/netsurf/; revision=12969
* Remove plugin.h too.Michael Drake2011-10-062-45/+0
| | | | svn path=/trunk/netsurf/; revision=12968
* Remove old plugin.c.Michael Drake2011-10-062-1861/+1
| | | | svn path=/trunk/netsurf/; revision=12967
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
| | | | svn path=/trunk/netsurf/; revision=12966
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
| | | | svn path=/trunk/netsurf/; revision=12965
* also convert nsdefault.css in svn tree into a proper link (OS4 SVN does not ↵Chris Young2011-10-051-0/+4
| | | | | | | | support fs links) svn path=/trunk/netsurf/; revision=12964
* Adjust some typesChris Young2011-10-051-5/+6
| | | | svn path=/trunk/netsurf/; revision=12963
* Keep running if an error occursChris Young2011-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12962
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
| | | | svn path=/trunk/netsurf/; revision=12961
* Ensure trailing whitespace is ignored.Michael Drake2011-10-051-0/+9
| | | | svn path=/trunk/netsurf/; revision=12960
* Shuffle CSS files so default.css is the main oneChris Young2011-10-054-10/+10
| | | | svn path=/trunk/netsurf/; revision=12959
* Avoid making a new nsurl to remove fragment if there is no fragment.Michael Drake2011-10-051-5/+10
| | | | svn path=/trunk/netsurf/; revision=12958
* Optimise nsurl__is_no_escape.Michael Drake2011-10-051-93/+28
| | | | svn path=/trunk/netsurf/; revision=12957
* Make sure the fragment remover sets the nsurl to NULL on failure.Michael Drake2011-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=12956
* Namespaceing.Michael Drake2011-10-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=12955