summaryrefslogtreecommitdiffstats
path: root/src/io/inkscapestream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-181-668/+0
|
* 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
* Inkscapestream: Make some things const and avoid unnecessary copiesEduard Braun2018-09-291-4/+4
|
* Purge gunichar from InkscapestreamEduard Braun2018-09-291-11/+11
| | | | | | | | | | None of these functions seems to expect an actual gunichar (which is a 32-bit type and can hold any UTF-32 or UCS-4 character code, also known as a Unicode code point). Instead we want UTF-8 encoded character data (i.e. gchar, which is equivalent to char) that can be output byte-wise to form a valid UTF-8 encoded string.
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | This removes deprecated dynamic exception specifications.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-72/+72
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-031-4/+4
| | | (bzr r12168)
* fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem2013-02-131-3/+3
| | | | | solving bug #1120585 ) (bzr r12123)
* A couple of forward declarationsAlex Valavanis2013-02-111-2/+1
| | | (bzr r12119)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-6/+4
| | | (bzr r10696)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-3/+3
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-111-3/+3
| | | | | take char const* rather than char*. (bzr r3874)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-2/+2
| | | (bzr r2720)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+669
(bzr r1)