summaryrefslogtreecommitdiffstats
path: root/src/io/bufferstream.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-18Move i/o stream classes into own directory. Add README.Tavmjong Bah1-144/+0
2018-11-08Clarify licensesMax Gaukler1-17/+7
- 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-09-29Purge gunichar from InkscapestreamEduard Braun1-1/+1
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.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-5/+2
This replaces empty constructors and destructors with the default keyword.
2013-03-11Drop duplicate io code ( Bug #1120585 )Kris De Gussem1-14/+4
(bzr r12192)
2013-02-13fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem1-1/+1
solving bug #1120585 ) (bzr r12123)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2006-06-13patch [ 1503869 ] ODF formatting fixAaron Spike1-2/+3
(bzr r1209)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+166
(bzr r479)