change the use of "SMPTE" to "Timecode" to reflect the global economy and the end...
[ardour.git] / gtk2_ardour / editor.cc
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-23 Carl HetheringtonClean up and simplify code to find marks before and...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Carl HetheringtonMake the behaviour zoom to region more intuitive (IMHO...
2009-10-20 Carl HetheringtonTidy up the popup region editor and fix a few bugs...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-09-12 Paul Davisadd MIDI panic action (which has to be on a menu, sigh...
2009-09-11 Paul Davissave & restore internal-edit status
2009-09-09 Carl HetheringtonClean up some confusion about offering a denormalize...
2009-09-09 Carl HetheringtonRemove excess menu separator.
2009-09-05 Paul Davisjust one timeout callback for step editing, not one...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-24 Carl HetheringtonPatch from lincoln to add track resize buttons to the...
2009-08-24 Carl HetheringtonDon't use the edit position to gather regions to cut...
2009-08-24 Carl HetheringtonAlter snap modifier so that it turns the grid on when...
2009-08-22 Carl HetheringtonFix remainder of bug 1605 so that when snapping to...
2009-08-20 Carl HetheringtonRemove an unused action and some duplicated code.
2009-08-02 Carl HetheringtonAnother similar fix for use of an uninitialized variable.
2009-08-02 Carl HetheringtonFix random-crash-inducing use of uninitialized variable.
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-21 Carl HetheringtonClean up range menu a bit. Make a couple of range...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Carl HetheringtonUse track colours in the port matrix.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-03 Carl HetheringtonPull snapshots code out of Editor class.
2009-07-03 Carl HetheringtonFactor regions list out of Editor.
2009-07-03 Carl HetheringtonSplit route group list out of Editor.
2009-07-01 Carl HetheringtonSeparate route list code from Editor into its own objec...
2009-06-29 Paul Daviseditor toggle button fix from lincoln; refresh location...
2009-06-29 Carl Hetheringtonlincoln's patch from mantis 2757 to add route group...
2009-06-26 Carl HetheringtonOnly resize other selected tracks if the one being...
2009-06-26 Carl HetheringtonDon't resize selected tracks when dragging an automatio...
2009-06-26 Carl HetheringtonFix track selection interaction with route groups.
2009-06-25 Carl HetheringtonVarious adjustments to make more operations respect...
2009-06-23 Carl HetheringtonMake sure group tabs are updated when dragging track...
2009-06-22 Carl HetheringtonUse the same menu for the editor route group list and...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonRemember last normalization value when the dialog is...
2009-06-20 Carl HetheringtonOptional tabs down the LHS of the editor window to...
2009-06-18 Paul Davismodified patch from lincoln to show/control rec-enable...
2009-06-17 Carl HetheringtonReduce complexity of previous commit slightly.
2009-06-17 Carl HetheringtonRemove unused resize-line code. When resizing multiple...
2009-06-17 Sampo SavolainenPack the summarizer in a vpaned instead of the edit_packer
2009-06-17 Paul Davispack zoom controls into upper right of editor table...
2009-06-17 Paul Davissolo models work again (amazing how hard this was)...
2009-06-17 Carl HetheringtonAdd a playhead marker to the summary.
2009-06-16 Carl HetheringtonAdd some comments.
2009-06-15 Carl HetheringtonA few cleanups. Map scroll wheel to movement of the...
2009-06-14 Carl HetheringtonMake summary display optional.
2009-06-13 Carl HetheringtonMake the summary widget extend across the whole of...
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-06-11 Carl HetheringtonAdd a widget giving an overview of the editor, as ...
2009-06-10 Carl HetheringtonMake waveform show / scale / shape a global option...
2009-06-10 Carl HetheringtonRemove unused variable.
2009-05-30 Carl HetheringtonPull dragging code out of the Editor class into its...
2009-05-21 Nick MainsbridgeA different fix for record crash, use pixfufs instead...
2009-05-16 Carl HetheringtonAdd session preferences dialog.
2009-05-12 Carl HetheringtonAdd missing connection to Editor::route_list_reordered
2009-05-05 David RobillardFix indentation.
2009-05-01 Carl HetheringtonSet up rulers to prevent access to uninitialized variab...
2009-04-29 Carl HetheringtonFirst cut of option to strip silence from audio regions...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-06 Sampo SavolainenMake it possible to consolidate/bounce ranges without...
2009-03-06 Paul Daviscombobox width fixes from mtaht, backported from 2.X
2009-02-28 Carl HetheringtonFix #2559; crash when doing end_grab on an already...
2009-02-27 Carl HetheringtonRemove some unused code.
2009-02-25 David RobillardQuote includes for control_protocol.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 Carl HetheringtonMake range selection context menu work again.
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-23 Carl HetheringtonAdd global port matrix dialogs.
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-18 Sampo SavolainenOofus's work on region lists: highlight selected canvas...
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-25 Hans Baier* Made MIDI channel coloring work in the track channel...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-10-22 Nick MainsbridgeFix repeated toggling of visual state (zoom to region...
2008-10-22 Nick MainsbridgeDon't tear down and rebuild all rulers on each visibili...
2008-10-19 Nick MainsbridgeHandle changed session duration & resizing canvas bette...
2008-10-16 Paul Davisfix crash at startup caused by use of null session...
2008-10-14 Paul Davisfix a few things related to fit-to-tracks and toggle...
2008-10-13 Sampo SavolainenFirst draft of the EQ visualization system. Now force...
2008-10-06 Sampo SavolainenAdded take system from 2.0. Thanks to torben for the...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-10-05 David RobillardMove panic button to MIDI toolbar (reduce required...
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
next