summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-27move windows-only call into platform/win*David Tardon
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon
2011-09-27correct link target name should be propagated from gb_Library_add_nativeresDavid Tardon
2011-09-27remove unused header and clean d.lst which should be emptyMatúš Kukan
2011-09-27More Android config.sub fixing.Thorsten Behrens
This time the redland library.
2011-09-27Replace raptor rindex calls with strrchrThorsten Behrens
Seems android libc is missing that - replaced by non-deprecated posix func.
2011-09-27More Android config.sub fixing.Thorsten Behrens
More parse fixing for android os string.
2011-09-27If gradient type is not specified, assume linearFridrich Štrba
2011-09-27Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?Tor Lillqvist
The ATSUI API that cairo uses seems to compile fine against both 10.5 and 10.6 SDKs. Maybe then against 10.7 it won't?
2011-09-27Add my autogen.lastrun too.Jan Holesovsky
2011-09-27Dmake's .IF expression parser is apparently broken, >= works but > doesn'tTor Lillqvist
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks
2011-09-27add dependencies for vba unit testMarkus Mohrhard
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-27remove obsolete and unused definesMichael Meeks
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks
2011-09-27Let's rely on memmove() being sane on all our platformsTor Lillqvist
Defining an own memmove() here is silly. It breaks compilation against MacOSX 10.6 SDK where memmove is a macro. If we really wanted to avoid the system memmove() here, surely we should then use rtl_moveMemory(). But since when is idlcpp performance critical?
2011-09-27Process options early so that $TARGET is set when we need it.Jan Holesovsky
2011-09-27Minor refactoring on WMF loadingMarc-Andre Laverdiere
2011-09-27Add bestreversemapTor Lillqvist
2011-09-27Fix system Python configuration for MacOSX SDK >= 10.6Tor Lillqvist
2011-09-27Fixed linkoo for Linux again.Stephan Bergmann
2011-09-27update listCaolán McNamara
2011-09-27callcatcher: some unused methodsCaolán McNamara
2011-09-27ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27decast this a bitCaolán McNamara
2011-09-27why call twice, we've already got the resultCaolán McNamara
2011-09-27constify some of thisCaolán McNamara
2011-09-27fix mangled indentCaolán McNamara
2011-09-27more ColorTable to List cleanup, and abstraction of load/saveMichael Meeks
2011-09-27Make extension cross-buildable again.Thorsten Behrens
2011-09-27Add MinGW debugging hints.Jan Holesovsky
2011-09-27Add MinGW handling to linkoo.Jan Holesovsky
2011-09-27Make cairo build against MacOSX SDK 10.5Tor Lillqvist
Factor out the part of the iOS patch that comments out ATSUI-using API into a new patch file, and use that when building against the MacOSX SDK 10.5. Whether the callers of cairo will build then, no idea... Will see.
2011-09-27Fix android platform parsing for raptorThorsten Behrens
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann
Happened on non-standard locales (like hu_HU on Linux) when osl_loadModuleRelative wanted to access non-standard text encodings. For Windows, the fix is still only a "TODO: FIXME" dummy.
2011-09-27Make Android cross-build workingThorsten Behrens
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-09-27Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the ↵Tor Lillqvist
intent
2011-09-27WaE: Silence warnings for the iOS codeTor Lillqvist
No semantic changes, the iOS code still is mostly dummy.
2011-09-26cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in tools/ poly.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl bitmap3.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl sft.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of variabl.e in vcl, cff.cxxPierre-André Jacquod
2011-09-26dead code deleted in vcl toolbox.cxxPierre-André Jacquod
2011-09-26cppcheck: reduce scope of var in vcl toolbox.cxxPierre-André Jacquod
2011-09-26cppcheck: scope reduction of var in vcl outdev3.cxxPierre-André Jacquod
and deletion of a varialbe used as constant since 2002
2011-09-26cppcheck: reduce scope of var in vcl outdev2.cxxPierre-André Jacquod
2011-09-26cppcheck: delete unneeded variable in connectivity testmoz/main.cxxPierre-André Jacquod
2011-09-26cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod
but left the call to the function behind, since not sure there is no effect on data