summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-10-01tdf#144846 launch gtk3 menubar menus from LibreOffice codeCaolán McNamara
2021-10-01bundle key forward calls together as a functionCaolán McNamara
2021-10-01loplugin:constmethodNoel Grandin
2021-10-01loplugin:constparamsNoel Grandin
2021-10-01Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara
2021-09-30no need to allocate ImplVectMap on the heapNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30Related: tdf#141633 drawing buttons to outputdevice affects later drawingCaolán McNamara
2021-09-30tdf#141633 multiple line entry font size/zoom not taking effectCaolán McNamara
2021-09-30vcl: initialize variables in ImplMapRes declarationChris Sherlock
2021-09-30loplugin:unusedcapturedefault (clang-cl)Stephan Bergmann
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-09-30vcl: remove MetaActionType param from DrawBitmap/DrawBitmapEx/DrawMaskChris Sherlock
2021-09-29Use SetControlFont to set the font size for these controlsCaolán McNamara
2021-09-29Related: tdf#141633 PointFont gets overwritten by ControlFontCaolán McNamara
2021-09-29Resolves: tdf#144783 shift+RETURN not searching backwardsCaolán McNamara
2021-09-29qt: Use actual major Qt version number in toolkit IDMichael Weghorn
2021-09-29qt6: Add a qt6 VCL pluginMichael Weghorn
2021-09-29qt5: Drop "5" from VCLPLUG_QT5_{IMPLEMENTATION,PUBLIC} definesMichael Weghorn
2021-09-29qt5: Rename sources + headers according to new class namesMichael Weghorn
2021-09-29qt5: Remove "5" from class names in qt5 VCL pluginMichael Weghorn
2021-09-29Unify how Qt/KF build flags/libs are setMichael Weghorn
2021-09-29drop 'using namespace std' hereRoman Kuznetsov
2021-09-29qt5/kf5: Drop 'qt5/' prefix from includesMichael Weghorn
2021-09-29gtk4: fix buildCaolán McNamara
2021-09-28tdf#144139 gen backend doesn't crash but DrawOutDev is a null op for PrintersCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28tdf#144139 don't crash when OutputDevice is a printerCaolán McNamara
2021-09-28optimize out a bit of Invalidate() in LOK modeLuboš Luňák
2021-09-28tdf#144754 WIN de-assert ReleaseFonts / setFontJan-Marek Glogowski
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-27gtk4: use gtk_widget_unparent to drop ref count to 0 and destroyCaolán McNamara
2021-09-27gtk3: fix fullscreen modeCaolán McNamara
2021-09-27gtk4: get full screen opengl transitions non-crashingCaolán McNamara
2021-09-27gtk4: get toggling into full screen mode workingCaolán McNamara
2021-09-27Need a dummy AquaGraphicsBackend::drawNativeControl() on iOSTor Lillqvist
2021-09-27Need vcl/quartz/AquaGraphicsBackend for iOS, tooTor Lillqvist
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock
2021-09-25tdf#143148 - Use pragma once instead of include guardsChris Sherlock
2021-09-25add dbffuzzerCaolán McNamara
2021-09-25WIN call RealizePalette from setPaletteJan-Marek Glogowski
2021-09-25WIN handle graphics palette with deinitJan-Marek Glogowski
2021-09-25WIN WinSalPrinter::isValid implies a valid HDCJan-Marek Glogowski
2021-09-25WIN always (de-)init WinSalGraphicsJan-Marek Glogowski
2021-09-24qt5: Avoid calling QApplication::fontMetricsMichael Weghorn
2021-09-24qt5: Don't use deprecated QStyleOptionProgressBarV2 typedefMichael Weghorn
2021-09-24qt5: Replace use of deprecated QDesktopWidget in Qt5SystemMichael Weghorn