summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_gtk3.mk
AgeCommit message (Collapse)Author
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
Change-Id: I068d404431d3565f6ad5741edbd3693225824a4d
2015-11-23Do all svp text rendering with cairoCaolán McNamara
enabling us to delete a whole pile of foo For android we patch cairo, which is internal in that case, to swap the rgb components so that cairo then matches the OpenGL GL_RGBA format so we can use it there where we don't have GL_BGRA support. Change-Id: I25e34889c7b7263438b143dd2a2ad882fb0f190a
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks
Change-Id: I299fa196e960f14e9480e2ac1047bcdcc95b1021
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara
Change-Id: Ie6edf155288d1514ce7a0c859ba751cdebc93391
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara
Change-Id: I309eaef08f597658c068170875733e5e1daa56ef Reviewed-on: https://gerrit.libreoffice.org/14715 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-02StaticLibrary headless is goneStephan Bergmann
Change-Id: I0e91619efc9375e92c918e93d1fd3ec02f4c686a
2014-11-12vcl: add missing glew.Michael Meeks
Change-Id: I72df4b35b03a94a89df624cb2dcd243bd49774bf
2014-03-28Disable only -Wdeprecated-declarations in Gtk3 vclpluginStephan Bergmann
Change-Id: I32558229af857ab705b872e9f1be2d84ca04204a
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-12Revert "Removed unused file"Caolán McNamara
This reverts commit 7ed89ac22d704907471a0e8b5b8cb6135a82d3f4 in order to fix the gtk3 build
2013-08-12Removed unused fileSrijan Choudhary
Was added with gtk3 support, but unused since the beginning. Found when searching for pass-through header files (fdo#62699). Change-Id: Iaa7746b8650671529ea40a5da6c8ec59916032e7 Reviewed-on: https://gerrit.libreoffice.org/5337 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-04-11vcl: conditionally link to jvmaccessAndres Gomez
When SOLAR_JAVA (Java) is not there, vcl plugins will not link against jvmaccess. Change-Id: I13e1ae7d605965b3609c6dfdaa66faa976382e65 Reviewed-on: https://gerrit.libreoffice.org/3320 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-03-02remove minor.mkMatúš Kukan
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez
Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4
2012-11-14Fixed GTK3 build.Antonio Fernandez
Change-Id: I903f225f879644cbcf6ec02f68cc6c68c41ee878
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-09-28vcl: fix gtk3 build breakage due to forgotten use_librariesMichael Stahl
Change-Id: I53faf1a5c88b6ffd954fd98814cdf27b77f1c3db
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
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-13Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann
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-02-17suppress -Werror for vclplug_gtk3David Tardon
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem.
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens
Added necessary configure magic & conditional compiles for that.
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon
The dialog is built for gtk 2.0 if the version present at the system is at least 2.10.0 and always for gtk 3.0.
2011-12-05build the print dialog for gtk3 tooDavid Tardon
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-11-07gtk: use a more sensibly unique version defineMichael Meeks
2011-11-03Cleanup basebmp a littleJoseph Powers
I removed 2 unused headers. I also stopped delivering a lot of headers that no one outside of basebmp cared about. I also removed the unused methods: basebmp::BitmapDevice::getPaletteEntryCount() const basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
2011-11-02Library_vclplug_gtk3.mk: fix typoMichael Stahl
2011-11-02use externalDavid Tardon
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks
2011-10-25gtk3: remove X dependency (for now)Michael Meeks
2011-10-25update gnumake pieces for system cairoMichael Meeks
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks
code looks like the wild-west, needs incremental cleanup & re-factoring
2011-10-25gtk3: switch to basebmp rendering during 'draw'Michael Meeks
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-25update gnumake pieces for system cairoMichael Meeks