This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e0131f51b
haiku
/
headers
History
Alex Wilson
4e0131f51b
Rename BLayout::DerivedLayoutItems() to DoLayout(), which is consistent with BView::DoLayout(). Also adjusted child classes and documentation.
2011-10-28 14:16:25 -06:00
..
build
Attempt to fix the FreeBSD build. We don't really what KernelExport.h defines,
2011-06-14 13:44:07 +00:00
compatibility
* Added definitions for n_short, n_long, and n_time as expected on FreeBSD when
2011-07-23 15:41:47 +00:00
config
Changed to 64 bit physical addresses for x86. This enabled PAE support.
2010-06-23 16:10:08 +00:00
cpp
* Added missing clear() method.
2010-08-05 11:23:01 +00:00
glibc
* merged 32bit-wchar_t branches of buildtools and haiku back into
2009-07-07 10:30:09 +00:00
libs
* Added bool and double BString::operator<<() versions.
2011-07-07 10:17:15 +00:00
os
Rename BLayout::DerivedLayoutItems() to DoLayout(), which is consistent with BView::DoLayout(). Also adjusted child classes and documentation.
2011-10-28 14:16:25 -06:00
posix
Add cfmakeraw. Like cf{get/set}{i/o}speed, it iisn't POSIx standard but is used
2011-10-16 16:44:17 +00:00
private
Add a BObjectList<BLayoutItem> to BView::fLayoutData that keeps track of any BLayoutItems that refer to this view that are part of a layout. BLayoutItem does the registering/deregistering of the items, and BView::Private proxies fLayoutData for us. Currently, this is not used anywhere, but there are many places where it will be used soon.
2011-10-28 14:16:07 -06:00
tools
* Moved everything into the SymbolPatcher namespace.
2009-11-05 17:16:17 +00:00