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-20 21:41:28 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
/
interface
History
czeidler
c7413cf90c
Forgot this file.
2012-01-22 15:30:18 +13:00
..
BitmapPrivate.h
Make it possible to reconnect BBitmap to the app_server.
2012-01-22 15:30:15 +13:00
BMCPrivate.h
…
clipping.h
…
ColorConversion.h
…
ColorTools.h
…
ColumnListView.h
Replace remaining InvalidateLayout()'s with LayoutInvalidated(). Also do a bit of cleanup/move methods around.
2011-10-28 14:16:49 -06:00
ColumnTypes.h
…
DecoratorPrivate.h
* Put the decor stuff in the BPrivate namespace, as it should have been from
2011-05-21 18:12:25 +00:00
DecorInfo.h
* Put the decor stuff in the BPrivate namespace, as it should have been from
2011-05-21 18:12:25 +00:00
DefaultColors.h
…
DirectWindowPrivate.h
…
DraggerPrivate.h
…
FontPrivate.h
…
input_globals.h
…
InterfacePrivate.h
…
MenuPrivate.h
Changes the menu key bitmap from CTL to CTRL and SHFT to SHIFT.
2011-11-07 01:46:42 +00:00
MenuWindow.h
…
Palette.h
…
PictureDataWriter.h
…
PicturePlayer.h
…
PicturePrivate.h
Forgot this file.
2012-01-22 15:30:18 +13:00
PictureProtocol.h
…
PrivateScreen.h
…
RegionSupport.h
…
ShapePrivate.h
…
StackAndTilePrivate.h
…
TextViewSupportBuffer.h
…
ToolTip.h
…
ToolTipManager.h
…
ToolTipWindow.h
…
truncate_string.h
…
utf8_functions.h
Add an UTF8NextCharLen() version that takes a string length.
2011-12-06 19:09:56 +01:00
ViewPrivate.h
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
WidthBuffer.h
…
WindowInfo.h
…
WindowPrivate.h
Fixes
#7796
. The decorator add-on is unloaded when not needed anymore. Avoid assigning offscreen windows a window behaviour (which lives in an add-on). When loading another add-on the offscreen window was still pointing to an invalid window behaviour.
2011-07-25 03:32:14 +00:00
WindowStack.h
…