haiku/headers/os
Dario Casalinuovo 05962bb1e1 Add a way to register loopers for quit
* BApplication can now take the job to quit a BLooper at
the application quit. It's rejecting requests from windows too.
* BMediaRoster is using now this service in conjunction with the
MediaRosterUndertaker.
* The BeBook specify that we should have a valid BApplication
before to instantiate the BMediaRoster. While in theory we should
add a debugger call when this situation happens, in pratice this
might lead to more problems. For example libraries might use the
media_kit and create a BApplication object, but they aren't
applications, this is a design problem. So I decided to replace it
with a TRACE call for the moment.
2015-11-28 16:35:03 +01:00
..
add-ons SMTP works again. 2015-11-22 11:35:17 +01:00
app Add a way to register loopers for quit 2015-11-28 16:35:03 +01:00
arch ARM: remove annoying #warning 2014-10-26 23:40:17 +01:00
be_apps
bluetooth Fix more GCC4 narrowing conversion warnings. 2013-05-03 19:42:04 +02:00
device
drivers EntryCache: Add entry_cache_add_missing() for negative caching. 2015-08-20 21:25:56 +02:00
game Style fixes to the Game Kit, focus on docs 2014-06-11 16:44:48 -04:00
interface Add Hangul and Hangul_Hanja keycodes for korean keyboards. 2015-11-23 20:04:22 +01:00
kernel system: Provide elf.h to applications 2015-11-07 11:49:53 +13:00
locale Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
mail BMailAccountSettings: use BPathFinder. 2015-11-07 20:55:14 +01:00
media BMediaEventLooper: Rewrite ControlLoop() 2015-08-03 01:35:09 +02:00
midi B_BIG_SYNTH_FILE and B_LITTLE_SYNTH_FILE are deprecated. 2015-08-24 17:18:26 +02:00
midi2
net Implement CONNECT pass-through for HTTPS proxy 2015-11-11 01:16:38 +01:00
package pkgman search: Add --requirements option 2015-11-20 20:55:12 +01:00
storage find_paths_etc(): added user/system only flags. 2015-03-26 21:47:22 +00:00
support Add __clang__ to a few #ifdefs 2015-11-07 23:02:53 +01:00
translation Minor cleanup of translator roster commit, updated copyright. 2015-11-13 11:37:15 +01:00
AppKit.h
Be.h
BeBuild.h Added some support for GCC 5+. 2015-07-20 21:45:02 +02:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h Remove references to NumberFormatImpl. 2014-10-06 08:35:50 +02:00
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
StorageKit.h
SupportKit.h
TranslationKit.h