haiku/src
Karsten Heimrich d751323939 * reintroduce member fOffscreen which got removed in r2917
* check if locking the offscreen window succeeds before calling delete on it
* don't return offscreen windows in CountWindows and WindowAt (works now as on R5)

  fixes ticket 1522, 1591, 1946, 2318 and propably more

  While creating an BBitmap in BApplication the bitmaps window looper would
  be added to the applications gLooperList, thus calling Quit() on that window
  and later delete on a stale window pointer in BBitmaps dtor. The Lock() check
  would fix the problem, but tests on R5 have shown that BApplication hides the
  offscreen window in CountWindows() and WindowAt().



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28236 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-19 12:23:18 +00:00
..
add-ons Fix two bugs related to the use of the entry cache for parent entries in BFS: 2008-10-17 13:42:48 +00:00
apps some gcc4 warning fixes 2008-10-17 08:08:20 +00:00
bin some gcc4 warning fixes 2008-10-17 08:08:20 +00:00
build Added header directory missing for <asm_defs.h>. Should fix the build on 2008-09-26 13:36:29 +00:00
data update to tzdata2008g 2008-10-13 20:19:11 +00:00
documentation
kits * reintroduce member fOffscreen which got removed in r2917 2008-10-19 12:23:18 +00:00
libs Patch by Artur Wyszynski: 2008-10-14 21:27:42 +00:00
preferences some gcc4 warning fixes 2008-10-17 08:08:20 +00:00
servers * Cleanup, no functional change. 2008-10-18 13:53:03 +00:00
system The fs_mount structure now has a constructor/destructor and is used with new and 2008-10-18 18:22:33 +00:00
tests stippi+axeld: 2008-10-17 15:46:45 +00:00
tools * Changed how the string for the UUID hash is build. 2008-10-14 22:30:43 +00:00
Jamfile