13
0
livetrax/libs/gtkmm2ext
Paul Davis 0d9efc1148 redesign cross-thread registration/signalling system
This new design will work even when threads that need to receive
messages from RT threads are created *after* the RT threads. The
existing design would fail because the RT thread(s) would never
be known the later created threads, and so signals emitted by the
RT thread and causing call_slot() in the receiver would end up
being enqueued using a lock-protected list. The new design ensures
that communication always uses a lock-free FIFO instead
2015-12-28 10:14:17 -05:00
..
gtkmm2ext allow DnD between DnDTreeView and DnDVbox 2015-12-28 04:10:39 +01:00
macosx/gtkmm2ext/gtkmm2ext.xcodeproj copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
MSVCgtkmm2ext Add some newly introduced sources to our MSVC project (gtkmm2ext) 2015-07-02 08:23:37 +01:00
po update german translation 2015-12-09 13:22:25 +01:00
actions.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
application.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
ardour_icon.cc fix the cairo-fletcher-fluctuation 2015-05-31 19:40:04 +02:00
AUTHORS
auto_spin.cc add missing return value 2015-07-16 15:34:37 +02:00
barcontroller.cc implement spin-button internal<>interface bridge 2014-11-01 18:24:31 +01:00
bindable_button.cc
binding_proxy.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
bindings.cc use quotes for in-tree pbd/glib wrapper include 2015-10-05 22:15:18 +02:00
cairo_packer.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cairo_widget.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cairocell.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cell_renderer_color_selector.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cell_renderer_pixbuf_multi.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cell_renderer_pixbuf_toggle.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
choice.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
click_box.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
COPYING
cursors.cc remove i/ofstream from libardour 2015-10-05 22:15:17 +02:00
debug.cc We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanism away from a 64bit integer and toward std::bitset. 2015-06-12 18:14:09 -04:00
dndtreeview.cc allow DnD between DnDTreeView and DnDVbox 2015-12-28 04:10:39 +01:00
emscale.cc add new Gtk2mmext::EmScale class for measuring font-based sizing 2014-10-23 13:21:04 -04:00
fader.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
fastmeter.cc properly clean up meter-pattern cache 2015-09-07 13:35:48 +02:00
focus_entry.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gettext.h
grouped_buttons.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
gtk_ui.cc redesign cross-thread registration/signalling system 2015-12-28 10:14:17 -05:00
gtkapplication_quartz.mm Revert "fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus are not affected" 2015-06-30 08:11:06 +02:00
gtkapplication_win32.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkapplication_x11.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkapplication.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkutils.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
i18n.h
idle_adjustment.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
keyboard.cc remove cruft 2015-10-20 15:49:59 +02:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc use quotes for in-tree pbd/glib wrapper include 2015-10-05 22:15:18 +02:00
paths_dialog.cc paths dialog: use selection as default when adding new dirs 2014-03-08 18:28:16 +01:00
persistent_tooltip.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
pixfader.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
pixscroller.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
popup.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
prolooks_helpers.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
prompter.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
scroomer.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
selector.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
slider_controller.cc consistent step+page sizes for fader+spinbox 2014-11-30 15:05:40 +01:00
stateful_button.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
sync-menu.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
tearoff.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
textviewer.cc remove unused fstream includes 2015-10-05 22:15:18 +02:00
treeutils.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
utils.cc API to add system-specific file chooser shortcuts 2015-10-16 19:06:21 +02:00
visibility_tracker.cc various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause 2013-05-07 13:01:26 -04:00
waves_fastmeter.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
window_title.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
wscript NOOP, remove trailing whitespace, replace tabs in python scripts 2015-11-29 17:54:31 +01:00