# -*- 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,i18nsearch)) $(eval $(call gb_Library_set_componentfile,i18nsearch,i18npool/source/search/i18nsearch)) $(eval $(call gb_Library_use_sdk_api,i18nsearch)) $(eval $(call gb_Library_use_externals,i18nsearch,\ icui18n \ icuuc \ icu_headers \ )) $(eval $(call gb_Library_use_libraries,i18nsearch,\ comphelper \ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,i18nsearch,\ i18npool/source/search/levdis \ i18npool/source/search/textsearch \ )) # vim: set noet sw=4 ts=4: LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
AgeCommit message (Expand)Author
2016-02-04tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2016-02-01ImplOverlapData is no longer usedCaolán McNamara
2016-02-01mpFirstBackWin is always null nowCaolán McNamara
2016-02-01mpNextBackWin is always null nowCaolán McNamara
2016-02-01nothing sets mpSaveBackDev anymoreCaolán McNamara
2016-02-01mnSaveBackSize only set not readCaolán McNamara
2016-02-01mnAllSaveBackSize only set not readCaolán McNamara
2016-02-01mbSaveBack is now always falseCaolán McNamara
2016-01-30mnTopLevel is always 1, so 1 <= 1 always hereCaolán McNamara
2016-01-27vcl: readd <vector> and <set> into vcl/inc/window.hChris Sherlock
2016-01-27vcl: remove extraneous included headers in window.hChris Sherlock
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock
2016-01-12Revert "Re-work focus handling to use an idle handler"Miklos Vajna
2016-01-12Re-work focus handling to use an idle handlerTor Lillqvist
2016-01-09tdf#96888 Kill internal vcl dog-tags ..Ras-al-Ghul
2016-01-06Bin unneeded forward declarationsTor Lillqvist
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara
2015-12-18fix O(n^2) in vcl event broadcasting tdf#90199Noel Grandin
2015-12-17Get rid of ImplDoTiledRendering()Tor Lillqvist
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna
2015-06-30Fix typosAndrea Gelmini
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vclwidget: add some dispose() checkingNoel Grandin
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann