Searched +hist:17 +hist:ad59af (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/os/interface/
H A DLayoutBuilder.hdiff 17ad59af Sun Nov 04 09:22:32 MST 2012 Axel Dörfler <axeld@pinc-software.de> Added BLayoutBuilder::{Group|Grid}::SetExplicitAlignment().
diff 17ad59af Sun Nov 04 09:22:32 MST 2012 Axel Dörfler <axeld@pinc-software.de> Added BLayoutBuilder::{Group|Grid}::SetExplicitAlignment().
diff 8ef19442 Fri Jun 17 19:12:29 MDT 2011 Alex Wilson <yourpalal2@gmail.com> Add new constructors to BLayoutBuilder::Grid and BLayoutBuilder::Group that accept a plain old BView, and give it a new layout. These are very similar to the constructors that are already in place taking a BWindow. This solves a problem I have come across a few times, where one wants to build a layout in something like a BBox. Althought there is currently a way to do it with the layout builders, this is prettier.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42224 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e4acf496 Wed Nov 17 09:29:06 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> BLayoutBuilder::Grid::{AddMenuField,AddTextControl}(): Use separate column
count parameters for label and control view. Most likely when one doesn't want
to use the default value (1), the label and the view will cover a different
amount of columns.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39465 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 1d6c7b6c Tue Aug 17 12:43:41 MDT 2010 Alex Wilson <yourpalal2@gmail.com> Big change deriving BLayout from BLayoutItem, and allowing viewless BLayouts.
a few highlights:
* BLayout now derives publicly from BLayoutItem
* Added BAbstractLayout class, which our layouts now derive from
* updated layout builders to avoid creating views when they don't need to
* updated layout classes
* updated AboutSystem to fix a little regression
* more details on #6407
* please tell me about any regressions, I've tried to find them all, but some
may have slipped by.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 1a726098 Wed Jun 17 13:38:51 MDT 2009 Ingo Weinhold <ingo_weinhold@gmx.de> New approach to layout building:
* The new builders are templatized and completely inline.
* They are easily nestable, which only worked for groups with the old approach.
* Added builder for split views.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31094 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 17ad59afd3b25f230efd7231a3315e344ef73ae0 Sun Nov 04 09:22:32 MST 2012 Axel Dörfler <axeld@pinc-software.de> Added BLayoutBuilder::{Group|Grid}::SetExplicitAlignment().
diff 8ef1944247c77e7d68ba1ce73aa0f2206ba6f08e Fri Jun 17 19:12:29 MDT 2011 Alex Wilson <yourpalal2@gmail.com> Add new constructors to BLayoutBuilder::Grid and BLayoutBuilder::Group that accept a plain old BView, and give it a new layout. These are very similar to the constructors that are already in place taking a BWindow. This solves a problem I have come across a few times, where one wants to build a layout in something like a BBox. Althought there is currently a way to do it with the layout builders, this is prettier.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42224 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff e4acf496c6668909fe8bb33e25f603649f52d1b5 Wed Nov 17 09:29:06 MST 2010 Ingo Weinhold <ingo_weinhold@gmx.de> BLayoutBuilder::Grid::{AddMenuField,AddTextControl}(): Use separate column
count parameters for label and control view. Most likely when one doesn't want
to use the default value (1), the label and the view will cover a different
amount of columns.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39465 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 1d6c7b6cb6f46c2672074ff137a18833d4dd3041 Tue Aug 17 12:43:41 MDT 2010 Alex Wilson <yourpalal2@gmail.com> Big change deriving BLayout from BLayoutItem, and allowing viewless BLayouts.
a few highlights:
* BLayout now derives publicly from BLayoutItem
* Added BAbstractLayout class, which our layouts now derive from
* updated layout builders to avoid creating views when they don't need to
* updated layout classes
* updated AboutSystem to fix a little regression
* more details on #6407
* please tell me about any regressions, I've tried to find them all, but some
may have slipped by.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38207 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 56 milliseconds