summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Expand)Author
2021-04-10tdf#130326 related, speed up drawingNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-07avoid pointless O(N^2) dynamic_castLuboš Luňák
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-09add some Timer debug namesLuboš Luňák
2021-03-07ref-count SdrPageNoel
2021-02-20loplugin:refcounting in svxNoel
2021-02-15loplugin:referencecasting in svxNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-09remove sdrgrafprimitive2d.{cxx,hxx} from excludelistTomaž Vajngerl
2021-01-08Introduce Color::IsFullyTransparentNoel
2021-01-06tdf#134288 svx: fix rendering of text on a zero-width shapeMiklos Vajna
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-24custom literal for Degree10Noel Grandin
2020-12-22use precalculated members of GeoState..Noel
2020-12-22rename members of GeoStat classNoel
2020-12-02tdf#129961 svx: add rendering for table shadow as direct formatMiklos Vajna
2020-12-01do not unnecessarily explicitly force gradient step count (tdf#138581)Luboš Luňák
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-18sd: fix transparency when drawing OverlayPolyPolygonTomaž Vajngerl
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl
2020-10-16tdf#128212 Change the text z camera rotation order.Gülşah Köse
2020-10-13static_cast after dynamic_castNoel
2020-10-08Don't needlessly convert to sal_Int32 instead of longStephan Bergmann
2020-09-30loplugin:reducevarscope in svxNoel
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-18[API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna
2020-09-11Handle empty rRange in OverlayManager::RangeToInvalidateRectangleStephan Bergmann
2020-09-01Fix typoAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-06loplugin:flatten in svx/sdrNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-11scPrintTwipsMsgs: Use print logical coordinates for draw objectsDennis Francis
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann