summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2024-11-10com::sun::star -> cssMike Kaganski1-1/+1
2024-11-08loplugin:reftotemp in canvasNoel Grandin4-28/+28
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin1-6/+1
2024-05-06loplugin:ostr in canvasNoel Grandin3-9/+9
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-1/+1
2024-01-02tdf#145538 Use range based for loopsLuv Sharma1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-08-19loplugin: new global analysis locking2Noel Grandin2-6/+0
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in canvas"Noel Grandin1-18/+4
2023-08-11clang-tidy bugprone-parent-virtual-call in canvasNoel Grandin1-4/+18
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny3-1/+28
2023-06-05Use getXWeak in canvasMike Kaganski2-3/+2
2023-02-28BaseMutex->std::mutex in oglcanvas::TextLayoutNoel Grandin2-14/+11
2023-02-24BaseMutex->std::mutex in oglcanvas::CanvasFontNoel Grandin2-8/+5
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-23loplugin:unocast (canvas::ParametricPolyPolygon)Stephan Bergmann1-1/+2
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+4
2022-10-17tdf#145538 - Use range based for loopsOmkarAcharekar1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann5-5/+5
2022-05-21clang-tidy modernize-pass-by-value in canvasNoel Grandin6-19/+23
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-10-15Simplify vector initialization in canvasJulien Nabet1-4/+2
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin4-8/+1
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-08-08use some forward declaresCaolán McNamara2-0/+2
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-05-24adapt oglcanvas::SpriteDeviceHelper::getDeviceHandleCaolán McNamara1-1/+2
2021-05-14Directly initialize vectors in ogl_spritedevicehelper.cxxJulien Nabet1-5/+4
2021-03-08loplugin:refcounting check for one more caseNoel1-1/+2
2021-02-22loplugin:refcounting in canvasNoel1-3/+3
2021-02-17loplugin:referencecasting in canvasNoel1-1/+1
2021-02-16ofz#1473106 Uninitialized scalar fieldCaolán McNamara1-43/+45
2021-02-15cid#1292911 experiment to see what the complaint is referring toCaolán McNamara1-45/+43
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-0/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-2/+0
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman12-48/+12
2020-08-31Fix typo in codeAndrea Gelmini1-5/+5
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2-2/+2
2020-07-16compact namespace: basegfx,canvasNoel Grandin2-7/+5
2020-07-05canvas/opengl: create instances with uno constructorsNoel Grandin2-27/+12
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-5/+3
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2-2/+2
2020-05-08compact namespace in canvas..cuiNoel Grandin3-6/+6
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-18loplugin:flatten in canvasNoel Grandin1-13/+13
2020-02-12move some canvas/ headers inside the moduleNoel Grandin4-8/+8