summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
AgeCommit message (Expand)Author
2021-09-30Resolves: tdf#144783 shift+RETURN not searching backwardsCaolán McNamara
2021-08-26tdf#143567: Distinguish bitmap vs. pattern fill styleKatarina Behrens
2021-08-25tdf#128612: Support applying pattern fill from toolbarKatarina Behrens
2021-08-11tdf#143769 don't crash on null XFillColorItemCaolán McNamara
2021-06-11loplugin:unnecessaryreturn in SvxColorValueSet::layoutToGivenHeightNoel Grandin
2021-05-29no need to allocate these on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20move some headers inside modulesNoel Grandin
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-11Resolves tdf#127406 - Font name and style name not readableHeiko Tietze
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos
2021-05-05tdf#141935 svx cui: apply line cap setting of line stylesLászló Németh
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-30Related: tdf#138281 move grab_focus to ActivateFindCaolán McNamara
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara
2021-04-01Add missing popover for fontwork properties popup controllersSzymon Kłos
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-19cid#1473993 Uninitialized pointer readCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-09add some Timer debug namesLuboš Luňák
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos
2021-03-08Don't insert fontwork outside viewSzymon Kłos
2021-03-06Styles preview: use listener to trigger updateSzymon Kłos
2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin
2021-03-04Related tdf#140762 Add texts for "Border style" toolbar itemMichael Weghorn
2021-03-04tdf#140762 Set texts for items in "Borders" dropdown buttonMichael Weghorn
2021-03-03loplugin:loopvartoosmall (clang-cl)Stephan Bergmann
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:constantparamNoel
2021-02-22drop stray printfCaolán McNamara
2021-02-20loplugin:refcounting in svxNoel
2021-02-15loplugin:referencecasting in svxNoel
2021-02-11tdf#139429 Convert Style previews widget to IconViewSzymon Kłos
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel
2021-02-03tdf#137121 add popup menu to style items used in styles preview windowJim Raykowski
2021-01-27tdf#138590 use the highlighted menu entry, not the combobox active textCaolán McNamara
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-14Make Fontwork gallery dialog asyncSzymon Kłos
2021-01-14Fontwork dialog: use iconviewSzymon Kłos
2021-01-12rhbz#1913070 null derefCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-09Revert "Very early work-in-progress commit for the "DevTools" dockable toolbar"Tomaž Vajngerl
2021-01-08Introduce Color::IsFullyTransparentNoel
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann