summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2012-04-07Fix out-of-scope access to variable (#4810).Carl Hetherington
2012-04-07Remove use of invalidated iterator (#4826).Carl Hetherington
2012-04-06fix some packing issues in the monitor section when using high-channel-count ...Paul Davis
2012-04-06revert all recent changes to startup dialog, except for colin f's patches to ...Paul Davis
2012-04-05various tweaks to Freesound UI and code. keep a single mootcher to speed up ...Ben Loftis
2012-04-05Draw all automation points, rather than trying to use a heuristic to show somePaul Davis
2012-04-05provide control over automation thinning in preferencesPaul Davis
2012-04-05Fix possible deref of 0 pointer (#4815).Carl Hetherington
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington
2012-03-27Patch from Nick to fix crash on closing a LV2 pluginCarl Hetherington
2012-03-25Fix warning.Carl Hetherington
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-03-25Reshow time selection when zooming in object-range modeCarl Hetherington
2012-03-23Patch from colinf to make stereo panners move right with the mouse (#4702).Carl Hetherington
2012-03-22Fix double separator on session range context menu.Carl Hetherington
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2012-03-22clarify what the "precise" button does in the timefx dialogPaul Davis
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-21Use a AutoSpin rather than a combo box for inputCarl Hetherington
2012-03-21Use sigc::slot for ClickBox printing function ratherCarl Hetherington
2012-03-21Rename combo_map variable to scale_points.Carl Hetherington