13
0
livetrax/libs/widgets
Robin Gareus c98fc1099d Fix some Wimplicit-fallthrough
A "fall through" comment is most portable way to indicate
"no break, fallthru" cases.

 * __attribute__ ((fallthrough))  // is not portable
 * [[fallthrough]]; // is C++17
2018-10-26 14:53:44 +02:00
..
MSVCwidgets Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:19:28 +01:00
widgets Add flag for corners, where top+left shadows are both required. 2018-02-19 08:01:27 -06:00
ardour_button.cc Prepare a boxy, no round borders, button-style 2018-10-02 21:28:49 +02:00
ardour_display.cc
ardour_dropdown.cc Add ArdourDropdown API for use as dumb text dropdown. 2018-01-30 15:21:45 +01:00
ardour_fader.cc Simplify the logic of on_scroll_event 2017-09-24 22:58:59 +02:00
ardour_icon.cc Fix some Wimplicit-fallthrough 2018-10-26 14:53:44 +02:00
ardour_knob.cc
ardour_spacer.cc Add flag for corners, where top+left shadows are both required. 2018-02-19 08:01:27 -06:00
ardour_spinner.cc
barcontroller.cc
binding_proxy.cc
choice.cc
eventboxext.cc
fastmeter.cc Prevent excessive meter redraws for inactive meters at zero 2018-10-03 20:54:14 +02:00
focus_entry.cc
pane.cc Users struggle with Pane Dividers. Make them larger, and set a min-size on the mixer list pane. 2018-02-12 16:16:09 -06:00
paths_dialog.cc
popup.cc
prompter.cc
scroomer.cc
searchbar.cc
slider_controller.cc
stateful_button.cc
tabbable.cc
tearoff.cc
tooltips.cc
ui_config.cc
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00