Further removal of default state setting, to allow partial (diff) state sets.
[ardour.git] / gtk2_ardour /
2010-02-09 Carl HetheringtonFix cross-track region drags.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-09 David RobillardShrink zoom buttons.
2010-02-09 David RobillardFix rulers on intial display (fix item 1 of ticket...
2010-02-09 David RobillardCenter port matrix if IO selector window is too large.
2010-02-09 David RobillardMove object+range button up with the rest of the tool...
2010-02-09 David RobillardAdd --args so ardbg obeys ardour options.
2010-02-09 David RobillardFix crash when setting loop or punch range after creati...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 David RobillardAdd tooltips for link buttons.
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-02-07 Carl HetheringtonMove a couple of methods into editor.cc, where they...
2010-02-07 Carl HetheringtonMake Editor::set_state work again.
2010-02-07 Carl HetheringtonRemove my attempts to autoscroll based on dragged regio...
2010-02-07 Carl HetheringtonFix pan value update so that modifier-click on the...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 David RobillardMove i18n stuff into autowaf.
2010-02-03 David Robillardifdef'd out deferred plugin selector load (-DDEFER_PLUG...
2010-02-03 Carl HetheringtonAllow buss names to be edited in the track/bus list.
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2010-02-02 Paul Davisfixup some issues with the miditracer
2010-02-01 David RobillardFix NULL dereference.
2010-02-01 Paul Davismixing monospace font thing for miditrace window
2010-02-01 Paul Davisimprove efficiency of MIDI tracer window with a lock...
2010-01-27 Paul Davisadd control for sending MTC (or not)
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-25 Carl HetheringtonAllow drag of region fade in/out in object mode with...
2010-01-25 Carl HetheringtonTweaks to prevent flicker in the treeview when changing...
2010-01-22 Paul Davislincoln's revised patch for editor route list, to get...
2010-01-17 Paul Davisavoid num-tracks repeat call EditorRegions::set_selecte...
2010-01-16 Carl HetheringtonFix bug when dragging regions in PT-edit mode.
2010-01-16 Carl HetheringtonWhen dragging the summary viewbox with a click outside...
2010-01-15 Carl HetheringtonRestore old behaviour when updating the view when the...
2010-01-15 Carl HetheringtonTemporarily fix segfault on show/hide all automation...
2010-01-15 Carl HetheringtonHopefully further improve the autoscroll on trim drag.
2010-01-15 Carl HetheringtonReconnect region name signalling so that trim drags...
2010-01-15 Carl HetheringtonStop surprising autoscroll when trimming regions; hopef...
2010-01-15 Paul Davisdynamically resize text in the big clock, first version
2010-01-15 Carl HetheringtonCentre playhead on zoom when it is the zoom focus....
2010-01-15 Carl HetheringtonEscape underscores in port matrix menus correctly so...
2010-01-15 Carl HetheringtonFix #2992: mute/solo state in tracks/busses tab not...
2010-01-14 Carl HetheringtonMinor cleanups to menu code. Some copyediting of menu...
2010-01-13 Carl Hetheringtonassert() to help find some possible causes of #2991...
2010-01-12 Carl HetheringtonHopefully fix segfault.
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-12 Carl HetheringtonRemove non-working attempt to make time selection chang...
2010-01-12 Carl HetheringtonTiny cleanup.
2010-01-12 Carl HetheringtonRemove unnecessary checks from Drag subclasses now...
2010-01-11 Carl HetheringtonFix confusion about last_pointer_* variables under...
2010-01-10 Paul Davismo' better fixes for managing MIDI CC/automation lanes
2010-01-09 Paul Davisremove a bunch of debug output
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2010-01-08 Carl HetheringtonUpdate verbose cursor correctly when y drags are clamped.
2010-01-08 Carl HetheringtonFix a few more cases of aborting drags.
2010-01-08 Carl HetheringtonMake a new action "escape", bound to the Escape key...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2010-01-06 Carl HetheringtonStop crossfades disappearing on region view drags.
2010-01-06 Carl HetheringtonFix segfault on startup caused by previous patch.
2010-01-06 Carl HetheringtonClean up the idle_visual_changer a bit, fixing a bug...
2010-01-06 Carl HetheringtonWhen moving around using nudge / move to next region...
2010-01-06 Carl HetheringtonFix some bugs in autoscroll when dragging regions.
2010-01-05 Paul Davismake system tab show up as default (most of the time...
2010-01-05 Carl HetheringtonRefix yesterday's patch; ignore motion events that...
2010-01-05 Paul Davisfix some issues with context menu management
2010-01-05 Paul Davismore nudges to the MIDI list editor
2010-01-05 Paul Davisget the MIDI list editor working a little better and...
2010-01-05 Carl HetheringtonCleanup of previous two commits.
2010-01-05 Carl HetheringtonMake a note of some confusion in the previous commit.
2010-01-05 Carl HetheringtonFixes to permit drags of multiply-selected automation...
2010-01-05 Carl HetheringtonFix various confusions about move threshold when snappi...
2010-01-05 Carl HetheringtonNo-op: few minor bits of coding style.
2010-01-04 Paul Davismove config button in about dialog to the right spot...
2010-01-04 Paul Davisdon't double-call methods via UICallback::call_slot...
2010-01-04 Carl HetheringtonMove a couple of connect() calls up the class hierarchy.
2010-01-04 Paul Davisremove old paypal cruft from about dialog source, and...
2010-01-04 Paul Davisadd a way to see (most of) the waf config used to build...
2010-01-03 Carl HetheringtonFix some bugs in set_selected_control_point_from_click.
2010-01-03 Carl HetheringtonSome cleanups to drawing of automation line control...
2010-01-02 Carl HetheringtonFix confusion between model and view points when draggi...
2010-01-02 Carl HetheringtonFix warnings.
2010-01-02 Carl HetheringtonStop automation drags when they hit their lowest point...
2010-01-02 Carl HetheringtonDon't allow drag of automation range unless the mouse...
2010-01-01 Carl HetheringtonAdd missing files.
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2010-01-01 Carl HetheringtonPrevent vertical autoscroll when dragging markers....
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Carl HetheringtonSome HIG and wording improvements to the right-click...
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-23 Carl HetheringtonPrevent a crash in the situation where:
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix crash on session close.
2009-12-22 Carl HetheringtonFix compile.
2009-12-22 Carl HetheringtonFix show/hide of editor summary.
next