summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2012-04-17MCP: various work on the button binding GUIPaul Davis
2012-04-17force small screen profile if ARDOUR_NARROW_SCREEN is set in the environmentPaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-13MCP: catch noteOff to see note-on+velocity=zero messages; more GUI tweaksPaul Davis
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-04-12initial MCP device info file, and fix ./ardev and friends to be able to find itPaul Davis
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-04-12A bit of crash proofiness for insane plugin UIs.David Robillard
2012-04-11Fix a few unchecked XML child / property lookupsCarl Hetherington
2012-04-11Patch from colinf to restore recent session path tooltipCarl Hetherington
2012-04-11Patch from epitech_user to fix statement with no effectCarl Hetherington
2012-04-11Slightly expanded version of patch from epitech_user toCarl Hetherington
2012-04-11Implement ui:portIndex and ui:touch features.David Robillard
2012-04-11Update LV2 UI header.David Robillard
2012-04-10revert previous redundant commitPaul Davis
2012-04-10call ProcessThread::init() to correctly setup per-thread process buffers for ...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-04-09allow ControlProtocols to call for undo/redo in GUI; make MCP use thisPaul Davis
2012-04-09MCP: possible support for meteringPaul Davis
2012-04-07tweak drawing of button joinerPaul Davis
2012-04-07Clean up possibly-null pointer dereference (#4812).Carl Hetherington
2012-04-07Add missing break and remove duplicate (maybe mismerge)Carl Hetherington
2012-04-07Add missing break; (#4820).Carl Hetherington
2012-04-07Fix another out-of-scope variable access (#4811).Carl Hetherington