NO-OP: whitespace
[ardour.git] / gtk2_ardour / streamview.cc
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-15 Paul DavisFix dragging objects on the canvas and remove redundant...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul Davisremove incorrect merge of cairocanvas patch that stoppe...
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-04 Paul Daviscommit immediately post linking
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2012-06-13 Carl HetheringtonShrink the midi scroomer to match the keyboard in stack...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-31 Carl HetheringtonRestore update of coverage frames on playlist contents...
2011-12-30 Carl HetheringtonMake coverage frames work slightly better; jury is...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonUpdate layer order when switching back to overlaid...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-10-23 Carl HetheringtonFix warning.
2011-10-22 Carl HetheringtonFix underflow in layer_t with rubber band selection...
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-06-01 David RobillardDelete trailing whitespace
2011-03-14 Paul Davisrestore visibility of streamview rect lines that act...
2011-03-03 Paul Davisdeframe audio regions as well as MIDI when entering...
2011-01-30 Carl HetheringtonUpdate summary when a region is removed.
2010-12-02 Paul Davisadd configurable colors to stereo panner, plus keybindi...
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-09-26 Paul Daviscorrect version of: port cairo ARGB/BGRA -> pixbuf...
2010-09-09 Carl HetheringtonUpdate coverage frames when the playlist changes; impro...
2010-08-22 Paul Davisforward port of 7539 from 2.x
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-07-16 Carl HetheringtonPatch from Lincoln (#3319) to make the range selection...
2010-06-18 Carl HetheringtonRemove unnecessary height changed notification for...
2010-05-23 Carl HetheringtonRevert my rev. 7140 and fix it better.
2010-05-23 Carl HetheringtonFix canvas_rect positioning with automation tracks...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-18 Paul Davisconnect Streamview to Playlist::ContentsChanged signal...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-04 Paul Davisdon't double-call methods via UICallback::call_slot...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-12 Nick MainsbridgeFix canvas region layering in non-Stacked modes. Remove...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-28 Paul Davisanother fix for binding shared_ptr's into signals
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-31 Carl HetheringtonMake drag selection work properly with stacked region...
2009-08-26 Carl HetheringtonWhen a track is in "stacked" mode, allow regions to...
2009-08-24 Carl HetheringtonRemove unused method in RouteTimeAxisView. Fix bug...
2009-08-23 Carl HetheringtonSome improvements to performance with crossfades: don...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-13 Nick MainsbridgeUse pixbufs as region name labels rather than Gnome...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-15 David RobillardFactor out region layering.
2009-01-18 Sampo SavolainenOofus's work on region lists: highlight selected canvas...
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2009-01-01 Carl HetheringtonUpdate stacked region colouring on zoom.
2009-01-01 Carl HetheringtonMake record region slightly better in stacked regions...
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-12-23 Carl HetheringtonFix region positions when switching from stacked to...
2008-12-23 Carl HetheringtonFix stacked regions display mode.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-14 David RobillardPrevent tempo lines from stealing events, but break...
2008-09-14 Paul Davismore GUI tweaks
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-09-06 David RobillardDeep "automation regions" support.
next