Unify the canvases by moving groups around rather than using set_scrolling_region...
[ardour.git] / gtk2_ardour / time_axis_view.cc
2008-09-03 Nick MainsbridgeUnify the canvases by moving groups around rather than...
2008-07-08 Paul Davisnew drawing style for track resize handles (thanks...
2008-07-07 Paul Davismove to scons Clone everywhere rather than Copy; add...
2008-06-26 Paul Davismake dynamic track resizing "work" again; colinf's...
2008-06-18 Paul Daviscolinf's patch to make editor faders insensitive to...
2008-06-10 Paul Davis(5) debugging with nowhiskey - remove stupid lack of...
2008-05-05 Paul Davisfixes for 2 of 3 "fit-tracks" problems; new feature...
2008-05-02 Paul Davismany changes related to region zooming; proto-visual...
2008-05-01 Paul Davisphase two (of 3 or 4) for zoom-to-region et al
2008-04-30 Paul Davismake resize button more visible; make standard heights...
2008-04-30 Paul Davisfirst pass of dynamically resizable track heights
2008-03-24 Paul Davissmall change to logic for track selection when context...
2008-03-14 Paul Davismake feature lines (rhythm ferret etc) scale with zoom...
2008-02-15 Doug McLainTrackfaders
2008-02-06 Paul Davisproper fix for stereo region wave drawing bug; make...
2008-02-04 Paul Davisprovide instructional hint for keyeditor; fix keybindin...
2008-02-01 Paul Davislarge chunks of code to deal with pre-analysis of audio...
2008-01-25 Paul Davislots of small fixes related to the rythmic rodent
2008-01-25 Paul Davismeet rhythm ferret: cute, furry and always on time...
2008-01-18 Paul Davisaudun's waveview outline patch; some diskstream fixes...
2008-01-17 Doug McLainFix track name entry width
2008-01-02 Paul Davisfix problem with x-axis origin computation moving the...
2007-12-29 Paul Davisfixed edit focus @ edit point behaviour
2007-11-28 Paul Davisparametize modifier key usage; fix keyboard-driven...
2007-11-19 Doug McLainlooks better this way, and gets rid of the gap between...
2007-11-19 Paul Davisa ton of changes based on discussions at SAE; to be...
2007-11-17 Doug McLainLevel meters added to editor tracks, smaller and above
2007-11-05 Paul Davismouse zoom focus; mouse scrubbing becomes mouse shuttli...
2007-11-02 Paul Davissome small optimizations for track-selection process
2007-07-05 Doug McLainNew theme manager from trunk, backported to 2.0-ongoing
2007-04-20 Carl HetheringtonUpdate height after changing order to fix mantis bug...
2007-04-05 Paul Davischange selection behaviour for track header context...
2007-03-19 David RobillardEditor GUI touchups:
2007-03-12 Paul Daviscarl's inverted fix for mousewheel actions
2007-03-12 Paul Davisfixes from Carl H for a couple of buglets
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-08 Taybin RutkinRemoved usage of deprecated gtkmm API.
2006-12-21 Paul Davisfix crashing bug on cut operation; panner noodling
2006-12-19 Paul Davismake shift-scrollwheel work in any TimeAxisView
2006-11-16 Paul Davissmall changes to the mixer strip from thorwil
2006-11-16 Paul Davistrack naming patch from brian; slightly modified F11...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-02 Paul Davisallow track selection to be toggled (ctrl-clicked)...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Sampo SavolainenOops. forgot the most important file of previous commit.
2006-07-13 Paul Davisdestructive track work: regions now display offset...
2006-07-11 Sampo SavolainenMake it possible to edit multiple pan automation lines
2006-07-11 Paul Davismake waveforms centered when height hits NAME_HIGHLIGHT...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-04-20 Paul Davisa) use ink extents in most places where we used to...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-04-10 Nick MainsbridgeReinstate mouse scroll actions (audio clocks, shuttle...
2006-03-31 Paul Davisfix track control table height issues (hopefully for...
2006-03-07 Tim Mayberry2006-03-04 Tim Mayberry <mojofunk@gmail.com>
2006-02-14 Paul Davisnew color management design starts to take shape (canva...
2006-02-07 Paul Davisrestore many keybindings from ardour 0.99
2006-01-20 Paul Davismake F11 take us fullscreen (bug remains in edit pane...
2006-01-18 Paul Davisfix track controls height allocation to be font sensiti...
2006-01-03 Paul Davis"fix" track heights etc.
2005-12-24 Paul Davisvarious changes to controls_layout size management
2005-12-23 Paul Davisuse scroll handling instead of button 4/5 (incomplete)
2005-12-17 Doug McLainA possible method for correctly sizing the editor contr...
2005-12-12 Paul Daviseditor window layout changes, and lots more
2005-11-28 Paul Davismega commit to remove gtk_object cruft, and much other...
2005-11-23 Paul Davisstrip keyboard.cc of noxious focus handling stuff,...
2005-11-14 Paul Daviseditor_canvas_events.cc now compiles
2005-11-13 Paul Davistime_axis_view now compiles
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-11-12 Paul Davisincomplete changes based on karsten's megapatch
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-10-06 Paul Davisa few more header files fixes, plus cleanup from nick_m...
2005-09-26 Paul Daviscontinuing fixes to get this shibboleth to compile
2005-09-26 Paul Davisrename all GTK signals
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.