summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2020-08-12tdf#135442 min supported version of gtk3 is 3.18 not 3.20Caolán McNamara2-2/+2
2020-08-10tdf#135438 Paragraph styles preview in sidebar are clippedCaolán McNamara2-0/+14
2020-08-03Resolves: tdf#134660 listen for 'ShowFontBoxWYSIWYG' config changesCaolán McNamara1-8/+37
2020-08-03fix build with (system-)cppunit 1.14.0Rene Engelhard2-0/+2
2020-08-03tdf#135121 don't paint the image over the rect that will contain the colorCaolán McNamara1-7/+18
2020-07-30tdf#135093: fix wording error dialog on Add Submissions dialog by blank inputJulien Nabet1-1/+0
2020-07-28tdf#135121 ImageType::Size26 isn't always 26x26pxCaolán McNamara2-53/+22
2020-07-14tdf#134188 tdf#114223 Don't override vertical text button visibilityMaxim Monastirsky1-2/+14
2020-07-10tdf#60684: graphic type content must correspond with graphic type extensionJulien Nabet1-1/+4
2020-07-05tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara1-6/+10
2020-06-30tdf#134357 we can reduce the min toolbar sidebar widthCaolán McNamara2-16/+54
2020-06-30tdf#134360 some sidebar widgets getting stuck in a disabled stateCaolán McNamara1-14/+12
2020-06-26tdf#134285 select the item before dragging itCaolán McNamara1-0/+1
2020-06-25nActiveTerm is -1 in an empty filter navigatorCaolán McNamara1-3/+1
2020-06-25tdf#134291: make all hatch patterns translatableJulien Nabet2-13/+28
2020-06-19tdf#134084 use the desired image size, not the current image sizeCaolán McNamara1-2/+16
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara1-0/+17
2020-06-16tdf#103474 handle edge cases in ARCANGLETORegina Henschel4-45/+120
2020-06-11svx: fix loplugin:elidestringvar warningMiklos Vajna1-2/+2
2020-06-11let the parent toolbar decide the focus of the buttonsCaolán McNamara1-2/+3
2020-06-10tdf#103474 handle quarter angles before using atan2Regina Henschel3-0/+35
2020-06-10grab focus to style combobox when parent gets focusCaolán McNamara1-1/+7
2020-06-09tdf#126025: Non-const GetPropertyValueByName must use non-const Sequence []Stephan Bergmann1-1/+1
2020-06-07Fix context moreoptions (svx/tablewindow)Julien Nabet1-2/+2
2020-06-04Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl5-11/+11
2020-06-03lok: add "Remove" param to .uno:ChangeTabStopTomaž Vajngerl1-2/+2
2020-06-01tdf#133547 Fix breaking of PDF graphic objectsTomaž Vajngerl1-1/+1
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara1-56/+0
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara1-3/+2
2020-05-27Remove some unused includesMiklos Vajna1-2/+0
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann6-12/+12
2020-05-26reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák1-38/+42
2020-05-26tdf#49247, tdf#101181: gtk needs "upper", otherwise the control is disabledMike Kaganski2-0/+2
2020-05-25svx:unit tests for theme count, gallery theme entry functions in galleryAditya2-1/+137
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski6-72/+3
2020-05-23svx: move LOKit specifics out of SetMarkHandles into own methodTomaž Vajngerl1-246/+253
2020-05-22move InterimItemWindow to vclCaolán McNamara9-10/+14
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-3/+4
2020-05-22tdf#41995: sxx: ODF export: save SVG to ODF 1.2 as wellMichael Stahl1-1/+2
2020-05-21split out labelitemwindowCaolán McNamara7-73/+48
2020-05-21FmXListBoxCell doesn't need to implement css::awt::XListBoxCaolán McNamara2-285/+2
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin3-20/+18
2020-05-21weld ListBoxControlCaolán McNamara2-156/+140
2020-05-20remove commented codeTomaž Vajngerl1-1/+0
2020-05-20weld ComboBoxControlCaolán McNamara2-111/+57
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna1-2/+4
2020-05-18Added a new tab "Styles Inspector" at the side barShivam Kumar Singh6-0/+295
2020-05-16Resolves tdf#132852 - Area fill dialog spacingHeiko Tietze1-1/+1
2020-05-15Resolves: tdf#132461 set color on mouse release, not pressCaolán McNamara2-16/+29