summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2009-11-13more tweaks/fixes for region layer editor2.8.4Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-11-02sort items in popup region menu so they match the order in the editorBen Loftis
2009-10-30prevent edit pane handle from being lost on GTKOSX when its moved into the no...Paul Davis
2009-10-26no more edit point clock (except SAE version, but who knows why or even if)Paul Davis
2009-10-21changes to region popup editor inspired by carlh 3.0, rev 5813Ben Loftis
2009-10-20clean up Window titles for consistencyBen Loftis
2009-10-02now in gtk2_ardour: replace all instances of prop->value() == "yes" with stri...Paul Davis
2009-09-13fix logic in undo, redo, and swap_visual_stateBen Loftis
2009-09-11reinstate export-region which was lost, change keybindings to more closely ma...Ben Loftis
2009-08-21make tearoff windows still forward key events (and thus bindings still work);...Paul Davis
2009-08-20save and recall rectified waveform viewBen Loftis
2009-08-18Transpose should appear in the popup region context menu as well as the Regio...Ben Loftis
2009-07-04use sscanf with the correct type conversion and not atoi/atol to load nframes...Paul Davis
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to T...Nick Mainsbridge
2009-05-22make stationary-playhead mode less secretBen Loftis
2009-05-19Fix record crash, use pixfufs instead of canvas text in markers, use leftmost...Nick Mainsbridge
2009-03-21carl's patch for split/region-drag crashPaul Davis
2009-03-13remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david...Paul Davis
2009-03-12if we attempt to move beyond the limit of the current horizontal adjustment, ...Paul Davis
2009-03-06combobox width fixes from mtahtPaul Davis
2009-03-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2008-12-05apply/merge/redo carl & colin's patches for making range markers from the reg...Paul Davis
2008-12-04changes to handle an instant.xml file that has been modified by ardour 3.0 (n...Paul Davis
2008-12-02more session init fixes from carlPaul Davis
2008-11-25desensitize positional actions in region context menu when edit point == mous...Paul Davis
2008-11-19remove debugging outputPaul Davis
2008-11-14back out "ignore_gui_changes" stuff for track resizingPaul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-13Use consistent font size for marker text, unset CAN_FOCUS on some more button...Nick Mainsbridge
2008-11-11no tearoffs for SAE versionPaul Davis
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be clea...Paul Davis
2008-11-09Remove Splice edit mode from SAE version, sync instant.xml files.Nick Mainsbridge
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical inputs...Nick Mainsbridge
2008-11-07BBT duration clocks use zero-based values, init SAE nudge default better.Nick Mainsbridge
2008-11-07Add default instant.xml to bundles, set SAE-specific defaults.Nick Mainsbridge
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-11-03Dont move track backgrounds, so that they no longer disappear at high zooms, ...Nick Mainsbridge
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface m...Sampo Savolainen
2008-10-26Fix missing tempo lines if zooming with unchanged left edge, implement toggli...Nick Mainsbridge
2008-10-25Make visible track automation views appear correctly newly loaded sessions.Sampo Savolainen
2008-10-23Don't update rulers twice in idle_visual_changer, temporarily remove parts of...Nick Mainsbridge
2008-10-23Force gtk rulers to update in lock step with canvas.Nick Mainsbridge
2008-10-23Reinstate ZoomFocusMenu and KeyMouseActions, fix odd horizontal scroller beha...Nick Mainsbridge
2008-10-22Fix repeated toggling of visual state (zoom to region for example), fix zoom ...Nick Mainsbridge
2008-10-21Don't tear down and rebuild all rulers on each visibility change, avoid setti...Nick Mainsbridge
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-17Fix invisible end marker on load/zoom.Nick Mainsbridge
2008-10-16fix crash at startup caused by use of null session ptr to set end markerPaul Davis
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-statePaul Davis