| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add explicit overrides | Joseph Da Silva | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 2019-03-20 | 1 | -0/+34 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -8/+8 |
| | | | | | | 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. | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -289/+302 |
| | | | | (bzr r11358) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7380) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-20 | 1 | -8/+8 |
| | | | | (bzr r6367) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -0/+2 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Improve null check | Bob Jamison | 2007-02-20 | 1 | -1/+1 |
| | | | | (bzr r2407) | ||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 1 | -21/+7 |
| | | | | (bzr r2248) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 1 | -8/+8 |
| | | | | (bzr r240) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 1 | -10/+10 |
| | | | | (bzr r87) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+489 |
| (bzr r1) | |||||
