summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed parsing of axesBob Jamison2006-07-133-2/+27
* check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)Ralf Stephan2006-07-131-0/+8
* finally getting closer to processing axes and contexts correctlyBob Jamison2006-07-093-213/+231
* cleaned up token generationBob Jamison2006-07-072-64/+99
* add xpathtoken.cppBob Jamison2006-07-071-0/+1
* remove svglsimplBob Jamison2006-07-071-2/+0
* rearrange axis/context structure. make tokens more robustBob Jamison2006-07-075-1370/+1125
* Adjust to account for removal of svglsimplBob Jamison2006-07-062-6/+6
* undo last commit. oopsBob Jamison2006-07-061-1/+1
* don't need svg 'load and save'. in fact, it doesnt fitBob Jamison2006-07-063-316/+1
* Fix integer paddingBob Jamison2006-06-301-0/+7
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-262-105/+149
* Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison2006-06-251-0/+2
* patch [ 1503869 ] ODF formatting fixAaron Spike2006-06-1312-38/+363
* remove warningsBob Jamison2006-06-011-8/+8
* remove warningsBob Jamison2006-06-011-1/+1
* add missing entryRalf Stephan2006-05-221-0/+1
* add missing entryRalf Stephan2006-05-221-0/+1
* add missing files for make distcheckRalf Stephan2006-05-221-0/+1
* (bzr r929)Bob Jamison2006-05-221-12/+27
* Unix-ify the sourcesBob Jamison2006-05-2130-33758/+33758
* remove overdefinitionBob Jamison2006-05-051-1/+1
* fixed compilation errors with HAVE_SSLDavid Yip2006-05-041-0/+3
* Remove warningsBob Jamison2006-05-042-6/+6
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-023-128/+156
* (bzr r690)Ted Gould2006-05-023-156/+128
* remove warningBob Jamison2006-04-301-2/+2
* Rework Stack class to TokenExecutor, to support an Axis stackBob Jamison2006-04-304-207/+410
* Clean up type stringsBob Jamison2006-04-282-72/+115
* Add axis and function token stubs to token setBob Jamison2006-04-272-7/+697
* interim cleanup commitBob Jamison2006-04-277-7/+182
* Move contextual info to StackBob Jamison2006-04-234-30/+127
* Native path supportBob Jamison2006-04-221-7/+5
* native path supportBob Jamison2006-04-221-0/+1
* native path supportBob Jamison2006-04-221-0/+5
* Native path supportBob Jamison2006-04-221-1/+16
* Native path supportBob Jamison2006-04-221-2/+42
* Add test for norlalization and resolutionBob Jamison2006-04-221-14/+21
* Fix normalize()Bob Jamison2006-04-221-5/+21
* Config tweaksBob Jamison2006-04-223-2/+55
* I guess this was missedBob Jamison2006-04-224-90/+0
* Add normalize()Bob Jamison2006-04-222-6/+68
* Tweak to use Glib::ustring. Remove warnings.Bob Jamison2006-04-2210-65/+216
* minor speedupBob Jamison2006-04-211-13/+21
* remove warningsBob Jamison2006-04-142-6/+8
* fix XMLCh/int warningsBob Jamison2006-04-144-4/+4
* Fixed end-of-block markerBob Jamison2006-04-142-10/+52
* Made the format buffer larger and part of the class, not the stack.Bob Jamison2006-04-132-7/+8
* add zipentry methodsBob Jamison2006-04-132-6/+23
* avoid name collisionBob Jamison2006-04-121-3/+3