summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-14/+23
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-2/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-15/+61
* Ensure top level browser window has focus by default.Michael Drake2011-06-221-1/+2
* Purge more favicon remnants.Michael Drake2011-06-221-7/+0
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-33/+263
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-4/+4
* consolidate content redraw Vincent Sanders2011-05-081-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* 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