summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-10-11avoid O(n^2) in VclEventListeners::Call() if possibleLuboš Luňák2-2/+7
2021-10-08lok: reset and cancel properly Drag & Drop actionSzymon Kłos1-21/+27
2021-10-07Fix build error in ImplLOKHandleMouseEventSzymon Kłos1-2/+2
2021-10-07lok: fix sending mouse pointerHenry Castro1-2/+4
2021-10-07lok: sc: introduce LocalStartDrag methodHenry Castro4-9/+24
2021-10-07lok: add drag & drop functionalityHenry Castro1-0/+57
2021-10-07lok: fix the "mbStartDragCalled" statusHenry Castro1-1/+0
2021-10-07lok: add private member transfer data to GenericDragSourceHenry Castro1-1/+7
2021-10-07lok: add generic class DragContext, DropContextHenry Castro2-0/+59
2021-10-07lok: introduce local mouse trackingHenry Castro4-14/+58
2021-10-07lok: introduce Application::LOKHandleMouseEventHenry Castro3-2/+75
2021-10-07lok: sc: introduce ImplLOKHandleMouseEventHenry Castro2-0/+127
2021-10-06jsdialog: avoid compiler warning for plain vcl windowSzymon Kłos2-3/+12
2021-10-05do not block out PaintImmediately() in LOK modeLuboš Luňák1-7/+2
2021-10-05Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara1-2/+10
2021-10-04jsdialog: sidebar: fix master page layout value setsSzymon Kłos1-0/+2
2021-10-01Stopgap workaround for misspelling wavy underline drawing bug on iOSTor Lillqvist1-0/+5
2021-09-30tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+7
2021-09-30crashtesting: threaded scaling crash on re-export of ooo24840-1.sxw to odtCaolán McNamara1-1/+3
2021-09-30tdf#143796 Qt5/KF5 fix double-buffer graphicsJan-Marek Glogowski8-65/+43
2021-09-29Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna1-0/+5
2021-09-28jsdialog: dump tabs as arraySzymon Kłos1-2/+2
2021-09-28optimize out a bit of Invalidate() in LOK modeLuboš Luňák1-2/+5
2021-09-24jsdialog: weld plain widgetSzymon Kłos2-0/+14
2021-09-24jsdialog: weld BoxSzymon Kłos2-0/+25
2021-09-24Move SalInstanceBox decl to headerSzymon Kłos2-18/+24
2021-09-24jsdialog: send full update for autofilterSzymon Kłos1-0/+1
2021-09-17avoid more window invalidation in LOK modeLuboš Luňák1-0/+12
2021-09-15Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos1-0/+1
2021-09-08Revert "Tentative fix for crash in the iOS app"Tor Lillqvist1-2/+1
2021-09-08avoid painting to windows in LOK modeLuboš Luňák1-3/+18
2021-09-07tdf#138519 use gtk_adjustment_set_value instead of gtk_spin_button_set_valueCaolán McNamara1-1/+4
2021-09-02tdf#142394 return to using CAIRO_OPERATOR_SOURCE in drawBitmapCaolán McNamara1-0/+5
2021-09-02do not enable mbSupportsBitmap32 for headless (tdf#141171)Luboš Luňák1-0/+2
2021-09-02vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl1-2/+3
2021-08-26disable-pch fixNoel Grandin1-2/+1
2021-08-26Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl5-20/+61
2021-08-26vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58
2021-08-16undo blocking emitting focus events during grab_focusCaolán McNamara2-16/+9
2021-08-16move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-47/+6
2021-08-03vcl: avoid native widget pieces for disposed BorderWindow.Michael Meeks2-3/+4
2021-07-27jsdialog: dump id for imagesSzymon Kłos1-0/+1
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks1-1/+2
2021-07-16tdf#143245 activate-on-single-click only if 'up' is at active entryCaolán McNamara1-0/+9
2021-07-15jsdialog: dump FixedImageSzymon Kłos1-0/+20
2021-07-14jsdialog: dump selected state for toolitemsSzymon Kłos1-0/+2
2021-07-12vcl: make get_id safe for disposed windows.Michael Meeks1-1/+2
2021-07-11cid#1470369 Uninitialized scalar variableCaolán McNamara1-15/+3
2021-07-11cid#1202935 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-07-11tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+11