summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: comphelper/source/misc/servicedecl.cxx i18npool/source/breakiterator/breakiteratorImpl.cxx l10ntools/scripts/localize.pl svl/source/items/itemset.cxx svl/source/memtools/svarray.cxx svl/source/numbers/zformat.cxx svtools/source/brwbox/brwbox1.cxx tools/source/stream/strmwnt.cxx vcl/inc/vcl/graphite_adaptors.hxx vcl/inc/vcl/graphite_layout.hxx vcl/inc/vcl/graphite_serverfont.hxx vcl/source/control/imgctrl.cxx vcl/source/gdi/outdev.cxx vcl/source/gdi/outdev3.cxx vcl/source/glyphs/gcach_ftyp.cxx vcl/source/glyphs/graphite_adaptors.cxx vcl/source/glyphs/graphite_layout.cxx vcl/source/window/winproc.cxx vcl/unx/source/fontmanager/fontconfig.cxx
2011-03-17remove unused variable warningBjoern Michaelsen
2011-03-17fix bestreversemap generation, fully this timeMichael Meeks
2011-03-17get paths right when building reversemapMichael Meeks
2011-03-17killing off stl in gbuildBjoern Michaelsen
2011-03-17Cygwin fixes and cleanupsTor Lillqvist
With realpath now called in AllLangResTarget.mk, we can revert the explicit expansion of the symlinks to clone/libs-gui/toolkit in the makefiles for the resources. Also remove unnecessary -I switches that apparently have just been copy-pasted blindly. Add realpath calls for -I switches to the makefiles for the executables.
2011-03-16More WIN_FOO cleanupTor Lillqvist
2011-03-16Just use a normal main(), no need for SAL crack hereTor Lillqvist
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16Use manually expansion of the "toolkit" symlinkTor Lillqvist
rsc is not a Cygwin program, so it doesn't understand pathnames containing symlinks. I couldn't figure out a way to use Make's realpath function here, unfortunately. So expand the symlink manually, we know it is always clone/libs-gui/toolkit, isn't it?
2011-03-16using CustomTarget for generated codeBjoern Michaelsen
2011-03-16chmod -xTor Lillqvist
2011-03-16The WIN_BOOL/ULONG dance no longer neededTor Lillqvist
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16Resolves: rhbz#680460 honour lcdfilter, subpixeling etc.Caolán McNamara
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16No #warning in MSVCTor Lillqvist
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16Related: rhbz#680460 don't bother with an interim FontSetCaolán McNamara
I can't see why bother adding it to a FontSet and then throw away the fontset, why not just use the pattern directly and throw it away afterwards directly.
2011-03-16Revert "Revert "Use realpath to avoid -I options containing symlinks on Cygwin""Tor Lillqvist
This reverts commit 00bfbcf96e5a5bbabe5cfe1811fecc96304a19fe.
2011-03-16Revert "Revert "Use realpath to avoid pathnames containing symlinks on Cygwin""Tor Lillqvist
This reverts commit bac18077450aec272f108bf7e700bfd7fafa33ff.
2011-03-16disable this warning for yacc code tooCaolán McNamara
2011-03-16WaE: int/char mixCaolán McNamara
2011-03-16WaE: enable exceptions for new containersCaolán McNamara
2011-03-16add a virtual dtor to baseclassCaolán McNamara
2011-03-16Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"Tor Lillqvist
This reverts commit ea0f905a00c7b4d7ab31092566671b7613a956ac.
2011-03-16Revert "Use realpath to avoid -I options containing symlinks on Cygwin"Tor Lillqvist
This reverts commit e8701a1e09559ca8b52e39d5ee4da45237f099f8.
2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist
2011-03-16Introduce a single .gitattributes file in bootstrapMiklos Vajna
2011-03-16WaE: remove some warningsCaolán McNamara
2011-03-16Use realpath to avoid pathnames containing symlinks on CygwinTor Lillqvist
2011-03-16Another GR2_STATIC defineFridrich Štrba
2011-03-16MAKEFILE.MK -> makefile.mkFridrich Štrba
2011-03-15Internal graphite is a static libraryFridrich Štrba
2011-03-15don't handle very oddly sized (but empty) control regions, they cause grief.Michael Meeks
2011-03-15fix up merge conflictsCaolán McNamara
2011-03-15add regression test for weak charsCaolán McNamara
2011-03-15Lock rotation matrix orthogonality via unit testThorsten Behrens
There were cases reported when multiples of pi/2 did not yield a properly-orthogonal rotation matrix. locked via unit test.
2011-03-14Remove empty comment fieldsThomas Arnhold
2011-03-14Support for greek numeralsPantelis Koukousoulas
References: http://www.spinellis.gr/blog/20090625/ (Greek Numerals in OpenOffice.org) http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=7269 ([Issue+Workaround] Custom Numbering in Bullets and Numbering) http://www.opengr.net/forum/viewtopic.php?f=13&t=51 And the references transitively mentioned in the above. This functionality was implemented during Greek Coding Camp 2009. NOTE: the present implementation uses the (modern) two-letter version of '6' (sigma taf) instead of the ancient greek / katharevousa version that uses the 'stigma' character. OTOH, we do use the katharevousa 'qoppa' and 'sampi' because there is no standard modern version that replaces them. If you have that many bullets so that these symbols are needed, then you had it comin' anyway :p Author: Pantelis Koukousoulas <pktoss@gmail.com> License: LGPLv3 / MPL Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>
2011-03-14compile and install filechangedchecker ...Michael Meeks
2011-03-14insert_iterator not member of std:: error with Visual Studio 10Fridrich Štrba
2011-03-14cleanupMichael Meeks
2011-03-14Related: rhbz#684477 make sure this is thread safeCaolán McNamara
2011-03-13no more vos3Norbert Thiebaud
2011-03-13no more writeInfoNorbert Thiebaud
2011-03-13export filterutils.hxx (andd compile filterutils.cxx)Norbert Thiebaud
2011-03-12mis-merge: we do not want Ooo new about box do we ?Norbert Thiebaud
2011-03-12mis-merge: lost typedefNorbert Thiebaud