# -*- Mode: makefile; 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_Library_Library,npsoplugin)) $(eval $(call gb_Library_use_externals,npsoplugin,\ boost_headers \ npapi_headers \ )) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ npsoenv \ nputils \ )) ifneq ($(OS),WNT) $(eval $(call gb_Library_add_libs,npsoplugin,\ -ldl \ )) $(eval $(call gb_Library_use_external,npsoplugin,gtk)) $(eval $(call gb_Library_add_defs,npsoplugin,\ -DMOZ_X11 \ )) ifeq ($(HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION),TRUE) $(eval $(call gb_Library_add_defs,npsoplugin,\ -DHAVE_NON_CONST_NPP_GETMIMEDESCRIPTION=1 \ )) endif ifeq ($(filter-out LINUX FREEBSD NETBSD OPENBSD DRAGONFLY,$(OS)),) $(eval $(call gb_Library_add_defs,npsoplugin,\ -DNP_LINUX \ )) endif else ifeq ($(OS),WNT) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ ooopathutils \ )) $(eval $(call gb_Library_use_system_win32_libs,npsoplugin,\ advapi32 \ comdlg32 \ gdi32 \ kernel32 \ ole32 \ oleaut32 \ shell32 \ user32 \ uuid \ winspool \ ws2_32 \ )) $(eval $(call gb_Library_add_defs,npsoplugin,\ -DENGLISH \ )) ifeq ($(COM),MSC) $(eval $(call gb_Library_add_ldflags,npsoplugin,\ /EXPORT:NPP_GetMIMEDescription \ /EXPORT:NPP_Initialize \ /EXPORT:NPP_Shutdown \ /EXPORT:NPP_New \ /EXPORT:NPP_Destroy \ /EXPORT:NPP_SetWindow \ /EXPORT:NPP_NewStream \ /EXPORT:NPP_WriteReady \ /EXPORT:NPP_Write \ /EXPORT:NPP_DestroyStream \ /EXPORT:NPP_StreamAsFile \ /EXPORT:NPP_URLNotify \ /EXPORT:NPP_Print \ /EXPORT:NP_GetEntryPoints \ /EXPORT:NP_Initialize \ /EXPORT:NP_Shutdown \ /EXPORT:NP_GetMIMEDescription \ )) endif $(eval $(call gb_Library_set_nativeres,npsoplugin,npsoplugin/npsoplugin)) endif $(eval $(call gb_Library_add_exception_objects,npsoplugin,\ extensions/source/nsplugin/source/npshell \ )) # vim:set shiftwidth=4 softtabstop=4 noexpandtab: abora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)Author
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis
2012-11-20fdo#57059 - fix crasher rendering borders for very small windows.Michael Meeks
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-14-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
2012-07-26Remove useless code separaion comments in bitmap3.cppTomaž Vajngerl
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl
2012-06-19mark const data as constLuboš Luňák
2012-06-15fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7bNorbert Thiebaud
2012-06-16Add new Scale modes, simplify convolution calculation.Tomaž Vajngerl
2012-06-07Fix new Bitmap creation in Lanczos resampling.Tomaž Vajngerl
2012-06-05Lanczos resampling - mirror image on edges and fix image upscalingTomaž Vajngerl
2012-06-04fdo#46378: Lanczos3 resampling of images added to Bitmap.Tomaz Vajngerl
2012-01-05potential null pointer dereferenceNorbert Thiebaud
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-09-26cppcheck: reduce scope of var in vcl bitmap3.cxxPierre-André Jacquod
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]
2011-01-24vcl2gnumake: #i116589# header cleanup: linux,solaris,macosPhilipp Lohmann [pl]
2011-01-12removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLongCarsten Driesner
2010-12-13cppcheck: cleanupJoachim Trémouroux
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-09-29removetooltypes: #i112600# some more changes in vcl and tools, reverted confi...Xiaofei Zhang
2010-03-30renaissance1: corrected warningArmin Le Grand
2010-03-30renaissance1 #i110498# All needed changes for SoftShadow for DRawPage visuali...Armin Le Grand
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-11-10CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.10.224); FILE MERGEDRüdiger Timm
2008-04-04INTEGRATION: CWS aquavcl06 (1.10.214); FILE MERGEDKurt Zenker
2007-07-24INTEGRATION: CWS mergesvp (1.9.2); FILE MERGEDRüdiger Timm
2007-06-27INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGEDJens-Heiner Rechtien
2006-09-17INTEGRATION: CWS pchfix02 (1.7.110); FILE MERGEDOliver Bolte
2006-06-19INTEGRATION: CWS warnings01 (1.6.68); FILE MERGEDJens-Heiner Rechtien
2005-09-09INTEGRATION: CWS ooo19126 (1.5.366); FILE MERGEDRüdiger Timm
2004-09-08INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGEDRüdiger Timm
2004-01-06INTEGRATION: CWS vclcleanup02 (1.3.368); FILE MERGEDVladimir Glazounov