summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Set MIDI device model to "Generic" by default (previously was unset).David Robillard
2013-01-19fix MIDI track channel selector etc. visibility after show_all()=>show() chan...Paul Davis
2013-01-19completely revisit how track name editing works in the editorPaul Davis
2013-01-19fix midnam-related crash introduced around 13892Paul Davis
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Fix undefined return value.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Avoid some copy overhead and sprinkle in some const for good measure.David Robillard
2013-01-19Reflow ridiculously wide code.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-18fix crash when copy-n-pasting plugins, caused by work done to allow copy-n-pa...Paul Davis
2013-01-18fix restore of snap mode (confusion caused by existence of internal/preintern...Paul Davis
2013-01-17fix size of FaderOption's faderPaul Davis
2013-01-17a few small fixes that help pitchbend control of things, notably the shuttle ...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-17fix up various issues with sizing now that we have the basic idea that pixfad...Paul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16remove empty editor_scrub.cc source filePaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2013-01-15allow drag-n-drop/copy-n-paste of aux sendsPaul Davis
2013-01-15remove some debug outputPaul Davis
2013-01-15force use of a weak_ptr<> when binding in MidiStreamView, hopefully avoiding ...Paul Davis
2013-01-15fix overly candied color for fader when mapping sendsPaul Davis
2013-01-14more substantive reworkings of TimeAxisView::name_(entry|label) and name edit...Paul Davis
2013-01-14use a warning dialog, nto a question dialog, for sample rate mismatchPaul Davis
2013-01-14fix from roy vegard for an error from my previous attempts to fix monsection ...Paul Davis
2013-01-12various tweaks to get 80% Of the way to proper use of TimeAxisView::name_labe...Paul Davis
2013-01-12narrow-mixer strip tweak:Robin Gareus
2013-01-12rework pixfader design again: remove texture, draw entire (double-sized) patt...Paul Davis
2013-01-11revert mixer window faders to a2 colorsPaul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-10tweak recent change to marker context menuPaul Davis
2013-01-09add/clarify "set range (location) from (range|region) selection" operation (o...Paul Davis
2013-01-09fix channel numbering in monitor sectionPaul Davis
2013-01-09remove timecode subframe configurationRobin Gareus
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2013-01-08more ./waf driven po updatesPaul Davis
2013-01-08patch from colinf tomake region property editor clocks use 2ndary clock mode ...Paul Davis
2013-01-07latest po updates, including updated russian po-files from alexandrePaul Davis
2013-01-07remove type hint DIALOG from step entry "dialog"Paul Davis
2013-01-07fix drags of a single control point in a line where that is the only control ...Paul Davis
2013-01-07latest i18n update (including updated nn.po from eivind)Paul Davis
2013-01-07Fix case of strings in comparisions in engine_dialog.ccColin Fletcher
2013-01-07Fix three little typos.Colin Fletcher
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-06fix problem with dragging an end range marker if the start of the range was n...Paul Davis
2013-01-05amend to prev commit.Robin Gareus