summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2011-01-14Tweak colouring in the processor list.Carl Hetherington
2011-01-11Dear oh dear. Re-fix main fader double click and internal send edit.Carl Hetherington
2011-01-10Fix fader motion accidentally broken in previous commit.Carl Hetherington
2011-01-10Revert to fader-is-for-route on double-clicking a mixer strip's fader. Fixes...Carl Hetherington
2011-01-06Improve the drag icon for processor drags.Carl Hetherington
2011-01-06Fix crash when turning off an active send and redisplaying processors at the ...Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2011-01-03Substantially simpler fix for editor window jumping.Carl Hetherington
2011-01-03Add option to show or hide zoom toolbar.Carl Hetherington
2011-01-03Somewhat experimental fix to try to stop the editor window jumping around on ...Carl Hetherington
2010-12-30resize all editor comboboxes when DPI is reset. involved a minor refactoring ...Paul Davis
2010-12-29add static methods to Keyboard for keyboard modifier namesPaul Davis
2010-12-06Don't crash if get_action() is called before the UI manager is created. Sort...Carl Hetherington
2010-11-30start of Blob-style for bar controller and use in panner GUIPaul Davis
2010-11-30make BarController::CenterOut mostly sorta-kinda workPaul Davis
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-23Improve shift-selection behaviour in processor box.Carl Hetherington
2010-11-23Fix multiple selection with Ctrl-Click in DnDVBox.Carl Hetherington
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-14Don't try to do sub-pixel text placement as cairo doesn't support it. Fixes ...Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
2010-09-28use select next/prev stuff on editor track+bus listPaul Davis
2010-09-28add new code for generic select next/previous row ops in a treeviewPaul Davis
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-09-21Claim button presses on PixFaders. Fixes #3470.Carl Hetherington
2010-09-16lincoln's patch for scroomer pinching, from #3222Paul Davis
2010-08-24Fix port matrix menu checkbox when the window is closed. Make the port matri...Carl Hetherington
2010-08-18Fix warnings.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6842Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-13Bindings save release bindings as well as press bindingsPaul Davis
2010-08-12lotsa keybindings for nearly everything in the step editorPaul Davis
2010-08-10part 2 of the OMG-make-radio-buttons-and-actions-work-properly commit for the...Paul Davis
2010-08-06don't try to look up the key info for actions that don't have accel pathsPaul Davis
2010-08-06start using new keybinding stuff in step editor dialogPaul Davis
2010-08-06new files for new per-window/action-driven key binding mechanismPaul Davis
2010-08-05slightly more info when debugging the kbd snooperPaul Davis
2010-07-23position tearoffs at WIN_POS_MOUSE when first torn off, and add tooltips to h...Paul Davis
2010-07-09Fix (in inverted commas) #2885.Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-28replaced gtk_idle_add() with g_idle_add()Paul Davis
2010-05-26generate knob pixbufs at run time but draw from the pixbufs; remove mfimg uti...Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Fix crash when dragging something from another task over the editor window.Carl Hetherington
2010-05-07tweak knob drawing, add angular/radial control on button3Paul Davis
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis