summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-1/+1
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Fix for bugs 1318657 and 1298967mathog2014-06-111-11/+100
| | | (bzr r13417)
* Fix gradient position on document import (bug #1283193)David Mathog2014-03-131-4/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145)
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139)
* code cleanupJohan B. C. Engelen2014-03-031-18/+17
| | | (bzr r13104)
* Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-021-0/+7
| | | (bzr r13094)
* crash on cut n paste, or alt+scroll..Raphael Rosch2014-02-201-9/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1171109 (bzr r13047)
* Prevent attempt to initialize/compare std::string with/to null pointer.Tavmjong Bah2014-02-071-1/+1
| | | (bzr r13004)
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-10/+0
| | | | | | Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-261-5/+5
| | | (bzr r12979)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-15/+6
| | | (bzr r12977)
* Fix GTK3 build failure (follow-up to r12971)su_v2014-01-231-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1271802 (bzr r12975)
* Don't throw away an existing full path.Martin Owens2014-01-231-6/+9
| | | (bzr r12973)
* Move sub-document reference creation code from uri-reference to document.cpp ↵Martin Owens2014-01-221-3/+44
| | | | | as createChildDoc(path) (bzr r12971)
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-4/+6
| | | (bzr r12970)
* Improve use tag logic by recording the loaded documents in a list.Martin Owens2014-01-221-0/+1
| | | (bzr r12969)
* Revert last commit (breaks changing document units).Matthew Petroff2014-01-211-18/+4
| | | (bzr r12966)
* Fix imprecise viewBox dimensions on page size change (bug #1235279).Matthew Petroff2014-01-211-4/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1235279 (bzr r12965)
* pass class variables by reference for performanceKris De Gussem2014-01-111-5/+5
| | | (bzr r12916)
* Add command line support for EMF and WMF export, by David Mathog.Nicolas Dufour2013-11-131-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244749 (bzr r12809)
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-1/+1
| | | (bzr r12719)
* fix bad styleJohan B. C. Engelen2013-10-241-1/+1
| | | (bzr r12718)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-0/+7
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* fix crash bug 1237676Johan B. C. Engelen2013-10-241-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1237676 (bzr r12716)
* Fix for Bug #1022543 (Ctrl+C increments the documents count).Nicolas Dufour2013-10-221-7/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12712)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-18/+17
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* collectOrphans moved to the end of destructor to prevent leaking of ↵buliabyak2013-09-291-2/+3
| | | | | uncollected stuff (bzr r12625)
* dying document needs to delete its perspectivebuliabyak2013-09-281-0/+5
| | | (bzr r12611)
* Fix percentage document size handling.Matthew Petroff2013-09-231-34/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-5/+0
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Use viewBox for new documents.Matthew Petroff2013-09-201-0/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/171203 - https://launchpad.net/bugs/168261 (bzr r12557)
* Merge from trunk.Matthew Petroff2013-09-201-2/+16
|\ | | | | (bzr r12475.1.29)
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-1/+1
| | | | | | (bzr r11608.1.124)
| * Merged from trunk (r12488).Markus Engel2013-08-301-22/+23
| |\ | | | | | | (bzr r11608.1.120)
| * \ Merged from trunk (r12419).Markus Engel2013-07-141-0/+5
| |\ \ | | | | | | | | (bzr r11608.1.107)
| * | | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-2/+3
| | | | | | | | | | | | (bzr r11608.1.94)
| * | | Removed old SPObject factory.Markus Engel2013-04-101-2/+15
| | | | | | | | | | | | (bzr r11608.1.91)
* | | | Improve code readability.Matthew Petroff2013-08-281-1/+1
| | | | | | | | | | | | (bzr r12475.1.9)
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-12/+27
| |_|/ |/| | | | | (bzr r12475.1.2)
* | | Switched to global UnitTable.Matthew Petroff2013-08-041-2/+1
| | | | | | | | | (bzr r12380.1.62)
* | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | | | | | | | (bzr r12380.1.54)
* | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-12/+8
| | | | | | | | | (bzr r12380.1.28)
* | | Merge from trunk.Matthew Petroff2013-07-171-0/+5
|\ \ \ | | |/ | |/| (bzr r12380.1.17)
| * | Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-0/+5
| | | | | | | | | (bzr r12411)
* | | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-16/+18
| | | | | | | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-14/+18
|/ / | | | | (bzr r12380.1.4)
* | Reverting fix for Bug #1022543.Nicolas Dufour2013-05-251-9/+7
| | | | | | (bzr r12341)
* | Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.Nicolas Dufour2013-05-211-7/+9
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12340)
* Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-1/+1
| | | (bzr r12222)
* Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output ↵Nicolas Dufour2013-01-291-4/+6
| | | | | extensions or crashes when quitting while clipboard not empty). (bzr r12071)