| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Check that objects are of the right type before casting them. | Stephen Silver | 2008-07-03 | 1 | -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.cpp | Johan B. C. Engelen | 2008-07-02 | 1 | -8/+9 | |
| | | | | (bzr r6123) | |||||
| * | lpe-skeleton: add boilerplate code to create knotholder handles for LPEs | Maximilian Albert | 2008-07-02 | 2 | -0/+34 | |
| | | | | (bzr r6122) | |||||
| * | lpe-skeleton: add variable to control display of original path | Maximilian Albert | 2008-07-02 | 1 | -1/+4 | |
| | | | | (bzr r6121) | |||||
| * | Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵ | Maximilian Albert | 2008-07-02 | 2 | -5/+64 | |
| | | | | | | than entering values by hand) (bzr r6120) | |||||
| * | Remove now obsolete 'edit on canvas' button for PointParams | Maximilian Albert | 2008-07-02 | 1 | -10/+0 | |
| | | | | (bzr r6119) | |||||
| * | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 2008-07-02 | 6 | -24/+31 | |
| | | | | | | PointParams (bzr r6118) | |||||
| * | Don't dereference NULL knotholder; fixes instant crash, but using the ↵ | Maximilian Albert | 2008-07-02 | 1 | -0/+1 | |
| | | | | | | handles still results in a crash :( (bzr r6117) | |||||
| * | Use hscale instead of scalebutton by default | Jon A. Cruz | 2008-07-02 | 1 | -4/+0 | |
| | | | | (bzr r6116) | |||||
| * | add shadow to layers list | MenTaLguY | 2008-07-02 | 1 | -0/+1 | |
| | | | | (bzr r6115) | |||||
| * | add tab to layers dialog | MenTaLguY | 2008-07-02 | 2 | -3/+9 | |
| | | | | (bzr r6114) | |||||
| * | missed a spot | MenTaLguY | 2008-07-01 | 1 | -14/+0 | |
| | | | | (bzr r6113) | |||||
| * | dead code removal | MenTaLguY | 2008-07-01 | 11 | -565/+0 | |
| | | | | (bzr r6112) | |||||
| * | fix inkboard node position bugs | MenTaLguY | 2008-07-01 | 2 | -7/+3 | |
| | | | | (bzr r6111) | |||||
| * | remove "public private" virtual methods from XML::Node | MenTaLguY | 2008-07-01 | 3 | -26/+8 | |
| | | | | (bzr r6110) | |||||
| * | remove additional unnecessary indirection in tree operations | MenTaLguY | 2008-07-01 | 2 | -22/+22 | |
| | | | | (bzr r6109) | |||||
| * | access some SimpleNode fields directly | MenTaLguY | 2008-07-01 | 1 | -29/+44 | |
| | | | | (bzr r6108) | |||||
| * | remove last traces of "floating nodes" | MenTaLguY | 2008-07-01 | 6 | -50/+8 | |
| | | | | (bzr r6107) | |||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 6 | -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 available | Jon A. Cruz | 2008-07-01 | 2 | -9/+44 | |
| | | | | (bzr r6105) | |||||
| * | make use of sliders | bulia byak | 2008-06-30 | 1 | -10/+16 | |
| | | | | (bzr r6104) | |||||
| * | fix range problem | Bob Jamison | 2008-06-30 | 2 | -13/+27 | |
| | | | | (bzr r6103) | |||||
| * | simplify SPCurve::penultimate_point and return 2geom type | Johan B. C. Engelen | 2008-06-30 | 1 | -10/+6 | |
| | | | | (bzr r6102) | |||||
| * | pencil tool: don't use sp_curve_length macro but good function ;) | Johan B. C. Engelen | 2008-06-30 | 1 | -1/+1 | |
| | | | | (bzr r6101) | |||||
| * | add SPCurve::get_segment_count | Johan B. C. Engelen | 2008-06-30 | 2 | -0/+17 | |
| | | | | (bzr r6100) | |||||
| * | Temporary "fix" for the recent pattern crash caused by invalid path data - ↵ | Maximilian Albert | 2008-06-30 | 1 | -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 Silver | 2008-06-30 | 3 | -2/+22 | |
| | | | | | | ungrouping (fixes bug 243720). (bzr r6098) | |||||
| * | Approximately closed test for path parsing now looks at the absolute ↵ | Jasper van de Gronde | 2008-06-30 | 1 | -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 toolbars | Jon A. Cruz | 2008-06-30 | 3 | -41/+124 | |
| | | | | (bzr r6096) | |||||
| * | Fixed i18n for overflow menu items. | Jon A. Cruz | 2008-06-30 | 1 | -1/+1 | |
| | | | | (bzr r6095) | |||||
| * | fix the snapindicator stealing release event by grabbing the acetate on ↵ | bulia byak | 2008-06-30 | 1 | -14/+15 | |
| | | | | | | click, not on motion (bzr r6094) | |||||
| * | even with zero opacity, paths must be selectable in outline mode | bulia byak | 2008-06-29 | 1 | -3/+5 | |
| | | | | (bzr r6093) | |||||
| * | return results from 2geom path instead of old path | Johan B. C. Engelen | 2008-06-29 | 1 | -5/+5 | |
| | | | | (bzr r6092) | |||||
| * | remove unused function first_bpath | Johan B. C. Engelen | 2008-06-29 | 2 | -18/+2 | |
| | | | | (bzr r6091) | |||||
| * | pen tool: use SPCurve::last_segment in favor of last_bpath | Johan B. C. Engelen | 2008-06-29 | 1 | -9/+12 | |
| | | | | (bzr r6090) | |||||
| * | add SPCurve::first_segment and last_segment | Johan B. C. Engelen | 2008-06-29 | 2 | -2/+38 | |
| | | | | (bzr r6089) | |||||
| * | replace some spcurve->last_bpath calls with spcurve->is_empty | Johan B. C. Engelen | 2008-06-29 | 2 | -4/+3 | |
| | | | | (bzr r6088) | |||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 4 | -24/+33 | |
| | | | | (bzr r6087) | |||||
| * | recognize HLineSegment and VLineSegment in feeding paths to cairo | Johan B. C. Engelen | 2008-06-29 | 1 | -4/+6 | |
| | | | | (bzr r6086) | |||||
| * | add commented HLineSegment and VLineSegment to svg writer | Johan B. C. Engelen | 2008-06-29 | 1 | -0/+5 | |
| | | | | (bzr r6085) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-28 | 1 | -2/+2 | |
| | | | | (bzr r6084) | |||||
| * | remove unused function | bulia byak | 2008-06-28 | 1 | -44/+0 | |
| | | | | (bzr r6083) | |||||
| * | Use Python script instead of shell script for .fig import (fixes bug 240889). | Stephen Silver | 2008-06-27 | 4 | -13/+33 | |
| | | | | (bzr r6082) | |||||
| * | sodipodi:docname is obsolete | MenTaLguY | 2008-06-27 | 1 | -2/+1 | |
| | | | | (bzr r6081) | |||||
| * | Added conditional fallback for call in GLib 2.14+ | Jon A. Cruz | 2008-06-27 | 1 | -0/+4 | |
| | | | | (bzr r6080) | |||||
| * | use spcurve methods instead of macro (which references to old nartbpath) to ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -2/+1 | |
| | | | | | | determine first and second nodal points (bzr r6079) | |||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 4 | -5/+5 | |
| | | | | (bzr r6078) | |||||
| * | use 2geom path for bbox calculation. (gets rid of yet another reference to ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -9/+6 | |
| | | | | | | old nartbpath in spcurve!) (bzr r6077) | |||||
| * | don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵ | Johan B. C. Engelen | 2008-06-26 | 4 | -82/+18 | |
| | | | | | | instead (bzr r6076) | |||||
| * | use CairoRenderContext::renderPathVector | Johan B. C. Engelen | 2008-06-26 | 1 | -4/+2 | |
| | | | | (bzr r6075) | |||||
