Changeset 345
- Timestamp:
- Jun 13, 2006, 12:12:46 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r261 r345 18 18 + OS X interface (Growl notifications, AppleScript) 19 19 20 Mitchell Livingston <livings124@gmail.com> 21 + OS X interface 22 20 23 21 24 Thanks to: 22 23 Mitchell Livingston24 + OS X patches (Badging, preferences, check for update and much more)25 25 26 26 Omar and Adrien … … 49 49 50 50 FOOOD 51 + Badging images 51 + Badging images, Progress Bar images -
trunk/macosx/TorrentCell.m
r344 r345 249 249 250 250 //draw overlay over advanced bar 251 width -= 2.0; 252 251 253 [fProgressEndAdvanced compositeToPoint: point operation: NSCompositeSourceOver]; 252 254 253 255 point.x += 1.0; 254 [self placeBar: fProgressAdvanced width: width - 2.0point: point];255 256 point.x += width - 2.0;256 [self placeBar: fProgressAdvanced width: width point: point]; 257 258 point.x += width; 257 259 [fProgressEndAdvanced compositeToPoint: point operation: NSCompositeSourceOver]; 258 260 }
Note: See TracChangeset
for help on using the changeset viewer.