haiku/headers/os/interface
Alex Wilson e70fa080b2 Should have been part of my previous commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38065 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-12 16:56:46 +00:00
..
AbstractLayoutItem.h Patch by Alex Wilson: 2010-07-16 17:23:15 +00:00
AffineTransform.h * Allow to set the scale (versus multiplication with a scale). 2010-04-21 16:46:32 +00:00
Alert.h
Alignment.h
Bitmap.h
Box.h
Button.h
CardLayout.h Update BLayout::ItemAdded() and BLayout::ItemRemoved() to take an int32 index parameter, and ItemAdded() to return a bool indicating success or failure. Update BLayout::AddItem() to take the result of ItemAdded() into account. Also update BLayout::AllUnarchived() to take this into account. In either situation, if ItemAdded() returns false, the item does not get added to the layout. Removed various TODOs about code that could be removed once this change was made. In BSplitLayout, an item's LayoutData was lazy-initialized, but would always be created during ItemAdded(). Now we create the LayoutData explicitly, so that we can catch failed memory allocations. Closes #5524. 2010-07-30 02:28:17 +00:00
ChannelControl.h
ChannelSlider.h
CheckBox.h
ColorControl.h
Control.h
ControlLook.h Added TODO about possibly better way to name some constants. 2010-04-08 10:03:43 +00:00
Deskbar.h
Dragger.h Moved the static stuff into a singleton. 2009-11-30 14:43:35 +00:00
Font.h
Gradient.h
GradientConic.h
GradientDiamond.h
GradientLinear.h
GradientRadial.h
GradientRadialFocus.h
GraphicsDefs.h
GridLayout.h Update BLayout::ItemAdded() and BLayout::ItemRemoved() to take an int32 index parameter, and ItemAdded() to return a bool indicating success or failure. Update BLayout::AddItem() to take the result of ItemAdded() into account. Also update BLayout::AllUnarchived() to take this into account. In either situation, if ItemAdded() returns false, the item does not get added to the layout. Removed various TODOs about code that could be removed once this change was made. In BSplitLayout, an item's LayoutData was lazy-initialized, but would always be created during ItemAdded(). Now we create the LayoutData explicitly, so that we can catch failed memory allocations. Closes #5524. 2010-07-30 02:28:17 +00:00
GridLayoutBuilder.h
GridView.h Patch by Alex Wilson: 2010-07-17 00:15:31 +00:00
GroupLayout.h Update BLayout::ItemAdded() and BLayout::ItemRemoved() to take an int32 index parameter, and ItemAdded() to return a bool indicating success or failure. Update BLayout::AddItem() to take the result of ItemAdded() into account. Also update BLayout::AllUnarchived() to take this into account. In either situation, if ItemAdded() returns false, the item does not get added to the layout. Removed various TODOs about code that could be removed once this change was made. In BSplitLayout, an item's LayoutData was lazy-initialized, but would always be created during ItemAdded(). Now we create the LayoutData explicitly, so that we can catch failed memory allocations. Closes #5524. 2010-07-30 02:28:17 +00:00
GroupLayoutBuilder.h Should have been part of my previous commit. 2010-08-12 16:56:46 +00:00
GroupView.h Patch by Alex Wilson: Added archiving/unarchiving support. 2010-07-17 00:46:40 +00:00
Input.h
InterfaceDefs.h Patch by Wim van der Meer: Added get_mouse_bitmap() global method to 2010-05-16 15:51:54 +00:00
Layout.h Update BLayout::ItemAdded() and BLayout::ItemRemoved() to take an int32 index parameter, and ItemAdded() to return a bool indicating success or failure. Update BLayout::AddItem() to take the result of ItemAdded() into account. Also update BLayout::AllUnarchived() to take this into account. In either situation, if ItemAdded() returns false, the item does not get added to the layout. Removed various TODOs about code that could be removed once this change was made. In BSplitLayout, an item's LayoutData was lazy-initialized, but would always be created during ItemAdded(). Now we create the LayoutData explicitly, so that we can catch failed memory allocations. Closes #5524. 2010-07-30 02:28:17 +00:00
LayoutBuilder.h * Fixed Group(BWindow*, ...) and Grid(BWindow*, ...) constructors to no longer 2010-05-07 15:08:27 +00:00
LayoutContext.h
LayoutItem.h * Style cleanups. 2010-07-08 16:04:41 +00:00
LayoutUtils.h
ListItem.h * Added BListItem::SetOutlineLevel() method. 2010-05-07 11:24:25 +00:00
ListView.h
Menu.h _AddDynamicItems didn't pass the keyDown parameter to _OkToProceed (noticed 2010-06-30 14:49:42 +00:00
MenuBar.h
MenuField.h Updated BMenuField and its custom BLayoutItems for layout-safe archiving. Added an _InitMenu(const BMessage*) method that inits the menu during unarchival. 2010-07-27 20:59:47 +00:00
MenuItem.h
MultiChannelControl.h
OptionControl.h
OptionPopUp.h
OutlineListView.h
Picture.h
PictureButton.h
Point.h
Polygon.h
PopUpMenu.h
PrintJob.h
RadioButton.h
Rect.h
Region.h
Screen.h
ScrollBar.h
ScrollView.h
SeparatorItem.h
SeparatorView.h
Shape.h Added BShape::CurrentPoint(), returning the current end point of the path. 2010-03-19 00:28:38 +00:00
Shelf.h
Size.h
Slider.h * fixes a BSlider issue noticed by Matt on the mailing list: 2010-04-11 12:57:58 +00:00
SpaceLayoutItem.h Patch by Alex Wilson: 2010-07-17 01:05:28 +00:00
SplitLayoutBuilder.h
SplitView.h Patch by Alex Wilson: Added archiving/unarchiving support to BSplitView. 2010-07-20 08:24:19 +00:00
StatusBar.h * Make a BStatusBar comfortable to use without any text labels. 2010-02-06 09:48:37 +00:00
StringItem.h
StringView.h
TabView.h Update BTabView for layout-friendly archiving. Added _InitContainerView() method that is called from _InitObject() but also called on its own during unarchival. Implemented BTabView::AllUnarchived() and implemented a case for this in BTabView::Perform(). 2010-07-28 20:03:41 +00:00
TextControl.h Updated BTextControl and its custom BLayoutItems. Also a bit of style cleanup. Broke up BTextControl::_InitData() method into _InitData() and _InitText() and moved initialization of the BTextView there. 2010-07-27 22:16:46 +00:00
TextView.h fix drawing artefacts when the caret is being clipped, which lead 2010-04-11 14:13:57 +00:00
TwoDimensionalLayout.h Patch by Alex Wilson (with small style changes by myself): Added support for 2010-07-16 18:11:24 +00:00
UnicodeBlockObjects.h
View.h Patch by Alex Wilson: Added archiving/unarchiving of layout and layout 2010-07-16 17:06:55 +00:00
Window.h * Added a BWindow::InViewTransaction() that determines whether or not the 2009-11-18 10:48:44 +00:00