summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2009-01-28AU state handling, including changes to PathScanner so that it can now do rec...Paul Davis
2008-11-30do not crash in xrun handler when there is no sessionPaul Davis
2008-11-15remove previous debug output, plus one other debug outputPaul Davis
2008-11-15OS X dbl-click open document debuggingPaul Davis
2008-11-14Ensure treeview checkmarks always drawn on osx, session load failure dialogs ...Nick Mainsbridge
2008-11-13Use consistent font size for marker text, unset CAN_FOCUS on some more button...Nick Mainsbridge
2008-11-11New sae icons, fix ghostregion layering problem (automation-specific revert o...Nick Mainsbridge
2008-11-07Add default instant.xml to bundles, set SAE-specific defaults.Nick Mainsbridge
2008-10-31reinstate ArdourUI::idle_load(), need by OS X buildPaul Davis
2008-10-30remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin GUI...Paul Davis
2008-10-28fix suggestion that you can save while disconnected frm JACKPaul Davis
2008-10-26Fix missing tempo lines if zooming with unchanged left edge, implement toggli...Nick Mainsbridge
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-06-23ensure that ALL xrun handling is done from the GUI threadPaul Davis
2008-06-19prevent periodic auto-save from causing GUI deadlock waiting for the Location...Paul Davis
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring a...Paul Davis
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by redisp...Paul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis