Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | Compile also ICU for debugging if --enable-debug | Tor Lillqvist | |
2011-09-27 | WaE: comparison between signed and unsigned integer expressions | Tor Lillqvist | |
2011-09-27 | More WaE fixes for iOS | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | move windows-only call into platform/win* | David Tardon | |
2011-09-27 | make WinResTarget's name independent of LinkTarget | David Tardon | |
2011-09-27 | correct link target name should be propagated from gb_Library_add_nativeres | David Tardon | |
2011-09-27 | remove unused header and clean d.lst which should be empty | Matúš Kukan | |
2011-09-27 | More Android config.sub fixing. | Thorsten Behrens | |
This time the redland library. | |||
2011-09-27 | Replace raptor rindex calls with strrchr | Thorsten Behrens | |
Seems android libc is missing that - replaced by non-deprecated posix func. | |||
2011-09-27 | More Android config.sub fixing. | Thorsten Behrens | |
More parse fixing for android os string. | |||
2011-09-27 | If gradient type is not specified, assume linear | Fridrich Štrba | |
2011-09-27 | Hmm, 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-27 | Add my autogen.lastrun too. | Jan Holesovsky | |
2011-09-27 | Dmake's .IF expression parser is apparently broken, >= works but > doesn't | Tor Lillqvist | |
2011-09-27 | add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste | Michael Meeks | |
2011-09-27 | add dependencies for vba unit test | Markus Mohrhard | |
2011-09-27 | move the checkboxes below the more button | Markus Mohrhard | |
2011-09-27 | remove obsolete and unused defines | Michael Meeks | |
2011-09-27 | assert on the console in a helpful way as/when we get a message dialog | Michael Meeks | |
2011-09-27 | Let's rely on memmove() being sane on all our platforms | Tor 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-27 | Process options early so that $TARGET is set when we need it. | Jan Holesovsky | |
2011-09-27 | Minor refactoring on WMF loading | Marc-Andre Laverdiere | |
2011-09-27 | Add bestreversemap | Tor Lillqvist | |
2011-09-27 | Fix system Python configuration for MacOSX SDK >= 10.6 | Tor Lillqvist | |
2011-09-27 | Fixed linkoo for Linux again. | Stephan Bergmann | |
2011-09-27 | update list | Caolán McNamara | |
2011-09-27 | callcatcher: some unused methods | Caolán McNamara | |
2011-09-27 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-27 | decast this a bit | Caolán McNamara | |
2011-09-27 | why call twice, we've already got the result | Caolán McNamara | |
2011-09-27 | constify some of this | Caolán McNamara | |
2011-09-27 | fix mangled indent | Caolán McNamara | |
2011-09-27 | more ColorTable to List cleanup, and abstraction of load/save | Michael Meeks | |
2011-09-27 | Make extension cross-buildable again. | Thorsten Behrens | |
2011-09-27 | Add MinGW debugging hints. | Jan Holesovsky | |
2011-09-27 | Add MinGW handling to linkoo. | Jan Holesovsky | |
2011-09-27 | Make cairo build against MacOSX SDK 10.5 | Tor 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-27 | Fix android platform parsing for raptor | Thorsten Behrens | |
2011-09-27 | FullTextEncodingDataSingleton 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-27 | Make Android cross-build working | Thorsten 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-27 | Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the ↵ | Tor Lillqvist | |
intent | |||
2011-09-27 | WaE: Silence warnings for the iOS code | Tor Lillqvist | |
No semantic changes, the iOS code still is mostly dummy. | |||
2011-09-26 | cppcheck: reduce scope of var in rsc rscflag.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: reduce scope of var in tools/ poly.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: reduce scope of var in vcl bitmap3.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: reduce scope of var in vcl sft.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: reduce scope of variabl.e in vcl, cff.cxx | Pierre-André Jacquod | |
2011-09-26 | dead code deleted in vcl toolbox.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: reduce scope of var in vcl toolbox.cxx | Pierre-André Jacquod | |