summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-01-21make height of name_label and name_entry the same to avoid button wierdness w...Paul Davis
2013-01-21Fix whitespace.David Robillard
2013-01-21return to the old way of editing track names, but hopefully better than it wa...Paul Davis
2013-01-20Use rectangle intersection for MIDI note rect select.David Robillard
2013-01-20Fix MIDI region create drag for the eleventy billionth time.David Robillard
2013-01-20More consistent verbose cursor label style for PC flags.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Fix label in route rename dialog.David Robillard
2013-01-20Fix crash when trimming MIDI region with automation.David Robillard
2013-01-20Fix crash on verbose note text in regions with no patch changes.David Robillard
2013-01-20Make patch changes stand out a little better while also being more monochroma...David Robillard
2013-01-20Allow PC flags to be editing with the draw tool as well.David Robillard
2013-01-20Tidy.David Robillard
2013-01-20Fix completely wrong MidiRegionView::get_patch_key_at().David Robillard
2013-01-20Fix ever expanding bank selector in add patch change dialog when changing cha...David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
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