| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 2018-11-18 | 1 | -459/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -21/+11 |
| | | | | | | | - 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 | -3/+3 |
| | | | | | | | | | | | 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-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Add std::nothrow so tests of memory allocation work as expected. | Tavmjong Bah | 2016-08-17 | 1 | -4/+4 |
| | | | | | | Should eventually be replaced by smart pointers. (bzr r15062) | ||||
| * | c++ify | Kris De Gussem | 2013-03-12 | 1 | -14/+14 |
| | | | | (bzr r12198) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-12 | 1 | -34/+33 |
| | | | | (bzr r12197) | ||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-03 | 1 | -3/+3 |
| | | | | (bzr r12168) | ||||
| * | fix warnings introduced in revision 12123 | Kris De Gussem | 2013-02-14 | 1 | -1/+1 |
| | | | | (bzr r12125) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 1 | -0/+1 |
| | | | | (bzr r12119) | ||||
| * | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) | Kris De Gussem | 2013-02-11 | 1 | -2/+15 |
| | | | | (bzr r12118) | ||||
| * | Additional cleanup. | Jon A. Cruz | 2012-04-10 | 1 | -1/+1 |
| | | | | (bzr r11206) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -11/+7 |
| | | | | (bzr r11201) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7380) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+2 |
| | | | | (bzr r4629) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+458 |
| (bzr r1) | |||||
