fix up size and drawing of measure lines, even when vertically scrolled
[ardour.git] / gtk2_ardour / time_axis_view.cc
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Paul Davismerge with master
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
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-25 Paul Davisuse virtual bool canvas_group_event () in TimeAxisViewI...
2013-04-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisfix clamping of line and rect coordinates to avoid...
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-15 Paul DavisFix dragging objects on the canvas and remove redundant...
2013-04-15 Paul Davisa few changes to fix region dragging, all related to...
2013-04-13 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisremove TimeAxisView::clip_to_viewport() and Editor...
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-12 Paul Davisremove all unit-based methods from (Public)Editor;...
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...
2013-01-23 Paul Davisreinstate shift-tab behaviour (move to prev track/bus...
2013-01-21 Paul Davismake height of name_label and name_entry the same to...
2013-01-21 Paul Davisreturn to the old way of editing track names, but hopef...
2013-01-20 David RobillardFix label in route rename dialog.
2013-01-19 Paul Daviscompletely revisit how track name editing works in...
2013-01-14 Paul Davismore substantive reworkings of TimeAxisView::name_...
2013-01-12 Paul Davisvarious tweaks to get 80% Of the way to proper use...
2012-12-27 Paul Davisdo not start editing track/bus names on a single click...
2012-12-10 Paul Davisadd 10 pixels of track height to facilitate easier...
2012-06-17 Carl HetheringtonHacky fix for track height step losing 'grip' on the
2012-05-27 Carl HetheringtonPatch from tophatdave to improve display of timestretch in
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-09 Paul DavisMCP: F1-7 jump to a given view; F8 closes any currently...
2012-03-07 Paul Davisfix up a substantial mess with the operation of toggle...
2012-01-30 Carl HetheringtonDon't autoscroll right if we are moving left, and vice...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-12-05 Paul Davisfix scroll wheel handling on both gain faders and param...
2011-12-03 Paul Davismore tweaks to entry colors for #3512
2011-11-03 Paul Davisadd a little spacing about track header control buttons
2011-11-03 Paul Davisspace buttons in track headers
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-08-31 David RobillardFix editor track heights (m/s/etc. buttons being cut...
2011-07-25 Paul Daviswhen tabbing between track/bus name fields, skip rec...
2011-07-25 Paul Daviswhen tabbing between track/bus name entries, attempt...
2011-07-11 Carl HetheringtonChange the cursor back from the track resize handle...
2011-07-07 Paul Davisremove track resize handle and allow resize of tracks...
2011-07-07 Paul Davisfix display of controls box for newly displayed tracks
2011-07-07 Paul Davisremove commented code
2011-07-07 Paul Davisfix up horizontal sizing of the track controls area...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-02 David RobillardRemove "smaller" track height (basically just a broken...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-04 Carl HetheringtonFix display of new tracks.
2011-05-04 Carl HetheringtonDon't alter horizontal padding when shrinking tracks...
2011-03-09 Paul Davissince some track context menu items depend on the selec...
2011-02-23 Carl HetheringtonDesensitize Remote Control ID menu option if there...
2011-02-23 Carl HetheringtonMake track context menu height option work for all...
2011-02-20 Carl HetheringtonNo-op; coding style.
2011-02-17 Carl HetheringtonMake sense of parameter to tav_zoom_step match up with...
2011-02-16 Carl HetheringtonNo-op: coding style.
2011-02-16 Carl HetheringtonRe-add height menu to tracks (#3761).
2011-01-04 Carl HetheringtonUnselect regions on tracks when the tracks are hidden...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Paul Davisadd configurable colors to stereo panner, plus keybindi...
2010-11-11 Carl HetheringtonSlight improvement to autoscroll behaviour when expandi...
2010-11-10 Carl HetheringtonModified version of Lincoln's patch to stop the summary...
2010-08-18 Carl HetheringtonSet cursor to hint that you can drag automation up...
2010-08-09 Carl HetheringtonMove get_child_list() into TimeAxisView.
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-07-25 Carl HetheringtonLincoln's patch to fix #3343 (excessively small track...
2010-07-16 Carl HetheringtonPatch from Lincoln (#3319) to make the range selection...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-29 Carl HetheringtonFix vertical canvas autoscroll when dragging track...
2010-06-18 Carl HetheringtonFix restore of track visibility from state files (...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-11 Carl HetheringtonFix track height menu.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-03 Paul Davisvisual tweak patch from lincoln, for time axis views
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-01 Paul Daviscolinf's vertical double arrow track resize cursor...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-01-10 Paul Davismo' better fixes for managing MIDI CC/automation lanes
2010-01-09 Paul Davisremove a bunch of debug output
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2010-01-05 Paul Davisfix some issues with context menu management
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
next