summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Related: tdf#97822 vcl opengl gtk2: fix missing slider widgetMiklos Vajna2-66/+58
2019-04-15loplugin:sequentialassign in vclNoel Grandin25-73/+32
2019-04-15move ImpNodeCache into Octree.cxx and clean-upTomaž Vajngerl2-51/+44
2019-04-14Octree: more clean-up, avoid memset, prefix member varsTomaž Vajngerl3-144/+143
2019-04-14vcl: add a basic Octree testTomaž Vajngerl1-0/+51
2019-04-14put Octree classes out of formatting blacklistTomaž Vajngerl3-190/+189
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl6-7/+7
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski4-2/+11
2019-04-13BitmapScaleSuper: rename the func. names to reflect what they doTomaž Vajngerl1-13/+16
2019-04-13BitmapScaleSuper: generalize 24bit scalingTomaž Vajngerl1-250/+109
2019-04-13BitmapScaleSuper: make it easy to change the percisionTomaž Vajngerl1-202/+215
2019-04-13tdf#97822 vcl opengl gtk2: fix missing list node widgetMiklos Vajna2-10/+20
2019-04-13use more std::make_uniqueNoel Grandin6-7/+7
2019-04-13tdf#124543 add functs. to scale 32bit bitmaps to BitmapScaleSuperTomaž Vajngerl1-2/+213
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl2-37/+129
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-3/+4
2019-04-12prefer vector::data to &vector[0]Caolán McNamara10-32/+32
2019-04-12loplugin:unusedmethodsNoel Grandin1-11/+0
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl3-12/+31
2019-04-12downgrade warning to infoCaolán McNamara1-1/+1
2019-04-12drop warning we're going to do nothing aboutCaolán McNamara1-4/+0
2019-04-11weld ScDbNameDlgCaolán McNamara2-0/+20
2019-04-11weld ScNameDlgCaolán McNamara2-0/+27
2019-04-10fix build failure, use explicit $(SRCDIR)Caolán McNamara1-1/+1
2019-04-10Fix typoAndrea Gelmini1-1/+1
2019-04-10weld ScCorrelationDialogCaolán McNamara2-0/+203
2019-04-10tdf#124652 Guard Gtk3KDE5FolderPicker::execute with SolarMutexGuardMichael Weghorn1-1/+5
2019-04-10tdf#82009 TreeList move painting of drag target into Paint func.Tomaž Vajngerl3-16/+23
2019-04-10tdf#124238 - Show a Tip-Of-The-Day dialog on startupheiko tietze4-0/+36
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai2-17/+2
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen3-0/+3
2019-04-10vcl PDF import: clean up CompatibleWriterMiklos Vajna1-13/+4
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai4-0/+11
2019-04-09Just use the ResettableGuard's functions...Jan-Marek Glogowski1-12/+10
2019-04-09remove some usages of BitmapColor outside of VCLTomaž Vajngerl1-3/+3
2019-04-09n_children is count of toplevel nodesCaolán McNamara1-1/+1
2019-04-09tdf#103322 GlyphItem::m_aLinearPos use getX() instead of X()Alexander Farrow2-6/+6
2019-04-08IsInPopupMode returns true when !mbInPopupModeCaolán McNamara2-2/+6
2019-04-08pdf: always write resource dict for content streamsThorsten Behrens1-8/+10
2019-04-08tdf#124567 Print dialog: distance & margin mixed upRasmus Jonsson1-9/+9
2019-04-08improve combining in hash functionsNoel Grandin3-17/+20
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-2/+2
2019-04-06weld OTableSubscriptionDialogCaolán McNamara1-1/+7
2019-04-06tdf#124579: ensure to provide an event to wake up main loop when notifyingMike Kaganski1-3/+9
2019-04-06weld OTableSubscriptionPageCaolán McNamara4-49/+267
2019-04-06crashtesting, threading crash with bitmapinfoaccess_null_ptr_deref.sampleCaolán McNamara2-0/+17
2019-04-06tdf#119931 Fix accessibility warnings in printerpaperpage.uiRasmus Jonsson1-0/+4
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski5-84/+20
2019-04-05fix spinbox right press SVG - plus sign didn't define a colorTomaž Vajngerl1-2/+2
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl1-4/+6