summaryrefslogtreecommitdiffstats
path: root/src/uri.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-164/+0
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-6/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* static code analysisKris De Gussem2015-10-281-1/+1
| | | (bzr r14432)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-18/+17
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-031-0/+3
|\ | | | | (bzr r13107)
| * Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-4/+29
| | | | | | | | | | ziptool to utils. (bzr r13047.1.5)
| * Not finished by improved data uri supportMartin Owens2014-02-201-0/+5
| | | | | | (bzr r13047.1.2)
| * Add data uri checking back into the codeMartin Owens2014-02-201-0/+2
|/ | | (bzr r13047.1.1)
* Reverting r13045.Johan B. C. Engelen2014-02-201-2/+0
| | | | | | | | | | | | | | 1. It contains a memleak realpath allocates new memory if the second argument is NULL. In the added code, this memory is never freed. 2. Breaks build on Windows (realpath(...) not found) 3. Please don't add functions that use C-strings unnecessarily. Simply rewrite parseDataUri to parseDataUri(const std::string &uri), and use C++'s string methods. ("#include <cstring.h>" is a huge red flag upon code review) 4. Please read this about "realpath" http://insanecoding.blogspot.ch/2007/11/pathmax-simply-isnt.html (bzr r13046)
* Add test for URI and help with data uris.Martin Owens2014-02-201-0/+2
| | | (bzr r13045)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-0/+3
| | | (bzr r12977)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-0/+70
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-5/+4
| | | (bzr r10696)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+91
(bzr r1)