haiku/src/kits/app
ejakowatz 67833f26bc Fixed adding pointers. BMessage::AddPointer() was specifying const void*
as the template param (where everything else was using void*) and
BMessage::AddData() was adding the pointer to the pointer as the data.
Unit tests save the day again!


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3385 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-29 06:28:28 +00:00
..
app.src Initial checkin of PortQueue class 2003-03-25 01:16:34 +00:00
Application.cpp Removed bug which caused goofy app signature names in app_server 2003-03-23 19:36:04 +00:00
AppMisc.cpp B_PATH_NAME_LENGTH + 1 -> B_PATH_NAME_LENGTH. 2003-02-04 23:47:30 +00:00
AppServerLink.cpp The mother of all commits. :P 2003-03-30 00:17:50 +00:00
AreaLink.cpp Initial checkin of AreaLink 2003-03-21 15:19:37 +00:00
Clipboard.cpp Default args allowed only in header (not implementation) with gcc 3.X 2003-05-14 15:23:06 +00:00
Cursor.cpp Updated sources to reflect changes in <ServerProtocol.h> 2003-02-24 15:44:37 +00:00
Handler.cpp _get_object_token_ has found its permanent home in AppMisc.h, which the 2003-03-19 08:00:50 +00:00
InitTerminateLibBe.cpp Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-). 2003-02-08 23:29:21 +00:00
Invoker.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
Jamfile Adjusted to the new tree structure, though currently (?) not needed. 2002-07-09 21:41:59 +00:00
Looper.cpp Fixed BLooper::UnlockFully(): It assumed benaphore style locking whereas semaphore style is used. 2002-09-03 16:56:48 +00:00
LooperList.cpp More tests and fixes for bugs exposed by them. Also removed spurious 2002-08-22 03:43:06 +00:00
Message.cpp Fixed adding pointers. BMessage::AddPointer() was specifying const void* 2003-05-29 06:28:28 +00:00
MessageBody.cpp This is all the code for the backing store for BMessage (BMessageBody & 2003-03-19 07:58:17 +00:00
MessageField.cpp This is all the code for the backing store for BMessage (BMessageBody & 2003-03-19 07:58:17 +00:00
MessageFilter.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
MessageQueue.cpp Minor header-related changes 2003-05-14 17:21:46 +00:00
MessageRunner.cpp Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-). 2003-02-08 23:29:21 +00:00
MessageUtils.cpp Little tweaks and fixes too numerous to count, but mostly involved with 2003-05-23 23:13:02 +00:00
Messenger.cpp _get_object_token_ has found its permanent home in AppMisc.h, which the 2003-03-19 08:00:50 +00:00
PortLink.cpp Effectively made Attach(*,size) a const function 2003-03-21 13:09:22 +00:00
PortQueue.cpp Initial checkin of PortQueue class 2003-03-25 01:16:34 +00:00
PropertyInfo.cpp fixed newline at end of file. 2002-09-28 09:51:57 +00:00
RegistrarDefs.cpp Added message and codes, a flat_app_info structure and the name of roster side created app looper ports. 2002-07-26 19:57:58 +00:00
RegistrarThread.cpp RegistrarThread class, which is the base class for threads 2002-09-29 07:01:43 +00:00
RegistrarThreadManager.cpp + Renamed and moved from src/servers/registrar/ThreadManager.{h,cpp} 2002-10-01 07:22:11 +00:00
Roster.cpp Always save before checking in. UpdateActiveApp() comment has been changed slightly. 2003-04-05 17:16:30 +00:00
RosterPrivate.cpp Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-). 2003-02-08 23:29:21 +00:00
TokenSpace.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00