This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
os
/
interface
History
Stefano Ceccherini
ccee0bb56d
renamed fToken to fAreaOffset and use it instead of fArea for the area offset. Less hacky.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16031 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-01-21 20:30:31 +00:00
..
Alert.h
…
Bitmap.h
renamed fToken to fAreaOffset and use it instead of fArea for the area offset. Less hacky.
2006-01-21 20:30:31 +00:00
Box.h
* Fixed BBox resizing when not attached.
2005-12-30 18:23:48 +00:00
Button.h
…
ChannelControl.h
…
ChannelSlider.h
…
CheckBox.h
…
ColorControl.h
* rewrote ColorControl.h
2005-11-15 02:45:19 +00:00
ColorUtils.h
…
Control.h
…
Deskbar.h
…
Dragger.h
…
Font.h
…
GraphicsDefs.h
Fixes that make Haiku build with gcc 4. Mainly out of the following
2005-11-12 23:27:14 +00:00
Input.h
…
InterfaceDefs.h
…
ListItem.h
…
ListView.h
* fix invalidation of changed items
2005-11-15 01:36:10 +00:00
Menu.h
…
MenuBar.h
…
MenuField.h
…
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
* Forgot to update Screen.h with the last commit...
2005-11-14 12:08:21 +00:00
ScrollBar.h
fix the FBC problem, as Ingo pointed out, derived classes contain slots for all virtuals defined in the base class, therefor, it is ok to just define WindowActivated for BScrollBar. The only problem is that BScrollBar::WindowActivated() cannot be called from apps having overridden WindowActivated() in a BScrollBar subclass of their own.
2005-11-15 23:46:02 +00:00
ScrollView.h
…
SeparatorItem.h
…
Shape.h
…
Shelf.h
* Fixed BView::_SetShelf(), it did not remove a previous shelf.
2006-01-03 21:56:26 +00:00
Slider.h
"#ifdef __HAIKU__" is no longer needed with the new build system.
2005-11-15 13:47:48 +00:00
StatusBar.h
…
StringItem.h
…
StringView.h
* GetPreferredSize() now accepts NULL arguments for "width" and "height"
2005-11-23 17:28:18 +00:00
TabView.h
…
TextControl.h
…
TextView.h
…
UnicodeBlockObjects.h
…
View.h
* I thought it was a good idea to Flush() the server link
2006-01-12 12:22:34 +00:00
Window.h
Added new window flag B_SAME_POSITION_IN_ALL_WORKSPACES.
2005-12-09 13:07:47 +00:00