summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-8/+3
2012-10-27shell: use x64 zlib version hereMatúš Kukan4-5/+5
2012-10-25gbuildification of expatDavid Ostrovsky4-4/+4
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
2012-10-18Combine senddoc null and default cases for better mailer selection.David Steele1-52/+8
2012-10-07fix shell build with Win8 SDKPeter Foley1-0/+2
2012-10-05shell: no need to define XML_UNICODE ...Michael Stahl10-16/+0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks104-2385/+1771
2012-10-02Use prefixTor Lillqvist18-18/+18
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl13-26/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl9-15/+24
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl1-2/+2
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl2-6/+6
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl13-13/+26
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl8-0/+8
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar1-0/+1
2012-08-27fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2-4/+9
2012-08-27fdo#53533: don't seek to bogus offsetFridrich Štrba2-21/+14
2012-08-25libmerged: add more librariesMatúš Kukan4-4/+5
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann22-574/+6
2012-08-08reduce ascii noise and useless commentsThomas Arnhold10-40/+0
2012-08-08remove include comments and boxesThomas Arnhold16-69/+0
2012-07-23Fixed multiple attachment passing to thunderbird: file:// part needs 'sArno Teigseth1-1/+1
2012-07-20new does not return nullStephan Bergmann3-29/+13
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET2-2/+2
2012-07-13warning C4267: conversion from 'size_t' to 'unsigned long'Michael Stahl1-1/+1
2012-07-13warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl2-3/+3
2012-07-13clarify branding in commentMichael Stahl1-3/+5
2012-07-13warning C4267: conversion from 'size_t' to 'int'Michael Stahl1-2/+2
2012-07-13shell: remove dead SaveDebugInfoToFileMichael Stahl1-17/+0
2012-07-13warning C4267: conversion from 'size_t' to 'int'Michael Stahl1-1/+2
2012-07-12warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl1-1/+2
2012-07-12warning C4100: unreferenced formal parameterMichael Stahl1-2/+4
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl1-1/+3
2012-07-09Related: fdo#30763 always fill in default name under GNOMECaolán McNamara2-17/+18
2012-07-04removed unnecessary forward declarations of classTakeshi Abe1-1/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks6-24/+6
2012-07-01Remove unused definesThomas Arnhold3-3/+0
2012-06-29Remove include guardsThomas Arnhold1-3/+0
2012-06-26enable gnome-mail and xdg-mailPeter Tillemans1-1/+1
2012-06-22.ulf files don't need executable bitsMichael Stahl1-0/+0
2012-06-22.xml files don't need executable bitsMichael Stahl7-0/+0
2012-06-22.cxx files don't need executable bitsMichael Stahl1-0/+0
2012-06-22re-base on ALv2 code.Michael Meeks9-207/+126
2012-06-21re-base on ALv2 code.Michael Meeks29-648/+441
2012-06-21re-base on ALv2 code.Michael Meeks2-21/+30
2012-06-13fix typo: = -> ==David Tardon1-1/+1
2012-06-08fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann1-22/+44
2012-06-02targeted string re-workNorbert Thiebaud16-108/+98