summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-269-1/+9
| | | (bzr r7380)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-34/+34
| | | | | rather than for every subdirectory. (bzr r7336)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+16
| | | | | reduce linking stage command for windows. (bzr r7100)
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-101-2/+3
| | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984)
* use 32 and 64 bit sizes explicitlyBob Jamison2008-08-142-143/+135
| | | (bzr r6625)
* EOL fixupsJon A. Cruz2008-07-053-12944/+12944
| | | (bzr r6164)
* fix range problemBob Jamison2008-06-302-13/+27
| | | (bzr r6103)
* added unicode block (codepoint ranges) lookupsBob Jamison2008-06-242-32/+361
| | | (bzr r6052)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-29/+2
| | | (bzr r6046)
* for validationBob Jamison2008-06-181-0/+15
| | | (bzr r5997)
* parserBob Jamison2008-06-181-0/+394
| | | (bzr r5991)
* for IDL parsingBob Jamison2008-06-181-0/+1386
| | | (bzr r5990)
* compilable! wipBob Jamison2008-06-181-1196/+595
| | | (bzr r5985)
* work in progressBob Jamison2008-06-172-5223/+7956
| | | (bzr r5972)
* Merge interfaces and element typesBob Jamison2008-06-161-0/+6901
| | | (bzr r5964)
* Add SVGValue classBob Jamison2008-06-141-0/+86
| | | (bzr r5941)
* experimental version without multiple inheritanceBob Jamison2008-06-141-0/+3488
| | | (bzr r5940)
* Set DOM_STANDALONEBob Jamison2008-06-121-1/+1
| | | (bzr r5913)
* Missed two * -> Ptr conversionsBob Jamison2008-06-121-10/+12
| | | (bzr r5912)
* Add interface enumerations to element enumerationsBob Jamison2008-06-112-94/+212
| | | (bzr r5891)
* fix compile with g++-4.3.Peter Moulder2008-06-051-0/+2
| | | (bzr r5810)
* first try at attribute overloadingBob Jamison2008-06-042-0/+65
| | | (bzr r5808)
* have svgdoc.createElement make every one of the svg element types. fix a ↵Bob Jamison2008-06-032-0/+94
| | | | | pure virtual problem (bzr r5795)
* Move element creation to SVGDocumentImpl. Remove from svgreader.Bob Jamison2008-06-034-562/+845
| | | (bzr r5794)
* add terminator to table, add lookup functionsBob Jamison2008-06-011-3/+36
| | | (bzr r5778)
* Add enumerations for svg element types, and lookup tableBob Jamison2008-06-011-0/+440
| | | (bzr r5776)
* remove warningsBob Jamison2008-05-306-126/+126
| | | (bzr r5765)
* 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)