summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translators list updateNicolas Dufour2015-01-052-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation. German translation update by Heiko Woehrle and Ben Weis.Ben Weis2015-01-051-5650/+5473
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation. Ukrainian translation update by Yuri ChornoivanYuri Chornoivan2015-01-031-4121/+5260
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: some strings were not translatableKris De Gussem2015-01-031-8/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: usage of colon in front of editboxKris De Gussem2015-01-031-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI messages typoKris De Gussem2014-12-281-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static code analysis: initialisationKris De Gussem2014-12-281-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent possible usage of -1 array indexKris De Gussem2014-12-281-12/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dutch translation updateKris De Gussem2014-12-281-43/+76
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace sp_style_xxx functions with SPStyle member functions.Tavmjong Bah2014-12-2635-603/+420
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation. Fix for bug #1405653 (Outdated links in hacking doc).Nicolas Dufour2014-12-256-12/+12
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-238-35/+72
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_guidesLiam P. White2014-12-212-9/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_message_stackLiam P. White2014-12-2112-53/+44
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-2116-55/+37
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_mainLiam P. White2014-12-212-9/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_gridgroupLiam P. White2014-12-213-11/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_drawingLiam P. White2014-12-214-12/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_acetateLiam P. White2014-12-212-9/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_canvasLiam P. White2014-12-2113-51/+42
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-2124-56/+50
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2185-327/+321
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add arrow that demonstates 'auto-start-reverse' and 'context-stroke'/'context...Tavmjong Bah2014-12-211-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-2114-78/+183
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner2014-12-191-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dutch translation updateKris De Gussem2014-12-181-100/+72
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dutch translation updateKris De Gussem2014-12-171-37/+41
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-1610-75/+61
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-168-0/+78
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-164-24/+71
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner2014-12-151-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++ify SPMarkerViewTavmjong Bah2014-12-152-125/+95
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /