summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann2-0/+8
2014-11-25fdo#85347 Make file picker modal againAdolfo Jayme Barrientos1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl5-2/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-2/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+0
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist1-2/+2
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist4-57/+0
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-02fpicker (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann10-15/+15
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin15-31/+31
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-2/+4
2014-09-15loplugin:salboolStephan Bergmann4-29/+29
2014-09-12fpicker: sal_Bool -> boolStephan Bergmann4-11/+11
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-2/+2
2014-08-25oops, forgot to include osl/thread.hMichael Stahl1-0/+1
2014-08-25set names on the Win32-only threadsMichael Stahl4-0/+10
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-4/+4
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold1-23/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-3/+0
2014-08-09remove obsolete commentThomas Arnhold1-2/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-26WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist2-17/+1
2014-07-22callcatcher: update unused codeCaolán McNamara2-10/+0
2014-07-21win32 fpicker: correctly set the default file nameAurimas Fišeras1-10/+9
2014-07-21Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"Aurimas Fišeras1-5/+11
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj2-0/+16
2014-07-10use SimpleReferenceObject in fpicker moduleNoel Grandin3-25/+4
2014-07-02fix crash when m_aType is '*'Caolán McNamara1-1/+1
2014-07-01loplugin:stringconcatStephan Bergmann1-7/+7
2014-07-01coverity#703963 Unchecked return valueNorbert Thiebaud1-8/+6
2014-06-30Dead codeStephan Bergmann2-67/+0
2014-06-30-Werror,-Wunused-macrosStephan Bergmann1-2/+0
2014-06-30tweak helpids nowCaolán McNamara1-1/+2
2014-06-30rework resize into a custom widgetCaolán McNamara4-69/+73
2014-06-30DLG_FPICKER_EXPLORERFILE conversion to .uiSzymon Kłos12-818/+707
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-13/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin6-11/+9
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-29remove more unnecesary OUString constructor useNoel Grandin5-16/+16