13
0
livetrax/libs/widgets
Robin Gareus ff95d81612
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
2024-10-19 03:41:16 +02:00
..
MSVCwidgets
widgets Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
ardour_button.cc
ardour_ctrl_base.cc
ardour_display.cc
ardour_dropdown.cc
ardour_fader.cc
ardour_icon.cc
ardour_knob.cc
ardour_spacer.cc
ardour_spinner.cc
barcontroller.cc
binding_proxy.cc
choice.cc
eventboxext.cc
fader_widget.cc
fastmeter.cc
focus_entry.cc
frame.cc
pane.cc
paths_dialog.cc
popup.cc
prompter.cc
scroomer.cc
searchbar.cc
slider_controller.cc Initialize fader's numeric entry adjustment 2024-10-14 17:58:00 +02:00
stateful_button.cc
tabbable.cc
tearoff.cc
tooltips.cc
ui_config.cc
wscript