# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,xmlreader)) $(eval $(call gb_Module_add_targets,xmlreader,\ Library_xmlreader \ )) # vim: set noet sw=4 ts=4: 7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/dibtools.cxx
AgeCommit message (Expand)Author
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-05loplugin:constantparamNoel Grandin
2023-05-07simplify codeNoel Grandin
2023-05-04remove some dead code in ImplWriteDIBNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-04flatten some vcl codeNoel Grandin
2022-01-06tdf#73523 support WinBMPv3-NT version of BMP files (found in Visio files)Andras Timar
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31remove internal 4bit scanline formatsNoel
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-26vcl: remove writing and reading 4-bit bitmaps for BMP formatTomaž Vajngerl
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock