"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
[ardour.git] / gtk2_ardour /
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-03-12 Paul Davismap most (all?) monitor processor state into/onto monit...
2010-03-11 Paul Davissave/restore monitor processor state; key handling...
2010-03-11 Paul Davismonitor section: make sip/afl/pfl buttons work, add...
2010-03-10 Paul Davismissing files added
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-05 Paul Davismove big clock size variables into ARDOUR_UI; save...
2010-03-05 Paul Davisworking big clock resizing, i think; still needs remova...
2010-03-05 Paul Davisbetter acid trip big clock - do not use with any other...
2010-03-05 Paul Davisacid trip big clock - do not use with any other medication
2010-03-05 Paul Davismore strip silence dialog changes, to use audio clocks...
2010-03-05 Paul Davislikely fix for strip silence dialog GUI lockup
2010-03-05 Paul Davispossible big clock sizing fix
2010-03-04 Paul Davisdebug output for big clock resizing
2010-03-04 Paul Davisget "sequence files" import working, and fix quite...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-03 Paul Davisfixes and improvements for strip silence, with lots...
2010-03-02 Paul Davisfix (or mostly fix) ctrl-drag (copy drag) for regions
2010-03-02 Paul Davisfix up start-in-source values from regions created...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-03-01 Paul Daviscolinf's vertical double arrow track resize cursor...
2010-03-01 Paul Davismake JACK->Latency->256 actually do something
2010-03-01 Paul Davistry (unsuccessfully) to fix gcc complaints about functi...
2010-02-22 Paul Davisfinish getting rid of RegionCommand
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisconnect Streamview to Playlist::ContentsChanged signal...
2010-02-18 Paul Davisdo not save editor state in every reversible commands
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
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...
next