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
...
*
Merge in GSoC style dialog. (Work in progress.)
Tavmjong Bah
2017-02-04
1
-0
/
+54
|
\
|
*
Add changes for compilation with trunk
Tavmjong Bah & Kamalpreet Grewal
2016-08-15
1
-4
/
+4
|
*
Merge changes from trunk
kamalpreetgrewal
2016-08-15
1
-47
/
+49
|
|
\
|
*
\
Merge changes from trunk
kamalpreetgrewal
2016-08-04
1
-8
/
+1
|
|
\
\
|
*
|
|
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
2016-07-25
1
-0
/
+54
*
|
|
|
fixing to new trunk
Jabiertxof
2017-01-24
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
update filter list when pasting and on import
Marc Jeanmougin
2016-11-28
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Doc rotate start
Jabier Arraiza Cenoz
2016-10-02
1
-0
/
+6
|
/
/
/
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-8
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-8
/
+1
|
*
|
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
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-11
/
+11
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-47
/
+49
|
/
*
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
[prev]
[next]