summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2021-06-17use string_view in the Translate APINoel Grandin1-1/+4
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+0
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-3/+1
2021-06-02no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara3-6/+6
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara2-13/+12
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-27loplugin:staticmethods (clang-cl)Stephan Bergmann1-38/+28
2021-04-27-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann1-1/+1
2021-04-27loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2021-04-22tdf#106282 Change Windows File Dialog to run on the main threadMatt K9-812/+334
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann1-3/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-5/+5
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC43-170/+43
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-09-Werror,-Wshadow (clang-cl)Stephan Bergmann1-2/+2
2021-03-09-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann1-0/+2
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann1-1/+5
2021-03-08loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2021-02-28Convert some const OUString to OUStringLiteralMike Kaganski1-20/+20
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski6-280/+60
2021-02-26Simplify VistaFilePickerImplMike Kaganski2-149/+93
2021-02-24Possible race between retrieving and using parent windowSamuel Mehrbrodt1-5/+11
2021-02-23Add mutex guard when assigning memberSamuel Mehrbrodt1-0/+3
2021-02-23loplugin:refcounting in fpickerNoel2-9/+6
2021-02-16loplugin:referencecasting in editeng..frameworkNoel1-1/+1
2021-01-30tdf#140013 change icon for list view in Template Manager & Remote Files dialogRizal Muttaqin1-1/+1
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara1-7/+0
2021-01-15replace stock button imagesCaolán McNamara1-2/+2
2021-01-15replace stock button labelsCaolán McNamara3-12/+12
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara3-0/+4
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann1-2/+2
2021-01-08replace deprecated gtk-go-up, gtk-go-down, gtk-save and gtk-open labelsCaolán McNamara2-6/+5
2021-01-07replace deprecated stock labels used <= twiceCaolán McNamara1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-12/+18
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara1-33/+26
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-1/+1
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-12/+16
2020-12-05Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist2-8/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-25loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-11-24Remove unused parameter (flagged now by loplugin:stringview)Stephan Bergmann3-4/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-17loplugin:stringviewparam check methods tooNoel3-4/+4