index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
uri-references.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
Fix gradient/mesh handles after object with gradient/mesh cloned.
Tavmjong Bah
1
-6
/
+6
2019-10-18
Make href and unhref member functions of SPObject.
Tavmjong Bah
1
-2
/
+2
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2018-12-13
extract_uri: fix, test, document
Thomas Holder
1
-4
/
+3
2018-12-09
remove Inkscape::URI::getFullPath
Thomas Holder
1
-2
/
+10
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
remove Inkscape::URI::toString
Thomas Holder
1
-3
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-04-23
Fix some crashes grouping
Jabier Arraiza
1
-2
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-3
/
+6
2016-10-27
Fix regression in loop prevention
Marc Jeanmougin
1
-26
/
+12
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-3
/
+4
2016-07-11
First part of new SPObject children list
Adrian Boguszewski
1
-1
/
+1
2015-11-19
fix for bug 1517740 (crash in some cases in selection sets)
Marc Jeanmougin
1
-2
/
+9
2015-10-14
clang-format
Marc Jeanmougin
1
-72
/
+87
2015-10-14
Detect trivial loops
Marc Jeanmougin
1
-0
/
+1
2015-07-14
Fix for circular references detection in almost all cases, fixing https://bug...
Marc Jeanmougin
1
-0
/
+50
2015-03-21
sp. fix seperate
Bryce Harrington
1
-1
/
+1
2014-08-18
Code cleanup.
Liam P. White
1
-4
/
+2
2014-03-12
Disconnect before destroying URI
Krzysztof Kosi??ski
1
-1
/
+1
2014-03-03
change 0 to NULL for pointers
Johan B. C. Engelen
1
-2
/
+2
2014-03-03
- fix memleak
Johan B. C. Engelen
1
-6
/
+6
2014-03-03
Don't try to load JPG and PNG files with createChildDoc().
Tavmjong Bah
1
-2
/
+14
2014-02-07
Slightly improved fix to previous check-in.
Tavmjong Bah
1
-1
/
+1
2014-02-07
Prevent attempt to initialize/compare std::string with/to null pointer.
Tavmjong Bah
1
-1
/
+12
2014-01-26
Check file existance and clean up memory issues thanks to KK and Johan
Martin Owens
1
-1
/
+3
2014-01-25
Move absolute path generator to URI and use std::strings
Martin Owens
1
-3
/
+5
2014-01-22
Improve warnings for missing files. Don't just assert bolocks to the user.
Martin Owens
1
-1
/
+4
2014-01-22
Move sub-document reference creation code from uri-reference to document.cpp ...
Martin Owens
1
-36
/
+1
2014-01-22
Protect against infinate looping of new included hrefs
Martin Owens
1
-5
/
+12
2014-01-22
Improve use tag logic by recording the loaded documents in a list.
Martin Owens
1
-10
/
+29
2014-01-16
Add the ability to load external documents in xlink:hrefs such as the use ele...
Martin Owens
1
-3
/
+21
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2008-03-24
whitespace. tab to spaces. improve readability
Johan B. C. Engelen
1
-85
/
+92
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+3
2007-09-06
Preserve paint styles with multiple components
Jon A. Cruz
1
-36
/
+16
2007-07-16
fix compiler warning on ordering of init in uri-references.cpp
Johan B. C. Engelen
1
-1
/
+1
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-2
/
+15
2006-08-16
We were disconnecting the wrong signal, resulting on the old object's
MenTaLguY
1
-1
/
+1
2006-07-21
switch to sigc++ signals for "release"
MenTaLguY
1
-5
/
+7
[next]