summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-05-27somewhat illogical and temporary workaround to the problems with consolidate ...Paul Davis
2011-05-26Remove unnecessary includes from editor.h.David Robillard
2011-05-25Fix a couple of uninitialised variables (should fix #4059).Carl Hetherington
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-23Remove unnecessary refresh_location_display_s method. Speed up marker loadin...Carl Hetherington
2011-04-19Cleanup some more gint -> bools.Carl Hetherington
2011-04-19Fix the return type for the edit_controls_button_release signal handler. Mak...Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-03-08when leaving internal edit mode, if the current mode is range ("draw") and it...Paul Davis
2011-03-07Trim some includes.Carl Hetherington
2011-03-07Hide/Remove to apply to the track selection.Carl Hetherington
2011-03-04basic adoption of new mouse binding facilityPaul Davis
2011-03-02Remove action-driven keyboard brush, which is the same as paste as far as I c...Carl Hetherington
2011-03-02Remove some unused code, and Editor::get_prefix() which wasn't doing anything.Carl Hetherington
2011-03-02Put some up/down buttons to the right of the summary. Might help with #3786.Carl Hetherington
2011-03-01Remove unused code.Carl Hetherington
2011-02-27Decide whether to show crossfade and choose-top-region menus based on the mou...Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-09all mouse mode buttons should be StatefulToggleButtons to avoid prelight nons...Paul Davis
2011-01-30Update summary when a region is removed.Carl Hetherington
2011-01-29a radically new approach to sizing the track header layout that now allows ar...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-23Patch from Lincoln to fix uncommitted reversible command during rubberband se...Carl Hetherington
2011-01-19Remove duplicated code.Carl Hetherington
2011-01-19Patch from Lincoln to fix rhythm ferret in various ways (#3715).Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-18Rename Frames ruler to Samples.Carl Hetherington
2011-01-18Tidy up the ruler code slightly.Carl Hetherington
2011-01-18Make the frames ruler behave more like the other time-based rulers when the e...Carl Hetherington
2011-01-09Remove unused methods.Carl Hetherington
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2011-01-05Disable follow-playhead during drags. Fixes #3647.Carl Hetherington
2011-01-05Make editor list notebook shrink or expand when the tab is double-clicked, as...Carl Hetherington
2011-01-04Restore context menu to session markers. Fixes #3655.Carl Hetherington
2011-01-03Substantially simpler fix for editor window jumping.Carl Hetherington
2011-01-03Somewhat experimental fix to try to stop the editor window jumping around on ...Carl Hetherington
2010-12-30resize all editor comboboxes when DPI is reset. involved a minor refactoring ...Paul Davis
2010-12-28Remember editor mixer size setting across close and reopen. Fixes #3624.Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-22Add menu option to insert program changes.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15Present trim cursors over region view name bar.Carl Hetherington
2010-11-14Fix crashes after removing markers.Carl Hetherington
2010-11-14Use a couple more cursors in the summary.Carl Hetherington