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
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-25
/
+19
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-7
/
+7
2011-07-31
Refactored createnewDocFromMem() to be C++ instead of C, removing potential f...
Jon A. Cruz
1
-18
/
+14
2011-07-31
Added overload for getObjectById(). Added safety by zeroing out invalid point...
Jon A. Cruz
1
-0
/
+8
2011-07-30
Memory leaks fix / code cleanup
Kris De Gussem
1
-1
/
+10
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-1
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-32
/
+30
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2011-04-02
Fix setting canvas margins when using "Resize page to drawing or selection"
Martin Sucha
1
-3
/
+3
2011-03-18
D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...
Nicolas Dufour
1
-1
/
+5
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-3
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-13
/
+5
2010-08-11
XML Privatisation Stuff after a long time
Abhishek Sharma public
1
-12
/
+23
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-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-8
/
+8
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-38
/
+38
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-94
/
+92
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-13
/
+13
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
[next]