| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inkscapestream: Incredible speed up for writing of strings | Eduard Braun | 2018-09-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | This tremendously speeds up saving long strings which previously had to do "n!" lookups (where n is the number of chars) as Glib::ustring::operator[] has to iterate over all preceding unichars in each iteration to find the requested unichar. A file with a CDATA section of ~1 MB saves in a few milliseconds now, previously it didn't finish even after some minutes. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1793877 | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-08 | 1 | -1/+1 |
| | | | | (bzr r12184) | ||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-03 | 1 | -39/+3 |
| | | | | (bzr r12168) | ||||
| * | fixing variable type in stream classes to what was intended (preparation for ↵ | Kris De Gussem | 2013-02-13 | 1 | -7/+3 |
| | | | | | | solving bug #1120585 ) (bzr r12123) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 1 | -1/+1 |
| | | | | (bzr r12119) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | Avoid string literal char* warnings on g++-4.2: change some functions to ↵ | Peter Moulder | 2007-10-11 | 1 | -2/+2 |
| | | | | | | take char const* rather than char*. (bzr r3874) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+842 |
| (bzr r1) | |||||
