summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
2015-04-05add more contexts for SLA.Robin Gareus
2015-03-19add API to select TAV height mode.Robin Gareus
2015-02-11remove use of TimeRectanglePaul Davis
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-19fix double-free/crash at session closeRobin Gareus
2014-12-15next 2 modifiersPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-06Fix crash on quit when in a non-route time axis.David Robillard
2014-12-06Fix crash when resizing a track quickly.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-05various positional fixes for TimeAxisView, including moving the separator lin...Paul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03move start of a time axis view back to 0.0 on the x-axis, not 1.0Paul Davis
2014-11-01retain selection on track-height changeRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-09fix TAV text-entry size.Robin Gareus
2014-09-08Move Scroomer out of Track Selection Box:Robin Gareus
2014-09-07special case track-header buttonsRobin Gareus
2014-09-06gtk style related fixes:Robin Gareus
2014-09-06Revert "use a gloabl size group for track-header ctrl buttons"Robin Gareus
2014-09-05re-order TAV widget packing:Robin Gareus
2014-09-04use a gloabl size group for track-header ctrl buttonsRobin Gareus
2014-09-04NOOP, fix indentRobin Gareus
2014-09-04fix c4be8c2a67Robin Gareus
2014-09-04further tweaks pertaining the track-number heightRobin Gareus
2014-09-04when track selection changes, cancel any and all name editingPaul Davis
2014-09-04Trick 17: share separator + border:Robin Gareus
2014-09-04dedicated TAV separator lineRobin Gareus
2014-09-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus
2014-09-04update number label geometryRobin Gareus
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-09-03quick mockup of indented automation-track headersRobin Gareus
2014-09-02static global definition for track-header widthRobin Gareus
2014-09-02fix static initialization of Gtk::SizeGroupRobin Gareus
2014-08-31fix track-header hide/showRobin Gareus
2014-08-31track-header fader tweaks:Robin Gareus
2014-08-31proper 1px track separatorRobin Gareus
2014-08-31the return of the time_axis_vboxRobin Gareus
2014-08-31set initial TAV styleRobin Gareus
2014-08-31right side track-header control buttons (for non mixbus profile)Robin Gareus
2014-08-31experiment with track-selection box shadowRobin Gareus
2014-08-31remove (unused) separator, update TAV height calc.Robin Gareus
2014-08-31simplify time-axis packing: consistent table layoutRobin Gareus
2014-08-30revert parts of bf13bf63, change track-header color on selectionRobin Gareus
2014-08-29red-border selection for tracks, regions, and processors. requesting commentsBen Loftis
2014-08-11change packing so number_label shares space with name_labelBen Loftis
2014-08-11shuffle packing order to accomodate midi controlsBen Loftis