summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/font-substitution.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+2
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-3/+3
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Header cleanupAlex Valavanis2013-03-291-13/+2
| | | (bzr r12258)
* Fix for 168658 : Font substitution warning dialog - GTK3 compileJohn Smith2012-07-041-0/+3
| | | (bzr r11524)
* Fix for 168658 : Font substitution warning dialogJohn Smith2012-07-041-0/+64
(bzr r11522)