haiku/src/kits/app
Stefano Ceccherini 3106b9ec41 You shall not break the build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15244 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-30 18:33:21 +00:00
..
AppDefs.cpp Added empty stubs for shutdown_media_server() and launch_media_server(), 2005-06-15 04:33:39 +00:00
Application.cpp You shall not break the build 2005-11-30 18:33:21 +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 Misc style changes 2005-11-30 17:56:56 +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 * Don't trust a message that we got goes to a handler that belongs to us. 2005-11-25 21:06:37 +00:00
LooperList.cpp Assigned a name to the LooperList BLocker. 2005-11-04 16:02:22 +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
MessageBody.cpp * reverted Adi's premature changes to BWindow and restored _DetermineTarget() and 2005-11-20 16:24:23 +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 Fixed RemoveMessage() I broke before. 2005-11-23 14:42:33 +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 Added a BTokenSpace::SetToken() to assign a specific token. 2005-11-24 13:00:06 +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