summaryrefslogtreecommitdiff
path: root/desktop/frames.h
Commit message (Collapse)AuthorAgeFilesLines
* Move scrollbar msg data declaration.Michael Drake2012-08-221-0/+1
|
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-2/+1
|
* Make new function for starting a frames resize and use it.Michael Drake2012-08-161-1/+1
|
* Remove redundant "action" param.Michael Drake2012-08-161-1/+1
|
* Don't pass status to frames handler.Michael Drake2012-08-161-1/+1
|
* Iframe scrollbars.Michael Drake2011-07-051-0/+11
| | | | svn path=/trunk/netsurf/; revision=12571
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Move frames-related code out of browser.c into a new file. Remove some ↵James Bursa2006-11-261-0/+30
browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3070