Vincent Sanders
|
e237ebac8f
|
Split install and package targets.
Install target is for installing on the local machine and package generates a package
|
2012-08-23 11:46:31 +01:00 |
Ole Loots
|
e85284d7d1
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-08-23 00:09:05 +02:00 |
Ole Loots
|
887a2ca186
|
Added and use PRGSUFFIX to configure executable name.
|
2012-08-23 00:06:45 +02:00 |
Michael Drake
|
c67187079e
|
Improve object status message handling.
|
2012-08-22 23:00:16 +01:00 |
Michael Drake
|
6546098876
|
Fix scaled html object rendering.
|
2012-08-22 22:48:44 +01:00 |
Michael Drake
|
bc8fee46f7
|
Fix scaled tiled image rendering.
|
2012-08-22 22:29:18 +01:00 |
Michael Drake
|
4357f5e9d7
|
Test for zero width/height at the start.
|
2012-08-22 22:26:00 +01:00 |
Michael Drake
|
37d148f4d7
|
Stab at fixing beos build for private bw struct.
|
2012-08-22 17:47:20 +01:00 |
Vincent Sanders
|
311953f453
|
add missing include for browser private
|
2012-08-22 17:14:42 +01:00 |
Vincent Sanders
|
32c4fdeead
|
add includes to get browser private struct on atari
|
2012-08-22 17:03:46 +01:00 |
Vincent Sanders
|
792e888169
|
remove comment after checking correctness of sources
|
2012-08-22 16:59:33 +01:00 |
Vincent Sanders
|
7604b76161
|
make the framebuffer resource path setting better
|
2012-08-22 16:58:11 +01:00 |
Michael Drake
|
29356734eb
|
Include desktop/browser_private.h.
|
2012-08-22 13:16:20 +01:00 |
Michael Drake
|
920c8b390e
|
Include browser_private.h
|
2012-08-22 13:10:54 +01:00 |
Michael Drake
|
5787323b2c
|
Include browser_private.h.
|
2012-08-22 12:38:16 +01:00 |
Michael Drake
|
153c444454
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
Frontends that have been updated to build:
framebuffer
gtk
monkey
riscos
TODO:
amiga
atari
beos
cocoa
windows
|
2012-08-22 12:22:58 +01:00 |
Michael Drake
|
d489908af8
|
Move scrollbar msg data declaration.
|
2012-08-22 10:43:50 +01:00 |
Michael Drake
|
d307a854fc
|
Clean up includes.
|
2012-08-22 10:37:22 +01:00 |
Vincent Sanders
|
8984bf9647
|
add sdk library path
|
2012-08-21 16:51:43 +01:00 |
Michael Drake
|
892aee8070
|
Improve interaction with html objects.
|
2012-08-21 16:46:46 +01:00 |
Michael Drake
|
02afe314af
|
Fix object box construction.
|
2012-08-21 16:46:46 +01:00 |
Vincent Sanders
|
bc6087f9b6
|
remove bogus posix define and workround missing PATH_MAX directly
|
2012-08-21 16:43:22 +01:00 |
Vincent Sanders
|
d43ac47602
|
set posix define to make PATH_MAX available
|
2012-08-21 16:25:01 +01:00 |
Michael Drake
|
afdf72d7b5
|
Confine box_at_point to the document it's given. Callers are now responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions.
|
2012-08-21 15:27:52 +01:00 |
Michael Drake
|
7ffe9c2b5d
|
Remove Makefile.resources.
|
2012-08-21 14:19:14 +01:00 |
Michael Drake
|
1086fc5246
|
Change order of libs.
|
2012-08-21 14:17:11 +01:00 |
Michael Drake
|
f0392b0790
|
Need render/form.h
|
2012-08-20 23:23:22 +01:00 |
Michael Drake
|
cd28d41795
|
More fixing.
|
2012-08-20 23:19:58 +01:00 |
Michael Drake
|
d76e7db6fe
|
Missing semicolon.
|
2012-08-20 23:15:22 +01:00 |
Michael Drake
|
634b8f642e
|
Don't need to set everything to zero since it's static
|
2012-08-20 23:05:09 +01:00 |
Michael Drake
|
3b631f473b
|
Avoid using HTML internal for form file input handling. Note: untested.
|
2012-08-20 22:59:47 +01:00 |
Michael Drake
|
f67a1ab4cf
|
Avoid box_at_point.
|
2012-08-20 22:25:02 +01:00 |
Michael Drake
|
45736594a1
|
Get presence of text input cleanly.
|
2012-08-20 22:03:59 +01:00 |
Michael Drake
|
b134279644
|
Allow the presence of form inputs to be obtained without knowledge of html content internals.
|
2012-08-20 22:02:37 +01:00 |
Michael Drake
|
74a9ec6de4
|
Remove unused code.
|
2012-08-20 19:20:46 +01:00 |
Michael Drake
|
9a0a2ff90f
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-08-20 18:55:58 +01:00 |
Michael Drake
|
f478ee4db7
|
Remove a bunch of unused includes.
|
2012-08-20 18:54:57 +01:00 |
Vincent Sanders
|
d9799299f8
|
make ccache detection more portable
|
2012-08-20 18:46:47 +01:00 |
Michael Drake
|
dd6d24e83d
|
Remove unused includes.
|
2012-08-20 18:42:24 +01:00 |
Vincent Sanders
|
2b9a8d13c8
|
enable ccache where available
|
2012-08-20 18:09:16 +01:00 |
Michael Drake
|
e461d9879b
|
Add render/box.h include again, since it needs object_params struct from there. :(
|
2012-08-20 16:56:33 +01:00 |
Michael Drake
|
7a90270927
|
Remove unused header.
|
2012-08-20 16:51:43 +01:00 |
Michael Drake
|
d4ca800268
|
Use proper function for box tree dump.
|
2012-08-20 16:46:55 +01:00 |
Michael Drake
|
4581375209
|
Use proper function for box tree dump.
|
2012-08-20 16:46:33 +01:00 |
Michael Drake
|
9202c137b2
|
Remove unused includes.
|
2012-08-20 16:08:06 +01:00 |
Michael Drake
|
8fc0eab89b
|
Use proper function for dumping box tree.
|
2012-08-20 16:06:51 +01:00 |
Michael Drake
|
014fb9db8d
|
Function for front ends to get debug dump from bw.
|
2012-08-20 16:05:30 +01:00 |
Michael Drake
|
a11de47b64
|
Implement debug dump content call for HTML.
|
2012-08-20 16:04:44 +01:00 |
Michael Drake
|
daf10f00a6
|
API for content debug dump.
|
2012-08-20 16:03:45 +01:00 |
Michael Drake
|
400ce41623
|
Remove unused includes.
|
2012-08-20 15:11:45 +01:00 |