mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Fix track height, partial merge of recent 2.0 updates (speed up track resizing, fix disappearing automation controls), rework layers and groups on canvas.
git-svn-id: svn://localhost/ardour2/branches/3.0@3744 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e6ea887276
commit
dca4543c13
11 changed files with 124 additions and 119 deletions
|
|
@ -16,6 +16,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
#include <cassert>
|
||||
|
||||
#include <ardour/analyser.h>
|
||||
#include <ardour/audiofilesource.h>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sigc++/signal.h>
|
||||
|
||||
namespace ARDOUR
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
#include <cstring>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include <cstdlib>
|
||||
#undef __USE_SVID
|
||||
|
||||
#include <cstring>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#include <float.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* glib/glibmmconfig.h. Generated by configure. */
|
||||
/* glib/glibmmconfig.h. Generated from glibmmconfig.h.in by configure. */
|
||||
#ifndef _GLIBMM_CONFIG_H
|
||||
#define _GLIBMM_CONFIG_H 1
|
||||
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
#ifdef GLIBMM_DLL
|
||||
#if defined(GLIBMM_BUILD) && defined(_WINDLL)
|
||||
/* Do not dllexport as it is handled by gendef on MSVC */
|
||||
#define GLIBMM_API
|
||||
#define GLIBMM_API
|
||||
#elif !defined(GLIBMM_BUILD)
|
||||
#define GLIBMM_API __declspec(dllimport)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue