| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-06 | Remove unused widget. | Tavmjong Bah | 1 | -427/+0 | |
| 2018-06-20 | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+3 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+0 | |
| (bzr r15025) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-27 | Move constructor/destructor into private section, remove protected section. ↵ | Liam P. White | 1 | -1/+1 | |
| Rename init(). Add to-do list. (bzr r13341.5.8) | |||||
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 1 | -1/+2 | |
| members, simplify signals (bzr r13341.5.6) | |||||
| 2014-03-30 | imageicon: clean up unnecessary file existance check introduced in rev ↵ | Johan B. C. Engelen | 1 | -34/+21 | |
| 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240) | |||||
| 2013-04-03 | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵ | Kris De Gussem | 1 | -1/+1 | |
| freezes at opening) (bzr r12263) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -3/+3 | |
| christmas\!) (bzr r11986) | |||||
| 2012-05-06 | Fix missing glib headers in imageicon | Alex Valavanis | 1 | -0/+2 | |
| (bzr r11341) | |||||
| 2012-02-05 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -2/+1 | |
| (bzr r10938) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -2/+2 | |
| (bzr r9546.1.2) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -7/+7 | |
| 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) | |||||
| 2010-04-14 | Changed default font from Bitstream Vera Sans to Sans. Not | Tavmjong Bah | 1 | -1/+1 | |
| everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -4/+4 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -4/+4 | |
| (bzr r8408) | |||||
