| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 2018-11-18 | 1 | -144/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Purge gunichar from Inkscapestream | Eduard Braun | 2018-09-29 | 1 | -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. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+2 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Drop duplicate io code ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 1 | -0/+157 |
| (bzr r12192) | |||||
