summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-06-21Refactor PopupMenu::ImplExecute for async supportJan-Marek Glogowski1-64/+85
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski19-127/+170
2022-06-21svp: fix UB SalGraphics vector accessJan-Marek Glogowski1-1/+1
2022-06-21OUStringBuffer: add append via operator<<(T&&)Jan-Marek Glogowski2-0/+25
2022-06-21Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt2-0/+8
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock7-31/+33
2022-06-21vcl: rename ImplAnimView to AnimationRendererChris Sherlock6-85/+89
2022-06-20add a fuzzer for our lock filesCaolán McNamara4-0/+101
2022-06-20Use of uninitialised value of size 8 on export to pdfCaolán McNamara1-1/+3
2022-06-20tdf#141026 Put user and computer name into collapsed sectionSiddhant Chaudhary2-0/+271
2022-06-20ofz#39186 reduce max length allowedCaolán McNamara1-1/+1
2022-06-19qt: Fix qt6 build after fbc61e06584ff8e6d9240f8b67be8dc28ecab5b9Michael Weghorn3-5/+17
2022-06-18qt a11y: Handle special value of -1 for text offsetMichael Weghorn1-0/+4
2022-06-18Qt move most X11 specifics into QtX11SupportJan-Marek Glogowski8-78/+192
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl1-92/+92
2022-06-17Fix and add ostreams for vcl::WindowPosSizeJan-Marek Glogowski1-1/+1
2022-06-17WIN drop window state redundanciesJan-Marek Glogowski2-123/+88
2022-06-17qt a11y: Forward STATE_CHANGED event as suchMichael Weghorn2-2/+116
2022-06-17Convert ImplWindowStateFromStr to WindowData(str)Jan-Marek Glogowski3-10/+4
2022-06-17Qt use QEvent::type to handle the event correctlyJan-Marek Glogowski2-34/+15
2022-06-17handle GC* pixmap functions on Mac reading past pixmap (tdf#145843)Luboš Luňák1-0/+12
2022-06-16This should apparently be a true assertStephan Bergmann1-1/+2
2022-06-15Make sure pEntry is not nullSamuel Mehrbrodt1-1/+1
2022-06-15ofz#47699 TimeoutCaolán McNamara1-2/+10
2022-06-15Add support for exporting EMZ/WMZofftkp1-18/+50
2022-06-15vcl: change maList in Animation to maFramesChris Sherlock1-45/+46
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski14-34/+0
2022-06-14ofz#47668 OOM on massive line widthsCaolán McNamara1-0/+8
2022-06-14Make PARTIAL_FULLSCREEN a X11SalFrame boolJan-Marek Glogowski4-19/+11
2022-06-14Remove some unused includesMiklos Vajna1-1/+0
2022-06-13vcl: restore lost spinner imagesMiklos Vajna1-0/+35
2022-06-13Revert "tdf#98743: TIFF export uses 96dpi by default"Julien Nabet1-4/+11
2022-06-13remove #undefNoel Grandin1-2/+0
2022-06-13make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák2-22/+21
2022-06-13avoid uninitialized data when handling WindowStateLuboš Luňák1-17/+12
2022-06-13vcl: Trigger IconView action on space key as wellMichael Weghorn1-0/+1
2022-06-13crashtesting: fix crash seen on loading forum-mso-de-98993.xlsxCaolán McNamara2-2/+2
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky1-29/+57
2022-06-11tdf#98743: TIFF export uses 96dpi by defaultJulien Nabet1-11/+4
2022-06-10Entry may have no textMike Kaganski2-12/+4
2022-06-10new loplugin:moveitNoel Grandin5-7/+7
2022-06-10tdf#135346: vcl_pdfexport: Add unittestXisco Fauli2-0/+17
2022-06-10tdf#114256: vcl_pdfexport: Add unittestXisco Fauli2-0/+16
2022-06-10Add asserts to those places where I fixed a EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-0/+2
2022-06-09Accessibility for IconViewMike Kaganski6-0/+85
2022-06-09loplugin:unusedmethodsNoel Grandin5-45/+3
2022-06-09a Frame has max two childrenCaolán McNamara1-1/+1
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny4-32/+53
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski39-1024/+896
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara2-0/+16