summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* shell: use x64 zlib version hereMatúš Kukan2012-10-274-5/+5
| | | | Change-Id: Ie61966f28b937db7d4997753cc388332dda25f63
* gbuildification of expatDavid Ostrovsky2012-10-254-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Two different xmlparse libraries are created: ascii_expat_xmlparse and expat_xmlparse. One without -DXML_UNICODE and one with. Source file are duplicated and renamed with gb_UnpackedTarball_set_post_action function to be able to add artifacts twice to gbuild machinery. On windows 64 bit additional two librares are created: expat_xmlparse_x64 and expat_xmltok_x64. That is due the problem with shell/shlxthandler (comment): ------------------------------------------------------ use UNICODE only because shell/shlxthandler doesn't link against ascii_expat_xmlparse ------------------------------------------------------ Include files are delivered to $(OUTDIR)/inc/external/expat now and not to $(OUTDIR)/inc/external any more. set_include call is added in RepositoryExternal.mk. To define dependency between StaticLibrary and ExternalProject new function was introduced: gb_StaticLibrary_use_external_project. Change-Id: I3b3aa40f39ef82c70f6f28790b582c83e48bdf76
* drop rdbmaker completelyMatúš Kukan2012-10-221-1/+1
| | | | Change-Id: I313afb391562adae4f91c55480a036c228e0b540
* Combine senddoc null and default cases for better mailer selection.David Steele2012-10-181-52/+8
|
* fix shell build with Win8 SDKPeter Foley2012-10-071-0/+2
| | | | Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3
* shell: no need to define XML_UNICODE ...Michael Stahl2012-10-0510-16/+0
| | | | | | ... because it is added automatically by the external expat_utf16. Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7
* re-base on ALv2 code. Includes:Michael Meeks2012-10-03104-2385/+1771
| | | | | | | | | | | | | | | | tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
* Use prefixTor Lillqvist2012-10-0218-18/+18
| | | | Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-2813-26/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-289-15/+24
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-2/+2
| | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-282-6/+6
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-2813-13/+26
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-288-0/+8
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar2012-09-111-0/+1
| | | | Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff
* fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2012-08-272-4/+9
| | | | Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6
* fdo#53533: don't seek to bogus offsetFridrich Štrba2012-08-272-21/+14
| | | | Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74
* libmerged: add more librariesMatúš Kukan2012-08-254-4/+5
| | | | Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
* Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann2012-08-2222-574/+6
| | | | Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0810-40/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-0816-69/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Fixed multiple attachment passing to thunderbird: file:// part needs 'sArno Teigseth2012-07-231-1/+1
| | | | Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264
* new does not return nullStephan Bergmann2012-07-203-29/+13
| | | | Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-132-2/+2
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* warning C4267: conversion from 'size_t' to 'unsigned long'Michael Stahl2012-07-131-1/+1
| | | | Change-Id: I1d922e5b3c7959022b6f57c33b9a4976a16305f6
* warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl2012-07-132-3/+3
| | | | Change-Id: Idd467f2963099e2ae6bb76f405124dfa32c8cc9a
* clarify branding in commentMichael Stahl2012-07-131-3/+5
| | | | Change-Id: I3101b9f582861bc88ab694c551e66079f133e3e0
* warning C4267: conversion from 'size_t' to 'int'Michael Stahl2012-07-131-2/+2
| | | | Change-Id: Id495b96f6f496f4ae16d9c9a3697f94c7b3f305c
* shell: remove dead SaveDebugInfoToFileMichael Stahl2012-07-131-17/+0
| | | | Change-Id: I18655247f0e836cefd2791e1c78cf9f49e396d02
* warning C4267: conversion from 'size_t' to 'int'Michael Stahl2012-07-131-1/+2
| | | | Change-Id: I00e5e4f959c351004d8c1181c124cc6a1058b666
* warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl2012-07-121-1/+2
| | | | Change-Id: If6cbb99b59b14fc7911c0fe76f44ac21b0db5042
* warning C4100: unreferenced formal parameterMichael Stahl2012-07-121-2/+4
| | | | Change-Id: I0965bb0cf13becd8a55170789f81714919cbbdf2
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-121-1/+3
| | | | Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b
* Related: fdo#30763 always fill in default name under GNOMECaolán McNamara2012-07-092-17/+18
| | | | | | regardless of whether lockdown is in effect. Change-Id: I3c5d3aba89f8cedb6e3e4bd2ecc1af954a953306
* removed unnecessary forward declarations of classTakeshi Abe2012-07-041-1/+0
| | | | Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-026-24/+6
|
* Remove unused definesThomas Arnhold2012-07-013-3/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Remove include guardsThomas Arnhold2012-06-291-3/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* enable gnome-mail and xdg-mailPeter Tillemans2012-06-261-1/+1
| | | | Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a
* .ulf files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: Ie84a08aa0626dffed871200df565e33642f53866
* .xml files don't need executable bitsMichael Stahl2012-06-227-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* .cxx files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: Ic27d7728025b3d666c0ebaf9ec4cd2006d0c89bf
* re-base on ALv2 code.Michael Meeks2012-06-229-207/+126
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2129-648/+441
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-212-21/+30
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* fix typo: = -> ==David Tardon2012-06-131-1/+1
| | | | Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
* fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann2012-06-081-22/+44
| | | | Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13
* targeted string re-workNorbert Thiebaud2012-06-0216-108/+98
| | | | Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
* Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius2012-05-311-22/+22
|