Files
cappuccino/AppKit
Antoine Mercadal a2b6585c0d CPSound support play while loading
This patch allow to send 'play' message before
the sound is actually loaded (by remembering the play request
and playing the sound when loaded if needed)

this allow to do:

```objj
var sound = [[CPSound alloc] initWithContentsOfURL:aSoundURL byReference:NO];
[sound play];
```
2011-08-20 18:48:11 +02:00
..
2011-05-18 19:30:16 +02:00
2011-07-08 15:50:29 +02:00
2011-01-24 11:05:48 +02:00
2011-01-24 11:05:48 +02:00
2011-03-02 12:36:44 -08:00
2010-10-09 22:07:57 -04:00
2011-07-09 17:05:23 -07:00
2011-02-28 23:48:34 -03:00
2011-01-24 11:05:48 +02:00
2011-01-24 13:43:55 -03:00
2011-05-30 23:20:06 -07:00
2010-12-09 13:00:52 -08:00
2011-04-03 00:56:28 -04:00
2010-12-06 14:05:18 -05:00
2010-12-01 11:04:17 -08:00
2011-02-27 10:01:16 -08:00
2010-12-01 11:04:17 -08:00
2011-03-25 22:52:57 -04:00
2011-01-14 12:16:51 -03:00
2010-12-01 11:04:17 -08:00
2011-02-16 17:39:06 +01:00
2011-03-25 22:52:57 -04:00
2011-04-03 17:45:53 -04:00
2011-03-17 03:03:51 -04:00
2011-01-24 11:05:48 +02:00
2011-08-20 18:48:11 +02:00
2011-01-24 11:05:48 +02:00
2011-04-03 17:56:31 -04:00
2011-01-24 11:05:48 +02:00
2010-10-05 15:54:25 -07:00
2010-11-13 12:41:31 -08:00
2011-05-15 22:14:44 +02:00
2011-04-03 17:45:53 -04:00
2009-11-02 15:59:42 -08:00