# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: o'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
2021-04-22tdf#141761 Avoid vanishing FormControlsArmin Le Grand (Allotropia)
2020-03-02tdf#130515 Time field in Base form will not display correct formatNoel Grandin
2020-02-25Resolves: tdf#130762 honour "wrap" in FormattedFieldCaolán McNamara
2020-02-14tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt
2020-02-12tdf#130555: Prevent negative aSelection.Min()Stephan Bergmann
2020-02-04Related: tdf#129933 assert on pasting over selection in editCaolán McNamara
2020-01-09tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna
2020-01-07tdf#129490 Fix enter key in combo boxSamuel Mehrbrodt
2019-12-16tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt
2019-12-05get_active should be true when activated but menu not yet shownCaolán McNamara
2019-09-05tdf#125610: Revert "tdf#125088 Make button text white for blue buttons on macOS"Xisco Faulí
2019-09-02tdf#98130 vcl CheckBox: fix incorrect ignored mouse eventMiklos Vajna
2019-07-30tdf#125609 c14: vcl button: don't modify style directlyJustin Luth
2019-07-15Revert "tdf#108687 vcl: always enable tabstop on radio buttons"Justin Luth
2019-07-09tdf#126266 adjust calculations for invisble tabsJan-Marek Glogowski
2019-07-02tdf#101978 vcl combobox/listbox floating window: avoid flickerMiklos Vajna
2019-06-28tdf#125609 c10 vcl/button: enforce only one radio selected on initJustin Luth
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara
2019-06-22VCL constify ImplTabItem::m_nIdJan-Marek Glogowski
2019-06-22tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski
2019-06-22VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski
2019-06-22weld SpellDialogCaolán McNamara
2019-06-13tdf#95173 vcl: fix not drawn progressbar widget from UNOMiklos Vajna
2019-06-13tdf#95173 vcl: fix partially drawn progressbar widgetMiklos Vajna
2019-05-23Fix moving / orientation-changing ScrollBarJan-Marek Glogowski
2019-05-22VCL replace some code with common function callsJan-Marek Glogowski
2019-05-13sizing button wrong in ListBox::ResizeNoel Grandin
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-05-13handle empty tools::Rectangle in vclNoel Grandin
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-05-03tdf#125088 Make button text white for blue buttons on macOSAndrew Hyatt
2019-04-17tdf#124032 fix Edit background drawingTomaž Vajngerl
2019-04-16edit widget not redrawing text properlyCaolán McNamara
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-08IsInPopupMode returns true when !mbInPopupModeCaolán McNamara
2019-04-04tdf#124155 fix slider to not go beyond rect boundsTomaž Vajngerl
2019-04-03Related: tdf#124148 null-deref on clicking inside empty listboxCaolán McNamara
2019-04-01drop unnecessary includesCaolán McNamara
2019-04-01Resolves: tdf#123175 don't use NWF to draw buttons with an overridden bgCaolán McNamara
2019-03-28tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl
2019-03-26Related: tdf#123291 treat overwrite like a selection of 1Caolán McNamara
2019-03-26support overwrite-modeCaolán McNamara
2019-03-26tdf#124146 Support panning (pan gesture) of the combobox listTomaž Vajngerl
2019-03-22SmallButton unusedCaolán McNamara
2019-03-13Make the Help URL configurableAshod Nakashian
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin