summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)Author
2022-01-17Missing includes for libstdc++ 12Stephan Bergmann
2021-11-25tdf#145842 canceling remote file delete makes file disappear from treeviewCaolán McNamara
2021-10-19Related: tdf#145169 make double-click call same handler as ok buttonCaolán McNamara
2021-10-19tdf#145216 remote open/save dialog: icon view shows nothingCaolán McNamara
2021-10-19Resolves: tdf#145169 only position treeview cursor at the first entryCaolán McNamara
2021-10-19Related: tdf#145169 change to selected dir on remote "save"Caolán McNamara
2021-10-19Related: tdf#145169 unwanted dialogs on sftp save to remote to a new documentCaolán McNamara
2021-10-19tdf#145169 have one button per responseCaolán McNamara
2021-06-11Simplify Sequence/vector initializationsJulien Nabet
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-02no need to allocate these on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara
2021-04-27loplugin:moveoptNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27loplugin:staticmethods (clang-cl)Stephan Bergmann
2021-04-27-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
2021-04-27loplugin:indentation (clang-cl)Stephan Bergmann
2021-04-22tdf#106282 Change Windows File Dialog to run on the main threadMatt K
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09-Werror,-Wshadow (clang-cl)Stephan Bergmann
2021-03-09-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann
2021-03-08loplugin:external (clang-cl)Stephan Bergmann
2021-02-28Convert some const OUString to OUStringLiteralMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-26Simplify VistaFilePickerImplMike Kaganski
2021-02-24Possible race between retrieving and using parent windowSamuel Mehrbrodt
2021-02-23Add mutex guard when assigning memberSamuel Mehrbrodt
2021-02-23loplugin:refcounting in fpickerNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-30tdf#140013 change icon for list view in Template Manager & Remote Files dialogRizal Muttaqin
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15replace stock button imagesCaolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann
2021-01-08replace deprecated gtk-go-up, gtk-go-down, gtk-save and gtk-open labelsCaolán McNamara
2021-01-07replace deprecated stock labels used <= twiceCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann