use new syntax for connecting to backend signals that enforces explicit connection...
[ardour.git] / gtk2_ardour / editor.cc
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonRemove confusing track / group members in TimeSelection...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davissecond part of: fix up scrolling of pixfaders by makin...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-01 Carl HetheringtonClean up some confusion about zoom focus and the edit...
2009-12-01 Carl HetheringtonRemove unused editor hscroller code. Add buttons to...
2009-12-01 Carl HetheringtonClean up confusion wrt showing the bundle manager....
2009-11-28 Paul Davisrestore editor with leftmost frame preserved
2009-11-26 Carl HetheringtonFix #2931; redundant menu items on main clocks.
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-17 Paul Davisavoid .h pollution in last commit
2009-11-17 Paul Davisallow use of Return, KP_Enter and more in key binding...
2009-11-12 Paul Davistidy up (a bit) locations editing widget ; use pixbuf...
2009-11-12 Paul Daviscomments for BBT math methods; remove chunks from...
2009-11-12 Carl HetheringtonStop temporal zoom buttons being clipped (slightly...
2009-11-09 Carl HetheringtonFix update of the editor mixer when its route is remove...
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
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
next