summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Expand)AuthorFilesLines
2011-08-29More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist1-0/+2
2011-08-23Avoid compilation error in dbgutil (_DEBUG) MSVC buildTor Lillqvist1-0/+2
2011-08-17cppcheck: possibly efficient checking for emptinessTakeshi Abe1-3/+3
2011-07-20More header name case fixes for MinGW cross-compilationTor Lillqvist3-5/+5
2011-07-20Fix MSVC warnings and errors, fallout from previous commitTor Lillqvist4-11/+8
2011-07-20MinGW fixesTor Lillqvist11-22/+56
2011-07-20Fix some MinGW warnings and errorsTor Lillqvist4-3/+7
2011-07-20The file is Fps.rc, not fps.rcTor Lillqvist1-1/+1
2011-07-20Drop Win9x dialogs and make compatible with windresTor Lillqvist1-196/+15
2011-07-20Drop Win9x stuffTor Lillqvist7-312/+15
2011-07-20Fix MinGW compilation errorsTor Lillqvist5-2/+8
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan10-110/+0
2011-06-22adapt for new apiCaolán McNamara1-1/+1
2011-06-20ByteString -> rtl::OStringBufferCaolán McNamara2-3/+3
2011-06-06Sanity test, seems to fix fdo#37930Tor Lillqvist1-0/+3
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky8-64/+107
2011-05-21Drop OS2Tor Lillqvist1-9/+3
2011-05-12do not leak memoryDavid Tardon1-2/+12
2011-05-12use rtl::OUStringDavid Tardon1-2/+2
2011-04-28OpenOffice.org -> LibreOfficeLuboš Luňák1-3/+3
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens8-64/+107
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet7-14/+13
2011-04-11silence virtual overriden warningLuboš Luňák1-0/+1
2011-04-11-Wno-shadow for KDE sourcesLuboš Luňák1-0/+4
2011-03-28using disposingCaolán McNamara1-0/+4
2011-03-28ooopsFridrich Štrba1-1/+1
2011-03-28Fix Windows build of fpickerFridrich Štrba3-5/+10
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba3-6/+0
2011-03-24remove executable bit from files that are not executablesLuboš Luňák188-0/+0
2011-03-23Fixed build with --enable-kde4Katarina Machalkova1-1/+1
2011-03-21fwk167: Rebase to DEV300m103Carsten Driesner3-0/+6
2011-03-19WaE: missing format stringThomas Arnhold1-0/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold9-21/+21
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky1-2/+8
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky191-364/+421
2011-03-18use full path for kdefilepicker helper binary (bnc#31109)Luboš Luňák1-2/+8
2011-03-18fwk167: #i93666# Added separators to the new Vista/7 file dialogCarsten Driesner6-84/+78
2011-03-16fwk167: #i117379# Use bool instead of Windows type BOOL to prevent misuseCarsten Driesner1-1/+1
2011-03-16fwk167: #i117378# Use safer way to check for visibilityCarsten Driesner1-1/+1
2011-03-16fwk167: #i117378# Use BOOL instead of sal_Bool for Windows specific code.Carsten Driesner1-1/+1
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold4-4/+4
2011-03-13Move DBG_ERROR to OSL_FAIL for getStr() (multiline)Thomas Arnhold1-1/+1
2011-03-12fix mis-merge all-around.Norbert Thiebaud1-40/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens191-364/+461
2011-03-04Remove bogus and useless comments in libs-core.Guillaume Poussel1-2/+2
2011-03-04German comments translation.Michael Muench4-99/+92
2011-03-03fwk167: #i90917# Filter out requests for controls which are not available for...Carsten Driesner1-5/+28
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold5-9/+9
2011-03-01don't rely on implicit castingCaolán McNamara1-3/+3
2011-03-01Remove Dead CodeXisco Fauli2-29/+0