summaryrefslogtreecommitdiff
path: root/xmlsecurity/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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:
='decoration'>Noel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-02-14Convert WindowType to scoped enumNoel Grandin 2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin 2016-09-22tdf#94172 KDE4 fix gradient toolbarsJan-Marek Glogowski 2016-06-20Convert PART to scoped enumNoel Grandin 2016-05-31Convert ControlType to scoped enumNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-07-24convert WindowAlign to scoped enumNoel Grandin 2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin 2015-06-28Fix typosAndrea Gelmini 2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky 2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl 2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl 2015-05-07refactor DockingAreaWindow to use RenderContextTomaž Vajngerl 2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-09vcl: window destructors calling disposeNoel Grandin 2015-02-24Typo: curently->currentlyJulien Nabet 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin 2014-10-11convert vcl StateChangedType to enum classNoel Grandin 2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-02-26Remove visual noise from vclAlexander Wilms 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 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-01-17Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.Jan Holesovsky 2013-01-09Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.Jan Holesovsky 2013-01-04Personas: Broadcast the information that the Persona has changed.Jan Holesovsky 2013-01-04Personas: Fix copy constructor + always reference the Application settingsJan Holesovsky 2013-01-04Personas: Make the Persona working in the top docking area too.Jan Holesovsky 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-12toolbars: Improve the toolbars look in Windows Vista or later.Jan Holesovsky