Fix comment.
[ardour.git] / gtk2_ardour /
2012-02-14 Paul Davisrearrange startup/new session dialog to include new...
2012-02-13 Paul Davis(1) remove magic number voodoo when saving zoom focus...
2012-02-08 Paul Davisuse new NoEventSimpleRect for coverage frames and silen... 3.0-beta3
2012-02-08 Paul Davisfix double include
2012-02-08 Paul Davisuse trim cursors near end of a MIDI note when in Draw...
2012-02-08 Paul Davisrange mode should not allow trim of MIDI notes
2012-02-08 Paul Davismouse draw mode can draw AND select (and trim) notes...
2012-02-07 Paul Davisfix coloring of global rec-enable button when actively...
2012-02-07 Paul Davisfix for #4689 from dave flick
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2012-02-06 Paul Davischange radius of inner edge of button joiner, to stimul...
2012-02-06 Paul Davisadd tooltip for nudge clock
2012-02-06 Paul Davistweak "joined" buttons to have no border color
2012-02-06 Paul Davisadd delta-time option to MIDI tracer window. note that...
2012-02-05 Paul Davisclear marker selection as part of Selection::clear...
2012-02-04 Sakari BergenChange export dialog widget size allocation and make...
2012-02-03 Paul Davismake rec-enable click while step-editing exit step...
2012-02-03 Paul Davistweak button joiner colors by making them grab border...
2012-02-03 Paul Davisseparate header dependencies on button joiner, and...
2012-02-03 Paul Davisuse button joiner for smart mode; polish up the visuals...
2012-02-03 Paul Davisuse button joiner to link play range/roll for "always...
2012-02-03 Paul Davisnew class/widget for linking two buttons (widgets,...
2012-02-03 Paul Davisallow specification (partially) of which corners of...
2012-02-02 Paul Davisadd tophatdave to authors list
2012-02-02 Paul Davishand-done version of patch from tophatdave to prevent...
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2012-02-02 Paul Davisfix possible logic error and make logic line up with...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2012-02-02 Paul Davispatch for bad region-extension when pasting into a...
2012-02-01 Paul Davisprovide full scroll-based editing in MIDI list editor
2012-02-01 Paul DavisMIDI event list editor improvements, mostly to do with...
2012-02-01 Paul Davisstart to provide real functionality in MIDI list editor...
2012-02-01 Paul Davisslightly extend NotePlayer API
2012-02-01 Carl HetheringtonMake crossfade convert-to-full and activate/deactivate...
2012-01-31 Carl HetheringtonMake crossfade active state and length changes undo...
2012-01-31 Carl HetheringtonUpdate summary on switching playlists (#4659).
2012-01-31 Carl HetheringtonRemove unnecessary dialog argument to do_timefx; use...
2012-01-31 Carl HetheringtonDon't bother opening a time FX dialog if we are just...
2012-01-31 Paul Davispatch from colinf to fix the width of generic plugin...
2012-01-31 Sakari BergenImprove usage of expanded window space in the export...
2012-01-31 Carl HetheringtonFix position of viewport after a playhead drag outside...
2012-01-31 Paul Davisdo not crash if an LV2 plugin calls the UI write callba...
2012-01-31 Paul Davistidy up MIDI list editor; make delete/backspace actuall...
2012-01-31 Paul Davisfix for crash while drag-creating a new MIDI note and...
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-30 Carl HetheringtonDon't autoscroll right if we are moving left, and vice...
2012-01-30 Carl HetheringtonFix typo.
2012-01-30 Carl HetheringtonAdd aux sends at the position that the menu was opened...
2012-01-30 Paul Davisuse custom i-beam cursor for range mode
2012-01-29 Carl HetheringtonSlightly hacky-fix for misbehaviour when drag-and-dropp...
2012-01-29 Carl HetheringtonUse Region::last_frame() rather than position + length...
2012-01-29 Sakari BergenShow an example filename in the main export dialog
2012-01-29 Paul Davisremove apparently vestigial code from RouteUI::update_s...
2012-01-29 Sakari BergenAdd timespan name to export status text
2012-01-28 Sakari BergenMove export progress text to progress bar from separate...
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-28 Sakari BergenImplement simple separate progress bar for export norma...
2012-01-27 Paul Davistweak appearance of a FaderOption in the option editor(s)
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davisfix inconsistent display on selection clocks when in...
2012-01-27 Paul Davisfix #4663, partly by more efficiently generating the...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-27 Paul Davisreword label for session properties item
2012-01-27 Carl HetheringtonDon't add markers to the selection multiple times when...
2012-01-25 Paul Davisin non-note-edit mouse object mode, single click on...
2012-01-25 Paul Davisleave note edit mode with a click on any track backgrou...
2012-01-25 Paul Davissome improvements to the add track/bus dialog to make...
2012-01-25 Paul Davisdramatically simplify maximi[sz]ation code, ripping...
2012-01-24 Paul Davisfix breakage of normal method of creating an empty...
2012-01-24 Carl HetheringtonRemove some never-seen tooltips (overridden by other
2012-01-24 Carl HetheringtonFix warning about getting tempo map for frame -1; stop
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2012-01-24 Paul Davisexit internal/note edit mode when clicking on anything...
2012-01-24 Paul Davisdon't offer to save master bus as a route template
2012-01-24 Carl HetheringtonTidy up RegionLayeringOrderEditor a bit. Add GPL boile...
2012-01-24 Carl HetheringtonUse the same criteron to sensitize the choose-top-regio...
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-22 Carl HetheringtonAdd option to use plugin GUIs or Ardour generic ones.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonRemove unused declaration.
2012-01-21 Carl HetheringtonRestore option to open a plugin editor built by Ardour,
2012-01-21 Carl HetheringtonAllow individual plugin controls to be shown / hidden.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-20 Carl HetheringtonSimplify GUIOBjectState a bit by just walking the XML
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-20 Paul Davistweak up the region context menu quite a bit
2012-01-20 Paul Davismake dbl-click on send toggle back *and* forth between...
2012-01-20 Paul Davisfix cheat-sheet text for set-playhead
2012-01-20 Paul Davisrest of engine dialgo changes
2012-01-20 Paul Davisminor tweaks for engine dialog (remove channel counts...
2012-01-20 Paul Davisheuristic to workaround over-eager translation of NN000...
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davisif creating the splash fails for any reason, don't...
2012-01-19 Paul Davismore fixups of various things including cursors when...
2012-01-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
next