summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-07-27jsdialog: sidebar: send sidebar PanelsSzymon Kłos
2021-07-27Add Handler for Comment Readpanoskorovesis
2021-07-27Add Handler for RefPoint Readpanoskorovesis
2021-07-27Add Handler for EPS Readpanoskorovesis
2021-07-27Add Handler for FloatTransparent Readpanoskorovesis
2021-07-26cid#1489523 silence bogus Out-of-bounds accessCaolán McNamara
2021-07-26jsdialog: weld ContainerSzymon Kłos
2021-07-26vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl
2021-07-23no need to allocate these static vars on demandNoel Grandin
2021-07-23do not use "using namespace std" in headersCollabora
2021-07-22tdf#95394 - ui fill dialog from (bitmap -> image)haru-02
2021-07-22tdf#143493 Qt5 key modifier events don't have textJan-Marek Glogowski
2021-07-22qt5 a11y: Always query the XAccessibleContext for a11y interfacesMichael Weghorn
2021-07-22qt5 a11y: Improve Qt5AccessibleWidget::attributesMichael Weghorn
2021-07-22tdf#143148: Use pragma once instead of include guardsSabyasachi Bhoi
2021-07-22no need to allocate the error separately in GraphicFilterNoel Grandin
2021-07-22osl::Mutex->std::mutex in GraphicFilterNoel Grandin
2021-07-22flatten vcl::LazyDeleteNoel Grandin
2021-07-22flatten GraphicObjectImplNoel Grandin
2021-07-22osl::Mutex->std::mutex in GraphicObjectImplNoel Grandin
2021-07-21flatten vector in ImplMultiTextLineInfoNoel Grandin
2021-07-21flatten ImplListBoxWindowNoel Grandin
2021-07-21flatten ImplToolBoxPrivateDataNoel Grandin
2021-07-21qt5 a11y: Implement Qt5AccessibleWidget::cursorPositionMichael Weghorn
2021-07-21qt5 a11y: Implement Qt5AccessibleWidget::textAtOffsetMichael Weghorn
2021-07-21jsdialog: don't send unnecessary show/hide messagesSzymon Kłos
2021-07-21qt5 a11y: Handle AccessibleStateType::MULTI_LINEMichael Weghorn
2021-07-21qt5 a11y: Handle AccessibleStateType::MOVEABLEMichael Weghorn
2021-07-21qt5 a11y: Skip attributes without valueMichael Weghorn
2021-07-21qt5 a11y: Adapt loop for string construction here a bitMichael Weghorn
2021-07-20osl::Mutex->std::mutex in DisplayConnectionDispatchNoel Grandin
2021-07-20Qt5 fix Qt::Popup window handlingJan-Marek Glogowski
2021-07-20tdf#143298 Qt5 send SalEvent::KeyModChange eventsJan-Marek Glogowski
2021-07-20tdf#143334 Qt5 don't reset buffer on style changeJan-Marek Glogowski
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos
2021-07-20jsdialog: don't send update if not changed checkbox stateSzymon Kłos
2021-07-20vcl: update outdated comments in pdfreadMiklos Vajna
2021-07-19qt5 a11y: Set proper a11y statesMichael Weghorn
2021-07-19Add Handler for Transparent Readpanoskorovesis
2021-07-19jsdialog: allow fraction numbers in spinfieldSzymon Kłos
2021-07-19jsdialog: normalize value for spinfieldSzymon Kłos
2021-07-19jsdialog: execute value action on spinfieldSzymon Kłos
2021-07-19jsdialog: send action event on show/hideSzymon Kłos
2021-07-19Add Handler for RasterOp Readpanoskorovesis
2021-07-19Add Handler for Pop Readpanoskorovesis
2021-07-19Add Handler for Push Readpanoskorovesis
2021-07-19Add Handler for Font Readpanoskorovesis
2021-07-19Add Handler for MapMode Readpanoskorovesis
2021-07-19jsdialog: dump toolbox item's window if presentSzymon Kłos
2021-07-18Related: tdf#143357 restore focus to MenuButton when popover pops downCaolán McNamara