haiku/headers/os/app
Axel Dörfler dd10337fd0 Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader
to LinkReceiver, LinkMsgSender to LinkSender, and put everything into the
BPrivate namespace.
Made AppServerLink a cheap object - it will use the applications receiver/sender
and not create its own buffers.
Fixed broken communication stuff here and there (mostly Font.cpp).
Put the newly introduced set|get_system_colors() into the BPrivate namespace -
please don't introduce private functions into the public namespace!!!
Also fixed their broken communication use, as Darkwyrm obviously forgot about
it again: the sequence Flush(); GetNextMessage() without error checking is
purely wrong and can make the app hang and/or crash! :-)
Other minor cleanup.
The input_server used some test mode with the haiku build target which is
probably wrong.
Hopefully I did not forget anything this time.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13128 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-14 21:28:56 +00:00
..
AppDefs.h Added B_REDO constant (as found in Dano/Zeta). 2004-02-24 15:32:16 +00:00
Application.h Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +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 Named the fReplyTo struct so that we can create other vars of this type. 2005-02-22 13:06:42 +00:00
MessageFilter.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MessageQueue.h added #include <Message.h> for backward compatibility 2002-10-26 18:59:16 +00:00
MessageRunner.h Rewrote the header from the scratch. 2003-06-04 20:29:23 +00:00
Messenger.h * Got rid of all friends save the Private inner class. 2005-01-25 14:41:50 +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 Moved the declaration of the Private subclass into the public section where it belongs. 2003-07-03 16:08:37 +00:00