haiku/src/kits/app
Ingo Weinhold 6b202f4e3d * Introduced new header directory headers/private/system which is supposed
to contain headers shared by kernel and userland (mainly libroot).
* Moved quite a few private kernel headers to the new location. Split
  several kernel headers into a shared part and one that is still kernel
  private. Adjusted all affected Jamfiles and source in the standard x86
  build accordingly. The build for other architectures and for test code
  may be broken.
* Quite a bit of userland code still includes private kernel headers.
  Mostly those are <util/*> headers. The ones that aren't strictly
  kernel-only should be moved to some other place (maybe
  headers/private/shared/util).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-05-14 03:55:16 +00:00
..
AppDefs.cpp
Application.cpp GCC4 fix. 2008-05-12 16:05:53 +00:00
AppMisc.cpp Added global lock that can be used for lazy initializations. 2007-10-10 21:30:51 +00:00
AppServerLink.cpp
AreaLink.cpp
Clipboard.cpp
Cursor.cpp
DesktopLink.cpp
DirectMessageTarget.cpp
Handler.cpp don't try to archive BHandler::fName when it is null 2008-04-21 20:52:00 +00:00
InitTerminateLibBe.cpp
Invoker.cpp
Jamfile * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
link_message.h
LinkReceiver.cpp Removed PortQueue since it's not used. Small style (old) changes here 2008-05-12 13:27:56 +00:00
LinkSender.cpp Removed PortQueue since it's not used. Small style (old) changes here 2008-05-12 13:27:56 +00:00
Looper.cpp * Added a comment in _InitData() to make it more obvious when the looper is 2008-03-18 17:34:56 +00:00
LooperList.cpp
Message.cpp * Changed macros that enable tracing for individual components from 2008-04-27 14:24:18 +00:00
MessageAdapter.cpp Use swap_data() when unflattening a swapped message. It fits this purpose perfectly as it does conversion based on the type code. Now known type like B_INT32_TYPE will get swapped automatically. 2007-08-12 22:27:25 +00:00
MessageFilter.cpp
MessageQueue.cpp First version of the BMessageQueue documentation. 2008-03-22 14:36:20 +00:00
MessageRunner.cpp
MessageUtils.cpp
Messenger.cpp Clarified documentation of the "asynchronous" SendMessage() methods. 2008-01-13 22:55:27 +00:00
PortLink.cpp
PropertyInfo.cpp
RegistrarDefs.cpp
Roster.cpp actually don't send B_SILENT_RELAUNCH for any message in the initial message list 2007-08-16 19:03:45 +00:00
RosterPrivate.cpp
Server.cpp
ServerLink.cpp * fix attaching and reading empty regions 2007-08-12 13:07:55 +00:00
ServerMemoryAllocator.cpp
TokenSpace.cpp
TypeConstants.cpp