summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* address some cast-away-const warnings.Peter Moulder2008-06-053-5/+5
* address a warningPeter Moulder2008-06-051-1/+1
* a couple of trivial %d -> %u changes.Peter Moulder2008-06-051-3/+3
* slight numerical improvementPeter Moulder2008-06-052-2/+5
* fix compile with g++-4.3.Peter Moulder2008-06-054-16/+33
* Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo...Peter Moulder2008-06-051-3/+6
* first try at attribute overloadingBob Jamison2008-06-042-0/+65
* Remove warningsBob Jamison2008-06-042-5/+28
* marked forgotten translatable messageAlexandre Prokoudine2008-06-041-1/+1
* Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ...Maximilian Albert2008-06-041-0/+217
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-044-169/+157
* New 'spiro spline mode' in pen/pencil tool which automatically adds the spiro...Maximilian Albert2008-06-042-7/+40
* Groundwork to allow automatic application of an LPE to a newly drawn pathMaximilian Albert2008-06-042-1/+19
* Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert2008-06-043-17/+32
* C++ify knotholdersMaximilian Albert2008-06-0432-798/+788
* Added tool style for eraser.Jon A. Cruz2008-06-042-5/+20
* have svgdoc.createElement make every one of the svg element types. fix a pur...Bob Jamison2008-06-032-0/+94
* Move element creation to SVGDocumentImpl. Remove from svgreader.Bob Jamison2008-06-034-562/+845
* check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen2008-06-021-6/+14
* fix crash, report warnings instead. trying to find real cause for this (crash...Johan B. C. Engelen2008-06-021-0/+8
* check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen2008-06-021-3/+5
* Changed correct pixblock output mode for feSpecularlightingNiko Kiirala2008-06-021-1/+1
* Fixed SVG compliance problems with feMorphology (bug 181995 at least)Niko Kiirala2008-06-023-23/+52
* Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936)Niko Kiirala2008-06-022-2/+2
* Fixed conflicting result image names inside filter effects (bug 196126)Niko Kiirala2008-06-023-1/+33
* Made possible to use blur on object that has a complex filter appliedNiko Kiirala2008-06-023-30/+33
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-170/+170
* set eol-style:native for recently added filesMaximilian Albert2008-06-025-672/+672
* basic support for <title> and <desc>Stephen Silver2008-06-023-59/+217
* Pass through more calls to parent contexts, and added more common property ha...Jon A. Cruz2008-06-023-71/+63
* Corrected broken XML for size pref.Jon A. Cruz2008-06-011-1/+1
* add terminator to table, add lookup functionsBob Jamison2008-06-011-3/+36
* * commenting my code so that we increase SVGFonts "bus factor" in Felipe Corr??a da Silva Sanches2008-06-011-29/+59
* Add enumerations for svg element types, and lookup tableBob Jamison2008-06-011-0/+440
* 2 new filters sent by Chrisdesign Felipe Corr??a da Silva Sanches2008-05-314-0/+99
* Fix an error and remove some useless code (thanks to Peter Moulder for pointi...Diederik van Lierop2008-05-311-9/+5
* * started implementing rendering of SVGFonts horizontal kerningFelipe Corr??a da Silva Sanches2008-05-312-3/+14
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...Stephen Silver2008-05-315-0/+41
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-311-0/+1
* Stacked LPEs should now use the right bounding boxBastien Bouclet2008-05-311-0/+3
* fix crash in 2geom (already committed to 2geom)Johan B. C. Engelen2008-05-301-2/+5
* add missing filesJohan B. C. Engelen2008-05-302-0/+322
* LPE STACKING!Johan B. C. Engelen2008-05-3025-530/+1031
* remove warningsBob Jamison2008-05-306-126/+126
* * implemented text_to_glyphs, so that now we can have ligadure glyphsFelipe Corr??a da Silva Sanches2008-05-302-23/+53
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...Bob Jamison2008-05-296-86/+177
* fix some crashes. Now I check for the existence of the d atrtibute Felipe Corr??a da Silva Sanches2008-05-291-2/+4
* Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, r...Joshua L. Blocher2008-05-292-2/+4
* Refactoring out common codeJon A. Cruz2008-05-297-264/+310
* added methods to PathSink to manage horizontal and vertical line segments, mo...mcecchetti2008-05-284-976/+786