summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11clean up GUIObjectState API, and use bools when setting "visible" property ra...Paul Davis
2011-07-11fix crashing bug where pan_tracks.front() was used without checking for pan t...Paul Davis
2011-07-11use string_is_affirmative(), not direct test for "yes"Paul Davis
2011-07-11explanatory comment about use of g_strncasecmp()Paul Davis
2011-07-11accept .MID as a MIDI file extension, not just .midPaul Davis
2011-07-11fix for #3977 - shift-tab and shift-ctrl-tab move to the next/previous note l...Paul Davis
2011-07-11Change the cursor back from the track resize handle whenCarl Hetherington
2011-07-11Use an assert to check that a panner is obtained, whichCarl Hetherington
2011-07-11heuristic grouping of plugin controls in the generic plugin UI window, from c...Paul Davis
2011-07-10Set up initial gains with init_gain() before (rather than after) potentially ...Carl Hetherington
2011-07-10Make an empty-string non-affirmative so that AxisView::set_marked_for_display...Carl Hetherington
2011-07-10Fix erroneous characters in automation time axis view GUIObjectState IDs (#41...Carl Hetherington
2011-07-10fix crash for slv-based build when destroying an LV2 plugin GUI; assuming for...Paul Davis
2011-07-10add braces and move a destructor into its .cc filePaul Davis
2011-07-10fix #4004 - AutomationTimeAxisView wasn't deleting its StreamView in its dest...Paul Davis
2011-07-10add another missing iconPaul Davis
2011-07-10add missing iconPaul Davis
2011-07-09use thorsten's new icons where relevantPaul Davis
2011-07-09new record-step-edit icon for track/bus listPaul Davis
2011-07-09SVG of thorsten's editor track/bus list iconsPaul Davis
2011-07-09new rec-enable icons for editor track/bus list from thorstenPaul Davis
2011-07-09new transparent-background versions of track/bus list icons from thorstenPaul Davis
2011-07-08refine definition of "generator" plugins, and only send silence through the r...Paul Davis
2011-07-08fix incorrect use of MidiBuffer::reserve() and MidiBuffer::write() if channel...Paul Davis
2011-07-08Make sure the buffer count is updated properly when run() happens on a muted ...Carl Hetherington
2011-07-08Small comment.Carl Hetherington
2011-07-07bump version3.0-alpha9Paul Davis
2011-07-07fix crash with a new sessionPaul Davis
2011-07-07remove track resize handle and allow resize of tracks from the lower 25% of t...Paul Davis
2011-07-07fix behaviour of "Hide" in track context menuPaul Davis
2011-07-07improve layout of automation track controls boxPaul Davis
2011-07-07fix display of controls box for newly displayed tracksPaul Davis
2011-07-07shuttle control: make scroll events step by precisely 1 of the current unitsPaul Davis
2011-07-07fix audio-specific code in RouteTimeAxis::use_playlist (#4154)Paul Davis
2011-07-07don't mark the big clock window as a "utility" windowPaul 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-07-04Uncomment fix for #4110.Carl Hetherington
2011-07-03Send full MIDI time code (if enabled) after changing sync source; should fix ...Carl Hetherington
2011-07-03Remove some unused code.Carl Hetherington
2011-07-03Updated / new French translations from Roming22-FR (#4149, #4150, #4151)Carl Hetherington
2011-07-03ctrl-alt-click now toggles input active status of other MIDI tracks using (an...Paul Davis
2011-07-03Display audio file format in the menu bar (#4016).Carl Hetherington
2011-07-02Minor refactoring; a few comments; don't try to add Amp processor automation ...Carl Hetherington
2011-07-02Remove erroneous assert which I added earlier.Carl Hetherington
2011-07-02Fix erroneous note resizing in regions with non-zero start (#4143).Carl Hetherington
2011-07-02Fix one more warning.Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-07-01fixed width columns for LHS of editor route listPaul Davis