summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-12-03use PRId64 for a framecnt_t printfPaul Davis
2010-12-03code tweaks in stereo panner (no functional changes)Paul Davis
2010-12-03add colors back for stereo pannerPaul Davis
2010-12-03Offer options to add un-natural port types to routes. Sort of helps with #3578.Carl Hetherington
2010-12-03No-op: reformat.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-03remove commented colors and fix keyboard handling in stereo pannerPaul Davis
2010-12-03fix mis-ordered erase/delete pairPaul Davis
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-12-01fix asymmetric pan dragging, relay key release events to editorPaul Davis
2010-12-01add scroll and key handling to stereo pannerPaul Davis
2010-12-01more stereo panner workPaul Davis
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01better operation of the stereo pannerPaul Davis
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-12-01darken text color in stereo pannerPaul Davis
2010-12-01hack up the stereo pannerPaul Davis
2010-11-30add dbl-clicks to reset position or widthPaul Davis
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
2010-11-30start of Blob-style for bar controller and use in panner GUIPaul Davis
2010-11-30make position fader a "line" style rather than barPaul Davis
2010-11-30quick light theme catchup for pan GUIPaul Davis
2010-11-30add GUI elements to control 2in/2out panning. Probably not perfect. REQUIRES ...Paul Davis
2010-11-28avoid delivering NaN's when setting up a generic plugin UIPaul Davis
2010-11-27new utility, arldd, to run ldd(1) on an uninstalled ardour buildPaul Davis
2010-11-27merge gnomecanvas into ardour tree, so that we can fix our own bugs and not w...Paul Davis
2010-11-27rest of process lock removal, plus no GUIs for internal returnsPaul Davis
2010-11-27better fix for IOSelector::set_state()'s need to hold the process lockPaul Davis
2010-11-27take process lock in global port matrix' set_state() method; use namespace AR...Paul Davis
2010-11-27move process lock taking to avoid deadlock when connecting portsPaul Davis
2010-11-27GPL boilerplate.Carl Hetherington
2010-11-27Copy-edit.Carl Hetherington
2010-11-26Add missing files from previous commit.Carl Hetherington
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26add two process lock calls where some port connecting occursPaul Davis
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-25Add a default export format to prevent dialog from crashing when used for fir...Sakari Bergen
2010-11-24Put MIDI notes into their own canvas group, and reparent this group during st...Carl Hetherington
2010-11-24Fix crash on failed processor DnD. Fixes #3554.Carl Hetherington
2010-11-23Create snapped drag-created MIDI notes 1 frame shorter than the ending grid l...Carl Hetherington
2010-11-23make region trim keybinding work again; don't show quantize dialog if its not...Paul Davis
2010-11-23add back "q" for MIDI note quantizePaul Davis
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-23Make double-click on a processor box entry toggle visibility of the plugin wi...Carl Hetherington