summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-08-11tdf#135442 min supported version of gtk3 is 3.18 not 3.20Caolán McNamara1-1/+1
2020-08-11unset CustomCellRenderer instances in dtorCaolán McNamara1-6/+29
2020-08-11tdf#135567 for async case need an alternative check for dialog in executionCaolán McNamara1-1/+4
2020-08-10tdf#135495 builder file format has annoyingly escaped into user configCaolán McNamara1-1/+2
2020-08-09block gen's focus in/out callbacks from grab_focus like gtk'sCaolán McNamara1-1/+8
2020-08-08loplugin:unusedmethodsNoel Grandin3-110/+0
2020-08-08don't make InterItemWindow a WB_DIALOGCONTROLCaolán McNamara1-1/+1
2020-08-08loplugin:virtualdeadNoel Grandin4-50/+1
2020-08-07cid#1465674 silence Copy-paste errorCaolán McNamara1-0/+1
2020-08-07Fix typosAndrea Gelmini1-1/+1
2020-08-07IMnemonicEntryList interface of SvTreeListBox is unusedCaolán McNamara1-40/+14
2020-08-07nothing calls EnableEntryMnemonics anymoreCaolán McNamara2-26/+0
2020-08-06for hover-select require mouse to be really over the rowCaolán McNamara1-0/+4
2020-08-06uitest : Add support for Menu Button objectsAhmed ElShreif2-0/+72
2020-08-05tdf#135330: avoid replacing all settings when enabling IA2Mike Kaganski1-8/+11
2020-08-05Silence loplugin:staticmethods when the definition involves preprocessingStephan Bergmann2-4/+9
2020-08-05loplugin:indentation (--disable-assert-always-abort)Stephan Bergmann1-1/+1
2020-08-05document the abort in ProcessTaskSchedulingNoel Grandin1-0/+6
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann3-5/+5
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-2/+1
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann4-13/+13
2020-08-04loplugin:unusedmethodsNoel Grandin1-5/+0
2020-08-04loplugin:flatten in vclNoel Grandin64-3954/+3948
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin20-1262/+1262
2020-08-04loplugin:flatten in vcl/windowNoel Grandin32-2372/+2372
2020-08-04loplugin:flatten in vcl/unxNoel Grandin33-1819/+1824
2020-08-03ofz#24648 fix slkfuzzerCaolán McNamara1-0/+2
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen4-0/+7
2020-08-02Fix typoAndrea Gelmini1-1/+1
2020-08-02Make gtk's get_sort_order return the same as the vcl's oneMaxim Monastirsky1-2/+3
2020-08-02tdf#135368 change the mnemonic to point to our combobox replacementCaolán McNamara1-0/+28
2020-08-02Revert "android: avoid expensive load of un-used sidebar icons on mobile."Jan Holesovsky1-6/+0
2020-08-02tdf#133564: Text coloring of buttons within non key windows on macOS amendedThorsten Wagner1-1/+6
2020-08-01tidy up language a bitCaolán McNamara1-7/+7
2020-08-01tdf#135325 previews missing content drawn via DrawTransformedBitmapExCaolán McNamara1-2/+11
2020-07-31drop unused SvTreeList::LastSelectedCaolán McNamara1-9/+0
2020-07-31drop some stuff the pptfuzzer doesn't needCaolán McNamara1-34/+0
2020-07-31transfer any expander or expander toggles when using custom renderersCaolán McNamara1-1/+40
2020-07-31ofz#24521 fix qpwfuzzerCaolán McNamara1-0/+2
2020-07-31ofz#24527 fix pptfuzzerCaolán McNamara1-0/+4
2020-07-31tdf#135212 Don't crash when unable to create clipboardMichael Weghorn1-1/+2
2020-07-31if the default renderer was editable, make the custom one editable tooCaolán McNamara1-2/+30
2020-07-31tdf#135317 avoid reenterenceCaolán McNamara1-0/+7
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara2-0/+13
2020-07-30make some classes privateNoel Grandin1-1/+1
2020-07-29ignore invalid dates like the vcl Calendar doesCaolán McNamara1-0/+3
2020-07-29tdf#135264: draw to mpAlphaVDev after DrawTransparentNativelyMike Kaganski1-3/+2
2020-07-29replace and drop MiscCfgCaolán McNamara2-6/+7
2020-07-29drop lines that don't do anythingCaolán McNamara1-2/+0
2020-07-29allocate bitmap data buffer on demand in SkiaSalBitmapLuboš Luňák2-20/+55