summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2024-03-08tdf#142133: partially revert 576611895e5Xisco Fauli2-0/+35
2024-03-08cid#1592989 Dereference after null checkCaolán McNamara1-4/+2
2024-03-08use more string_viewNoel Grandin4-11/+11
2024-03-08tdf#159996 use transparent alpha mask for output devicePatrick Luby1-1/+1
2024-03-07Simplify some rtl::math::approxEqual callsNoel Grandin1-1/+1
2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl1-1/+1
2024-03-07fix use-after-free in PDFWriterImpl::appendUnicodeTextStringEncryptNoel Grandin1-1/+1
2024-03-06Breeze scrollbars clipped, allocated space not wide/tall enoughCaolán McNamara1-7/+13
2024-03-06Create an UNO service to do the symbol lookup in swNoel Grandin8-34/+0
2024-03-05Fix Windows --enable-mergelibs=more buildNoel Grandin1-0/+2
2024-03-05reduce heap allocation in JSDialogNotifyIdleNoel Grandin2-94/+81
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk6-0/+32
2024-03-04Fix typoAndrea Gelmini1-1/+1
2024-03-04tdf#159817 tdf#159802 Form controls coordinates wrong when export to pdfNoel Grandin5-8/+675
2024-03-02Related tdf#158945: Calc: crash when entering text in a cellJulien Nabet1-1/+1
2024-03-02Simplify removeMnemonicFromStringMike Kaganski1-17/+6
2024-03-02Drop unused variableMike Kaganski1-2/+1
2024-03-01Fix nIndex / nLen passed to mpAlphaVDev->DrawCtrlTextMike Kaganski1-21/+16
2024-03-01tdf#159976: make sure to always strip mnemonics in DrawCtrlTextMike Kaganski1-43/+29
2024-03-01add accessibility to --enable-mergedlibs=moreNoel Grandin1-179/+14
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl15-114/+107
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn2-0/+89
2024-02-29Read of uninitialized Printer::mbResetPrintAreaStephan Bergmann1-0/+1
2024-02-29assert on failure to load .ui fileNoel Grandin1-1/+2
2024-02-29tdf#155218 sc: fix regression page orientation in print dialogTibor Nagy2-4/+13
2024-02-28tdf#159735 a11y: Dispose win accessible with VCLXWindowMichael Weghorn1-0/+1
2024-02-28tdf#149714 BitsPerPixel property of Graphic has Boolean UNO typeAdam Seskunas1-1/+1
2024-02-27tdf#159910 a11y VclBuilder: Apply tool item's a11y name to itselfMichael Weghorn1-7/+18
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn2-0/+18
2024-02-26tdf#159910 VclBuilder: Add helper to identify toolbar item classMichael Weghorn1-2/+8
2024-02-26tdf#159251: Revert "vcl: Allow pushing/popping OutputDevice’s RTLEnabledKhaled Hosny2-8/+0
2024-02-26fix Windows release buildNoel Grandin1-0/+2
2024-02-26tdf#143148 Use pragma once instead of include guards in vcl and xmloffanish.deshpande4-16/+4
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-2/+3
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-4/+4
2024-02-25Create an UNO service to do the cui symbol lookup in vclNoel Grandin2-30/+5
2024-02-25Use SAL_WNODEPRECATED_DECLARATIONS_(PUSH|POP)Mike Kaganski1-35/+10
2024-02-24Related: tdf#159529 eliminate possible memory leakPatrick Luby1-10/+11
2024-02-24tdf#158124 KEY_DELETE events do not need an ExtTextInput eventPatrick Luby1-1/+9
2024-02-23tdf#159837 Make keyboard shortcuts work when focus is in toolbarJim Raykowski1-1/+3
2024-02-23loplugin:fakeboolStephan Bergmann1-1/+1
2024-02-23Fix buildMike Kaganski1-1/+1
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht8-0/+42
2024-02-23jsdialog: don't duplicate MessageDialog messagesSzymon Kłos1-7/+0
2024-02-23Do not suppress newer compiler warnings on WindowsMike Kaganski1-5/+27
2024-02-23gtk4 a11y: Fix '--enable-werror' GCC buildMichael Weghorn1-1/+1
2024-02-23tdf#143148 Use pragma once instead of include guardsAhmedHamed2-8/+2
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski4-14/+14
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-22gtk4 a11y: Forward text change eventsMichael Weghorn1-0/+40