# Tools and Non-Build Scripts Tools and scripts mostly not used during the build This direction has a number of key pieces (?) that are used during the build, or are simply generally useful. One example is `bin/run`. This utility can be used to run the executables in this folder: workdir/LinkTarget/Executable Format of the usage is: ./bin/run application [parameters]|--list|--help Use --list (same as -list or -l) to get the list of executables Use --help (same as -help or -h) to get this help Another example is: bin/find-german-comments which will try to detect and extract all the German comments in a given source code hierarchy `/` directory. Please note that the associated issue [tdf#39468](https://bugs.documentfoundation.org/show_bug.cgi?id=39468) is now marked as RESOLVED/FIXED, so don't expect many German comments. aoo/trunk LibreOffice 核心代码仓库文档基金会
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