summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-18use /usr/bin/env bash instead of /bin/bashRobert Nagy
2012-03-18Add check for hamcrest even if it is not first in classpath.Tomas Chvatal
2012-03-18sal_osl_module depends on Module_DLL (uses the library)Luboš Luňák
2012-03-18gbuildbridge: gb_MAKETARGET is empty, gb_PARTIALBUILD defined in partial_buildMatúš Kukan
2012-03-18update of license documentAndras Timar
added Info-ZIP lincense
2012-03-18Simplify these 2 conditionsJulien Nabet
2012-03-18Reduce scope of nCharJulien Nabet
2012-03-18match if-else properly (warnings are actually sometimes useful, huh)Luboš Luňák
2012-03-17compile these with exceptions againLuboš Luňák
a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build without exceptions by mistake, causing a boost problem
2012-03-18removed duplicate #includes in cosvTakeshi Abe
2012-03-17use SAL_DLLPUBLIC_TEMPLATE for an exported templateLuboš Luňák
2012-03-17fix wrong libpng check result textLuboš Luňák
2012-03-17fix icu parallel buildLuboš Luňák
2012-03-17workaround broken msvc template instantiationLuboš Luňák
2012-03-17workaround for msvc instantiating things it shouldn'tLuboš Luňák
The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008 does so and then it fails to compile.
2012-03-17do not initialize a field with itselfLuboš Luňák
2012-03-17Fixed potential memory leak & UniString removal.Kohei Yoshida
2012-03-16correction of typo in commentWinfried Donkers
2012-03-16Added class description.Kohei Yoshida
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida
This brings down the reload time from 22 seconds to 4.3 seconds with my test document. This is what I've been looking for!
2012-03-16gb_JavaClassSet_add_package_dependency: order only is not enoughMichael Stahl
2012-03-16unoil: add missing dependencies in custom makefileMichael Stahl
2012-03-16fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen
2012-03-16gbuild: switch solaris.mk to GCCJonathan Adams
2012-03-16unitools.mk: do not override $GNUMAKE from configureJonathan Adams
2012-03-16adapt unxsog{i,s}.mk to Solaris ldJonathan Adams
2012-03-16soltools: fix solaris/gcc buildMichael Stahl
2012-03-16sal: fix warningsMichael Stahl
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams
These are deprecated and not used in LO.
2012-03-16nss: add parameter for solaris/gccMichael Stahl
2012-03-16icc: clean up patchJonathan Adams
2012-03-16configure.in: use $GREP for non-standard featuresJonathan Adams
2012-03-16solaris/gcc: add missing standard includesJonathan Adams
2012-03-16logical || -> binary |Luboš Luňák
2012-03-16remove extraneous parenthesesLuboš Luňák
2012-03-16kde4 fpicker doesn't use Q_OBJECT, no need for mocLuboš Luňák
2012-03-16do not initialize a field with itselfLuboš Luňák
2012-03-16add autogen.lastrun.bak to .gitignoreLuboš Luňák
2012-03-16do not let a unittest create temp files in the current directoryLuboš Luňák
2012-03-16Add missing component file for canvas.Thorsten Behrens
2012-03-16sw doesn't need to link ooxLuboš Luňák
that commit should have been cleaned up before it went upstream
2012-03-16fix gcc bug 26905 detection with clangLuboš Luňák
it uses GOT instead of PLT on i386 with -02
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida
2012-03-16Better wording.Kohei Yoshida
2012-03-16New unit test for testing pivot cache.Kohei Yoshida
2012-03-16Cleanup formatting in cairocanvasThorsten Behrens
White-space changes - code was in parts unreadable after tab/spaces conversion. While at it, removed a few lines of commented-out code.
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Clear whole layer in slideshow sprites fdo#45219Thorsten Behrens
The clear() previously offsetted the topleft rect corner for sprites by _the sprite topleft_ position, which is rather unhelpful but for sprites located at (0,0).
2012-03-16Clear sprites to white fdo#45219.Thorsten Behrens
Another fix for a rendering glitch mentioned in fdo#45219 - vclcanvas sadly does not properly implement compositing, so all- black background yields dark shadows on semi-transparent objects. Ultimately though, we should retire vclcanvas instead.
2012-03-16Clear full sprite area for fdo#45219Thorsten Behrens
Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons)