summaryrefslogtreecommitdiffstats
path: root/src/object/uri.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rebase_hrefs: store IRI (UTF-8), not URI (ASCII)Thomas Holder2018-12-241-0/+11
|
* Inkscape::URI::Impl -> shared_ptrThomas Holder2018-12-161-32/+6
|
* add some Inkscape::URI testsThomas Holder2018-12-161-0/+2
| | | | | | - default constructor - empty string constructor - exception tests
* remove most of Inkscape::URI::ImplThomas Holder2018-12-131-21/+13
|
* remove Inkscape::URI::fromUtf8Thomas Holder2018-12-131-7/+0
|
* remove Inkscape::URI::getFullPathThomas Holder2018-12-091-7/+2
|
* fix, test, and document more Inkscape::URI methodsThomas Holder2018-12-091-0/+33
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* remove Inkscape::URI::toStringThomas Holder2018-11-051-11/+0
|
* Inkscape::URI API enhancementsThomas Holder2018-11-031-22/+64
|
* Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-241-0/+20
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+164
A lot of header clean-up.