summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Styles preview: use listener to trigger updateSzymon Kłos1-3/+29
2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin1-5/+0
2021-03-04Related tdf#140762 Add texts for "Border style" toolbar itemMichael Weghorn1-1/+1
2021-03-04tdf#140762 Set texts for items in "Borders" dropdown buttonMichael Weghorn1-17/+18
2021-03-03loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-1/+1
2021-02-23loplugin:unusedmethodsNoel1-13/+0
2021-02-23loplugin:constantparamNoel1-2/+2
2021-02-22drop stray printfCaolán McNamara1-2/+0
2021-02-20loplugin:refcounting in svxNoel2-10/+6
2021-02-15loplugin:referencecasting in svxNoel1-1/+1
2021-02-11tdf#139429 Convert Style previews widget to IconViewSzymon Kłos1-133/+64
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-10/+10
2021-02-03tdf#137121 add popup menu to style items used in styles preview windowJim Raykowski1-7/+42
2021-01-27tdf#138590 use the highlighted menu entry, not the combobox active textCaolán McNamara1-1/+9
2021-01-16make the Color constructors explicitly specify transparencyNoel1-2/+2
2021-01-14Make Fontwork gallery dialog asyncSzymon Kłos1-4/+5
2021-01-14Fontwork dialog: use iconviewSzymon Kłos1-36/+18
2021-01-12rhbz#1913070 null derefCaolán McNamara1-18/+22
2021-01-10static_cast after dynamic_castNoel Grandin1-7/+7
2021-01-09fix coverity parse errorsCaolán McNamara2-11/+11
2021-01-09Revert "Very early work-in-progress commit for the "DevTools" dockable toolbar"Tomaž Vajngerl1-266/+0
2021-01-08Introduce Color::IsFullyTransparentNoel1-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-2/+2
2021-01-02introduce Degree100 strong_int typeNoel1-3/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-11/+11
2020-12-22rename members of GeoStat classNoel1-4/+4
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-4/+4
2020-12-10Resolves: tdf#138789 disable widgets on 'none' when status changesCaolán McNamara1-0/+9
2020-12-08Very early work-in-progress commit for the "DevTools" dockable toolbarTor Lillqvist1-0/+266
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen7-9/+2
2020-11-24tdf#138430 scrolled windows need to have auto scrolling disabledCaolán McNamara1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-23tdf#138430 toolbar bullet dropdown should have a scrolledwindowCaolán McNamara1-1/+1
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann1-1/+2
2020-11-17Reuse ColorSelectFunction from colorwindow.hxx in PaletteManager.hxxStephan Bergmann1-1/+1
2020-11-16tdf#138232 don't grab focus if we already have itCaolán McNamara1-1/+1
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer2-29/+30
2020-11-16replace std::max(std::min()) with std::clampNoel1-3/+3
2020-11-12Use translated standard styles for styles listboxSzymon Kłos1-8/+19
2020-11-10Let's assume that sal_uInt16 is unlikely to be less than zeroMike Kaganski1-1/+1
2020-11-09tdf#137993 ensure the toplevel vcl::Window is activatedCaolán McNamara1-7/+13
2020-10-31tdf#137865 use stack background to match the other notebookbar areasCaolán McNamara1-0/+4
2020-10-30don't need to include sfx2/sidebar/SidebarToolBox.hxxCaolán McNamara2-2/+1
2020-10-29StylesPreview in Writer NB arrangement in two rowsandreas kainz3-7/+9
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel11-83/+83
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel2-6/+7
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara4-5/+5
2020-09-30loplugin:reducevarscope in svxNoel2-3/+3