summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | (bzr r15732)
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-1/+2
| | | (bzr r15539)
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-051-0/+18
| | | | | | | | | | | | | | | | | Code written by su_v in python as an extension, ported to c++ by Mc, some fixes added by bryce. http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350 http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351 Option to disable it is called --no-convert-text-baseline-spacing The terminology "convert" is chosen as a jargon word to be used for all such legacy file conversions. The "--no-XXX" naming style is adopted from the convention used by other software such as GIMP. (bzr r15481)
* Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-0/+3
| | | (bzr r14949.1.60)
* Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander2016-06-141-1/+1
| | | (bzr r14986)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-1/+0
| | | (bzr r14939)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-1/+1
| | | (bzr r14907)
* Fixes some regressions from rev14655Marc Jeanmougin2016-02-171-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658)
* Performance improvements when working in large filesMarc Jeanmougin2016-02-161-2/+6
| | | | | At each mouse move, a list of all elements in the document was computed (to get the correct cursor, in text mode for instance). This list is now cached. (bzr r14655)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-071-2/+2
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-1/+1
| | | (bzr r14504.1.14)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-1/+2
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-1/+1
| | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1)
* Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-291-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185)
* mergingMarc Jeanmougin2015-04-261-0/+3
|\ | | | | (bzr r13922.1.13)
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+1
| | | | | | (bzr r14022)
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-0/+2
| | | | | | (bzr r13994)
* | mergeMarc Jeanmougin2015-04-261-1/+1
|\| | | | | (bzr r13922.1.12)
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | | | | (bzr r13950)
| * Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | | | | (bzr r13946)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+0
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-4/+4
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-4/+5
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-061-0/+1
| | | | | Use it to correct text postion after removing from path. (bzr r13843)
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-0/+1
| | | (bzr r13837)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Update to trunk r13766Liam P. White2014-11-261-0/+1
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-0/+1
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-28/+28
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Update to experimental r13565Liam P. White2014-09-271-28/+28
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+0
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-021-0/+3
| | | (bzr r13094)
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-261-1/+1
| | | (bzr r12979)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-1/+1
| | | (bzr r12977)
* Move sub-document reference creation code from uri-reference to document.cpp ↵Martin Owens2014-01-221-4/+6
| | | | | as createChildDoc(path) (bzr r12971)
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-3/+5
| | | (bzr r12970)
* Improve use tag logic by recording the loaded documents in a list.Martin Owens2014-01-221-0/+5
| | | (bzr r12969)
* pass class variables by reference for performanceKris De Gussem2014-01-111-3/+3
| | | (bzr r12916)
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-1/+2
| | | (bzr r12719)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-0/+2
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Merge from trunk.Matthew Petroff2013-09-201-3/+3
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-5/+5
| |\ | | | | | | (bzr r11608.1.120)
| * | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | | | | | | | (bzr r11608.1.115)
| * | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | | | | | | | (bzr r11608.1.111)
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| |/ |/| | | (bzr r12475.1.2)
* | Merge from trunk.Matthew Petroff2013-07-171-0/+1
|\| | | | | (bzr r12380.1.17)
| * Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-0/+1
| | | | | | (bzr r12411)
* | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-3/+5
| | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)