summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-1/+1
* Clean up caches on exitJohn Mark Bell2010-04-271-0/+4
* Fix typo.Michael Drake2010-04-241-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-242-3/+5
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
* Squash leakJohn Mark Bell2010-04-181-0/+3
* Liberally sprinkle #ifdef aroundJohn Mark Bell2010-04-161-2/+3
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-143-9/+39
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
* Ensure url bar is updated with in-progress URL and restored if stop/download ...Daniel Silverstone2010-04-121-0/+11
* 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-111-2/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-111-2/+2
* Remove dead special case for gtk status bar width.Michael Drake2010-04-081-4/+0
* Don't bother trying to fetch search provider icons when BMP support is disabl...Rob Kendrick2010-04-081-6/+14
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-071-1/+1
* Fix textarea crash.John Mark Bell2010-04-072-10/+32
* Make downloads work again.John Mark Bell2010-04-054-92/+349
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-042-2/+12
* Most of a stop implementation.John Mark Bell2010-04-041-2/+4
* Revert previous changeChris Young2010-03-301-2/+1
* Avoid crash if pargc is NULL. This might happen, for example, when launching...Chris Young2010-03-301-1/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-292-6/+11
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-293-8/+27
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-292-2/+0
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-1/+0
* Do not assert when the only thing of interest is a body box. Status string c...Rob Kendrick2010-03-281-2/+3
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2821-672/+646
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-112-30/+33
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-1/+1
* cache the status text to reduce teh number of window status update calls to t...Vincent Sanders2010-02-102-1/+39
* Add Windows frontendVincent Sanders2010-01-312-9/+18
* remove uneccissary includesVincent Sanders2010-01-291-1/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-1/+4
* Refactor main into the frontendsVincent Sanders2010-01-202-14/+0
* C89.François Revel2010-01-022-4/+7
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-182-6/+20
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1711-8/+2002
* Squash leaksJohn Mark Bell2009-11-221-4/+5
* Avoid potential NULL pointer dereferenceJohn Mark Bell2009-11-221-3/+2
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
* Ensure selection context is zero-initialised. This may well be the root cause...John Mark Bell2009-11-221-1/+1
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-143-9/+21
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-147-311/+1231