summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-23merge foobars? fix broken MultiPage api, also fix broken api change eventsNoel Power
2011-08-23Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.shTor Lillqvist
2011-08-23Do not hardcode bash pathFrançois Tigeot
2011-08-23Remove an unused perl moduleJordan Ayers
Another one related to fdo#39747. The file solenv/bin/modules/installer/configuration.pm isn't used at all currently. (I see that it was used for a while back in 2004 by make_installer.pl.) This patch drops the file. LGPLv3+/MPL Jordan Ayers >From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Sep 17 00:00:00 2001 From: Jordan Ayers <jordan.ayers@gmail.com> Date: Mon, 22 Aug 2011 23:42:00 -0500 Subject: [PATCH] Remove unused perl module.
2011-08-23Clean up globals in make_installer.plJordan Ayers
Reduce scope of $packjobref. Remove $exithandler and its shutdown check, since no handler was ever assigned. Remove some unused install::global:: variables.
2011-08-23placement new needs new header includedCaolán McNamara
2011-08-23fix build error for the moment, apply mingw patch only for mingw caseCaolán McNamara
2011-08-23Code review fixes.Muthu Subramanian
2011-08-23generate listCaolán McNamara
2011-08-23fix windows xmlsecurity linkCaolán McNamara
2011-08-23merge these similar methods togetherCaolán McNamara
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-23fix this upCaolán McNamara
2011-08-23better test for this that doesn't depend on envCaolán McNamara
2011-08-23callcatcher: yet more unused codeCaolán McNamara
2011-08-23Avoid compilation error in dbgutil (_DEBUG) MSVC buildTor Lillqvist
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so...
2011-08-23Work around limitation in the debug version of the MSVC std::lower_boundTor Lillqvist
2011-08-23Fix cross-building libxslt to at least go through configure; does not build.Jan Holesovsky
2011-08-23Fix mingw cross-build of libxml2.Jan Holesovsky
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-23gb_MINGWLIBDIR is not used anywhereTor Lillqvist
2011-08-23Add YaccObject classTor Lillqvist
2011-08-23n#657896 - Gradient Transparencies and Muticolor Gradient fills.Muthu Subramanian
- Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
2011-08-23setup_native does not need sfx2; avoids building vcl when cross-compiling.Jan Holesovsky
2011-08-23Remove useless comments from build.lst.Jan Holesovsky
2011-08-23Add comment with discussion on what existing comments claimTor Lillqvist
2011-08-23Upgrade graphite to 1.0.2 and simplify patchesMartin Hosken
2011-08-22Actually these methods are supposed to have private visibility.Kohei Yoshida
2011-08-22Linker error on windows.Kohei Yoshida
2011-08-22Don't mark methods PUBLIC when the whole class is marked PUBLIC.Kohei Yoshida
MSVC refuses to compile otherwise.
2011-08-23unusedcode: svt::Matúš Kukan
2011-08-23Remove assertion that does not compileTor Lillqvist
2011-08-23Obey TMPDIR if setTor Lillqvist
2011-08-23Look at COM to detect MinGW, not the weird USE_MINGWTor Lillqvist
2011-08-23Fix cross-compilationTor Lillqvist
2011-08-22Do not check for cups presence on Windows and Android systemsFrançois Tigeot
2011-08-22check we have the environment sourced, and fail helpfully if notMichael Meeks
2011-08-22Fix dbgutil build of pyunoTor Lillqvist
Whether things actually work when pyuno is built against the debugging runtime, but the internal Python (to the best of my knowledge) still against the normal one, I don't know. But anyway, this makes the build succeed here.
2011-08-22Make a dbgutil build of the Explorer extension succeedTor Lillqvist
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell.
2011-08-22chmod -xTor Lillqvist
2011-08-22No need to mention msvcprt.lib here, wntmsc.mk does thatTor Lillqvist
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib.
2011-08-22Move Win32-only code under source/win32 for clarityTor Lillqvist
2011-08-22Enable CUPS unconditionallyFrançois Tigeot
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-22unusedcode: sfx:: sfx2::Matúš Kukan
2011-08-22Implement RTF_ANSICPGMiklos Vajna
2011-08-22Make frame start/end a bit more robustMiklos Vajna
Don't try to start a started frame, don't try to end a not started frame.
2011-08-22Make sure runs are closed before we end a frameMiklos Vajna
2011-08-22remove name-to-ver-control map contents from RSC_VERSIONCONTROL recordMichael Meeks
Based on a patch from Andras, this removes a set of un-used debugging type strings from all lang-pack resource files.
2011-08-22Fix dubious std::lower_bound usage that breaks in a _DEBUG MSVC buildTor Lillqvist