summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
2011-05-23Remove some unused code.Carl Hetherington
2011-05-22fix translation issue with verb substitution in quit/close dialogPaul Davis
2011-05-04Remove some unused code.Carl Hetherington
2011-04-20reinstate MIDI binding for shuttle controllerPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-03-26goodbye toggle buttons for autoplay, autoinput, click and autoreturn; move nu...Paul Davis
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-17Bring up the click tab of the RC options window when right-clicking on the cl...Carl Hetherington
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-16Come to think of it, those size requests were hack to support a clock in the ...Carl Hetherington
2011-02-16Update menu bar widget size requests on font scaling.Carl Hetherington
2011-02-11remove unimplemented, unnecessary function declsPaul Davis
2011-01-19Terminate RapidScreenUpdate clock updates earlier when they are not necessary...Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2010-12-14Add dialogue to ask user about ambiguous source files. Fixes #3603.Carl Hetherington
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-11-04Fix roll after locate from the audio clock context menu. Restore Go buttons ...Carl Hetherington
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6842Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...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-06-02basic -T <load_template> optionTorben Hohn
2010-04-28remove "ardourBuffering" file creation (it was useless, sadly); editor region...Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the se...Paul Davis
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-05move big clock size variables into ARDOUR_UI; save&restore big clock size + p...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-01-15dynamically resize text in the big clock, first versionPaul Davis
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-01fix logic problems with startup assistant; make initial page buttons of start...Paul Davis