summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 1540518. Improved performance based on previous meassure code com...Jabier Arraiza Cenoz2016-02-071-7/+7
* brings back CMS tabMarc Jeanmougin2015-12-181-0/+2
* static code analysis: suppress compiler warningKris De Gussem2015-12-141-1/+1
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-18/+7
* fix crash (oops)Marc Jeanmougin2015-12-081-2/+2
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-39/+35
* fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin2015-11-251-2/+8
* Fix the points Nathan review.Jabier Arraiza Cenoz2015-10-221-3/+3
* Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-3/+17
* fix regression observed on layer dialogMarc Jeanmougin2015-09-201-2/+2
* Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin2015-09-141-1/+9
* Merge faster touch selectJohn Bintz2015-09-011-32/+45
|\
| * Cache SVG DOM node order for faster touch selection.John Bintz2015-05-231-32/+45
* | fix for 1478636 (crash on import when comments in defs)Marc Jeanmougin2015-08-011-3/+4
* | Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-291-1/+8
|/
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* mergingMarc Jeanmougin2015-04-261-2/+33
|\
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+11
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-2/+22
* | mergeMarc Jeanmougin2015-04-261-1/+1
|\|
| * create SPObject factoryLiam P. White2015-02-251-1/+1
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+10
* | Just...mc2015-02-181-16/+16
|/
* restore original behavior of 'Resize Page to Selection' for the special case ...Alvin Penner2015-02-091-11/+27
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-061-0/+20
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-3/+33
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-4/+4
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah2014-11-261-2/+2
* Change default display unit to 'px'.Tavmjong Bah2014-11-261-1/+1
* Update to trunk r13766Liam P. White2014-11-261-18/+14
|\
| * Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-251-20/+6
| * fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)Alvin Penner2014-11-241-0/+2
| * Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-0/+8
* | Update to trunk r13750Liam P. White2014-11-241-4/+2
|\|
| * in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner2014-11-151-4/+2
* | Update to trunk r13648Liam P. White2014-10-311-4/+10
|\|
| * Update to trunk r13638Liam P. White2014-10-251-4/+10
| |\
| | * use double precision Quantity::convert for units conversion in viewBox, inste...Alvin Penner2014-10-221-4/+10
* | | Update to experimental r13619Liam P. White2014-10-181-17/+16
|\| |
| * | Update to trunk r13621Liam P. White2014-10-171-17/+16
| |\|
| | * maintain page size units when resizing page to drawing (Bug 1310787)Alvin Penner2014-10-111-17/+16
* | | Update to experimental r13598Liam P. White2014-10-081-1/+0
|\| |
| * | Update to trunk r13580Liam P. White2014-10-061-1/+0
| |\|
| | * Remove more whiteboard related leftovers.Josh Andler2014-09-021-1/+0
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-1/+1
| |/
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-4/+2
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-9/+1