..
AppDefs.cpp
Added empty stubs for shutdown_media_server() and launch_media_server(),
2005-06-15 04:33:39 +00:00
Application.cpp
Removed run_task(), as it's not really needed.
2005-11-21 12:35:30 +00:00
AppMisc.cpp
Introduced generalized versions of get_app_path() and get_app_ref() returning the path/ref for an arbitrary team.
2005-07-15 12:15:21 +00:00
AppServerLink.cpp
assigned names to "some BLocker"s to aid debugging
2005-11-04 16:54:21 +00:00
AreaLink.cpp
gcc 3 fixes
2003-07-04 21:10:14 +00:00
Clipboard.cpp
A couple tweaks for testing without the registrar running - eliminates a crash
2005-02-23 01:42:32 +00:00
Cursor.cpp
Removed unused files like PortMessage.cpp/h and Session.cpp/h.
2005-11-02 12:55:20 +00:00
dano_message.cpp
* made the dano and r5 message more similar to use (naming).
2005-11-20 22:24:03 +00:00
dano_message.h
* made the dano and r5 message more similar to use (naming).
2005-11-20 22:24:03 +00:00
Handler.cpp
If a filter was added to a handler which belonged to a looper, the filter's looper was never initialized. BHandler::SetLooper() now also sets the looper for every filter (moved from BLooper::AddHandler)
2005-07-04 21:05:53 +00:00
InitTerminateLibBe.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
Invoker.cpp
Minor cleanup
2003-09-04 20:01:17 +00:00
Jamfile
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +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
also return B_BAD_VALUE in case NULL pointer passed, please yell if you disagree with this change, but I thought the client code could look less cluttered this way
2005-11-10 12:00:10 +00:00
LinkSender.cpp
Changed the meaning of the second parameter in AttachString(): it's now the maximum
2005-11-09 18:28:13 +00:00
Looper.cpp
Huge cleanup and fixes:
2005-11-21 16:58:36 +00:00
LooperList.cpp
Assigned a name to the LooperList BLocker.
2005-11-04 16:02:22 +00:00
Message2.cpp
* almost rewrote BMessageQueue; simplified code, removed over-extensive documentation,
2005-11-16 13:01:59 +00:00
Message3.cpp
Ok, hopefully fixed all problems with Message3 now. Flat buffers are so fragile...
2005-08-09 14:27:35 +00:00
Message4.cpp
* made the dano and r5 message more similar to use (naming).
2005-11-20 22:24:03 +00:00
Message.cpp
Fix build when not using Message4.
2005-11-21 02:40:49 +00:00
MessageBody2.cpp
Moving towards more flat buffering. Speed is still lower than the original Be implementation, but it's not because of the backend, it's probably the slow BMessage::Header implementation.
2005-08-06 15:03:18 +00:00
MessageBody3.cpp
Ok, hopefully fixed all problems with Message3 now. Flat buffers are so fragile...
2005-08-09 14:27:35 +00:00
MessageBody.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
MessageField2.cpp
Moving towards more flat buffering. Speed is still lower than the original Be implementation, but it's not because of the backend, it's probably the slow BMessage::Header implementation.
2005-08-06 15:03:18 +00:00
MessageField3.cpp
Ok, hopefully fixed all problems with Message3 now. Flat buffers are so fragile...
2005-08-09 14:27:35 +00:00
MessageField.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
MessageFilter.cpp
The default version of BMessageFilter::Filter() doesn't do anything. Small style changes, removed a todo.
2005-07-04 12:42:05 +00:00
MessageQueue.cpp
* almost rewrote BMessageQueue; simplified code, removed over-extensive documentation,
2005-11-16 13:01:59 +00:00
MessageRunner.cpp
Changed due to moving RegistrarDefs.h stuff into the BPrivate namespace and replacing kRosterPortName.
2005-01-18 01:11:39 +00:00
MessageUtils4.cpp
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
MessageUtils.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
Messenger.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
PortLink.cpp
Removed unused files like PortMessage.cpp/h and Session.cpp/h.
2005-11-02 12:55:20 +00:00
PortQueue.cpp
Tweaked all messaging classes to comply with new message protocol policies
2003-10-04 19:08:06 +00:00
PropertyInfo.cpp
Fixed some warnings.
2004-06-29 19:42:45 +00:00
r5_message.cpp
* made the dano and r5 message more similar to use (naming).
2005-11-20 22:24:03 +00:00
r5_message.h
* made the dano and r5 message more similar to use (naming).
2005-11-20 22:24:03 +00:00
RegistrarDefs.cpp
* Added BRoster::ShutDown().
2005-07-03 17:04:47 +00:00
RegistrarThread.cpp
Add header
2004-05-15 16:23:58 +00:00
RegistrarThreadManager.cpp
Changed due to moving RegistrarDefs.h stuff into the BPrivate namespace and replacing kRosterPortName.
2005-01-18 01:11:39 +00:00
Roster.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
RosterPrivate.cpp
Replaced _init_roster_() _delete_roster_() by static functions in BRoster::Private.
2005-01-25 15:20:11 +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
Removed unused files like PortMessage.cpp/h and Session.cpp/h.
2005-11-02 12:55:20 +00:00
ServerMemIO.cpp
Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader
2005-06-14 21:28:56 +00:00
TokenSpace.cpp
* reverted Adi's premature changes to BWindow and restored _DetermineTarget() and
2005-11-20 16:24:23 +00:00
TypeConstants.cpp
Added TypeConstants.cpp that exports the constants of TypeConstants.h. Needed for binary compatibility.
2005-04-11 18:01:39 +00:00