Commit Graph

23 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
6817143d2b width becomes fTimeSpan (in response to an ANSWER-ME). Avoids confusion with 'width' in the label, which is a pixel width of the label's text. 2012-02-09 13:10:36 +00:00
v.audacity
5f5b9778de Fixes per Vigilant Sentry (http://www.vigilantsw.com/)
* Fix memory leaks.

* Add comments about initializations and checking for successful results.

* Add checks for NULL deref.

* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
BusinessmanProgrammerSteve
f6327602e8 Improve consistency of copy/paste operations in label tracks;
use new background-drawing function in label tracks.
2010-09-18 17:41:15 +00:00
v.audacity
f28d91a599 Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock. 2010-08-11 23:15:00 +00:00
v.audacity
209a2b193d Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock. 2010-08-11 22:47:26 +00:00
BusinessmanProgrammerSteve
45011d7032 Fix bug 177: Unwanted label appears if pasting audio when there are already
labels.

In LabelTracks Paste() just calls Copy() and Clear(); this change makes sure
Clear() doesn't skip a label Copy() copies().
2010-08-05 06:31:57 +00:00
v.audacity
60dbfddd06 Get rid of VC++ compiler warning about performance. Was forcing int to bool. 2010-06-30 22:10:51 +00:00
BusinessmanProgrammerSteve
9a048f33b1 don't create new labels for space 2010-05-14 21:15:38 +00:00
BusinessmanProgrammerSteve
23ed04bc6a Improve key/character event handling, esp. for Unicode entry on Windows. 2010-05-11 22:10:44 +00:00
BusinessmanProgrammerSteve
787d033f4c When creating a label by typing, create in the focused track, not the first selected label track. 2010-05-04 19:59:47 +00:00
BusinessmanProgrammerSteve
45ad663e05 Don't write primary selection due to wxWidgets bug 2010-05-02 17:54:22 +00:00
BusinessmanProgrammerSteve
b67178f729 Support for Primary Selection under X11. 2010-05-02 17:22:01 +00:00
BusinessmanProgrammerSteve
b35264aacc Typo in last commit. 2010-05-02 02:44:24 +00:00
BusinessmanProgrammerSteve
bb9b9eeb27 Workaround for bug 30: don't allow create-label-by-typing while playing unless the selection has been changed. 2010-05-02 02:39:46 +00:00
BusinessmanProgrammerSteve
830db47f50 Work-around for bug 154 2010-04-14 18:32:03 +00:00
BusinessmanProgrammerSteve
fc1617ff2f Fix problem with linked label tracks and truncate silence 2010-04-12 15:29:53 +00:00
businessmanprogrammersteve
5a6b7a4ec9 Lighten colors slightly for sync-selection. 2010-02-17 17:54:32 +00:00
businessmanprogrammersteve
e35e019e17 Change lots of code that uses linking to use the new
scheme.
2010-02-16 20:50:38 +00:00
businessmanprogrammersteve
b646b10df2 Adds Track::IsSynchroSelected() and visuals for synchro (group) selection 2010-02-12 16:05:02 +00:00
james.k.crook
781491dfc0 Bugzilla:5 Fixed poor stacking of labels after a reverse effect. 2010-02-07 21:59:17 +00:00
james.k.crook
5f0a075026 Bugzilla#109 more intuitive label movement. Now circle moves label, chevron moves edge whilst retaining boundary moving behaviour when labels abut. 2010-02-07 11:11:35 +00:00
james.k.crook
77b874c5d9 Label dragging enhancements, especial point labels (Bugzilla:109) 2010-01-31 17:26:21 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00