# -*- 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_Library_Library,spsupp_x86)) $(eval $(call gb_Library_set_x86,spsupp_x86,YES)) $(eval $(call gb_Library_use_custom_headers,spsupp_x86,\ shell/source/win32/spsupp/idl \ )) $(eval $(call gb_Library_set_include,spsupp_x86,\ -I$(SRCDIR)/shell/inc/spsupp \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_system_win32_libs,spsupp_x86,\ advapi32 \ kernel32 \ ole32 \ oleaut32 \ user32 \ )) $(eval $(call gb_Library_add_nativeres,spsupp_x86,spsupp)) $(eval $(call gb_Library_add_ldflags,spsupp_x86,\ /DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \ )) $(eval $(call gb_Library_add_exception_objects,spsupp_x86,\ shell/source/win32/spsupp/COMOpenDocuments \ shell/source/win32/spsupp/registrar \ shell/source/win32/spsupp/spsuppClassFactory \ shell/source/win32/spsupp/spsuppServ \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/vcl.common.component.unx
mmit/vcl/inc/osx?id=0735a4306da86c6fa0390b85f1f391ec404b2699'>Related tdf#158914: fix memory leaks by calling (auto)release selectors
AgeCommit message (Expand)Author
2021-12-21Disallow multiple component files per libraryJan-Marek Glogowski
Patrick Luby
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht
2024-02-19tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2024-02-18tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht
2023-11-27tdf#155092 don't dispatch left mouse up events during live resizingPatrick Luby
2023-11-23tdf#155092 use tracking areas instead of tracking rectanglesPatrick Luby
2023-11-06tdf#155266 force flush after scrollingPatrick Luby
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-24tdf#155414 include system "reduce animation" preferencesPatrick Luby
2023-07-20tdf#143148 Use pragma once in vclsahil
2023-06-07Partial fix tdf#155376 use NSAccessibilityElement instead of NSViewPatrick Luby
2023-06-02reduce memory overhead of AquaA11yWrapperNoel Grandin
2023-04-14add a way to resolve if dark mode (explicit or auto) is activeCaolán McNamara
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2023-01-13Related: tdf#152703 Eliminate potential blocking during live resizePatrick Luby
2023-01-04tdf#152703 Force relayout during live resizing of windowPatrick Luby
2022-12-22tdf#42437 Enable press-and-hold special character input methodPatrick Luby
2022-12-08tdf#82115 Commit uncommitted text when a popup menu is openedPatrick Luby
2022-11-25tdf#152183 update settings when dark/light system mode toggledCaolán McNamara
2022-11-22use an alternative macOS themeing approach to support dark-modeCaolán McNamara
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist