haiku/headers/os/app
Adrien Destugues 4ec6c3a042 Merge patch by plfiorini :
Some changes to the API for notifications.
	* Don't go through be_roster to send a notification, but use Notification->Send() instead.
	* Rename App to Group to make the purpose clearer

And some changes to the notification code itself:
	* Use the Notification class as the way to convey informations about a notification. Allows easier extension of this class
	* Code cleanup
	* Use of the layout kit for the notify window

Unfortunately, the latter part clashes quite a bit with the changes I already did to the notification window, so it's now quite broken. Working on that next, but I wanted to separate that work from the patch ...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 14:57:43 +00:00
..
AppDefs.h * Added a basic tool tip API, and implementation. 2009-08-03 14:47:41 +00:00
Application.h Revert r39462 because it was not really binary compatible. 2010-11-17 22:19:09 +00:00
Clipboard.h Indentation update. 2010-03-13 17:55:17 +00:00
Cursor.h * Tweaked the thumbsize of the pointing hand cursors. 2010-03-20 14:23:42 +00:00
Handler.h Optimized includes. 2009-09-23 10:18:24 +00:00
Invoker.h * style adjustments - no functional change 2010-08-17 16:47:14 +00:00
Looper.h * Enlarged the default BLooper port capacity to 200 messages. Since limiting 2008-05-29 18:24:19 +00:00
Message.h Changed sReplyPortInUse type from long to int32, so it be used with 2011-06-14 11:25:37 +00:00
MessageFilter.h Optimized includes. 2009-09-23 10:18:24 +00:00
MessageQueue.h
MessageRunner.h Added versions of the constructors that take a const BMessage& instead of a 2010-11-17 23:23:09 +00:00
Messenger.h Optimized includes. 2009-09-23 10:18:24 +00:00
Notification.h Merge patch by plfiorini : 2011-11-02 14:57:43 +00:00
PropertyInfo.h * Should fix #6132, PropertyInfo.h was not self contained. 2010-06-06 09:37:46 +00:00
Roster.h Merge patch by plfiorini : 2011-11-02 14:57:43 +00:00