| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-18 | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 1 | -248/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-09-29 | Purge gunichar from Inkscapestream | Eduard Braun | 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. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2013-10-18 | Fix build errors with clang 3.3 and c++11 enabled. | Markus Engel | 1 | -11/+9 | |
| (bzr r12701) | |||||
| 2013-03-03 | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 1 | -1/+2 | |
| (bzr r12168) | |||||
| 2013-02-14 | fix yet another warning | Kris De Gussem | 1 | -3/+2 | |
| (bzr r12126) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2008-05-04 | Remove warnings | Bob Jamison | 1 | -5/+34 | |
| (bzr r5599) | |||||
