summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_region_list.cc
AgeCommit message (Expand)Author
2009-03-21use osx button2 emulation for region list auditioning (erratic behaviour still)Paul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be clea...Paul Davis
2008-08-18prevent yet another crash caused by non-region nodes in the region list treeviewPaul Davis
2008-06-25check both whole-file and part-file regions when adding to the visible region...Paul Davis
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by redisp...Paul Davis
2008-02-21minor fixes from OS X landPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-12-17make click on empty canvas area clear selection; change zoom-ot-region to be ...Paul Davis
2007-12-04debugging regionlist issuesPaul Davis
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-27MESCLUN: new SAE-specific bindings file; parametized binding files; fix handl...Paul Davis
2007-11-26more ongoing SAE-driven changes (too many too list here)Paul Davis
2007-09-09more changes for the import dialog, with breakout of importable source code i...Paul Davis
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-08-30more upgrades to the import dialogPaul Davis
2007-08-26round one of import design changes (still not fully functional, but basic stu...Paul Davis
2007-05-30fix #1693 and related bugPaul Davis
2007-05-30debugging output for region list crash, part 2Paul Davis
2007-05-30debugging output for region list crashPaul Davis
2007-05-23fix audio clock handling of key press; fix crash bug caused by mapping over a...Paul Davis
2007-05-22remove redundant and probably crash-inducing resets of shared_ptr<Region> in ...Paul Davis
2007-05-21fix crash when clicking on region view list column that has no region pointer...Paul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-02-26i18n MISSINGTaybin Rutkin
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-01-26fix "make mono regions", mostlyPaul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-12-08fix required library versions; fix use of shared_ptr by redirect_box; fix dou...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-05-02enable use of arrow keys, fix hscroller issues, start work on smoother auto-s...Paul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-01-06modified rgba_from_style() so that it can be used to retrieve any attribute f...Doug McLain
2006-01-05lots of small fixes for various irritations, return of snapshots, region list...Paul Davis
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-02radio actions now display correctly, region list sorting worksPaul Davis
2006-01-01Set color to correct treenodeDoug McLain