summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_gtk3.mk
AgeCommit message (Collapse)Author
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
2011-06-22use the new way of specifying UNO API includesDavid Tardon
2011-06-14Various fixes and stubs for gtk+ >= 3.0Michael Meeks
2011-06-14add makefile to build gtk3 piecesMichael Meeks