aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/fontsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Set the special weight of Source Code Pro font familyCristian Adam2024-02-281-2/+3
* TextEditor: Replace 'Monaco' with 'Menlo' on macOSCristian Adam2023-12-071-1/+1
* Fonts: Add Medium SourceCodePro font variantsCristian Adam2023-12-041-4/+16
* TextEditor: Suppress warning in QFontChristian Stenger2023-10-101-1/+1
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-26/+26
* TextEditor: Add dedicated text style for C++ conceptsChristian Kandeler2023-06-201-2/+2
* TextEditor: Tr::trhjk2023-01-181-4/+4
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: Fix relative line spacingDavid Schulz2022-11-111-1/+1
* Texteditor: Fix text with underline black backgroundMarcus Tillmanns2022-10-271-3/+0
* Editor: fix FontSettings::lineSpacing for zoomed fontsDavid Schulz2022-10-271-15/+7
* TextEditor: Proliferate FilePath use to FontSettings and ColorSchemehjk2022-09-231-21/+20
* Re-introduction of the feature to adjust the line spacingFlorian Koch2022-09-121-15/+51
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Do not highlight macros as preprocessor statementsChristian Kandeler2022-06-291-0/+4
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-1/+1
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-291-0/+4
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-8/+7
* Revert "Editor: Make line spacing adjustable"David Schulz2020-10-201-56/+24
* Editor: Make line spacing adjustableDavid Schulz2020-10-011-24/+56
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-0/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* TextEditor: Move FontSettingsPage more towards new schemehjk2020-01-301-8/+11
* TextEditor: skip painting overlays with invalid backgroundDavid Schulz2019-01-241-11/+19
* Color schemes: Fix wrong colors for unset valuesEike Ziller2018-12-101-6/+3
* TextEditor: Fix highlighting for mixinsMarco Bubke2018-09-131-8/+10
* TextEditor: Implement color overriding mixinsHugo Holgersson2017-12-191-8/+12
* TextEditor: fix underlined text Bg colorIvan Donchevskii2017-05-171-0/+5
* Editor: Fix search result backgound for declarationsDavid Schulz2016-12-051-4/+0
* TextEditor: Relative colorsMarco Bubke2016-09-281-9/+48
* Use "Source Code Pro" as default editor font on non-macOSAlessandro Portale2016-07-221-0/+7
* TextEditor: Default to Text style on style absence (take 2)Orgad Shaneh2016-06-201-2/+9
* TextEditor: Improve default color mechanism in FormatDescriptionOrgad Shaneh2016-06-201-2/+2
* TextEditor: Minor cleanup in FontSettingsOrgad Shaneh2016-06-201-4/+5
* TextEditor: Improve speed of hash function for font settingsMarco Bubke2016-06-101-6/+3
* FontSettings: Change argument to be const-referenceOrgad Shaneh2016-03-091-1/+1
* TextEditor: Fix mixin font settingsMarco Bubke2016-03-031-0/+7
* TextEditor: Fix compile on OSXChristian Stenger2016-02-231-2/+7
* TextEditor: Fix compile for Qt < 5.5Christian Stenger2016-02-231-3/+2
* TextEditor: Add mixins for font settingsMarco Bubke2016-02-231-2/+57
* TextEditor: Define Color Scheme entry per ThemeAlessandro Portale2016-01-291-12/+22
* TextEditor: Remove obsolete "customized.xml" featureAlessandro Portale2016-01-261-20/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEdit: Add underline support to text settingsMarco Bubke2015-09-101-27/+8
* TextEditor/Clang: Add font settings for clang diagnosticsMarco Bubke2015-09-101-1/+25
* Clang: Add diagnosticsMarco Bubke2015-08-311-1/+1