summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2024-10-29tdf#130857 VclBuilder: Move extractResizable to BuilderBaseMichael Weghorn1-13/+13
2024-10-29tdf#130857 qt weld: Set widget tooltip defined in .ui fileMichael Weghorn1-0/+1
2024-10-29tdf#130857 VclBuilder: Move extractTooltipText to BuilderBaseMichael Weghorn1-14/+14
2024-10-29tdf#130857 qt weld: Declare support for "About LO" dialogMichael Weghorn1-0/+1
2024-10-29UnoApiTest: rename load to loadFromURL and use it everywhereXisco Fauli2-9/+8
2024-10-29tdf#130857 qt weld: Set button image set in .ui fileMichael Weghorn2-3/+26
2024-10-29tdf#130857 Move loadThemeImage from FixedImage to BuilderBaseMichael Weghorn2-8/+9
2024-10-29tdf#130857 VclBuilder: Move extractIconName to BuilderBaseMichael Weghorn1-26/+27
2024-10-28cid#1607898 silence Overflowed constantCaolán McNamara1-3/+3
2024-10-28Fix unresponsive mouse moved events in Writer on macOSPatrick Luby1-1/+1
2024-10-28Set the native tracking area in -[SalFrameView updateTrackingAreas]Patrick Luby3-14/+37
2024-10-28tdf#130857 qt weld: Don't expect packing props on implicit gridMichael Weghorn1-4/+6
2024-10-28tdf#76981 sd: Hide the document opening process when opening linkedTibor Nagy1-2/+2
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-27tdf#163486: PVS: Identical branchesBogdan Buzea1-5/+0
2024-10-27tdf#143148 Replace include guards with #pragma once in header filesZOK4-16/+4
2024-10-27Simplify a bitMike Kaganski1-33/+15
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26tdf#130857 qt weld: Make link buttons focusable + handle activationMichael Weghorn5-1/+24
2024-10-26tdf#130857 qt weld: Evaluate + set grid item row/col spanMichael Weghorn1-2/+8
2024-10-26tdf#130857 qt weld: Implement QtInstanceImage::set_imageMichael Weghorn1-2/+2
2024-10-26tdf#130857 qt weld: Implement QtInstanceWidget::get_preferred_sizeMichael Weghorn1-1/+9
2024-10-26tdf#130857 qt weld: Set actual positions for layouts inside gridMichael Weghorn2-9/+16
2024-10-26tdf#130857 qt weld: Simplify QtBuilder::applyGridPackingPropertiesMichael Weghorn1-36/+9
2024-10-26tdf#130857 qt weld: Allow null func for async dialogMichael Weghorn1-3/+2
2024-10-26tdf#130857 qt weld: Add child layouts to gridMichael Weghorn1-0/+2
2024-10-26tdf#130857 qt weld: Add a QtInstanceLinkButtonMichael Weghorn13-4/+223
2024-10-26tdf#130857 qt weld: Add QtInstanceImage skeletonMichael Weghorn9-4/+97
2024-10-25tdf#130857 qt weld: Declare support for Math "Alignment" dlgMichael Weghorn1-0/+1
2024-10-25tdf#130857 qt weld: Add QtInstanceRadioButtonMichael Weghorn9-7/+139
2024-10-25tdf#130857 qt weld: Declare support for sw "Rename Object" dialogMichael Weghorn1-0/+1
2024-10-25tdf#130857 qt weld: Prefer custom handler for dialog buttonsMichael Weghorn3-0/+34
2024-10-25tdf#130857 qt weld: Declare support for "Export as EPUB" dialogMichael Weghorn1-0/+1
2024-10-25tdf#130857 qt weld: Add a QtInstanceFrameMichael Weghorn8-4/+102
2024-10-25tdf#139152 Exporting Image or Drawing to PNG is missing metadaNoel Grandin2-0/+19
2024-10-25flatten ImpGetScaledGraphic a littleNoel Grandin1-71/+67
2024-10-25win a11y: Assert creating MSAAService succeedsMichael Weghorn5-28/+10
2024-10-25tdf#130857 qt weld: Handle combobox entries from .ui fileMichael Weghorn1-3/+19
2024-10-25tdf#130857 VclBuilder: Move extractActive to BuilderBaseMichael Weghorn1-13/+13
2024-10-25tdf#130857 qt weld: Declare support for "New Dictionary" dialogMichael Weghorn1-0/+1
2024-10-25tdf#130857 qt weld: Implement QtInstanceComboBox::{g,s}et_active_idMichael Weghorn1-3/+19
2024-10-25tdf#130857 qt weld: Notify about weld::Entry text/cursor changesMichael Weghorn4-1/+10
2024-10-25tdf#130857 qt weld: Implement combobox text selectionMichael Weghorn1-4/+33
2024-10-25speedup saving large XLS file with lots of query formula(2)Noel Grandin1-2/+2
2024-10-25tdf#163486: PVS: Identical branchesBogdan Buzea1-7/+1
2024-10-24tdf#130857 qt weld: Handle entry for editable comboboxesMichael Weghorn1-2/+12
2024-10-24tdf#130857 VclBuilder: Make extractEntry a static helperMichael Weghorn1-13/+11
2024-10-24tdf#130857 qt weld: Implement QtInstanceComboBox::insert_vectorMichael Weghorn1-2/+22
2024-10-24tdf#130857 qt weld: Implement QtInstanceComboBox::insert_separatorMichael Weghorn2-3/+8