haiku/headers
Axel Dörfler 794c227e83 BView: fixed RemoveSelf() layout item handling.
* When RemoveSelf() is called, we do not own our own layout items, so
  we must not delete them.
* However, we do own them when we still have layout items left when
  we get deleted ourselves.
* This fixes removing/adding a child view to a view without deleting
  it inbetween (like the new Network preferences will do).
* Optimized item removal -- not a good idea to always remove item 0.
2015-02-13 22:34:34 +01:00
..
build Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
compatibility Implement getifaddrs. 2015-01-16 13:10:57 +01:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add a <limits> header for gcc2. 2014-11-27 12:14:39 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Outsource ncurses. 2014-12-18 10:18:39 +01:00
os BView: fixed RemoveSelf() layout item handling. 2015-02-13 22:34:34 +01:00
posix stdint.h: use correct type for INT64_MAX (#11647) 2014-12-20 10:06:21 +01:00
private ViewPrivate.h: minor cleanup, no functional change. 2015-02-13 22:33:57 +01:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00