Age | Commit message (Collapse) | Author |
|
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
|
|
|
|
Change-Id: Id5f1410ee578cdd528d3c61c4822faf4ba41d037
|
|
Change-Id: I8ee74175d3dc08318461dfe08ebd10b12ce8d814
|
|
Change-Id: I05d1c557967000be2fb7128b43d6e8c6005a7892
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
add a new gb_LinkTarget_use_system_win32_libs to abstract different
linker options on MSVC and GCC.
Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
|
|
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
|
|
There are currently 3 different mechanisms being used for frameworks,
which is of course intolerable so we invent a 4th one and standardize on
it: gb_LinkTarget_use_darwin_frameworks
(This doesn't mean using add_libs or externals was wrong, it was just
inconsistent... and i don't see an obvious benefit of using externals here)
Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
Change-Id: I1380fe8053ddf68a81b1bf6ffc8febfbb5ed9214
|
|
Change-Id: I7a0b2c5358ff1b003f822ef4f9acc5c78b1605b1
|
|
Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
|
|
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
|
|
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
|
|
Reduces shared library count by one... This is tedious.
Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
|
|
Change-Id: Ifc99e894885ed835c3205c3eea708a07273b52b3
|
|
Change-Id: I4e3274c43e34f6b28277ac75f96ae8c146e94c40
|
|
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
|
|
Probably it belongs in there anyway.
Change-Id: I3bf908de58e0e989e263323d2fdc432308c2cab8
|
|
Change-Id: If7faccccb3c92735fc7062880a171e75b750a1da
|
|
Pass on to VirtualDevice where used to set the MapMode of the device
appropriately. Adapt DocumentLoader, use to scale the page rendering
to exactly fit the virtual device.
Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
|
|
Change-Id: I7444c59efa4fceff9046341cbac934488dd67514
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
It's too small to justify standalone existence.
We can accumulate i18n things we link to directly into
i18nutil and rework i18npool uno implementions in terms
of thin wrappers over i18nutil and prefer linking to
i18nutil internally and leave the uno forwarders for
use by external components and scripting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Berkeley DB is used for help index and extension database. (Possibly
only for a backward-compatible format of the latter, I am not sure.)
Neither use makes much sense on Android and iOS.
The existing help is for LO on desktop OSes anyway, help for LO-based
apps on iOS and Android will naturally be quite different.
On iOS there will definitely be no "extensions", and probably we don't
want to bother with such on Android either.
|
|
|
|
|
|
|