summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-15fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI bind...Paul Davis
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ...Paul Davis
2006-11-11use thorsten's new record button icons; fix history rebuild error caused by u...Paul Davis
2006-11-08use track colour to set comment button background rather than use active butt...Nick Mainsbridge
2006-10-26last minute cleanups before beta62.0beta6Paul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
2006-09-04lower zoom step slightly, speed up autoscrolling when snapping to sub-beats (...Nick Mainsbridge
2006-09-02make autoscroll a bit easier to use, fix missing measure lines when moving th...Nick Mainsbridge
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-08-04Really fixed conflicts. Ready to merge into trunk.Hans Fugal
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-08-03 r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600Hans Fugal
2006-07-29Compiles, but doesn't link. The link errors are mostly expected and areHans Fugal
2006-07-28 r209@gandalf: fugalh | 2006-07-28 17:38:21 -0600Hans Fugal
2006-07-27 r205@gandalf: fugalh | 2006-07-26 18:11:47 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
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
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin