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
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-3
/
+3
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-308
/
+246
|
\
|
*
XML Privatisation Stuff after a long time
Abhishek Sharma public
2010-08-11
1
-12
/
+23
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-8
/
+8
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-38
/
+38
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-94
/
+92
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-13
/
+13
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
2010-10-12
1
-13
/
+5
*
|
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
2010-07-28
1
-6
/
+2
*
|
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
2010-07-27
1
-1
/
+4
|
/
*
Makes the "Fit Page to Selection" margin options load from the opened file. (...
Alex Leone
2010-06-01
1
-1
/
+1
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-5
/
+8
*
Coords: fix guidelines
Krzysztof Kosi??ski
2010-04-04
1
-1
/
+1
*
Fix canvas resize
Krzysztof Kosi??ski
2010-04-03
1
-7
/
+4
*
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
2010-01-08
1
-7
/
+82
*
Correcting initialization order in ctor.
Jon A. Cruz
2009-12-27
1
-2
/
+2
*
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
2009-12-26
1
-20
/
+43
*
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
2009-12-02
1
-20
/
+78
*
Patch to fix 205667 by Petteri Aimonen
Josh Andler
2009-10-04
1
-5
/
+13
*
two safe changes: 1) increase the arbitrary limit on the number of update ite...
bulia byak
2009-09-14
1
-3
/
+3
*
patch by Adrian Johnson for 166678
bulia byak
2009-09-05
1
-19
/
+0
*
Fix for Bug #166678 (Paper size or orientation are not used when printing) b...
Nicolas Dufour
2009-08-12
1
-0
/
+19
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-77
/
+77
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-76
/
+76
*
Removed sodipodi:version
Jon A. Cruz
2009-06-09
1
-8
/
+4
*
oops, fix a bug in that last commit (revealed by eps import; I don't think th...
Peter Moulder
2009-04-07
1
-2
/
+2
*
sp_document_change_uri_and_hrefs: New function.
Peter Moulder
2009-04-07
1
-26
/
+56
*
functional noop: Change prepend_current_dir_if_relative to return the result ...
Peter Moulder
2009-04-07
1
-2
/
+2
*
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
2009-02-26
1
-1
/
+1
*
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
2009-02-21
1
-15
/
+13
*
Fixed to not emit signals from deleted object. May fix 271621.
Jon A. Cruz
2009-01-21
1
-3
/
+12
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-2
/
+2
*
fixed: getting pagecolor for bordercolor
Thomas Holder
2008-12-12
1
-1
/
+1
*
Bug #167682 (resizing page must also resize viewBox)
Thomas Holder
2008-12-07
1
-0
/
+8
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-3
/
+6
*
From trunk
Ted Gould
2008-10-27
1
-20
/
+42
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
Yet another NR ==> Geom change
Maximilian Albert
2008-09-18
1
-5
/
+3
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-19
/
+18
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-2
/
+2
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca...
Stephen Silver
2008-07-09
1
-0
/
+3
*
Fixed uninitialized variables, including modified-since-save.
Jon A. Cruz
2008-06-12
1
-24
/
+21
*
Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)
Stephen Silver
2008-06-11
1
-0
/
+3
*
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
2008-05-31
1
-0
/
+10
*
Fix incorrect preview problems on Win32 with native dialogues - see LP #229045
Mike Pittman
2008-05-11
1
-2
/
+10
*
applied patch by sas to fix default default height and width attributes on sv...
Marcin Floryan
2008-04-03
1
-5
/
+2
*
If present, use existent perspective as default for new boxes when opening a ...
Maximilian Albert
2008-03-06
1
-1
/
+4
[next]