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
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-2
/
+8
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-8
/
+2
*
Fix auto palette when using extensions
Marc Jeanmougin
2016-07-23
1
-0
/
+3
*
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
brock-alexander
2016-06-14
1
-0
/
+22
*
Only update inkscape.version on successful file write.
Tavmjong Bah
2016-06-08
1
-5
/
+0
*
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
2016-06-01
1
-9
/
+0
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
1
-8
/
+9
*
Fix a few more pick calls not preceded by update
Krzysztof Kosi??ski
2016-04-13
1
-4
/
+9
*
Fixes some regressions from rev14655
Marc Jeanmougin
2016-02-17
1
-22
/
+26
*
Performance improvements when working in large files
Marc Jeanmougin
2016-02-16
1
-15
/
+24
*
Fix for bug 1540518. Improved performance based on previous meassure code com...
Jabier Arraiza Cenoz
2016-02-07
1
-7
/
+7
*
brings back CMS tab
Marc Jeanmougin
2015-12-18
1
-0
/
+2
*
static code analysis: suppress compiler warning
Kris De Gussem
2015-12-14
1
-1
/
+1
*
cppification: GSList replaced by vectors (undo/redo)
Marc Jeanmougin
2015-12-08
1
-18
/
+7
*
fix crash (oops)
Marc Jeanmougin
2015-12-08
1
-2
/
+2
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-39
/
+35
*
fixes infinite loop due to buggy recursion in flattening function
Marc Jeanmougin
2015-11-25
1
-2
/
+8
*
Fix the points Nathan review.
Jabier Arraiza Cenoz
2015-10-22
1
-3
/
+3
*
Add improvements to measure tool:
Jabier Arraiza Cenoz
2015-10-04
1
-3
/
+17
*
fix regression observed on layer dialog
Marc Jeanmougin
2015-09-20
1
-2
/
+2
*
Fix for 1495106 (Add a check for id before sending a modified signal)
Marc Jeanmougin
2015-09-14
1
-1
/
+9
*
Merge faster touch select
John Bintz
2015-09-01
1
-32
/
+45
|
\
|
*
Cache SVG DOM node order for faster touch selection.
John Bintz
2015-05-23
1
-32
/
+45
*
|
fix for 1478636 (crash on import when comments in defs)
Marc Jeanmougin
2015-08-01
1
-3
/
+4
*
|
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
2015-05-29
1
-1
/
+8
|
/
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-1
/
+1
*
merging
Marc Jeanmougin
2015-04-26
1
-2
/
+33
|
\
|
*
Add GUI for 'viewBox'.
Tavmjong Bah
2015-03-21
1
-0
/
+11
|
*
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
2015-03-11
1
-2
/
+22
*
|
merge
Marc Jeanmougin
2015-04-26
1
-1
/
+1
|
\
|
|
*
create SPObject factory
Liam P. White
2015-02-25
1
-1
/
+1
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-10
/
+10
*
|
Just...
mc
2015-02-18
1
-16
/
+16
|
/
*
restore original behavior of 'Resize Page to Selection' for the special case ...
Alvin Penner
2015-02-09
1
-11
/
+27
*
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
|
\
|
|
[next]