summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2019-10-19loplugin:unusedmethodsNoel Grandin2-26/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+1
2019-10-10use a GtkMenuButton for button+menuCaolán McNamara1-30/+37
2019-10-05move file picker only code to fpickerCaolán McNamara17-6/+3923
2019-10-02move Breadcrumb to sole user in fpickerCaolán McNamara4-1/+360
2019-10-02loplugin:fragiledestructor (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-2/+2
2019-09-26loplugin:constmethod in forms..fpickerNoel Grandin7-8/+8
2019-09-06Fixing "...."Andrea Gelmini2-5/+5
2019-08-27Fix ASan heap-use-after-freeStephan Bergmann1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin1-1/+1
2019-08-21Avoid extra calls to INetURLObject::decodeStephan Bergmann1-1/+1
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-14/+8
2019-08-15loplugin:sequenceloop in forms..ooxNoel Grandin2-3/+5
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-10Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): fpickerStephan Bergmann3-13/+13
2019-07-19loplugin:referencecasting in forms..fpickerNoel Grandin2-17/+12
2019-06-08Fix typoAndrea Gelmini1-1/+1
2019-06-08Fix typoAndrea Gelmini1-1/+1
2019-06-08Fix typoAndrea Gelmini1-1/+1
2019-06-06loplugin:cstylecast (macOS)Stephan Bergmann1-1/+2
2019-06-05The 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