13
0
livetrax/libs/gtkmm2ext/gtkmm2ext
Paul Davis 760ccbabfb add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and fix const cast warnings generated by new flags
git-svn-id: svn://localhost/ardour2/branches/3.0@13124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-08-10 15:57:09 +00:00
..
.cvsignore
actions.h Slightly grubby hack to fix up the state of the Window->Mixer menu item when the mixer is opened on starting Ardour (#4808). 2012-06-07 21:51:25 +00:00
activatable.h
application.h
auto_spin.h
barcontroller.h
bindable_button.h
binding_proxy.h drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this). 2012-05-14 17:18:48 +00:00
bindings.h
cairo_packer.h
cairo_widget.h
cairocell.h
cell_renderer_color_selector.h
cell_renderer_pixbuf_multi.h
cell_renderer_pixbuf_toggle.h
choice.h
click_box.h
debug.h
dndtreeview.h
dndvbox.h A few tweaks to make Ardour build in GCC -std=c++0x mode. 2012-04-15 19:28:44 +00:00
doi.h
fastmeter.h
focus_entry.h
grouped_buttons.h
gtk_ui.h add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and fix const cast warnings generated by new flags 2012-08-10 15:57:09 +00:00
gtkapplication-private.h
gtkapplication.h
gtkutils.h
gui_thread.h Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
idle_adjustment.h
keyboard.h Hacky fix for track height step losing 'grip' on the 2012-06-17 16:57:21 +00:00
motionfeedback.h
persistent_tooltip.h Factor out 'persistent' tooltip code from the panner 2012-06-11 21:21:10 +00:00
pixfader.h Make faders visually desensitised when their tracks are in automation-play. 2012-06-01 00:41:28 +00:00
pixscroller.h
popup.h
prolooks-helpers.h
prompter.h
rgb_macros.h
scroomer.h
selector.h
slider_controller.h Make faders visually desensitised when their tracks are in automation-play. 2012-06-01 00:41:28 +00:00
stateful_button.h
sync-menu.h
tearoff.h
textviewer.h
treeutils.h
utils.h Factor out 'persistent' tooltip code from the panner 2012-06-11 21:21:10 +00:00
widget_state.h
window_title.h