| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+1 | |
| 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-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -19/+19 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -9/+9 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -9/+9 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -3/+4 | |
| A lot of header clean-up. | |||||
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2016-04-13 | Fix a few more pick calls not preceded by update | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r14834) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14510) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -3/+3 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -4/+4 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_message_stack | Liam P. White | 1 | -3/+3 | |
| (bzr r13817) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -3/+3 | |
| (bzr r13809) | |||||
| 2013-09-21 | Fix format security errors | Alex Valavanis | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | |||||
| 2013-09-19 | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 1 | -3/+22 | |
| called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | |||||
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 | |
| (bzr r10963) | |||||
| 2012-02-06 | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10940) | |||||
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10830) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -31/+4 | |
| (bzr r10697) | |||||
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -3/+3 | |
| (bzr r10681) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -1/+1 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -39/+14 | |
| (bzr r10347.1.21) | |||||
| 2011-07-22 | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 1 | -6/+6 | |
| with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r10025) | |||||
| 2010-08-04 | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 1 | -14/+13 | |
| (bzr r9508.1.45) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -1/+2 | |
| Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| SPDocument based methods (bzr r9546.1.3) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 | |
| (bzr r9546.1.2) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -3/+3 | |
| sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8405) | |||||
| 2009-02-02 | fix crash | bulia byak | 1 | -1/+2 | |
| (bzr r7214) | |||||
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -2/+2 | |
| (bzr r7032) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -3/+3 | |
| (bzr r6884) | |||||
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -6/+6 | |
| (bzr r5149) | |||||
| 2008-02-24 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r4838) | |||||
| 2007-01-21 | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 1 | -2/+3 | |
| create methods to match DOM (bzr r2253) | |||||
| 2006-11-08 | undo annotations | gustav_b | 1 | -2/+1 | |
| (bzr r1926) | |||||
| 2006-08-26 | Display message to indicate that bitmap tracing has started | John Bintz | 1 | -0/+3 | |
| (bzr r1640) | |||||
| 2006-07-27 | fix bug in normalizeMatrix, add some better trace messages | Bob Jamison | 1 | -1/+2 | |
| (bzr r1490) | |||||
| 2006-07-05 | refactoring, add background removal | Bob Jamison | 1 | -11/+10 | |
| (bzr r1360) | |||||
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -1/+2 | |
| (bzr r1315) | |||||
| 2006-06-13 | patch [ 1503865 ] Siox performance patch | Aaron Spike | 1 | -33/+39 | |
| (bzr r1208) | |||||
| 2006-06-06 | Applied patch #1501375 | Jon A. Cruz | 1 | -7/+61 | |
| (bzr r1164) | |||||
