Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-16 | Move configmgr to tail_build. | Stephan Bergmann | |
2011-12-16 | Fix building of cairo on windows | Fridrich Štrba | |
2011-12-16 | DecoView cleanup: rework ImplDrawFrame | Matteo Casalin | |
2011-12-16 | Properly 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-16 | teach old-style method about the new form of screen numbering fdo#43458 | Michael Meeks | |
We number now with a flat set of indicees across Xinerama and more standard multi-screen setups. | |||
2011-12-16 | trivial pkgconfig fixes | Michael Meeks | |
2011-12-16 | fdo#43790: RTL PopupMenu position fixes | Cé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-16 | Make buid pixman on windows | Fridrich Štrba | |
2011-12-16 | fdo#33602: Preserving dbf import/export charset. | Muthu Subramanian | |
2011-12-16 | Adding more dbf file types. | Muthu Subramanian | |
Uses info from comments in i18728. | |||
2011-12-16 | Missing pixman file | Fridrich Štrba | |
2011-12-16 | Keep changes to configure.ac only as documentary evidence | Fridrich Štrba | |
2011-12-16 | One more attempt to not have -lz sucked in | Fridrich Štrba | |
2011-12-16 | Fixed: bentConnectors are not imported properly. | Muthu Subramanian | |
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94 | |||
2011-12-16 | nobody has ever translated this string, in fact it is not for localization | Andras Timar | |
2011-12-16 | Handle unset workdir argument. | Stephan Bergmann | |
2011-12-16 | Report backtraces for all threads. | Stephan Bergmann | |
2011-12-16 | Remove nonsense line (causing debug-mode glibc to report an error). | Stephan Bergmann | |
2011-12-16 | -lz was sucked in by freetype | Fridrich Štrba | |
2011-12-16 | add version suffix (beta1) to about dialog | Petr 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-16 | Trying to get the linking with internal zlib right | Fridrich Štrba | |
2011-12-16 | Fix one more occurrence of FcResultOutOfMemory and try not to run autotools | Fridrich Štrba | |
2011-12-16 | Fix cairo build on some older systems | Fridrich Štrba | |
2011-12-16 | msvc 2008 express won't link without explicit salhelper | Caolán McNamara | |
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line | |||
2011-12-16 | Disable valgrind in internal cairo build | Fridrich Štrba | |
2011-12-16 | when creating linked clone with branch, make sure to ff to the current state | Christian 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-16 | Oops, forgot to add the cairo tarball to ooo.lst.in | Fridrich Štrba | |
2011-12-16 | avoid looping on busted escher records | Caolán McNamara | |
2011-12-16 | Upgrading internal cairo/pixman (phase 1) | Fridrich Štrba | |
2011-12-16 | Override gb_Library__set_soversion_script_platform as empty | Tor Lillqvist | |
2011-12-16 | lingucomponent: MacOSX: use gb_Library_add_objcxxobjects | Michael Stahl | |
2011-12-16 | avmedia: QuickTime: use gb_Library_add_objcxxobjects | Michael Stahl | |
2011-12-16 | gbuild: solaris.mk: deprecate SunStudio | Michael Stahl | |
2011-12-16 | gbuild: fix gb_Library_set_soversion_script | Michael Stahl | |
so it does nothing on platforms where soversions are not used | |||
2011-12-16 | Fix typo and clean up. | Stephan Bergmann | |
2011-12-16 | Mark fontconfig as depending on expat | Tor Lillqvist | |
2011-12-16 | fix syntactic error | David Tardon | |
2011-12-16 | fix syntactic error | David Tardon | |
2011-12-16 | c++ subsequent tests XRangeName and XRangeNames | Laurent Godard | |
renaming previous test to XRangeNames new test for XRangeName | |||
2011-12-16 | disable scs' subsequenttests that use binfilter formats | Markus Mohrhard | |
2011-12-16 | sc test xrangename - code cleaning and minor bug aNr2 | Laurent Godard | |
2011-12-16 | Better 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-16 | Fix 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-16 | Removed 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-16 | There is no --disable-nss-module option any more | Tor Lillqvist | |
2011-12-15 | gbuild: macosx.mk: tinderbox fails on version script | Michael Stahl | |
2011-12-15 | gbuild: macosx.mk: remove salhelper hack | Michael Stahl | |
2011-12-15 | Add autogen.lastrun sample for cross-compiling to Android from Mac OS X | Tor Lillqvist | |
2011-12-15 | Save the config.log for the build platform as config.Build.log | Tor Lillqvist | |