This website requires JavaScript.
Explore
Help
Register
Sign In
Haiku
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
mirror of
https://review.haiku-os.org/haiku
synced
2025-01-24 15:24:50 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
History
Alex Wilson
b8725ee37e
De-virtualize BLayout::Relayout(). I think this was virtual only by accident.
2011-10-28 14:16:28 -06:00
..
build
…
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
…
cpp
…
glibc
…
libs
* Added bool and double BString::operator<<() versions.
2011-07-07 10:17:15 +00:00
os
De-virtualize BLayout::Relayout(). I think this was virtual only by accident.
2011-10-28 14:16:28 -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
…