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