summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke3-3/+3
2021-10-16Simplify vector initialization in cuiJulien Nabet13-43/+74
2021-10-15tdf#144691 apply the language change SYNCHRON so it will be seen during applyCaolán McNamara1-3/+3
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski4-5/+5
2021-10-14use std::vector::insert instead of push_backNoel Grandin2-13/+3
2021-10-11loplugin:moveparam in cuiNoel Grandin4-5/+5
2021-10-10loplugin:moveparam in svxNoel Grandin1-1/+1
2021-10-09Typo: *Extesion* -> *Extension*Julien Nabet1-5/+5
2021-10-08use more SfxItemSetFixedNoel Grandin3-7/+6
2021-10-07Resolves tdf#144693 - TipOfTheDay does not progressHeiko Tietze1-3/+3
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-10-04tdf#144439: generate list format string on level changeVasily Melenchuk1-0/+2
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-2/+2
2021-09-30cui: better label for the OLE insert progressbarMiklos Vajna2-5/+5
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin5-10/+10
2021-09-29embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna1-1/+24
2021-09-28cui: add a status indicator for the OLE insert dialogMiklos Vajna1-0/+28
2021-09-28gives names to all the Idles and TasksNoel Grandin9-10/+10
2021-09-28vcl: rename OutDevState to StackChris Sherlock4-7/+32
2021-09-27lock the combobox + spinbutton group width to its original all-shown widthCaolán McNamara2-0/+8
2021-09-27border page combobox defaults to taking up a lot of spaceCaolán McNamara1-1/+3
2021-09-27tdf#48622 add border line thickness predefined values in UIVasily Melenchuk3-14/+84
2021-09-26use SfxItemSetFixed in variousNoel Grandin4-12/+9
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: cuiStephan Bergmann2-6/+10
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin1-18/+14
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-10/+1
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock1-3/+3
2021-09-17tdf139131 - Sort page styles under Paragraph -> Text FlowAndreas Heinisch1-0/+2
2021-09-15remove stray track-visited-linksCaolán McNamara1-1/+0
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos5-5/+5
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-13Explicitly set cursor position for x11 'gen' backend, tdf#144457 follow-upEike Rathke1-1/+7
2021-09-12Resolves: tdf#144457 Use weld::set_text() instead of replace_selection()Eike Rathke1-1/+1
2021-09-11Drop unused multiple selection from UI filesJan-Marek Glogowski1-3/+1
2021-09-11Allow multiple selection in AutoComplete word listJan-Marek Glogowski1-0/+1
2021-09-08cui: fix spell check dialog pointlessly modifying text shapeMichael Stahl1-1/+4
2021-09-03Resolves tdf#120333 - Access to color palettes via tight extensionsHeiko Tietze3-279/+312
2021-09-02unused definesNoel Grandin1-1/+0
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin5-8/+0
2021-08-27Related tdf#119931 - Fix accessibility warningsHeiko Tietze4-148/+126
2021-08-27these checkboxes are being used as labels for the menubuttonCaolán McNamara1-0/+54
2021-08-27change the extra config colors to match the application onesCaolán McNamara3-50/+46
2021-08-27these GtkMenuButtons need label propertiesCaolán McNamara1-0/+50
2021-08-27Rename AsyncColorPicker -> AsynchronousColorPickerSzymon Kłos2-3/+3
2021-08-27Improve accessibility for application color settingsHeiko Tietze1-1576/+1829
2021-08-26backendtest: Intersecting Rectangles Drawing testhomeboy4451-1/+1
2021-08-23enable the UI option to enable Skia on Mac tooLuboš Luňák1-0/+3
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann2-2/+2