summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2021-09-14tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+33
2021-08-17tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara1-2/+5
2021-08-16tdf#143452: make 2 buttons in the date form control translatableJulien Nabet1-2/+2
2021-08-10Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out]Caolán McNamara3-7/+32
2021-07-15crashreporting: Crash seen in CachePreview from Idle UpdateHdlCaolán McNamara1-1/+4
2021-05-28tdf#142150 nothing already selected on MouseUp without previous MouseDownCaolán McNamara1-1/+3
2021-05-25tdf#142479 on 'return' select the entry the cursor is in before calling SelectCaolán McNamara1-0/+8
2021-01-30Improve macro checksSamuel Mehrbrodt1-0/+1
2021-01-22keep the navigation bar control area the same size with hidden scrollbarCaolán McNamara1-1/+1
2021-01-17tdf#135641 update DataBrowser has-focus when child widget gains focusCaolán McNamara3-2/+19
2021-01-17tdf#137695 shrink widget height below natural min within data browserCaolán McNamara3-0/+10
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara9-0/+21
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara1-3/+10
2020-11-24tdf#138430 schedule a reformat if we turned off the scrollbarCaolán McNamara1-7/+13
2020-11-20ScrollBar::GetThumbPos returns tools::LongStephan Bergmann2-3/+6
2020-11-19Clean up GetHTMLColor "not found" valueStephan Bergmann1-3/+1
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-1/+1
2020-11-16tdf#138116 Accurate minimal height for wizard opened by extensionIlhan Yesil1-1/+1
2020-11-16tdf#123936 Formatting files in module svtools with clang-formatPhilipp Hofer6-26/+11
2020-11-16tdf#138229: make OleObjectDescriptor match OBJECTDESCRIPTOR on _WIN64Mike Kaganski1-2/+19
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara6-0/+20
2020-11-12New loplugin:stringviewparamStephan Bergmann1-3/+3
2020-11-11loplugin:stringviewNoel3-4/+4
2020-11-02remove duplicate initialisationNoel1-3/+0
2020-11-02toolbox always has flat styleNoel Grandin1-59/+4
2020-11-02use officecfg or MacroRecorderModeNoel Grandin1-34/+2
2020-11-01use officecfg for ShowLinkWarningDialogNoel Grandin1-59/+4
2020-11-01use officecfg for IsPluginsEnabledNoel Grandin1-46/+8
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin2-65/+9
2020-11-01use officecfg for UseSystemPrintDialogNoel Grandin1-52/+5
2020-11-01use officecfg for Experimental flagNoel Grandin1-35/+3
2020-10-31remove pimpl in UnoControlTableModelNoel Grandin2-158/+147
2020-10-30convert some tools::Long->sal_Int32Noel8-74/+73
2020-10-29tdf#132536 free the cached VirtualDevicesJan-Marek Glogowski1-0/+2
2020-10-28tdf#125379 updated javainteractionhandler.cxx to add a link for the JRE missi...Bryan Gazali1-12/+16
2020-10-28convert some more long -> tools::LongNoel2-5/+5
2020-10-28convert some more long -> tools::LongNoel2-6/+6
2020-10-26rhbz#1891326 suggest package install of the most appropiate pt langpackCaolán McNamara1-0/+2
2020-10-25Replace list by vector in svtools/sampletextJulien Nabet1-5/+5
2020-10-24Resolves: tdf#137703 crash on 2nd launch of cell bg color dropdownCaolán McNamara1-0/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara23-23/+23
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-10-19use tools::Long in svtoolsNoel26-519/+520
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara2-14/+10
2020-10-15need to ClearFormats to invalidate cache of what is dndedCaolán McNamara1-0/+6
2020-10-12tdf#134742 Distinguishing all CJK fonts such as Noto CJK Fonts.DaeHyun Sung1-21/+39
2020-10-09inherit OStringTransferable from TransferDataContainerCaolán McNamara1-14/+3
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-5/+1
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in store..svtoolsNoel5-10/+8