ardour/libs/surfaces/maschine2
Robin Gareus ed3d374f47
Fix --no-nls compilation 1/2 -- #8802
pbd/i18n.h MUST NEVER be included from header files and always be
the last include. This is because `_` is declared other headers
notably boost and some apple headers.

leading to issues like
../libs/pbd/gettext.h:58:27: error: expected unqualified-id before ‘const’
   58 | # define gettext(Msgid) ((const char *) (Msgid))
2021-09-27 16:28:44 +02:00
..
callbacks.cc Get NI maschine surface to compile again 2021-03-26 01:16:30 +01:00
canvas.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
canvas.h Fix --maschine builds (pure virtual) 2021-08-13 21:53:18 +02:00
images.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
interface.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
layout.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
layout.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_button.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_dev_mikro.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_dev_mikro.h Maschine Mikro MK2 support 2021-04-01 20:07:55 +02:00
m2_dev_mk2.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_dev_mk2.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_encoder.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_map_mikro.cc Maschine Mikro MK2 support 2021-04-01 20:07:55 +02:00
m2_map_mikro.h Maschine Mikro MK2 support 2021-04-01 20:07:55 +02:00
m2_map_mk2.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_map_mk2.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2_pad.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
m2controls.h Maschine Mikro MK2 support 2021-04-01 20:07:55 +02:00
m2device.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
maschine2.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
maschine2.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
ui_knob.cc canvas: items should not add child bboxes in their ::compute_bounding_box() method, Item::bounding_box() does that 2021-08-13 12:51:37 -06:00
ui_knob.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
ui_menu.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
ui_menu.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
wscript maschine2: gtk is an indirect dependency of libgtkmm2ext 2021-03-26 18:44:20 +01:00