summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* improve pencil-context logicJohan B. C. Engelen2008-07-031-1/+1
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
* update 2geom (svn rev1433). how far away is automatic filelist building on li...Johan B. C. Engelen2008-07-031-98/+103
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-03100-891/+4734
* Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n...Joshua L. Blocher2008-07-037-10/+10
* Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2008-07-033-0/+510
* add commentsMaximilian Albert2008-07-031-0/+4
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-032-1/+18
* When drawing with activated shape in pencil/pen tool, apply the original stro...Maximilian Albert2008-07-031-2/+19
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-035-9/+115
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
* Partial 2geom update (anticipating changes that will be part of the next majo...Maximilian Albert2008-07-032-3/+19
* Check that objects are of the right type before casting them.Stephen Silver2008-07-031-14/+17
* 2geomify deletion of node in pen-context.cppJohan B. C. Engelen2008-07-021-8/+9
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...Maximilian Albert2008-07-022-5/+64
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-026-24/+31
* Don't dereference NULL knotholder; fixes instant crash, but using the handles...Maximilian Albert2008-07-021-0/+1
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
* add shadow to layers listMenTaLguY2008-07-021-0/+1
* add tab to layers dialogMenTaLguY2008-07-022-3/+9
* missed a spotMenTaLguY2008-07-011-14/+0
* dead code removalMenTaLguY2008-07-0111-565/+0
* fix inkboard node position bugsMenTaLguY2008-07-012-7/+3
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-013-26/+8
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-012-22/+22
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
* remove last traces of "floating nodes"MenTaLguY2008-07-016-50/+8
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-014-2/+566
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-012-9/+44
* make use of slidersbulia byak2008-06-301-10/+16
* fix range problemBob Jamison2008-06-302-13/+27
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
* pencil tool: don't use sp_curve_length macro but good function ;)Johan B. C. Engelen2008-06-301-1/+1
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-302-0/+17
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver2008-06-303-2/+22
* Approximately closed test for path parsing now looks at the absolute coordina...Jasper van de Gronde2008-06-301-6/+3
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-303-41/+124
* Fixed i18n for overflow menu items.Jon A. Cruz2008-06-301-1/+1
* fix the snapindicator stealing release event by grabbing the acetate on click...bulia byak2008-06-301-14/+15
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
* remove unused function first_bpathJohan B. C. Engelen2008-06-292-18/+2
* pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen2008-06-291-9/+12
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-292-2/+38
* replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen2008-06-292-4/+3
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-294-24/+33