summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-253-1/+101
| | | | svn path=/trunk/netsurf/; revision=13653
* Shut up missing text_redrawDaniel Silverstone2012-03-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=13650
* Clean up additional interned stringsJohn Mark Bell2012-03-251-0/+6
| | | | svn path=/trunk/netsurf/; revision=13649
* Ensure parent is NULL if there is no parentJohn Mark Bell2012-03-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=13648
* Add libdom to cross-compilation LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13647
* fix up framebuffer build flagsVincent Sanders2012-03-242-8/+8
| | | | | | fix select attributes svn path=/trunk/netsurf/; revision=13643
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODE/John Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13641
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
| | | | svn path=/trunk/netsurf/; revision=13640
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13639
* Include render/box.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13638
* Suppress strict aliasing moansJohn Mark Bell2012-03-241-3/+3
| | | | svn path=/trunk/netsurf/; revision=13636
* continue conversionVincent Sanders2012-03-241-62/+158
| | | | svn path=/trunk/netsurf/; revision=13635
* Squash warning -- this API appears to be unusedJohn Mark Bell2012-03-242-1/+2
| | | | svn path=/trunk/netsurf/; revision=13632
* Fix up meta refresh parserJohn Mark Bell2012-03-241-151/+226
| | | | svn path=/trunk/netsurf/; revision=13631
* three more callbacks fixed upVincent Sanders2012-03-241-53/+102
| | | | svn path=/trunk/netsurf/; revision=13629
* Fix up html_process_style_elementJohn Mark Bell2012-03-241-36/+68
| | | | svn path=/trunk/netsurf/; revision=13626
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-2415-2/+24
| | | | svn path=/trunk/netsurf/; revision=13625
* s/XML_ELEMENT_NODE/DOM_ELEMENT_NODEJohn Mark Bell2012-03-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=13624
* Fix up html_find_stylesheetsJohn Mark Bell2012-03-241-46/+117
| | | | svn path=/trunk/netsurf/; revision=13623
* Fix exc undeclared.François Revel2012-03-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=13615
* Fix up node_has_attributeJohn Mark Bell2012-03-241-8/+28
| | | | svn path=/trunk/netsurf/; revision=13611
* continuting work in progressVincent Sanders2012-03-241-132/+101
| | | | svn path=/trunk/netsurf/; revision=13610
* Beginnings of fixed up selection bindingJohn Mark Bell2012-03-242-106/+277
| | | | svn path=/trunk/netsurf/; revision=13609
* Port box construction to libdomJohn Mark Bell2012-03-243-402/+909
| | | | svn path=/trunk/netsurf/; revision=13608
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-242-2/+1
| | | | svn path=/trunk/netsurf/; revision=13607
* conversion to libdom Vincent Sanders2012-03-243-1114/+1334
| | | | | | work in progress with FIXME blocks svn path=/trunk/netsurf/; revision=13606
* Migrate frame types so that desktop/browser.h does not include render/html.hDaniel Silverstone2012-03-247-18/+53
| | | | svn path=/trunk/netsurf/; revision=13605
* Monkey does not need _GNU_SOURCEDaniel Silverstone2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13596
* Remove include that's pulled in from browser.h anyway.Michael Drake2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13591
* Fix for options refactor.Michael Drake2012-03-241-4/+4
| | | | svn path=/trunk/netsurf/; revision=13576
* initial move to libdomVincent Sanders2012-03-238-37/+144
| | | | svn path=/trunk/netsurf/; revision=13573
* Reference LIBRARIES document from each of the BUILDING-* docs.Michael Drake2012-03-239-80/+15
| | | | svn path=/trunk/netsurf/; revision=13570
* Add document listing NetSurf project libraries needed to build NetSurf.Michael Drake2012-03-231-0/+49
| | | | svn path=/trunk/netsurf/; revision=13566
* remove unecessary includesVincent Sanders2012-03-231-4/+0
| | | | svn path=/trunk/netsurf/; revision=13556
* Delete some trailing whitespace.Michael Drake2012-03-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=13555
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-2233-68/+68
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13553
* Fix missing include: desktop/options.hOle Loots2012-03-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=13552
* Build fix for BeOS:François Revel2012-03-222-3/+1
| | | | | | | - don't include options.h directly, - typo. svn path=/trunk/netsurf/; revision=13551
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-22131-3227/+3367
| | | | svn path=/trunk/netsurf/; revision=13548
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
| | | | svn path=/trunk/netsurf/; revision=13547
* added dbg_rect function. Ole Loots2012-03-211-0/+6
| | | | svn path=/trunk/netsurf/; revision=13546
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
| | | | svn path=/trunk/netsurf/; revision=13545
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-212-53/+56
| | | | svn path=/trunk/netsurf/; revision=13544
* Updated German translation by Ruben Schuller.Michael Drake2012-03-211-71/+71
| | | | svn path=/trunk/netsurf/; revision=13543
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ↵François Revel2012-03-192-5/+7
| | | | | | should be used when declaring an empty array at end of struct. svn path=/trunk/netsurf/; revision=13535
* Since nsurl wants to add // to url schemes, just abide by it. Third / ↵François Revel2012-03-193-6/+6
| | | | | | separates the type and name. svn path=/trunk/netsurf/; revision=13534
* Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes.François Revel2012-03-191-35/+57
| | | | svn path=/trunk/netsurf/; revision=13533
* Workaround use of C99 flex array. gcc2 did not support it, only 0-len ↵François Revel2012-03-191-1/+5
| | | | | | arrays. Possibly a FLEX_ARRAY_LEN macro could be defined in utils.h instead. svn path=/trunk/netsurf/; revision=13532
* Adjusted for changed plotter members. Ole Loots2012-03-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=13520