summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2024-06-07Merge tag 'libreoffice-24.2.4.2' into HEADThorsten Behrens
2024-05-19Resolves: tdf#157453 support FM_PROP_LINECOUNT for combobox dropdow rowsCaolán McNamara
2024-05-07Sidebar: Direct update of FillStyleOliver Specht
2024-05-03tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-04-30tdf#155218 sc: fix regression page orientation in print dialogTibor Nagy
2024-04-30tdf#155218 sc: fix different page orientation in print dialogTibor Nagy
2024-04-15reserve a TaskPriority for testtool IdleTaskCaolán McNamara
2024-03-21tdf#93352 Fix horizontal swiping and scrolling when using an RTL UIPatrick Luby
2024-02-27tdf#159251: Revert "vcl: Allow pushing/popping OutputDevice’s RTLEnabledKhaled Hosny
2024-02-27tdf#159251: Blind fixKhaled Hosny
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht
2024-02-08tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht
2024-02-01tdf#159128 UI: Open Security settings option directlyBalazs Varga
2023-12-24Related: tdf#155266 Eliminate delayed scrollbar redrawing when swipingPatrick Luby
2023-12-20tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-06Remove the special-casing in Bitmap::Invert (and fix)Noel Grandin
2023-12-05vcl: add unit tests for a mixture of CJK and latin charactersChris Sherlock
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-04Fix typoAndrea Gelmini
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-12-02AlphaMask::ReleaseAccess is unnecessaryNoel Grandin
2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin
2023-11-22tdf#158126 UI: Scalable buttons for Impress navigation barIrgaliev Amin
2023-11-19Extended loplugin:ostr: vclStephan Bergmann
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-11-08loplugin:fieldcast in DataChangedEventNoel Grandin
2023-11-08loplugin:fieldcast in SvTreeListBoxNoel Grandin
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen
2023-11-01new loplugin:fieldcanbelocalNoel Grandin
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin
2023-10-27remove unused vcl_get_crc64_tableNoel Grandin
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin
2023-10-25vcl,sw: PDF/UA export: produce Ruby and Warichu SEsMichael Stahl
2023-10-25tdf#114441 - Convert use of sal_uLong to better integer typessahil
2023-10-24tdf#153519 make TreeListEntryUIObject saferNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-23vcl: migrate text layout functions out of OutputDeviceChris Sherlock
2023-10-22Fix typoAndrea Gelmini
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn
2023-10-18Fix typoAndrea Gelmini
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn
2023-10-17tdf#157792 FILEOPEN: PPT: logo not displayedNoel Grandin
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-10-12tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuseMichael Weghorn
2023-10-12cool#7318 Calc rendering acceleration (part2)Noel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann