summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 2. connect signalsLiam P. White2014-06-251-11/+24
* | 1. make it compileLiam P. White2014-06-251-2/+2
|/
* Fix for bugs 1318657 and 1298967mathog2014-06-111-11/+100
* Fix gradient position on document import (bug #1283193)David Mathog2014-03-131-4/+3
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-1/+2
* code cleanupJohan B. C. Engelen2014-03-031-18/+17
* Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-021-0/+7
* crash on cut n paste, or alt+scroll..Raphael Rosch2014-02-201-9/+7
* Prevent attempt to initialize/compare std::string with/to null pointer.Tavmjong Bah2014-02-071-1/+1
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-10/+0
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-261-5/+5
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-15/+6
* Fix GTK3 build failure (follow-up to r12971)su_v2014-01-231-0/+2
* Don't throw away an existing full path.Martin Owens2014-01-231-6/+9
* Move sub-document reference creation code from uri-reference to document.cpp ...Martin Owens2014-01-221-3/+44
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-4/+6
* Improve use tag logic by recording the loaded documents in a list.Martin Owens2014-01-221-0/+1
* Revert last commit (breaks changing document units).Matthew Petroff2014-01-211-18/+4
* Fix imprecise viewBox dimensions on page size change (bug #1235279).Matthew Petroff2014-01-211-4/+18
* pass class variables by reference for performanceKris De Gussem2014-01-111-5/+5
* Add command line support for EMF and WMF export, by David Mathog.Nicolas Dufour2013-11-131-1/+4
* try to add some const-correctnessJohan B. C. Engelen2013-10-241-1/+1
* fix bad styleJohan B. C. Engelen2013-10-241-1/+1
* fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen2013-10-241-0/+7
* fix crash bug 1237676Johan B. C. Engelen2013-10-241-3/+4
* Fix for Bug #1022543 (Ctrl+C increments the documents count).Nicolas Dufour2013-10-221-7/+11
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-18/+17
* collectOrphans moved to the end of destructor to prevent leaking of uncollect...buliabyak2013-09-291-2/+3
* dying document needs to delete its perspectivebuliabyak2013-09-281-0/+5
* Fix percentage document size handling.Matthew Petroff2013-09-231-34/+28
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-5/+0
* Use viewBox for new documents.Matthew Petroff2013-09-201-0/+5
* Merge from trunk.Matthew Petroff2013-09-201-2/+16
|\
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-1/+1
| * Merged from trunk (r12488).Markus Engel2013-08-301-22/+23
| |\