summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.cc
AgeCommit message (Expand)Author
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-11-17allow use of Return, KP_Enter and more in key binding editor; better display ...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-06-29editor toggle button fix from lincoln; refresh location display when loop ran...Paul Davis
2009-06-17pack zoom controls into upper right of editor table/packerPaul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-10-12add keybinding editorPaul Davis
2007-06-27Use PBD::find_file_in_search_path instead of find_config_file in ActionManage...Tim Mayberry
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-18better fix for duplicate regions, fix nasty side-effects from recent director...Paul Davis
2006-07-19Updated config.guess fileTaybin Rutkin
2006-06-21the return of VST supportPaul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-12removed the following environment variables:Tim Mayberry
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-01-28Edit menu reorganization, abort if problems with ardour.menus.Sampo Savolainen
2006-01-24a few small thingsTim Mayberry
2006-01-10renamed menu definition filePaul Davis
2006-01-02radio actions now display correctly, region list sorting worksPaul Davis
2005-12-30many changes, read the diffsPaul Davis
2005-12-28Keep ref_count balancedKarsten Wiese
2005-12-24ActionManager::register_action (RefPtr<ActionGroup> group, const char * name,...Karsten Wiese
2005-12-24lots and lots of keybindings working again, with lots more menu itemsPaul Davis
2005-12-22change foo(string bar) to foo(const char * bar) for foo()s only being called ...Karsten Wiese
2005-12-21button hacks and morePaul Davis
2005-12-07Part one of the sfdb reworking.Taybin Rutkin
2005-12-06more fixesPaul Davis
2005-12-05stock icons, transport controls as proxies, make ActionManager::get_action() ...Paul Davis
2005-12-02Dialogbox checkmarks turn off when dialogs are closed.Taybin Rutkin