Make the wiimote code appear in the source package
[ardour.git] / gtk2_ardour / editor_route_list.cc
2008-11-14 Paul Davisback out "ignore_gui_changes" stuff for track resizing
2008-11-13 Paul Davisspeed up track resizing; fixup file DnD; stop use CAAud...
2008-10-14 Paul Davisfix a few things related to fit-to-tracks and toggle...
2008-10-10 Nick MainsbridgeDon't set colours twice in new TimeAxisViewItems (from...
2008-10-09 Paul Daviscode cleanup
2008-10-07 Paul Davisadd move-selected-tracks-{up,down} commands
2008-10-07 Nick MainsbridgeFix non-disappearing tracks when hiding
2008-10-07 Paul Davisfix track/strip sync-reorder issues; don't show mixer...
2008-10-04 Nick MainsbridgeImprove scrolling performance for sessions containing...
2008-10-03 Paul Davisprobable fix for track sync-ordering, part II to come...
2008-09-16 Nick MainsbridgeAdd a session file type icon for OSX, remove unused...
2008-09-14 Nick MainsbridgeSpeed up track resizing, fix disappearing automation...
2008-09-03 Nick MainsbridgeUnify the canvases by moving groups around rather than...
2008-08-05 Sampo SavolainenFix the bug which shuffled tracks when one was removed...
2008-06-19 Paul Davisreset editor's entered_track to null if that track...
2008-05-08 Paul Davisallow keybindings manager to bind arrow keys, using...
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 Davisfirst pass of dynamically resizable track heights
2008-03-14 Paul Davismake feature lines (rhythm ferret etc) scale with zoom...
2008-02-26 Paul Davisnon-AA canvas support (not used by default); new SAE...
2008-02-15 Doug McLainTrackfaders
2007-12-18 Paul Davisnew LocateRollLocate event, used to implement play...
2007-11-18 Doug McLainRemove debug output and move meter option to root menu...
2007-11-17 Doug McLainLevel meters added to editor tracks, smaller and above
2007-11-17 Carl HetheringtonFix for crash on track removal, backported from trunk.
2007-09-06 Paul Davisdon't mess with signal order keys, ever
2007-09-05 Paul Davisoptionally tie together editor+mixer display orders...
2007-05-18 Paul Davisallow diskstream deletion after a track is removed...
2007-03-19 David RobillardEditor GUI touchups:
2007-03-15 Paul Davisupdate editor mixer action if strip is hidden due to...
2007-03-09 Taybin RutkinBug fix for displaying routes after a hidden route.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-19 Paul Davisremote control IDs follow editor/mixer view order;...
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2007-02-03 Paul Davismake zoom rect extend to cover all tracks, no matter...
2006-11-22 Paul Davispatch from brian to get consistent menu behaviour
2006-11-02 Paul Daviseditor mixer visibility now restored correctly
2006-08-17 Paul Davisfurther optimizations for multiple-track-at-once additi...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-11 Paul Davisfix for playhead/edit cursor having wrong z-order place...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-03-08 Paul Davisadd/remove edit groups via buttons (still a bit of...
2006-02-13 Doug McLainfixed orderering of editor and mixer tracks
2006-01-17 Paul Davisa metric boatload of changes; plugin UIs work, adding...
2006-01-10 Paul Davisroute list + edit group list now pretty much functional...
2006-01-08 Paul Davisfix control layout size allocation (nearly done) and...
2006-01-05 Paul Davislots of small fixes for various irritations, return...
2005-12-30 Paul Davismany changes, read the diffs
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-22 Karsten Wieses/stringcr_t/const string &/
2005-12-17 Doug McLainA possible method for correctly sizing the editor contr...
2005-12-16 Karsten Wieseuse stringcr_t and gain 1/1000 binary size reduction...
2005-12-12 Paul Daviseditor window layout changes, and lots more
2005-12-06 Nick Mainsbridgesome treeview headings and session click fix
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-12 Paul Davisincomplete changes based on karsten's megapatch
2005-10-26 Nick Mainsbridgeeditor group list, route list and named selection treeviews
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.