summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* Use MsLangId::getConfiguredSystemLanguage()Eike Rathke2021-10-193-3/+3
* Simplify vector initialization in cuiJulien Nabet2021-10-1613-43/+74
* tdf#144691 apply the language change SYNCHRON so it will be seen during applyCaolán McNamara2021-10-151-3/+3
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-154-5/+5
* use std::vector::insert instead of push_backNoel Grandin2021-10-142-13/+3
* loplugin:moveparam in cuiNoel Grandin2021-10-114-5/+5
* loplugin:moveparam in svxNoel Grandin2021-10-101-1/+1
* Typo: *Extesion* -> *Extension*Julien Nabet2021-10-091-5/+5
* use more SfxItemSetFixedNoel Grandin2021-10-083-7/+6
* Resolves tdf#144693 - TipOfTheDay does not progressHeiko Tietze2021-10-071-3/+3
* Fix typosAndrea Gelmini2021-10-041-1/+1
* tdf#144439: generate list format string on level changeVasily Melenchuk2021-10-041-0/+2
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-2/+2
* cui: better label for the OLE insert progressbarMiklos Vajna2021-09-302-5/+5
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-305-10/+10
* embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna2021-09-291-1/+24
* cui: add a status indicator for the OLE insert dialogMiklos Vajna2021-09-281-0/+28
* gives names to all the Idles and TasksNoel Grandin2021-09-289-10/+10
* vcl: rename OutDevState to StackChris Sherlock2021-09-284-7/+32
* lock the combobox + spinbutton group width to its original all-shown widthCaolán McNamara2021-09-272-0/+8
* border page combobox defaults to taking up a lot of spaceCaolán McNamara2021-09-271-1/+3
* tdf#48622 add border line thickness predefined values in UIVasily Melenchuk2021-09-273-14/+84
* use SfxItemSetFixed in variousNoel Grandin2021-09-264-12/+9
* Extend loplugin:stringviewparam to starts/endsWith: cuiStephan Bergmann2021-09-232-6/+10
* reduce cost of some getProperty calls (tdf#125892)Noel Grandin2021-09-211-18/+14
* vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock2021-09-211-10/+1
* Add sal/config.h in preparation for patchChris Sherlock2021-09-201-0/+2
* vcl: create FontMetric from PhysicalFontFaceChris Sherlock2021-09-181-3/+3
* tdf139131 - Sort page styles under Paragraph -> Text FlowAndreas Heinisch2021-09-171-0/+2
* remove stray track-visited-linksCaolán McNamara2021-09-151-1/+0
* Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos2021-09-155-5/+5
* loplugin:constvarsNoel Grandin2021-09-151-1/+1
* Explicitly set cursor position for x11 'gen' backend, tdf#144457 follow-upEike Rathke2021-09-131-1/+7
* Resolves: tdf#144457 Use weld::set_text() instead of replace_selection()Eike Rathke2021-09-121-1/+1
* Drop unused multiple selection from UI filesJan-Marek Glogowski2021-09-111-3/+1
* Allow multiple selection in AutoComplete word listJan-Marek Glogowski2021-09-111-0/+1
* cui: fix spell check dialog pointlessly modifying text shapeMichael Stahl2021-09-081-1/+4
* Resolves tdf#120333 - Access to color palettes via tight extensionsHeiko Tietze2021-09-033-279/+312
* unused definesNoel Grandin2021-09-021-1/+0
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-015-8/+0
* Related tdf#119931 - Fix accessibility warningsHeiko Tietze2021-08-274-148/+126
* these checkboxes are being used as labels for the menubuttonCaolán McNamara2021-08-271-0/+54
* change the extra config colors to match the application onesCaolán McNamara2021-08-273-50/+46
* these GtkMenuButtons need label propertiesCaolán McNamara2021-08-271-0/+50
* Rename AsyncColorPicker -> AsynchronousColorPickerSzymon Kłos2021-08-272-3/+3
* Improve accessibility for application color settingsHeiko Tietze2021-08-271-1576/+1829
* backendtest: Intersecting Rectangles Drawing testhomeboy4452021-08-261-1/+1
* enable the UI option to enable Skia on Mac tooLuboš Luňák2021-08-231-0/+3
* don't store vcl::Font with unique_ptrNoel Grandin2021-08-221-1/+1
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-202-2/+2