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
2013-05-25
Reverting fix for Bug #1022543.
Nicolas Dufour
1
-9
/
+7
2013-05-21
Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.
Nicolas Dufour
1
-7
/
+9
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-2
/
+3
2013-04-10
Removed old SPObject factory.
Markus Engel
1
-2
/
+15
2013-03-18
Fix -Wcast-align issues with SPItemCtx
Alex Valavanis
1
-1
/
+1
2013-01-29
Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output exte...
Nicolas Dufour
1
-4
/
+6
2013-01-23
revert my revision 12053 (Bug #1103248 )
Kris De Gussem
1
-1
/
+1
2013-01-22
direct use of Glib::ustring
Kris De Gussem
1
-1
/
+1
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-1
/
+34
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-6
/
+6
2012-09-19
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
1
-3
/
+26
2012-09-18
Fix for 1051434 : occasional crash when selecting disjoint path with markers
John Smith
1
-0
/
+3
2012-08-04
Fix for 1030239 : Custom markers only added to the list in Stroke Style after...
John Smith
1
-0
/
+3
2012-07-28
do not allow sodipodi:docname to have a temporary filename (partial fix for B...
Alvin Penner
1
-4
/
+5
2012-07-21
refresh sodipodi:docname when saving (Bug 1024690)
Alvin Penner
1
-1
/
+1
2012-06-05
various
Kris De Gussem
1
-7
/
+5
2012-04-09
cppcheck stuff
Kris De Gussem
1
-1
/
+1
2012-04-05
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
1
-0
/
+22
2012-04-03
eek-preview: Cairo drawing
Alex Valavanis
1
-2
/
+1
2012-03-07
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
1
-0
/
+8
2012-03-07
cppcheck
Kris De Gussem
1
-2
/
+6
2012-02-15
More header cleanup/fwd declarations
Alex Valavanis
1
-0
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2011-12-20
when resizing page, move the origin of the grids too. This way all objects wi...
Johan B. C. Engelen
1
-0
/
+1
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
[prev]
[next]