summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-0/+1
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-0/+1
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+1
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+1
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-0/+1
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+1
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-0/+1
|
* Makefile: Install the html_collection header and include it from dom.hDaniel Silverstone2012-07-071-0/+1
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-0/+1
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+1
|
* Makefile: Install the html_html_element.h headerDaniel Silverstone2012-07-071-1/+2
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-3/+5
| | | | svn path=/trunk/libdom/; revision=14005
* Don't use -std=c99 for gcc2. Oddly ZETA's gcc2 didn't really care, but ↵François Revel2012-04-171-2/+6
| | | | | | Haiku's does. svn path=/trunk/libdom/; revision=13878
* Remove _GNU_SOURCEJohn Mark Bell2012-03-301-1/+1
| | | | svn path=/trunk/libdom/; revision=13781
* Remove pedantic from CFLAGS ready for wapcaplet reworkDaniel Silverstone2012-03-291-1/+1
| | | | svn path=/trunk/libdom/; revision=13774
* Fix build on AmigaOSChris Young2012-03-261-0/+4
| | | | svn path=/trunk/libdom/; revision=13728
* Add html_form_element to the public API. It's not fully implemented yetDaniel Silverstone2012-03-251-0/+1
| | | | svn path=/trunk/libdom/; revision=13671
* Oops, missing html_document in installDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/libdom/; revision=13620
* Install html_element.hDaniel Silverstone2012-03-241-0/+4
| | | | svn path=/trunk/libdom/; revision=13587
* Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for ↵François Revel2012-03-241-1/+5
| | | | | | the time being. svn path=/trunk/libdom/; revision=13575
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-1/+1
| | | | svn path=/trunk/libdom/; revision=11024
* Fix LibDOM install.Michael Drake2010-12-061-6/+1
| | | | svn path=/trunk/libdom/; revision=11020
* Install missing header files.Michael Drake2010-12-021-1/+5
| | | | svn path=/trunk/dom/; revision=10952
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-1/+1
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-1/+1
| | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) svn path=/trunk/dom/; revision=9663
* Add wapcaplet to the tool flagsJohn Mark Bell2009-08-131-2/+4
| | | | svn path=/trunk/dom/; revision=9240
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-0/+12
| | | | svn path=/trunk/dom/; revision=9236
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-1/+2
| | | | svn path=/trunk/dom/; revision=9191
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/dom/; revision=8959
* Add lpu to the requirementsJohn Mark Bell2009-06-261-0/+11
| | | | svn path=/trunk/dom/; revision=8021
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-4/+4
| | | | svn path=/trunk/dom/; revision=7225
* Shared library versioningJohn Mark Bell2009-04-031-17/+21
| | | | svn path=/trunk/dom/; revision=7037
* Pkg-config control file.John Mark Bell2009-03-311-0/+9
| | | | | | Add requirements based upon build configuration. svn path=/trunk/dom/; revision=7015
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-28/+30
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Fix RISC OS buildJohn Mark Bell2007-07-201-1/+2
| | | | svn path=/trunk/dom/; revision=3446
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-191-0/+1
| | | | svn path=/trunk/dom/; revision=3443
* Import DOM library.John Mark Bell2007-07-061-0/+34
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384