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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-07-28
Applied fix for sp_document_maybe_done() that was holding pointers to interna...
Jon A. Cruz
1
-3
/
+2
2010-07-28
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
1
-6
/
+2
2010-07-27
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
1
-1
/
+4
2010-06-01
Makes the "Fit Page to Selection" margin options load from the opened file. (...
Alex Leone
1
-1
/
+1
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-5
/
+8
2010-04-04
Coords: fix guidelines
Krzysztof Kosi??ski
1
-1
/
+1
2010-04-03
Fix canvas resize
Krzysztof Kosi??ski
1
-7
/
+4
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
1
-7
/
+82
2009-12-27
Correcting initialization order in ctor.
Jon A. Cruz
1
-2
/
+2
2009-12-26
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
1
-20
/
+43
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
1
-20
/
+78
2009-10-04
Patch to fix 205667 by Petteri Aimonen
Josh Andler
1
-5
/
+13
2009-09-14
two safe changes: 1) increase the arbitrary limit on the number of update ite...
bulia byak
1
-3
/
+3
2009-09-05
patch by Adrian Johnson for 166678
bulia byak
1
-19
/
+0
2009-08-12
Fix for Bug #166678 (Paper size or orientation are not used when printing) b...
Nicolas Dufour
1
-0
/
+19
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-77
/
+77
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-76
/
+76
2009-06-09
Removed sodipodi:version
Jon A. Cruz
1
-8
/
+4
2009-04-07
oops, fix a bug in that last commit (revealed by eps import; I don't think th...
Peter Moulder
1
-2
/
+2
2009-04-07
sp_document_change_uri_and_hrefs: New function.
Peter Moulder
1
-26
/
+56
2009-04-07
functional noop: Change prepend_current_dir_if_relative to return the result ...
Peter Moulder
1
-2
/
+2
2009-02-26
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
1
-1
/
+1
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-15
/
+13
2009-01-21
Fixed to not emit signals from deleted object. May fix 271621.
Jon A. Cruz
1
-3
/
+12
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-2
/
+2
2008-12-12
fixed: getting pagecolor for bordercolor
Thomas Holder
1
-1
/
+1
2008-12-07
Bug #167682 (resizing page must also resize viewBox)
Thomas Holder
1
-0
/
+8
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+6
2008-10-27
From trunk
Ted Gould
1
-20
/
+42
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+1
2008-09-18
Yet another NR ==> Geom change
Maximilian Albert
1
-5
/
+3
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-19
/
+18
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-2
/
+2
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-07-09
Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca...
Stephen Silver
1
-0
/
+3
2008-06-12
Fixed uninitialized variables, including modified-since-save.
Jon A. Cruz
1
-24
/
+21
2008-06-11
Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)
Stephen Silver
1
-0
/
+3
2008-05-31
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
1
-0
/
+10
2008-05-11
Fix incorrect preview problems on Win32 with native dialogues - see LP #229045
Mike Pittman
1
-2
/
+10
2008-04-03
applied patch by sas to fix default default height and width attributes on sv...
Marcin Floryan
1
-5
/
+2
2008-03-06
If present, use existent perspective as default for new boxes when opening a ...
Maximilian Albert
1
-1
/
+4
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-9
/
+9
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-11
Check for perspective in document defs (to avoid hanging/crashes after vacuum...
Maximilian Albert
1
-48
/
+1
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-66
/
+67
2007-10-26
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2007-10-08
Adding profile manager and user-visible drop-down in CMS picker
Jon A. Cruz
1
-0
/
+10
2007-08-09
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
1
-0
/
+78
2007-05-20
noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.
Peter Moulder
1
-13
/
+16
[next]