summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpntv.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-01tdf#160444 check device's owner window is a nullptrPatrick Luby1-1/+6
2024-01-19cool#7769 Reduce unnecessary invalidations on calc saveCaolán McNamara1-11/+4
2023-12-13Drop some wrapper methods from SvtOptionsDrawinglayerGabor Kelemen1-3/+3
2023-11-28Always send theme-change in kit-mode even if the global theme is the sameCaolán McNamara1-1/+3
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin1-4/+2
2023-07-12tdf#105362 better support for transparency in PNG & GIF exportArmin Le Grand (allotropia)1-4/+13
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin1-13/+14
2023-04-14lok: draw textboxes under editSzymon Kłos1-1/+1
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-1/+2
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-7/+5
2022-11-18AddWindowToPaintView -> AddDeviceToPaintViewMike Kaganski1-7/+5
2022-11-09lok: masterpage: don't render text edits from different modeSzymon Kłos1-13/+16
2022-08-22lok: Dont render active text edit on slide previewsSzymon Kłos1-1/+3
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin1-1/+1
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-03-01use SfxItemSet::GetItemIfSet in svxNoel Grandin1-6/+8
2022-02-11svx: fix dynamic cast SdrViewHenry Castro1-2/+5
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin1-1/+2
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-0/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-08-18loplugin:constparamsNoel Grandin1-2/+2
2021-07-25use officecfg for drawing optionsNoel Grandin1-2/+3
2021-05-17split OutputDevice from WindowNoel Grandin1-10/+8
2021-04-20lok: Don't invalidate GluePointsmerttumer1-0/+5
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-0/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-5/+5
2020-09-25remove ImpClearVars, set values in the constructorTomaž Vajngerl1-52/+39
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-38/+38
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann1-2/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-1/+1
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-16/+0
2020-02-28Fix typoAndrea Gelmini1-1/+1
2020-02-27tdf#130768 Make tiled writer paint reuse decomposesArmin Le Grand1-4/+14
2019-12-04drop dbgutil SdrItemBrowser FloatingWindowCaolán McNamara1-57/+0
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+3
2019-05-17there's already a way to customize the invalidationCaolán McNamara1-4/+6
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-3/+2
2019-03-08new loplugin constvarsNoel Grandin1-31/+0
2018-12-20use unique_ptr in SdrPaintViewNoel Grandin1-18/+9
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-9/+6
2018-07-31loplugin:returnconstant in svxNoel Grandin1-6/+3
2018-07-09loplugin:oncevarNoel Grandin1-1/+1
2018-05-03loplugin:useuniqueptr in SdrPaintViewNoel Grandin1-8/+5
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-4/+7
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-7/+4
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-4/+7
2018-03-29loplugin:virtualdown in svxNoel Grandin1-7/+0