hrev47312 adds 2 changesets to branch 'master' old head: cd805f67937594e3c1d27bf9305877f5d101f044 new head: 819863d8a90d53ecfd6ba71d7a46075a8f41f450 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=819863d+%5Ecd805f6 ---------------------------------------------------------------------------- daabbbe: BRegion: Style fix, update parameter name No functional change. Trying to indentify each kind of object uniquely and consistently. ... update docs as well. 819863d: Docs: Put a comma in Haiku, Inc. in the copyright. [ John Scipione <jscipione@xxxxxxxxx> ] ---------------------------------------------------------------------------- 23 files changed, 28 insertions(+), 28 deletions(-) docs/user/interface/Alert.dox | 2 +- docs/user/interface/Bitmap.dox | 2 +- docs/user/interface/Box.dox | 2 +- docs/user/interface/Button.dox | 2 +- docs/user/interface/CheckBox.dox | 2 +- docs/user/interface/ColorControl.dox | 2 +- docs/user/interface/Control.dox | 2 +- docs/user/interface/Dragger.dox | 2 +- docs/user/interface/Font.dox | 2 +- docs/user/interface/Layout.dox | 2 +- docs/user/interface/LayoutBuilder.dox | 2 +- docs/user/interface/ListItem.dox | 2 +- docs/user/interface/ListView.dox | 2 +- docs/user/interface/Menu.dox | 2 +- docs/user/interface/MenuBar.dox | 2 +- docs/user/interface/MenuField.dox | 2 +- docs/user/interface/OutlineListView.dox | 2 +- docs/user/interface/PopUpMenu.dox | 2 +- docs/user/interface/RadioButton.dox | 2 +- docs/user/interface/Rect.dox | 2 +- docs/user/interface/Region.dox | 10 +++++----- headers/os/interface/Region.h | 2 +- src/kits/interface/Region.cpp | 4 ++-- ############################################################################ Commit: daabbbe5f95dbaa5f0c137c67dcce643ff202e32 URL: http://cgit.haiku-os.org/haiku/commit/?id=daabbbe Author: John Scipione <jscipione@xxxxxxxxx> Date: Wed Jun 4 15:56:12 2014 UTC BRegion: Style fix, update parameter name No functional change. Trying to indentify each kind of object uniquely and consistently. ... update docs as well. ---------------------------------------------------------------------------- diff --git a/docs/user/interface/Region.dox b/docs/user/interface/Region.dox index 5abc021..c51887b 100644 --- a/docs/user/interface/Region.dox +++ b/docs/user/interface/Region.dox @@ -1,5 +1,5 @@ /* - * Copyright 2014 Haiku Inc. All rights reserved. + * Copyright 2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -8,8 +8,8 @@ * John Scipione, jscipione@xxxxxxxxx * * Corresponds to: - * headers/os/interface/Region.h hrev47289 - * src/kits/interface/Region.cpp hrev47289 + * headers/os/interface/Region.h hrev47312 + * src/kits/interface/Region.cpp hrev47312 */ @@ -58,10 +58,10 @@ /*! - \fn BRegion::BRegion(const clipping_rect& rect) + \fn BRegion::BRegion(const clipping_rect& clipping) \brief Initializes a region to contain a clipping_rect. - \param rect The clipping_rect to set the region to, already in + \param clipping The clipping_rect to set the region to, already in internal rect format. */ diff --git a/headers/os/interface/Region.h b/headers/os/interface/Region.h index 29ee7b4..8872b4f 100644 --- a/headers/os/interface/Region.h +++ b/headers/os/interface/Region.h @@ -83,7 +83,7 @@ private: friend class Support; private: - BRegion(const clipping_rect& other); + BRegion(const clipping_rect& clipping); void _AdoptRegionData(BRegion& region); bool _SetSize(int32 newSize); diff --git a/src/kits/interface/Region.cpp b/src/kits/interface/Region.cpp index 31794d3..fd59aee 100644 --- a/src/kits/interface/Region.cpp +++ b/src/kits/interface/Region.cpp @@ -64,11 +64,11 @@ BRegion::BRegion(const BRect rect) // Initializes a region to contain a clipping_rect. // NOTE: private constructor -BRegion::BRegion(const clipping_rect& rect) +BRegion::BRegion(const clipping_rect& clipping) : fCount(1), fDataSize(1), - fBounds(rect), + fBounds(clipping), fData(&fBounds) { } ############################################################################ Revision: hrev47312 Commit: 819863d8a90d53ecfd6ba71d7a46075a8f41f450 URL: http://cgit.haiku-os.org/haiku/commit/?id=819863d Author: John Scipione <jscipione@xxxxxxxxx> Date: Wed Jun 4 15:57:42 2014 UTC Docs: Put a comma in Haiku, Inc. in the copyright. ---------------------------------------------------------------------------- diff --git a/docs/user/interface/Alert.dox b/docs/user/interface/Alert.dox index fc67e19..a74c071 100644 --- a/docs/user/interface/Alert.dox +++ b/docs/user/interface/Alert.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Bitmap.dox b/docs/user/interface/Bitmap.dox index c8ba046..e5dc91d 100644 --- a/docs/user/interface/Bitmap.dox +++ b/docs/user/interface/Bitmap.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Box.dox b/docs/user/interface/Box.dox index f83fc90..1d7dfc0 100644 --- a/docs/user/interface/Box.dox +++ b/docs/user/interface/Box.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Button.dox b/docs/user/interface/Button.dox index 4c9bca0..2d5508d 100644 --- a/docs/user/interface/Button.dox +++ b/docs/user/interface/Button.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/CheckBox.dox b/docs/user/interface/CheckBox.dox index 6db5bc9..f1b5332 100644 --- a/docs/user/interface/CheckBox.dox +++ b/docs/user/interface/CheckBox.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011-2014 Haiku Inc. All rights reserved. + * Copyright 2011-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/ColorControl.dox b/docs/user/interface/ColorControl.dox index bf03660..a1cfe85 100644 --- a/docs/user/interface/ColorControl.dox +++ b/docs/user/interface/ColorControl.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Control.dox b/docs/user/interface/Control.dox index fd4b454..00b47b7 100644 --- a/docs/user/interface/Control.dox +++ b/docs/user/interface/Control.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011-2014 Haiku Inc. All rights reserved. + * Copyright 2011-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Dragger.dox b/docs/user/interface/Dragger.dox index e422def..cb22821 100644 --- a/docs/user/interface/Dragger.dox +++ b/docs/user/interface/Dragger.dox @@ -1,5 +1,5 @@ /* - * Copyright 2011 Haiku Inc. All rights reserved. + * Copyright 2011 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Font.dox b/docs/user/interface/Font.dox index 0876292..b1276e4 100644 --- a/docs/user/interface/Font.dox +++ b/docs/user/interface/Font.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Layout.dox b/docs/user/interface/Layout.dox index 19e2e06..53ba0ff 100644 --- a/docs/user/interface/Layout.dox +++ b/docs/user/interface/Layout.dox @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All rights reserved. + * Copyright 2010 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/LayoutBuilder.dox b/docs/user/interface/LayoutBuilder.dox index acaaa50..8e56989 100644 --- a/docs/user/interface/LayoutBuilder.dox +++ b/docs/user/interface/LayoutBuilder.dox @@ -1,5 +1,5 @@ /* - * Copyright 2010 Haiku Inc. All rights reserved. + * Copyright 2010 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/ListItem.dox b/docs/user/interface/ListItem.dox index 5689147..4f0a9ba 100644 --- a/docs/user/interface/ListItem.dox +++ b/docs/user/interface/ListItem.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/ListView.dox b/docs/user/interface/ListView.dox index e7b56c5..626347d 100644 --- a/docs/user/interface/ListView.dox +++ b/docs/user/interface/ListView.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Menu.dox b/docs/user/interface/Menu.dox index 34002a2..68d7bbf 100644 --- a/docs/user/interface/Menu.dox +++ b/docs/user/interface/Menu.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/MenuBar.dox b/docs/user/interface/MenuBar.dox index 8025545..4e199f3 100644 --- a/docs/user/interface/MenuBar.dox +++ b/docs/user/interface/MenuBar.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/MenuField.dox b/docs/user/interface/MenuField.dox index d1ce312..04ed80c 100644 --- a/docs/user/interface/MenuField.dox +++ b/docs/user/interface/MenuField.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/OutlineListView.dox b/docs/user/interface/OutlineListView.dox index 49c3dd4..54befa3 100644 --- a/docs/user/interface/OutlineListView.dox +++ b/docs/user/interface/OutlineListView.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/PopUpMenu.dox b/docs/user/interface/PopUpMenu.dox index b584f07..310cb72 100644 --- a/docs/user/interface/PopUpMenu.dox +++ b/docs/user/interface/PopUpMenu.dox @@ -1,5 +1,5 @@ /* - * Copyright 2013 Haiku Inc. All rights reserved. + * Copyright 2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/RadioButton.dox b/docs/user/interface/RadioButton.dox index c07f551..c58f329 100644 --- a/docs/user/interface/RadioButton.dox +++ b/docs/user/interface/RadioButton.dox @@ -1,5 +1,5 @@ /* - * Copyright 2014 Haiku Inc. All rights reserved. + * Copyright 2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/docs/user/interface/Rect.dox b/docs/user/interface/Rect.dox index 1b12865..a52102e 100644 --- a/docs/user/interface/Rect.dox +++ b/docs/user/interface/Rect.dox @@ -1,5 +1,5 @@ /* - * Copyright 2014 Haiku Inc. All rights reserved. + * Copyright 2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: