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