summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
AgeCommit message (Expand)Author
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-18Display shuttle speed in percentage rather than fraction. Fixes #1939.Carl Hetherington
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-25use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Add tooltips for link buttons.David Robillard
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-11-10lots of tweaks relating to GUI sync managementPaul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-22Add log window to windows menu.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-24Remove commented out call to reset_dpi hoping to find the true cause of the bug.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-07Fix compiler warningsSakari Bergen
2009-03-06combobox width fixes from mtaht, backported from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-12* fixed memory allocation bugsHans Baier
2008-10-05Move panic button to MIDI toolbar (reduce required horizontal space).David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-19* gave the MIDI panic button a new home....Hans Baier
2008-04-03* fixed segfault on MIDI Panic buttonHans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-12add keybinding editorPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-08-02add theme files to default target, and install using target namesPaul Davis
2007-08-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-14code readability change I forgot to add before committing, and removal of deb...Doug McLain
2007-05-14Add 'delta edit cursor' option to primary and secondary clocks. When in this...Doug McLain
2007-04-10Corrected fix for #1554 from spanky.Carl Hetherington
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ...Paul Davis
2007-04-07add new profile object, use it to remove certain horizontal elements from GUI...Paul Davis
2007-03-22remove button 4/5 handling (now scroll_up/down); prevent dbl-click on xfade f...Paul Davis