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
...
*
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
|
\
|
|
|
*
|
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
|
/
[prev]
[next]