.. |
BTextView
|
Some more work on the undo buffer. Added a quick and dirty implementation of WidthBuffer (it's needed by OpenTracker). We'll want to implement it correctly.
|
2003-10-24 10:12:35 +00:00 |
Alert.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Bitmap.cpp
|
Bugfixes. AFAIK everything works properly.
|
2003-10-04 21:51:16 +00:00 |
BMCPrivate.cpp
|
BMenuField
|
2003-06-16 08:32:55 +00:00 |
Box.cpp
|
Minor cleanup
|
2003-09-04 19:43:31 +00:00 |
Button.cpp
|
*** empty log message ***
|
2003-04-29 07:26:55 +00:00 |
CheckBox.cpp
|
*** empty log message ***
|
2003-06-16 06:33:32 +00:00 |
ClientFontList.cpp
|
Conversion of PortLink::FlushWithReply calls from deprecated API calls
|
2003-10-03 22:21:37 +00:00 |
ColorControl.cpp
|
*** empty log message ***
|
2003-06-16 08:17:19 +00:00 |
ColorUtils.cc
|
Replace floating point math with bit shifts
|
2003-10-12 22:23:06 +00:00 |
Control.cpp
|
Minor header-related changes
|
2003-05-14 17:21:46 +00:00 |
Deskbar.cpp
|
better error report from BDeskbar::RemoveItem(), though OpenDeskbar should be fixed too
|
2003-10-31 19:53:37 +00:00 |
Font.cpp
|
Removed a few compiler warnings
|
2003-09-01 17:08:34 +00:00 |
Globals.cpp
|
Tweaked all messaging classes to comply with new message protocol policies
|
2003-10-04 19:08:06 +00:00 |
Input.cpp
|
malloc.h is obsolete, use stdlib.h
|
2003-09-04 19:57:56 +00:00 |
interface.src
|
Added WidthBuffer to the build
|
2003-10-24 10:13:58 +00:00 |
Jamfile
|
Adjusted to the new tree structure, though currently (?) not needed.
|
2002-07-09 21:41:59 +00:00 |
ListItem.cpp
|
Compilation fixes and BOutlineListView
|
2003-06-16 07:55:04 +00:00 |
ListView.cpp
|
Compilation fixes and BOutlineListView
|
2003-06-16 07:55:04 +00:00 |
Menu.cpp
|
Eliminate one warning and one bug
|
2003-09-04 19:41:08 +00:00 |
MenuBar.cpp
|
Initial Checkin
|
2002-11-14 15:28:06 +00:00 |
MenuField.cpp
|
Fix null statement and remove an unused variable
|
2003-09-04 19:45:47 +00:00 |
MenuItem.cpp
|
Added license and header
|
2003-07-10 00:07:56 +00:00 |
OutlineListView.cpp
|
Compilation fixes and BOutlineListView
|
2003-06-16 07:55:04 +00:00 |
Picture.cpp
|
Tweaked all messaging classes to comply with new message protocol policies
|
2003-10-04 19:08:06 +00:00 |
PictureButton.cpp
|
gcc 3 fixes; strip ^M characters from TextView.cpp
|
2003-08-04 00:42:51 +00:00 |
Point.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Polygon.cpp
|
Janitorial work and gcc3-related fixes
|
2003-06-03 18:42:22 +00:00 |
PrintJob.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
RadioButton.cpp
|
Assynchronous mouse hooks and correct handling of BRadioButtons in BBox-en :)
|
2003-06-16 06:37:33 +00:00 |
Rect.cpp
|
Fixed the long outstanding bug that made BRect::Intersects() return false when one rect was completely contained into the other. Cleaned up (a bit) the code.
|
2003-10-16 08:00:44 +00:00 |
Region.cpp
|
Fixed a possible buffer overflow in r_or() and r_sub() (thanks to Ingo Weinhold for his advices), stripped BRegion of all his friends, and moved them into a single class (BRegion::Support()). Removed "find_small_bottom()", as we didn't use it at all. Added some debugging output to BRegion::Support (that will help fixing bugs)
|
2003-10-24 07:33:41 +00:00 |
RegionSupport.cpp
|
gcc3 namespace fix
|
2003-11-10 19:45:55 +00:00 |
Screen.cpp
|
Added BScreen implementation, which uses BPrivateScreen (not yet implemented).
|
2003-07-28 14:35:02 +00:00 |
ScrollBar.cpp
|
Added license and header
|
2003-07-10 00:07:56 +00:00 |
Shape.cpp
|
Fixed some allocation bugs, and a play bug
|
2003-06-20 14:02:46 +00:00 |
Slider.cpp
|
Lots of changes
|
2003-06-16 06:49:36 +00:00 |
StatusBar.cpp
|
Plugged some holes in the last checkin
|
2003-06-25 19:40:45 +00:00 |
StringItem.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
StringView.cpp
|
Default args allowed only in header (not implementation) with gcc 3.X
|
2003-05-14 15:14:29 +00:00 |
TabView.cpp
|
Remove unused variable
|
2003-09-04 19:42:05 +00:00 |
TextControl.cpp
|
Fixes
|
2003-06-16 07:27:24 +00:00 |
TextInput.cpp
|
Added missing includes.
|
2003-06-19 23:58:57 +00:00 |
TPicture.cpp
|
Removed a few compiler warnings
|
2003-09-01 17:08:34 +00:00 |
View.cpp
|
some changes in ConvertXXXYYYY(...) methods.
|
2003-09-25 12:15:11 +00:00 |
Window.cpp
|
*modified ReadRawFromPort() and ConvertToMessage() methods to use BSession class.
|
2003-09-25 12:15:49 +00:00 |