summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-12-05Remove hopelessly inadequate attempt at last_item_enteredCarl Hetherington
2011-11-30preparations for using ardour's own keybinding system for the editor (not act...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-11-20Start autoscroll in from the right-hand edge of the screen if the editor list...Carl Hetherington
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-10ardour-button-ize zoom buttons; move MIDI panic button to transport barPaul Davis
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-10-20Save marker selection state in instant.xml (#4203).Carl Hetherington
2011-10-16Remove unused method transport_marker_context_menu(). AllowCarl Hetherington
2011-09-19Tidy up style of a few toggle buttons (#4319).Carl Hetherington
2011-09-19Remove unused button.Carl Hetherington
2011-09-05Add option to insert time on all a track's playlists (#4304).Carl Hetherington
2011-08-15Delete key can now be used to remove tempo/meter markersPaul Davis
2011-08-14make control protocol's SelectByRID signal work, thus enabling MIDI binding m...Paul Davis
2011-08-14add new editor actions for solo, mute, solo-isolate toggle (of selected track...Paul Davis
2011-07-25when tabbing between track/bus name entries, attempt to scroll appropriately ...Paul Davis
2011-07-17Add context menu for control points.Carl Hetherington
2011-07-17Fix vertical pane resizing during fullscreen/unfullscreenCarl Hetherington
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
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