summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-16Move configmgr to tail_build.Stephan Bergmann
2011-12-16Fix building of cairo on windowsFridrich Štrba
2011-12-16DecoView cleanup: rework ImplDrawFrameMatteo Casalin
2011-12-16Properly join spawned GrammarCheckingIterator thread.Stephan Bergmann
It was still running during shutdown of sw_complex's checkFlies test, causing problems. For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked, which looks like the right way, anyway. Hopefully it does not unearth another round of bugs...
2011-12-16teach old-style method about the new form of screen numbering fdo#43458Michael Meeks
We number now with a flat set of indicees across Xinerama and more standard multi-screen setups.
2011-12-16trivial pkgconfig fixesMichael Meeks
2011-12-16fdo#43790: RTL PopupMenu position fixesCédric Bosdonnat
Fixed the Writer PageBreak and Header/Footer indicator position. It also fixed the popup menu position in RTL UI for all PopupButton instances.
2011-12-16Make buid pixman on windowsFridrich Štrba
2011-12-16fdo#33602: Preserving dbf import/export charset.Muthu Subramanian
2011-12-16Adding more dbf file types.Muthu Subramanian
Uses info from comments in i18728.
2011-12-16Missing pixman fileFridrich Štrba
2011-12-16Keep changes to configure.ac only as documentary evidenceFridrich Štrba
2011-12-16One more attempt to not have -lz sucked inFridrich Štrba
2011-12-16Fixed: bentConnectors are not imported properly.Muthu Subramanian
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
2011-12-16nobody has ever translated this string, in fact it is not for localizationAndras Timar
2011-12-16Handle unset workdir argument.Stephan Bergmann
2011-12-16Report backtraces for all threads.Stephan Bergmann
2011-12-16Remove nonsense line (causing debug-mode glibc to report an error).Stephan Bergmann
2011-12-16-lz was sucked in by freetypeFridrich Štrba
2011-12-16add version suffix (beta1) to about dialogPetr Mladek
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-16Trying to get the linking with internal zlib rightFridrich Štrba
2011-12-16Fix one more occurrence of FcResultOutOfMemory and try not to run autotoolsFridrich Štrba
2011-12-16Fix cairo build on some older systemsFridrich Štrba
2011-12-16msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-16Disable valgrind in internal cairo buildFridrich Štrba
2011-12-16when creating linked clone with branch, make sure to ff to the current stateChristian Lohmaier
the git-new-workdir helper is mostly useful to have one pristine clone where the updates get pulled into & from that you create working copies. As pulling to that master copy only updates the current branch (usually master), checking out a different branch using git-new-workdir will result in "your branch is behind the remote branch by xx commits" when there have been commits after the branch was first checked out locally. Thus this change adds a fast-forwarding merge when a branch is given.
2011-12-16Oops, forgot to add the cairo tarball to ooo.lst.inFridrich Štrba
2011-12-16avoid looping on busted escher recordsCaolán McNamara
2011-12-16Upgrading internal cairo/pixman (phase 1)Fridrich Štrba
2011-12-16Override gb_Library__set_soversion_script_platform as emptyTor Lillqvist
2011-12-16lingucomponent: MacOSX: use gb_Library_add_objcxxobjectsMichael Stahl
2011-12-16avmedia: QuickTime: use gb_Library_add_objcxxobjectsMichael Stahl
2011-12-16gbuild: solaris.mk: deprecate SunStudioMichael Stahl
2011-12-16gbuild: fix gb_Library_set_soversion_scriptMichael Stahl
so it does nothing on platforms where soversions are not used
2011-12-16Fix typo and clean up.Stephan Bergmann
2011-12-16Mark fontconfig as depending on expatTor Lillqvist
2011-12-16fix syntactic errorDavid Tardon
2011-12-16fix syntactic errorDavid Tardon
2011-12-16c++ subsequent tests XRangeName and XRangeNamesLaurent Godard
renaming previous test to XRangeNames new test for XRangeName
2011-12-16disable scs' subsequenttests that use binfilter formatsMarkus Mohrhard
2011-12-16sc test xrangename - code cleaning and minor bug aNr2Laurent Godard
2011-12-16Better fix for over-zealous Zip package consistency.Thorsten Behrens
Turns out our encrypted zip package code writes out mismatching compression methods in central directory and local file headers - so not only be lenient towards the apple bug (n#653688), but also ours (i.e. keep not comparing nMethod with nHow).
2011-12-16Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens
While fixing n#653688, turned out we write method=STORED into local file headers, and method=DEFLATED into central directory structure for encrypted ODF. Damn side-effects - fixed as hopefully intended here.
2011-12-16Removed unused code.Thorsten Behrens
Clearly this iteration and reading of the referer, that is then subsequently not used at all by the method, can go.
2011-12-16There is no --disable-nss-module option any moreTor Lillqvist
2011-12-15gbuild: macosx.mk: tinderbox fails on version scriptMichael Stahl
2011-12-15gbuild: macosx.mk: remove salhelper hackMichael Stahl
2011-12-15Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist
2011-12-15Save the config.log for the build platform as config.Build.logTor Lillqvist
2011-12-15No Makefile.in any moreTor Lillqvist