summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-1/+1
* use string_view in the Translate APINoel Grandin2021-06-171-1/+4
* Simplify Sequence/vector initializationsJulien Nabet2021-06-111-3/+1
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-101-2/+0
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-081-3/+1
* no need to allocate these on the heapNoel Grandin2021-06-021-4/+4
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-213-6/+6
* use toggle instead of click for CheckButtonCaolán McNamara2021-05-202-13/+12
* loplugin:moveoptNoel Grandin2021-04-271-2/+1
* use string_view in INetURLObject::decodeNoel Grandin2021-04-271-1/+1
* loplugin:staticmethods (clang-cl)Stephan Bergmann2021-04-271-38/+28
* -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann2021-04-271-1/+1
* loplugin:indentation (clang-cl)Stephan Bergmann2021-04-271-1/+1
* tdf#106282 Change Windows File Dialog to run on the main threadMatt K2021-04-229-812/+334
* loplugin:redundantstatic (clang-cl)Stephan Bergmann2021-04-091-3/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-0/+2
* const OUString -> const OUStringLiteralMike Kaganski2021-03-253-5/+5
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-2343-170/+43
* check for quit when calling Yield in loopNoel Grandin2021-03-141-1/+1
* -Werror,-Wshadow (clang-cl)Stephan Bergmann2021-03-091-2/+2
* -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann2021-03-091-0/+2
* loplugin:makeshared (clang-cl)Stephan Bergmann2021-03-081-1/+5
* loplugin:external (clang-cl)Stephan Bergmann2021-03-081-0/+4
* Convert some const OUString to OUStringLiteralMike Kaganski2021-02-281-20/+20
* Drop ComPtr and use sal::systools::COMReferenceMike Kaganski2021-02-276-280/+60
* Simplify VistaFilePickerImplMike Kaganski2021-02-262-149/+93
* Possible race between retrieving and using parent windowSamuel Mehrbrodt2021-02-241-5/+11
* Add mutex guard when assigning memberSamuel Mehrbrodt2021-02-231-0/+3
* loplugin:refcounting in fpickerNoel2021-02-232-9/+6
* loplugin:referencecasting in editeng..frameworkNoel2021-02-161-1/+1
* tdf#140013 change icon for list view in Template Manager & Remote Files dialogRizal Muttaqin2021-01-301-1/+1
* remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara2021-01-211-7/+0
* replace stock button imagesCaolán McNamara2021-01-151-2/+2
* replace stock button labelsCaolán McNamara2021-01-153-12/+12
* tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara2021-01-153-0/+4
* loplugin:stringliteralvar (clang-cl)Stephan Bergmann2021-01-131-2/+2
* replace deprecated gtk-go-up, gtk-go-down, gtk-save and gtk-open labelsCaolán McNamara2021-01-082-6/+5
* replace deprecated stock labels used <= twiceCaolán McNamara2021-01-071-2/+2
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-294-12/+18
* drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara2020-12-231-33/+26
* replace margin-left with margin-start and margin-right with margin-endCaolán McNamara2020-12-221-1/+1
* don't mention VclBuilder in the dialog tests docsCaolán McNamara2020-12-191-1/+1
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-112-12/+16
* Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist2020-12-052-8/+2
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-011-1/+2
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-2/+2
* loplugin:stringview (clang-cl)Stephan Bergmann2020-11-251-1/+1
* Remove unused parameter (flagged now by loplugin:stringview)Stephan Bergmann2020-11-243-4/+4
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-4/+4