summaryrefslogtreecommitdiff
path: root/Library_merged.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-0/+6
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
2012-06-18Drop accidentally duplicated sectionTor Lillqvist1-7/+0
Change-Id: I7444c59efa4fceff9046341cbac934488dd67514
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-5/+5
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)
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+0
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
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan1-1/+1
2012-02-15Add svt and tk to libmergedTor Lillqvist1-2/+3
2012-02-15Add sb to libmergedTor Lillqvist1-1/+0
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-0/+7
2012-02-13Add fw* and sfx to libmergedTor Lillqvist1-2/+8
2012-02-13Add fw* and sfx to libmergedTor Lillqvist1-2/+8
2012-02-11add missing library for windowsMatúš Kukan1-0/+1
2012-01-16Attempt to manage without Berkeley DB on iOS and AndroidTor Lillqvist1-1/+6
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.
2012-01-10improve support for merging librariesMatúš Kukan1-27/+5
2011-08-24this is supposed to be gb_CORE_LIBSMatúš Kukan1-1/+1
2011-08-24add missing file I omitted to addMichael Meeks1-0/+96