summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2024-11-06tdf#158943 Libreoffice Theme Part 3: Qt Color CustomizationSahil Gautam9-6/+229
2024-11-06Libreoffice Theme Part 1.0: Make registry colors accessible from VCLSahil Gautam3-3/+18
2024-11-06tdf#130857 qt weld: Add layout/widget for extra msg dialog controlsMichael Weghorn2-1/+64
2024-11-06tdf#130857 qt weld: Implement QtInstanceContainer::moveMichael Weghorn2-3/+30
2024-11-06tdf#130857 qt weld: Implement QtInstanceWidget::weld_parentMichael Weghorn1-1/+9
2024-11-06tdf#130857 qt weld: Assert in unimplemented QtInstanceContainer methodsMichael Weghorn1-3/+10
2024-11-06tdf#130857 qt weld: Implement QtInstanceBuilder::weld_containerMichael Weghorn3-4/+13
2024-11-06tdf#95239 sw: fix wrong order of PDF ToC, if headings put in text framesLászló Németh1-0/+52
2024-11-06win: Prefer integers instead of strings for OS version comparisonMichael Weghorn3-37/+56
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara3-5/+5
2024-11-06loplugin:passstuffbyref in vclNoel Grandin14-64/+64
2024-11-06tdf#163731 Style names cropped in Stylist in Writer's SidebarNoel Grandin1-0/+1
2024-11-06Related: tdf#163730 Release the object in separate threadMike Kaganski1-33/+48
2024-11-05tdf#130857 qt weld: Add extra QWidget parents for layoutsMichael Weghorn2-19/+49
2024-11-05tdf#130857 qt weld: Declare support for password dialogMichael Weghorn1-0/+1
2024-11-05tdf#130857 qt weld: Implement QtInstanceEntry::set_message_typeMichael Weghorn1-2/+27
2024-11-05tdf#130857 qt weld: Make opt-in for nowMichael Weghorn2-2/+7
2024-11-04pdf: move encryption methods into PDFEncryptor filesTomaž Vajngerl7-404/+434
2024-11-04pdf: move EncHashTransporter into own filesTomaž Vajngerl5-80/+126
2024-11-04pdf: move some encryption code into PDFEncryptor classTomaž Vajngerl4-131/+150
2024-11-04pdf: Don't emit metadata for /Info, allow XMP for PDF >= 1.4Tomaž Vajngerl1-40/+52
2024-11-04pdf: add m_nPDFA_Version to simplify PDF/A versionsTomaž Vajngerl2-14/+14
2024-11-04pdf: move encrypt code into emitEncrypt, add PDFStructureWriterTomaž Vajngerl2-27/+97
2024-11-04pdf: initial PDF 2.0 and PDF/A-4 supportTomaž Vajngerl2-26/+41
2024-11-04Add experimental support for Emscripten JSPIStephan Bergmann1-1/+2
2024-11-04new loplugin:staticconstexprNoel Grandin4-20/+20
2024-11-04Simplify a bitMike Kaganski1-1/+1
2024-11-03tdf#145538: Use range based for loopsMelvinYG1-27/+27
2024-11-03Related: tdf#163730 Avoid potential deadlockMike Kaganski1-2/+6
2024-11-02Related: tdf#163730 Avoid deadlockMike Kaganski1-23/+29
2024-11-02tdf#36709 Add loext:text-indent supporting font-relative unitsJonathan Clark2-0/+202
2024-11-01tdf#130857 qt weld: Actually set link button URI as URIMichael Weghorn1-1/+1
2024-11-01Drop GraphicFilter's bUseConfigMike Kaganski5-17/+7
2024-11-01Merge ImplInit into ctorMike Kaganski1-20/+15
2024-11-01tdf#163486: PVS: Identical branchesBogdan Buzea1-2/+0
2024-10-31tdf#163486: PVS: Initial and final values of the iterator are the sameXisco Fauli1-1/+1
2024-10-31cid#1607569 silence Overflowed return valueCaolán McNamara1-6/+7
2024-10-31tdf#163457 CairoSDPR: Need to apply 'damage' to gtkArmin Le Grand (allotropia)6-0/+31
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin9-86/+83
2024-10-31Fix typoAndrea Gelmini1-1/+1
2024-10-30tdf#163582: Fix scrolling distance increasing geometrically.Marc Mondesir2-23/+42
2024-10-30tdf#163684 gtk3 a11y: Don't use combobox role twice for non-editable oneMichael Weghorn2-5/+8
2024-10-30Missing test dependencyStephan Bergmann1-0/+2
2024-10-30tdf#130857 qt weld: Implement QtInstanceComboBox::set_entry_completionMichael Weghorn1-2/+16
2024-10-30tdf#130857 qt weld: Declare support for print progress dialogMichael Weghorn1-0/+1
2024-10-30tdf#130857 qt weld: Add a QtInstanceProgressBarMichael Weghorn11-8/+116
2024-10-30no need to use std::unique_ptr in GetPartialTextArrayNoel Grandin1-3/+4
2024-10-30tdf#130857 qt weld: Declare support for "Enter Safe Mode" dialogMichael Weghorn1-0/+1
2024-10-30tdf#130857 qt weld: Support hiding plain text in entryMichael Weghorn1-1/+6
2024-10-30tdf#130857 qt weld: Add a QtInstanceLevelBarMichael Weghorn11-4/+99