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
*
Fix for bugs 1318657 and 1298967
mathog
2014-06-11
1
-11
/
+100
*
Fix gradient position on document import (bug #1283193)
David Mathog
2014-03-13
1
-4
/
+3
*
incorrect gradient transform on copy&paste.. committing for mathog
Raphael Rosch
2014-03-12
1
-1
/
+2
*
code cleanup
Johan B. C. Engelen
2014-03-03
1
-18
/
+17
*
Adding destroy signal do document to allow proper cleanup.
Jon A. Cruz
2014-03-02
1
-0
/
+7
*
crash on cut n paste, or alt+scroll..
Raphael Rosch
2014-02-20
1
-9
/
+7
*
Prevent attempt to initialize/compare std::string with/to null pointer.
Tavmjong Bah
2014-02-07
1
-1
/
+1
*
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
2014-02-06
1
-10
/
+0
*
Check file existance and clean up memory issues thanks to KK and Johan
Martin Owens
2014-01-26
1
-5
/
+5
*
Move absolute path generator to URI and use std::strings
Martin Owens
2014-01-25
1
-15
/
+6
*
Fix GTK3 build failure (follow-up to r12971)
su_v
2014-01-23
1
-0
/
+2
*
Don't throw away an existing full path.
Martin Owens
2014-01-23
1
-6
/
+9
*
Move sub-document reference creation code from uri-reference to document.cpp ...
Martin Owens
2014-01-22
1
-3
/
+44
*
Protect against infinate looping of new included hrefs
Martin Owens
2014-01-22
1
-4
/
+6
*
Improve use tag logic by recording the loaded documents in a list.
Martin Owens
2014-01-22
1
-0
/
+1
*
Revert last commit (breaks changing document units).
Matthew Petroff
2014-01-21
1
-18
/
+4
*
Fix imprecise viewBox dimensions on page size change (bug #1235279).
Matthew Petroff
2014-01-21
1
-4
/
+18
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-5
/
+5
*
Add command line support for EMF and WMF export, by David Mathog.
Nicolas Dufour
2013-11-13
1
-1
/
+4
*
try to add some const-correctness
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
fix bad style
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-0
/
+7
*
fix crash bug 1237676
Johan B. C. Engelen
2013-10-24
1
-3
/
+4
*
Fix for Bug #1022543 (Ctrl+C increments the documents count).
Nicolas Dufour
2013-10-22
1
-7
/
+11
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-18
/
+17
*
collectOrphans moved to the end of destructor to prevent leaking of uncollect...
buliabyak
2013-09-29
1
-2
/
+3
*
dying document needs to delete its perspective
buliabyak
2013-09-28
1
-0
/
+5
*
Fix percentage document size handling.
Matthew Petroff
2013-09-23
1
-34
/
+28
*
Fix adding viewBox to new documents.
Matthew Petroff
2013-09-22
1
-5
/
+0
*
Use viewBox for new documents.
Matthew Petroff
2013-09-20
1
-0
/
+5
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-2
/
+16
|
\
|
*
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
2013-09-16
1
-1
/
+1
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-22
/
+23
|
|
\
|
*
\
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-0
/
+5
|
|
\
\
|
*
|
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-2
/
+3
|
*
|
|
Removed old SPObject factory.
Markus Engel
2013-04-10
1
-2
/
+15
*
|
|
|
Improve code readability.
Matthew Petroff
2013-08-28
1
-1
/
+1
*
|
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-12
/
+27
|
|
_
|
/
|
/
|
|
*
|
|
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+1
*
|
|
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-2
/
+2
*
|
|
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2013-07-18
1
-12
/
+8
*
|
|
Merge from trunk.
Matthew Petroff
2013-07-17
1
-0
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Small refactor of align and distribute to reduce complexity.
Martin Owens
2013-07-10
1
-0
/
+5
*
|
|
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
2013-07-06
1
-16
/
+18
*
|
|
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
2013-07-02
1
-14
/
+18
|
/
/
*
|
Reverting fix for Bug #1022543.
Nicolas Dufour
2013-05-25
1
-9
/
+7
*
|
Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.
Nicolas Dufour
2013-05-21
1
-7
/
+9
|
/
*
Fix -Wcast-align issues with SPItemCtx
Alex Valavanis
2013-03-18
1
-1
/
+1
*
Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output exte...
Nicolas Dufour
2013-01-29
1
-4
/
+6
*
revert my revision 12053 (Bug #1103248 )
Kris De Gussem
2013-01-23
1
-1
/
+1
[next]