Axel Dörfler
508d8a847f
Big cleanup, rewrote Shelf.h.
...
Fixed bug in BShelf::ReplicantAt() - it is supposed to test if any of
the variables passed in is NULL before writing to them.
Got rid of the _PR3_COMPATIBLE_ stuff - we definitely don't need that :)
Refactored the code a bit - moved the identical parts of the three
DeleteReplicant() variants into a separate method _DeleteReplicant(),
moved _rep_data_ code out of the class definition, replaced names like
"fView2" and "aBool" with something more meaningful.
Prefixed private methods with '_'.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13471 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-06 00:43:52 +00:00
..
2002-07-09 12:24:59 +00:00
2005-05-25 18:10:20 +00:00
2002-07-09 12:24:59 +00:00
2005-06-30 09:14:08 +00:00
2005-02-01 14:29:06 +00:00
2005-02-02 13:33:34 +00:00
2005-06-03 19:55:49 +00:00
2002-10-23 13:54:44 +00:00
2004-09-05 00:46:37 +00:00
2002-07-09 12:24:59 +00:00
2004-10-25 08:31:38 +00:00
2002-10-23 13:54:44 +00:00
2005-01-15 22:07:32 +00:00
2005-03-29 16:30:46 +00:00
2002-07-09 12:24:59 +00:00
2004-10-07 15:14:29 +00:00
2002-10-29 19:52:00 +00:00
2002-10-29 18:36:30 +00:00
2003-05-14 17:21:46 +00:00
2003-05-14 17:21:46 +00:00
2002-10-23 13:54:44 +00:00
2004-12-30 10:11:38 +00:00
2002-10-23 13:54:44 +00:00
2002-10-23 13:54:44 +00:00
2002-10-23 13:54:44 +00:00
2002-10-23 13:54:44 +00:00
2003-03-18 22:04:04 +00:00
2002-08-28 03:41:58 +00:00
2002-07-09 12:24:59 +00:00
2002-10-16 04:29:31 +00:00
2002-10-23 13:54:44 +00:00
2002-07-09 12:24:59 +00:00
2005-06-03 19:55:49 +00:00
2005-06-04 15:15:42 +00:00
2005-06-14 21:28:56 +00:00
2002-10-23 13:54:44 +00:00
2005-07-03 07:42:24 +00:00
2004-02-20 18:43:34 +00:00
2004-12-30 10:11:38 +00:00
2005-06-14 21:28:56 +00:00
2005-07-06 00:43:52 +00:00
2005-06-29 02:12:42 +00:00
2002-07-09 12:24:59 +00:00
2002-10-29 18:41:51 +00:00
2002-07-09 12:24:59 +00:00
2002-09-26 14:53:19 +00:00
2003-06-20 10:09:19 +00:00
2004-11-11 10:07:40 +00:00
2002-07-09 12:24:59 +00:00
2005-06-28 23:02:44 +00:00
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