# -*- 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: g' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/README.lifecycle
AgeCommit message (Expand)Author
2019-06-02no direct ModelessDialog instantiation leftCaolán McNamara
2018-10-16drop LazyDeletorCaolán McNamara
2018-07-19Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2015-09-13boost->stdCaolán McNamara
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-08vcl: more VclPtr debugging docs in the README.lifecycle.Michael Meeks
2015-04-29More bits on event emission during dispose.Michael Meeks
2015-04-28More VclPtr documentation.Michael Meeks
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-16Improve the VclPtr documentation.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10vclptr: document the architecture, sample debugging, FAQ etc.Michael Meeks