Age | Commit message (Expand) | Author |
2020-09-29 | disentangle AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-28 | rename for disentangling AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-25 | forward axial and radial gradient types to VCL too | Luboš Luňák |
2020-09-25 | use vcl lin. gradient drawing in drawinglayer + cairo impl. | Tomaž Vajngerl |
2020-09-21 | update pches | Caolán McNamara |
2020-09-13 | tdf#124176 Use #pragma once in drawinglayer | George Bateman |
2020-09-09 | Move the validity check before color manipulations | Mike Kaganski |
2020-09-07 | Fix typo | Andrea Gelmini |
2020-09-07 | fix warning of OutputDevice::Push calls != OutputDevice::Pop calls | Caolán McNamara |
2020-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara |
2020-09-02 | move Edit into toolkit only headers | Caolán McNamara |
2020-08-30 | Fix typo in code | Andrea Gelmini |
2020-08-29 | Fix typos | Andrea Gelmini |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | remove some unused includes and update pches | Caolán McNamara |
2020-08-25 | add a getCaretPositions like getTextArray | Caolán McNamara |
2020-08-21 | -Werror,-Wunused-variable (clang-cl) | Stephan Bergmann |
2020-08-20 | Fix typo in code | Andrea Gelmini |
2020-08-20 | Deduplicate some code | Mike Kaganski |
2020-08-19 | tdf#127471 Remove font width scaling hack | Samuel Mehrbrodt |
2020-08-18 | Fix typos | Andrea Gelmini |
2020-08-17 | tdf#134052:shadow appears solid instead of blurry in presentation mode | A_GAN |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-14 | tdf#135500: always use transparent and clear content vdev in impBufferDevice | Mike Kaganski |
2020-08-13 | remove polygonprimitive2d.cxx from clang-format blacklist | Tomaž Vajngerl |
2020-08-13 | remove texteffectprimitive2d.{cxx,hxx} from clang-format blacklist | Tomaž Vajngerl |
2020-08-13 | remove textprimitive2d.cxx from clang-format blacklist | Tomaž Vajngerl |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
2020-08-03 | -Werror=redundant-move | Stephan Bergmann |
2020-07-20 | limit bitmap size for glow/softedge effects to visible area (tdf#134237) | Luboš Luňák |
2020-07-16 | compact namespace: drawinglayer | Noel Grandin |
2020-07-16 | hack for gradients split into adjacent polygons (tdf#133016) | Luboš Luňák |
2020-07-13 | move Primitive2dXmlDump from drawinglayer::tools to drawinglayer NS | Tomaž Vajngerl |
2020-07-12 | update pches | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-07 | drawinglayer: create instances with uno constructors | Noel Grandin |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: drawinglayer | Stephan Bergmann |
2020-07-01 | avoid costly to-monochrome-bitmap conversion with Skia (tdf#134365) | Luboš Luňák |
2020-06-29 | loplugin:constantparam | Noel Grandin |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |
2020-06-19 | tdf#134134: consider color modifier stack when pixel-processing | Mike Kaganski |
2020-06-15 | Add process function to create the blur shadow | A_GAN |
2020-06-04 | Update ShadowPrimitive2D to support shadow blur | A_GAN |
2020-06-03 | Upcoming loplugin:elidestringvar: drawinglayer | Stephan Bergmann |
2020-05-30 | Add TODOs | Mike Kaganski |
2020-05-29 | loplugin:simplifybool in dbaccess..framework | Noel Grandin |
2020-05-29 | tdf#101181: disable antialiasing for mask | Mike Kaganski |
2020-05-29 | Add blur attributies and definitons into shadow classes and properities | A_GAN |
2020-05-29 | Use buffer with alpha in VclProcessor2D::RenderUnifiedTransparencePrimitive2D | Mike Kaganski |
2020-05-29 | tdf#101181: use buffer device with alpha in glow effect | Mike Kaganski |