summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove fresh field from struct contentJohn Mark Bell2010-04-162-6/+0
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ...John Mark Bell2010-04-161-3/+3
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-162-0/+19
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
* Reset fetch state when refetching object.John Mark Bell2010-04-161-7/+11
* Improve 401 response handlingJohn Mark Bell2010-04-161-28/+50
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-145-38/+83
* Ensure we invalidate cache data and mark objects as complete on failure to fe...John Mark Bell2010-04-141-3/+26
* When iterating a linked list, please to always remember to *iterate* and not ...Daniel Silverstone2010-04-141-1/+2
* Eat any #fragment in llcache_object_retrieve -- fixing double-fragment issues...Daniel Silverstone2010-04-141-5/+20
* Abstract a number of unsafe iterations of object users into a single safe fun...Daniel Silverstone2010-04-141-63/+55
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
* Hack workaround for broken libcurls who obey ALL_PROXY for file: URLs. See c...Rob Kendrick2010-04-131-0/+11
* Updated Italian tranlation from Samir HawamdehChris Young2010-04-131-20/+20
* Add gtk_compat.c, which provides implementations of newer GTK functions that ...Rob Kendrick2010-04-136-10/+124
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-134-11/+11
* Update BUILDING-GTK to say GTK 2.18.Rob Kendrick2010-04-131-2/+2
* GTK 2.20 removes some widget property access macros that were deprecated in 2...Rob Kendrick2010-04-133-9/+9
* Use API to invalidate content freshness informationJohn Mark Bell2010-04-121-1/+1
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
* Ensure url bar is updated with in-progress URL and restored if stop/download ...Daniel Silverstone2010-04-121-0/+11
* Make favourite icons part of the HTML content's active set so that we don't c...Daniel Silverstone2010-04-121-1/+16
* Suppress issues with < 1x1 (i)frames for now in GTK frontendDaniel Silverstone2010-04-121-4/+11
* Revert last change.Michael Drake2010-04-121-5/+0
* Make new cache strip the fragment identifier, like fetchcache did.Michael Drake2010-04-121-0/+5
* I don't understand the full_redraw flag, or the optimisation gained from not ...John Mark Bell2010-04-111-40/+24
* Implement draw_clone()John Mark Bell2010-04-111-0/+16
* Now that theme_install owns hlcache handle, ensure we clean it up.John Mark Bell2010-04-111-14/+12
* Port to hlcache-enabled coreJohn Mark Bell2010-04-111-31/+40
* Provide API to enable a handle's callback to be replacedJohn Mark Bell2010-04-112-0/+21
* Yes, ownership of the theme content is passed to theme_installJohn Mark Bell2010-04-111-2/+0
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-112-6/+9
* Shrink source buffer to final length on fetch completionJohn Mark Bell2010-04-111-0/+12
* Release low-level cache handle when destroying contentsJohn Mark Bell2010-04-111-0/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-113-2/+62
* Now that we own imported stylesheets, we can get away with allocating a singl...John Mark Bell2010-04-111-7/+14
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
* Pedantic line breakJohn Mark Bell2010-04-111-1/+2
* fixup windows download windowVincent Sanders2010-04-112-7/+7
* Remove need to constantly type c->data.html in html_destroy().John Mark Bell2010-04-111-37/+40
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-113-1/+16
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-113-1/+22