summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵Jasper van de Gronde2008-07-014-2/+566
| | | | | 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)
* 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)
* 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)
* add CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-262-0/+15
| | | (bzr r6074)
* don't use splivarot to get livarot path, just use LoadPathVector methodJohan B. C. Engelen2008-06-261-2/+2
| | | (bzr r6073)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-4/+4
| | | (bzr r6072)
* add const to pointers that are not written toJohan B. C. Engelen2008-06-262-7/+5
| | | (bzr r6071)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
| | | (bzr r6070)
* add const to references that are not written toJohan B. C. Engelen2008-06-262-9/+8
| | | (bzr r6069)
* use pathv_matrix_point_bbox_wind_distance instead of ↵Johan B. C. Engelen2008-06-262-8/+4
| | | | | nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068)
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵Johan B. C. Engelen2008-06-262-0/+313
| | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067)
* Do not have menu entry for SVG Fonts if they are not enabledJon A. Cruz2008-06-261-0/+2
| | | (bzr r6065)
* moving the fonts dialog to a more logical place (though it still does not ↵bulia byak2008-06-261-2/+1
| | | | | work for me) (bzr r6064)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-266-15/+13
| | | (bzr r6063)
* * remove g_warningsFelipe Corr??a da Silva Sanches2008-06-262-15/+35
| | | | | * add 2 experimental entry fields in SVGFonts dialog (bzr r6062)
* fix bbox calculation for groups that contain groups with nothing in them ↵Johan B. C. Engelen2008-06-251-1/+1
| | | | | (zero bbox groups) (bzr r6061)
* help detection of path read bugJohan B. C. Engelen2008-06-251-6/+11
| | | (bzr r6060)
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-253-2/+63
| | | (bzr r6059)
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-252-3/+3
| | | (bzr r6058)
* missing files from previous commitFelipe Corr??a da Silva Sanches2008-06-252-0/+77
| | | (bzr r6057)
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-255-0/+17
| | | (bzr r6056)
* Warning cleanupJon A. Cruz2008-06-251-1/+1
| | | (bzr r6055)
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-2510-10/+40
| | | (bzr r6054)