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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-0
/
+16
2019-07-05
Fix coding style
Jabiertxof
1
-4
/
+6
2019-07-05
Allow styling def sections and go to the eleemnt
Jabiertxof
1
-2
/
+3
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-47
/
+47
2019-04-05
More cleanup of document.h.
Tavmjong Bah
1
-21
/
+13
2019-04-04
Reorganize document.h.
Tavmjong Bah
1
-155
/
+219
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-0
/
+1
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-8
/
+8
2019-02-01
clang-tidy recent changes
Alexander Valavanis
1
-3
/
+3
2019-01-06
Remove unneeded unreferencing. Add check on reference count.
Tavmjong Bah
1
-0
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
Remove into filtered groups
Jabier Arraiza
1
-2
/
+2
2018-11-05
Fix coding stule and things comented on the MR
Jabier Arraiza
1
-2
/
+2
2018-11-05
Improvemets to find items
Jabier Arraiza
1
-2
/
+2
2018-10-29
Move contents of document-private.h to document.h.
Tavmjong Bah
1
-13
/
+58
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-04-29
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-08-07
Add support for imported style sheets via @import to Inkscape.
Tavmjong Bah
1
-0
/
+3
2017-06-06
Add contextual buttons to Hide/lock and Unhide/unlock items
Jabiertxof
1
-2
/
+2
2017-06-06
Add contextual buttons to Hide/lock and Unhide/unlock items
Jabiertxof
1
-2
/
+2
2017-02-22
Allow any valid CSS selector.
Tavmjong Bah
1
-1
/
+2
2017-02-05
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
1
-0
/
+18
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-4
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+4
2016-07-25
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
1
-0
/
+3
2016-06-14
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.
brock-alexander
1
-1
/
+1
2016-06-01
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
1
-1
/
+0
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-1
/
+1
2016-02-17
Fixes some regressions from rev14655
Marc Jeanmougin
1
-5
/
+5
2016-02-16
Performance improvements when working in large files
Marc Jeanmougin
1
-2
/
+6
2016-02-07
Fix for bug 1540518. Improved performance based on previous meassure code com...
Jabier Arraiza Cenoz
1
-2
/
+2
2015-12-08
cppification: GSList replaced by vectors (undo/redo)
Marc Jeanmougin
1
-1
/
+1
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-1
/
+2
2015-10-04
Add improvements to measure tool:
Jabier Arraiza Cenoz
1
-1
/
+1
2015-05-29
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
1
-0
/
+1
2015-03-21
Add GUI for 'viewBox'.
Tavmjong Bah
1
-0
/
+1
2015-03-11
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
1
-0
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+0
2015-02-26
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
1
-1
/
+1
2015-02-25
Isolate components of libgc
Liam P. White
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-4
/
+4
2015-02-18
Just...
mc
1
-4
/
+5
2015-01-06
Add getDocumentScale() to return "real-world" to "user-unit" scale factor.
Tavmjong Bah
1
-0
/
+1
2015-01-05
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
1
-0
/
+1
2014-11-28
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
1
-2
/
+2
[next]