summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuicharmap.cxx
AgeCommit message (Expand)Author
2023-08-09Resolves: tdf#156661 only set a fixed height for the single row caseCaolán McNamara
2023-06-28Resolves: tdf#156067 merge special char dialog/popup logicCaolán McNamara
2023-04-24tdf#154884: do not stop if the first pair is not what we looked forMike Kaganski
2023-04-03tdf#153806 a11y: Insert special char + close dialog on return keyMichael Weghorn
2023-04-03tdf#153806 cui: Deduplicate code for special char dialog handlersMichael Weghorn
2023-03-10Resolves: tdf#154087 update scrollbar range when search criteria changeCaolán McNamara
2022-10-10Use correct color in cuicharmap.cxxRafael Lima
2022-10-05tdf#151232 Fix lines in Special Characters dialog in dark modeRafael Lima
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin
2022-04-09tdf#56363 - Search font family without the font feature after the colonAndreas Heinisch
2022-03-23loplugin:unusedfieldsNoel Grandin
2022-03-16tdf#109214 - Highlight the favorites in the grid of special charactersAndreas Heinisch
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-02-06Simplify sequence in cuiJulien Nabet
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-01-29no need to call GetWhich on these SID_ valuesNoel Grandin
2022-01-27no need to call GetWhich on these SID_ valuesNoel Grandin
2021-12-17Fix typosAndrea Gelmini
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara
2021-10-29Prepare for removal of non-const operator[] from Sequence in cuiMike Kaganski
2021-09-20Add sal/config.h in preparation for patchChris Sherlock
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-10-21use tools::Long in comphelper..cuiNoel
2020-10-14tdf#137294 don't change subset sensitivity after setting search modeCaolán McNamara
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-10-02loplugin:reducevarscope in cuiNoel
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara
2020-08-25tdf#135997: properly check loop conditionMike Kaganski
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin
2020-01-28remove some unused local varsNoel Grandin
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen
2019-06-21weld SpellDialogCaolán McNamara
2019-06-01tdf#125576: Empty recent characters in special characters dialog...Tamás Zolnai
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-09drop some unneeded includesCaolán McNamara
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20tdf#120562 , Selection of favorite character is not applied.Sumit Chauhan
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-24weld AdvancedSettingsDialogCaolán McNamara
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin
2018-10-15The code doesn’t check for glyphs, but for code points (i.e., characters)Adolfo Jayme Barrientos