the endless quest to plug memory leaks -- episode 379
[ardour.git] / gtk2_ardour / editor.cc
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 379
2016-07-25 Robin Gareusadd some flush_pending timeouts
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-07-05 Robin Gareusfix crash when loading a saved visual state
2016-07-04 Paul DavisGUI doesn't need to listen to old ControlProtocol signa...
2016-07-02 Paul Davismake Selection catch up with session/libardour-side...
2016-07-02 Paul Davisfix use of removed Session::get_nth_stripable()
2016-06-13 Paul Davisuse pane position mgmt on appropriate panes
2016-06-11 nick_mMake exact beat calculation of tempi a bit less cumbers...
2016-06-10 Paul Davisremove certain ControlProtocol signals related to strip...
2016-06-06 Paul Davisensure that dropdowns in editor toolbar are populated...
2016-06-06 Paul Davistry to keep editor+mixer treemodels in sync
2016-06-05 Paul Daviswhen adding a list of Stripables, sort them into Presen...
2016-06-05 Paul Davisthere is no PresentationInfo::global_order_t any more
2016-06-05 Paul Davisuse new RouteGroup property names
2016-06-03 Paul Davismove from PresentationInfo::global_order() to Presentat...
2016-06-02 Paul Davispart three of using LocaleGuard with pane sizes
2016-06-02 Paul Davisthe second half of using LocaleGuard with pane sizes
2016-06-02 Paul Davisadd LocaleGuards to 2 places where we save pane sizes...
2016-05-31 Paul Davishandle old-version pane positions by ignoring them
2016-05-31 Paul Davisuse new pane API
2016-05-31 Paul Davisset minimum size for editor list
2016-05-31 Paul Davisset editor pane cursors
2016-05-31 Paul Davisinitial sort-of-mostly-working integration of new Pane
2016-05-31 Paul Davisinitial implementation of VCA time axis views
2016-05-31 Paul Davismake Escape (cancel drag or selection) work in mixer...
2016-05-31 Paul Davisfix GUI handling of surface select requests to include...
2016-05-31 Paul Davisremove now-redundant control protocol route-selection...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisuse new paned-sizing strategy in editor
2016-05-31 Paul Davisfix restoration of editor pane positions
2016-05-27 nick_mTempo ramps - rename meter_at() -> meter_at_frame(...
2016-05-27 nick_mTempo ramps - clean up tempo curve a bit.
2016-05-27 nick_mTempo ramps - add some right-click options to meter...
2016-05-27 nick_mTempo ramps - switch MusicLocked tempos to beat-based...
2016-05-27 nick_mTempo ramps - use correct meter when snapping to the...
2016-05-27 nick_mTempo ramps - tempos now musically snap to their future.
2016-05-27 nick_mTempo ramps - allow live updating of tempo markers.
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-18 Robin Gareusinitialize snap-mode dropdown text
2016-05-18 Robin GareusDon't save instant while loading instant.xml
2016-05-14 Robin Gareusaction script GUI details (sensitivity + tooltip)
2016-05-06 Robin Gareususe WindowManager toggle API for script-manager
2016-05-06 Robin Gareusre-introduce "add track/bus" from mixer window
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-25 Robin Gareuslua action details (button sensitivity, text ellipsis)
2016-04-24 Robin Gareusadd optional buttons to trigger lua scripted actions.
2016-04-24 Robin Gareusupdate keyeditor when action label changes
2016-04-08 Robin Gareuschange const some functions to const. (prepare lua...
2016-03-15 Paul Davischange API for CairoWidget::focus_handler
2016-03-11 Robin Gareusadd region & range loudnless report
2016-02-23 Robin GareusEditor Actions Scripts & Manager
2016-02-22 Paul Davisrework dialog-close-focus-reset change to work in Tabbed
2016-02-22 Paul Davisadd "Editor" to detached editor window name to see...
2016-02-22 Paul Davisremove all trace of SAE from source code.
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Daviscleanup various merge conflict resolution errors/omissions
2016-02-22 Paul Davisaction maps now have names
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davischanges to support new key bindings editor design
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisremove all tearoffs except the monitor section.
2016-02-22 Paul Davisget current tab on startup correct.
2016-02-22 Paul Davisremove use of current_toplevel() where unnecessary...
2016-02-22 Paul Davistell the editor to try to load editor.bindings
2016-02-22 Paul Daviswidespread changes to get the new (oldArdour binding...
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisget normal GTK accelerators working again
2016-02-22 Paul Davisstop using C++11 structure initializer
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Davisthe basics of tabbed
2016-01-28 Ben LoftisUse visible playhead location for editing during a...
2016-01-28 Ben LoftisCenter the playhead for stationary_playhead playback.
2016-01-28 Tim MayberryInitialize Editor::clicked_selection to prevent program...
2016-01-05 Robin Gareussafe default button focus for deleting playlists
2015-12-10 Ben Loftisdisabling follow_playhead should have effect when using...
2015-12-04 André NusserRemove "Fill Range with Region" from menu and also...
2015-11-30 André NusserMake capitalization consistent and other minor spelling...
2015-11-21 Robin Gareuscont'd 20262abe (GUI to keep all playlists)
2015-11-21 Robin GareusGUI support for "Delete All Unused" playlists.
2015-11-02 nick_mClean up selection history in Editor destructor.
2015-10-31 nick_mGrey out unavailable note context menu items rather...
2015-10-31 nick_mClarify context menu for midi notes.
2015-10-30 Robin Gareussuspend timers while flushing the gtk-event queue.
2015-10-19 nick_mFix redo action sensitivity for non-editor undo stack...
2015-10-18 Paul DavisMerge branch 'chaot4-fix_midi_menu_consistency_new'
2015-10-18 André NusserIntroduce "Transpose..." also in the context menu of...
2015-10-08 André NusserFix "Select All * Edit Point" when used as shortcut...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-12 Robin GareusGUI part of memleak fixes
2015-09-06 Robin Gareusinitialize some uninitialized variables.
2015-08-08 Robin GareusMerge branch 'pt-5-7-x' of https://github.com/zamaudio...
next