summaryrefslogtreecommitdiff
path: root/sal/Makefile
blob: d22b9aca91d5ca2c9a84fa26722cd5414a243fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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:
000'>2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl 2015-03-06idle includes and enum useJennifer Liebel 2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2014-12-30DockingWindow will need a timer after allCaolán McNamara 2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara 2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara 2014-12-17implement loading docking windows from .ui formatCaolán McNamara 2014-12-09changed timers to idlesTobias Madl 2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl 2014-10-11convert vcl StateChangedType to enum classNoel Grandin 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-29loplugin: cstylecastNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist 2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann 2014-05-01coverity#708645 Uninitialized pointer fieldCaolán McNamara 2014-04-08Clean up function declarations and some unused functionsStephan Bergmann 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-13Spelling fix: pinedTor Lillqvist 2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock 2014-02-26Remove visual noise from vclAlexander Wilms 2014-02-26fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxxChristian M. Heller 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-01-28bool improvementsStephan Bergmann 2014-01-17Window::Notify should return boolStephan Bergmann 2013-12-02Resolves: #i123765# reset buffered DropTarget when undockingArmin Le Grand 2013-06-19sal_Bool to boolTakeshi Abe 2013-05-20Resolves: #i122329# Disable undocking of stylist in the sidebarAndre Fischer 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara 2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann