summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove warningsBob Jamison2008-05-131-28/+28
| | | (bzr r5669)
* Fix for future testing.Bob Jamison2008-05-131-6/+10
| | | (bzr r5666)
* Setting for testing got into the tree. oops.Bob Jamison2008-05-131-6/+6
| | | (bzr r5665)
* use smart pointer types correctlyBob Jamison2008-05-121-2/+2
| | | (bzr r5661)
* minor changes for svg documentBob Jamison2008-05-128-56/+72
| | | (bzr r5660)
* Update to Unicode 5.1.0. Fix header (oops)Bob Jamison2008-05-072-1200/+1321
| | | (bzr r5622)
* Bring testing files up-to-date in preparation to test new svg code.Bob Jamison2008-05-053-24/+17
| | | (bzr r5610)
* Remove warningsBob Jamison2008-05-043-18/+18
| | | (bzr r5602)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-045-21/+21
| | | (bzr r5594)
* Modify for *Parser->*Reader conversionBob Jamison2008-05-021-4/+4
| | | (bzr r5582)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-2/+29
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* Rearrange tests.Bob Jamison2008-05-011-13/+28
| | | (bzr r5573)
* Finish changing "Parser" to "Reader"Bob Jamison2008-05-013-33/+33
| | | (bzr r5572)
* Rename *Parsers to ReadersBob Jamison2008-05-014-9/+9
| | | (bzr r5571)
* Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison2008-05-018-41/+132
| | | (bzr r5570)
* Warning cleanup.Jon A. Cruz2008-04-291-21/+21
| | | (bzr r5542)
* More documentation. Fix scope bug in uristream.cpp. Remove warnings.Bob Jamison2008-04-295-337/+608
| | | (bzr r5540)
* change def of string lengthBob Jamison2008-04-281-13/+2
| | | (bzr r5537)
* Documentation, always more :)Bob Jamison2008-04-251-21/+261
| | | (bzr r5521)
* More documentation and cleanup. Marching forward!Bob Jamison2008-04-253-125/+692
| | | (bzr r5516)
* More documentationBob Jamison2008-04-251-23/+149
| | | (bzr r5515)
* Left out a comment. sorry.Bob Jamison2008-04-241-0/+6
| | | (bzr r5513)
* More documentation. Clean up SMIL a bit. SMIL needs more work, too.Bob Jamison2008-04-244-259/+548
| | | (bzr r5512)
* More documentation. Traversal needed conversion to NodePtr. Traversal ↵Bob Jamison2008-04-242-79/+249
| | | | | needs more code work. (bzr r5511)
* Add some Event documentation to be more respectable ^^Bob Jamison2008-04-241-136/+395
| | | (bzr r5509)
* comment all methodsBob Jamison2008-04-241-102/+244
| | | (bzr r5507)
* Further cleanup. Minidom superseded by pedrodom.Bob Jamison2008-04-233-986/+0
| | | (bzr r5502)
* Remove working file phoebedom.h from tree.Bob Jamison2008-04-232-87/+0
| | | (bzr r5501)
* More documenting/cleanup. Remove extraneous .hBob Jamison2008-04-232-151/+183
| | | (bzr r5500)
* Split out domptr stuff into its own .h file, so that it can be used by other ↵Bob Jamison2008-04-233-301/+386
| | | | | things. This might lead to a GP smart pointer to use for binding with scripts. (bzr r5499)
* Finish commenting Node. Fix bad varname in getUserData()Bob Jamison2008-04-232-34/+83
| | | (bzr r5498)
* Get rid of bothersome domconfig.h. Begin cleanup and documentation in ↵Bob Jamison2008-04-232-129/+130
| | | | | preparation for binding. (bzr r5497)
* Final format and comment fix. Sorry.Bob Jamison2008-04-222-66/+73
| | | (bzr r5489)
* Improve comments. Remove tabs.Bob Jamison2008-04-222-43/+81
| | | (bzr r5488)
* Greatly improved. More serializable, and 32/64 portable.Bob Jamison2008-04-222-460/+753
| | | (bzr r5487)
* Updated for 32/64Bob Jamison2008-04-212-69/+71
| | | (bzr r5481)
* address some char* string literal warnings.Peter Moulder2008-04-132-2/+2
| | | (bzr r5414)
* cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also ↵Johan B. C. Engelen2008-04-101-9/+9
| | | | | excluded from build in build.xml (bzr r5402)
* cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in ↵Johan B. C. Engelen2008-04-101-1/+1
| | | | | build.xml (bzr r5401)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-102-24/+2
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* add include file to build with gcc4.3Johan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5339)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-275-0/+77
| | | (bzr r5206)
* Change from DOM Level 3 Views to Level 2 to sync with CSSBob Jamison2008-03-2011-2074/+2075
| | | (bzr r5131)
* Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison2008-03-189-128/+9
| | | (bzr r5117)
* add domptr.cppBob Jamison2008-03-101-0/+1
| | | (bzr r5032)
* Begin change from Spidermonkey binding to JVMBob Jamison2008-03-08175-113107/+0
| | | (bzr r4997)
* Oops. added ucd.c instead of ucd.cpp.Bob Jamison2008-03-081-0/+0
| | | (bzr r4996)
* Warning cleanupJon A. Cruz2008-03-0810-190/+190
| | | (bzr r4995)
* Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an ↵Bob Jamison2008-03-081-5/+6
| | | | | infinite loop. (bzr r4994)
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-081-1/+1
| | | (bzr r4993)