haiku/src/kits/interface
Axel Dörfler f19839c230 Some groundwork for overlay support. If someone wants to finish this, feel
free to continue (it would be nice to be notified before, though, in case
I get to it again in the next weeks).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16561 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-03-01 21:20:57 +00:00
..
BTextView BTextView::SetFontAndColor() no longer crashes with a NULL font pointer. 2006-03-01 17:39:08 +00:00
Alert.cpp was there any particular reason why BAlerts were old style synchronous controls BWindows? 2005-12-06 23:25:28 +00:00
Bitmap.cpp Some groundwork for overlay support. If someone wants to finish this, feel 2006-03-01 21:20:57 +00:00
BMCPrivate.cpp * _BMCItem_ is no longer used, but I didn't remove it 2006-02-16 22:57:19 +00:00
Box.cpp * round the top border offset 2006-02-16 15:15:59 +00:00
Button.cpp * made the button height proportional to the font 2006-02-16 22:55:02 +00:00
ChannelControl.cpp fixes ChannelSlider::Draw when Label() is NULL 2006-02-02 20:49:40 +00:00
ChannelSlider.cpp hopefully fixed ChannelSlider (size, drawing) 2006-02-10 22:12:06 +00:00
CheckBox.cpp * Recognized any values instead of just boolean ones. This fixes bug #186. 2006-02-28 12:17:26 +00:00
ClientFontList.cpp Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
ColorControl.cpp * BControl::SetValue() now calls Invalidate() again - not doing so would 2006-02-01 15:55:46 +00:00
ColorTools.cpp Added ColorTools and ColumnListView from Vision cvs repository 2004-09-16 20:42:34 +00:00
ColorUtils.cc Tweak to FindClosestColor 2004-09-05 00:46:37 +00:00
ColumnListView.cpp Added ColorTools and ColumnListView from Vision cvs repository 2004-09-16 20:42:34 +00:00
Control.cpp No longer tries to create a "" label. An empty label is now NULL. 2006-02-02 18:15:52 +00:00
Deskbar.cpp Almost rewrote BDeskbar. Fixed some bugs. Added some ToDo comments - the 2005-06-06 14:23:06 +00:00
Dragger.cpp Fixed popup menu, and some other stuff 2006-02-06 20:01:25 +00:00
Font.cpp Minor cleanup. 2006-03-01 17:38:40 +00:00
GraphicsDefs.cpp Implemented get_pixel_size_for(). I tested it a bit and it seems correct. I'd be glad if someone reviewed it, though. 2005-06-12 07:14:42 +00:00
Input.cpp Misc style changes 2005-10-30 09:34:32 +00:00
InterfaceDefs.cpp * Implemented private do_window_action() function, used by the Deskbar to bring 2006-02-28 18:31:16 +00:00
Jamfile * Reintroduced third LinkAgainst parameter <mapLibs>, defaulting to true. 2005-11-07 16:07:25 +00:00
ListItem.cpp Set low color to selection background color before drawing text. 2005-07-20 01:15:05 +00:00
ListView.cpp fixed mouse tracking to not initiate a drag after mouse up 2006-02-26 17:47:02 +00:00
Menu.cpp Removed trailing newline from window name. 2006-02-27 14:00:18 +00:00
MenuBar.cpp fixed menubars behaviour, and also crashing bug 2006-02-03 21:20:46 +00:00
MenuField.cpp * _BMCItem_ is no longer used, but I didn't remove it 2006-02-16 22:57:19 +00:00
MenuItem.cpp Fix for shortcut drawing in the test environment. 2006-02-27 14:02:50 +00:00
MenuWindow.cpp Empty menus now display an '<empty>' label 2006-01-31 23:28:19 +00:00
OptionControl.cpp Changed a bit the behaviour of BOptionPopUp::SetValue(). We now differ a bit from what R5 does. The old implementation is still there and just ifdeffed out, though. 2004-01-08 07:26:57 +00:00
OptionPopUp.cpp Small changes, nothing important 2006-01-13 20:49:41 +00:00
OutlineListView.cpp * Implemented BOutlineListView::FullListSortItems() and SortItemsUnder() - dunno 2006-02-11 15:23:23 +00:00
Picture.cpp Renamed TPicture class to PicturePlayer 2006-02-10 21:38:53 +00:00
PictureButton.cpp * Fixed issues like not calling the inherited virtual or calling the wrong one. 2005-11-23 17:13:01 +00:00
Point.cpp Added global const B_ORIGIN. Applied our coding style. 2004-06-26 15:24:10 +00:00
Polygon.cpp Janitorial work and gcc3-related fixes 2003-06-03 18:42:22 +00:00
PopUpMenu.cpp menufields should default to B_ITEMS_IN_COLUMN. This fixes the workspaces menu (in Screen) opened at the wrong position. As a consequence of this, I had to change the drawing code a bit 2006-01-10 16:00:07 +00:00
PrintJob.cpp Return B_ERROR in unimplemented methods 2006-02-20 22:17:02 +00:00
PrivateScreen.cpp Work-around to make broken apps like 3dmix work - patch submitted by genki-at-bredband.net: 2006-02-04 20:19:13 +00:00
PrivateScreen.h Fixed gcc 4 build. 2005-11-16 20:56:35 +00:00
RadioButton.cpp * BControl::SetValue() now calls Invalidate() again - not doing so would 2006-02-01 15:55:46 +00:00
Rect.cpp PrintToStream output now matches R5 2005-08-26 15:02:05 +00:00
Region.cpp prevent applying zero offsets to all rects 2005-12-06 13:45:15 +00:00
RegionSupport.cpp Clarified a TODO item, before I forget about it. 2005-09-27 15:18:51 +00:00
Screen.cpp * Prepared the BScreen and BPrivateScreen class to be used with multiple monitors. 2005-11-14 14:36:12 +00:00
ScrollBar.cpp the thumb is more visible when the ScrollBar has the disabled look... my girlfriend suggested that so you all just have to accept it 2006-02-26 17:48:34 +00:00
ScrollView.cpp don't resize scrollbars if the window hasn't even document look 2005-12-29 18:25:43 +00:00
SeparatorItem.cpp * A separator item obviously has a "" label instead of NULL - this fixes bug #138. 2006-02-15 17:54:38 +00:00
Shape.cpp 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.cpp Fixed another off-by-one bug which caused replicants to be shifted in a weird way if deskbar was moved around. 2006-02-09 07:55:55 +00:00
Slider.cpp This fixes the appearance when the slider is directly added to the window, ie. 2006-02-02 18:16:57 +00:00
StatusBar.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +00:00
StringView.cpp Now only resizes the width if it's too small or B_ALIGN_LEFT is used - it now 2006-02-02 17:07:36 +00:00
TabView.cpp implemented a "new" look for the BTabView, it is actually 2006-01-02 18:15:30 +00:00
TextControl.cpp BTextControl was filling some part of the inner BTextView with the view color, thus hidding the text. This fixes bug 161 2006-02-20 22:09:39 +00:00
TextInput.cpp * fPreviousText can be NULL for views that don't have focus (ie. by using SetEventMask()). 2005-11-21 16:42:20 +00:00
TPicture.cpp Renamed TPicture class to PicturePlayer 2006-02-10 21:38:53 +00:00
View.cpp Some groundwork for overlay support. If someone wants to finish this, feel 2006-03-01 21:20:57 +00:00
Window.cpp * Fixed BWindow::Show()/Hide(): fShowLevel was changed and checked without 2006-02-27 16:45:58 +00:00
ZombieReplicantView.cpp Finished (or, at least fixed) BPopUpMenu, to make it do something useful (it works actually, even if not all options are tested). 2004-07-13 06:46:09 +00:00