summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing include for browser privateVincent Sanders2012-08-221-0/+1
* add includes to get browser private struct on atariVincent Sanders2012-08-226-0/+6
* remove comment after checking correctness of sourcesVincent Sanders2012-08-221-3/+0
* make the framebuffer resource path setting betterVincent Sanders2012-08-223-15/+14
* Include desktop/browser_private.h.Michael Drake2012-08-228-3/+8
* Include browser_private.hMichael Drake2012-08-223-2/+3
* Include browser_private.h.Michael Drake2012-08-229-6/+9
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-2228-164/+207
* Move scrollbar msg data declaration.Michael Drake2012-08-222-1/+1
* Clean up includes.Michael Drake2012-08-221-3/+1
* add sdk library pathVincent Sanders2012-08-211-0/+1
* Improve interaction with html objects.Michael Drake2012-08-211-18/+18
* Fix object box construction.Michael Drake2012-08-211-1/+1
* remove bogus posix define and workround missing PATH_MAX directlyVincent Sanders2012-08-211-1/+21
* set posix define to make PATH_MAX availableVincent Sanders2012-08-211-0/+2
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-216-119/+59
* Remove Makefile.resources.Michael Drake2012-08-211-19/+0
* Change order of libs.Michael Drake2012-08-211-9/+8
* Need render/form.hMichael Drake2012-08-201-0/+1
* More fixing.Michael Drake2012-08-201-5/+5
* Missing semicolon.Michael Drake2012-08-201-1/+1
* Don't need to set everything to zero since it's staticMichael Drake2012-08-201-2/+1
* Avoid using HTML internal for form file input handling. Note: untested.Michael Drake2012-08-201-39/+25
* Avoid box_at_point.Michael Drake2012-08-201-33/+5
* Get presence of text input cleanly.Michael Drake2012-08-203-33/+8
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-204-1/+25
* Remove unused code.Michael Drake2012-08-201-15/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-201-1/+1
|\
| * make ccache detection more portableVincent Sanders2012-08-201-1/+1
* | Remove a bunch of unused includes.Michael Drake2012-08-206-79/+68
|/
* Remove unused includes.Michael Drake2012-08-201-2/+0
* enable ccache where availableVincent Sanders2012-08-201-5/+7
* Add render/box.h include again, since it needs object_params struct from ther...Michael Drake2012-08-201-0/+1
* Remove unused header.Michael Drake2012-08-201-1/+0
* Use proper function for box tree dump.Michael Drake2012-08-201-7/+1
* Use proper function for box tree dump.Michael Drake2012-08-203-13/+4
* Remove unused includes.Michael Drake2012-08-202-2/+0
* Use proper function for dumping box tree.Michael Drake2012-08-201-7/+1
* Function for front ends to get debug dump from bw.Michael Drake2012-08-202-0/+16
* Implement debug dump content call for HTML.Michael Drake2012-08-201-0/+18
* API for content debug dump.Michael Drake2012-08-203-0/+13
* Remove unused includes.Michael Drake2012-08-201-2/+0
* Remove unused includes.Michael Drake2012-08-203-5/+0
* Remove box use from maiga plugin hack. May need a new way to get dimensions?Michael Drake2012-08-201-8/+6
* Remove box stuff from amiga content handlers.Michael Drake2012-08-203-11/+4
* Remove declaration of nonexistent function.Michael Drake2012-08-201-2/+0
* Don't pass struct box to content open.Michael Drake2012-08-206-18/+7
* Remove unused struct box.Michael Drake2012-08-201-1/+0
* Remove unused member of html_content struct.Michael Drake2012-08-202-4/+0
* Avoid box_at_point.Michael Drake2012-08-201-35/+2