summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dialogs.cc
AgeCommit message (Expand)Author
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-06-04patch from tim mayberry to fix crash when creating a new session after sessio...Paul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-07convert transport buttons to ArdourButtonPaul Davis
2011-10-23Spruce up info bar a bit using Chris' suggestions (#4238).Carl Hetherington
2011-07-07fix crash with a new sessionPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-03Display audio file format in the menu bar (#4016).Carl Hetherington
2011-06-03next iteration of clock work. still far from complete, and probably waiting o...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-22fix translation issue with verb substitution in quit/close dialogPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-02-17preparations for a working speaker editing dialogPaul Davis
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-08-18Fix crash on opening locations window.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-20Fix a few dialogues which don't reset their session pointer correctly on a ne...Carl Hetherington
2010-07-08Allow multiple MIDI tracer windows.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-04-02not-yet-complete JACK session management patch (TODO: get program name, vary ...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-02-09Remove old connection editor.Carl Hetherington
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-12add keybinding editorPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis