summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2024-05-07gtk3 a11y: Drop WindowEventHandler completelyMichael Weghorn
2024-05-05replace createFromAscii with OUString literals in vcl::pdf::BuildinFontNoel Grandin
2024-05-02jsdialog: fix updating on container "reorder_child" or "move"Tomaž Vajngerl
2024-04-30qt: Guard clipboard mime data with SolarMutexMichael Weghorn
2024-04-30qt: Avoid race on QtTransferable memberMichael Weghorn
2024-04-30tdf#130678 draw SVG icons at Retina resolution on macOSPatrick Luby
2024-04-29tdf#99528 Properly layout vertical tabs without iconsSamuel Mehrbrodt
2024-04-19mpReqFontName is potentially pointing to freed memoryNoel Grandin
2024-04-19loplugin:constantparam in vclNoel Grandin
2024-04-13tdf#143148 replace includes guards in vcl textlineinfo with pragmaHakimOttey
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski
2024-04-08Exclude getHScale from DirectWrite font renderingMike Kaganski
2024-04-06tdf#143148 use pragma once instead of include guardsHeikki Ilvesmäki
2024-04-02Fix UBSan RTTI needsStephan Bergmann
2024-04-01tdf#160430: Fix glyph bounds calculation, and use basegfx::B2DRectangleMike Kaganski
2024-03-30vcl: add resetLastUsed to ImpGraphTomaž Vajngerl
2024-03-30vcl: change (graphic) Manager into a general memory managerTomaž Vajngerl
2024-03-30Related: tdf#160159 use a stock icon for the character mapCaolán McNamara
2024-03-29Simplify and drop unused methodMike Kaganski
2024-03-28vcl: Implement JSLevelBarHubert Figuière
2024-03-27clang-format CPDManager sourcesMichael Weghorn
2024-03-25Avoid -Werror,-Wcast-function-type-mismatch, remove unused int returnStephan Bergmann
2024-03-23vcl: set "default" type only thorugh a ImpGraphic constructorTomaž Vajngerl
2024-03-22vcl: remove 4-bit scanline transformerTomaž Vajngerl
2024-03-22vcl: simplify constructors of ImpGraphicTomaž Vajngerl
2024-03-20jsdialog: send update on spin button range changeJaume Pujantell
2024-03-16reduce symbol visibility in vclNoel Grandin
2024-03-14reduce symbol visibility in vclNoel Grandin
2024-03-14replace VCL_DLLPRIVATE with SAL_DLLPRIVATENoel Grandin
2024-03-13Introduce a guard to delay processing of idlesMike Kaganski
2024-03-08use more string_viewNoel Grandin
2024-03-05reduce heap allocation in JSDialogNotifyIdleNoel Grandin
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn
2024-02-26tdf#143148 Use pragma once instead of include guards in vcl and xmloffanish.deshpande
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht
2024-02-23tdf#143148 Use pragma once instead of include guardsAhmedHamed
2024-02-21Fix UBSan build's RTTI needsStephan Bergmann
2024-02-20merge desktop_detector library into vcl libraryNoel Grandin
2024-02-19tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2024-02-19hide more symbolsNoel Grandin
2024-02-18tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2024-02-15tdf#130857 qt weld: Implement QtInstanceDialog::{g,s}et_modalMichael Weghorn
2024-02-15tdf#130857 qt weld: Move QWidget* member to QtInstanceWidgetMichael Weghorn
2024-02-13fix windows --enable-mergelibs buildNoel Grandin
2024-02-13tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn
2024-02-13tdf#156562 qt: Don't cache supported mime types/data flavorsMichael Weghorn
2024-02-13tdf#143148 Use pragma instead of include guardsSteven Casey (SMCode)
2024-02-13jsdialog: use action for set_sensitiveSzymon Kłos