summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2006-04-01fix incorrect marker/range marker right-click menus, try to clarify the text ...Nick Mainsbridge
2006-03-31a) add "Add Range Markers" to region context menuPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-13Make the FFT Anaylsis optional and disabled by default until further discussion.Tim Mayberry
2006-03-12Make FFT easier to use. right click on a range selection or a region andSampo Savolainen
2006-03-12First commit on FFT analysis window. Still some functionality missing,Sampo Savolainen
2006-03-12removed the following environment variables:Tim Mayberry
2006-03-12create xpm files from hard coded pixmaps, added function get_xpm() to make su...Doug McLain
2006-03-10further travels down the road toward true route group blissPaul Davis
2006-03-09new mix group interface, not yet finished and still to propagate to edit_groupPaul Davis
2006-03-08add/remove edit groups via buttons (still a bit of work left to do)Paul Davis
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-03-08fix for deferred saves by StateManager-derivatives; changes to new/copy/clear...Paul Davis
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-15change before/after cursor keybindings, attempt to clarify range/diskstream p...Nick Mainsbridge
2006-02-15select all in time range, show object selection while in range mode, trim ran...Nick Mainsbridge
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-02-13fix style overwriting done by fastmeter, and lack of clip mask/clip origin re...Paul Davis
2006-02-07restore many keybindings from ardour 0.99Paul Davis
2006-01-31remove editor mixer button, fix up editor mixer state save/restorePaul Davis
2006-01-28fix (mostly) measure lines and click box text and meter markingsPaul Davis
2006-01-24a few small thingsTim Mayberry
2006-01-23select all, musical (fuzzy) loop/punch/range region selections, soundtouch pa...Nick Mainsbridge
2006-01-21fix setting sync point crash, reinstate keymouse zoom tentativelyNick Mainsbridge
2006-01-20make F11 take us fullscreen (bug remains in edit pane position restore); redu...Paul Davis
2006-01-19F11 now toggles maximal editor spacePaul Davis
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2006-01-12mixer track list now uses checks and reordering properlyPaul Davis
2006-01-10more gcc 4.1 complaints, route_list is a ListStoreNick Mainsbridge
2006-01-10route list + edit group list now pretty much functional, plus preparations fo...Paul Davis
2006-01-08fix control layout size allocation (nearly done) and make duplicate region ev...Paul Davis
2006-01-08a metric ton of changesPaul Davis
2006-01-05lots of small fixes for various irritations, return of snapshots, region list...Paul Davis
2006-01-04Updates for set_type_hint() and the sfdb_ui.Taybin Rutkin
2006-01-04make show all option on region list context menu workPaul Davis
2006-01-03make meters work properly (and very slightly faster)Paul Davis
2006-01-03"fix" track heights etc.Paul Davis
2006-01-02fix window_to_world() issues inside ardourPaul Davis
2006-01-02radio actions now display correctly, region list sorting worksPaul Davis
2006-01-01fix segvPaul Davis
2006-01-01add ability to specify row colors for region treeviewDoug McLain
2005-12-31many options moved to menus, region list context menu sort of operationalPaul Davis
2005-12-30many changes, read the diffsPaul Davis
2005-12-24lots and lots of keybindings working again, with lots more menu itemsPaul Davis
2005-12-24various changes to controls_layout size managementPaul Davis
2005-12-23use scroll handling instead of button 4/5 (incomplete)Paul Davis
2005-12-22very important fix to avoid double delete of waveview caches, since regionvie...Paul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese