summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+2
2016-07-23Fix auto palette when using extensionsMarc Jeanmougin1-0/+3
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-11/+11
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-47/+49
2016-06-14Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander1-0/+22
2016-06-08Only update inkscape.version on successful file write.Tavmjong Bah1-5/+0
2016-06-01Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah1-9/+0
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-8/+9
2016-04-13Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski1-4/+9
2016-02-17Fixes some regressions from rev14655Marc Jeanmougin1-22/+26
2016-02-16Performance improvements when working in large filesMarc Jeanmougin1-15/+24
2016-02-07Fix for bug 1540518. Improved performance based on previous meassure code com...Jabier Arraiza Cenoz1-7/+7
2015-12-18brings back CMS tabMarc Jeanmougin1-0/+2
2015-12-14static code analysis: suppress compiler warningKris De Gussem1-1/+1
2015-12-08cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin1-18/+7
2015-12-08fix crash (oops)Marc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-39/+35
2015-11-25fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin1-2/+8
2015-10-04Add improvements to measure tool:Jabier Arraiza Cenoz1-3/+17
2015-09-20fix regression observed on layer dialogMarc Jeanmougin1-2/+2
2015-09-14Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin1-1/+9
2015-08-01fix for 1478636 (crash on import when comments in defs)Marc Jeanmougin1-3/+4
2015-05-29Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD1-1/+8
2015-05-23Cache SVG DOM node order for faster touch selection.John Bintz1-32/+45
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-03-21Add GUI for 'viewBox'.Tavmjong Bah1-0/+11
2015-03-11Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah1-2/+22
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25create SPObject factoryLiam P. White1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-10/+10
2015-02-18Just...mc1-16/+16
2015-02-09restore original behavior of 'Resize Page to Selection' for the special case ...Alvin Penner1-11/+27
2015-01-06Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah1-0/+20
2015-01-05Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah1-3/+33
2014-11-28avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner1-4/+4
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-2/+2
2014-11-26Change default display unit to 'px'.Tavmjong Bah1-1/+1
2014-11-25Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah1-20/+6
2014-11-24fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)Alvin Penner1-0/+2
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-0/+8
2014-11-15in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner1-4/+2
2014-10-22use double precision Quantity::convert for units conversion in viewBox, inste...Alvin Penner1-4/+10
2014-10-11maintain page size units when resizing page to drawing (Bug 1310787)Alvin Penner1-17/+16
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-02Remove more whiteboard related leftovers.Josh Andler1-1/+0
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-4/+2