summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-03-07fix up a substantial mess with the operation of toggle-zoom and related actio...Paul Davis
2012-01-30Don't autoscroll right if we are moving left, and vice versa; should fix #4676.Carl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-05fix scroll wheel handling on both gain faders and parameter controls in autom...Paul Davis
2011-12-03more tweaks to entry colors for #3512Paul Davis
2011-11-03add a little spacing about track header control buttonsPaul Davis
2011-11-03space buttons in track headersPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-31Fix editor track heights (m/s/etc. buttons being cut off at Normal height).David Robillard
2011-07-25when tabbing between track/bus name fields, skip rec-enabled tracks to avoid ...Paul Davis
2011-07-25when tabbing between track/bus name entries, attempt to scroll appropriately ...Paul Davis
2011-07-11Change the cursor back from the track resize handle whenCarl Hetherington
2011-07-07remove track resize handle and allow resize of tracks from the lower 25% of t...Paul Davis
2011-07-07fix display of controls box for newly displayed tracksPaul Davis
2011-07-07remove commented codePaul Davis
2011-07-07fix up horizontal sizing of the track controls area in the editorPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-02Remove "smaller" track height (basically just a broken version of small anyway).David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-04Fix display of new tracks.Carl Hetherington
2011-05-04Don't alter horizontal padding when shrinking tracks to their minimum height ...Carl Hetherington
2011-03-09since some track context menu items depend on the selection, conditionally ad...Paul Davis
2011-02-23Desensitize Remote Control ID menu option if there are > 1 selected tracks.Carl Hetherington
2011-02-23Make track context menu height option work for all selected tracks.Carl Hetherington
2011-02-20No-op; coding style.Carl Hetherington
2011-02-17Make sense of parameter to tav_zoom_step match up with coarser as used for te...Carl Hetherington
2011-02-16No-op: coding style.Carl Hetherington
2011-02-16Re-add height menu to tracks (#3761).Carl Hetherington
2011-01-04Unselect regions on tracks when the tracks are hidden. Fixes #3653.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-11Slight improvement to autoscroll behaviour when expanding tracks.Carl Hetherington
2010-11-10Modified version of Lincoln's patch to stop the summary causing very low trac...Carl Hetherington
2010-08-18Set cursor to hint that you can drag automation up and down in object/range l...Carl Hetherington
2010-08-09Move get_child_list() into TimeAxisView.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-07-25Lincoln's patch to fix #3343 (excessively small track heights on zoom out)Carl Hetherington
2010-07-16Patch from Lincoln (#3319) to make the range selection box not display trim h...Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-18Fix restore of track visibility from state files (#3245)Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis