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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add getDocumentScale() to return "real-world" to "user-unit" scale factor.
Tavmjong Bah
2015-01-06
1
-0
/
+20
*
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
2015-01-05
1
-3
/
+33
*
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
2014-11-28
1
-4
/
+4
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-2
/
+2
*
Change default display unit to 'px'.
Tavmjong Bah
2014-11-26
1
-1
/
+1
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-18
/
+14
|
\
|
*
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
2014-11-25
1
-20
/
+6
|
*
fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)
Alvin Penner
2014-11-24
1
-0
/
+2
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-0
/
+8
*
|
Update to trunk r13750
Liam P. White
2014-11-24
1
-4
/
+2
|
\
|
|
*
in rev 13590, use 'root->height.unit' instead of namedview 'units'.
Alvin Penner
2014-11-15
1
-4
/
+2
*
|
Update to trunk r13648
Liam P. White
2014-10-31
1
-4
/
+10
|
\
|
|
*
Update to trunk r13638
Liam P. White
2014-10-25
1
-4
/
+10
|
|
\
|
|
*
use double precision Quantity::convert for units conversion in viewBox, inste...
Alvin Penner
2014-10-22
1
-4
/
+10
*
|
|
Update to experimental r13619
Liam P. White
2014-10-18
1
-17
/
+16
|
\
|
|
|
*
|
Update to trunk r13621
Liam P. White
2014-10-17
1
-17
/
+16
|
|
\
|
|
|
*
maintain page size units when resizing page to drawing (Bug 1310787)
Alvin Penner
2014-10-11
1
-17
/
+16
*
|
|
Update to experimental r13598
Liam P. White
2014-10-08
1
-1
/
+0
|
\
|
|
|
*
|
Update to trunk r13580
Liam P. White
2014-10-06
1
-1
/
+0
|
|
\
|
|
|
*
Remove more whiteboard related leftovers.
Josh Andler
2014-09-02
1
-1
/
+0
|
*
|
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-1
/
+1
|
|
/
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-1
/
+1
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-2
/
+2
*
|
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
2014-06-26
1
-4
/
+2
*
|
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-9
/
+1
*
|
2. connect signals
Liam P. White
2014-06-25
1
-11
/
+24
*
|
1. make it compile
Liam P. White
2014-06-25
1
-2
/
+2
|
/
*
Fix for bugs 1318657 and 1298967
mathog
2014-06-11
1
-11
/
+100
*
Fix gradient position on document import (bug #1283193)
David Mathog
2014-03-13
1
-4
/
+3
*
incorrect gradient transform on copy&paste.. committing for mathog
Raphael Rosch
2014-03-12
1
-1
/
+2
*
code cleanup
Johan B. C. Engelen
2014-03-03
1
-18
/
+17
*
Adding destroy signal do document to allow proper cleanup.
Jon A. Cruz
2014-03-02
1
-0
/
+7
*
crash on cut n paste, or alt+scroll..
Raphael Rosch
2014-02-20
1
-9
/
+7
*
Prevent attempt to initialize/compare std::string with/to null pointer.
Tavmjong Bah
2014-02-07
1
-1
/
+1
*
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
2014-02-06
1
-10
/
+0
*
Check file existance and clean up memory issues thanks to KK and Johan
Martin Owens
2014-01-26
1
-5
/
+5
*
Move absolute path generator to URI and use std::strings
Martin Owens
2014-01-25
1
-15
/
+6
*
Fix GTK3 build failure (follow-up to r12971)
su_v
2014-01-23
1
-0
/
+2
*
Don't throw away an existing full path.
Martin Owens
2014-01-23
1
-6
/
+9
*
Move sub-document reference creation code from uri-reference to document.cpp ...
Martin Owens
2014-01-22
1
-3
/
+44
*
Protect against infinate looping of new included hrefs
Martin Owens
2014-01-22
1
-4
/
+6
*
Improve use tag logic by recording the loaded documents in a list.
Martin Owens
2014-01-22
1
-0
/
+1
*
Revert last commit (breaks changing document units).
Matthew Petroff
2014-01-21
1
-18
/
+4
*
Fix imprecise viewBox dimensions on page size change (bug #1235279).
Matthew Petroff
2014-01-21
1
-4
/
+18
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-5
/
+5
*
Add command line support for EMF and WMF export, by David Mathog.
Nicolas Dufour
2013-11-13
1
-1
/
+4
*
try to add some const-correctness
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
fix bad style
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-0
/
+7
*
fix crash bug 1237676
Johan B. C. Engelen
2013-10-24
1
-3
/
+4
[next]