summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartWindow.cxx
AgeCommit message (Expand)AuthorFilesLines
11 daysloplugin:ostr in chart2Noel Grandin1-1/+1
2023-07-26improve override of Window::Invalidate(*)Noel Grandin1-14/+2
2022-10-24Drop Window::LogicMouse*Mike Kaganski1-15/+0
2022-02-23Resolves: tdf#147292 the area of the tooltip is wrongCaolán McNamara1-5/+6
2022-01-20WASM re-activate and fix the Chart buildArmin Le Grand (Allotropia)1-0/+5
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-7/+3
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-16/+25
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-3/+1
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-1/+3
2021-08-05improve LOK notifyInvalidationNoel Grandin1-4/+4
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2019-12-16chart2: clear listener parents in disposeAshod Nakashian1-0/+1
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen1-1/+0
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-2/+1
2018-07-17remove the GL based 3D chartsMarkus Mohrhard1-51/+1
2018-03-02lo chart2: The LokChartHelper must post the mouse events too.Jan Holesovsky1-0/+15
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin1-10/+10
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-4/+4
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-4/+4
2017-08-03Fix JunitTest chart2 unoapiJan-Marek Glogowski1-1/+3
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-0/+110
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-29loplugin:unusedmethodsNoel Grandin1-6/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-07-16uitest: some initial work on the chart selectionMarkus Mohrhard1-0/+5
2016-07-16uitest: add initial support for selecting chart elementsMarkus Mohrhard1-0/+6
2016-06-20uitest: set id for chart windowMarkus Mohrhard1-0/+1
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-1/+1
2016-03-25fix headless buildOliver Specht1-1/+5
2016-03-14com::sun::star->css in chart2Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12loplugin:mergeclassesNoel Grandin1-15/+5
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl1-2/+6
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-4/+4
2015-05-14refactor chart2 classes to use RenderContextTomaž Vajngerl1-3/+3
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl1-3/+3
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-17chart2: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+2
2015-04-09Double dispose protection.Michael Meeks1-0/+1