use new ARDOUR::Location signals in GUI
[ardour.git] / gtk2_ardour / editor.h
2014-09-20 Paul Davisuse new ARDOUR::Location signals in GUI
2014-09-17 Paul Davisadd action and menu item to control use of skip playback
2014-07-28 Ben Loftisalternate layout with a full-height editor-mixer, for...
2014-07-24 Ben LoftisRevert previous select-strips-under-mouse behavior
2014-07-23 Ben LoftisAllow deletion of processors in editor_mixer_strip...
2014-07-23 Ben Loftisholding Primary(ctrl/cmd) allows user to make noncontig...
2014-07-23 Ben LoftisAdd some new zoom-to-selection actions, so zoom tool...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 Paul Davisadd Editor::trackviews_height() convenience function...
2014-07-14 Paul Davisscroll up/down by tracks uses top edge as "focal point...
2014-07-14 Ben Loftisfix the visible_tracks_selector to show * when user...
2014-07-10 Paul Davisadd "fade range" operation, bound to alt-f at present...
2014-07-09 Paul Davisadd Editor::edit_mode_strings to allow for i18n; correc...
2014-07-08 Ben Loftisfix thinko with split selections. also ignore follow_e...
2014-07-08 Paul Davisinitial implementation of "bring all media into session...
2014-07-07 Paul Davisfix build after copy-n-paste/code change collision
2014-07-07 Paul Davissome code shuffling to make sure that cut mode always...
2014-07-07 Paul Davisadd functionality for cut tool
2014-07-07 Paul Davisadd basics of Cut mouse mode, no functionality yet...
2014-07-06 Ben Loftisremove some cruft with previous commits. remove option...
2014-07-06 Ben Loftisnow that track and region selections are mutually exclu...
2014-07-03 Ben Loftislots of keybinding changes. added a new action to...
2014-07-02 Paul Davissimplify zooming, remove Editor::clamp_samples_per_pixe...
2014-07-02 Paul Davisremove unused "zoom range clock" from code as part...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-28 Robin Gareusadd RAII DisplaySuspender
2014-06-28 Robin Gareususe a hash-table to cache gui properties
2014-06-27 Paul Davisreplace old implementation of Editor::_ensure_time_axis...
2014-06-26 Paul Davisremoved no-longer-used Editor::track_canvas_motion()
2014-06-25 Paul Davisuse new ruler dialog class for context clicks on ruler...
2014-06-25 Paul Davisremove unused code
2014-06-25 Paul Davislock dialog MUST be a Gtk::Dialog so that it does not...
2014-06-25 Paul Davisnew timer-based GUI locking code
2014-06-24 Paul Davisadd a modal lock dialog for better testing (and someone...
2014-06-24 Paul Davisadd ability to save current action sensitivities and...
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Paul Davisuse newly factored canvas in gtk2_ardour
2014-06-19 Paul Davismore work on cursor tracking state
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-13 Paul Davisdo most of the work related to adding new anchored...
2014-06-13 Paul Davisfix scrolling behaviour in track headers (event was...
2014-06-12 Paul Davisremove no-longer-used code
2014-06-12 Paul Davisadd canvas rulers event dispatch and reinstate scrollin...
2014-06-12 Paul Davisremove header file includes of now-removed gtk custom...
2014-06-12 Paul Davisuse canvas rulers now instead of gtk widgets
2014-06-10 Paul Davismake the icon set selector actually do something
2014-06-09 Paul Davisforward scroll events from track control headers to...
2014-06-09 Paul Davisrename Editor::_canvas_bottom_rect as Editor::_canvas_d...
2014-06-08 Paul Davisfix problem with calls to Editor::trackview_by_y_positi...
2014-06-05 Paul Davisreinstate a canvas group where we reparent regions...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisremove useless groups from timebar area, clarify scroll...
2014-06-03 Paul Davisremove timebar canvas and just use a single canvas...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-06-02 Paul Davissubstantive changes to the logic and safety for naming...
2014-05-31 Robin Gareustowards region-trims preserving fade duration
2014-05-29 Robin Gareusupdate x-fade context-menu
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-19 Paul Davischange return type of Editor::axis_view_from_route()
2014-05-07 Colin FletcherRipple mode: basic implementation
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davis"sequence regions" operation (remove space between...
2014-04-16 Paul Davisadd a transparent rect that is always located at the...
2014-04-16 Paul Davismake our intentions even clearer when call Editor:...
2014-03-26 Ben Loftisrename ArdourMenu to ArdourDropdown
2014-03-25 Paul Davisadd back track shrink/expand buttons
2014-03-25 Paul Davismost of the support for save/restore of visible track...
2014-03-25 Paul Davisfirst part of switch from shrink/expand tracks to pyram...
2014-03-24 Paul Davisadd optional arg to Editor::ensure_time_axis_view_is_vi...
2014-03-23 harrisonNew theme for editor window using ArdourMenu
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davislatest tweaks to autoscroll: symmetrical boundary on...
2014-03-21 Paul Davisfirst pass at quantizing vertical scroll to whole tracks.
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-02-26 Paul Davisfix display of time selection rect(s) when switching...
2014-02-26 Paul Davisconvert canvas_event_frame() and window_event_frame...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-28 Paul Davisvarious work to make loop/punch display work better...
2014-01-27 Paul Davisrationalize, consolidate and make work dbl-click editin...
2014-01-26 Paul Davisfix visibility of punch and loop rects.
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
next