DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit f40b419e37c6bdcb2820e7e0d5297518e6897896
parent 8e7dcb435892f046fae9bc59c1ef2fbdb256887e
Author: falkTX <falktx@gmail.com>
Date:   Tue,  1 Mar 2016 16:49:55 +0100

Update doxygen file and some copyright dates

Diffstat:
Mdistrho/DistrhoInfo.hpp | 2+-
Mdistrho/DistrhoPlugin.hpp | 2+-
Mdistrho/DistrhoPluginMain.cpp | 2+-
Mdistrho/DistrhoUIMain.cpp | 2+-
Mdistrho/DistrhoUtils.hpp | 2+-
Mdpf.doxygen | 4++++
6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/distrho/DistrhoInfo.hpp b/distrho/DistrhoInfo.hpp @@ -1,6 +1,6 @@ /* * DISTRHO Plugin Framework (DPF) - * Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> + * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -1,6 +1,6 @@ /* * DISTRHO Plugin Framework (DPF) - * Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> + * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoPluginMain.cpp b/distrho/DistrhoPluginMain.cpp @@ -1,6 +1,6 @@ /* * DISTRHO Plugin Framework (DPF) - * Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> + * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoUIMain.cpp b/distrho/DistrhoUIMain.cpp @@ -1,6 +1,6 @@ /* * DISTRHO Plugin Framework (DPF) - * Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> + * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/distrho/DistrhoUtils.hpp b/distrho/DistrhoUtils.hpp @@ -1,6 +1,6 @@ /* * DISTRHO Plugin Framework (DPF) - * Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com> + * Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com> * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this diff --git a/dpf.doxygen b/dpf.doxygen @@ -242,11 +242,14 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = DOXYGEN \ + HAVE_DGL=1 \ DISTRHO_PLUGIN_NAME="Plugin Name" \ DISTRHO_PLUGIN_NUM_INPUTS=2 \ DISTRHO_PLUGIN_NUM_OUTPUTS=2 \ DISTRHO_PLUGIN_URI="urn:distrho:name" \ DISTRHO_PLUGIN_HAS_UI=1 \ + DISTRHO_PLUGIN_HAS_EMBED_UI=1 \ + DISTRHO_PLUGIN_HAS_EXTERNAL_UI=1 \ DISTRHO_PLUGIN_IS_RT_SAFE=1 \ DISTRHO_PLUGIN_IS_SYNTH=1 \ DISTRHO_PLUGIN_WANT_DIRECT_ACCESS=1 \ @@ -256,6 +259,7 @@ PREDEFINED = DOXYGEN \ DISTRHO_PLUGIN_WANT_PROGRAMS=1 \ DISTRHO_PLUGIN_WANT_STATE=1 \ DISTRHO_PLUGIN_WANT_TIMEPOS=1 \ + DISTRHO_PLUGIN_WANT_FULL_STATE=1 \ DISTRHO_UI_USE_NANOVG=1 EXPAND_AS_DEFINED = YES SKIP_FUNCTION_MACROS = YES