summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2025-01-09cool#10782 vcl lok: avoid changing the current view during YieldMiklos Vajna
2025-01-09Fix typoAndrea Gelmini
2025-01-09tdf#130857 qt weld: Move button prop logic to helper methodMichael Weghorn
2025-01-09tdf#130857 qt weld: Set combobox entry iconsMichael Weghorn
2025-01-09tdf#130857 qt weld: Handle "GtkComboBox" objectsMichael Weghorn
2025-01-09tdf#130857 qt weld: Implement QtInstanceDrawingArea::set_cursorMichael Weghorn
2025-01-09tdf#163083: try to release lock to avoid deadlockMike Kaganski
2025-01-08Fix rudimentary Emscripten Qt6 copy -> paste supportStephan Bergmann
2025-01-08Simplify using designated initializersMike Kaganski
2025-01-08tdf#130857 qt weld: Introduce QtInstanceToolbarMichael Weghorn
2025-01-08Resolves: tdf#158669 round long currency to decimal digits in useCaolán McNamara
2025-01-07Rudimentary Emscripten copy -> paste supportStephan Bergmann
2025-01-07tdf#161480 use BmpScaleFlag::NearestNeighbor when upscaling on macOSPatrick Luby
2025-01-07tdf#164393 [API CHANGE] ThemeColors refactor part 3Sahil Gautam
2025-01-07tdf#164393 ThemeColors refactor part 2Sahil Gautam
2025-01-07tdf#164393 ThemeColors refactor part 1Sahil Gautam
2025-01-04tdf#164564 don't stop the timer while waiting for a native eventPatrick Luby
2025-01-03jsdialog: setup parent for menuSzymon Kłos
2025-01-03Filter out text/uri-list with empty listStephan Bergmann
2025-01-03Drop unneeded forward declarations from include/Gabor Kelemen
2025-01-02loplugin:indentationStephan Bergmann
2025-01-02jsdialog: use single static registerSzymon Kłos
2025-01-02loplugin:reftotempStephan Bergmann
2025-01-02jsdialog: remember message dialogSzymon Kłos
2025-01-01crashreporting: unify GetViewData and check itXisco Fauli
2025-01-01Fix typoAndrea Gelmini
2025-01-01Fix typoAndrea Gelmini
2024-12-31Related: tdf#159995 allow setting the page size when printing to filePatrick Luby
2024-12-30Related: tdf#159995 fix pages per sheet in the non-native print dialogPatrick Luby
2024-12-27tdf#163126 Fix incorrect paper size and rotation when printing a brochurePatrick Luby
2024-12-27tdf#158237: Use C++20 contains() instead of find() and end()Johann
2024-12-27Fix typoAndrea Gelmini
2024-12-27Fix typoAndrea Gelmini
2024-12-27pdf: write correct conformance XPM metadata for PDF/A-4Tomaž Vajngerl
2024-12-27pdf: /Info shouldn't be written in PDF 2.0 unless really neededTomaž Vajngerl
2024-12-27pdf: test hybrid mode (PDF attachment) with encryptionTomaž Vajngerl
2024-12-27cid#1637055 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-12-26tdf#164393 nicely format gtk-css-declarations for custom themeingSahil Gautam
2024-12-26LOK: don't crash when trying to show a dialog during file loadMike Kaganski
2024-12-26pdf: don't write ProcSet array to resource dictionary for PDF 2.0Tomaž Vajngerl
2024-12-26pdf: /Win entry is deprecated in PDF 2.0 for launch actionsTomaž Vajngerl
2024-12-26pdf: remove functions that have been replaced by COSWriterTomaž Vajngerl
2024-12-26pdfium: remove duplication of converting a unicode stringTomaž Vajngerl
2024-12-26tdf#160196 Embedded files are not allowed in PDF/A-1 and PDF/A-2Tomaž Vajngerl
2024-12-26pdf: move appendName implementations into COSWriterTomaž Vajngerl
2024-12-26pdf: Fix embedded files when the PDF is encryptedTomaž Vajngerl
2024-12-26pdf: Don't write non-standard LO keys when using PDF/A or PDF/UATomaž Vajngerl
2024-12-25tdf#164428 Skia/Metal needs flush after drawing progress barPatrick Luby
2024-12-25vcl/qa/cppunit/GraphicTest: Don't test for the exact size of the png file.Sebastian Andrzej Siewior
2024-12-25tdf#130857 qt weld: Defer QDialog deletionMichael Weghorn