summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-05-08Possibly fix crash when creating a new format profileCarl Hetherington
2012-05-08Minor tweak to snapshot renaming.Carl Hetherington
2012-05-08Break slightly long line.Carl Hetherington
2012-05-07return of the visible xfade rect - doesn't do anything yet, howeverPaul Davis
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-05-07use PluginInfo::reconfigurable_io() in the plugin selector dialogPaul Davis
2012-05-07Fix region context menu fade items to reflect reality.Carl Hetherington
2012-05-07Minor text tweak.Carl Hetherington
2012-05-05moronPaul Davis
2012-05-05try setting FONTCONFIG_PATH to make fontconfig look in the right place for li...Paul Davis
2012-05-05slightly improved (wink) version of fontconfig bundled fixPaul Davis
2012-05-05fix up unexpected situation with fontconfig in our packagesPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-05-02Update tooltips for AFL/PFL.Carl Hetherington
2012-05-01Fix the focussing of newly-created marker name entriesCarl Hetherington
2012-05-01Remove unused quantize type options.Carl Hetherington
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-04-30Patch from colinf to fix selection of short regions (#4744).Carl Hetherington
2012-04-30Fix spectral analysis of regions.Carl Hetherington
2012-04-30Remove un-read variable.Carl Hetherington
2012-04-30Remove unused options related to crossfades.Carl Hetherington
2012-04-28Remove a couple of uses of the word Route in the UI.Carl Hetherington
2012-04-27Re-add erroneously-removed methods related to cut/copy ofCarl Hetherington
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-24Fix crashes when closing LV2 plugin UIs.David Robillard
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-23Fix crash when closing LV2 UIs.David Robillard
2012-04-23Remove long-commented-out code; formatting tweaks; other no-ops.Carl Hetherington
2012-04-23Fix a couple of missing PROGRAM_NAMEs, and remove some jargon from the sample...Carl Hetherington
2012-04-23Fix some confusion wrt did_push as a member and a local variable; pass push d...Carl Hetherington
2012-04-23Minor simplification.Carl Hetherington
2012-04-22Fix uninitialised variables.Carl Hetherington
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-22Remove no-longer-needed file.Carl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-21Remove some unused code.Carl Hetherington
2012-04-20Remove seemingly not-that-useful menu item, since edit modeCarl Hetherington
2012-04-20Fix some warnings.Carl Hetherington
2012-04-20Oops. Turns out activate handles both keyboard and double click. Let Gtk do...David Robillard
2012-04-20Support adding plugins via keyboard (Enter).David Robillard
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-04-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-04-19potential fix for AU GUIs resizing (not yet tested)Paul Davis
2012-04-19fix freeze operation crashes by obtaining process buffers in freeze thread (a...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-18add Ctrl-Shift-P as shortcut for preferences dialogPaul Davis