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
Axel Dörfler
463e791c29
Added new window flag B_SAME_POSITION_IN_ALL_WORKSPACES.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15433 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-09 13:07:47 +00:00
..
Alert.h
…
Bitmap.h
…
Box.h
…
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
BFont::_GetExtraFlags() no longer returns a status value, but fills in default
2005-11-07 11:08:27 +00:00
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
improved look and applied style guide, fixed redrawing in BWindows with synchronous controls, it wouldn't have mattered if Haiku didn't have anti-aliasing, override B_RETURN on keydown to disallow turning the control off
2005-11-05 16:46:36 +00:00
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
Fixes that make Haiku build with gcc 4. Mainly out of the following
2005-11-12 23:27:14 +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
AttachedToWindow() could be called twice in case new views were added during
2005-12-07 18:04:43 +00:00
Window.h
Added new window flag B_SAME_POSITION_IN_ALL_WORKSPACES.
2005-12-09 13:07:47 +00:00