summaryrefslogtreecommitdiff
path: root/filter/Library_egi.mk
blob: a51ad82d209175a940f4b485368b2ef475833d37 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- 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 .
#

$(eval $(call gb_Library_Library,egi))

$(eval $(call gb_Library_use_external,egi,boost_headers))

$(eval $(call gb_Library_use_sdk_api,egi))

$(eval $(call gb_Library_use_libraries,egi,\
	svt \
	vcl \
	tl \
	cppu \
	sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,egi,\
	filter/source/graphicfilter/egif/egif \
	filter/source/graphicfilter/egif/giflzwc \
))

# vim: set noet sw=4 ts=4:
'>Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks 2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin 2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-17svx: convert new to ::Create.Noel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin 2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann 2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2014-12-27de-resource RID_SVXDLG_GALLERYBROWSERCaolán McNamara 2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-06loplugin: cstylecastNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin 2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud 2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe 2014-04-15svx: sal_Bool->boolNoel Grandin 2014-03-12fix inability to interact with gallery theme list boxCaolán McNamara 2014-03-11svx: sal_Bool->boolNoel Grandin 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-01-28bool improvementsStephan Bergmann 2014-01-18Window::PreNotify should return boolStephan Bergmann 2014-01-01convert delete object and theme queryboxes to .uiManal Alhassoun 2013-12-24dialog to be deleted never passed to destroyCaolán McNamara 2013-09-08fdo#39468 Comment translation GER-ENG in svx/source/gallery2/Matthias Freund 2013-09-05convert svx/source/gallery/*.cxx from String to OUStringNoel Grandin 2013-09-05convert svx/source/gallery/galbrws1.hxx from String to OUStringNoel Grandin 2013-09-05convert include/svx/galmisc.hxx from String to OUStringNoel Grandin