summaryrefslogtreecommitdiff
path: root/external/jfreereport/ExternalPackage_jfreereport_sac.mk
blob: cfdf31ab62bcc6e2b0cfb307b343ab3feb59872d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_ExternalPackage_ExternalPackage,jfreereport_sac,jfreereport_sac))

$(eval $(call gb_ExternalPackage_use_external_project,jfreereport_sac,jfreereport_sac))

$(eval $(call gb_ExternalPackage_add_file,jfreereport_sac,$(LIBO_SHARE_JAVA_FOLDER)/sac.jar,build/lib/sac.jar))

# vim: set noet sw=4 ts=4:
'decoration'>Caolán McNamara 2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl 2016-01-08vcl: ImpBitmap optimize GetBitCountDaniel Robertson 2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti 2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti 2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti 2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin 2014-12-22callcatcher: update unused codeCaolán McNamara 2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne 2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne 2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan 2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan 2014-11-10prevent insane memory allocationMarkus Mohrhard 2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2013-11-01Cosmetics and style cleanupsTor Lillqvist 2013-11-01The "source size" of a VCL bitmap is not used for anythingTor Lillqvist