summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-15in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner1-4/+2
2014-10-22use double precision Quantity::convert for units conversion in viewBox, inste...Alvin Penner1-4/+10
2014-10-11maintain page size units when resizing page to drawing (Bug 1310787)Alvin Penner1-17/+16
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-02Remove more whiteboard related leftovers.Josh Andler1-1/+0
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-4/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-9/+1
2014-06-252. connect signalsLiam P. White1-11/+24
2014-06-251. make it compileLiam P. White1-2/+2
2014-06-11Fix for bugs 1318657 and 1298967mathog1-11/+100
2014-03-13Fix gradient position on document import (bug #1283193)David Mathog1-4/+3
2014-03-12incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch1-1/+2
2014-03-03code cleanupJohan B. C. Engelen1-18/+17
2014-03-02Adding destroy signal do document to allow proper cleanup.Jon A. Cruz1-0/+7
2014-02-20crash on cut n paste, or alt+scroll..Raphael Rosch1-9/+7
2014-02-07Prevent attempt to initialize/compare std::string with/to null pointer.Tavmjong Bah1-1/+1
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-10/+0
2014-01-26Check file existance and clean up memory issues thanks to KK and JohanMartin Owens1-5/+5
2014-01-25Move absolute path generator to URI and use std::stringsMartin Owens1-15/+6
2014-01-23Fix GTK3 build failure (follow-up to r12971)su_v1-0/+2
2014-01-23Don't throw away an existing full path.Martin Owens1-6/+9
2014-01-22Move sub-document reference creation code from uri-reference to document.cpp ...Martin Owens1-3/+44
2014-01-22Protect against infinate looping of new included hrefsMartin Owens1-4/+6
2014-01-22Improve use tag logic by recording the loaded documents in a list.Martin Owens1-0/+1
2014-01-21Revert last commit (breaks changing document units).Matthew Petroff1-18/+4
2014-01-21Fix imprecise viewBox dimensions on page size change (bug #1235279).Matthew Petroff1-4/+18
2014-01-11pass class variables by reference for performanceKris De Gussem1-5/+5
2013-11-13Add command line support for EMF and WMF export, by David Mathog.Nicolas Dufour1-1/+4
2013-10-24try to add some const-correctnessJohan B. C. Engelen1-1/+1
2013-10-24fix bad styleJohan B. C. Engelen1-1/+1
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-0/+7
2013-10-24fix crash bug 1237676Johan B. C. Engelen1-3/+4
2013-10-22Fix for Bug #1022543 (Ctrl+C increments the documents count).Nicolas Dufour1-7/+11
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-18/+17
2013-09-29collectOrphans moved to the end of destructor to prevent leaking of uncollect...buliabyak1-2/+3
2013-09-28dying document needs to delete its perspectivebuliabyak1-0/+5
2013-09-23Fix percentage document size handling.Matthew Petroff1-34/+28
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-5/+0
2013-09-20Use viewBox for new documents.Matthew Petroff1-0/+5
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-1/+1
2013-08-28Improve code readability.Matthew Petroff1-1/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-12/+27
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+1
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-12/+8
2013-07-10Small refactor of align and distribute to reduce complexity.Martin Owens1-0/+5
2013-07-06Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff1-16/+18
2013-07-02Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff1-14/+18