summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-268/+0
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-3/+6
2016-10-27Fix regression in loop preventionMarc Jeanmougin1-26/+12
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-3/+4
2016-07-11First part of new SPObject children listAdrian Boguszewski1-1/+1
2015-11-19fix for bug 1517740 (crash in some cases in selection sets)Marc Jeanmougin1-2/+9
2015-10-14clang-formatMarc Jeanmougin1-72/+87
2015-10-14Detect trivial loopsMarc Jeanmougin1-0/+1
2015-07-14Fix for circular references detection in almost all cases, fixing https://bug...Marc Jeanmougin1-0/+50
2015-03-21sp. fix seperateBryce Harrington1-1/+1
2014-08-18Code cleanup.Liam P. White1-4/+2
2014-03-12Disconnect before destroying URIKrzysztof Kosi??ski1-1/+1
2014-03-03change 0 to NULL for pointersJohan B. C. Engelen1-2/+2
2014-03-03- fix memleakJohan B. C. Engelen1-6/+6
2014-03-03Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah1-2/+14
2014-02-07Slightly improved fix to previous check-in.Tavmjong Bah1-1/+1
2014-02-07Prevent attempt to initialize/compare std::string with/to null pointer.Tavmjong Bah1-1/+12
2014-01-26Check file existance and clean up memory issues thanks to KK and JohanMartin Owens1-1/+3
2014-01-25Move absolute path generator to URI and use std::stringsMartin Owens1-3/+5
2014-01-22Improve warnings for missing files. Don't just assert bolocks to the user.Martin Owens1-1/+4
2014-01-22Move sub-document reference creation code from uri-reference to document.cpp ...Martin Owens1-36/+1
2014-01-22Protect against infinate looping of new included hrefsMartin Owens1-5/+12
2014-01-22Improve use tag logic by recording the loaded documents in a list.Martin Owens1-10/+29
2014-01-16Add the ability to load external documents in xlink:hrefs such as the use ele...Martin Owens1-3/+21
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2008-03-24whitespace. tab to spaces. improve readabilityJohan B. C. Engelen1-85/+92
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2007-09-06Preserve paint styles with multiple componentsJon A. Cruz1-36/+16
2007-07-16fix compiler warning on ordering of init in uri-references.cppJohan B. C. Engelen1-1/+1
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-2/+15
2006-08-16We were disconnecting the wrong signal, resulting on the old object'sMenTaLguY1-1/+1
2006-07-21switch to sigc++ signals for "release"MenTaLguY1-5/+7