summaryrefslogtreecommitdiffstats
path: root/src/util/ziptool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-18/+25
- 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
2018-11-07fix bug 1793940 ODG image exportThomas Holder1-0/+1
Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export.
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+2
This avoids having to pass variables by reference before copying them when calling a constructor.
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-0/+0
ziptool to utils. (bzr r13047.1.5)
2013-02-09partially reverted previous commitKris De Gussem1-0/+567
(bzr r12110)
2013-02-08removed some unused filesKris De Gussem1-567/+0
(bzr r12109)
2011-12-04cppcheckKris De Gussem1-2/+0
(bzr r10759)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-4/+5
(bzr r10696)
2007-10-11Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder1-4/+4
take char const* rather than char*. (bzr r3874)
2007-03-29make glib dep configurable againBob Jamison1-6/+22
(bzr r2776)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-4/+5
(bzr r2720)
2006-05-21Unix-ify the sourcesBob Jamison1-551/+551
(bzr r928)
2006-04-14remove warningsBob Jamison1-0/+2
(bzr r523)
2006-04-14Fixed end-of-block markerBob Jamison1-0/+5
(bzr r520)
2006-04-13add zipentry methodsBob Jamison1-2/+8
(bzr r509)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+538
(bzr r479)