summaryrefslogtreecommitdiffstats
path: root/src/uri.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug #1291546 (Linking color profile from Document properties dialog ↵Nicolas Dufour2014-03-181-0/+3
| | | | | | | | crashes Inkscape). Fixed bugs: - https://launchpad.net/bugs/1291546 (bzr r13165)
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-031-0/+5
|\ | | | | (bzr r13107)
| * Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-13/+44
| | | | | | | | | | ziptool to utils. (bzr r13047.1.5)
| * Not finished by improved data uri supportMartin Owens2014-02-201-0/+18
| | | | | | (bzr r13047.1.2)
| * Add data uri checking back into the codeMartin Owens2014-02-201-0/+22
|/ | | (bzr r13047.1.1)
* Reverting r13045.Johan B. C. Engelen2014-02-201-46/+4
| | | | | | | | | | | | | | 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-4/+46
| | | (bzr r13045)
* Check file existance and clean up memory issues thanks to KK and JohanMartin Owens2014-01-261-3/+14
| | | (bzr r12979)
* Move absolute path generator to URI and use std::stringsMartin Owens2014-01-251-0/+13
| | | (bzr r12977)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-60/+1
| | | (bzr r10697)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-41/+55
| | | (bzr r10659)
* 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/+263
(bzr r1)