summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Warning cleanup.Jon A. Cruz2008-04-291-21/+21
* More documentation. Fix scope bug in uristream.cpp. Remove warnings.Bob Jamison2008-04-295-337/+608
* change def of string lengthBob Jamison2008-04-281-13/+2
* Documentation, always more :)Bob Jamison2008-04-251-21/+261
* More documentation and cleanup. Marching forward!Bob Jamison2008-04-253-125/+692
* More documentationBob Jamison2008-04-251-23/+149
* Left out a comment. sorry.Bob Jamison2008-04-241-0/+6
* More documentation. Clean up SMIL a bit. SMIL needs more work, too.Bob Jamison2008-04-244-259/+548
* More documentation. Traversal needed conversion to NodePtr. Traversal needs...Bob Jamison2008-04-242-79/+249
* Add some Event documentation to be more respectable ^^Bob Jamison2008-04-241-136/+395
* comment all methodsBob Jamison2008-04-241-102/+244
* Further cleanup. Minidom superseded by pedrodom.Bob Jamison2008-04-233-986/+0
* Remove working file phoebedom.h from tree.Bob Jamison2008-04-232-87/+0
* More documenting/cleanup. Remove extraneous .hBob Jamison2008-04-232-151/+183
* Split out domptr stuff into its own .h file, so that it can be used by other ...Bob Jamison2008-04-233-301/+386
* Finish commenting Node. Fix bad varname in getUserData()Bob Jamison2008-04-232-34/+83
* Get rid of bothersome domconfig.h. Begin cleanup and documentation in prepara...Bob Jamison2008-04-232-129/+130
* Final format and comment fix. Sorry.Bob Jamison2008-04-222-66/+73
* Improve comments. Remove tabs.Bob Jamison2008-04-222-43/+81
* Greatly improved. More serializable, and 32/64 portable.Bob Jamison2008-04-222-460/+753
* Updated for 32/64Bob Jamison2008-04-212-69/+71
* address some char* string literal warnings.Peter Moulder2008-04-132-2/+2
* cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also e...Johan B. C. Engelen2008-04-101-9/+9
* cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in bu...Johan B. C. Engelen2008-04-101-1/+1
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-102-24/+2
* add include file to build with gcc4.3Johan B. C. Engelen2008-04-051-1/+1
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-275-0/+77
* Change from DOM Level 3 Views to Level 2 to sync with CSSBob Jamison2008-03-2011-2074/+2075
* Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison2008-03-189-128/+9
* add domptr.cppBob Jamison2008-03-101-0/+1
* Begin change from Spidermonkey binding to JVMBob Jamison2008-03-08175-113107/+0
* Oops. added ucd.c instead of ucd.cpp.Bob Jamison2008-03-081-0/+0
* Warning cleanupJon A. Cruz2008-03-0810-190/+190
* Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an in...Bob Jamison2008-03-081-5/+6
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-081-1/+1
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-088-102/+282
* Fix #includeBob Jamison2008-03-071-1/+1
* Update charclass.h/cpp to use complete Unicode character databaseBob Jamison2008-03-078-656/+2112
* Changed by request to GPL2Bob Jamison2008-02-072-2/+5
* fixed bug with '||'Bob Jamison2008-02-052-343/+347
* Warning cleanupJon A. Cruz2007-11-251-0/+3
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-202-16/+18
* Warning cleanupJon A. Cruz2007-11-041-36/+36
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-047-20/+21
* dom/xpathparser.h: (Lookup::sval): Change from char* to char const *. Addres...Peter Moulder2007-10-111-6/+6
* dom/prop-svg.cpp: Exit non-zero if any I/O errors.Peter Moulder2007-10-111-13/+24
* Avoid string literal char* warnings on g++-4.2: change some functions to take...Peter Moulder2007-10-115-19/+19
* trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder2007-09-169-20/+20
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-161-1/+1
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1