summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* mergingMarc Jeanmougin2015-04-261-2/+33
|\ | | | | (bzr r13922.1.13)
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+11
| | | | | | (bzr r14022)
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-2/+22
| | | | | | (bzr r13994)
* | mergeMarc Jeanmougin2015-04-261-1/+1
|\| | | | | (bzr r13922.1.12)
| * create SPObject factoryLiam P. White2015-02-251-1/+1
| | | | | | (bzr r13939.1.1)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+10
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-16/+16
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* restore original behavior of 'Resize Page to Selection' for the special case ↵Alvin Penner2015-02-091-11/+27
| | | | | | | | where page size is in %. (Bug 1419122) Fixed bugs: - https://launchpad.net/bugs/1419122 (bzr r13912)
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-061-0/+20
| | | | | 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-3/+33
| | | (bzr r13837)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-2/+2
| | | | | by function. (bzr r13774)
* Change default display unit to 'px'.Tavmjong Bah2014-11-261-1/+1
| | | (bzr r13773)
* Update to trunk r13766Liam P. White2014-11-261-18/+14
|\ | | | | (bzr r13341.5.24)
| * Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵Tavmjong Bah2014-11-251-20/+6
| | | | | | | | | | match handling of 'ft'. (bzr r13758)
| * fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)Alvin Penner2014-11-241-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1395637 (bzr r13753)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-0/+8
| | | | | | | | | | | | | | 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)
* | Update to trunk r13750Liam P. White2014-11-241-4/+2
|\| | | | | (bzr r13341.5.23)
| * in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner2014-11-151-4/+2
| | | | | | (bzr r13715)
* | Update to trunk r13648Liam P. White2014-10-311-4/+10
|\| | | | | (bzr r13341.5.19)
| * Update to trunk r13638Liam P. White2014-10-251-4/+10
| |\ | | | | | | (bzr r13341.1.286)
| | * use double precision Quantity::convert for units conversion in viewBox, ↵Alvin Penner2014-10-221-4/+10
| | | | | | | | | | | | | | | instead of single-precision SVGLength.computed. (bzr r13632)
* | | Update to experimental r13619Liam P. White2014-10-181-17/+16
|\| | | | | | | | (bzr r13341.5.18)
| * | Update to trunk r13621Liam P. White2014-10-171-17/+16
| |\| | | | | | | (bzr r13341.1.278)
| | * maintain page size units when resizing page to drawing (Bug 1310787)Alvin Penner2014-10-111-17/+16
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1310787 (bzr r13590)
* | | Update to experimental r13598Liam P. White2014-10-081-1/+0
|\| | | | | | | | (bzr r13341.5.17)
| * | Update to trunk r13580Liam P. White2014-10-061-1/+0
| |\| | | | | | | (bzr r13341.1.255)
| | * Remove more whiteboard related leftovers.Josh Andler2014-09-021-1/+0
| | | | | | | | | (bzr r13543)
| * | 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)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-4/+2
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-9/+1
| | | | | | (bzr r13341.5.3)
* | 2. connect signalsLiam P. White2014-06-251-11/+24
| | | | | | (bzr r13341.5.2)
* | 1. make it compileLiam P. White2014-06-251-2/+2
|/ | | (bzr r13341.5.1)
* 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)