Fix some bugs I introduced with the last commit.
[ardour.git] / gtk2_ardour / editor.h
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
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-23 David RobillardPack toolbar combo boxes with expand=false and remove...
2011-11-20 Carl HetheringtonStart autoscroll in from the right-hand edge of the...
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
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-20 Carl HetheringtonSave marker selection state in instant.xml (#4203).
2011-10-16 Carl HetheringtonRemove unused method transport_marker_context_menu...
2011-09-19 Carl HetheringtonTidy up style of a few toggle buttons (#4319).
2011-09-19 Carl HetheringtonRemove unused button.
2011-09-05 Carl HetheringtonAdd option to insert time on all a track's playlists...
2011-08-15 Paul DavisDelete key can now be used to remove tempo/meter markers
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-08-14 Paul Davisadd new editor actions for solo, mute, solo-isolate...
2011-07-25 Paul Daviswhen tabbing between track/bus name entries, attempt...
2011-07-17 Carl HetheringtonAdd context menu for control points.
2011-07-17 Carl HetheringtonFix vertical pane resizing during fullscreen/unfullscreen
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-12 Paul Davisimplement a delete operation that works like "cut"... 3.0-alpha6
2011-06-02 Paul Davisaudio clock switchover part2: remove most egregious...
2011-05-27 Paul Davissomewhat illogical and temporary workaround to the...
2011-05-26 David RobillardRemove unnecessary includes from editor.h.
2011-05-25 Carl HetheringtonFix a couple of uninitialised variables (should fix...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
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-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-03-08 Paul Daviswhen leaving internal edit mode, if the current mode...
2011-03-07 Carl HetheringtonTrim some includes.
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
2011-03-04 Paul Davisbasic adoption of new mouse binding facility
2011-03-02 Carl HetheringtonRemove action-driven keyboard brush, which is the same...
2011-03-02 Carl HetheringtonRemove some unused code, and Editor::get_prefix() which...
2011-03-02 Carl HetheringtonPut some up/down buttons to the right of the summary...
2011-03-01 Carl HetheringtonRemove unused code.
2011-02-27 Carl HetheringtonDecide whether to show crossfade and choose-top-region...
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-09 Paul Davisall mouse mode buttons should be StatefulToggleButtons...
2011-01-30 Carl HetheringtonUpdate summary when a region is removed.
2011-01-29 Paul Davisa radically new approach to sizing the track header...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-23 Carl HetheringtonPatch from Lincoln to fix uncommitted reversible comman...
2011-01-19 Carl HetheringtonRemove duplicated code.
2011-01-19 Carl HetheringtonPatch from Lincoln to fix rhythm ferret in various...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-18 Carl HetheringtonRename Frames ruler to Samples.
2011-01-18 Carl HetheringtonTidy up the ruler code slightly.
2011-01-18 Carl HetheringtonMake the frames ruler behave more like the other time...
2011-01-09 Carl HetheringtonRemove unused methods.
2011-01-06 Sakari BergenAdd stem export dialog and make all different export...
2011-01-05 Carl HetheringtonDisable follow-playhead during drags. Fixes #3647.
2011-01-05 Carl HetheringtonMake editor list notebook shrink or expand when the...
2011-01-04 Carl HetheringtonRestore context menu to session markers. Fixes #3655.
2011-01-03 Carl HetheringtonSubstantially simpler fix for editor window jumping.
2011-01-03 Carl HetheringtonSomewhat experimental fix to try to stop the editor...
2010-12-30 Paul Davisresize all editor comboboxes when DPI is reset. involve...
2010-12-28 Carl HetheringtonRemember editor mixer size setting across close and...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-15 Carl HetheringtonModify region trim cursor if a region can only be trimm...
2010-11-15 Carl HetheringtonPresent trim cursors over region view name bar.
2010-11-14 Carl HetheringtonFix crashes after removing markers.
2010-11-14 Carl HetheringtonUse a couple more cursors in the summary.
2010-11-14 Carl HetheringtonFix up summary mouse cursors.
2010-11-14 Carl HetheringtonUse the edit position to decide what items to put in...
2010-11-12 Carl HetheringtonPrevent marker labels overlapping. Fixes #3535.
2010-11-11 Carl HetheringtonVisual tweaks to marker lines.
2010-11-11 Carl HetheringtonFurther fixes for #3529. Show marker lines the same...
2010-11-10 Carl HetheringtonOption to show lines below markers (#3529).
2010-11-09 Carl HetheringtonMove some methods out of Editor into RegionView.
2010-11-04 Carl HetheringtonHeinous hack to fix region menu sensitivity setup.
2010-11-03 Carl HetheringtonTidy up the region menu a bit, and hopefully clarify...
2010-10-26 Carl HetheringtonMove normalize dialogue to its own file. Add progress...
2010-10-20 Carl HetheringtonClean up get_regions_for_action prototype slightly.
2010-10-19 Carl HetheringtonModify get_regions_for_action to fix #2960. Rationale...
2010-09-28 Paul Davis(1) use select next/previous row functions for tab...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-09-21 Carl HetheringtonUpdating zoom mouse cursor on modifier press. Fixes...
2010-09-20 Carl HetheringtonAdd progress bar to strip silence dialogue. Fixes...
2010-09-19 Carl HetheringtonPut images on the fade in/out menus. Fixes #3411.
2010-09-18 Carl HetheringtonPreserve region list selection state even if a region...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-02 Carl HetheringtonPaste to the source of a copy if there are no selected...
2010-08-27 Carl HetheringtonRemove what I'm pretty sure was a hack to work around...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-25 Paul Davismajor chunk of the region layering editor from 2.X...
2010-08-22 Paul Davisforward port of 7539 from 2.x
2010-08-18 Carl HetheringtonSet cursor to hint that you can drag automation up...
next