summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2024-09-26tdf#160837 qt: Move logic for resize event handling to QtFrameMichael Weghorn
2024-09-26tdf#160837 qt: Move logic for move event handling to QtFrameMichael Weghorn
2024-09-25add a rtf to pdf fuzzerCaolán McNamara
2024-09-25fix Printer::EmulateDrawTransparentNoel Grandin
2024-09-25tdf#130857 qt weld: Use native "Save Document?" dialogMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder::set_responseMichael Weghorn
2024-09-25tdf#130857: Move .ui -> VCL respone code mapping to handleActionWidgetMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Use existing VclBuilder::getMichael Weghorn
2024-09-25tdf#130857 Use std::u16string_view for VclBuilder::get paramMichael Weghorn
2024-09-25tdf#130857 Consolidate to one VclBuilder::get methodMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder + use it for first msg dialogOmkarAcharekar
2024-09-25tdf#130857 VclBuilder: Extract helper to start parsing UI fileMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Pass UI dir/root to BuilderBaseMichael Weghorn
2024-09-25tdf#130857 Move VclBuilder::handleObject to WidgetBuilder baseMichael Weghorn
2024-09-25tdf#130857 refactor VclBuilder: Extract template base classOmkarAcharekar
2024-09-25tdf#163105 sw: Add some whitespace expansion to kashida justificationJonathan Clark
2024-09-24tdf#163135 eliminate native "secure coding" warningPatrick Luby
2024-09-23vcl: mask scale regression in BitmapFastScaleFilterChris Sherlock
2024-09-23vcl builder : no need to use OUString hereArnaud VERSINI
2024-09-22remove some dead code in DrawDeviceBitmapExNoel Grandin
2024-09-21cid#1607013 silence Overflowed return valueCaolán McNamara
2024-09-21tdf#130857 VclBuilder: Extract helpers to insert combo/list box itemsMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Extract helpers to set prio/EnumContextMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Avoid using vcl WindowType to detect toolbarMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Move handleActionWidget to base classMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Move "packing" parsing to base classMichael Weghorn
2024-09-21tdf#130857 Refactor VclBuilder::handlePacking/applyPackingPropertiesMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Reduce var scopeMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Use existing toBool helperMichael Weghorn
2024-09-21tdf#130857 VclBuilder: Use OUString instead of OStringMichael Weghorn
2024-09-21vcl: Move UTF-16 toBool helper to it's local non-UTF16 equivalentMichael Weghorn
2024-09-21tdf#130857 qt weld: Drop accidently added empty filesMichael Weghorn
2024-09-20vcl: migrate BitmapArithmeticBlendFilter to use BitmapFilter classChris Sherlock
2024-09-20Correct usage of premultiply for ENABLE_WASM_STRIP_PREMULTIPLYArmin Le Grand (allotropia)
2024-09-19ofz#71782 fix build failureCaolán McNamara
2024-09-19qt: Use more qobject_cast instead of dynamic_castMichael Weghorn
2024-09-19qt: Use qobject_cast to cast to QtMimeDataMichael Weghorn
2024-09-19qt: Use qobject_cast in QtFilePickerMichael Weghorn
2024-09-19qt a11y: Destroy QWindow when popup gets hiddenMichael Weghorn
2024-09-19qt a11y: Defer QWindow creation until frame gets shownMichael Weghorn
2024-09-19qt: Run whole QtFrame::Show in main threadMichael Weghorn
2024-09-19tdf#162955 PDF export: avoid the popup rectangle with zero sizeTibor Nagy
2024-09-19Fix typoAndrea Gelmini
2024-09-18Resolves: tdf#162538 explicitly make buttons gain focus on activatationCaolán McNamara
2024-09-18tdf#130857 qt weld: Pass parent to QtInstanceBuilderMichael Weghorn
2024-09-18tdf#130857 qt weld: Move logic to find native Qt parent to helperMichael Weghorn
2024-09-18tdf#130857 qt weld: Add QtInstanceBuilder skeletonOmkarAcharekar
2024-09-18vcl: test BitmapAlphaClampFilterChris Sherlock
2024-09-18tdf#130857 VclBuilder: Move m_sHelpRoot member to base classMichael Weghorn
2024-09-18tdf#130857 VclBuilder: Move TextBuffer bookkeeping to base classMichael Weghorn