# -*- 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_Module_Module,jurt)) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,jurt,\ Jar_jurt \ Library_jpipe \ )) ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,jurt,\ Library_jpipx \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,jurt,\ CustomTarget_test_urp \ InternalUnoApi_test_urp \ JunitTest_bridgefactory \ JunitTest_connections \ JunitTest_java \ JunitTest_java_remote \ JunitTest_remote \ JunitTest_uno \ JunitTest_urp \ JunitTest_util \ )) endif # vim:set noet sw=4 ts=4: N/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/salnativewidgets.cxx
AgeCommit message (Expand)Author
2024-11-29Related: tdf#163945 don't directly flush graphics with Skia/MetalPatrick Luby
2024-11-26Fix typoAndrea Gelmini
2024-11-26Libreoffice Theme Part 5: OSX Color CustomizationSahil Gautam
2024-11-25Improve rendering speed for native controls when using Skia/MetalPatrick Luby
2024-09-26tdf#160837 macOS: Replace direct access to SalFrame::maGeometryMichael Weghorn
2023-12-08Revert "Related: tdf#155266 force flush after drawing native scrollbars"libreoffice-24-2-branch-pointPatrick Luby
2023-12-07Related: tdf#155266 force flush after drawing native scrollbarsPatrick Luby
2023-11-06tdf#157518: vcl: add native macOS rendering support for LevelBar controlSarper Akdemir
2022-11-22use an alternative macOS themeing approach to support dark-modeCaolán McNamara
2022-10-24WB_BEVELBUTTON and PushButtonValue::mbBevelButton are unusedCaolán McNamara
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-09tdf#144241 don't return a negative width for osx edit regionCaolán McNamara
2021-08-23implement mac native widget drawing also for SkiaLuboš Luňák
2021-06-28loplugin:indentation (macOS)Stephan Bergmann
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl
2021-03-07tdf#140856 macOS listbox renderingNoel Grandin
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin
2021-03-01macOS spinbox and tab header tweaksNoel Grandin
2021-02-11Remove unneeded breaksAndrea Gelmini
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2020-09-02tdf#133564: Text coloring of buttons within non key windows on macOS reworkedThorsten Wagner
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-02Fix typoAndrea Gelmini
2020-08-02tdf#133564: Text coloring of buttons within non key windows on macOS amendedThorsten Wagner
2020-01-03Fix typosAndrea Gelmini
2020-01-02tdf#125536 macOS native Carbon widgets reworkedThorsten Wagner