| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-16 | fix SVG writing with xml:space="preserve" | Thomas Holder | 1 | -4/+10 | |
| - xml:space check got lost in b0be54c825 - no unconditional newline after "svg:text" - differentiate parent and child xml:space | |||||
| 2019-04-24 | Fix center alignment errors in flowed text due to white space between ↵ | Tavmjong Bah | 1 | -1/+2 | |
| elements inside a <flowRoot> element. Alternative fix to that proposed by samuel. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -5/+5 | |
| 2018-12-04 | Add a few useful lookup functions. | Tavmjong Bah | 1 | -3/+3 | |
| 2018-11-18 | Fix stream class locations | Alexander Valavanis | 1 | -3/+3 | |
| 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-11-07 | fix clipboard URL rebasing | Thomas Holder | 1 | -2/+8 | |
| 2018-10-29 | cleanup: remove most of uristream.cpp | Thomas Holder | 1 | -6/+3 | |
| Replace UriInputStream -> FileInputStream Replace UriOutputStream -> FileOutputStream Remove UriReader Remove UriWriter UriReader, UriWriter, and the acutal URI-based API of UriInputStream and UriOutputStream was all unused/dead code. | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-09-29 | Clean up stream output in repr-io.cpp | Eduard Braun | 1 | -19/+10 | |
| - remove workaround that was necessary because of broken writeString (and consequently printf) functions of BasicWriter - use writeChar() where appropriate as it's slightly more efficient than writeString() | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -48/+48 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-10 | Improve sort handling in XML | Jabiertxo Arraiza Cenoz | 1 | -5/+2 | |
| 2018-05-09 | Apply fixed | Jabier Arraiza | 1 | -0/+3 | |
| 2018-05-09 | Reset old code to reaply fixed | Jabier Arraiza | 1 | -4/+1 | |
| 2018-05-09 | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 1 | -1/+4 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2017-10-28 | Fix XML text parsing bug. | Tavmjong Bah | 1 | -1/+4 | |
| Since xml2 2.9.0, xmlNodeGetSpacePreserve() only checks element nodes, thus we need to check text node parent for xml:space value. | |||||
| 2017-10-19 | Remove a useless conditional | Stefano Facchini | 1 | -24/+19 | |
| Since "doc" is initialized to 0, the test is always true... | |||||
| 2017-10-19 | Delete dead code | Stefano Facchini | 1 | -15/+1 | |
| 2017-10-18 | Refactor Util::ptr_shared | Jan Lingscheid | 1 | -3/+3 | |
| Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | |||||
| 2017-04-30 | Relax any hardcoded limit from the libxml2 parser when creating documents ↵ | Eduard Braun | 1 | -1/+6 | |
| from memory This fixes many bugs (mostly caused by very long image data URIs) Fixed bugs: - https://launchpad.net/bugs/1572280 - https://launchpad.net/bugs/1412912 - https://launchpad.net/bugs/1373322 - https://launchpad.net/bugs/1243011 - https://launchpad.net/bugs/1627004 - https://launchpad.net/bugs/1627004 (bzr r15654) | |||||
| 2017-01-04 | Remove some code that doesn't do anything. | Shlomi Fish | 1 | -22/+0 | |
| There was a comment to this effect there. (bzr r15369.1.13) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+1 | |
| (bzr r15025) | |||||
| 2016-06-12 | Optionally sort attributes and properties into a canonical order. | Tavmjong Bah | 1 | -0/+5 | |
| Useful for comparing different versions of an SVG file. (bzr r14980) | |||||
| 2015-12-09 | replaced remaining GHashTable with std::map | Marc Jeanmougin | 1 | -11/+7 | |
| (bzr r14504.1.16) | |||||
| 2014-10-12 | Fix "Value stored to 'child' is never read" | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r13598) | |||||
| 2014-01-22 | Improve warnings for missing files. Don't just assert bolocks to the user. | Martin Owens | 1 | -1/+4 | |
| (bzr r12972) | |||||
| 2013-10-16 | cppcheck initialisation | Kris De Gussem | 1 | -4/+7 | |
| (bzr r12697) | |||||
| 2013-09-14 | fix windows build | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12517) | |||||
| 2013-09-13 | Fix the latest error with the adobe svg ns errors, boundry exceptions caused ↵ | Martin Owens | 1 | -33/+49 | |
| security failure. (bzr r12513) | |||||
| 2013-09-13 | Use g_match_info_free instead of g_match_info_unref | Krzysztof Kosi??ski | 1 | -1/+1 | |
| for better Glib compatibility (bzr r12511) | |||||
| 2013-09-12 | Fix regex so it effects the buffer and ban PUBLIC entities too. | Martin Owens | 1 | -11/+26 | |
| (bzr r12505.1.3) | |||||
| 2013-09-12 | Improve code with Kosiński's regex replacement | Martin Owens | 1 | -9/+13 | |
| (bzr r12505.1.2) | |||||
| 2013-09-11 | Introduce a backup loading method that enables NOENT but hacks out system ↵ | Martin Owens | 1 | -12/+36 | |
| calls for adobe files Fixed bugs: - https://launchpad.net/bugs/166371 (bzr r12505.1.1) | |||||
| 2013-08-05 | code cleanup (cppcheck) | Johan B. C. Engelen | 1 | -3/+2 | |
| (bzr r12469) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -0/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2012-12-05 | - fix security bug lp:1025185 | Johan B. C. Engelen | 1 | -1/+7 | |
| - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931) | |||||
| 2012-05-12 | syntx of null pointer dereference checks | Kris De Gussem | 1 | -10/+16 | |
| (bzr r11358) | |||||
| 2012-04-22 | some more string class usage | Kris De Gussem | 1 | -13/+9 | |
| (bzr r11279) | |||||
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -35/+17 | |
| (bzr r10830) | |||||
| 2011-12-04 | cppcheck | Kris De Gussem | 1 | -0/+4 | |
| (bzr r10759) | |||||
| 2011-11-29 | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 1 | -1/+22 | |
| This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | |||||
| 2011-09-08 | Preserve CDATA sections on output. | Tavmjong Bah | 1 | -2/+10 | |
| (bzr r10625) | |||||
| 2011-05-06 | Adding initial cut of resource manager. | Jon A. Cruz | 1 | -13/+34 | |
| (bzr r10198) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2010-09-22 | add libxml/parser.h to fix compile on windows | d | 1 | -0/+2 | |
| (bzr r9776) | |||||
| 2010-09-21 | add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting | d | 1 | -1/+1 | |
| (bzr r9775) | |||||
