haiku/headers/os
Ingo Weinhold f1eeb32334 Fixed x86_64 handling by the build system.
* Map build variables HOST_CPU and HOST_ARCH to x86_64, if it they are
* x86 and
  64 bit and define the __x86_64__ C macro instead of __INTEL__ in that
case.
* <OS.h>: Also handle __x86_64__.
2011-07-17 16:54:08 +02:00
..
add-ons - Partial downloaded messages are now opened by Mail and not by the mail daemon. Mail request the body fetch and get notified when the daemon is done. During this time the Mail window title is showing "Downloading: subject". This fixes . 2011-03-03 09:05:04 +00:00
app Changed sReplyPortInUse type from long to int32, so it be used with 2011-06-14 11:25:37 +00:00
arch
be_apps
bluetooth
device Style and text cleanups and some added clarifications. No functional changes. 2011-06-13 13:06:45 +00:00
drivers * Seperate out the tty_close_cookie from tty_destory_cookie and make the former 2011-06-13 20:44:22 +00:00
game
interface Add new constructors to BLayoutBuilder::Grid and BLayoutBuilder::Group that accept a plain old BView, and give it a new layout. These are very similar to the constructors that are already in place taking a BWindow. This solves a problem I have come across a few times, where one wants to build a layout in something like a BBox. Althought there is currently a way to do it with the layout builders, this is prettier. 2011-06-18 01:12:29 +00:00
kernel Fixed x86_64 handling by the build system. 2011-07-17 16:54:08 +02:00
locale * Added BLanguage::GetIcon(), and BLocaleRoster::GetFlagIconForLanguage(). The 2011-05-25 17:09:30 +00:00
mail * Removed default_sent_directory(), and introduced 2011-06-19 22:11:04 +00:00
media
midi
midi2
net * Reverted back to the original version of BNetworkAddress::SetAddress(); 2011-02-18 21:09:21 +00:00
opengl
package * fix value of all enumeration types that are stored as part of a 2011-02-15 18:33:19 +00:00
storage Flat commit of all changes from package-management branch in svn 2011-07-17 16:54:06 +02:00
support * Added bool and double BString::operator<<() versions. 2011-07-07 10:17:15 +00:00
translation
AppKit.h
Be.h
BeBuild.h Flat commit of all changes from package-management branch in svn 2011-07-17 16:54:06 +02:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h Added the new headers to the NetworkKit.h all-in-one header. 2010-10-27 14:16:19 +00:00
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h