summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2012-07-20fix action names for transport controllablesPaul Davis
2012-07-01the debug continues onwardPaul Davis
2012-05-15disallow colons in snapshot names (from colinf)Paul Davis
2012-03-06make sure loop markers are shown when loop is initiatedBen Loftis
2012-02-29Switch out some strings that still use Ardour and use PROGRAM_NAME insteadTodd Naugle
2011-11-03backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions and...Todd Naugle
2011-08-18remove use of Glib::ustring from gtk2_ardourPaul Davis
2011-06-21silly dialog name, patch from colinfPaul Davis
2010-07-16make dbl-click on foobar.ardour open ardour (OS X)Paul Davis
2010-05-17region export/bounce should use ::read_at() methods, not read directly from t...Paul Davis
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use Glib::bu...Paul Davis
2010-04-01redirect via ardour.org to get to the manuals from within ardour, not hard-co...Paul Davis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the manua...Ben Loftis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-02-15only prompt to save session once during QuitBen Loftis
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete session...Ben Loftis
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated b...Paul Davis
2010-01-16second part of the fix to the argument order of Session::request_stop() - whe...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-12-07weak version of "Save As"Paul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-04various "deep" fixes related to looping, particularly seamless, and transport...Paul Davis
2009-10-30make space NOT exit from loop/range play, but actually stop; provide ToggleRo...Paul Davis
2009-10-30patch from carl for #2074 (already present in 3.0), fixes behaviour when auto...Paul Davis
2009-10-30more loop/transport fixups; make visible PH track transport frame as an exper...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-29loop handling changes: always turn off play_loop @ transport stop ; remove re...Paul Davis
2009-10-27remove free() of stack-allocated path (leftover from pre-mkstemp() call)Paul Davis
2009-10-20clean up Window titles for consistencyBen Loftis
2009-10-13fix (?) crash caused near program exit when using MCP. sort of a bandaid, but...Paul Davis
2009-10-01about window set as transient for editor, from nedkoPaul Davis
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ...Paul Davis
2009-09-17better behaviour when JACK fails to start from "within" ardour. still not qui...Paul Davis
2009-09-17more NSD changes. if JACK is not running and no interface has ever been chose...Paul Davis
2009-09-06patch from lucus for wastebasket content size messagePaul Davis
2009-07-20fix un-translatable string mistake (mantis #1275) ; make keybindings pay atte...Paul Davis
2009-07-06correct check for presence of / or \ in a session namePaul Davis
2009-07-06remove extra use of legalize_for_path() and just make sure that session and s...Paul Davis
2009-07-05handle session names provided by user that contain '/' (mantis #1193)Paul Davis
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete o...Paul Davis
2009-06-25move splash screen to the back if pending state dialog is shownPaul Davis
2009-06-22switch from mibbit to freenode webchat clientBen Loftis
2009-05-20Help->Chat menu item launches the users browser to allow chatting on IRC via ...Ben Loftis
2009-04-27write buffer stats to file on disk underrun/overrunPaul Davis