Make send automation work (#4734).
[ardour.git] / gtk2_ardour / editor.cc
2012-05-31 Carl HetheringtonSlightly unpleasant hack to stop control points being
2012-05-27 Carl HetheringtonPatch from colinf to avoid splitting unselected regions
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-22 Paul Davisremove, convert, comment several cerr statements
2012-05-16 Carl HetheringtonUse Later / Earlier in descriptions of nudging and...
2012-05-16 Paul Davisfix bork-age of the fade in/out context menu introduced...
2012-05-15 Paul Davisfix for crash caused by re-using the same image in...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-10 Paul Davisrename images used for fades to indicate that they...
2012-05-10 Paul Davisincorrect but visible context menu for xfades
2012-05-08 Paul Davisframework for handling events on the xfade rects
2012-04-28 Carl HetheringtonRemove a couple of uses of the word Route in the UI.
2012-04-26 Paul DavisMCP: ctrl-select toggle selections status, analogous...
2012-04-26 Paul DavisMCP: lots of good stuff - recenable bug fixed, cursor...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-13 Paul DavisMCP: timeout display of value when altering with fader...
2012-04-09 Paul DavisMCP: F1-7 jump to a given view; F8 closes any currently...
2012-04-09 Paul DavisMCP: different meter debug trace; initial support for...
2012-04-09 Paul Davisallow ControlProtocols to call for undo/redo in GUI...
2012-04-09 Paul DavisMCP: possible support for metering
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-03-25 Carl HetheringtonReshow time selection when zooming in object-range...
2012-03-17 Paul Davissave nudge clock value; don't reset the nudge clock...
2012-03-14 Carl HetheringtonRemove a little unused code.
2012-03-09 Paul Davisforward-port some fixes from a2
2012-03-07 Paul Davisfix up a substantial mess with the operation of toggle...
2012-02-14 Paul Davissupport a grid of beats/64 and beats/128
2012-02-13 Paul Davis(1) remove magic number voodoo when saving zoom focus...
2012-02-06 Paul Davisadd tooltip for nudge clock
2012-02-06 Paul Davistweak "joined" buttons to have no border color
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-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 HetheringtonFix position of viewport after a playhead drag outside...
2012-01-27 Paul Davisfix inconsistent display on selection clocks when in...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-25 Paul Davisdramatically simplify maximi[sz]ation code, ripping...
2012-01-24 Carl HetheringtonFix warning about getting tempo map for frame -1; stop
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-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2012-01-03 Paul Davisreturn two iterators into the Bars|Beats list of the...
2012-01-02 Paul Davisnew approach to tempo/meter: compute and store the...
2011-12-30 Paul Daviscentralize use of "from-context-menu" in Editor::get_pr...
2011-12-30 Paul Davisfix logic for context-menu-mouse-dependent actions...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-26 Paul Davisadd a new name for the region-layering-editor-action...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-12-07 Paul Davisfix, or at least improve, management of the editor...
2011-12-07 Paul Davisremove visible "sound notes" button,add Config paramete...
2011-12-05 Carl HetheringtonRemove hopelessly inadequate attempt at last_item_entered
2011-11-30 Paul Davispreparations for using ardour's own keybinding system...
2011-11-28 Carl HetheringtonHopefully fix some i18n bugs (#3565).
2011-11-23 David RobillardPack toolbar combo boxes with expand=false and remove...
2011-11-18 Paul Davisfix some issues with delta clocks, while introducing...
2011-11-17 Paul Davisall new implementation of audio clocks, with entirely...
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-15 Carl HetheringtonRepair thinko in previous commit.
2011-11-15 Carl HetheringtonTidy a couple of minor things up.
2011-11-11 Paul Davistweak up spacing+sizing in editor toolbar
2011-11-10 Paul Davisardour-button-ize zoom buttons; move MIDI panic button...
2011-11-10 Paul Davismore ardour-button-ization; fix transparency of selecti...
2011-10-31 Carl HetheringtonTrim includes.
2011-10-29 Carl HetheringtonSome limited control of mixer strip component
2011-10-20 Carl HetheringtonSave marker selection state in instant.xml (#4203).
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-10-18 Carl HetheringtonAdd a couple of missing ellipses to menu items.
2011-09-19 Carl HetheringtonTidy up style of a few toggle buttons (#4319).
2011-09-19 Carl HetheringtonRemove unused button.
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-07-17 Carl HetheringtonAdd context menu for control points.
2011-07-17 Carl HetheringtonFix vertical pane resizing during fullscreen/unfullscreen
2011-07-11 Paul Davisuse string_is_affirmative(), not direct test for "yes"
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-07-02 Carl HetheringtonRemove erroneous assert which I added earlier.
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-02 Paul Davisaudio clock switchover part2: remove most egregious...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-25 Carl HetheringtonFix a couple of uninitialised variables (should fix...
2011-05-02 Carl HetheringtonTinker with text related to clean-up.
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-23 Carl HetheringtonRemove unnecessary refresh_location_display_s method...
2011-04-19 Carl HetheringtonCleanup some more gint -> bools.
2011-04-19 Carl HetheringtonFix the return type for the edit_controls_button_releas...
2011-04-18 Carl HetheringtonRemove unused signal.
2011-04-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-04-16 Carl HetheringtonPut relief on all toolbar buttons for consistency ...
2011-04-07 Carl HetheringtonFix crash due to _over_region_trim_target not being...
2011-04-04 Paul Davisdo not set icon list *and* default icon list, which...
2011-03-26 Paul Davishide/rearrange stuff affected by last commit only if...
2011-03-26 Paul Davisgoodbye toggle buttons for autoplay, autoinput, click...
2011-03-08 Paul Daviswhen leaving internal edit mode, if the current mode...
2011-03-08 Paul Davisshow internal edit mode status correctly on session...
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
2011-03-04 Paul Davisbasic adoption of new mouse binding facility
next