summaryrefslogtreecommitdiff
path: root/vcl/source/window/winproc.cxx
AgeCommit message (Expand)Author
2024-09-10use more concrete UNO type in vclNoel Grandin
2024-08-14cid#1557708 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-18remove ImplFrameToOutput and ImplOutputToFrameNoel Grandin
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas
2022-08-26vcl: implement rotate gesture infrastructurePovilas Kanapickas
2022-08-26vcl: implement zoom gesture infrastructurePovilas Kanapickas
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann
2022-02-18lok: reset and cancel properly Drag & Drop actionSzymon Kłos
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-02-11lok: add drag & drop functionalityHenry Castro
2022-02-11lok: fix the "mbStartDragCalled" statusHenry Castro
2022-02-10lok: introduce local mouse trackingHenry Castro
2022-02-08lok: introduce Application::LOKHandleMouseEventHenry Castro
2022-02-08lok: sc: introduce ImplLOKHandleMouseEventHenry Castro
2022-02-02Fix variable nameAndrea Gelmini
2022-01-28Temporary is enough here, to reduce scopeMike Kaganski
2022-01-24RTL: lok: handle mirrored mouse coordinatesSzymon Kłos
2021-12-10tdf#127341 Do not activate TextEdit at right-klick on URL in calcArmin Le Grand (Allotropia)
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-07-30use less GetOutDev()Noel Grandin
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei
2021-06-14tdf#142393 crash on filter by color dropdownlist (gen)Noel Grandin
2021-06-03vcl: check mpWindowImpl before referencing itGabriel Masei
2021-05-28IsDisposed->isDisposed in winprocNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-03-30tdf#133350 vcl focus loss: fix unwanted cancel of non-menu popupMiklos Vajna
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-01-28MouseSettingsOptions::AutoFocus is deadNoel Grandin
2020-12-15tdf#138932: don't modify KEY_DECIMAL for password boxMike Kaganski
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-02IsCallHandlersOnInputDisabled newly always return falseCaolán McNamara
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-07-06this warning is very common now because of native widgets in the hierarchyCaolán McNamara
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-04-07lok: Use a different window type for tooltips.Tamás Zolnai
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann