summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-07-07more show() stuff, and replaced strip->show_all(); untill its actually finishedDoug McLain
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-06-15Removed panner UI from MIDI track mixer strip.David Robillard
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-03-18Merged with trunk R1612.David Robillard
2007-01-15Merged with trunk R1327.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-10Merged with trunk R776David Robillard
2006-08-01Mostly Cosmetic/Design changes to bring trunk and midi branch closerDavid Robillard
2006-07-28Merged with trunk R708David Robillard
2006-07-23Split pretty much the entire GUI in 3. Audio and Midi "editor strips" andDavid Robillard
2006-07-19Work towards removal of Session's Diskstream list.David Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2006-07-05Merged with trunk, and a few trivial GUI updates etc.David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
2006-05-17Remove CannotRecordNoInput signal (allowing recording without input connectio...Nick Mainsbridge
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-20Add a stock question image to the choices dialog, other general dialog love.....Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-03-30a) remove polarity button, add polarity menu item, move functionality into Ro...Paul Davis
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21Gtkmm2ext::Choice now inherits from Gtk::Dialog; embed/import rate mismatch d...Paul Davis
2006-02-15remove two minor leftovers from last commitPaul Davis
2006-02-15new stacktrace function in libpbd3; variable size GUI request thread queuesPaul Davis
2006-01-19latched rec-enablePaul Davis
2006-01-13Moved strip_whitespace_edges() to pbd/whitespace.hTaybin Rutkin
2006-01-08a metric ton of changesPaul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-18track-color chooser worksKarsten Wiese
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese
2005-12-06un-triple-buffer fastmeter (not finished), fix mixer strip name button, comme...Paul Davis
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-10-28mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::ItemNick Mainsbridge
2005-10-27option editor and some prompters, misc stuff. this commit message contains no...Nick Mainsbridge
2005-10-10more work on actions and general compilabilityPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-10-06changes from colin for route_params, nick for location_ui and route_ui, and m...Paul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin