haiku/src
Stephan Aßmus 7d805b2d52 * Fixed unlocking the window before suspending the
tracker task thread, which got broken/removed in r40226.
 * Also fixed a race condition that the previous code
   had, which is that after unlocking the window, the task
   thread could be interrupted, the window could theoretically
   go away and the view be destroyed before the thread continues,
   but we still access/dereference the BView pointer.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40698 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-26 09:56:48 +00:00
..
add-ons Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no 2011-02-25 09:12:38 +00:00
apps Fix ShowImage crash when image loading fail: we don't have a CacheEntry then, but still 2011-02-26 01:37:44 +00:00
bin Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no 2011-02-25 09:12:38 +00:00
build Part of fixing #7226: 2011-02-16 10:13:12 +00:00
data * Make sure the image super type has Width, Height, Rating, Comment and Year. 2011-02-07 23:29:26 +00:00
documentation Fixed "Haiku Operating System" reference. 2011-01-10 18:25:38 +00:00
kits * Fixed unlocking the window before suspending the 2011-02-26 09:56:48 +00:00
libs Applied patch by John Scipione that adds the scale2x algorithm to BIconUtils 2011-02-25 08:34:18 +00:00
preferences Bunch of localization fixes pointed out by Diver. Thanks! 2011-02-25 22:18:31 +00:00
servers Fix mixed up button labels. 2011-02-26 05:57:46 +00:00
system FIONBIO and FIONREAD don't apply to directories, files, attributes: returns ENOTTY in these cases. This fixes #7279. 2011-02-25 19:58:25 +00:00
tests Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no 2011-02-25 09:12:38 +00:00
tools Second (and last) part of fixing #7226: 2011-02-16 10:53:46 +00:00
Jamfile