haiku/headers/os/interface
Stefano Ceccherini 16046321cc Implemented BPrivateScreen::ReadBitmap(), but the guts are still missing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13665 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-13 22:33:52 +00:00
..
Alert.h
Bitmap.h Implemented BPrivateScreen::ReadBitmap(), but the guts are still missing 2005-07-13 22:33:52 +00:00
Box.h
Button.h Forgot to commit the changed header too. 2005-06-30 09:14:08 +00:00
ChannelControl.h Applied our style guide as someone (cough! *** Axel *** cough!) bugged me (correctly) about it :) 2005-02-01 14:29:06 +00:00
ChannelSlider.h Vertical() can be const and should be, when invoked on a const instance. 2005-02-02 13:33:34 +00:00
CheckBox.h no Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +00:00
ColorControl.h
ColorUtils.h Tweak to FindClosestColor 2004-09-05 00:46:37 +00:00
Control.h
Deskbar.h clean up 2004-10-25 08:31:38 +00:00
Dragger.h
Font.h Gave _font_control() friend status so we can init the system fonts 2005-01-15 22:07:32 +00:00
GraphicsDefs.h added this very useful compare function 2005-03-29 16:30:46 +00:00
Input.h
InterfaceDefs.h R5 needs a 3 buttons map only 2004-10-07 15:14:29 +00:00
ListItem.h
ListView.h
Menu.h
MenuBar.h
MenuField.h
MenuItem.h Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P 2004-12-30 10:11:38 +00:00
MultiChannelControl.h
OptionControl.h
OptionPopUp.h
OutlineListView.h
Picture.h
PictureButton.h
Point.h
Polygon.h
PopUpMenu.h
PrintJob.h
RadioButton.h no Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +00:00
Rect.h Cleanup. 2005-06-04 15:15:42 +00:00
Region.h Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
Screen.h
ScrollBar.h usability improvements to scrollbar, sorry had no time to include all of Stefanos drawing code yet, other visual improvements 2005-07-07 14:33:19 +00:00
ScrollView.h
SeparatorItem.h Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P 2004-12-30 10:11:38 +00:00
Shape.h Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
Shelf.h Big cleanup, rewrote Shelf.h. 2005-07-06 00:43:52 +00:00
Slider.h Improved BSlider class: 2005-06-29 02:12:42 +00:00
StatusBar.h
StringItem.h
StringView.h
TabView.h
TextControl.h
TextView.h rename RecalLineBreaks to RecalculateLineBreaks ; use ceil() when computing the origins for lines 2004-11-11 10:07:40 +00:00
UnicodeBlockObjects.h
View.h Some refactoring and cleanup: 2005-06-28 23:02:44 +00:00
Window.h MenuField layouts the menu bar better with respect to fDivider, it aligns better with other controls. fDivider in TextControl is an integer number now, small fix and small cleanup in Menu, Window::InitData takes an optional BBitmap token to construct an offscreen window, fixed PrivateScreen IndexForColor, View prevents being located at fractional coordinates as in R5, BBitmap unlocks its offscreen window since it is never Show()n and needs manual unlocking, fixed Slider offscreen window mode and improved triange thumb drawing, ScrollView would not crash when passing a NULL target just for kicks, the private MenuBar class now implements Draw to draw itself a little differently inside the BMenuField (dark right and bottom side) - though how it currently sets the clipping region prevents the text controls to draw in Playground, needs fixing 2005-07-05 16:30:53 +00:00