haiku/src/kits/interface
Axel Dörfler 789f68f07a Cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14812 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-09 22:25:34 +00:00
..
BTextView Fixed build for R5 target 2005-08-11 20:50:58 +00:00
Alert.cpp asynchronous version of Alert should have been broken, this looks more correct (not tested) 2005-11-02 13:09:21 +00:00
Bitmap.cpp Minor cleanup. 2005-11-08 01:03:08 +00:00
BMCPrivate.cpp MenuField layouts the menu bar better with respect to fDivider, it aligns better with other controls. fDivider in TextControl is an integer number now, small fix and small cleanup in Menu, Window::InitData takes an optional BBitmap token to construct an offscreen window, fixed PrivateScreen IndexForColor, View prevents being located at fractional coordinates as in R5, BBitmap unlocks its offscreen window since it is never Show()n and needs manual unlocking, fixed Slider offscreen window mode and improved triange thumb drawing, ScrollView would not crash when passing a NULL target just for kicks, the private MenuBar class now implements Draw to draw itself a little differently inside the BMenuField (dark right and bottom side) - though how it currently sets the clipping region prevents the text controls to draw in Playground, needs fixing 2005-07-05 16:30:53 +00:00
Box.cpp implemented real GetPreferredSize() which calculates the minimum size given border_style and label, fixed FrameResized() to invalidate the correct areas of the border 2005-11-02 13:07:18 +00:00
Button.cpp Be on the safe side. 2005-07-09 20:28:02 +00:00
ChannelControl.cpp BChannelControl::SetAllValue() didn't take limits into account. Horizontal sliders now at least are drawn correctly, even if they don't work well. Added a temporary visual hint of where's the bitmap frame. Enhanced a bit the drawing of the groove. 2005-03-11 13:20:01 +00:00
ChannelSlider.cpp Improved the colors (which were really ugly): now the value looks like a tooltip. 2005-05-10 10:12:09 +00:00
CheckBox.cpp no Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +00:00
ClientFontList.cpp Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
ColorControl.cpp Implemented handling for the different layouts 2005-06-08 17:11:57 +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 Invalidate in BControl::SetValue, I figure more controls need to be updated for this change 2005-06-03 19:55:49 +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 assigned names to "some BLocker"s to aid debugging 2005-11-04 16:54:21 +00:00
Font.cpp Oops: 1) fixed warning, 2) added missing bracket (in PrintToStream() output). 2005-11-09 20:05:58 +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 More font work: 2005-11-07 11:02:39 +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 Implemeted some methods for BBitmaps which accepts views, got rid of "NOT_IMPLEMENTED". Fixed a warning in ListView.cpp 2005-02-23 11:23:41 +00:00
Menu.cpp Both BMenu::FindItem() versions were broken and could return a wrong item. 2005-11-09 17:21:12 +00:00
MenuBar.cpp The work-around is no longer needed; but since restoring the high 2005-06-28 19:20:03 +00:00
MenuField.cpp Cleanup. 2005-11-09 22:25:34 +00:00
MenuItem.cpp usability improvements to scrollbar, sorry had no time to include all of Stefanos drawing code yet, other visual improvements 2005-07-07 14:33:19 +00:00
MenuWindow.cpp MenuWindows seems to behave better this way on our app_server. We should either find the right flags/feel combination or test and implement support for kMenuWindowFeel within the app server. 2005-06-20 07:45:04 +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 cleanup, added a TODO comment. 2004-12-30 09:42:46 +00:00
OutlineListView.cpp Fixed warning 2005-06-09 12:04:43 +00:00
Picture.cpp Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader 2005-06-14 21:28:56 +00:00
PictureButton.cpp gcc 3 fixes; strip ^M characters from TextView.cpp 2003-08-04 00:42:51 +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 Added a clarifying comment. 2005-01-13 08:40:52 +00:00
PrintJob.cpp Some more work on BPrintJob. 2005-07-19 12:26:27 +00:00
PrivateScreen.cpp Implemented BPrivateScreen::ReadBitmap(), but the guts are still missing 2005-07-13 22:33:52 +00:00
RadioButton.cpp 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.cpp PrintToStream output now matches R5 2005-08-26 15:02:05 +00:00
Region.cpp Handle out of memory conditions in the constructors more gracefully. We might end up using set_size() for every allocation (would probably make more sense) 2005-11-06 22:49:19 +00:00
RegionSupport.cpp Clarified a TODO item, before I forget about it. 2005-09-27 15:18:51 +00:00
Screen.cpp I just noticed this file had a weird license header... 2005-02-21 13:47:12 +00:00
ScrollBar.cpp fixes thumb frame for 100% proportion 2005-11-08 01:22:04 +00:00
ScrollView.cpp MenuField layouts the menu bar better with respect to fDivider, it aligns better with other controls. fDivider in TextControl is an integer number now, small fix and small cleanup in Menu, Window::InitData takes an optional BBitmap token to construct an offscreen window, fixed PrivateScreen IndexForColor, View prevents being located at fractional coordinates as in R5, BBitmap unlocks its offscreen window since it is never Show()n and needs manual unlocking, fixed Slider offscreen window mode and improved triange thumb drawing, ScrollView would not crash when passing a NULL target just for kicks, the private MenuBar class now implements Draw to draw itself a little differently inside the BMenuField (dark right and bottom side) - though how it currently sets the clipping region prevents the text controls to draw in Playground, needs fixing 2005-07-05 16:30:53 +00:00
SeparatorItem.cpp Misc cleanups 2005-06-21 09:40:01 +00:00
Shape.cpp seems like the BShape implementation was never tested, this update brings it into working condition, but the code could use more refactoring... duplication all over the place 2005-11-07 01:19:36 +00:00
Shelf.cpp Big cleanup, rewrote Shelf.h. 2005-07-06 00:43:52 +00:00
Slider.cpp implemented disabled look for triangle thumb 2005-11-05 16:44:17 +00:00
StatusBar.cpp "trailing text" -> "trailing_text". Same for label. 2005-06-28 12:12:22 +00:00
StringView.cpp Fixed typo. 2005-07-06 10:23:32 +00:00
TabView.cpp Cleanup. 2005-01-15 04:12:09 +00:00
TextControl.cpp MenuField layouts the menu bar better with respect to fDivider, it aligns better with other controls. fDivider in TextControl is an integer number now, small fix and small cleanup in Menu, Window::InitData takes an optional BBitmap token to construct an offscreen window, fixed PrivateScreen IndexForColor, View prevents being located at fractional coordinates as in R5, BBitmap unlocks its offscreen window since it is never Show()n and needs manual unlocking, fixed Slider offscreen window mode and improved triange thumb drawing, ScrollView would not crash when passing a NULL target just for kicks, the private MenuBar class now implements Draw to draw itself a little differently inside the BMenuField (dark right and bottom side) - though how it currently sets the clipping region prevents the text controls to draw in Playground, needs fixing 2005-07-05 16:30:53 +00:00
TextInput.cpp Work in Progress. The server keeps the client window up to date on layer movement/resizing. This fixes quite a few problems and brings support for FrameMoved and Resized hooks. But implementing it this way has its own set of problem, most importantly: When a BView calles Window()->CurrentMessage() in its FrameMoved/Resized hooks, it will see something very different from what it would see in R5. This needs to be fixed, but I have not had a good idea how to do this other than faking the current message in BWindow, which I didn't look into. 2005-05-16 15:39:58 +00:00
TPicture.cpp Removed a few compiler warnings 2003-09-01 17:08:34 +00:00
View.cpp * line join defaults to B_MITER_JOIN. The BeBook says that the line join and 2005-11-07 01:07:19 +00:00
Window.cpp just a change of constants. 2005-10-30 11:23:37 +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