summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuicharmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski1-35/+58
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-6/+4
2020-10-21use tools::Long in comphelper..cuiNoel1-5/+5
2020-10-14tdf#137294 don't change subset sensitivity after setting search modeCaolán McNamara1-5/+8
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-2/+2
2020-10-02loplugin:reducevarscope in cuiNoel1-8/+4
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+2
2020-08-25tdf#135997: properly check loop conditionMike Kaganski1-2/+2
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin1-12/+12
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-3/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-3/+3
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-5/+0
2019-06-21weld SpellDialogCaolán McNamara1-1/+1
2019-06-01tdf#125576: Empty recent characters in special characters dialog...Tamás Zolnai1-2/+6
2019-05-23Add new customize and position merged dialogGülşah Köse1-1/+1
2019-05-14Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara1-7/+10
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-33/+32
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-20tdf#120562 , Selection of favorite character is not applied.Sumit Chauhan1-1/+2
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-2/+2
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-15The code doesn’t check for glyphs, but for code points (i.e., characters)Adolfo Jayme Barrientos1-1/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara1-8/+7
2018-10-03Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara1-1/+1
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-5/+5
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-31/+11
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-1/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+0
2018-07-19tdf#118304 reselect current glyph on changing fontCaolán McNamara1-11/+11
2018-07-19tdf#117038 set button width to max possible content widthCaolán McNamara1-1/+9
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-17Related: tdf#118681 use a case insensitive compare for hex digitsCaolán McNamara1-3/+3
2018-07-16tdf#118681 make sure we're using the right font char mapCaolán McNamara1-6/+3
2018-06-26tdf#118309 freeze/thaw adding large amounts to ComboBoxTextCaolán McNamara1-1/+5
2018-06-20loplugin:useuniqueptr in SvxCharacterMapNoel Grandin1-3/+2
2018-06-02Removed executable permission on source fileAndrea Gelmini1-0/+0
2018-05-25loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara1-105/+136
2018-05-08tdf#114549:entering hex/dec code should change char samplehimajin1000001-17/+25
2018-05-01update when gaining/losing focusCaolán McNamara1-7/+0
2018-04-29weld SwEndNoteOptionPageCaolán McNamara1-7/+7
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-357/+307
2018-03-06Resolves: tdf#113805 insert special character fails in insert footnote, etc d...Caolán McNamara1-0/+15
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin1-4/+4