# -*- 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 . # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: ia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/dockwin.hxx
AgeCommit message (Expand)Author
2024-03-14reduce symbol visibility in vclNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-03-11allow throwing away size cache of hosted containerCaolán McNamara
2021-03-03move ImplDockingWindowWrapper out of public headerCaolán McNamara
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara
2021-02-27hide some FloatingWindow detailsCaolán McNamara
2021-02-27drop unneeded SetPosSizePixelCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara
2021-02-22rename to DropdownDockingWindowCaolán McNamara
2021-02-20merge together interimdockparent usageCaolán McNamara
2021-02-19forward declare VclBuilder in VclBuilderContainerCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-15fix DockingManager::EndPopupMode related build failureCaolán McNamara
2020-06-12weld checklistmenuCaolán McNamara
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-07-19Fix typosAndrea Gelmini
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-01-24find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-04-28Enable undocking of sidebar by dragging a deck gripKatarina Behrens
2018-04-23loplugin:useuniqueptr in DockingWindowNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky
2017-11-30silence various coverity warningsCaolán McNamara
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-09-24Support non-ToolBox popup case in DockingManager, tdf#106762 prepMaxim Monastirsky
2017-09-24Adjust DockingWindow layout calculation, tdf#106762 prepMaxim Monastirsky
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe
2017-07-25fix some "deffer" spellingNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-03SetPin and IsPinned are in an always-false circular isolated relationshipCaolán McNamara
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-10-12DockingWindow ResId code needed only by removed ToolBar src supportCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann