summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-05-22Make region properties dialogue work for MIDI regions too.Carl Hetherington
2010-05-21fix from 2.X for automation line clear command using the wrong object in the ...Paul Davis
2010-05-21update mute display when solo state changes, to keep things in syncPaul Davis
2010-05-21Set the select button tooltip in just one place rather than two. Hopefully f...Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-20fix visible version number to use the one defined in the top level wscriptPaul Davis
2010-05-20(1) make quantize actually use the main grid setting and not just default to ...Paul Davis
2010-05-20Remove debug output.Carl Hetherington
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2010-05-19Give a better message to warn of unsupported MIDI file audition.Carl Hetherington
2010-05-19Use SMFSource static method to look for MIDI file extensions.Carl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-18change tooltip of mouse select button to indicate MIDI note editing role or r...Paul Davis
2010-05-17Fix crash on attempting a TimeFX drag but not clicking on a region.Carl Hetherington
2010-05-17Number controllers in the MIDI automation menu, as per #3138. Also use 0-ind...Carl Hetherington
2010-05-16When inserting new notes with the pencil tool, make them the length of the gr...Carl Hetherington
2010-05-16Detach submenu before its parent is destroyed. Fixes #3134.Carl Hetherington
2010-05-16Allow right-click on region list to select the region. Fixes #3129.Carl Hetherington
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-05-13add 8 more beat subdivisions, as per #3126Paul Davis
2010-05-11Copy-edit.Carl Hetherington
2010-05-11Copy-edit.Carl Hetherington
2010-05-11Fix track height menu.Carl Hetherington
2010-05-10use a static per-class signal to notify the selection object in each MidiRegi...Paul Davis
2010-05-10Remove some debug code.Carl Hetherington
2010-05-10Remove some dead code.Carl Hetherington
2010-05-10Make zoom to session zoom to slightly more than the session (an extra 1% of s...Carl Hetherington
2010-05-09Fix programming error on removing marker.Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Remove some hang-overs of the old horizontal scrollbar. Hence allow most thi...Carl Hetherington
2010-05-08save global state when quitting BEFORE we stop the engine, so that global MID...Paul Davis
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-05-08Fix warning.Carl Hetherington
2010-05-07tweak knob drawing, add angular/radial control on button3Paul Davis
2010-05-07Copy-edit.Carl Hetherington
2010-05-06show half-lit state for !self-soloedPaul Davis
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-06draw LED background with same style as parent window; less debuggingPaul Davis
2010-05-06relayout solo led stuff, as per the boss' requests :)Paul Davis
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-05-05half-fix logic issue with solo-isolate controlsPaul Davis
2010-05-05led\'s for solo-safe and solo-isolate, rather than a context menu (mixer stri...Paul Davis
2010-05-05make "exclusive solo" apply to listen as well as SiPPaul Davis
2010-05-05remove some debug outputPaul Davis
2010-05-05light theme needs monitor section style infoPaul Davis
2010-05-05rename latched solo option and reverse its meaning; add exclusive solo button...Paul Davis
2010-05-05Fix SNAFU on region trimming with grid enabled caused by my recent supposed fix.Carl Hetherington
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-03the great solo model simplification (without much code removal)Paul Davis
2010-05-03more solo model work, including a GUI fix for mute button state when the rout...Paul Davis