| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-03 | refactor: Eliminate SPIString::value_default | Thomas Holder | 1 | -6/+4 | |
| - eliminate value_default - make value private (-> _value) - add value() method | |||||
| 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-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -4/+2 | |
| 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 | -3/+3 | |
| 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 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-03-27 | a few more fixes to build warnings related to libnrtype | Felipe Corrêa da Silva Sanches | 1 | -4/+2 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -16/+14 | |
| A lot of header clean-up. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -5/+1 | |
| (bzr r15023.2.8) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+7 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -7/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.19) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14446) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 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 | -9/+9 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -15/+9 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 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 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-04-24 | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 1 | -9/+9 | |
| (bzr r13300) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2013-04-07 | Tidy up dependency list and fix missing inclusion | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12269) | |||||
| 2013-03-29 | Header cleanup | Alex Valavanis | 1 | -0/+7 | |
| (bzr r12258) | |||||
| 2013-03-28 | Fix for Bug #1161205 (Font substitution dialog appears when generic font ↵ | Nicolas Dufour | 1 | -1/+5 | |
| family is found except Sans-serif). (bzr r12257) | |||||
| 2013-03-28 | Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by ↵ | Nicolas Dufour | 1 | -1/+1 | |
| Masato HASHIMOTO. Translation template and French translation update. (bzr r12256) | |||||
| 2013-02-23 | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 1 | -0/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | |||||
| 2013-02-02 | Fix for 1002757 : Regressions with new default font 'sans-serif' | John Smith | 1 | -1/+1 | |
| (bzr r12089) | |||||
| 2012-11-15 | cppcheck: Simple fixes for src/ui/dialog | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11874) | |||||
| 2012-07-08 | Fix for 168658 : Font substitution warning dialog - CSS font fallbacks | John Smith | 1 | -9/+27 | |
| (bzr r11533) | |||||
| 2012-07-04 | Fix for 168658 : Font substitution warning dialog - GTK3 compile | John Smith | 1 | -2/+2 | |
| (bzr r11525) | |||||
| 2012-07-04 | Fix for 168658 : Font substitution warning dialog | John Smith | 1 | -0/+267 | |
| (bzr r11522) | |||||
