summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2018-10-27tdf#80646 insert LTR mark after labelAndras Timar1-0/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen3-0/+3
2018-10-26Towards solving tdf#120747: Remember the preview file of personaMuhammet Kara1-4/+6
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-10-24Fix typosAndrea Gelmini1-1/+1
2018-10-24Resolves: tdf#120862 double-click in bullets and numberingCaolán McNamara1-8/+8
2018-10-24tdf#120746: Show the name of the persona as tooltip in the search resultsMuhammet Kara2-10/+17
2018-10-24weld AdvancedSettingsDialogCaolán McNamara16-34/+33
2018-10-23remove all use_action_appearance linesCaolán McNamara13-67/+0
2018-10-23tdf#120475: Sync persona categories with MozillaMuhammet Kara4-284/+137
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin9-11/+10
2018-10-22Resolves: tdf#120731 crash in border tabpageCaolán McNamara2-2/+28
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-7/+4
2018-10-21aUS is always emptyCaolán McNamara1-19/+3
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