summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2010-12-03use PRId64 for a framecnt_t printfPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
2010-11-30add GUI elements to control 2in/2out panning. Probably not perfect. REQUIRES ...Paul Davis
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
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-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10allow a way to exit when session loading fails, rather than being stuck in an...Paul Davis
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-10-07Respond to JACK session quit request. Fixes #3491.Carl Hetherington
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15fix crash on first-run of ardour3, caused by trying to add non-existent XML n...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-29Give new sessions the default GUI state. Fixes #3423.Carl Hetherington
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-18Plugin UI state should of course be saved per-session rather than globally.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17Continue rolling after goto-wallclock if appropriate. Fixes #3402.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-08-05first pass a "phone home" facility for version tracking and update notificationPaul Davis
2010-08-02first, incomplete pass at step entry dialog, along with various SVG and PNG f...Paul 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-21Clamp y for newly added automation line points.Carl Hetherington
2010-07-20Show editor window after opening a new session when one is closed. Should fi...Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-06-02add -P flag blocking port connections while loading sessionTorben Hohn
2010-06-02basic -T <load_template> optionTorben Hohn
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-11Copy-edit.Carl Hetherington
2010-05-08save global state when quitting BEFORE we stop the engine, so that global MID...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2010-04-30A little gentle copy-editing of dialogue titles.Carl Hetherington
2010-04-28remove "ardourBuffering" file creation (it was useless, sadly); editor region...Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
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