Commit Graph

7576 Commits

Author SHA1 Message Date
Vincent Sanders
d3b8809020 add libdom 2012-07-26 18:01:29 +01:00
Vincent Sanders
0a9b28d3e0 add missing include 2012-07-26 17:55:19 +01:00
Michael Drake
888d8eac4f A few tweaks from when I was looking for internal font renderer bug in wrong place. 2012-07-26 17:37:44 +01:00
Michael Drake
2f408f0ecb More use of interns. 2012-07-26 15:57:33 +01:00
Michael Drake
81e079e747 Use interns for string comparisons. 2012-07-26 14:49:27 +01:00
Ole Loots
483d32cadc Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-26 12:33:53 +02:00
Ole Loots
93f36a8c9b Implemented a new colour picker.
This colour picker allows to select the 216 web colors
plus 15 shades of gray. Removed the color popup from
the resource file.
2012-07-26 12:25:27 +02:00
Daniel Silverstone
2b5eecb5bb Merge origin/mono/change-atari-defaults on Ole Loots' behalf. 2012-07-26 08:13:51 +01:00
Ole Loots
d408eb0e18 Added option comments 2012-07-26 00:49:33 +02:00
Ole Loots
4f4ccedfb5 Adjusted atari defaults
This change is required by latest changes to the atari Makefile.target
and is an preparation for auto-building the atari version.
2012-07-26 00:37:37 +02:00
Ole Loots
8307f62e23 Clean up flags setup, requires changes to Makefile.default 2012-07-25 14:00:51 +02:00
Ole Loots
b06fecab55 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-25 13:59:38 +02:00
Ole Loots
e1a9a98e05 Fixed colour type for vs* functions, added comments. 2012-07-25 13:58:38 +02:00
Vincent Sanders
25cdea3351 doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
Vincent Sanders
bd740ad9b7 update doxygen config 2012-07-24 14:00:47 +01:00
Vincent Sanders
83866790e1 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-24 12:57:27 +01:00
Vincent Sanders
a796b6020c fix library link order 2012-07-24 12:52:54 +01:00
Chris Young
45ba2ab276 Change Disegna to Draw for consistency, and because this refers to !Draw 2012-07-23 23:01:23 +01:00
Chris Young
0bbe65de26 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-23 22:31:12 +01:00
Chris Young
773cbd2aea Update of Italian strings (credit: Samir Hawamdeh) 2012-07-23 22:29:06 +01:00
Vincent Sanders
3faaff91ac change to use netsurf toolchain build 2012-07-23 21:12:19 +01:00
Ole Loots
8a6f63fca3 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-07-23 14:52:48 +02:00
Ole Loots
4ade97334a Changed toolbar_bg_color to type "colour",
Now the toolbar background can be configured
as RGB colour.
2012-07-23 14:48:50 +02:00
Michael Drake
4b71394462 Fix reference counting in generic sibling selection callback. 2012-07-23 13:21:57 +01:00
Michael Drake
26a92340e2 Compare interns instead of strings in html_forms.c 2012-07-23 12:06:43 +01:00
Michael Drake
6bbe68823c Fix free of NULL. 2012-07-23 11:27:42 +01:00
Ole Loots
957f9dc7c8 renamed plot functions (use plot_ prefix) 2012-07-23 02:34:21 +02:00
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