haiku/headers/os/app
Axel Dörfler 1ba67cc8c6 * almost rewrote BMessageQueue; simplified code, removed over-extensive documentation,
cleanup.
* made BMessageQueue::IsLocked() const - the non-const version is still provided
  for binary compatibility.
* Both BMessageQueue::FindMessage() versions are now thread safe, the queue's BLocker
  is now mutable to allow for this.
* renamed BMessage::link to fQueueLink as the "Message4" implementation uses it.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14955 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-16 13:01:59 +00:00
..
AppDefs.h Added B_REDO constant (as found in Dano/Zeta). 2004-02-24 15:32:16 +00:00
Application.h * Made BApplication::Private public. Should not have worked before (probably 2005-07-03 16:53:59 +00:00
Clipboard.h * Got rid of the BClipboard::fCount. It was modified, but never read. 2005-01-13 00:54:00 +00:00
Cursor.h Moved cursor_which defs to a private header 2003-07-14 14:38:03 +00:00
Handler.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Invoker.h This small change fixes a major problem! 2002-10-29 18:50:33 +00:00
Looper.h The last remnants of the Old Repub ... er, static looper list data has been 2002-08-04 17:16:56 +00:00
Message.h * almost rewrote BMessageQueue; simplified code, removed over-extensive documentation, 2005-11-16 13:01:59 +00:00
Message4.h Introducing Message4. The changes to the related sources are ifdefed with USING_MESSAGE4 which is defined in Message4.h. To use Message4 the Message4.cpp, Message4.h, MessageUtils4.cpp, MessageUtils4.h and MessagePrivate4.h have to be linked to their counterparts without 4 suffix. Then MessageBody.cpp and MessageField.cpp have to be commented out in the app kit Jamfile and r5_message.cpp has to be added. There remain some bugs to be found. Feel free to change that. 2005-11-13 11:31:07 +00:00
MessageFilter.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MessageQueue.h * almost rewrote BMessageQueue; simplified code, removed over-extensive documentation, 2005-11-16 13:01:59 +00:00
MessageRunner.h Rewrote the header from the scratch. 2003-06-04 20:29:23 +00:00
Messenger.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
PropertyInfo.h Remove R3 compatibility details from BPropertyInfo, fix memory leak and implement endian-ness 2002-08-21 06:44:27 +00:00
Roster.h Added a boolean "synchronous" parameter to BRoster::Shutdown(). Used in the 2005-07-17 16:37:11 +00:00