13
0
livetrax/libs
Julien "_FrnchFrgg_" RIVAUD 08df4e1920 Fix anchored popups with separators in them
The code computing the position of the popup menu used to compare the
given string to each MenuItem::get_label() result, but that method
actually replaces the content (child) of the MenuItem if that child is
not already a Gtk::Label. In particular, this breaks menu separators.

Avoid the issue by checking by hand if the only child of the MenuItem is
a Label, and directly compare the label text.
2016-08-17 01:45:47 +02:00
..
appleutility
ardour Also send lv2:timePosition whenever BBT or Tempo changes 2016-08-16 13:11:49 +02:00
ardouralsautil
audiographer fix build of test suite 2016-07-17 17:04:35 +01:00
backends kilo is a lower-case 'k' 2016-07-24 16:54:08 +02:00
canvas the endless quest to plug memory leaks -- episode 378 2016-07-25 17:16:32 +02:00
clearlooks-newer
clearlooks-older
evoral the endless quest to plug memory leaks -- episode 378 2016-07-25 17:16:32 +02:00
fst
gtkmm2ext Fix anchored popups with separators in them 2016-08-17 01:45:47 +02:00
libltc
lua extend lua-doc to show properties 2016-08-16 00:25:59 +02:00
midi++2
panners enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
pbd change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since the latter is not thread safe 2016-08-14 08:33:23 -04:00
plugins Nobody expects the LV2 inquisition! 2016-08-13 14:51:57 +02:00
ptformat ptformat: Decrypt ptf files exported from ptx sessions 2016-08-02 22:25:20 +10:00
qm-dsp
surfaces OSC: make sure this is c++98 compatible. 2016-08-06 09:25:57 -07:00
timecode
vamp-plugins
vfork