haiku/src/kits/interface
Stefano Ceccherini 5b0c0d601d we don't need this hack anymore
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15819 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-01-03 13:53:29 +00:00
..
BTextView You shall compile before commit 2005-11-30 18:37:15 +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 Added a TODO why our bitmap code is currently pretty inefficient. 2005-12-07 10:50:01 +00:00
BMCPrivate.cpp forgot about the right side extra room for the focus indication 2005-12-10 13:58:42 +00:00
Box.cpp * Fixed BBox resizing when not attached. 2005-12-30 18:23:48 +00:00
Button.cpp tweaked the button look to have somewhat smoother corners and a cleaner disabled look 2005-12-29 19:16:22 +00:00
ChannelControl.cpp
ChannelSlider.cpp
CheckBox.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +00:00
ClientFontList.cpp
ColorControl.cpp Avoid setting the value when clicked outside the color ramp area, but still inside the view's bounds. Unfortunately this also 'hides' the bug mentioned in the previous commit. Now it calls SetTracking() on mousedown/up, so that an eventual subclass can check the tracking status 2006-01-02 09:07:27 +00:00
ColorTools.cpp
ColorUtils.cc
ColumnListView.cpp
Control.cpp
Deskbar.cpp
Dragger.cpp
Font.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
GraphicsDefs.cpp
Input.cpp
InterfaceDefs.cpp now uses the same defaults as in the input_server when unable to contact the input_server 2005-12-09 17:52:18 +00:00
Jamfile
ListItem.cpp
ListView.cpp fix crash in Invoke() when no items are selected and a selection change message is set 2005-12-20 22:17:07 +00:00
Menu.cpp some changes, fixed a possible segfault 2005-12-17 21:45:18 +00:00
MenuBar.cpp Small fix: didn't make sure the previous focus was still part of the window. 2005-11-20 16:13:52 +00:00
MenuField.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +00:00
MenuItem.cpp
MenuWindow.cpp cleanup 2005-12-20 16:28:52 +00:00
OptionControl.cpp
OptionPopUp.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +00:00
OutlineListView.cpp * fix invalidation of changed items 2005-11-15 01:36:10 +00:00
Picture.cpp Remove debug output 2006-01-02 15:11:11 +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
Polygon.cpp
PopUpMenu.cpp
PrintJob.cpp
PrivateScreen.cpp Fixed client side AS_SET_DESKTOP_COLOR - did send a uint32 as int32. 2005-12-29 18:14:35 +00:00
PrivateScreen.h Fixed gcc 4 build. 2005-11-16 20:56:35 +00:00
RadioButton.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +00:00
Rect.cpp
Region.cpp prevent applying zero offsets to all rects 2005-12-06 13:45:15 +00:00
RegionSupport.cpp
Screen.cpp * Prepared the BScreen and BPrivateScreen class to be used with multiple monitors. 2005-11-14 14:36:12 +00:00
ScrollBar.cpp Scrollbars losed their target when detached. Once again, the problem showed up with BTabView 2005-12-30 08:54:55 +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
Shape.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
Shelf.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
Slider.cpp All controls/views now accept NULL arguments for "width" and "height" in GetPreferredSize(). 2005-11-23 17:29:39 +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 * GetPreferredSize() now accepts NULL arguments for "width" and "height" 2005-11-23 17:28:18 +00:00
TabView.cpp implemented a "new" look for the BTabView, it is actually 2006-01-02 18:15:30 +00:00
TextControl.cpp There is a FillRegion() call after all 2005-12-09 12:04:18 +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
View.cpp we don't need this hack anymore 2006-01-03 13:53:29 +00:00
Window.cpp Fixed shutting down apps with file panels - no more hang: 2005-12-29 14:49:28 +00:00
ZombieReplicantView.cpp