summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-2228-164/+207
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* 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 ↵Michael Drake2012-08-216-119/+59
| | | | responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions.
* 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 ↵Michael Drake2012-08-204-1/+25
| | | | content internals.
* 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 ↵Michael Drake2012-08-201-0/+1
| | | | there. :(
* 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
|
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-202-6/+12
|
* Minor style change.Michael Drake2012-08-191-9/+10
|
* force removal of temporary directoryVincent Sanders2012-08-191-1/+1
|
* really fix riscos zip targetVincent Sanders2012-08-191-1/+1
| | | | zip option with a comma in it confused make
* fix riscos makefile tempfile creationVincent Sanders2012-08-191-7/+5
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-194-10/+24
| | | | msg with NULL content now means save the content which sends the message.
* Don't use hlcache_handle for URL, since hlcache_handle needs to go.Michael Drake2012-08-191-2/+2
|