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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-0
/
+1
|
\
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-0
/
+1
|
*
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-28
/
+28
*
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-28
/
+28
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+0
|
/
*
Adding destroy signal do document to allow proper cleanup.
Jon A. Cruz
2014-03-02
1
-0
/
+3
*
Check file existance and clean up memory issues thanks to KK and Johan
Martin Owens
2014-01-26
1
-1
/
+1
*
Move absolute path generator to URI and use std::strings
Martin Owens
2014-01-25
1
-1
/
+1
*
Move sub-document reference creation code from uri-reference to document.cpp ...
Martin Owens
2014-01-22
1
-4
/
+6
*
Protect against infinate looping of new included hrefs
Martin Owens
2014-01-22
1
-3
/
+5
*
Improve use tag logic by recording the loaded documents in a list.
Martin Owens
2014-01-22
1
-0
/
+5
*
pass class variables by reference for performance
Kris De Gussem
2014-01-11
1
-3
/
+3
*
try to add some const-correctness
Johan B. C. Engelen
2013-10-24
1
-1
/
+2
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-0
/
+2
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-3
/
+3
|
\
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-5
/
+5
|
|
\
|
*
|
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
2013-08-01
1
-1
/
+1
|
*
|
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-2
/
+2
*
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge from trunk.
Matthew Petroff
2013-07-17
1
-0
/
+1
|
\
|
|
*
Small refactor of align and distribute to reduce complexity.
Martin Owens
2013-07-10
1
-0
/
+1
*
|
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
2013-07-06
1
-3
/
+5
*
|
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
2013-07-02
1
-5
/
+3
|
/
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-3
/
+2
*
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
2012-04-05
1
-0
/
+2
*
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
2012-03-07
1
-3
/
+1
*
More header cleanup/fwd declarations
Alex Valavanis
2012-02-15
1
-3
/
+0
*
Header cleaning
Alex Valavanis
2012-02-12
1
-4
/
+0
*
mixed usage of class and struct for same object
Kris De Gussem
2011-12-11
1
-2
/
+2
*
Purging some forward.h files.
Jon A. Cruz
2011-10-04
1
-0
/
+1
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Added overload for getObjectById(). Added safety by zeroing out invalid point...
Jon A. Cruz
2011-07-31
1
-0
/
+1
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-1
/
+0
|
\
*
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+13
|
/
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
1
-0
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-102
/
+77
|
\
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-0
/
+2
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-10
/
+14
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-29
/
+57
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-5
/
+10
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
2010-07-28
1
-1
/
+2
*
|
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
2010-07-27
1
-1
/
+1
|
/
*
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
2010-01-08
1
-1
/
+1
*
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
2009-12-26
1
-7
/
+20
*
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
2009-12-02
1
-0
/
+3
*
Patch to fix 205667 by Petteri Aimonen
Josh Andler
2009-10-04
1
-0
/
+1
*
patch by Adrian Johnson for 166678
bulia byak
2009-09-05
1
-2
/
+0
*
Fix for Bug #166678 (Paper size or orientation are not used when printing) b...
Nicolas Dufour
2009-08-12
1
-0
/
+2
[prev]
[next]