.. |
Alert.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Bitmap.h
|
Added B_BITMAP_NO_SERVER_LINK to the BBitmap flags. It constructs a BBitmap without a server link, which consequently cannot be drawn by the app_server, but which is nevertheless very useful. It essentially does the same thing as RUN_WITHOUT_APP_SERVER. I also added a CleanUp() function and moved the cleanup code from InitObject() there. CleanUp() is now called in the destructor, which means that the app_server now knows when to free the server side bitmap.
|
2005-05-25 18:10:20 +00:00 |
Box.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Button.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
ChannelControl.h
|
Applied our style guide as someone (cough! *** Axel *** cough!) bugged me (correctly) about it :)
|
2005-02-01 14:29:06 +00:00 |
ChannelSlider.h
|
Vertical() can be const and should be, when invoked on a const instance.
|
2005-02-02 13:33:34 +00:00 |
CheckBox.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
ColorControl.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
ColorUtils.h
|
Tweak to FindClosestColor
|
2004-09-05 00:46:37 +00:00 |
Control.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Deskbar.h
|
clean up
|
2004-10-25 08:31:38 +00:00 |
Dragger.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
Font.h
|
Gave _font_control() friend status so we can init the system fonts
|
2005-01-15 22:07:32 +00:00 |
GraphicsDefs.h
|
added this very useful compare function
|
2005-03-29 16:30:46 +00:00 |
Input.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
InterfaceDefs.h
|
R5 needs a 3 buttons map only
|
2004-10-07 15:14:29 +00:00 |
ListItem.h
|
to stay compatible, ListItem.h now also declares BStringItem
|
2002-10-29 19:52:00 +00:00 |
ListView.h
|
Completely replaced the ListView.h header - the old one wasn't compatible
|
2002-10-29 18:36:30 +00:00 |
Menu.h
|
Minor header-related changes
|
2003-05-14 17:21:46 +00:00 |
MenuBar.h
|
Minor header-related changes
|
2003-05-14 17:21:46 +00:00 |
MenuField.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
MenuItem.h
|
Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P
|
2004-12-30 10:11:38 +00:00 |
MultiChannelControl.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
OptionControl.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
OptionPopUp.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
OutlineListView.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
Picture.h
|
Imported Marc Flerackers' header for BPicture
|
2003-03-18 22:04:04 +00:00 |
PictureButton.h
|
New addition, with required modification to build file.
|
2002-08-28 03:41:58 +00:00 |
Point.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Polygon.h
|
Adding implementation provided by Marc Flerackers.
|
2002-10-16 04:29:31 +00:00 |
PopUpMenu.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
PrintJob.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
RadioButton.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Rect.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Region.h
|
Added BPortLink class as friend
|
2005-01-22 09:34:59 +00:00 |
Screen.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
ScrollBar.h
|
Some fixes and tweaks by Kevin Field
|
2004-10-08 22:36:54 +00:00 |
ScrollView.h
|
Added a private static BorderSize() method. I wonder why those functions
|
2004-02-20 18:43:34 +00:00 |
SeparatorItem.h
|
Moved BSeparatorItem's interface to its own file. Everything still builds, amazing :P
|
2004-12-30 10:11:38 +00:00 |
Shape.h
|
Implemented BPortLink::AttachShape and BPortLink::ReadShape and used them for passing the shapes in AS_GET_GLYPH_SHAPES.
|
2005-04-01 07:29:04 +00:00 |
Shelf.h
|
some header files to be R5 compatible
|
2002-10-23 13:54:44 +00:00 |
Slider.h
|
Stupidman strikes again. :D
|
2004-11-29 23:51:28 +00:00 |
StatusBar.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
StringItem.h
|
Removed BStringItem class from ListItem.h.
|
2002-10-29 18:41:51 +00:00 |
StringView.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
TabView.h
|
Initial Checkin
|
2002-09-26 14:53:19 +00:00 |
TextControl.h
|
This is the full header of BTextControl
|
2003-06-20 10:09:19 +00:00 |
TextView.h
|
rename RecalLineBreaks to RecalculateLineBreaks ; use ceil() when computing the origins for lines
|
2004-11-11 10:07:40 +00:00 |
UnicodeBlockObjects.h
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
View.h
|
added a method for properly calling 'Attached' hooks
|
2005-02-22 20:05:47 +00:00 |
Window.h
|
Corrected forward declaration
|
2005-03-31 15:21:34 +00:00 |