summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin5-10/+10
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-4/+4
2018-10-18align the various previews to the same placeCaolán McNamara2-6/+19
2018-10-17Increase number of default personas to 6Muhammet Kara3-24/+93
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin6-35/+35
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-17Use curl while getting the actual personaMuhammet Kara1-2/+2
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara2-0/+6
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-1/+1
2018-10-15The code doesn’t check for glyphs, but for code points (i.e., characters)Adolfo Jayme Barrientos2-2/+2
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara28-30/+0
2018-10-14weld SwFrameAddPageCaolán McNamara6-6/+6
2018-10-14drop now unused orienthelperCaolán McNamara1-1/+0
2018-10-12tdf#120506: Get rid of unnecessary accentcolor parsing for personasMuhammet Kara2-19/+8
2018-10-11Resolves: tdf#120503 fix border paddingCaolán McNamara2-22/+38
2018-10-10weld FmShowColsDialogCaolán McNamara5-52/+84
2018-10-10optimize adding a block of entries at one timeCaolán McNamara4-14/+14
2018-10-10font lists come presortedCaolán McNamara1-1/+0
2018-10-10tdf#99776: Preload a persona category initiallyMuhammet Kara2-0/+8
2018-10-09tdf#101629: Handle invalid urls and search strings for PersonasMuhammet Kara2-0/+22
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann4-5/+5
2018-10-09loplugin:unusedmethodsNoel Grandin4-124/+0
2018-10-09loplugin:unusedfieldsNoel Grandin1-6/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin3-29/+27
2018-10-09Resolves: tdf#120370 should check gradientgrid sensitivityCaolán McNamara1-1/+1
2018-10-09tdf#111718 Fix interaction between bitmap and pattern settingsJim Raykowski2-14/+33
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski1-32/+2
2018-10-08Try to manage without curl on non-desktop platforms (iOS, for me)Tor Lillqvist1-2/+4
2018-10-08Fix typoAndrea Gelmini1-1/+1
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski1-0/+35
2018-10-08Modernize personas under-the-hood - The searchMuhammet Kara2-205/+345
2018-10-08tdf#119266: Nodes don't expand on double click in the Customize dialogMuhammet Kara1-1/+5
2018-10-07flatten some impls in SvxBackgroundTabPageNoel Grandin2-80/+63
2018-10-07use std::unique_ptr in SvxBackgroundTable_Impl and SvxBackgroundPage_ImplNoel Grandin1-45/+23
2018-10-06drop some now unnecessary includeCaolán McNamara9-38/+2
2018-10-06Resolves: tdf#120334 crash on ESC in position and sizeCaolán McNamara2-0/+11
2018-10-05Resolves: tdf#120345 wrong text model column used for line GtkComboBoxCaolán McNamara3-0/+5
2018-10-04Select the current format if multiple instead of first matching format codeEike Rathke1-1/+1
2018-10-04weld SbaSbAttrDlgCaolán McNamara1-0/+2
2018-10-03Resolves: tdf#120265 assert on moving item via customization dialogCaolán McNamara1-1/+1
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara8-11/+10
2018-10-03Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara2-2/+2
2018-10-03use ScopedVclPtr hereCaolán McNamara1-2/+2
2018-10-03make position and options level treeview match in sizeCaolán McNamara1-1/+0
2018-10-03loplugin:unusedmethodsNoel Grandin1-1/+0
2018-10-03rename cui::NumberingPreview back to SvxNumberingPreviewCaolán McNamara2-10/+6
2018-10-03weld SwSvxNumBulletTabDialogCaolán McNamara4-17/+41
2018-10-03loplugin:unusedfieldsNoel Grandin2-3/+0
2018-10-02weld SvxNumOptionsTabPageCaolán McNamara5-569/+430