Michael Drake
60db24cf87
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
2012-07-21 11:49:19 +01:00
Michael Drake
717dfae6f8
Fix ignore of files in !NetSurf dir.
2012-07-21 11:48:16 +01:00
John-Mark Bell
ae7d114101
Plumbing for Atari cross-compilation
2012-07-20 16:30:12 +01:00
Michael Drake
82fe8989ae
Remove reference to robuild web page.
2012-07-16 14:28:08 +01:00
Michael Drake
3bb15c459f
Update docs for Git.
2012-07-15 18:04:15 +01:00
Michael Drake
f7683fd019
Update URLs for glyph data.
2012-07-15 17:41:37 +01:00
Michael Drake
ae07dfbc3d
Update some project urls.
2012-07-15 17:30:48 +01:00
Michael Drake
b5f7847816
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
2012-07-15 14:25:07 +01:00
Michael Drake
f266e0569e
Fix input type test to compare correct variable.
2012-07-15 14:06:37 +01:00
Daniel Silverstone
98e2b3f4df
git-testament: Cope with detached HEAD better
2012-07-15 13:56:33 +01:00
John-Mark Bell
1ecc94b187
Use case insensitive string comparisions for nodes
2012-07-15 01:39:25 +01:00
Vincent Sanders
fa3da41a94
fix stylesheet render
2012-07-14 18:24:09 -06:00
John-Mark Bell
64f098dfc7
Do not render noscript when script is enabled.
2012-07-15 01:17:04 +01:00
John-Mark Bell
1f36e48372
Squash warnings
2012-07-15 01:02:33 +01:00
Ole Loots
00ffa9e12c
Updated download links to latest versions
2012-07-15 00:59:19 +02:00
Vincent Sanders
bd244b121a
Merge branch 'vince/forms-fixed'
...
Conflicts:
Makefile.sources
render/box_construct.c
render/html.c
render/html_internal.h
Merge Daniel Silverstones forms branch
2012-07-14 14:42:02 -06:00
Ole Loots
2e98764cdf
Fix access to context data URL char *.
...
nsurl_access isn't intended to be used for char * params.
added missing include render/html.c
2012-07-14 22:15:05 +02:00
Vincent Sanders
6ab102c3b1
Rework form acessors to deal with binding changes
2012-07-14 13:24:14 -06:00
Vincent Sanders
394357b7c9
fix quirks mode setting with libdom hubbub parser
2012-07-14 09:13:21 -06:00
Vincent Sanders
d7289f6701
remove parser binding layer
2012-07-13 17:37:22 -06:00
Vincent Sanders
019be7616c
split out script handling from html
2012-07-13 17:37:21 -06:00
Ole Loots
f2aa118025
Refactor plot implementation (removed old files)
2012-07-13 22:21:06 +02:00
Ole Loots
37b8c5d83d
Plotter refactor: removed one plotter abraction layer.
2012-07-13 22:19:04 +02:00
Ole Loots
bc9d29f00a
Added missing but not-so important changes from local SVN working copy.
2012-07-10 23:35:24 +02:00
Ole Loots
0107dba80d
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
2012-07-09 20:16:27 +02:00
Daniel Silverstone
b42c43dc01
Early <input> elements working, but we need more caseless comparisons
2012-07-08 11:45:27 +01:00
Daniel Silverstone
3fb489b90a
BINDING: Support <button> and added the infra for form controls a litle more
2012-07-07 23:04:58 +01:00
Daniel Silverstone
dc9100ba7c
Binding: Construct forms objects for a document
2012-07-07 19:56:40 +01:00
Daniel Silverstone
ea5a8ed771
Make log times line up for neatness
2012-07-07 18:01:57 +01:00
Chris Young
7ae14f77a2
Ensure backslashes are escaped in the GECOS string. Fixes a warning when building under Windows.
2012-07-07 10:14:44 +01:00
Chris Young
b085eab6b0
Correct library name. Update versions to 1.7.
2012-07-07 10:00:34 +01:00
Vincent Sanders
c5a87d3ebb
do not try and write to document if the parser is finished
2012-07-07 00:29:47 +01:00
Vincent Sanders
752261c66c
Improve logging and inline script handling
2012-07-07 00:16:07 +01:00
Vincent Sanders
1fc96acf47
hlcache handle is not a content, do not treat it as one - oops
2012-07-07 00:14:50 +01:00
Vincent Sanders
cc93afcfda
alter usage of libdom hubbub binding
2012-07-06 20:00:32 +01:00
Ole Loots
6b367328af
Add Javascript case to FreeMiNT Makefile.target
2012-07-05 22:21:45 +02:00
Vincent Sanders
9b85ae106b
limit url debug output to 140 characters
2012-07-03 14:32:13 +01:00
Vincent Sanders
e205f0f99e
Merge branch 'vince/jsnavigator'
...
Merge javascript navigator object implementation
2012-07-02 22:51:06 +01:00
Vincent Sanders
67648c621d
Implement navigator properties
...
Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
2012-07-02 22:48:53 +01:00
Vincent Sanders
274a76d97a
Add initial navigator object creation.
...
Basic navigator object outline ready to add methods to.
The navigator object contains all the information about the browser
Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
2012-07-02 22:48:41 +01:00
Chris Young
20e99e4f20
Remove visible and invalid uses of git revision hashes. Anybody who needs to know hich revision it is can check about:testament, to everybody else the string is meaningless.
2012-07-01 16:40:24 +01:00
Rob Kendrick (monotony)
44f448b7c0
Remove file-by-file gzipping of GTK UI files, always copy all of them.
...
Everybody always forgets to update this anyway, so just copy them all.
This also means we're no longer gzipping them, so they're quite fat
on disk (515kB or so). Also also, we're copying both GTK2 and GTK3
UI files when only one set will ever be used, but I can't think of
a nice way of the Makefile deciding which set to copy at the moment.
2012-07-01 08:03:32 +01:00
Daniel Silverstone
00f76b5ed9
Docs: Tidy LIBRARIES to reflect git transition
2012-07-01 06:46:23 +01:00
Vincent Sanders
a911ecaa48
Add compatability code to allow compilation with earlier Spidermonky versions
...
By using carefuly built macros we can make the spidermonkey binding
work on earlier editions of spidermonkey.
Some ideas taken from Chris Young and Ole
Signed-off-by: Vincent Sanders <vince@netsurf-browser.org>
2012-06-30 17:38:12 +01:00
John Mark Bell
05ee98d1d6
Add support for selecting text fragments (based on a patch from Ole Loots)
...
svn path=/trunk/netsurf/; revision=14016
2012-06-30 10:24:15 +00:00
Chris Young
0f1c918949
Add lines to enable building against Spidermonkey 1.5 or 1.8.5
...
svn path=/trunk/netsurf/; revision=14015
2012-06-30 09:43:55 +00:00
Daniel Silverstone
8551b9dff0
Move js_finalise(). Fix provided by Ole Loots (mono)
...
svn path=/trunk/netsurf/; revision=14014
2012-06-29 20:37:32 +00:00
Ole Loots
5ca30e057a
Added new iconset - thanks to atfact
...
svn path=/trunk/netsurf/; revision=13994
2012-06-28 22:26:18 +00:00
Vincent Sanders
d5c900b5f1
fix mimetype handling of script elements
...
svn path=/trunk/netsurf/; revision=13993
2012-06-28 14:38:28 +00:00
Vincent Sanders
ac1dbe0354
fix missing default
...
svn path=/trunk/netsurf/; revision=13992
2012-06-28 09:30:56 +00:00