summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
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