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
2017-02-22
Allow any valid CSS selector.
Tavmjong Bah
1
-0
/
+49
2017-02-09
[Bug #1662439] Instant crash when trying to move svg symbol.
Nicolas Dufour
1
-1
/
+3
2017-02-05
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
1
-1
/
+13
2016-11-28
update filter list when pasting and on import
Marc Jeanmougin
1
-0
/
+1
2016-10-02
Doc rotate start
Jabier Arraiza Cenoz
1
-0
/
+6
2016-08-15
Add changes for compilation with trunk
Tavmjong Bah & Kamalpreet Grewal
1
-4
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-8
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-2
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+2
2016-07-25
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
1
-0
/
+54
2016-07-23
Fix auto palette when using extensions
Marc Jeanmougin
1
-0
/
+3
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-11
/
+11
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-47
/
+49
2016-06-14
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
brock-alexander
1
-0
/
+22
2016-06-08
Only update inkscape.version on successful file write.
Tavmjong Bah
1
-5
/
+0
2016-06-01
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
1
-9
/
+0
2016-05-21
Fixing undo thing
Jabier Arraiza Cenoz
1
-0
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-8
/
+9
2016-04-13
Fix a few more pick calls not preceded by update
Krzysztof Kosi??ski
1
-4
/
+9
2016-02-17
Fixes some regressions from rev14655
Marc Jeanmougin
1
-22
/
+26
2016-02-16
Performance improvements when working in large files
Marc Jeanmougin
1
-15
/
+24
2016-02-07
Fix for bug 1540518. Improved performance based on previous meassure code com...
Jabier Arraiza Cenoz
1
-7
/
+7
2015-12-18
brings back CMS tab
Marc Jeanmougin
1
-0
/
+2
2015-12-14
static code analysis: suppress compiler warning
Kris De Gussem
1
-1
/
+1
2015-12-08
cppification: GSList replaced by vectors (undo/redo)
Marc Jeanmougin
1
-18
/
+7
2015-12-08
fix crash (oops)
Marc Jeanmougin
1
-2
/
+2
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-39
/
+35
2015-11-25
fixes infinite loop due to buggy recursion in flattening function
Marc Jeanmougin
1
-2
/
+8
2015-10-04
Add improvements to measure tool:
Jabier Arraiza Cenoz
1
-3
/
+17
2015-09-20
fix regression observed on layer dialog
Marc Jeanmougin
1
-2
/
+2
2015-09-14
Fix for 1495106 (Add a check for id before sending a modified signal)
Marc Jeanmougin
1
-1
/
+9
2015-08-01
fix for 1478636 (crash on import when comments in defs)
Marc Jeanmougin
1
-3
/
+4
2015-05-29
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
1
-1
/
+8
2015-05-23
Cache SVG DOM node order for faster touch selection.
John Bintz
1
-32
/
+45
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2015-03-21
Add GUI for 'viewBox'.
Tavmjong Bah
1
-0
/
+11
2015-03-11
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
1
-2
/
+22
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-10
/
+10
2015-02-18
Just...
mc
1
-16
/
+16
2015-02-09
restore original behavior of 'Resize Page to Selection' for the special case ...
Alvin Penner
1
-11
/
+27
2015-01-06
Add getDocumentScale() to return "real-world" to "user-unit" scale factor.
Tavmjong Bah
1
-0
/
+20
2015-01-05
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
1
-3
/
+33
2014-11-28
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
1
-4
/
+4
2014-11-26
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
1
-2
/
+2
2014-11-26
Change default display unit to 'px'.
Tavmjong Bah
1
-1
/
+1
2014-11-25
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
1
-20
/
+6
2014-11-24
fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)
Alvin Penner
1
-0
/
+2
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-0
/
+8
[prev]
[next]