summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-2610-38/+38
* don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák2020-08-191-17/+27
* Fix typo in codeAndrea Gelmini2020-08-191-1/+1
* [API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin2020-08-171-9/+1
* tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna2020-08-141-4/+17
* loplugin:simplifybool moreNoel Grandin2020-08-142-3/+2
* Throw detailed IllegalArgumentException regardless of OSL_DEBUG_LEVELStephan Bergmann2020-08-051-4/+0
* loplugin:simplifypointertobool (clang-cl)Stephan Bergmann2020-08-045-9/+9
* loplugin:makeshared (clang-cl)Stephan Bergmann2020-08-045-7/+8
* -Werror,-Wunused-function (clang-cl)Stephan Bergmann2020-08-041-7/+0
* fix leak in CppunitTest_cppcanvas_testNoel Grandin2020-07-311-1/+7
* tdf#135078: let vclcanvas::SpriteCanvas implement css::lang::XServiceInfoMike Kaganski2020-07-242-1/+23
* compact namespace: basegfx,canvasNoel Grandin2020-07-166-24/+13
* canvas/gdiplus: create instances with uno constructorsNoel Grandin2020-07-143-48/+65
* canvas/directx9: create instances with uno constructorsNoel Grandin2020-07-144-31/+41
* tdf#134647 crash going to next slide on slideshowNoel Grandin2020-07-114-2/+48
* prefer 8bit bitmap masks to 1bpp masksLuboš Luňák2020-07-101-2/+2
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* replace usage of whitelist with allowlistThorsten Behrens2020-07-101-1/+1
* replace usage of blacklist with denylistThorsten Behrens2020-07-103-14/+14
* cairo/canvas: create instances with uno constructorsNoel Grandin2020-07-067-86/+28
* canvas/simple: create instances with uno constructorsNoel Grandin2020-07-052-15/+9
* canvas/vcl: create instances with uno constructorsNoel Grandin2020-07-057-81/+27
* canvas/opengl: create instances with uno constructorsNoel Grandin2020-07-052-27/+12
* Small refactorMike Kaganski2020-06-291-16/+8
* use more std::container::insert instead of std::copyNoel Grandin2020-06-242-9/+4
* vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák2020-06-151-21/+8
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-286-7/+7
* loplugin:simplifybool in canvas..cuiNoel Grandin2020-05-281-8/+8
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-264-8/+8
* isCairoRenderable is newly unusedCaolán McNamara2020-05-242-29/+0
* remove now unnecessary cairo/virtual-device syncingCaolán McNamara2020-05-242-35/+3
* platforms using the cairo canvas use cairo for text rendering alreadyCaolán McNamara2020-05-243-195/+12
* remove unnecessary polypolygon subdivideLuboš Luňák2020-05-221-6/+0
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-153-10/+9
* new loplugin:simplifypointertoboolNoel Grandin2020-05-103-7/+7
* compact namespace in canvas..cuiNoel Grandin2020-05-087-25/+23
* fix bug in extracting propertyNoel Grandin2020-05-071-1/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-271-0/+1
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-224-0/+4
* loplugin:flatten in canvasNoel Grandin2020-04-1814-672/+672
* loplugin:buriedassign in c*Noel Grandin2020-04-142-13/+16
* tdf#124176 Use pragma once instead of include guardsgokaysatir2020-03-237-28/+7
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-121-50/+50
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-2/+2
* avoid pointless alpha->mask conversionLuboš Luňák2020-02-191-4/+12
* document CANVAS_SPRITE_BOUNDSLuboš Luňák2020-02-171-0/+6
* draw sprite bounds in vclcanvas only if explicitly asked forLuboš Luňák2020-02-161-1/+4
* move some canvas/ headers inside the moduleNoel Grandin2020-02-1285-96/+4403
* loplugin:makeshared (clang-cl)Stephan Bergmann2020-02-0310-57/+65