summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#89700 Move “File type” upAdolfo Jayme Barrientos2015-02-261-47/+13
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-161-1/+1
* loplugin:deletedspecial (Mac OS X)Stephan Bergmann2015-02-072-6/+4
* loplugin:deletedspecialStephan Bergmann2015-02-072-5/+4
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-8/+8
* fix windows buildCaolán McNamara2015-02-061-1/+1
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-062-3/+3
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-10/+10
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-231-0/+3
* Some more loplugin:cstylecast: fpickerStephan Bergmann2015-01-202-4/+4
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-191-0/+5
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-6/+5
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-6/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#83371 : cannot navigate to list Files in LibreOffice dialogsSzymon Kłos2015-01-051-0/+6
* fdo#85182 : default focus on folder rather than filenameSzymon Kłos2014-12-291-0/+1
* single \n should be non-translatable in UIAndras Timar2014-12-261-1/+1
* fpicker: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-8/+5
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-171-11/+5
* fpicker: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-1/+1
* fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLsStephan Bergmann2014-12-121-13/+25
* loplugin:cstylecastStephan Bergmann2014-12-091-1/+1
* Older Mac apparently need a reinterpret_cast hereStephan Bergmann2014-12-041-1/+1
* fpicker (Mac): loplugin:cstylecastStephan Bergmann2014-12-042-2/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann2014-11-262-0/+8
* fdo#85347 Make file picker modal againAdolfo Jayme Barrientos2014-11-251-0/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-185-2/+5
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-176-2/+6
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-7/+0
* MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist2014-10-161-2/+2
* MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist2014-10-164-57/+0
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-1/+1
* fpicker (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-0210-15/+15
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-2315-31/+31
* fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2014-09-221-2/+4
* loplugin:salboolStephan Bergmann2014-09-154-29/+29
* fpicker: sal_Bool -> boolStephan Bergmann2014-09-124-11/+11
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-2/+2
* oops, forgot to include osl/thread.hMichael Stahl2014-08-251-0/+1
* set names on the Win32-only threadsMichael Stahl2014-08-254-0/+10
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1