summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-11-17remove unused IS_TRAVELSELECTNoel Grandin1-4/+0
2018-11-17Adapt to C++2a char_tStephan Bergmann5-5/+5
2018-11-17drop unused SvTreeListBoxFlags::IS_EXPANDINGCaolán McNamara1-2/+0
2018-11-17loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin13-57/+127
2018-11-16Library_vclplug_gtk3_kde5 apparently uses SvNumberFormatter nowStephan Bergmann1-0/+1
2018-11-16loplugin:staticmethodsStephan Bergmann6-22/+26
2018-11-16Resolves: tdf#121246 crash in chart dialogsCaolán McNamara3-3/+26
2018-11-16tdf#120777 KDE5: Update initialization of QImagesAleksei Nikiforov4-2/+15
2018-11-16Fix typosAndrea Gelmini2-5/+5
2018-11-15force rerender on unit changeCaolán McNamara1-7/+11
2018-11-15Resolves: tdf#121432 don't insert an extra page when parent is tabcontrolCaolán McNamara1-24/+28
2018-11-15Resolves: tdf#121341 weld TrendlineTabPageCaolán McNamara3-3/+215
2018-11-15bind SalInstanceSpinButton to FormattedFieldCaolán McNamara4-85/+189
2018-11-15reformat when the unit changesCaolán McNamara1-0/+12
2018-11-15reformat on set_digits changeCaolán McNamara1-0/+10
2018-11-15vcl: ATK: remove the hyper_link_get_object implementationMichael Stahl1-10/+3
2018-11-15don't leak userdataCaolán McNamara2-21/+44
2018-11-15loplugin:staticmethods in vclNoel Grandin19-56/+46
2018-11-14Resolves: tdf#121229 ignore internal children of VclScrolledWindowCaolán McNamara2-4/+8
2018-11-14don't select all new text if there was no old textCaolán McNamara1-9/+7
2018-11-14avoid valgrind uninitialized jump warning with clangLuboš Luňák1-1/+1
2018-11-14Resolves: tdf#121394 listen to key strokes only if GDK_BUTTON_PRESS_MASK setCaolán McNamara1-2/+7
2018-11-14move fmtfieldCaolán McNamara2-0/+1187
2018-11-13android: remove redundant header causing build failure.Michael Meeks1-1/+0
2018-11-13GTK3: Make code robust against XAccessibleText::getCaretPosition returning -1Stephan Bergmann1-6/+9
2018-11-12tdf#119856: thread-proof creating frames and setting menusKatarina Behrens6-2/+34
2018-11-12tdf#119856: thread-proof kde5 fpicker execute() and getFiles()Katarina Behrens2-1/+12
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-12honor getNumDecimalSep for keypad input in native gtk3 dialogsCaolán McNamara1-0/+14
2018-11-12loplugin:singlevalfields in vclNoel Grandin3-62/+17
2018-11-11fix oss-fuzz buildCaolán McNamara1-0/+2
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann3-4/+14
2018-11-11cppCheck bRet reassigned before usedZdibák Zoltán1-1/+0
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2-7/+3
2018-11-10tdf#120703 PVS: make ImplGet(Cleaned)FieldUnits return referenceMike Kaganski4-44/+31
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-71/+57
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski3-9/+9
2018-11-10Fix typosAndrea Gelmini3-3/+3
2018-11-09No updateSettings() in AquaSalGraphicsTor Lillqvist1-1/+2
2018-11-09Don't build the CustomWidgetDraw code for iOS for nowTor Lillqvist1-2/+2
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky2-4/+3
2018-11-09custom widgets: Fix various warnings.Jan Holesovsky4-5/+5
2018-11-09LOK: custom widgets: simplify and correct colorsAshod Nakashian1-33/+0
2018-11-09LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian5-103/+32
2018-11-09LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian3-93/+89
2018-11-09LOK: custom widgets: check size of API structuresAshod Nakashian2-2/+6
2018-11-09LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.Jan Holesovsky1-4/+0
2018-11-09LOK: custom widgets: convert WidgetThemeLibrary to POD for ABI compatibilityAshod Nakashian1-37/+33