summaryrefslogtreecommitdiff
path: root/desktop/frames.c
Commit message (Expand)AuthorAgeFilesLines
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-2/+4
* split out browser window drag context into separate structureVincent Sanders2017-03-031-17/+25
* Update content to split public and internal APIVincent Sanders2016-06-061-10/+9
* update scrollbar_create error handling to return nserrorVincent Sanders2016-04-261-6/+8
* fix error reporting from frameset creationVincent Sanders2016-04-261-12/+13
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
* Avoid calling calloc with 0 length data.Vincent Sanders2014-11-101-15/+25
* Desktop doxygen fixesVincent Sanders2014-11-091-3/+5
* Add bw function to get scrollbar type.Michael Drake2014-10-251-2/+2
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-4/+6
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+1
* 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