summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2012-06-01tweak splash destructionPaul Davis
2012-06-01destroy splash when hiding it to workaround odd bug on OS X where the window ...Paul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-31Remove unused method.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-23Remove long-commented-out code; formatting tweaks; other no-ops.Carl Hetherington
2012-04-23Fix a couple of missing PROGRAM_NAMEs, and remove some jargon from the sample...Carl Hetherington
2012-04-17force small screen profile if ARDOUR_NARROW_SCREEN is set in the environmentPaul Davis
2012-03-16hide splash window under certain error conditionsPaul Davis
2012-03-15patch from colinf to handle default session dir a little betterPaul Davis
2012-03-10Patch from colinf to put a tooltip in the recent sessionCarl Hetherington
2012-03-10Remove RemoveLastCapture action which duplicates remove-last-capture.Carl Hetherington
2012-03-06show loop markers when looping is initiatedBen Loftis
2012-03-05Remove some unused code.Carl Hetherington
2012-03-05Remove some unused code.Carl Hetherington
2012-02-29fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAMEPaul Davis
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-06tweak "joined" buttons to have no border colorPaul Davis
2012-02-03separate header dependencies on button joiner, and make each button joiner lo...Paul Davis
2012-02-03use button joiner to link play range/roll for "always play range" option. col...Paul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-25some improvements to the add track/bus dialog to make it more obvious how to ...Paul Davis
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-19if creating the splash fails for any reason, don't crash later when trying to...Paul Davis
2012-01-10Reinstate command line option to hide splash screen.Carl Hetherington
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2011-12-09Patch from colinf to use session_name_is_legal for snapshots too (#4548).Carl Hetherington
2011-12-09centralize legal-session-name-checkng and include : and ; in characters that ...Paul Davis
2011-11-22Missing translations.Carl Hetherington
2011-11-18Add default OK button to "JACK exited" dialog.David Robillard
2011-11-18fix some issues with delta clocks, while introducing a couple more since the ...Paul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-16Doxygen tweaks.Carl Hetherington
2011-11-15Tidy a couple of minor things up.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-14Reset toolbar label widths on DPI change (may fixCarl Hetherington
2011-11-11lower-case solo/audition/feedback buttonsPaul Davis
2011-11-11put JACK time master option into Session -> Properties -> Timecode, and fully...Paul Davis
2011-11-11capitalize solo/audition/feedback buttonsPaul Davis
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-10ardour-button-ize zoom buttons; move MIDI panic button to transport barPaul Davis
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-11-09provide global prelight option (its in Edit -> Preferences->Interface)Paul Davis
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-09move auto-input into session options/properties dialog, move auto-play and au...Paul Davis