summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark
2024-11-28tdf#143148: Replace include guards with #pragma once in XpmReader.hxxManish
2024-11-28loplugin:fakeboolStephan Bergmann
2024-11-28loplugin:reftotempStephan Bergmann
2024-11-28PVS: V612 An unconditional 'break' within a loop.Xisco Fauli
2024-11-28tdf#130857 qt weld: Drop unused headerMichael Weghorn
2024-11-28tdf#130857 qt weld: Notify about spinbox combined value+text changeMichael Weghorn
2024-11-28tdf#130857 qt weld: Support "Go to Page" dialogMichael Weghorn
2024-11-28tdf#130857 qt weld: Let SpinButton derive from EntryMichael Weghorn
2024-11-28tdf#130857 qt weld: Handle special value -1 for cursor posMichael Weghorn
2024-11-28tdf#130857 qt weld: Also notify about programmatic text changesMichael Weghorn
2024-11-28tdf#130857 qt weld: Call spinbutton value changed handlerMichael Weghorn
2024-11-27tdf#130857 qt weld: Implement spinbutton cursor/sel methodsMichael Weghorn
2024-11-27tdf#130857 qt weld: Introduce custom QDoubleSpinBox subclassMichael Weghorn
2024-11-27PVS: V560 A part of conditional expression is always false:Xisco Fauli
2024-11-27cid#1635586 Explicit null dereferencedCaolán McNamara
2024-11-27D2DWriteTextOutRenderer: use grayscale AA for file outputMike Kaganski
2024-11-27PVS: V560 A part of conditional expression is always true: !bSelection.Xisco Fauli
2024-11-27Reuse SAL_ACCESSIBILITY_ENABLED to allow disabling a11y on WindowsMike Kaganski
2024-11-27vcl: Drop unnecessary casts in VclMultiLineEditMichael Weghorn
2024-11-27weld: Rename weld::Dialog::{widget -> button}_for_responseMichael Weghorn
2024-11-27weld: Return unique_ptr in weld::Dialog::widget_for_responseMichael Weghorn
2024-11-27Release CXNotifyingDataObject in separate threadMike Kaganski
2024-11-26Fix typoAndrea Gelmini
2024-11-26tdf#162815 Greyscale images not corrrectly exported to PDFNoel Grandin
2024-11-26Libreoffice Theme Part 5: OSX Color CustomizationSahil Gautam
2024-11-26Libreoffice Theme Part 4: Windows Color CustomizationSahil Gautam
2024-11-26pdf: write encrption O and U values as hex stringTomaž Vajngerl
2024-11-25Resolves: tdf#163777 Ignore pageup and down when modifier held...Caolán McNamara
2024-11-25Improve rendering speed for native controls when using Skia/MetalPatrick Luby
2024-11-25a11y: Avoid const_cast in Window::getLegacyNonLayoutAccessibleRelationLabelForMichael Weghorn
2024-11-25vcl: Use non-const local var instead of const_casting laterMichael Weghorn
2024-11-25a11y: Make ImplGetLabeledBy param const and drop const_castMichael Weghorn
2024-11-25a11y: Make param const to avoid const_cast in callerMichael Weghorn
2024-11-25pdf: Introduce a IPDFEncryptor and use it in PDFWriterImplTomaž Vajngerl
2024-11-24tdf#130857 qt weld: Notify about Expander state changeMichael Weghorn
2024-11-24tdf#130857 qt weld: Support "Save with password" dialogMichael Weghorn
2024-11-24tdf#130857 qt weld: Add QtInstanceExpanderMichael Weghorn
2024-11-24tdf#130857 qt weld: Support "Safe Mode" dialogMichael Weghorn
2024-11-24tdf#130857 openlockedquerybox.ui: Define grid children in orderMichael Weghorn
2024-11-24tdf#130857 qt weld: Support "Document in Use" dialogMichael Weghorn
2024-11-24tdf#130857 qt weld: Implement "GtkExpander" equivalentMichael Weghorn
2024-11-24tdf#130857 weld: Move Window::set_centered_on_parent to DialogMichael Weghorn
2024-11-24tdf#130857 Pass child type to WidgetBuilder::insertObjectMichael Weghorn
2024-11-24tdf#157312 and tdf#163945 Lower Skia flush timer priority on macOSPatrick Luby
2024-11-24Let ESelection use EPaM for simplificationMike Kaganski
2024-11-23tdf#130857 qt weld: Hide widget marked for deletionMichael Weghorn
2024-11-23tdf#130857 qt weld: Call checkbox toggled handlerMichael Weghorn
2024-11-23tdf#130857 qt weld: Handle invalid ID in QtInstanceNotebook::get_pageMichael Weghorn
2024-11-23tdf#130857 qt weld: Implement QtInstanceDialog::weld_content_areaMichael Weghorn