summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed uninitialized memberJon A. Cruz2008-06-061-0/+2
| | | (bzr r5824)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-0648-419/+746
| | | (bzr r5823)
* oops. sys/wait.h not on win32Bob Jamison2008-06-051-1/+2
| | | (bzr r5822)
* rewrite execCommand's unix impl to better handle separate stdout and stderr ↵Bob Jamison2008-06-051-25/+98
| | | | | spools (bzr r5821)
* include <algorithm> for std::sortBob Jamison2008-06-051-1/+3
| | | (bzr r5820)
* optimization: don't copy SPCurve when transforming it, do this in placebulia byak2008-06-051-11/+5
| | | (bzr r5819)
* added HPGL export extension, courtesy of Aaron SpikeAlexandre Prokoudine2008-06-054-0/+69
| | | (bzr r5818)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-0511-12/+12
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-056-0/+26
| | | (bzr r5816)
* Remove unused and buggy-looking function get_pref_children.Peter Moulder2008-06-052-14/+1
| | | (bzr r5815)
* address some cast-away-const warnings.Peter Moulder2008-06-053-5/+5
| | | (bzr r5814)
* address a warningPeter Moulder2008-06-051-1/+1
| | | (bzr r5813)
* a couple of trivial %d -> %u changes.Peter Moulder2008-06-051-3/+3
| | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812)
* slight numerical improvementPeter Moulder2008-06-052-2/+5
| | | (bzr r5811)
* fix compile with g++-4.3.Peter Moulder2008-06-054-16/+33
| | | (bzr r5810)
* Fix expression whose behaviour is undefined in C++. N.B. This “fix” ↵Peter Moulder2008-06-051-3/+6
| | | | | involves guessing at the intended meaning. I've mailed the author to confirm. (bzr r5809)
* first try at attribute overloadingBob Jamison2008-06-042-0/+65
| | | (bzr r5808)
* improve pipingBob Jamison2008-06-041-17/+22
| | | (bzr r5807)
* Remove warningsBob Jamison2008-06-042-5/+28
| | | (bzr r5806)
* Make copy of libpng13.dll to libpng12-0.dll because Gtk changed the name. ↵Bob Jamison2008-06-041-0/+3
| | | | | Thanks, guys. (bzr r5805)
* marked forgotten translatable messageAlexandre Prokoudine2008-06-041-1/+1
| | | (bzr r5804)
* Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ↵Maximilian Albert2008-06-041-0/+217
| | | | | knot-holder-entity.cpp (bzr r5803)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-044-169/+157
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* Icon for spiro spline modeMaximilian Albert2008-06-041-63/+78
| | | (bzr r5801)
* New 'spiro spline mode' in pen/pencil tool which automatically adds the ↵Maximilian Albert2008-06-042-7/+40
| | | | | spiro spline LPE to newly drawn paths (bzr r5800)
* Groundwork to allow automatic application of an LPE to a newly drawn pathMaximilian Albert2008-06-042-1/+19
| | | (bzr r5799)
* Factor out 'create and apply' code for LPEs so that it can be called from ↵Maximilian Albert2008-06-043-17/+32
| | | | | everywhere (bzr r5798)
* C++ify knotholdersMaximilian Albert2008-06-0432-798/+788
| | | (bzr r5797)
* Added tool style for eraser.Jon A. Cruz2008-06-042-5/+20
| | | | | Fixes bug #230483. (bzr r5796)
* 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)
* check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen2008-06-021-6/+14
| | | (bzr r5793)
* fix crash, report warnings instead. trying to find real cause for this ↵Johan B. C. Engelen2008-06-021-0/+8
| | | | | (crash on copying path with lpestack). (bzr r5792)
* check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen2008-06-021-3/+5
| | | (bzr r5791)
* Changed correct pixblock output mode for feSpecularlightingNiko Kiirala2008-06-021-1/+1
| | | (bzr r5790)
* Fixed SVG compliance problems with feMorphology (bug 181995 at least)Niko Kiirala2008-06-023-23/+52
| | | (bzr r5789)
* Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936)Niko Kiirala2008-06-022-2/+2
| | | (bzr r5788)
* Fixed conflicting result image names inside filter effects (bug 196126)Niko Kiirala2008-06-023-1/+33
| | | (bzr r5787)
* Updated to reflect the recent file changes.Marcin Floryan2008-06-021-13/+16
| | | (bzr r5786)
* Made possible to use blur on object that has a complex filter appliedNiko Kiirala2008-06-023-30/+33
| | | (bzr r5785)
* added MATLAB and Echo (Fedora) palettesAlexandre Prokoudine2008-06-023-8/+117
| | | (bzr r5784)
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-170/+170
| | | (bzr r5783)
* set eol-style:native for recently added filesMaximilian Albert2008-06-025-672/+672
| | | (bzr r5782)
* basic support for <title> and <desc>Stephen Silver2008-06-023-59/+217
| | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781)
* Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz2008-06-023-71/+63
| | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
* Corrected broken XML for size pref.Jon A. Cruz2008-06-011-1/+1
| | | | | Fixes bug #236485. (bzr r5779)
* add terminator to table, add lookup functionsBob Jamison2008-06-011-3/+36
| | | (bzr r5778)
* * commenting my code so that we increase SVGFonts "bus factor" in Felipe Corr??a da Silva Sanches2008-06-012-30/+60
| | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777)
* Add enumerations for svg element types, and lookup tableBob Jamison2008-06-011-0/+440
| | | (bzr r5776)
* 2 new filters sent by Chrisdesign Felipe Corr??a da Silva Sanches2008-05-314-0/+99
| | | | | (http://chrisdesign.wordpress.com/filter-effects/) (bzr r5775)