summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for external hotlist utilities.Steve Fryatt2011-10-095-8/+145
* Adjust icon sizes to recommended widths for non-standard fonts.Steve Fryatt2011-10-091-124/+120
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-092-1/+7
* Fix nsgif_get_internal to decode bitmap (similar to r12980)Chris Young2011-10-091-0/+5
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
* Set fallback favicon.Michael Drake2011-10-091-0/+2
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
* Stop confusing svn clientChris Young2011-10-081-3/+2
* Treat all objects equally, non-plugin_hack objects can now be opened in externalChris Young2011-10-082-26/+16
* Fix link creationChris Young2011-10-081-1/+1
* Default search ico should only come from themeChris Young2011-10-083-19/+5
* Navigate submenuChris Young2011-10-081-7/+91
* Pedantic spacing fix.Michael Drake2011-10-081-1/+1
* Amiga front end still uses this for now.Michael Drake2011-10-081-0/+0
* Delete icon that's never been used.Michael Drake2011-10-081-0/+0
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
* Avoid a couple of strlen calls.Michael Drake2011-10-082-2/+2
* Avoid a strlen.Michael Drake2011-10-081-1/+1
* Add function to get at url length.Michael Drake2011-10-082-0/+20
* Fix leaky refcountingJohn Mark Bell2011-10-081-0/+12
* Pedantic style changes.Michael Drake2011-10-081-29/+20
* Improve performance of style selectionJohn Mark Bell2011-10-088-295/+379
* Pedantic style fixesJohn Mark Bell2011-10-081-2/+4
* Improve error handlingJohn Mark Bell2011-10-081-19/+15
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
* correct filenameChris Young2011-10-071-2/+2
* Add favicon to iconification iconChris Young2011-10-075-44/+67
* make resource fetcher cope with missing resources gracefullyVincent Sanders2011-10-071-11/+9
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-072-8/+32
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
* Port presentational hint backgrounds to nsurl.Michael Drake2011-10-071-8/+8
* Choose right ico image for typical url bar.Michael Drake2011-10-071-1/+3
* comment removalChris Young2011-10-071-2/+1
* fix botched link renameChris Young2011-10-071-0/+1
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
* favicon fixesChris Young2011-10-073-7/+3
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
* Handle joining to a base with no path.Michael Drake2011-10-071-2/+4
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-073-2/+6
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-072-2/+27
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-073-2/+14
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
* metadata links stored in contentsVincent Sanders2011-10-078-100/+321
* initial favicon supportVincent Sanders2011-10-066-50/+139
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-062-199/+1
* Optimise hotlist loading by using nsurl instead of url_normalise. Also conve...Michael Drake2011-10-061-28/+31
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
* Remove plugin.h too.Michael Drake2011-10-062-45/+0