summaryrefslogtreecommitdiff
path: root/desktop/frames.c
Commit message (Expand)AuthorAgeFilesLines
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-2/+0
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
* browser_window_navigate refactorVincent Sanders2013-02-181-11/+14
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-11/+11
* Frame drag start function can take child bw. Don't need to get root bw in ht...Michael Drake2012-08-161-1/+7
* Make new function for starting a frames resize and use it.Michael Drake2012-08-161-1/+9
* Formatting changes.Michael Drake2012-08-161-9/+22
* Remove redundant "action" param.Michael Drake2012-08-161-6/+3
* Don't pass status to frames handler.Michael Drake2012-08-161-4/+3
* Remove redundant scrollbar widget message.Michael Drake2012-08-161-3/+0
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-241-0/+1
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-101-24/+33
* Simplify frameset distribution calcs.Michael Drake2012-01-061-20/+20
* Fix frame dimension calculations when required sizes don't fit the available ...Michael Drake2011-12-141-14/+40
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
* Big wodge of internal browser window scroll fixes, or "rationalisation of bro...Michael Drake2011-12-021-4/+4
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-2/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-2/+4
* Improve resizing frames.Michael Drake2011-09-071-2/+2
* Finish moving frame resizing over to new frame dimensions.Michael Drake2011-09-061-19/+20
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-2/+8
* Implement frames in the core.Michael Drake2011-09-041-21/+45
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-4/+3
* Iframe scrollbars.Michael Drake2011-07-051-3/+128
* Iframes inherit parent browser window's scale.Michael Drake2011-06-241-0/+1
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-0/+8
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-36/+15
* Remove redundant code.Michael Drake2011-06-041-9/+0
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
* Temporary hack to stop crashing in Amiga frontend. Roll on frames re-impleme...Chris Young2011-03-161-0/+8
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-141-4/+11
* In switch statements add default branch for unknown enum values, with assert.Michael Drake2010-07-061-35/+54
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-7/+8
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-8/+9
* Remove unused codeJohn Mark Bell2009-05-281-6/+0
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-2/+2
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-1/+0
* Bug fixes by Franz Korntner.James Bursa2007-10-281-8/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-071-10/+4
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-2/+2
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-9/+9
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-071-3/+14
* Stop iframe contents from appearing in global history. Fix by JMB.Michael Drake2007-03-061-1/+1