..
AppDefs.cpp
added shutdown_media_server and start_media_server into libmedia.so, based on an older implementation from svn history, but modified and bugfixed
2006-02-12 18:56:00 +00:00
Application.cpp
be_app could be NULL in BApplication's destructor, if the BApplication didn't initialize itself fully on construction. This fixes a crash when launching some already running application (i.e. print_server)
2008-09-11 12:02:33 +00:00
AppMisc.cpp
Added global lock that can be used for lazy initializations.
2007-10-10 21:30:51 +00:00
AppServerLink.cpp
assigned names to "some BLocker"s to aid debugging
2005-11-04 16:54:21 +00:00
AreaLink.cpp
Another cleanup patch by Vasilis Kaoutsis - thanks!
2007-01-28 21:35:08 +00:00
Clipboard.cpp
* Implemented atomic commit support to the clipboard as described by #1187 .
2007-04-30 10:50:15 +00:00
Cursor.cpp
* Removed headers/private/servers/app - everything is in src/servers/app now.
2006-03-18 16:42:14 +00:00
DesktopLink.cpp
Merge from layout management branch.
2006-08-26 16:21:15 +00:00
DirectMessageTarget.cpp
Implemented direct message passing for local targets; this fixes a deadlock
2007-01-26 13:59:56 +00:00
Handler.cpp
* If a handler goes away that has an looper, we should remove us from the
2008-07-11 20:07:00 +00:00
InitTerminateLibBe.cpp
Implemented direct message passing for local targets; this fixes a deadlock
2007-01-26 13:59:56 +00:00
Invoker.cpp
Cleanup!
2006-01-03 09:23:08 +00:00
Jamfile
* Introduced new header directory headers/private/system which is supposed
2008-05-14 03:55:16 +00:00
link_message.h
Almost rewrote LinkMsgSender; it's now much cleaner and works better:
2005-06-07 22:36:03 +00:00
LinkReceiver.cpp
* first implementation of passing data via area to app_server
2008-08-27 13:39:16 +00:00
LinkSender.cpp
* man, i managed to mess up an one liner...
2008-08-30 13:06:52 +00:00
Looper.cpp
The previous loop to remove all the BHandlers in the destructor was really quite
2008-08-07 21:42:02 +00:00
LooperList.cpp
Got rid of the looper ID stuff - it seems nowhere to be used.
2007-01-26 12:11:33 +00:00
Message.cpp
Obviously noone ever really used BFlattenable objects with our BMessage, as it
2008-08-15 20:55:06 +00:00
MessageAdapter.cpp
CID 225: If the field size was <= 0 the field buffer wasn't allocated but still
2008-09-13 17:31:13 +00:00
MessageFilter.cpp
Cleanup!
2006-01-03 09:23:08 +00:00
MessageQueue.cpp
First version of the BMessageQueue documentation.
2008-03-22 14:36:20 +00:00
MessageRunner.cpp
In case there is no error field in the reply message, make sure that we don't
2008-09-22 18:15:50 +00:00
MessageUtils.cpp
Putting Message4 into place to become the new BMessage implementation. Will cleanup USING_MESSAGE4 now.
2006-03-11 17:55:47 +00:00
Messenger.cpp
Clarified documentation of the "asynchronous" SendMessage() methods.
2008-01-13 22:55:27 +00:00
PortLink.cpp
Removed unused files like PortMessage.cpp/h and Session.cpp/h.
2005-11-02 12:55:20 +00:00
PropertyInfo.cpp
Cleanup!
2006-01-03 09:23:08 +00:00
RegistrarDefs.cpp
Cleanup!
2006-01-03 09:23:08 +00:00
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
Cleanup.
2006-02-16 17:37:36 +00:00
Server.cpp
BServer now remembers whether the GUI context has already been initialized, so that InitGUIContext() can be invoked twice without harm.
2005-07-03 16:55:27 +00:00
ServerLink.cpp
* fix attaching and reading empty regions
2007-08-12 13:07:55 +00:00
ServerMemoryAllocator.cpp
* The mapping is now also removed from the area list in case creating the
2006-05-03 10:14:36 +00:00
TokenSpace.cpp
Implemented direct message passing for local targets; this fixes a deadlock
2007-01-26 13:59:56 +00:00
TypeConstants.cpp
Cleanup!
2006-01-03 09:23:08 +00:00