summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/chardlg.cxx
AgeCommit message (Expand)Author
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-16tdf#139654 Font feature sensativityDeb Barkley-Yeung
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-08Addendum to: Remove SfxItemState::READONLYArmin Le Grand (Allotropia)
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19tdf#142317 chardlg UI: show approx auto-esc % based on EscPropJustin Luth
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-08use more IsTransparentNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze
2020-10-21use tools::Long in comphelper..cuiNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-25tdf#127802 support tristate for hidden/unhidden textCaolán McNamara
2020-06-18remove some dead definesNoel Grandin
2020-05-06tdf#132373 Remove blinking character property from the UI/editorGabor Kelemen
2020-04-21weld FontNameBoxCaolán McNamara
2020-04-17loplugin:flatten in cuiNoel Grandin
2020-03-09save/restore the entry text of the fontsize widgetCaolán McNamara
2020-02-18tdf#130384 cui: fix automatic color showing up as white in the char dlgMiklos Vajna
2020-02-11tdf#114694: Make default value in language settings the first elementYusuf Keten
2020-02-06rename SvtFontSizeBox back to FontSizeBoxCaolán McNamara
2020-02-03rename SvtFontStyleBox back to FontStyleBoxCaolán McNamara
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-11-28NFC tdf#120412 cleanup: use DFLT_ESC_* moreJustin Luth
2019-11-22cui: add UI for semi-transparent shape textMiklos Vajna
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara
2019-09-26TODO rename to GetFrameWeldCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-24set correct parentCaolán McNamara
2019-09-24LogicToLogic is a static memberCaolán McNamara
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen
2019-08-19Related: tdf#127029 true was substituted for FALSECaolán McNamara
2019-06-03tdf#120412 char formatting UI: clean-up DFLT_ESC_AUTOLászló Németh
2019-05-29tdf#120412 character formatting UI: allow >100% raisingLászló Németh
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen
2019-05-23Add new customize and position merged dialogGülşah Köse
2019-05-14Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara
2019-03-14Hide the font preview on iOSTor Lillqvist