summaryrefslogtreecommitdiffstats
path: root/src/document.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-07Add support for imported style sheets via @import to Inkscape.Tavmjong Bah1-0/+3
2017-06-06Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof1-2/+2
2017-06-06Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof1-2/+2
2017-02-22Allow any valid CSS selector.Tavmjong Bah1-1/+2
2017-02-05forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin1-0/+18
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-4/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+4
2016-07-25Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal1-0/+3
2016-06-14Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander1-1/+1
2016-06-01Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah1-1/+0
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-1/+1
2016-02-17Fixes some regressions from rev14655Marc Jeanmougin1-5/+5
2016-02-16Performance improvements when working in large filesMarc Jeanmougin1-2/+6
2016-02-07Fix for bug 1540518. Improved performance based on previous meassure code com...Jabier Arraiza Cenoz1-2/+2
2015-12-08cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin1-1/+1
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-1/+2
2015-10-04Add improvements to measure tool:Jabier Arraiza Cenoz1-1/+1
2015-05-29Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD1-0/+1
2015-03-21Add GUI for 'viewBox'.Tavmjong Bah1-0/+1
2015-03-11Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah1-0/+2
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+0
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-18Just...mc1-4/+5
2015-01-06Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah1-0/+1
2015-01-05Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah1-0/+1
2014-11-28avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner1-2/+2
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-1/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-0/+1
2014-09-27Update to experimental r13565Liam P. White1-28/+28
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-28/+28
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+0
2014-03-02Adding destroy signal do document to allow proper cleanup.Jon A. Cruz1-0/+3
2014-01-26Check file existance and clean up memory issues thanks to KK and JohanMartin Owens1-1/+1
2014-01-25Move absolute path generator to URI and use std::stringsMartin Owens1-1/+1
2014-01-22Move sub-document reference creation code from uri-reference to document.cpp ...Martin Owens1-4/+6
2014-01-22Protect against infinate looping of new included hrefsMartin Owens1-3/+5
2014-01-22Improve use tag logic by recording the loaded documents in a list.Martin Owens1-0/+5
2014-01-11pass class variables by reference for performanceKris De Gussem1-3/+3
2013-10-24try to add some const-correctnessJohan B. C. Engelen1-1/+2
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-0/+2
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+3
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-1/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-2/+2
2013-07-10Small refactor of align and distribute to reduce complexity.Martin Owens1-0/+1
2013-07-06Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff1-3/+5
2013-07-02Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff1-5/+3
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-3/+2