summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Split install and package targets.Vincent Sanders2012-08-2310-59/+160
| | | | Install target is for installing on the local machine and package generates a package
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-08-231-1/+5
|\
| * Improve object status message handling.Michael Drake2012-08-221-1/+5
| |
* | Added and use PRGSUFFIX to configure executable name.Ole Loots2012-08-231-1/+7
|/
* Fix scaled html object rendering.Michael Drake2012-08-221-0/+5
|
* Fix scaled tiled image rendering.Michael Drake2012-08-221-3/+0
|
* Test for zero width/height at the start.Michael Drake2012-08-221-5/+5
|
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-223-3/+3
|
* 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 ↵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
|