summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* Fix stupidJohn Mark Bell2011-03-121-6/+5
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-1/+1
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-211-7/+20
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-1/+1
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-5/+5
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+14
* White background fill to extents for non-HTML contents.Michael Drake2011-02-131-0/+6
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-7/+6
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-1/+8
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-0/+26
* Remove erroneous commentary, and move associated code to a more sensible placeJohn Mark Bell2011-01-171-5/+4
* Fix bug #3159040: make destruction order of browser_window objects saneJohn Mark Bell2011-01-171-6/+14
* Ensure we poke the favicon as soon as an HTML content reaches the browser win...Daniel Silverstone2011-01-071-1/+6
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animat...Daniel Silverstone2011-01-071-0/+5
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+1
* Simplify a browser_window_go_post() to browser_window_go().James Bursa2010-09-121-2/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1475/+56
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+4
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
* 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
* Fix textarea crash.John Mark Bell2010-04-071-5/+11
* Make downloads work again.John Mark Bell2010-04-051-86/+38
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+2
* Most of a stop implementation.John Mark Bell2010-04-041-2/+4
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-5/+10
* Do not assert when the only thing of interest is a body box. Status string c...Rob Kendrick2010-03-281-2/+3
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-373/+353
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-111-0/+3
* 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-101-1/+33
* remove uneccissary includesVincent Sanders2010-01-291-1/+1
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-4/+20
* Avoid NULL pointer dereferencesJohn Mark Bell2009-11-221-11/+21
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-268/+284
* C89.John Mark Bell2009-08-021-1/+2
* Port to modified libcss API.John Mark Bell2009-08-021-2/+2
* Consider stylesheet media typesJohn Mark Bell2009-07-271-2/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-83/+88
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-5/+25
* Revert accidental commit.Michael Drake2009-07-141-3/+0
* mouse_trackMichael Drake2009-07-141-0/+3
* Indicate activity with the progress pointer for a second after you click a li...Michael Drake2009-07-141-12/+34