summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
AgeCommit message (Expand)Author
2011-06-09pack up the click/metronome button a little more attractivelyPaul Davis
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-07lots of clock tweaks, but still, STILL! not done, reallyPaul Davis
2011-06-03next iteration of clock work. still far from complete, and probably waiting o...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-03-26hide/rearrange stuff affected by last commit only if Profile->get_small_scree...Paul Davis
2011-03-26goodbye toggle buttons for autoplay, autoinput, click and autoreturn; move nu...Paul Davis
2011-02-17Bring up the click tab of the RC options window when right-clicking on the cl...Carl Hetherington
2011-02-07No-op; small tidy-ups.Carl Hetherington
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-08Minor copy-edit.Carl Hetherington
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...Carl Hetherington
2010-07-08Allow multiple MIDI tracer windows.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
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