summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2019-10-30The macOS SDK 10.15 has a tighter declaration of objc_msgSend()Tor Lillqvist1-1/+1
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov3-7/+7
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara2-3/+3
2019-05-10Replace lists by vectors in fpicker/officeJulien Nabet3-5/+5
2019-04-13loplugin:sequentialassign in filter..fpickerNoel Grandin1-4/+2
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-09Fix typoAndrea Gelmini1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2-32/+34
2019-04-06tdf#124579: ensure to provide an event to wake up main loop when notifyingMike Kaganski1-0/+5
2019-04-05tdf#123502: Make sure to hold the mutex before releasing itMike Kaganski1-0/+5
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski1-5/+0
2019-03-20Clarify flow, reduce scopeMatteo Casalin1-13/+13
2019-03-14getToken() ==> copy() since separator positions are knownMatteo Casalin1-13/+9
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann4-17/+17
2019-02-23loplugin:unusedfields in forms..fpickerNoel Grandin2-5/+1
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen2-2/+0
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov3-23/+8
2019-02-13Pointer is pointlessNoel Grandin1-0/+1
2019-02-09loplugin:indentation in forms..fpickerNoel Grandin3-5/+5
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2-0/+6
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann2-2/+2
2019-01-25tdf#122927 prevent SolarMutex deadlock on join()Jan-Marek Glogowski2-1/+9
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2-0/+2
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann2-2/+2
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-2/+2
2018-12-06Optimize getting filter mask by index from CFilterContainerMike Kaganski3-25/+25
2018-12-06tdf#119747 FileSaveDialog: remove duplicate extension on WindowsMike Kaganski1-4/+18
2018-12-06Revert "tdf#119747 FileSaveDialog: Windows dialog shows only one extension."Mike Kaganski3-37/+6
2018-12-06Revert "tdf#121497 "Save As": File Format Type unchanged in Windows"Mike Kaganski1-17/+2
2018-11-30remove unused HeaderBarItemBits enum valuesNoel Grandin1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek3-3/+3
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-3/+3
2018-11-28drop some unnecessary includesCaolán McNamara1-1/+0
2018-11-21weld SwCondCollPageCaolán McNamara4-4/+4
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-20tdf#121497 "Save As": File Format Type unchanged in WindowsIlhan Yesil1-2/+17
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2-0/+2
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-11-13tdf#119747 FileSaveDialog: Windows dialog shows only one extension.Ilhan Yesil3-6/+37
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara6-22/+21
2018-10-27tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski1-5/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin9-79/+78
2018-10-23remove all use_action_appearance linesCaolán McNamara2-14/+0
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1