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