summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2011-11-09auto (return,play,input) and click buttons become ArdourButtons ("transport o...Paul Davis
2011-11-07use hovering/show click for transport buttons, and remove fixed-size size req...Paul Davis
2011-11-07convert transport buttons to ArdourButtonPaul Davis
2011-11-01Allocate some thread-local buffers for the GUI thread so that the PluginEqGui...Carl Hetherington
2011-10-29Use general VisibilityGroup class to manage visibilityCarl Hetherington
2011-10-23Allow status bar components to be individually shown / hidden.Carl Hetherington
2011-10-23Stop status bar jumping about quite so much when values change.Carl Hetherington
2011-10-23Typo in last commit.Carl Hetherington
2011-10-23Spruce up info bar a bit using Chris' suggestions (#4238).Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-10-17Patch from colinf to disallow colons in snapshot namesCarl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-28Strip .ardour prefix from session files selected from the startup dialogue. ...Carl Hetherington
2011-08-14Fix a couple of minor typos.Carl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-03Display audio file format in the menu bar (#4016).Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-09split style files apart to better maintain consistency (generates a useless e...Paul Davis
2011-06-08move punch in/out buttons into time info box; remove rounded corners on clocksPaul Davis
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25Fix a couple of uninitialised variables (should fix #4059).Carl Hetherington
2011-05-23Remove some unused code.Carl Hetherington
2011-05-22another translation fix for silly gendered-noun languages :)Paul Davis
2011-05-22fix translation issue with verb substitution in quit/close dialogPaul Davis
2011-05-04Remove some unused code.Carl Hetherington
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-05-02Tinker with text related to clean-up.Carl Hetherington
2011-04-20reinstate MIDI binding for shuttle controllerPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-03-30Untick speaker dialog in menu when it is closed (#3898).Carl Hetherington