| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -7/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-03 | 1 | -1/+2 |
| | | | | (bzr r12168) | ||||
| * | fixing variable type in stream classes to what was intended (preparation for ↵ | Kris De Gussem | 2013-02-13 | 1 | -3/+2 |
| | | | | | | solving bug #1120585 ) (bzr r12123) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+128 |
| (bzr r1) | |||||
