Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstre...
[ardour.git] / gtk2_ardour / editor.cc
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-18 Carl HetheringtonFix some i18n bugs; hopefully most if not all of #2999.
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-14 Carl HetheringtonSeparate interthread progress window out into its own...
2010-04-05 Carl HetheringtonSave and restore the selected tab and its width in...
2010-03-31 Carl HetheringtonTake away the Remove option from the region list, and...
2010-03-31 Paul Davisfunctioning invert (polarity) button; menu item removed...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-23 Paul Davisfinish commit from yesterday ... sorry folks
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisdo not save editor state in every reversible commands
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-09 David RobillardShrink zoom buttons.
2010-02-09 David RobillardFix rulers on intial display (fix item 1 of ticket...
2010-02-09 David RobillardMove object+range button up with the rest of the tool...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-02-07 Carl HetheringtonMove a couple of methods into editor.cc, where they...
2010-02-07 Carl HetheringtonMake Editor::set_state work again.
2010-02-02 Paul Davisfixup some issues with the miditracer
2010-02-01 David RobillardFix NULL dereference.
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-14 Carl HetheringtonMinor cleanups to menu code. Some copyediting of menu...
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-08 Carl HetheringtonMake a new action "escape", bound to the Escape key...
2010-01-06 Carl HetheringtonFix segfault on startup caused by previous patch.
2010-01-06 Carl HetheringtonClean up the idle_visual_changer a bit, fixing a bug...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-28 Carl HetheringtonSome HIG and wording improvements to the right-click...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-23 Carl HetheringtonPrevent a crash in the situation where:
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix show/hide of editor summary.
2009-12-22 Carl HetheringtonRefactor and clean up some confusion in dragging code.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
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...
next