Commit Graph

7699 Commits

Author SHA1 Message Date
Ole Loots
eb2ec532e8 renmaed plot functions (use plot_ prefix). 2012-07-23 02:30:11 +02:00
Ole Loots
2158ed7bce moved "bitmap_resize()" to bitmap.c 2012-07-23 02:03:09 +02:00
Michael Drake
5433eecfea Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-22 23:29:58 +01:00
Michael Drake
f6f2bcbcde Interned string cleanup, phase 6 (final): Move html.c to corestring. 2012-07-22 23:28:45 +01:00
Ole Loots
72a9071cb2 Inline some functions 2012-07-23 00:21:28 +02:00
Ole Loots
dabc915ec9 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-23 00:00:09 +02:00
Michael Drake
3c790bf12d Fix ref counting issue in meta tag finder. 2012-07-22 21:58:47 +01:00
Michael Drake
e54e2fd0fa Fix ref counting issue in node_id selection callback. 2012-07-22 21:50:58 +01:00
Michael Drake
d70bf9ac43 Fix ref counting issue in HEAD handler. Fix logic error too. 2012-07-22 21:31:30 +01:00
Michael Drake
209d3a5ccf Fix ref counting issue in named sibling selection callback. 2012-07-22 21:22:05 +01:00
Michael Drake
5dadb1a0ec Interned string cleanup, phase 5: Move imagemap.c to corestring. 2012-07-22 20:52:34 +01:00
Daniel Silverstone
2363301c94 Show refcnt in lwc iterator at netsurf exit. 2012-07-22 20:24:33 +01:00
Michael Drake
1947019095 Interned string cleanup, phase 4: Move html_script.c to corestring. 2012-07-22 18:58:22 +01:00
Michael Drake
9de20d9a1a Interned string cleanup, phase 3: Move html_forms.c to corestring. 2012-07-22 18:01:10 +01:00
John-Mark Bell
5d8959b30c Fix reference handling when computing next node. 2012-07-22 17:52:30 +01:00
Michael Drake
2ad24f39da Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 2012-07-22 15:48:55 +01:00
Michael Drake
1e65737c8c Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler. 2012-07-22 14:06:45 +01:00
John-Mark Bell
41abc08cbb Fix ref leak in error case 2012-07-22 13:49:10 +01:00
Daniel Silverstone
65ea98ba60 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-21 20:11:02 +01:00
Daniel Silverstone
88207c0b17 Unref the <html> node where appropriate, so we don't have it left behind 2012-07-21 20:10:44 +01:00
Michael Drake
25bcfa93da Fix node name comparisons to be case insensitive. 2012-07-21 19:07:29 +01:00
Michael Drake
699e2e65e6 Remove favicon and fix logo URL in non-en welcome pages. 2012-07-21 18:50:04 +01:00
Michael Drake
792dbe6e44 Add textarea support back in. 2012-07-21 18:16:04 +01:00
Michael Drake
9d3986e768 Avoid strcasecmp in form control creation node name handler. 2012-07-21 17:41:17 +01:00
Michael Drake
b412b93701 Use online docs. 2012-07-21 14:55:51 +01:00
Michael Drake
5fc781d715 Update default homepage URL to about:welcome. Make RISC OS front end use NETSURF_HOMEPAGE too.
Currently only the English welcome page will be fetched.
Need to add language negotiation to choose best language option.
2012-07-21 13:13:57 +01:00
Michael Drake
a2dadbbe12 Add about:welcome handler and enable resource:welcome.html. 2012-07-21 13:12:51 +01:00
Michael Drake
02561162a9 Add welcome page resources. Add symlinks to English welcome page to gtk and framebuffer. 2012-07-21 13:09:14 +01:00
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