summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Check that objects are of the right type before casting them.Stephen Silver2008-07-031-14/+17
| | | | | Fixes crash that occurs when transforming a 3D box with a title or description (bug 237331). (bzr r6124)
* 2geomify deletion of node in pen-context.cppJohan B. C. Engelen2008-07-021-8/+9
| | | (bzr r6123)
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
| | | (bzr r6122)
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
| | | (bzr r6121)
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵Maximilian Albert2008-07-022-5/+64
| | | | | than entering values by hand) (bzr r6120)
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
| | | (bzr r6119)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-026-24/+31
| | | | | PointParams (bzr r6118)
* Don't dereference NULL knotholder; fixes instant crash, but using the ↵Maximilian Albert2008-07-021-0/+1
| | | | | handles still results in a crash :( (bzr r6117)
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
| | | (bzr r6116)
* add shadow to layers listMenTaLguY2008-07-021-0/+1
| | | (bzr r6115)
* add tab to layers dialogMenTaLguY2008-07-022-3/+9
| | | (bzr r6114)
* missed a spotMenTaLguY2008-07-011-14/+0
| | | (bzr r6113)
* dead code removalMenTaLguY2008-07-0111-565/+0
| | | (bzr r6112)
* fix inkboard node position bugsMenTaLguY2008-07-012-7/+3
| | | (bzr r6111)
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-013-26/+8
| | | (bzr r6110)
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-012-22/+22
| | | (bzr r6109)
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
| | | (bzr r6108)
* remove last traces of "floating nodes"MenTaLguY2008-07-016-50/+8
| | | (bzr r6107)
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵Jasper van de Gronde2008-07-016-13/+932
| | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106)
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-012-9/+44
| | | (bzr r6105)
* make use of slidersbulia byak2008-06-301-10/+16
| | | (bzr r6104)
* fix range problemBob Jamison2008-06-302-13/+27
| | | (bzr r6103)
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
| | | (bzr r6102)
* pencil tool: don't use sp_curve_length macro but good function ;)Johan B. C. Engelen2008-06-301-1/+1
| | | (bzr r6101)
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-302-0/+17
| | | (bzr r6100)
* Temporary "fix" for the recent pattern crash caused by invalid path data - ↵Maximilian Albert2008-06-301-2/+2
| | | | | please review and insert correct values for the missing coordinates! (bzr r6099)
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵Stephen Silver2008-06-303-2/+22
| | | | | ungrouping (fixes bug 243720). (bzr r6098)
* Approximately closed test for path parsing now looks at the absolute ↵Jasper van de Gronde2008-06-301-6/+3
| | | | | coordinate values again (in accordance with how PathString used to work before and relative coordinates, and how it works now). (bzr r6097)
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-303-41/+124
| | | (bzr r6096)
* Fixed i18n for overflow menu items.Jon A. Cruz2008-06-301-1/+1
| | | (bzr r6095)
* fix the snapindicator stealing release event by grabbing the acetate on ↵bulia byak2008-06-301-14/+15
| | | | | click, not on motion (bzr r6094)
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
| | | (bzr r6093)
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
| | | (bzr r6092)
* remove unused function first_bpathJohan B. C. Engelen2008-06-292-18/+2
| | | (bzr r6091)
* pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen2008-06-291-9/+12
| | | (bzr r6090)
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-292-2/+38
| | | (bzr r6089)
* replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen2008-06-292-4/+3
| | | (bzr r6088)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-294-24/+33
| | | (bzr r6087)
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
| | | (bzr r6086)
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
| | | (bzr r6085)
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-281-2/+2
| | | (bzr r6084)
* remove unused functionbulia byak2008-06-281-44/+0
| | | (bzr r6083)
* Use Python script instead of shell script for .fig import (fixes bug 240889).Stephen Silver2008-06-274-13/+33
| | | (bzr r6082)
* sodipodi:docname is obsoleteMenTaLguY2008-06-271-2/+1
| | | (bzr r6081)
* Added conditional fallback for call in GLib 2.14+Jon A. Cruz2008-06-271-0/+4
| | | (bzr r6080)
* use spcurve methods instead of macro (which references to old nartbpath) to ↵Johan B. C. Engelen2008-06-261-2/+1
| | | | | determine first and second nodal points (bzr r6079)
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-264-5/+5
| | | (bzr r6078)
* use 2geom path for bbox calculation. (gets rid of yet another reference to ↵Johan B. C. Engelen2008-06-261-9/+6
| | | | | old nartbpath in spcurve!) (bzr r6077)
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵Johan B. C. Engelen2008-06-264-82/+18
| | | | | instead (bzr r6076)
* use CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-4/+2
| | | (bzr r6075)