summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
AgeCommit message (Collapse)Author
2012-06-13Need basebmp headers unconditionallyTor Lillqvist
Change-Id: I47f15178ffa910c60acb56a7df749db0b1efec55
2012-06-13make sure basebmp headers are in placeDavid Tardon
Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1
2012-06-11FixedBorder is no longer usedCaolán McNamara
Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb
2012-06-04Find the internal lcms2 headerFridrich Štrba
Change-Id: I9ee6b40f28ffb5cc557cdcfff49287bd2e4b0fe2
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
2012-06-02vcl: add dependency on basebmp's headers not implied by linkingMatúš Kukan
Change-Id: Ic35a980f7ddc45ce319fe6d78c93be33126380a6
2012-06-01vcl uses X11/extension headers tooDavid Tardon
Change-Id: Ie2ee19ca685d082f50415c2d916f5bfdf842bd84
2012-05-10fix use of cups for default caseCaolán McNamara
27abb730b290f3516582d2d787ef64af76663f97 broke printing Change-Id: Ib1cd9b31c7e3e5644b5207cb28c4fd178837c19d
2012-05-09Enable configure switch for cupsTomas Chvatal
This allows us not to have cups during the build time of libreoffice. Commit is inspired from patch from Dave Flogeras <dflogeras@gmail.com>. Change-Id: I I32a14eb6e7bdd13de1a737d4798c852a830ae326
2012-05-08No need to load the Uniscribe DLL dynamically; just use directlyTor Lillqvist
Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e
2012-05-07silence more valgrind spew on scanline-extended deadspaceCaolán McNamara
Change-Id: I8607d9d405a3996699ef85564938628624987385
2012-04-20Build freetype and fontconfig statically for AndroidTor Lillqvist
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist
Compiles, but I obviously have no idea how it works yet. Yes, eventually we should factor out common parts from the iOS and MacOSX code.
2012-04-11Drop unused EGL stuffTor Lillqvist
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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-31vcl: use CustomTarget makefilesMatúš Kukan
2012-03-12vcl: fix multiply linked objectsMichael Stahl
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08fold i18npaper into i18nutilCaolán McNamara
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-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist
2012-02-20headless: cleanup HEADLESS definitionRiccardo Magliocchetti
Define HEADLESS globally as it is meant to be.
2012-02-17vcl: simplify cut/paste shared module listsMichael Meeks
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-01-27Fix bit-rot in the iOS "code"Tor Lillqvist
2012-01-27android: add EGL and pixel redrawing modes + start of 565 conversionMichael Meeks
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks
2012-01-20android: add missing VCL init symbol goodnessMichael Meeks
2012-01-18android: tweak headless, expand docs, and start custom android backendMichael Meeks
2012-01-10Build more code on Android, tooTor Lillqvist
2012-01-05Add some more stuff to the Android libvclTor Lillqvist
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl
2011-12-21explicitly write an 8 bit empty stringCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks
2011-10-25gtk3: remove X dependency (for now)Michael Meeks
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.
2011-09-29Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic.Jan Holesovsky
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon
2011-09-22Always link with user32Tor Lillqvist
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-08-22Enable CUPS unconditionallyFrançois Tigeot
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-08-22callcatcher: remove unused methodsCaolán McNamara
2011-08-19Fixes link error on Windows.Kohei Yoshida