haiku/src/kits/interface
Rene Gollent 5c9a6b8c2a As per discussion on haiku-dev, BWindow now always forces the
B_ASYNCHRONOUS_CONTROLS flag. If anyone does encounter an app that 
breaks because of this, please let me know, but a few tests with various 
apps seem to show no issues.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24290 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-07 01:37:00 +00:00
..
layouter added missing include file (probably gcc4 only build fix) 2007-09-28 14:51:31 +00:00
textview_support and there, the usual forgotten debug stuff...\n 2008-02-24 16:00:43 +00:00
AbstractLayoutItem.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Alert.cpp The registrar's shutdown window and BAlert both use 2008-03-04 01:21:00 +00:00
Alignment.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Bitmap.cpp Correctly implemented the missing BBitmap::GetOverlayRestrictions() on the 2007-09-30 16:03:53 +00:00
BMCPrivate.cpp small cleanups 2007-11-20 12:59:17 +00:00
Box.cpp * Added layout-friendly constructors and implemented Min/Max/PreferredSize(), 2007-06-08 23:40:16 +00:00
Button.cpp * Added default value for message in two arguments constructor. 2007-06-09 10:51:15 +00:00
CardLayout.cpp Removed the BSize(const BRect&) constructor and added BRect::Size() 2007-05-12 16:50:16 +00:00
ChannelControl.cpp applied minimums to values computations 2007-03-18 23:32:27 +00:00
ChannelSlider.cpp applied minimums to values computations 2007-03-18 23:32:27 +00:00
CheckBox.cpp * Prevent cross from being too close to the surroundings. 2008-02-23 11:52:53 +00:00
ColorControl.cpp - Minor fixes to my last BColorControl patch 2008-01-21 11:54:53 +00:00
ColorConversion.cpp The system palette was defined in two files. Moved to a private header, 2007-10-22 13:44:37 +00:00
ColorTools.cpp
ColumnListView.cpp * Removed #ifdefs around cursor code (ie activate it). 2008-02-23 11:54:34 +00:00
ColumnTypes.cpp * If bitmaps are drawn with alpha channel, it helps to setup the correct 2008-02-20 09:56:26 +00:00
Control.cpp Added layout-friendly constructor. 2007-06-09 10:47:05 +00:00
Deskbar.cpp * Added new Haiku method IsRunning(). 2006-10-29 16:45:16 +00:00
Dragger.cpp Moved ZombieReplicantView.h to src/kits/interface 2007-06-18 13:38:14 +00:00
Font.cpp Minor cleanup. 2008-02-28 00:12:06 +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
GridLayout.cpp The new row/column info items were not added, so that setting column or row 2007-09-28 00:20:51 +00:00
GridLayoutBuilder.cpp Added convenience methods to allow a group or grid layout's insets to be set 2007-01-31 20:30:20 +00:00
GridView.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
GroupLayout.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
GroupLayoutBuilder.cpp Added convenience methods to allow a group or grid layout's insets to be set 2007-01-31 20:30:20 +00:00
GroupView.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Input.cpp Rewrote Input.h, adjusted Input.cpp accordingly, added nothrow on 2008-02-07 10:50:39 +00:00
InterfaceDefs.cpp * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
Jamfile Removed the experimental BColumnListView class from libbe.so, and moved it 2007-12-30 13:31:45 +00:00
Layout.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
LayoutContext.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
LayoutItem.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
LayoutUtils.cpp * Added FixSizeConstraints() functions, which adjust the elements of a (min, 2007-06-08 23:14:48 +00:00
ListItem.cpp patch by Rene Gollent: 2008-02-24 14:15:28 +00:00
ListView.cpp Minor optimization. 2008-02-28 05:42:07 +00:00
Menu.cpp x_offset -> xOffset 2008-03-03 12:29:07 +00:00
MenuBar.cpp fixed a few problems in BMenuBar, triggered by the particular use the 2008-02-18 14:30:49 +00:00
MenuField.cpp Draw the label right at origin in B_ALIGN_LEFT mode. Should improve alignment 2008-02-24 20:25:17 +00:00
MenuItem.cpp Reverted r21395. Many people didn't like the change, and after all I too 2007-11-07 09:38:55 +00:00
MenuWindow.cpp don't freak out if BMenuWindow::AttachScrollers() is called more than once (happens when a menu window has scrollers already, and we call BMenu::AddItem(). 2008-02-24 15:29:10 +00:00
OptionControl.cpp fixed message delivering 2006-05-22 10:35:01 +00:00
OptionPopUp.cpp Rewrote OptionPopUp.h and OptionControl.h 2007-10-22 14:59:04 +00:00
OutlineListView.cpp Rescan the selection range after doing a swap. 2008-02-28 00:52:20 +00:00
Picture.cpp renamed private members of BPicture to fit our coding guidelines 2007-09-10 14:55:42 +00:00
PictureButton.cpp "class" is added by BArchivable::Archive(), no need to duplicate 2006-07-10 17:38:12 +00:00
PictureDataWriter.cpp Setting the font shear in a BPicture didn't work, because the value was 2007-09-10 10:20:26 +00:00
PicturePlayer.cpp Moved the dummy table local to the PicturePlayer::Play() function since, 2007-08-16 14:40:03 +00:00
Point.cpp Added unary - operator. 2007-05-12 16:15:20 +00:00
Polygon.cpp This hopefully stops BPoligon from corrupting memory. 2007-11-10 21:23:04 +00:00
PopUpMenu.cpp Some work on menu layouts: 2007-06-12 09:10:08 +00:00
PrintJob.cpp Fix BPrintJob to not screw up user-made job settings with the global defaults.... StyledEdit prints again :) 2008-01-13 23:47:35 +00:00
PrivateScreen.cpp * Introduced a monitor_info structure and means to let it be filled by the 2007-10-15 11:41:47 +00:00
PrivateScreen.h * Introduced a monitor_info structure and means to let it be filled by the 2007-10-15 11:41:47 +00:00
RadioButton.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Rect.cpp Cleanup. 2007-05-12 16:19:24 +00:00
Region.cpp Check for invalid rects in BRegion::Include() and Exclude(). This fixes 2008-02-26 15:20:39 +00:00
RegionSupport.cpp malloc.h ain't no standard header. Use stdlib.h instead. 2007-10-30 17:32:27 +00:00
Screen.cpp * Introduced a monitor_info structure and means to let it be filled by the 2007-10-15 11:41:47 +00:00
ScrollBar.cpp * Applied Stefano's patch to fix bug #1241; BScrollBar::SetValue() did not work 2007-06-05 23:58:21 +00:00
ScrollView.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
SeparatorItem.cpp * setting a different menu color with the menu preflet gives now visually 2007-08-15 20:38:29 +00:00
Shape.cpp * fix weird Shape op/point allocation 2007-08-17 11:17:29 +00:00
Shelf.cpp AddChild() was called too early for the replicant and the dragger, in 2007-12-28 15:37:51 +00:00
Size.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Slider.cpp * fix some invalidation problems with the triangle thumb which are caused by 2008-01-08 18:56:04 +00:00
SpaceLayoutItem.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
SplitLayout.cpp SplitLayout.h is a local header. 2007-09-15 19:52:13 +00:00
SplitLayout.h Removed the BSize(const BRect&) constructor and added BRect::Size() 2007-05-12 16:50:16 +00:00
SplitLayoutBuilder.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
SplitView.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
StatusBar.cpp * some simplifications in the code, I'm not sure if it supported NULL texts as 2007-09-29 12:58:59 +00:00
StringView.cpp avoids invalidating when the text doesn't change 2007-02-23 20:04:57 +00:00
TabView.cpp patch by Andrea Anzani (with a few style modification by me) which 2008-03-03 12:41:05 +00:00
TextControl.cpp fh -> fontHeight 2008-02-24 22:35:30 +00:00
TextInput.cpp Further improvements to auto scrolling and text rect + container view resizing: 2008-02-25 23:34:23 +00:00
TextInput.h Further improvements to auto scrolling and text rect + container view resizing: 2008-02-25 23:34:23 +00:00
TextView.cpp Do not scroll to the bottom of the current line if that means the top of the 2008-02-26 11:48:36 +00:00
TwoDimensionalLayout.cpp Disable excessive debug output. 2008-02-20 00:37:40 +00:00
View.cpp print also the view name in case it mixes up flags and resizing mode. 2008-02-07 14:12:49 +00:00
ViewLayoutItem.cpp Merge from layout management branch. 2006-08-26 16:21:15 +00:00
ViewLayoutItem.h Merge from layout management branch. 2006-08-26 16:21:15 +00:00
Window.cpp As per discussion on haiku-dev, BWindow now always forces the 2008-03-07 01:37:00 +00:00
ZombieReplicantView.cpp Better error messages 2007-07-30 12:56:22 +00:00
ZombieReplicantView.h Moved ZombieReplicantView.h to src/kits/interface 2007-06-18 13:38:14 +00:00