summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-15tdf#128176 Add a vertical scrollwindow to fontfeaturesdialogdiwanshu8851-0/+5
2021-01-14Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavorHeiko Tietze1-0/+6
2021-01-10fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann1-6/+4
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-17/+18
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-2/+2
2020-12-23tdf#127401 Fix release notes URL for simplified Chinese (zh-CN) UIMing Hua1-1/+2
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann1-1/+1
2020-12-14tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna1-0/+7
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-36/+48
2020-12-11Additions Dialog URL changeYusuf Keten1-1/+1
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin1-14/+4
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-8/+8
2020-11-16remove unused param in SvxHpLinkDlgNoel2-2/+2
2020-11-16replace std::max(std::min()) with std::clampNoel1-3/+3