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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
1
-0
/
+2
2012-03-07
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
1
-3
/
+1
2012-02-15
More header cleanup/fwd declarations
Alex Valavanis
1
-3
/
+0
2012-02-12
Header cleaning
Alex Valavanis
1
-4
/
+0
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-2
/
+2
2011-10-04
Purging some forward.h files.
Jon A. Cruz
1
-0
/
+1
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-1
/
+0
2011-07-31
Added overload for getObjectById(). Added safety by zeroing out invalid point...
Jon A. Cruz
1
-0
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-2
/
+13
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-28
Applied fix for sp_document_maybe_done() that was holding pointers to interna...
Jon A. Cruz
1
-1
/
+2
2010-07-28
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
1
-1
/
+2
2010-07-27
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-0
/
+2
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-10
/
+14
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-29
/
+57
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-5
/
+10
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
1
-1
/
+1
2009-12-26
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
1
-7
/
+20
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
1
-0
/
+3
2009-10-04
Patch to fix 205667 by Petteri Aimonen
Josh Andler
1
-0
/
+1
2009-09-05
patch by Adrian Johnson for 166678
bulia byak
1
-2
/
+0
2009-08-12
Fix for Bug #166678 (Paper size or orientation are not used when printing) b...
Nicolas Dufour
1
-0
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-53
/
+50
2009-08-05
xml/Document -> DocumentTree
johnce
1
-1
/
+3
2009-08-05
struct Document->class Document
johnce
1
-0
/
+1
2009-08-05
SPDocument->Document
johnce
1
-49
/
+49
2009-04-07
doc
Peter Moulder
1
-3
/
+3
2009-04-07
sp_document_change_uri_and_hrefs: New function.
Peter Moulder
1
-1
/
+3
2009-04-07
noop: whitespace
Peter Moulder
1
-47
/
+48
2009-01-21
Fixed to not emit signals from deleted object. May fix 271621.
Jon A. Cruz
1
-0
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-5
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-8
/
+12
2008-06-12
Fixed uninitialized variables, including modified-since-save.
Jon A. Cruz
1
-3
/
+3
2008-03-19
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
1
-1
/
+0
2008-01-15
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
1
-2
/
+5
2008-01-15
abstract use of sodipodi:modified
MenTaLguY
1
-0
/
+3
2008-01-15
whitespace cleanup
MenTaLguY
1
-56
/
+56
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-12
/
+19
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
1
-3
/
+3
2007-10-08
Adding profile manager and user-visible drop-down in CMS picker
Jon A. Cruz
1
-0
/
+3
2007-08-09
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
1
-0
/
+20
2007-05-20
noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.
Peter Moulder
1
-1
/
+1
2007-05-12
Cleaned up test doc creation
Jon A. Cruz
1
-1
/
+0
2007-05-10
add document serial numbers
MenTaLguY
1
-0
/
+1
2007-04-12
add method to select objects picked by a vector of points
bulia byak
1
-1
/
+3
2007-03-17
better way to deal with undo+id collisions
MenTaLguY
1
-0
/
+3
2006-10-01
Moved EventLog from SPDocument to SPDesktop to prevent it from being
gustav_b
1
-2
/
+0
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-2
/
+2
[next]