summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Resolves: tdf#130658 there isn't a second column in non-exception modeCaolán McNamara1-1/+4
2020-02-14drop need to include vcl/edit.hxx in cuiCaolán McNamara1-3/+7
2020-02-11tdf#114694: Make default value in language settings the first elementYusuf Keten1-23/+57
2020-02-10in case of Skia problems force raster mode, don't disable it allLuboš Luňák2-2/+43
2020-02-07rename URLBox back to SvtURLBoxCaolán McNamara2-2/+2
2020-02-07clang-format cui with under 5-percent lines of changeMuhammet Kara2-2/+2
2020-02-06fix "Use data for document properties" checkbuttonCaolán McNamara1-1/+1
2020-02-03Resolves: tdf#130364 let font treeview fit to available dialog spaceCaolán McNamara2-6/+14
2020-02-03Related: tdf#130143 freeze/thaw around bulk insertCaolán McNamara1-0/+8
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-25Resolves: tdf#130143 crash in sorted font replacement tableCaolán McNamara2-23/+19
2020-01-10Resolves: tdf#129904 use the current page as the page for helpCaolán McNamara1-0/+17
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-06Add include guards - follow-up for 0c4033a9c69da439b97378b0dc61e867953649ebMike Kaganski1-0/+4
2020-01-06Fix Windows build with HAVE_FEATURE_BREAKPADMike Kaganski1-0/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-2/+2
2020-01-06tdf#42949 Fix IWYU warnings in cui/Gabor Kelemen5-8/+0
2019-12-29tdf#124176 Use pragma once instead of header guarderto2-9/+2
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+1
2019-12-20tdf#124176: Use pragma once instead of include guardsSıla Genç2-9/+3
2019-12-20tdf#124176: Use pragma once instead of include guardsSelim Şeker2-10/+2
2019-12-19tdf#124176: Use pragma once instead of header guardBatuhan Görkem Benzer2-11/+2
2019-12-19tdf#124176: Use pragma once instead of include guardsMesut Çifci2-8/+3
2019-12-19tdf#124176: Use pragma once instead of include guardsTolunay Dündar2-8/+2
2019-12-19tdf#124176: Use pragma once instead of include guardsOnur Yilmaz2-8/+2
2019-12-18tdf#124176: Use pragma once instead of include guardsDesmin Alpaslan1-4/+1
2019-12-18tdf#124176: Use pragma once instead of include guardsKemal Ayhan3-16/+3
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin2-6/+6
2019-12-17Fix macro security UI usability problemsJan-Marek Glogowski1-14/+0
2019-12-17ui: show wait mouse pointer on operations in Expert ConfigurationVasily Melenchuk2-1/+8
2019-12-13loplugin:expandablemethodsNoel Grandin2-8/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara6-12/+6
2019-12-10missing include (Windows --disable-pch; Translate::ExpandVariables)Stephan Bergmann1-0/+1
2019-12-10force vclcanvas use with Skia, like it's with OpenGL (tdf#129076)Luboš Luňák1-4/+9
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-12-08Resolves: tdf#129243 check return to see if results validCaolán McNamara1-2/+4
2019-12-05Remove some unused friend declarationsStephan Bergmann1-1/+0
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara1-3/+14
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-2/+2
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann2-2/+2
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-28ModuleToGroupNameMap_Impl: Use OUStringLiteral instead of OUStringMichael Weghorn1-1/+1
2019-11-27Resolves: tdf#128979 crash/freeze on selecting last theme in listCaolán McNamara1-11/+3
2019-11-27add GUI and configuration options for SkiaLuboš Luňák2-0/+147
2019-11-26tdf#43021 WIN opt-out of OS recent folder usageJan-Marek Glogowski1-8/+0
2019-11-26loplugin:staticmethods (clang-cl)Stephan Bergmann2-2/+2
2019-11-26loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet2-4/+4
2019-11-23OfaTreeOptionsDialog::LoadModule: Use range-based forMichael Weghorn1-10/+9