summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2012-04-13fix library link order to work with link --as-neededPetr Mladek1-2/+3
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara10-6/+42
2012-04-13gbuildize internal zlibCaolán McNamara10-42/+6
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-121/+37
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-10/+10
2012-04-05shell: fix silly flags from 2c5a817591Michael Stahl1-1/+1
2012-03-27typo fixAndras Timar2-2/+2
2012-03-27replace OpenOffice.org to LibreOffice in registry keysAndras Timar4-28/+28
2012-03-23.txt files don't need executable bitsMichael Stahl5-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl11-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl3-0/+0
2012-03-23.c files don't need executable bitsMichael Stahl2-0/+0
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-1/+1
2012-03-22WaE: ignoring lockf return valueCaolán McNamara1-1/+2
2012-03-21Appease valgrindFridrich Štrba1-0/+1
2012-03-21Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba1-1/+1
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-21Remove unused defineFridrich Štrba1-2/+0
2012-03-19Missing includeStephan Bergmann1-0/+4
2012-03-19Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba15-225/+547
2012-03-18mingw: allow use of system zlibDavid Tardon11-8/+45
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann4-16/+73
2012-03-12WaE: missing initializer for memberDavid Tardon1-1/+1
2012-03-12WaE: deprecated conversion from string constant to 'LPSTR'David Tardon1-1/+1
2012-03-12WaE: deprecated conversion from string constant to 'char*'David Tardon1-1/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-3/+2
2012-03-12WaE: variable 'bRet' set but not usedDavid Tardon1-2/+2
2012-03-12WaE: defined but not usedDavid Tardon1-1/+0
2012-03-12WaE: deprecated conversion from string constant to 'LPSTR'David Tardon1-1/+2
2012-03-12WaE: deleting object of abstract class type with non-virt. destuctorDavid Tardon1-2/+6
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-3/+2
2012-03-12suppress errors with -WerrorDavid Tardon1-0/+4
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon6-17/+17
2012-03-12WaE: invalid conversion from 'const char*' to 'LPSTR'David Tardon1-1/+2
2012-03-12WaE: value computed is not usedDavid Tardon1-1/+1
2012-03-12WaE: deprecated conversion from string constant to 'char*''David Tardon1-3/+3
2012-03-12WaE: initialization orderDavid Tardon1-1/+1
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon4-14/+14
2012-02-19Get rid of size() == 0Elton Chung2-3/+3
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-01-27Decrease verbiage a little bitTor Lillqvist5-5/+13
2012-01-23make shell ByteString freeCaolán McNamara1-6/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-6/+13
2012-01-20Fix spelling typoJesús Corrius1-1/+1
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot4-16/+16
2011-12-26catch exception by constant referenceTakeshi Abe3-3/+3
2011-11-29tkr41: #117828# office crash fixed . (null pointer) + add unit testmst1-1/+2