summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-29lincoln's patch to make MIDI note lines go away at smaller track heightsPaul Davis
2010-05-29create new MIDI regions on streamitem click in "note draw" mode as well as ob...Paul Davis
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-28change color of note velocity text (and don't set it or justification repeate...Paul Davis
2010-05-28clean up item event handling in MidiRegionViews by removing unnecessary Inter...Paul Davis
2010-05-28replace use of gdk_pixmap_unref() with g_object_unrefPaul Davis
2010-05-27refactor MidiRegionView event handling to avoid too much spaghetti as we move...Paul Davis
2010-05-27Fix crash on clear option for automation tracks (#3195). Also fix state chan...Carl Hetherington
2010-05-27Fix crash on export selection range.Carl Hetherington
2010-05-27Always show region properties menu item, and offer the list editor even outsi...Carl Hetherington
2010-05-27Fix hang on closing the editor.Carl Hetherington
2010-05-27Fix show existing automation for audio tracks (part of #3193)Carl Hetherington
2010-05-27Allow the region gain automation tool to create standard automation events. ...Carl Hetherington
2010-05-27Use bbt_add and bbt_subtract to do proper BBT maths in round_to_beat_subdivis...Carl Hetherington
2010-05-26On resizing an unselected MIDI note, make it the only one to be resized durin...Carl Hetherington
2010-05-26Restore Fader and Pan options to audio track automation menus. Hide the Amp ...Carl Hetherington
2010-05-26Disable ghost note on note creation drag.Carl Hetherington
2010-05-26generate knob pixbufs at run time but draw from the pixbufs; remove mfimg uti...Paul Davis
2010-05-26Show the verbose canvas cursor with the ghost note.Carl Hetherington
2010-05-25Fix disappearing plugin menu (#3182)Carl Hetherington
2010-05-25Rudimentary ghost note when adding MIDI notes to a region, as per #3180.Carl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-25Make discrete mode work for MIDI automation views. Fixes #3178.Carl Hetherington
2010-05-25Allow region-based automation axes to report whether theyCarl Hetherington
2010-05-25Remove some dead code. Clean up storage of automation axis menuCarl Hetherington
2010-05-25remove forward decl of non-existent ARDOUR::MenuPaul Davis
2010-05-25Implement shift-right-click to delete MIDI note (#3170)Carl Hetherington
2010-05-25stop range mode stuff from showing up when in internal edit modePaul Davis
2010-05-25Fix bug in a previous commit of mine; AutomationStreamViews create their own ...Carl Hetherington
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-25Ensure a create note drag rectangle starts with both ends snapped,Carl Hetherington
2010-05-24Prevent note creation drags with no movement of the pointer. May fix #3159.Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-05-23Possibly fix non-appearing MIDI controls (#3143)Carl Hetherington
2010-05-23Fix behaviour of route group list's visible checkbutton.Carl Hetherington
2010-05-23Make track Hide option work again.Carl Hetherington
2010-05-23Prevent brief, spurious `importing 2 of 1' type messages.Carl Hetherington
2010-05-23Fix canvas_rect positioning with automation tracks. May fix #3145.Carl Hetherington
2010-05-22Add missing file.Carl Hetherington
2010-05-22Handle automation modes better with region-based (MIDI) automation. Should f...Carl Hetherington
2010-05-22Fix, or at least improve, automation line drawing behaviour with MIDI regions.Carl Hetherington
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