haiku/headers/os/interface
Axel Dörfler 23ae77aa56 * Removed ColorSet, it's no longer needed or used.
* The Decorator are temporarily using ui_color() - this needs to be changed
  to use the DesktopSettings (when the decorator stuff gets refactored); right
  now, the colors are fixed.
* Added B_WINDOW_TEXT_COLOR, B_WINDOW_INACTIVE_TAB_COLOR, and
  B_WINDOW_INACTIVE_TEXT_COLOR to the UI colors, B_WINDOW_TAB_COLOR is no
  longer deprecated. Note, however, that not every decorator may use these
  colors.
* Removed unused and wrong (ie. hard-coded paths) stuff from ServerConfig.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17236 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-04-26 09:03:28 +00:00
..
Alert.h
Bitmap.h * added handy BBitmap::Flags() method 2006-04-13 13:15:00 +00:00
Box.h Added public InnerFrame() and TopBorderOffset() methods. If you don't like the 2006-02-10 17:07:38 +00:00
Button.h Forgot to commit the changed header too. 2005-06-30 09:14:08 +00:00
ChannelControl.h
ChannelSlider.h
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 * rewrote ColorControl.h 2005-11-15 02:45:19 +00:00
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 * Added some of the rgb_color methods from Dano/Zeta. 2006-04-18 12:14:59 +00:00
Input.h
InterfaceDefs.h * Removed ColorSet, it's no longer needed or used. 2006-04-26 09:03:28 +00:00
ListItem.h * Implemented BOutlineListView::FullListSortItems() and SortItemsUnder() - dunno 2006-02-11 15:23:23 +00:00
ListView.h * fix invalidation of changed items 2005-11-15 01:36:10 +00:00
Menu.h big improvements for menus. The tracking is in many ways on par with r5, except for a few things, like diagonal movement and that grandparent bug 2006-04-11 20:20:41 +00:00
MenuBar.h
MenuField.h
MenuItem.h * Rewrote MenuItem.h (we're no longer using Be's header). 2006-04-04 13:02:52 +00:00
MultiChannelControl.h
OptionControl.h
OptionPopUp.h
OutlineListView.h Fixed build, thanks Jerome! 2006-03-08 16:36:04 +00:00
Picture.h
PictureButton.h
Point.h
Polygon.h
PopUpMenu.h
PrintJob.h Renamed class members to fit our style guidelines 2006-02-17 10:37:04 +00:00
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 Cleanup. 2005-06-04 15:15:42 +00:00
Region.h * BView::FillRegion() sends the BRegion data instead of decomposing 2006-04-01 16:56:10 +00:00
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 Fixed and cleaned up BShape and BShapeIterator. They should now work and behave like the R5 version. 2006-02-04 22:11:57 +00:00
Shelf.h * Fixed BView::_SetShelf(), it did not remove a previous shelf. 2006-01-03 21:56:26 +00:00
Slider.h * Now draws the UpdateText() label as well (was obviously forgotten before). 2006-04-16 20:45:22 +00:00
StatusBar.h
StringItem.h * Implemented BOutlineListView::FullListSortItems() and SortItemsUnder() - dunno 2006-02-11 15:23:23 +00:00
StringView.h * GetPreferredSize() now accepts NULL arguments for "width" and "height" 2005-11-23 17:28:18 +00:00
TabView.h
TextControl.h SetEnabled() didn't set the text view's colors correctly anymore; _UpdateTextViewColors() 2006-02-12 01:23:30 +00:00
TextView.h Added Alloc/Copy/FreeRunArray() as Axel's suggestion, and used it internally in TextView. Also fixed small memory leak 2006-02-03 21:22:00 +00:00
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 * cleaned up fPulseRunner stuff, I have no idea why fPulseEnabled was 2006-03-11 19:32:53 +00:00