summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2024-04-22tdf#160431 Inverts webp file image when insertedNoel Grandin
2024-04-22tdf#159660: also add normal blend filterXisco Fauli
2024-04-22tdf#159660: Add support for lighten mode in feBlendXisco Fauli
2024-04-22tdf#159660: Add support for darken mode in feBlendXisco Fauli
2024-04-22tdf#159660: Add support for multiply mode in feBlendXisco Fauli
2024-04-22tdf#159660: premultiply colors for screen blendXisco Fauli
2024-04-22tdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski
2024-04-19mpReqFontName is potentially pointing to freed memoryNoel Grandin
2024-04-19loplugin:constantparam in vclNoel Grandin
2024-04-19tdf#160721: nothing is displayed in case of wrong 'in' referenceXisco Fauli
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-04-18tdf#160016 tdf#160704 Set the direction from src in StretchAndConvertTomaž Vajngerl
2024-04-18tdf#160698: fix crash after opening print dialogTibor Nagy
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-16tdf#48062: Add support for arithmetic in feCompositeXisco Fauli
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-14Use more o3tl::convertMike Kaganski
2024-04-13Use more o3tl::convertMike Kaganski
2024-04-13Don't use lround when assigning to a doubleMike Kaganski
2024-04-12tdf#159660: Add support for screen mode in feBlendXisco Fauli
2024-04-11a11y: Assign a11y role for WindowType::PROGRESSBARMichael Weghorn
2024-04-11vcl a11y: Reformat switch-case in Window::getDefaultAccessibleRoleMichael Weghorn
2024-04-10vcl: return earlier if size is emptyXisco Fauli
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin
2024-04-07cid#1596238 clarify Explicit null dereferencedCaolán McNamara
2024-04-07tdf#160342 Unwanted space before end of line when printingAron Budea
2024-04-05Silence strange -Wclobbered with recent GCC 14Stephan Bergmann
2024-04-05tdf#147906 Use std::hypot for Pythagorean distanceRMZeroFour
2024-04-05a11y: Enable accessibility for comboboxes in sidebarAntony
2024-04-04A number of bogus GCC 13 warnings still hit with recent GCC 14 trunkStephan Bergmann
2024-04-02Related: tdf#157480 use SSL_CERT_FILE on macOS tooCaolán McNamara
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-04-02Fix UB after 8962141a12c966b2d891829925e6203bf8d51852Mike Kaganski
2024-04-01tdf#151413: add UTF-8 data to the Link clipboard formatMike Kaganski
2024-04-01tdf#160436: fix glyph bounds calculation for vertical glyphsMike Kaganski
2024-04-01tdf#160430: Fix glyph bounds calculation, and use basegfx::B2DRectangleMike Kaganski
2024-04-01vcl: get rid of NO_PENDING defineTomaž Vajngerl
2024-04-01vcl: remove partial XPM image loadingTomaž Vajngerl
2024-03-31Resolves: tdf#157587 IconView scoll range not updatedCaolán McNamara
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen
2024-03-30Simplify and avoid const_castMike Kaganski
2024-03-30This should copy from sourceMike Kaganski
2024-03-30vcl: cleanup XPMReader class - rename members with clearer namesTomaž Vajngerl
2024-03-30vcl: remove partial XBM image loadingTomaž Vajngerl
2024-03-30vcl: add resetLastUsed to ImpGraphTomaž Vajngerl
2024-03-30vcl: cleanup and prefixmembers of XBMReaderTomaž Vajngerl
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl
2024-03-30Related: tdf#160159 use a stock icon for the character mapCaolán McNamara
2024-03-29ofz#67699 Integer-overflowCaolán McNamara