summaryrefslogtreecommitdiffstats
path: root/src/object (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-16Fork LPE if necesary also in LPEItem childsJabiertxof2-2/+12
2019-05-14Support percentage (include default) values for linear and radial gradient at...Tavmjong Bah4-11/+86
2019-05-12Remove support for LCMS 1Karl Cheng4-103/+58
2019-04-17fix inbox#380 Rotation center flipped with y-axisThomas Holder1-3/+10
2019-04-15Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah1-0/+2
2019-04-15Fix for line positioning in wrapped multi-line text.Tavmjong Bah1-0/+5
2019-04-14Fix nullptr deref after connector deleteBryce Harrington1-2/+6
2019-04-06More document.h cleanup.Tavmjong Bah4-11/+11
2019-04-02Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz1-3/+3
2019-03-26Misc. typosluz.paz2-6/+6
2019-03-23Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2-3/+47
2019-03-22Allow guide duplication in guides dialogMarc Jeanmougin2-0/+5
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-6/+2
2019-03-06Stop crash on loading text on pathNathan Lee1-11/+9
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot5-35/+24
2019-03-03Enable global snapping preference by defaultPatrick Storz1-1/+1
2019-02-20Remove unneded code from previous commitJabiertxof1-22/+1
2019-02-20Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof1-0/+1
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah4-8/+8
2019-02-20Fix query for monitor dimensionsPatrick Storz1-4/+0
2019-02-20Rescue code for restoring last used window geometryPatrick Storz2-7/+33
2019-02-18Fix #91 "guides around the page" with y-axis downThomas Holder1-6/+7
2019-02-01clang-tidy recent changesAlexander Valavanis1-3/+3
2019-01-24Demangle: Switch to std::shared_ptr.Emmanuel Gil Peyrot1-1/+1
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...Emmanuel Gil Peyrot1-6/+6
2019-01-06Fix segfault when a masked object is transformedoctycs1-1/+1
2019-01-02modernize loops (2)Marc Jeanmougin1-3/+3
2019-01-02modernize loopsMarc Jeanmougin25-254/+223
2019-01-02Prevent reverting a drawing from closing Inkscape when only one window is open.Tavmjong Bah1-2/+4
2018-12-26fix crash with missing image xlink:href attributeThomas Holder1-0/+6
2018-12-24rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder2-0/+90
2018-12-21Allow edit LPE on nestad groupsJabiertxof4-4/+4
2018-12-16Inkscape::URI::Impl -> shared_ptrThomas Holder2-75/+8
2018-12-16add some Inkscape::URI testsThomas Holder1-0/+2
2018-12-15Remove unused transform functions related to LPE and improvements to fill-bet...Jabier Arraiza4-39/+1
2018-12-14Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2-49/+296
2018-12-13extract_uri: fix, test, documentThomas Holder2-12/+9
2018-12-13remove most of Inkscape::URI::ImplThomas Holder2-57/+37
2018-12-13remove Inkscape::URI::fromUtf8Thomas Holder2-38/+0
2018-12-09remove Inkscape::URI::getFullPathThomas Holder4-64/+28
2018-12-09fix, test, and document more Inkscape::URI methodsThomas Holder2-20/+69
2018-12-03Minor comment/alignment changes.Tavmjong Bah2-1/+4
2018-12-03Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2-11/+12
2018-12-01Fix mergingJabier Arraiza1-1/+1
2018-12-01Fix merge to master and add shortcutJabier Arraiza1-1/+1
2018-11-30Replace void* by SPItem* to avoid static casts.Tavmjong Bah1-1/+1
2018-11-29Start of making View independent of GUI.Tavmjong Bah2-16/+34
2018-11-14Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens1-4/+8
2018-11-14Move getStyles to styles and clean up on destruction.Martin Owens2-19/+20
2018-11-13Add capability to get style rulesets as SPStyle objectsMartin Owens2-6/+25