summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-016-13/+932
* 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
* Temporary "fix" for the recent pattern crash caused by invalid path data - pl...Maximilian Albert2008-06-301-2/+2
* 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
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-281-2/+2
* remove unused functionbulia byak2008-06-281-44/+0
* Use Python script instead of shell script for .fig import (fixes bug 240889).Stephen Silver2008-06-274-13/+33
* sodipodi:docname is obsoleteMenTaLguY2008-06-271-2/+1
* Added conditional fallback for call in GLib 2.14+Jon A. Cruz2008-06-271-0/+4
* use spcurve methods instead of macro (which references to old nartbpath) to d...Johan B. C. Engelen2008-06-261-2/+1
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-264-5/+5
* use 2geom path for bbox calculation. (gets rid of yet another reference to ol...Johan B. C. Engelen2008-06-261-9/+6
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ...Johan B. C. Engelen2008-06-264-82/+18
* use CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-4/+2