summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* for snapping to grids and guides, reduce numerical error for the case of unif...Alvin Penner2015-01-293-2/+19
* Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...Kence (casey.peel@gmail.com)2015-01-282-12/+21
* for viewbox scaling, revert revs 13581, 13582, 13859, and handle the case of ...Alvin Penner2015-01-251-20/+22
* Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384)su_v2015-01-252-6/+4
* Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro...Kim Maxim (fixer21k)2015-01-251-1/+1
* improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2015-01-232-5/+22
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-212-3/+6
* Remove unnecesary headers from rotate curvesJabier Arraiza Cenoz2015-01-201-7/+0
* Fix wrong knots in rotate curves LPEJabier Arraiza Cenoz2015-01-202-40/+110
* Don't update viewbox if referenced element not <symbol> or <svg>Tavmjong Bah2015-01-191-2/+7
* Fix EPS export area (Bug #1411208)su_v2015-01-171-5/+5
* improve precision of i2doc for case where viewBox aspect ratio does not changeAlvin Penner2015-01-161-1/+3
* Test implementation of 'shape-padding'.Tavmjong Bah2015-01-162-2/+16
* Start to implement SVG 2 text in a shape.Tavmjong Bah2015-01-161-5/+58
* for symbol description, report 'id' if 'title' does not exist.Alvin Penner2015-01-151-0/+2
* allow stroke_width to be scaled even if stroke color is not defined. (Bug 136...Alvin Penner2015-01-151-1/+1
* during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner2015-01-154-14/+25
* Read properties for SVG 2 text in a shape.Tavmjong Bah2015-01-154-0/+43
* Fix warnings when tracing enabled.Tavmjong Bah2015-01-141-12/+12
* i18n. String handling improvement and memory leak fix.Nicolas Dufour2015-01-131-5/+4
* Fixing build error on Ubuntu (GThread error due to include ordering).Nicolas Dufour2015-01-121-2/+3
* Undo. Partial fix for Bug #171990 (pen tool commit for each node for more gra...Jeremiah Darais2015-01-122-85/+107
* Translations. Italian translation udpate.Firas Hanife2015-01-101-1/+1
* Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together e...Nicolas Dufour2015-01-071-0/+4
* Rejection sampling to avoid indeterminate gradients in feTurbulence.Jasper van de Gronde2015-01-061-2/+4
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-063-2/+25
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-062-6/+6
* Translators list updateNicolas Dufour2015-01-051-1/+3
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah2015-01-0510-34/+217
* Comment out error message about style ref counting and add explanation.Tavmjong Bah2015-01-051-2/+7
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-053-5/+35
* Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp).Yuri Chornoivan2015-01-031-8/+8
* UI: some strings were not translatableKris De Gussem2015-01-031-8/+8
* UI: usage of colon in front of editboxKris De Gussem2015-01-031-6/+6
* simplify and optimice code for mobe bspline from pathsJabier Arraiza Cenoz2015-01-011-8/+12
* Allow reposition of BSpline using the pathJabier Arraiza Cenoz2015-01-011-2/+12
* Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ...mc2014-12-311-3/+3
* static code analysis: initialisationKris De Gussem2014-12-281-3/+3
* prevent possible usage of -1 array indexKris De Gussem2014-12-281-12/+14
* SPStyle ref counting clean up.Tavmjong Bah2014-12-266-16/+37
* Remove sp_style_new().Tavmjong Bah2014-12-2512-96/+66
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-256-73/+36
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-2510-221/+138
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-248-37/+20
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-245-142/+121
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-243-19/+3
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-237-34/+70
* Bug #1380413: make sure that the rect toolbar knows when and when not to updateLiam P. White2014-12-211-3/+11
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-21147-654/+565
* Purge sp_desktop_controlsLiam P. White2014-12-2121-43/+33