summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
* updated with trunkMarc Jeanmougin2015-04-2924-113/+0
|\
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-2724-113/+0
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-272-2/+2
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-272-6/+0
* | Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-262-3/+2
* | mergingMarc Jeanmougin2015-04-267-29/+25
|\|
| * sp. fix seperateBryce Harrington2015-03-211-1/+1
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-0/+5
| * remember status of preview pane in native Windows open dialog. (Bug 1428873)Alvin Penner2015-03-101-0/+8
| * Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-082-7/+7
| * Fix for Bug #918319 (Printing offsets page).Nicolas Dufour2015-03-051-19/+2
| * Translations. New Icenlandic translation.Sveinn í Felli2015-02-271-2/+2
* | mergeMarc Jeanmougin2015-04-264-4/+4
|\|
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-264-4/+4
| * Isolate components of libgcLiam P. White2015-02-254-4/+4
* | more cast cleanupMarc Jeanmougin2015-02-275-13/+13
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-2715-40/+40
* | Merge, resolved conflictsMarc Jeanmougin2015-02-238-166/+63
|\|
| * Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-226-161/+55
| * Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone...Marc Jeanmougin2015-02-211-1/+3
| * Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken)Marc Jeanmougin2015-02-201-3/+4
| * i18nKris De Gussem2015-02-161-1/+1
* | added a set to the SelectionMarc Jeanmougin2015-02-192-19/+13
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1919-120/+116
* | I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-183-9/+9
* | Just...mc2015-02-1813-107/+105
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-177-133/+138
|/
* 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
* during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner2015-01-151-1/+1
* i18n. String handling improvement and memory leak fix.Nicolas Dufour2015-01-131-5/+4
* 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
* UI: some strings were not translatableKris De Gussem2015-01-031-8/+8
* Remove sp_style_new().Tavmjong Bah2014-12-252-18/+15
* 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-2131-123/+122
* Purge sp_desktop_message_stackLiam P. White2014-12-214-15/+15
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-215-20/+20
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2120-64/+65
* Preferences. Fix for Bug #1401782 (Take from selection button should be greye...Nicolas Dufour2014-12-121-1/+5
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
* Update to trunk r13766Liam P. White2014-11-267-12/+16
|\
| * 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
| * Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-245-9/+9
* | Update to trunk r13750Liam P. White2014-11-247-144/+214
|\|