summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/font-substitution.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-6/+4
- eliminate value_default - make value private (-> _value) - add value() method
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
2018-11-08Clarify licensesMax Gaukler1-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-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+2
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-03-27a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches1-4/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+14
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-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-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-5/+1
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+7
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-1/+1
(bzr r14954.1.19)
2015-11-05static code analysisKris De Gussem1-1/+1
(bzr r14446)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-9/+9
(bzr r13922.1.5)
2015-02-18Just...mc1-15/+9
some... more... lines... (bzr r13922.1.2)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
(bzr r13809)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
(bzr r13341.1.192)
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-9/+9
(bzr r13300)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-04-07Tidy up dependency list and fix missing inclusionAlex Valavanis1-0/+1
(bzr r12269)
2013-03-29Header cleanupAlex Valavanis1-0/+7
(bzr r12258)
2013-03-28Fix for Bug #1161205 (Font substitution dialog appears when generic font ↵Nicolas Dufour1-1/+5
family is found except Sans-serif). (bzr r12257)
2013-03-28Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by ↵Nicolas Dufour1-1/+1
Masato HASHIMOTO. Translation template and French translation update. (bzr r12256)
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
2013-02-02Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith1-1/+1
(bzr r12089)
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-2/+2
(bzr r11874)
2012-07-08Fix for 168658 : Font substitution warning dialog - CSS font fallbacksJohn Smith1-9/+27
(bzr r11533)
2012-07-04Fix for 168658 : Font substitution warning dialog - GTK3 compileJohn Smith1-2/+2
(bzr r11525)
2012-07-04Fix for 168658 : Font substitution warning dialogJohn Smith1-0/+267
(bzr r11522)