summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2019-04-24lazy image loading shouldn't read the entire .xls file (tdf#124828)Luboš Luňák
2019-04-23Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian
2019-04-19drop some unneeded includesCaolán McNamara
2019-04-18weld ScOptSolverDlgCaolán McNamara
2019-04-18forcepoint#78 large double cast to sal_Int32 wraps to negCaolán McNamara
2019-04-17Initialize ImplCursorData members as requiredStephan Bergmann
2019-04-17tdf#124597 template select dialog launched before parent gets final sizeCaolán McNamara
2019-04-17tdf#124032 fix Edit background drawingTomaž Vajngerl
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16abort() in dbgutil mode if OpenGL shader compilation failsLuboš Luňák
2019-04-16Missing include (Windows --disable-pch)Stephan Bergmann
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák
2019-04-16Test an alpha VirtualDevice and fix GetPixel and DrawPixelTomaž Vajngerl
2019-04-16edit widget not redrawing text properlyCaolán McNamara
2019-04-16Add test for BitmapEx GetPixelColor for 24+8 and 32bit BitmapsTomaž Vajngerl
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-15move ImpNodeCache into Octree.cxx and clean-upTomaž Vajngerl
2019-04-14Octree: more clean-up, avoid memset, prefix member varsTomaž Vajngerl
2019-04-14put Octree classes out of formatting blacklistTomaž Vajngerl
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-13BitmapScaleSuper: rename the func. names to reflect what they doTomaž Vajngerl
2019-04-13BitmapScaleSuper: generalize 24bit scalingTomaž Vajngerl
2019-04-13BitmapScaleSuper: make it easy to change the percisionTomaž Vajngerl
2019-04-13use more std::make_uniqueNoel Grandin
2019-04-13tdf#124543 add functs. to scale 32bit bitmaps to BitmapScaleSuperTomaž Vajngerl
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara
2019-04-12prefer vector::data to &vector[0]Caolán McNamara
2019-04-12loplugin:unusedmethodsNoel Grandin
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl
2019-04-12drop warning we're going to do nothing aboutCaolán McNamara
2019-04-11weld ScDbNameDlgCaolán McNamara
2019-04-11weld ScNameDlgCaolán McNamara
2019-04-10Fix typoAndrea Gelmini
2019-04-10weld ScCorrelationDialogCaolán McNamara
2019-04-10tdf#82009 TreeList move painting of drag target into Paint func.Tomaž Vajngerl
2019-04-10tdf#124238 - Show a Tip-Of-The-Day dialog on startupheiko tietze
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-04-10vcl PDF import: clean up CompatibleWriterMiklos Vajna
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-04-09Just use the ResettableGuard's functions...Jan-Marek Glogowski
2019-04-09remove some usages of BitmapColor outside of VCLTomaž Vajngerl
2019-04-09n_children is count of toplevel nodesCaolán McNamara
2019-04-09tdf#103322 GlyphItem::m_aLinearPos use getX() instead of X()Alexander Farrow
2019-04-08IsInPopupMode returns true when !mbInPopupModeCaolán McNamara
2019-04-08pdf: always write resource dict for content streamsThorsten Behrens
2019-04-08improve combining in hash functionsNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-06tdf#124579: ensure to provide an event to wake up main loop when notifyingMike Kaganski