NOOP, remove trailing tabs/whitespace.
[ardour.git] / gtk2_ardour / editor.cc
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...
2015-08-08 Robin Gareusupdate summary when re-ordering tracks - fixes #6502
2015-07-23 Robin Gareusrename Marker class
2015-07-16 Ben Loftismerge fix
2015-07-07 Robin Gareusstationary PH: improve performance and reduce jitter.
2015-07-04 Robin Gareusstationary playhead implies follow playhead
2015-06-29 Paul Davisuse Tracks' MainMenuDisabler during session lock (could...
2015-06-26 Paul Davismake the quantize dialog persistent so that settings...
2015-06-17 Robin Gareusfix 1024px width layout (remove nudge clock special...
2015-06-04 Ben LoftisEnable stationary playhead mode.
2015-05-30 Ben LoftisStationary Playhead.
2015-05-26 Ben LoftisRationalize some aspects of region-gain control-point...
2015-05-24 Robin Gareususe vectorized TAV expand/shrink icons
2015-05-24 Robin Gareususe vectorized zoom icons instead of pixmaps.
2015-05-24 Robin Gareusreplace old ArdourButton::Icon API with Gtkmm2ext.
2015-05-24 Robin Gareusremove explicit VectorIcon Element
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-22 nick_mFix inverted logic of SnapOff with snap modifiers pressed.
2015-05-21 nick_mMore cleanup
2015-05-21 nick_mFix up modifier behaviour
2015-05-18 nick_mRevert to old Lock mode (still called Lock).
2015-05-17 nick_m"Lock" mode is now "Constrained", make snap absolute...
2015-05-17 nick_mRelative Snap -make it activated by the tertiary modifi...
2015-05-16 nick_mRelative snap - support magnetic mode (hackishly for...
2015-05-15 nick_mRelative snap
2015-05-09 nick_mLayering - the return of "later is higher".
2015-04-30 Robin Gareusfix over-optimzation in e3375c3.
2015-04-24 Paul Davisexpose set-range-selection-from-region-selection operat...
2015-04-22 Robin Gareusclean up GUI scaling
2015-04-21 benminor tweaks to Cut Time dialog. Use an enum to tell...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-31 Robin Gareusfix OSX/PPC 10.4 long maths
2015-03-21 Robin GareusChange default zoom to Playhead
2015-03-21 Robin Gareusproperly apply default state
2015-03-21 Robin Gareusfix visual undo.
2015-03-19 Robin Gareusupdate track-height scaling:
2015-03-12 nick_mDon't mess with the track selection at all from the...
2015-03-12 nick_mAdd new routes to selection in the editor, rather than...
2015-02-28 Robin Gareusprepare saving video-export settings.
2015-02-12 Colin FletcherA few whitespace fixes
2015-02-07 nick_mProperly deallocate memory when clearing selection_op_h...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-02-05 nick_mMake redo action insensitive after new command.
2015-01-11 Ben Loftisremove track-selection requirement so fit_selected_trac...
2015-01-11 Robin Gareusclean up whitespace & debug output in 44203ce
2015-01-10 nick_mFix AutomationTrackItem rubberband click thinking it...
2015-01-08 Ben Loftischange Split menu entry to say Split/Separate (it was...
2015-01-08 Ben Loftismissing parenthesis
2015-01-08 Ben Loftismake MouseTool tooltips more consistent
2015-01-08 David RobillardStart step entry at playhead.
2015-01-08 David RobillardFix internal/external snap type restoration.
2015-01-08 David RobillardDraw beat sudivisions according to snap setting.
2015-01-08 David RobillardFactor out grid beat divisions.
2015-01-07 Ben Loftisnow that regions and range selections are exclusive...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-02 nick_mAdd automation track control points to undo history...
2015-01-02 nick_mFix previous commit.
2015-01-02 nick_mMake editor undo/redo actions sensitive at appropriate...
2015-01-02 nick_mSeparate selection operations into their own temporary...
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-12-31 Paul Davisrename "Convert to Region In-Place" to "Separate" since...
2014-12-28 David RobillardMIDI transform dialog.
2014-12-28 Robin Gareusapply font-scale to overall layout (rulers, track-heade...
2014-12-25 David RobillardContext menu for applying edits to note selection.
2014-12-23 David RobillardFix cursor update on nested entry.
2014-12-23 Paul Davisfix slow behaviour when changing visible track height...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-19 David RobillardMove object tool to "grab" tool (key g).
2014-12-19 David RobillardRemove mouse mode toggling.
2014-12-19 David RobillardRestore snap when switching to/from internal.
2014-12-19 David RobillardMake tools toggle-like by switching to last mode.
2014-12-19 David RobillardRemove internal edit mode and add "content" tool.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-17 David RobillardFix potential crash when right clicks go astray.
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-09 Ben Loftisadd set-session-extents-from-edit-range
2014-12-08 David RobillardUnify gain and draw tools.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-18 David RobillardFix edit point selector on Mixbus.
2014-11-17 David RobillardSupport cut/copy/paste of several regions and lines...
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-17 Robin GareusNULL pointer dereference?
2014-11-15 Robin Gareusround control-scroll offsets towards zero
2014-11-15 David RobillardImplement "multi-paste" for notes, regions, and automation.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-29 Robin Gareusfix typo in 58fec98a
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-22 Paul Davisprevent negative playhead positions from entering code...
next