Remove some excess commas from the export format description
[ardour.git] / gtk2_ardour /
2012-06-24 Sakari BergenChange logic for compiling export format descriptions...
2012-06-24 Paul Davisput patch chnage dialog under the mouse cursor when...
2012-06-24 Paul Davisstring fix
2012-06-24 Sakari BergenIn export format dialog, show preview of generated...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in UIConfigura...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in gtk2_ardour
2012-06-23 Tim MayberryRemove unnecessary code to create user_config_directory
2012-06-23 Tim MayberryRemove unnecessary creation of user_config_directory
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with Glib equivalent...
2012-06-23 Tim MayberryReplace use of PBD::sys::exists with Glib::file_test
2012-06-23 Tim MayberryRemove use of PBD::sys::path from ExportFileNotebook...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-23 Tim MayberryRemove unneeded header include
2012-06-22 Paul Davisdon't swallow left/right scroll events in a midi region...
2012-06-22 Paul Davisuse the pane watcher to prevent the nastiness that...
2012-06-22 Paul Daviskeep latency dialog for plugins above the plugin GUI
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-21 Paul Davissshhh
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-06-20 Carl HetheringtonAdd a menu option and key press (F) in port matrices...
2012-06-20 Carl HetheringtonUnify clamping of frames-per-unit values during zoom...
2012-06-20 Carl HetheringtonRemove indirected method calls.
2012-06-20 Paul Davistweak expander label name as per thorsten wilms' suggestion
2012-06-20 Paul Davistweak button label name as per thorsten wilms' suggestion
2012-06-19 Carl HetheringtonClarify the meaning of the show-region-gain-envelopes...
2012-06-19 Carl HetheringtonMake sure we always copy Freesound imported files as...
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-19 Paul Davispatch for handling LV2 presets from colinf (#4698)
2012-06-19 Paul Davisreally, really do not signal MidiRegionView::SelectionC...
2012-06-19 Carl HetheringtonChange option name to clarify that get_default_narrow_m...
2012-06-19 Carl HetheringtonAdd option to add new range marker from the context...
2012-06-19 Carl HetheringtonFix logic for setting mixer strip name button widths...
2012-06-19 Carl HetheringtonUse set_editable() rather than set_sensitive() to lock...
2012-06-19 Paul Davisslighty brighten bar lines and slighty dim beat lines...
2012-06-18 Carl HetheringtonDisallow import-without-copy for MIDI files (#4148).
2012-06-18 Paul Davisfix compilation on OS X
2012-06-18 Paul Davisdefine CHARSETALIASDIR (again) to stop various bits...
2012-06-18 Paul Davisfix comment indentation
2012-06-17 Carl HetheringtonHacky fix for track height step losing 'grip' on the
2012-06-17 Carl HetheringtonRemove believed-unnecessary and broken MIDI thru option;
2012-06-17 Paul Davismake it possible for canvas patch changes to receive...
2012-06-17 Carl HetheringtonAdd option to disable autoscroll of editor (#4721).
2012-06-17 Carl HetheringtonSimplify management of waveform visibility / shape...
2012-06-16 Paul Davisdo NOT call ProcessThread::init() **again** inside...
2012-06-15 Carl HetheringtonRe-show all xfades that we hide during drags (#4933).
2012-06-14 Carl HetheringtonDarken light theme treeview text (#3877).
2012-06-14 Carl HetheringtonFix crash on close.
2012-06-13 Carl HetheringtonFix visibility of midi scroomer and keyboard.
2012-06-13 Carl HetheringtonUse preview filename rather than the first-alphabetical...
2012-06-13 Carl HetheringtonPatch from colinf to fix problems with toggle mixer...
2012-06-13 Carl HetheringtonScale the piano roll right with stacked tracks, as...
2012-06-13 Carl HetheringtonUninitialised variable.
2012-06-13 Carl HetheringtonRemove unused variable.
2012-06-13 Carl HetheringtonShrink the midi scroomer to match the keyboard in stack...
2012-06-13 Carl HetheringtonDon't recompute child heights when building the route...
2012-06-13 Carl HetheringtonColour lower stacked regions with a lighter colour...
2012-06-13 Carl HetheringtonMake y position of MIDI note drags slightly better.
2012-06-13 Carl HetheringtonMake a few more MIDI track menu options apply to the...
2012-06-13 Carl HetheringtonFit note range on adding regions to tracks during impor...
2012-06-13 Carl HetheringtonMake fit contents / show full range work for all
2012-06-13 Carl HetheringtonFix some uninitialised variable warnings.
2012-06-13 Rodrigo SeveroMuch simplier implementation of: "Show Toolbar" act...
2012-06-13 Paul Davisfix some bugs with dragging patch/program changes around
2012-06-12 Paul Davisprevent too-wide program change flags at startup
2012-06-12 Paul Davishide patch changes if they are too wide for the region...
2012-06-12 Paul Davischange CanvasFlag to use a pixbuf for text rather than...
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-06-12 Paul Davisfix complete screw up in connecting MIDNAM PatchNameLis...
2012-06-12 Carl HetheringtonEscape angled brackets in playlist names for tooltips.
2012-06-12 Carl HetheringtonFilter the existing session chooser to .ardour files...
2012-06-12 Paul Davismaximise-editor patch from Rodrigo:
2012-06-12 Paul Davismore changes to patch change/plugin preset support...
2012-06-11 Carl HetheringtonPatch from colinf to put the playlist / take name in...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-11 Paul Davismake canvas flag use NoEventText for its label, and...
2012-06-11 Carl HetheringtonRemove old line.
2012-06-11 Carl HetheringtonFactor out 'persistent' tooltip code from the panner
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-11 Carl HetheringtonDon't change playlists of frozen tracks when changing the
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-11 Carl HetheringtonRemove unused method.
2012-06-10 Paul Davisremove craziness of propagating MIDI 7 bit limits into...
2012-06-10 Carl HetheringtonFix another place where regions can be inserted into a
2012-06-10 Carl HetheringtonFix incorrect display of automation lines after points are
2012-06-09 Carl HetheringtonCommit one reversible command for the whole of an impor...
2012-06-09 Carl HetheringtonFix up hack to cope with zero-length imported MIDI...
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-06-09 Carl HetheringtonMake sure that regions created during AsTrack and AsTap...
2012-06-09 Carl HetheringtonMake crossfade edge drags undoable.
2012-06-09 Carl HetheringtonSet up _old_follow_playhead correctly in all cases...
2012-06-09 Carl HetheringtonSomewhat primitive implementation of allowing the edit...
2012-06-09 Carl HetheringtonExtend a previous region if we click in a MIDI automati...
2012-06-09 Carl HetheringtonRemove apparently erroneous commit_reversible_command.
2012-06-08 Carl HetheringtonNo-op; some comments, remove some unused stuff, minor...
2012-06-08 Carl HetheringtonRemove erroneous refusal to create aux sends on MIDI...
2012-06-08 Carl HetheringtonWhen sounding notes on selection / note movements,...
next