summaryrefslogtreecommitdiff
path: root/vcl/source/window/mouse.cxx
AgeCommit message (Expand)Author
2024-09-10use more concrete UNO type in vclNoel Grandin
2024-08-26cid#1556160 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-05cool#7254 crash on double click of value set item in bullets and numberingCaolán McNamara
2023-07-18remove ImplFrameToOutput and ImplOutputToFrameNoel Grandin
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti
2022-11-09vcl: fix crash in Window::LeaveWait()Miklos Vajna
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-02-15lok: fix sending mouse pointerHenry Castro
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-01-09Catch exception if failing to set the drag sourceJan-Marek Glogowski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei
2021-06-03vcl: check mpWindowImpl before referencing itGabriel Masei
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2021-05-29IsDisposed->isDisposed in vcl/../windowNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-01-19add OutputDevice::GetOutputRectPixel methodNoel Grandin
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-06-21weld DateField Calendar floating windowCaolán McNamara
2020-02-04add a way to return focus to the main widgetCaolán McNamara
2020-01-30vcl: fix UB in vcl::Cursor::ImplDoShow()Miklos Vajna
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-02-13Pointer is pointlessNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-26remove unused StartTrackingFlags enum valuesNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): vclStephan Bergmann
2018-03-02drop old tools/gen methods in vclNoel Grandin
2018-02-27lok: mouse pointer events on document windows onlyPranav Kant
2018-02-27lok sc: Post mouse events to main threadPranav Kant
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-18Window::ReleaseMouse warning isn't helpfulCaolán McNamara