summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
* Missing includes for libstdc++ 12Stephan Bergmann2022-01-171-0/+4
* tdf#145842 canceling remote file delete makes file disappear from treeviewCaolán McNamara2021-11-251-3/+7
* Related: tdf#145169 make double-click call same handler as ok buttonCaolán McNamara2021-10-191-1/+1
* tdf#145216 remote open/save dialog: icon view shows nothingCaolán McNamara2021-10-191-0/+2
* Resolves: tdf#145169 only position treeview cursor at the first entryCaolán McNamara2021-10-191-4/+4
* Related: tdf#145169 change to selected dir on remote "save"Caolán McNamara2021-10-192-24/+21
* Related: tdf#145169 unwanted dialogs on sftp save to remote to a new documentCaolán McNamara2021-10-191-1/+5
* tdf#145169 have one button per responseCaolán McNamara2021-10-192-22/+5
* 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