summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2011-03-17allow more precision when editing plugin parameters by hand within a generic GUIPaul Davis
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-04extend Gtkmm2ext::Bindings system to handle mouse buttons as well as keyboard...Paul Davis
2011-03-01Missing files.Carl Hetherington
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington
2011-02-15Update rc files to use unique rc variable names, update wscript to use the na...Doug McLain
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-14Disable theme changing untill we figure out whats brokenDoug McLain
2011-02-14Make light theme functional, add waf processing, and small change to UI::load...Doug McLain
2011-02-11use volume controller widget for monitor section, drop some now-unused codePaul Davis
2011-02-08cairo-ify bar controller widgetPaul Davis
2011-02-08fixes for pixfader cairo-ificationPaul Davis
2011-02-08added Gtkmm2ext::rounded_rectangle() cairo pseudo-methodPaul Davis
2011-02-08cairo-ify expose handlers for PixFader and PixScroller (latter is not used); ...Paul Davis
2011-02-07forward port thread/abstract_ui changes from 2.X to 3.0Paul Davis
2011-02-01Fix drop location for drag-and-drop in some cases.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-30Fix fader jumps when releasing button 2 on drags; move to mouse position on b...Carl Hetherington
2011-01-30Tidy up slightly.Carl Hetherington
2011-01-28allow derived children of BarController to set label position as a width frac...Paul Davis
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
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