summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2011-03-14Fix broken indentation.David Robillard
2011-03-14reinstate code that prevents GUI control from talking to backend if session i...Paul Davis
2011-03-04basic adoption of new mouse binding facilityPaul Davis
2011-03-01slightly improve text of cleanup results dialogPaul Davis
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-25add space to a stringPaul Davis
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington
2011-02-20Prevent infinite loop if JACK is disconnected during startup.Carl Hetherington
2011-02-17Just call a template a template (as in the menu) rather than a mix template.Carl Hetherington
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-05Fix crash on startup with a new Ardour install.Carl Hetherington
2011-01-30Start new sessions with the playhead at 0 and the editor scrolled fully left ...Carl Hetherington
2011-01-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2010-12-14EXPERIMENTAL: allow GUI button clicks on transport controls to drive transpor...Paul Davis
2010-12-14Add dialogue to ask user about ambiguous source files. Fixes #3603.Carl Hetherington
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-12-03use PRId64 for a framecnt_t printfPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-30first basic pass at a single widget stereo pannerPaul Davis