summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2024-09-26Related tdf#146906 - Remove hard-coded access to split windowHeiko Tietze
2024-09-26Fix build: move CrashReporter code to vcl/source/window/builder.cxxMike Kaganski
2024-09-26tdf#163152 don't convert image's sRGB colorspacePatrick Luby
2024-09-26vcl: move variables closer to first use in BitmapFilterStackBlur functionsChris Sherlock
2024-09-26vcl: flatten functions in BitmapEx.cxxChris Sherlock
2024-09-26cid#1607525 silence Overflowed constantCaolán McNamara
2024-09-26tdf#160837 vcl: Protect SalFrame::maGeometry accessMichael Weghorn
2024-09-26tdf#160837 win: Move UpdateFrameGeometry to WinSalFrameMichael Weghorn
2024-09-26tdf#160837 win: Move SetMaximizedFrameGeometry to WinSalFrameMichael Weghorn
2024-09-26tdf#160837 win: Replace some direct access to SalFrame::maGeometryMichael Weghorn
2024-09-26tdf#160837 macOS: Replace direct access to SalFrame::maGeometryMichael Weghorn
2024-09-26tdf#160837 vcl: Use getter to get frame geometryMichael Weghorn
2024-09-26tdf#160837 vcl: Use existing SalFrame::GetWidthMichael Weghorn
2024-09-26tdf#160837 qt: Move logic for QPaintEvent handling to QtFrameMichael Weghorn
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