summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
2021-06-03no need to allocate these on the heapNoel Grandin1-5/+5
2021-05-31no-zxing: Unused GenerateQRCode functionJan-Marek Glogowski1-10/+4
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-1/+1
2021-05-30tdf#136292: Fix crash on invalid JSON from the extensions APIMuhammet Kara1-1/+10
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-5/+5
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara14-35/+35
2021-05-21move hangul/hanja previews outside radiobuttonsCaolán McNamara1-8/+18
2021-05-21we want the max width here, not the sum of widthsCaolán McNamara1-1/+1
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-9/+9
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-4/+6
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-18/+25
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-5/+6
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-6/+6
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara1-24/+29
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara2-4/+4
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-2/+2
2021-05-18tdf#127533 Make Tip-of-the-Day dialog non-modal and allow multiple tips to openMatt K1-0/+31
2021-05-11fix leak in SvxHpLinkDlgNoel Grandin2-7/+6
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski1-35/+58
2021-04-28use string_view in INetURLObject::encodeNoel Grandin3-3/+3
2021-04-27tdf#137470 use a more proper URL for the extensionsChristian Lohmaier1-2/+2
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-0/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07lok: async exception dialog messages for VBA macrosHenry Castro1-3/+11
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-1/+1
2021-04-05Related: tdf#141499 don't grab focus during teardown of dialogCaolán McNamara1-0/+2
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+1
2021-04-01tdf#141333 use a vertical step increment of one row heightCaolán McNamara1-2/+15
2021-04-01tdf#45735 New UI dialog at app startup to check default file formatsMatt K1-0/+55
2021-03-30tdf#140839 - TotD image sizeHeiko Tietze1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-03-24QR Code Dialog: Change term 'border' to 'margin'homeboy4451-1/+1
2021-03-21Fix GenerateQRCode when ENABLE_ZXING is not definedChristophe JAILLET1-1/+1
2021-03-21Avoid OUString-to-OString conversion: just generate OStringMike Kaganski1-52/+53
2021-03-20tdf#139778 Switch to ZXing for generating QR codehomeboy4451-30/+68
2021-03-18Drop duplicate 'using namespace' directiveMike Kaganski1-1/+0
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara2-5/+4
2021-03-10tdf#140839 - Scale TotD imageHeiko Tietze1-1/+11
2021-03-05Avoid float-cast-overflowStephan Bergmann1-1/+3
2021-03-02tdf#114567 tdf#138934 Hyperlink-Target in Doc Headings expand/collapseJim Raykowski1-1/+47
2021-02-23loplugin:refcounting in cuiNoel1-4/+2
2021-02-18tdf#57667 Add to autocorrect button should fix the wrong word when clickedQuan Nguyen1-0/+2
2021-02-17loplugin:referencecasting in cuiNoel1-1/+1
2021-02-15use GetPopupParent for editeng transient dialogsCaolán McNamara2-2/+2
2021-02-13tdf#137779 Add info about Jumbo sheets status into About dialogdipanshu1241-0/+6
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-2/+2
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-18Revert "Try to fix Windows TB"Julien Nabet1-4/+3
2021-01-17Try to fix Windows TBJulien Nabet1-3/+4