fix 1024px width layout (remove nudge clock special case)
[ardour.git] / gtk2_ardour / editor.cc
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...
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-21 Robin Gareusfix track height resizing on OSX.
2014-10-20 Robin Gareustrack height fixes:
2014-10-16 Paul Davisadd tearoff reattach for the editor
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-17 Paul Daviscorrectly connect to Location static signals
2014-09-16 Paul Davisset the CairoWidget focus handler; reset focus when...
2014-09-15 Paul Davisfix compiler warning
2014-09-11 Robin Gareusfix a bunch of memory leaks
2014-09-08 Robin Gareuscomplete list from 68f0694ac0
2014-09-08 Ben Loftisremove arbitrary button sizing for edit mode buttons
2014-09-06 Robin Gareusspeed up session load (display updates)
2014-08-30 Robin Gareusupdate dropdown triangle
2014-08-22 Ben LoftisRationalize ArdourButton and lots of associated theming...
next