summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make doc2dt a document propertyThomas Holder2019-07-271-0/+16
* Fix coding styleJabiertxof2019-07-051-4/+6
* Allow styling def sections and go to the eleemntJabiertxof2019-07-051-2/+3
* More document.h cleanup.Tavmjong Bah2019-04-061-47/+47
* More cleanup of document.h.Tavmjong Bah2019-04-051-21/+13
* Reorganize document.h.Tavmjong Bah2019-04-041-155/+219
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-0/+1
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-8/+8
* clang-tidy recent changesAlexander Valavanis2019-02-011-3/+3
* Remove unneeded unreferencing. Add check on reference count.Tavmjong Bah2019-01-061-0/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove into filtered groupsJabier Arraiza2018-11-051-2/+2
* Fix coding stule and things comented on the MRJabier Arraiza2018-11-051-2/+2
* Improvemets to find itemsJabier Arraiza2018-11-051-2/+2
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-13/+58
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Misc. typosUnknown2017-11-071-1/+1
* Add support for imported style sheets via @import to Inkscape.Tavmjong Bah2017-08-071-0/+3
* Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-2/+2
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-1/+2
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-051-0/+18
* Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-0/+3
* Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander2016-06-141-1/+1
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-1/+0
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-1/+1
* Fixes some regressions from rev14655Marc Jeanmougin2016-02-171-5/+5
* Performance improvements when working in large filesMarc Jeanmougin2016-02-161-2/+6
* Fix for bug 1540518. Improved performance based on previous meassure code com...Jabier Arraiza Cenoz2016-02-071-2/+2
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-1/+1
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-1/+2
* Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-1/+1
* Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-291-0/+1
* mergingMarc Jeanmougin2015-04-261-0/+3
|\
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+1
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-0/+2
* | mergeMarc Jeanmougin2015-04-261-1/+1
|\|
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| * Isolate components of libgcLiam P. White2015-02-251-1/+1
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+0
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
* | Just...mc2015-02-181-4/+5
|/
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-061-0/+1
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-0/+1
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-2/+2
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-1/+1