summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2023-06-06sw: border and background theme color support for multiple props.Tomaž Vajngerl4-42/+36
2023-06-05prefix aPreviousColor and aCurrentColor in SvxColorTabPageTomaž Vajngerl2-46/+49
2023-06-04tdf#153361 improve theme color generation in color pickerTomaž Vajngerl2-3/+9
2023-06-01svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl3-14/+14
2023-06-01svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl2-3/+3
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-4/+4
2023-05-25svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl1-4/+5
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)3-34/+33
2023-05-21Resolves: tdf#154958 add an empty spin button to use for the unused caseCaolán McNamara3-11/+36
2023-05-18cui, lok: Hide options irrelevant for online in Spelling Options dialogAron Budea3-5/+17
2023-05-15MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)3-22/+64
2023-05-15MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)2-20/+35
2023-05-13tdf#154884: do not stop if the first pair is not what we looked forMike Kaganski1-2/+2
2023-05-13Resolves: tdf#153441 use a TriStateEnabled helperCaolán McNamara3-7/+32
2023-05-13Resolves: tdf#153958 Hyphenation crashes with -Alte...Caolán McNamara1-1/+1
2023-05-10Resolves tdf#155038 - Application Color is disabled with GTK3Heiko Tietze1-1/+0
2023-05-05Application color should follow system color patch backportParis Oplopoios4-107/+153
2023-04-24Don't call CuiResId() in a global static variable initialiserTor Lillqvist1-6/+10
2023-04-21tdf#56258: allow i18npool to define SvxAdjust for outlineJustin Luth1-1/+5
2023-04-21tdf#56258 en_US: increase outline levels definitions to 6Justin Luth1-3/+6
2023-04-03tdf#154115 use correct column for searchCaolán McNamara1-1/+1
2023-04-03tdf#154296 Fix customize notebook bar regressionJim Raykowski2-6/+19
2023-04-03tdf#153808 Fix numbering preview in dark modeRafael Lima1-18/+25
2023-04-02Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet1-0/+8
2023-03-23tdf#143660 Make color scheme names translatableRafael Lima2-4/+35
2023-03-22jsdialog: keep button under content in SpellCheck OptionsSzymon Kłos2-4/+19
2023-03-21jsdialog: enable spelling options dialogSzymon Kłos2-11/+20
2023-03-19Resolves: tdf#154087 update scrollbar range when search criteria changeCaolán McNamara2-1/+5
2023-03-12Hide Quickstarter from General options in Windows store appsMike Kaganski1-0/+6
2023-03-12tdf#150045 A few more supplemental labelsAdolfo Jayme Barrientos6-3/+24
2023-03-12tdf#142942 Drop unused checkbox col in sw AutoCorrect opts dialogMichael Weghorn1-2/+0
2023-03-12Revert "Mark ssXX and cvXX off by default in font features dialog"خالد حسني1-9/+1
2023-03-06fix build tests: cui: rework uitest to work with --without-javaXisco Fauli1-11/+18
2023-02-17sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl3-4/+4
2023-02-16tdf#153172 Options > Charts > Default Colors no longer persistentNoel Grandin1-10/+1
2023-02-15tdf#153229 add a switch to override honoring system dark modeCaolán McNamara3-21/+120
2023-02-12Resolves: tdf#153497 update automatic icon-theme name on dark mode changeCaolán McNamara2-10/+19
2023-02-03add missing mnemonic-widgetCaolán McNamara1-0/+1
2023-02-03jsdialog: add TreeView to TestWidgetDialogSzymon Kłos3-20/+210
2023-02-02add missing id-columnCaolán McNamara1-0/+2
2023-01-31cui: Make SimilaritySearch dialog async and enable use for jsdialogHannah Meeks1-2/+7
2023-01-28[cp] Rename UI Variant from Standard Toolbar to CompactPedro Pinto Silva1-1/+1
2023-01-28jsdialog: fix validation error dialog in CalcSzymon Kłos1-2/+1
2023-01-28About: Darkmode: Use different about imagePedro Pinto Silva1-8/+4
2023-01-28cui: add entry "RestProtocol" to language tool dialogHenry Castro3-2/+42
2023-01-28Added option to disable ssl verification for languagetoolMert Tumer3-113/+131
2023-01-28fix online crash in SpellDialogNoel Grandin2-2/+6
2023-01-23[cp] Collabora Office brandingAndras Timar1-1/+1
2023-01-23tdf#152637 format cells example text black on dark backgroundCaolán McNamara1-5/+19
2023-01-20introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl4-13/+24