Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-23 | Initial basic support for CoreText. very partial and highly unstable. | Norbert Thiebaud | |
Change-Id: I5dc9fb342e45fa3d428e340a597a2d9d4e246cb5 | |||
2012-06-23 | move ATSUI entangled-code into its specific sub-directory | Norbert Thiebaud | |
This is prep work to make room for a CoreText-based implementation | |||
2012-06-13 | Need basebmp headers unconditionally | Tor Lillqvist | |
Change-Id: I47f15178ffa910c60acb56a7df749db0b1efec55 | |||
2012-06-13 | make sure basebmp headers are in place | David Tardon | |
Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1 | |||
2012-06-11 | FixedBorder is no longer used | Caolán McNamara | |
Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb | |||
2012-06-04 | Find the internal lcms2 header | Fridrich Štrba | |
Change-Id: I9ee6b40f28ffb5cc557cdcfff49287bd2e4b0fe2 | |||
2012-06-04 | Replace the module icc functionality by a use of lcms2 | Fridrich Štrba | |
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38 | |||
2012-06-02 | vcl: add dependency on basebmp's headers not implied by linking | Matúš Kukan | |
Change-Id: Ic35a980f7ddc45ce319fe6d78c93be33126380a6 | |||
2012-06-01 | vcl uses X11/extension headers too | David Tardon | |
Change-Id: Ie2ee19ca685d082f50415c2d916f5bfdf842bd84 | |||
2012-05-10 | fix use of cups for default case | Caolán McNamara | |
27abb730b290f3516582d2d787ef64af76663f97 broke printing Change-Id: Ib1cd9b31c7e3e5644b5207cb28c4fd178837c19d | |||
2012-05-09 | Enable configure switch for cups | Tomas 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-08 | No need to load the Uniscribe DLL dynamically; just use directly | Tor Lillqvist | |
Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e | |||
2012-05-07 | silence more valgrind spew on scanline-extended deadspace | Caolán McNamara | |
Change-Id: I8607d9d405a3996699ef85564938628624987385 | |||
2012-04-20 | Build freetype and fontconfig statically for Android | Tor Lillqvist | |
2012-04-15 | Copy and adapt current state of Norbert's CoreText work for iOS | Tor 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-11 | Drop unused EGL stuff | Tor Lillqvist | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-31 | vcl: use CustomTarget makefiles | Matúš Kukan | |
2012-03-12 | vcl: fix multiply linked objects | Michael Stahl | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | fold i18npaper into i18nutil | Caolá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-05 | Brutal dummy hacks based on "aqua" code just to get iOS stuff to link | Tor Lillqvist | |
2012-02-20 | headless: cleanup HEADLESS definition | Riccardo Magliocchetti | |
Define HEADLESS globally as it is meant to be. | |||
2012-02-17 | vcl: simplify cut/paste shared module lists | Michael Meeks | |
2012-02-17 | Introduce headless switch for X / cairo / toolkit less build | Riccardo Magliocchetti | |
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode. | |||
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-01-27 | Fix bit-rot in the iOS "code" | Tor Lillqvist | |
2012-01-27 | android: add EGL and pixel redrawing modes + start of 565 conversion | Michael Meeks | |
2012-01-24 | android: re-factor headless a little, and start on the mainloop | Michael Meeks | |
2012-01-20 | android: add missing VCL init symbol goodness | Michael Meeks | |
2012-01-18 | android: tweak headless, expand docs, and start custom android backend | Michael Meeks | |
2012-01-10 | Build more code on Android, too | Tor Lillqvist | |
2012-01-05 | Add some more stuff to the Android libvcl | Tor Lillqvist | |
2012-01-04 | gbuild: define NOMINMAX in windows.mk | Michael Stahl | |
2011-12-21 | explicitly write an 8 bit empty string | Caolán McNamara | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-10-25 | generic: undo attempt at cross-platform headless for now | Michael Meeks | |
2011-10-25 | generic: share the PspGraphics code between gtk/unx and svp | Michael Meeks | |
2011-10-25 | generic: factor out generic display code, reducing cut+paste+bug | Michael Meeks | |
2011-10-25 | gtk3: remove X dependency (for now) | Michael Meeks | |
2011-10-25 | generic: merge me with last commit please ... - more work | Michael Meeks | |
2011-10-25 | generic: re-structure generic code to increase re-use between backends | Michael 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-29 | Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic. | Jan Holesovsky | |
2011-09-27 | make WinResTarget's name independent of LinkTarget | David Tardon | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |