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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for imported style sheets via @import to Inkscape.
Tavmjong Bah
2017-08-07
1
-0
/
+3
*
Add contextual buttons to Hide/lock and Unhide/unlock items
Jabiertxof
2017-06-06
1
-2
/
+2
*
Allow any valid CSS selector.
Tavmjong Bah
2017-02-22
1
-1
/
+2
*
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
2017-02-05
1
-0
/
+18
*
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
2016-07-25
1
-0
/
+3
*
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
brock-alexander
2016-06-14
1
-1
/
+1
*
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
2016-06-01
1
-1
/
+0
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
1
-1
/
+1
*
Fixes some regressions from rev14655
Marc Jeanmougin
2016-02-17
1
-5
/
+5
*
Performance improvements when working in large files
Marc Jeanmougin
2016-02-16
1
-2
/
+6
*
Fix for bug 1540518. Improved performance based on previous meassure code com...
Jabier Arraiza Cenoz
2016-02-07
1
-2
/
+2
*
cppification: GSList replaced by vectors (undo/redo)
Marc Jeanmougin
2015-12-08
1
-1
/
+1
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-1
/
+2
*
Add improvements to measure tool:
Jabier Arraiza Cenoz
2015-10-04
1
-1
/
+1
*
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
2015-05-29
1
-0
/
+1
*
merging
Marc Jeanmougin
2015-04-26
1
-0
/
+3
|
\
|
*
Add GUI for 'viewBox'.
Tavmjong Bah
2015-03-21
1
-0
/
+1
|
*
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
2015-03-11
1
-0
/
+2
*
|
merge
Marc Jeanmougin
2015-04-26
1
-1
/
+1
|
\
|
|
*
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
2015-02-26
1
-1
/
+1
|
*
Isolate components of libgc
Liam P. White
2015-02-25
1
-1
/
+1
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+0
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-4
/
+4
*
|
Just...
mc
2015-02-18
1
-4
/
+5
|
/
*
Add getDocumentScale() to return "real-world" to "user-unit" scale factor.
Tavmjong Bah
2015-01-06
1
-0
/
+1
*
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
2015-01-05
1
-0
/
+1
*
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
2014-11-28
1
-2
/
+2
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-1
/
+1
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-0
/
+1
|
\
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-0
/
+1
|
*
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-28
/
+28
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-28
/
+28
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+0
|
/
*
Adding destroy signal do document to allow proper cleanup.
Jon A. Cruz
2014-03-02
1
-0
/
+3
*
Check file existance and clean up memory issues thanks to KK and Johan
Martin Owens
2014-01-26
1
-1
/
+1
*
Move absolute path generator to URI and use std::strings
Martin Owens
2014-01-25
1
-1
/
+1
*
Move sub-document reference creation code from uri-reference to document.cpp ...
Martin Owens
2014-01-22
1
-4
/
+6
*
Protect against infinate looping of new included hrefs
Martin Owens
2014-01-22
1
-3
/
+5
*
Improve use tag logic by recording the loaded documents in a list.
Martin Owens
2014-01-22
1
-0
/
+5
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-3
/
+3
*
try to add some const-correctness
Johan B. C. Engelen
2013-10-24
1
-1
/
+2
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-0
/
+2
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-3
/
+3
|
\
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-5
/
+5
|
|
\
|
*
|
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
2013-08-01
1
-1
/
+1
|
*
|
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-2
/
+2
*
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge from trunk.
Matthew Petroff
2013-07-17
1
-0
/
+1
|
\
|
|
*
Small refactor of align and distribute to reduce complexity.
Martin Owens
2013-07-10
1
-0
/
+1
*
|
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
2013-07-06
1
-3
/
+5
[next]