summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara2-15/+0
2021-01-21_yes -> _YesCaolán McNamara1-1/+1
2021-01-21keep the navigation bar control area the same size with hidden scrollbarCaolán McNamara1-1/+1
2021-01-16tdf#137695 shrink widget height below natural min within data browserCaolán McNamara3-0/+10
2021-01-16replace near-zero xalign values that should be zeroCaolán McNamara1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel3-7/+7
2021-01-15tdf#135641 update DataBrowser has-focus when child widget gains focusCaolán McNamara3-2/+19
2021-01-15replace stock button imagesCaolán McNamara4-12/+12
2021-01-15replace stock button labelsCaolán McNamara7-38/+36
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara9-0/+21
2021-01-13fix a GtkSettings:gtk-button-images is deprecated warningCaolán McNamara1-0/+1
2021-01-10remove some old debugging codeNoel Grandin2-41/+39
2021-01-09fix coverity parse errorsCaolán McNamara4-13/+13
2021-01-08use more IsTransparentNoel Grandin1-1/+1
2021-01-05lok: disable java interaction handlerHenry Castro1-0/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-6/+25
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann7-14/+23
2020-12-26New loplugin:stringliteralvarStephan Bergmann4-13/+13
2020-12-24custom literal for Degree10Noel Grandin1-3/+3
2020-12-23Use char16_t string literalsStephan Bergmann1-4/+4
2020-12-22drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara3-1031/+935
2020-12-22replace deprecated xpad/ypadCaolán McNamara1-1/+0
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara3-7/+7
2020-12-20tdf#139063 crash when add a new sheet to a RTL sheetCaolán McNamara1-9/+9
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-15update pchesCaolán McNamara1-5/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-8/+11
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara1-3/+10
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-3/+2
2020-12-04move ManagedMenuButton to vclCaolán McNamara2-123/+0
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara1-4/+4
2020-12-04update pchesCaolán McNamara1-49/+4
2020-12-03convert EHistoryType to scoped enumNoel1-2/+2
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen24-49/+11
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+4
2020-11-30weld ImplTabButtonsCaolán McNamara4-186/+419
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-10/+10
2020-11-24tdf#138430 schedule a reformat if we turned off the scrollbarCaolán McNamara1-7/+13
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-4/+4
2020-11-23don't need to include vcl/scrbar.hxx hereCaolán McNamara1-3/+0
2020-11-22don't need to include vcl/toolbox.hxx hereCaolán McNamara1-1/+0
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