summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* added a set to the SelectionMarc Jeanmougin2015-02-193-20/+14
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1935-187/+181
* I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-183-9/+9
* Just...mc2015-02-1829-246/+236
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-179-159/+162
* Commenting dead assignments.Nicolas Dufour2015-02-082-10/+18
* Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).Nicolas Dufour2015-02-061-1/+5
* Typos (Bug #1417127)Kris De Gussem2015-02-031-1/+1
* 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-231-1/+4
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-2/+5
* during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner2015-01-153-11/+22
* 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
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-1/+1
* Translators list updateNicolas Dufour2015-01-051-1/+3
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-2/+1
* UI: some strings were not translatableKris De Gussem2015-01-031-8/+8
* 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
* Remove sp_style_new().Tavmjong Bah2014-12-254-41/+34
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-252-17/+11
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-16/+15
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2177-305/+305
* Purge sp_desktop_controlsLiam P. White2014-12-2112-21/+20
* Purge sp_desktop_message_stackLiam P. White2014-12-216-17/+17
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-2110-29/+29
* Purge sp_desktop_drawingLiam P. White2014-12-212-3/+3
* Purge sp_desktop_canvasLiam P. White2014-12-216-27/+27
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-2113-30/+34
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2147-169/+171
* disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner2014-12-191-2/+2
* when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner2014-12-151-0/+4
* Preferences. Fix for Bug #1401782 (Take from selection button should be greye...Nicolas Dufour2014-12-121-1/+5
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-6/+35
* undo previous commit. figured out how to set the "decoration" icon size from ...Johan B. C. Engelen2014-12-101-2/+2
* LayerSelector (bottom left): change size of visibility and lock icons to ICON...Johan B. C. Engelen2014-12-101-2/+2
* do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4
* Fix snapping bug in pen toolDiederik van Lierop2014-12-041-3/+7
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-282-5/+6
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-1/+1
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-262-2/+2
* Update to trunk r13766Liam P. White2014-11-2617-30/+34
|\
| * Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-251-2/+6
| * Disable preference widget to allow saving fonts in non-px unitsJosh Andler2014-11-251-1/+1
| * Fix a bug in pen/cil modes triangle in/outJabier Arraiza Cenoz2014-11-241-1/+1