summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen2008-03-211-74/+5
* Remove unused flag from PathString.Jasper van de Gronde2008-03-212-2/+0
* Added dialog to name new calligraphicAubanel Monnier2008-03-215-26/+199
* Replace char buffer by std::string to prevent buffer overflow when computing ...Jasper van de Gronde2008-03-211-23/+23
* Adding axis detection to new input dialogJon A. Cruz2008-03-215-48/+231
* Signed cleanupJon A. Cruz2008-03-211-1/+1
* Finally! All of the svg-dom classes and dependencies have native implementati...Bob Jamison2008-03-21255-1030/+14997
* add pointparam-knotholder files to Makefile_insertJohan B. C. Engelen2008-03-201-0/+2
* forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2008-03-202-0/+343
* remove #ifdef that was used to disable on-canvas editing.Johan B. C. Engelen2008-03-201-7/+4
* define color of point parameter in LPEdoEffectStackTestJohan B. C. Engelen2008-03-201-2/+4
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-205-9/+42
* Change from Level3 to Level2 ViewsBob Jamison2008-03-202-0/+57
* Change from DOM Level 3 Views to Level 2 to sync with CSSBob Jamison2008-03-2011-2074/+2075
* Need to change from Level 3 views to Level 2 for CSSBob Jamison2008-03-2023-1445/+0
* Adding signals and linkingJon A. Cruz2008-03-203-46/+309
* enable pen and pencil to correctly work with LPE; fix bug with disappearing p...bulia byak2008-03-201-2/+16
* remove stalebulia byak2008-03-201-2/+0
* More woke on calligraaphic presets:Aubanel Monnier2008-03-196-65/+219
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-193-5/+9
* noop: remove superfluous #includeMaximilian Albert2008-03-191-2/+0
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-1912-115/+235
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-195-3/+51
* recurse into groups when pasting lpebulia byak2008-03-181-15/+31
* Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison2008-03-189-128/+9
* remove edit clippath/mask from menubulia byak2008-03-181-2/+0
* adds icons for edit clippath/maskbulia byak2008-03-181-2/+2
* move edit clippath/mask commands to the node toolbar, disable them when not r...bulia byak2008-03-181-11/+111
* use the same colors for clippath and mark helper paths as used in outline modebulia byak2008-03-181-1/+4
* patch by Jasper: concatenate curves, not path strings (which would break with...bulia byak2008-03-181-14/+14
* patch by Jasper for optimizing path databulia byak2008-03-185-42/+168
* A fix for bug #199357 "cannot load emf file" based on the patch submitted by ...Joel Holdsworth2008-03-171-5/+5
* * src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.mjwybrow2008-03-171-1/+2
* jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the interfac...Bob Jamison2008-03-1612-0/+1472
* prepend correctly the PATH and append an existist PYTHONPATH if existingAdib Taraben2008-03-161-7/+22
* lpe-sketch: deal with empty input. fix bug #201735.JF Barraud2008-03-161-5/+6
* lpe-sketch: fixed a bug about construction lines being all stacked on a singl...JF Barraud2008-03-161-38/+19
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-163-77/+171
* dos to unix conversionBob Jamison2008-03-16160-2295/+2295
* This should be the last of the needed "official" DOM api interfacesBob Jamison2008-03-1627-0/+3072
* required by SVG-DOM interfacesBob Jamison2008-03-1623-0/+1445
* Fix two bugs in the object snapperDiederik van Lierop2008-03-152-32/+35
* Improved visibility of button indicators and added updating when tools switchJon A. Cruz2008-03-151-31/+50
* Warning cleanupJon A. Cruz2008-03-152-2/+2
* Add doxygen comments to flood-context.cppJohn Bintz2008-03-151-4/+114
* add floodcontext and box3dcontext to tools list in doxygen outputJohn Bintz2008-03-151-0/+2
* Turned off fake test sourcesJon A. Cruz2008-03-151-1/+1
* Refactor color wheel triangle draw codeJohn Bintz2008-03-151-113/+63
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-155-125/+410
* skip writing stroke/fill properties when stroke/fill is nonebulia byak2008-03-141-72/+87