13
0
livetrax/libs/surfaces
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
..
cc121 surfaces: first round of conversion to use timeline types 2021-08-13 12:51:29 -06:00
contourdesign surfaces: first round of conversion to use timeline types 2021-08-13 12:51:29 -06:00
control_protocol remove public ::bbt_at (INTEGER) methods, because of superclock_t/samplepos_t confusion 2021-08-13 12:51:35 -06:00
faderport surfaces: first round of conversion to use timeline types 2021-08-13 12:51:29 -06:00
faderport8 remove public ::bbt_at (INTEGER) methods, because of superclock_t/samplepos_t confusion 2021-08-13 12:51:35 -06:00
frontier change Timecode::BBT_Time to use Temporal namespace, plus a couple of other minor changes to enable compilation 2021-08-13 12:51:28 -06:00
generic_midi add glib event loop callback to Generic MIDI surface support 2021-08-13 12:51:30 -06:00
launch_control_xl Ignore saved port-name when loading ctrl-surface state 2021-04-17 02:07:09 +02:00
mackie mackie: NOOP: fix whitespace 2021-08-13 12:51:31 -06:00
maschine2 Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
osc fix up osc support after rebase/merge conflicts 2021-08-13 12:51:33 -06:00
push2 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
tranzport change Timecode::BBT_Time to use Temporal namespace, plus a couple of other minor changes to enable compilation 2021-08-13 12:51:28 -06:00
us2400 surfaces: first round of conversion to use timeline types 2021-08-13 12:51:29 -06:00
websockets temporal: TempoMap::Changed is now a static member named TempoMap::MapChanged 2021-08-13 12:51:32 -06:00
wiimote surfaces transport hotfix: surfaces should query the transport state via BasicUI, when possible 2020-02-23 09:02:25 -06:00
wscript Add websockets surface module 2020-02-22 23:10:24 +01:00