summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2010-04-02Fix ordering issue with loading engine settings to the startup dialogSakari Bergen
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-26lots of work to hide prelight from most buttons, etc. etc. etc; increase rang...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2010-03-22tweak startup dialog a bit to correctly save ardour.rc when need; get PROGRAM...Paul 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-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-03-05move big clock size variables into ARDOUR_UI; save&restore big clock size + p...Paul Davis
2010-03-05more strip silence dialog changes, to use audio clocks, show smallest silence...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Preserve and restore x and y origin of editor viewport in Editor state.Carl Hetherington
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-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul 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-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-01fix logic problems with startup assistant; make initial page buttons of start...Paul Davis
2009-11-26Fix various crashes on session close.Carl Hetherington
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-11-26Fix #2932; arrange the view more carefully when going to start / end / wallcl...Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-23Patch from colinf to fix #2919.Carl Hetherington
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-22Fix colours of log window messages.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-19Fix 2074: setting the NSD to not connect outputs to anything is ignored.Carl Hetherington
2009-10-19Remove debug code from last commit.Carl Hetherington
2009-10-19Stop ardour exiting in the case where you have a loaded session, then select ...Carl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington